@charset "UTF-8";

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
@-webkit-keyframes rotate {
  0% {
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  0% {
    transform: rotate(360deg)
  }
}
body p{
	margin-bottom: 15px;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

.first-section.first-section--inner .hero__title:after,
[hidden],
template {
  display: none
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #333
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0;
  max-width: 100%;
  height: auto
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

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

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

legend,
td,
th {
  padding: 0
}

*,
::after,
::before {
  box-sizing: inherit;
  outline: 0
}

body.scroll-hidden {
  overflow-y: hidden
}

.container {
  position: relative;
  /* max-width: 2048px; */
  width: 100%;
  padding: 0 250px;
  margin: 0 auto;

  display: flex;
  height: auto;
  flex-direction: column;
}

@media (max-width:1919px) {
  .container {
    padding: 0 150px
  }
}

@media (max-width:1365px) {
  .container {
    padding: 0 50px
  }
}

@media (max-width:1023px) {
  .container {
    padding: 0 37px
  }
}

@media (max-width:767px) {
  .container {
    padding: 0 15px
  }
}

h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  padding: 0;
  margin: 0
}

li,
ol,
ul {
  list-style: none
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

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

.main-lines-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.main-lines-wrapper span {
  height: 100%;
  background: #d9d9d9;
  width: 1px;
  z-index: -1;
  position: relative;
  opacity: 0.6;
}

.first-section {
  background-image: url(../images/hero.jpg);
  background-color: rgba(0, 0, 0, .5);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  margin-bottom: 140px;
  position: relative;
  z-index: 10;
}

@media (max-width:1919px) {
  .first-section {
    margin-bottom: 130px;
    min-height: 700px;
  }
}

@media (max-width:1365px) {
  .first-section {
    margin-bottom: 118px
  }
}

@media (max-width:1023px) {
  .first-section {
    margin-bottom: 101px;
    min-height: auto;
  }
}

@media (max-width:767px) {
  .first-section {
    margin-bottom: 165px;
    height: 568px;
    display: flex;
    flex-direction: column
  }
}

.first-section.first-section--inner {
  margin-bottom: 255px
}

.first-section.first-section--inner .hero .hero__title {
  max-width: 100%;
  width: auto;
  align-self: center
}

.first-section.first-section--inner .hero .container {
  display: flex;
  flex-direction: column
}

.first-section.first-section--inner .hero .container .hero__title {
  align-self: flex-start
}
/*
.first-section.first-section--inner .hero .container:after {
  content: "";
  position: absolute;
  width: 258px;
  height: 258px;
  background-image: url(../images/icons/logo_new.svg);
  background-size: cover;
  left: 60%;
  bottom: -129px;
  transform: rotate(20deg);*/
  /* transition: all .5s ease; */
  /* -webkit-animation: rotate 15s linear infinite;*/
  /*animation: rotate 15s linear infinite */
/*}


@media (max-width:1919px) {
  .first-section.first-section--inner .hero .container:after {
    width: 192px;
    height: 192px;
    left: 65%;
    bottom: -96px
  }
}

@media (max-width:1365px) {
  .first-section.first-section--inner .hero .container:after {
    width: 174px;
    height: 174px;
    left: 71%;
    bottom: -87px
  }
}

@media (max-width:767px) {
  .first-section.first-section--inner .hero .container:after {
    display: none
  }
}
*/
.first-section.first-section--inner .hero__title {
  padding-top: 142px;
  padding-bottom: 103px
}

@media (max-width:1919px) {
  .first-section.first-section--inner .hero__title {
    padding-top: 97px;
    padding-bottom: 30px
  }
}

@media (max-width:1365px) {
  .first-section.first-section--inner .hero__title {
    padding-top: 82px;
    padding-bottom: 10px
  }
}

@media (max-width:767px) {
  .first-section.first-section--inner .hero__title {
    padding-top: 0
  }
}

.first-section.first-section--inner .hero {
  padding-bottom: 0
}

@media (max-width:767px) {
  .first-section.first-section--inner .hero {
    margin-top: auto
  }
}

@media (max-width:1919px) {
  .first-section.first-section--inner {
    margin-bottom: 225px
  }
}

@media (max-width:1365px) {
  .first-section.first-section--inner {
    margin-bottom: 208px
  }
}

@media (max-width:767px) {
  .first-section.first-section--inner {
    margin-bottom: 168px;
    height: 284px
  }
}

.first-section.first-section--cart {
  background-image: url(../images/hero-cart.jpg);
  margin-bottom: 150px;
  height: 100vh;

}

.first-section.first-section--cart .hero__title {
  /* padding-top: 345px; */
  padding-bottom: 325px;
  padding-top: 235px;/*
  padding-bottom: 210px */
  display: flex;
  flex-direction: column;
}

@media (max-width:1919px) {
  .first-section.first-section--cart .hero__title {
    /* padding-top: 188px;
    padding-bottom: 194px; */
    padding-top: 140px;
    padding-bottom: 145px;
    max-width: 765px;
  }
}

@media (max-width:1365px) {
  .first-section.first-section--cart .hero__title {
    padding-top: 210px;
    padding-bottom: 185px
  }
}

@media (max-width:767px) {
  .first-section.first-section--cart .hero__title {
    padding-top: 0;
    padding-bottom: 0px
  }
}

.first-section.first-section--cart .hero__bottom p:first-child {
  height: 0
}

@media (max-width:1919px) {
  .first-section.first-section--cart {
    margin-bottom: 130px
  }
}

@media (max-width:1365px) {
  .first-section.first-section--cart {
    margin-bottom: 120px
  }
}

.wrapper-header,
.wrapper-header__menu {
  display: flex;
  justify-content: space-between
}

.wrapper-header {
  align-items: center
}

.wrapper-header__menu {
  flex: 1 0 auto;
  margin-right: 100px
}
@media (max-width:1700px) {
  .wrapper-header__menu {
    flex: 1 0 auto;
    margin-right: 50px
  }
}
@media (max-width:1500px) {
  .wrapper-header__menu {
    flex: 1 0 auto;
    margin-right: 20px
  }
}

.wrapper-header__menu>li {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px
}

.wrapper-header__menu>li .submenu {
  position: absolute;
  top: 100%;
  left: -30px;
  background-color: rgba(51, 51, 51, .8);
  padding: 30px;
  width: 360px;
  z-index: 20
}

.wrapper-header__menu>li .submenu li {
  padding-bottom: 20px
}

.wrapper-header__menu>li .submenu li:last-child {
  padding-bottom: 0
}

.wrapper-header__menu>li .submenu li a {
  font-size: 16px
}

.wrapper-header__menu>li:last-child {
  margin-right: 0
}

.wrapper-header__menu>li a {
  font-size: 18px;
  text-decoration: underline;
  color: #fff
}

.wrapper-header__menu>li a.active,
.wrapper-header__menu>li a:active,
.wrapper-header__menu>li a:focus,
.wrapper-header__menu>li a:hover {
  color: #e11111;
  transition: all .3s ease-out
}

.hero__bottom .mode .br,
.wrapper-header__menu>li:hover .submenu {
  display: block
}

@media (max-width:1365px) {
  .wrapper-header__menu {
    display: none
  }
}

.hero__bottom span,
.wrapper-header__phone {
  font-size: 21px;
  text-decoration: underline;
  color: #fff
}

.wrapper-header__phone {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 67px;
  padding-left: 30px;
  padding-right: 70px;
  background-image: url(../images/icons/arrow-next.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 90% center;
  border: 2px solid #fff;
  border-radius: 40px
}

.wrapper-header__phone:hover {
  color: #e11111;
  border-color: #e11111;
  transition: all .3s ease-out;
  background-image: url(../images/icons/arrow-next-red.svg)
}

@media (max-width:1365px) {
  .wrapper-header__phone.active {
    color: #000;
    border-color: #000;
    background-image: url(../images/icons/arrow-next-black.svg)
  }
}

@media (max-width:1919px) {
  .wrapper-header__phone {
    font-size: 19px;
    height: 60px
  }
}

@media (max-width:1365px) {
  .wrapper-header__phone {
    font-size: 18px;
    height: 57px;
    padding-right: 56px
  }
}

@media (max-width:1023px) {
  .wrapper-header__phone {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .wrapper-header__phone {
    font-size: 14px;
    padding-right: 45px;
    padding-left: 15px;
    background-size: 15px auto;
    height: 42px
  }
}

.hero {
  padding-bottom: 50px;
  height: 100%;
}

@media (max-width:1919px) {
  .hero {
    padding-bottom: 40px
  }
}

@media (max-width:1365px) {
  .hero {
    padding-bottom: 24px
  }
}

@media (max-width:767px) {
  .hero {
    padding-bottom: 40px;
    margin-top: auto
  }
}

.hero__title {
  position: relative;
  text-transform: uppercase;
  max-width: 695px;
  width: 100%;
  font-size: 120px;
  font-weight: 700;
  color: #fff;
  padding-top: 273px;
  padding-bottom: 250px;
  line-height: 1.1
}
/*
 .hero__title::after {
  content: "";
  position: absolute;
  width: 258px;
  height: 258px;
  background-image: url(../images/icons/logo_new_white.svg);
  background-size: cover;
  /* right: -543px;
  top: 150px; */
/*
  right: -610px;
    top: 100px;
  transform: rotate(20deg);
  /* transition: all .5s ease;
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite */
/*
}

@media (width:1366px) {
  .hero__title::after {
    width: 191px;
    height: 191px;
    right: -240px;
    top: 104px
  }
}
@media (max-width:1919px) {
  .hero__title::after {
    right: -420px;
  }
}
@media (max-width:1365px) {
  .hero__title::after {
    width: 173px;
    height: 173px;
    right: -188px;
    top: 124px
  }
}

@media (max-width:1023px) {
  .hero__title::after {
    width: 134px;
    height: 134px;
    right: -10px;
    top: 70px
  }
}

@media (max-width:767px) {
  .hero__title::after {
    top: -175px
  }
} 
*/
@media (max-width:1919px) {
  .hero__title {
    font-size: 100px;
    line-height: 1.2;
    padding-top: 180px;
    padding-bottom: 68px
  }
}

@media (max-width:1365px) {
  .hero__title {
    font-size: 80px;
    padding-top: 210px;
    padding-bottom: 81px
  }
}

@media (max-width:1023px) {
  .hero__title {
    font-size: 70px;
    padding-top: 249px
  }
}

@media (max-width:767px) {
  .hero__title {
    font-size: 40px;
    padding-bottom: 38px;
    padding-top: 0
  }
}

.hero__bottom,
.hero__bottom p,
.hero__bottom p a {
  display: flex;
  align-items: center
}

.hero__bottom .mode {
  position: relative
}

.hero__bottom .mode--1::after {
  content: "";
  width: 142px;
  height: 67px;
  background-image: url(../images/icons/wabco-btn.svg);
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  transition: all .3s ease
}

@media (max-width:1365px) {
  .hero__bottom .mode--1::after {
    height: 57px
  }
}

.hero__bottom .mode--1:hover::after {
  background-image: url(../images/icons/wabco-btn-red.svg)
}

.hero__bottom .mode--2::after {
  content: "";
  width: 142px;
  height: 67px;
  background-image: url(../images/icons/zakaz-btn.svg);
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  transition: all .3s ease
}

@media (max-width:1365px) {
  .hero__bottom .mode--2::after {
    height: 57px
  }
}

@media (max-width:767px) {
  .hero__bottom .mode--2::after {
    background-image: url(../images/icons/zakaz-btn-red.svg);
    width: 97px;
    height: 48px
  }
}

.hero__bottom .mode--2:hover::after {
  background-image: url(../images/icons/zakaz-btn-red.svg)
}

.hero__bottom p {
  width: 50%
}

.hero__bottom p a {
  cursor: pointer
}

.form-feedback__submit:hover:before,
.hero__bottom p a:hover span,
.hero__feedback:hover {
  color: #e11111;
  transition: all .3s ease-out
}

.hero__bottom p img {
  width: 142px
}

@media (max-width:1919px) {
  .hero__bottom p img {
    width: 129px
  }
}

@media (max-width:1023px) {
  .hero__bottom p img {
    width: 113px
  }
}

@media (max-width:767px) {
  .hero__bottom p:first-child {
    display: none
  }

  .hero__bottom p {
    width: 100%
  }
}

.hero__bottom span {
  line-height: 1.4;
  font-weight: 500;
  margin-right: 30px
}

@media (max-width:1919px) {
  .hero__bottom span {
    font-size: 19px
  }
}

@media (max-width:1365px) {
  .hero__bottom span {
    font-size: 18px;
    line-height: 1.5
  }
}

@media (max-width:1023px) {
  .hero__bottom span {
    font-size: 17px;
    margin-right: 20px
  }
}

@media (max-width:767px) {
  .hero__bottom span {
    font-size: 16px;
    color: #333
  }

  .hero__bottom {
    margin-bottom: -100px
  }
}

.hero__feedback {
  display: flex;
  align-items: center;
  position: relative;
  align-self: flex-start;
  font-size: 21px;
  font-weight: 500;
  height: 67px;
  bottom: -100px;
  padding-right: 160px;
  background-image: url(../images/icons/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  text-decoration: underline;
  cursor: pointer;
  color: #e11111;
}
.price_list--icon {
  background-image: url(../images/icons/price.svg);
}

@media (max-width:1919px) {
  .hero__feedback {
    font-size: 19px;
    bottom: -80px;
    
  }
}

@media (max-width:1365px) {
  .hero__feedback {
    font-size: 18px;
    background-size: 120px auto;
    height: 57px;
    padding-right: 133px
    
  }
}

@media (max-width:767px) {
  .hero__feedback {
    font-size: 16px;
    background-size: 98px auto;
    height: 48px;
    bottom: -31px;
    margin-bottom: -38px;
    padding-right: 113px
    color: #000000;
  }
}

.header {
  padding-top: 40px
}

@media (max-width:1365px) {
  .header {
    padding-top: 28px
  }
}

@media (max-width:767px) {
  .header {
    padding-top: 20px
  }
}

.list-advantages ul li h3,
.title-inner {
  font-weight: 700;
  text-transform: uppercase
}

.title-inner {
  position: relative;
  font-size: 70px;
  color: #333;
  padding: 15px 0 15px 50px;
  line-height: 1.3
}

.title-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #e11111
}

@media (max-width:1919px) {
  .title-inner::before {
    width: 16px
  }
}

@media (max-width:1365px) {
  .title-inner::before {
    width: 14px
  }
}

@media (max-width:1023px) {
  .title-inner::before {
    width: 12px
  }
}

@media (max-width:320px) {
  .title-inner::before {
    width: 10px
  }
}

@media (max-width:1919px) {
  .title-inner {
    font-size: 56px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px
  }
}

@media (max-width:1365px) {
  .title-inner {
    font-size: 49px;
    padding-left: 35px
  }
}

@media (max-width:1023px) {
  .title-inner {
    font-size: 37px;
    padding-left: 26px;
    padding-top: 11px;
    padding-bottom: 11px
  }
}

@media (max-width:767px) {
  .title-inner {
    font-size: 30px
  }
}

.slider-services__item {
  background-color: #fff;
  margin-right: 32px;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  max-width: 424px;
  width: 100%;
  transition: all .3s ease
}

.slider-services__item img {
  /* height: 590px; */
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:1919px) {
  .slider-services__item img {
    height: 534px
  }
}

@media (max-width:1365px) {
  .slider-services__item img {
    height: 485px
  }
}

@media (max-width:1023px) {
  .slider-services__item img {
    height: 403px
  }
}

@media (max-width:767px) {
  .slider-services__item img {
    height: 267px
  }
}

.slider-services__item p {
  font-size: 21px;
  padding: 30px;
  flex: 1 0 auto;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  line-height: 1.5
}

@media (max-width:1919px) {
  .slider-services__item p {
    font-size: 19px
  }
}

@media (max-width:1365px) {
  .slider-services__item p {
    font-size: 18px;
    padding: 23px 30px
  }
}

@media (max-width:1023px) {
  .slider-services__item p {
    font-size: 17px;
    padding: 8px 30px
  }
}

@media (max-width:767px) {
  .slider-services__item p {
    font-size: 14px;
    padding: 8px 13px
  }
}

.slider-services__item:hover {
  transform: scale(1.02);
  transition: all .3s ease
}

@media (max-width:1365px) {
  .slider-services__item {
    margin-right: 27px
  }
}

.services {
  position: relative;
  margin-bottom: 200px;
  overflow: hidden
}

@media (max-width:1919px) {
  .services {
    margin-bottom: 180px
  }
}

@media (max-width:1365px) {
  .services {
    margin-bottom: 170px
  }
}

@media (max-width:1023px) {
  .services {
    margin-bottom: 101px
  }
}

@media (max-width:767px) {
  .services {
    margin-bottom: 101px
  }
}

.services__title {
  margin-left: 50%;
  margin-bottom: 70px;
  max-width: 700px
}

@media (max-width:1919px) {
  .services__title {
    max-width: 470px;
    margin-bottom: 80px
  }
}

@media (max-width:1365px) {
  .services__title {
    margin-bottom: 70px
  }
}

@media (max-width:1023px) {
  .services__title {
    margin-bottom: 57px
  }
}

@media (max-width:767px) {
  .services__title {
    margin-left: 15px;
    margin-bottom: 24px
  }
}

.services__slider {
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: -20px;
  padding-bottom: 20px
}

.list-advantages ul,
.services__slider .slick-track,
.table-prices p.hide.show {
  display: flex
}

.services__slider .slick-arrow {
  position: absolute;
  width: 79px;
  height: 67px;
  z-index: 1;
  top: 100%;
  background-repeat: no-repeat
}

.services__slider .slick-prev {
  background-image: url(../images/icons/arrow-prev-slider.svg)
}

.services__slider .slick-next {
  background-image: url(../images/icons/arrow-next-slider.svg)
}

.services__slider .slick-slide {
  height: auto
}

.services__slider .slick-list {
  padding: 20px
}

@media (max-width:1919px) {
  .services__slider {
    max-width: 1250px;
    margin-right: -222px;
    padding-bottom: 20px
  }
}

@media (max-width:1365px) {
  .services__slider {
    margin-bottom: 10px;
    padding-bottom: 0;
    margin-right: -267px;
    width: calc(100vw + 105px) !important
  }
}

@media (max-width:1023px) {
  .services__slider {
    width: calc(100vw + 187px) !important;
    margin-right: -311px
  }
}

@media (max-width:767px) {
  .services__slider {
    width: calc(100vw + 120px) !important;
    margin-right: -183px;
    margin-bottom: 18px
  }
}

.services__container {
  display: flex;
  align-items: center;
  padding-bottom: 75px;
  flex-direction: row;
}

.services__container .sl-count {
  display: flex;
  background-color: #fff;
  align-items: center;
  color: #e11111;
  font-weight: 500;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  justify-content: center
}

@media (max-width:1919px) {
  .services__container .sl-count {
    width: 146px;
    height: 146px
  }
}

@media (max-width:1365px) {
  .services__container .sl-count {
    width: 114px;
    height: 114px
  }
}

@media (max-width:1023px) {
  .services__container .sl-count {
    width: 97px;
    height: 97px
  }
}

@media (max-width:767px) {
  .services__container .sl-count {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #d9d9d9
  }
}

@media (max-width:1919px) {
  .services__container {
    padding-bottom: 68px
  }
}

@media (max-width:1365px) {
  .services__container {
    padding-bottom: 70px
  }
}

@media (max-width:1023px) {
  .services__container {
    padding-bottom: 61px
  }
}

@media (max-width:767px) {
  .services__container {
    padding-bottom: 0
  }
}

.sl-count__current,
.sl-count__current2,
.sl-count__slesh {
  font-size: 55px
}

@media (max-width:1919px) {

  .sl-count__current,
  .sl-count__current2,
  .sl-count__slesh {
    font-size: 50px
  }
}

@media (max-width:1365px) {

  .sl-count__current,
  .sl-count__current2,
  .sl-count__slesh {
    font-size: 45px
  }
}

@media (max-width:1023px) {

  .sl-count__current,
  .sl-count__current2,
  .sl-count__slesh {
    font-size: 22px
  }
}

.list-advantages ul li p,
.sl-count__total,
.sl-count__total2 {
  font-size: 21px
}

@media (max-width:1919px) {

  .sl-count__total,
  .sl-count__total2 {
    font-size: 19px
  }
}

@media (max-width:1365px) {

  .sl-count__total,
  .sl-count__total2 {
    font-size: 18px
  }
}

@media (max-width:1023px) {

  .sl-count__total,
  .sl-count__total2 {
    font-size: 15px
  }
}

@media (max-width:767px) {

  .sl-count__total,
  .sl-count__total2 {
    font-size: 14px
  }
}

.services__gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 605px;
  height: 100%;
  background-image: url(../images/gradients/gradient2.svg);
  background-size: cover
}

@media (max-width:1919px) {
  .services__gradient {
    width: 417px
  }
}

@media (max-width:1365px) {
  .services__gradient {
    width: 281px
  }
}

@media (max-width:1023px) {
  .services__gradient {
    width: 210px
  }
}

@media (max-width:767px) {
  .services__gradient {
    display: none
  }
}

.one-service {
  position: relative;
  margin-bottom: 200px;
  margin-top: 30px;
  overflow: hidden
}

@media (max-width:1919px) {
  .one-service {
    margin-bottom: 180px
  }
}

@media (max-width:1365px) {
  .one-service {
    margin-bottom: 170px
  }
}

@media (max-width:1023px) {
  .one-service {
    margin-bottom: 101px
  }
}

@media (max-width:767px) {
  .one-service {
    margin-bottom: 101px
  }
}

.one-service__gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 605px;
  height: 100%;
  background-image: url(../images/gradients/gradient2.svg);
  background-size: cover
}

@media (max-width:1919px) {
  .one-service__gradient {
    width: 417px
  }
}

@media (max-width:1365px) {
  .one-service__gradient {
    width: 281px
  }
}

@media (max-width:1023px) {
  .one-service__gradient {
    width: 210px
  }
}

@media (max-width:767px) {
  .one-service__gradient {
    display: none
  }
}

.slider-one-service .slick-slide{
  margin-right: 35px;
}

.slider-one-service {
  max-width: 1378px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px
}

@media (max-width:1919px) {
  .slider-one-service {
    max-width: 1027px;
    margin-bottom: 20px
  }
}

@media (max-width:1365px) {
  .slider-one-service {
    max-width: 910px;
    margin-bottom: 10px;
    margin-right: -48px
  }
}

@media (max-width:1023px) {
  .slider-one-service {
    max-width: 691px;
    margin-bottom: 10px
  }
}

@media (max-width:767px) {
  .slider-one-service {
    margin-bottom: 20px;
  }
}

@media (max-width:620px) {
  .slider-one-service {
    margin-right: -40vw;
    width: calc(100vw + 65px);
  }
  
  .slider-one-service .slick-slide{
    margin-right: 15px;
  }

}

.slider__counter,
.slider__counter2 {
  z-index: 1;
  font-size: 55px;
  color: #e11111;
  pointer-events: none;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width:1919px) {

  .slider__counter,
  .slider__counter2 {
    font-size: 49px;
    width: 146px;
    height: 146px
  }
}

@media (max-width:1365px) {

  .slider__counter,
  .slider__counter2 {
    width: 114px;
    height: 114px
  }
}

@media (max-width:1023px) {

  .slider__counter,
  .slider__counter2 {
    width: 97px;
    height: 97px
  }
}

@media (max-width:767px) {

  .slider__counter,
  .slider__counter2 {
    border: 1px solid #d9d9d9;
    width: 54px;
    height: 54px;
    margin: 0 auto
  }
}

.list-advantages {
  position: relative;
  z-index: 10;
  color: #fff
}

.list-advantages ul li {
  position: relative;
  top: -60px;
  width: calc(100%/5)
}

.list-advantages ul li h3 {
  font-size: 32px
}

@media (max-width:1919px) {
  .list-advantages ul li h3 {
    font-size: 30px
  }
}

@media (max-width:1365px) {
  .list-advantages ul li h3 {
    font-size: 26px
  }
}

@media (max-width:1023px) {
  .list-advantages ul li h3 {
    font-size: 22px
  }
}

@media (max-width:1919px) {
  .list-advantages ul li p {
    font-size: 19px;
    line-height: 1.4
  }
}

@media (max-width:1365px) {
  .list-advantages ul li p {
    font-size: 18px
  }
}

@media (max-width:1023px) {
  .list-advantages ul li p {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .list-advantages ul li p {
    font-size: 14px
  }
}

@media (max-width:1023px) {
  .list-advantages ul li {
    width: calc(100%/2);
    top: 0;
    display: flex;
    padding-bottom: 40px
  }
}

@media (max-width:767px) {
  .list-advantages ul li {
    width: 100%;
    padding-bottom: 30px
  }
}

@media (max-width:1023px) {
  .list-advantages ul {
    flex-wrap: wrap;
    padding: 50px 0 10px
  }
}

@media (max-width:767px) {
  .list-advantages ul {
    flex-direction: column;
    padding-bottom: 9px
  }
}

.list-advantages__wrapper {
  background-color: #262626
}

.bottom-about__content p,
.list-advantages__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.list-advantages__pic {
  position: relative;
  padding: 30px;
  width: 122px;
  height: 122px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 40px
}

.list-advantages__pic img {
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width:1919px) {
  .list-advantages__pic {
    width: 109px;
    height: 109px;
    margin-bottom: 26px
  }
}

@media (max-width:1365px) {
  .list-advantages__pic {
    width: 104px;
    height: 104px
  }
}

@media (max-width:1023px) {
  .list-advantages__pic {
    width: 89px;
    height: 100%;
    margin-right: 19px;
    margin-bottom: 0;
    padding: 24.5px
  }
}

@media (max-width:767px) {
  .list-advantages__pic {
    width: 60px;
    height: 60px;
    padding: 12.5px;
    flex: 1 0 auto
  }
}

.slider-arrows,
.slider-arrows2 {
  display: flex;
  margin-left: auto
}

@media (max-width:767px) {

  .slider-arrows,
  .slider-arrows2 {
    display: none
  }
}

.arrow-next,
.arrow-prev {
  width: 79px;
  height: 69px;
  font-size: 0;
  background-color: transparent;
  border: 0;
  padding: 0
}

@media (max-width:1365px) {

  .arrow-next,
  .arrow-prev {
    width: 67px;
    height: 57px
  }
}

@media (max-width:1023px) {

  .arrow-next,
  .arrow-prev {
    height: 54px
  }
}

.arrow-prev {
  background-image: url(../images/icons/arrow-prev-slider.svg);
  background-repeat: no-repeat;
  margin-right: 20px
}

@media (max-width:1023px) {
  .arrow-prev {
    margin-right: 15px
  }
}

.arrow-next {
  background-image: url(../images/icons/arrow-next-slider.svg);
  background-repeat: no-repeat
}

.item-advantages__content {
  width: 220px
}

@media (max-width:1919px) {
  .item-advantages__content {
    width: 200px
  }
}
@media (max-width:1023px) {
  .item-advantages__content {
    margin: auto 0;
    width: 60%
  }
}
@media (max-width:767px) {
  .item-advantages__content {
    width: 100%
  }
}

.about {
  position: relative;
  margin: 150px 0
}

@media (max-width:1919px) {
  .about {
    margin: 130px 0
  }
}

@media (max-width:1365px) {
  .about {
    margin: 120px 0
  }
}

@media (max-width:1023px) {
  .about {
    margin: 103px 0
  }
}

@media (max-width:767px) {
  .about {
    margin: 97px 0
  }
}

.top-about {
  position: relative;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column
}

@media (max-width:1023px) {
  .top-about .container {
    display: flex;
    flex-direction: column
  }
}

@media (max-width:1919px) {
  .top-about {
    margin-bottom: 50px
  }
}

@media (max-width:1365px) {
  .top-about {
    margin-bottom: 60px
  }
}

@media (max-width:1023px) {
  .top-about {
    margin-bottom: 46px
  }
}

@media (max-width:767px) {
  .top-about {
    margin-bottom: 104px
  }
}

.top-about__gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 605px;
  height: 100%;
  background-image: url(../images/gradients/gradient2.svg);
  background-size: cover
}

@media (max-width:1919px) {
  .top-about__gradient {
    width: 416px
  }
}

@media (max-width:1365px) {
  .top-about__gradient {
    width: 281px
  }
}

@media (max-width:1023px) {
  .top-about__gradient {
    display: none
  }
}

.top-about__title {
  margin-bottom: 27px;
  align-self: flex-start
}

@media (max-width:1365px) {
  .top-about__title {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .top-about__title {
    margin-bottom: 24px
  }
}

.top-about__text {
  font-size: 18px;
  padding-bottom: 30px;
  max-width: 627px;
  width: 100%;
  line-height: 1.5
}

@media (max-width:1919px) {
  .top-about__text {
    font-size: 17px;
    padding-bottom: 30px;
    max-width: 530px
  }
}

@media (max-width:1365px) {
  .top-about__text {
    max-width: 50%;
    font-size: 16px
  }
}

@media (max-width:1023px) {
  .top-about__text {
    max-width: 100%;
    font-size: 16px
  }
}

@media (max-width:767px) {
  .top-about__text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
    font-size: 14px;
    margin-bottom: 11px
  }
}

.top-about__more {
  font-size: 21px;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
  align-items: center;
  align-self: flex-start
}

.top-about__more img {
  width: 78px;
  margin-left: 20px
}

@media (max-width:1919px) {
  .top-about__more img {
    width: 73px
  }
}

@media (max-width:1023px) {
  .top-about__more img {
    width: 63px
  }
}

@media (max-width:767px) {
  .top-about__more img {
    width: 55px
  }
}

.top-about__more:hover {
  color: #e11111;
  transition: all .3s ease
}

@media (max-width:1919px) {
  .top-about__more {
    font-size: 19px
  }
}

@media (max-width:1365px) {
  .top-about__more {
    font-size: 18px
  }
}

@media (max-width:1023px) {
  .top-about__more {
    font-size: 17px;
    margin-left: auto
  }
}

@media (max-width:767px) {
  .top-about__more {
    font-size: 16px;
    margin-left: 0
  }
}

.middle-about {
  background-image: url(../images/about-back.jpg);
  background-size: cover;
  height: 500px;
  margin-bottom: 150px
}

@media (max-width:1919px) {
  .middle-about {
    height: 350px;
    margin-bottom: 130px
  }
}

@media (max-width:1365px) {
  .middle-about {
    height: 304px;
    margin-bottom: 120px
  }
}

@media (max-width:1023px) {
  .middle-about {
    height: 251px;
    margin-bottom: 100px
  }
}

@media (max-width:767px) {
  .middle-about {
    display: none
  }
}

.bottom-about {
  display: flex;
  flex-direction: column
}

.bottom-about__content {
  width: 50%;
  height: 158px;
  display: flex;
  outline: 1px solid #d9d9d9;
  overflow: hidden
}

.bottom-about__content p {
  flex: 1 0 50%;
  padding: 10px
}

.bottom-about__content:first-child {
  margin-right: auto;
  margin-bottom: 30px
}

@media (max-width:1365px) {
  .bottom-about__content:first-child {
    margin-bottom: 21px
  }
}

@media (max-width:1023px) {
  .bottom-about__content:first-child {
    margin-bottom: 22px
  }
}

@media (max-width:767px) {
  .bottom-about__content:first-child {
    margin: 0 0 20px
  }
}


.bottom-about__content:last-child {
  margin-left: auto
}

@media (max-width:767px) {
  .bottom-about__content:last-child {
    margin: 0
  }
}

@media (max-width:1919px) {
  .bottom-about__content {
    height: 127px
  }
}

@media (max-width:1365px) {
  .bottom-about__content {
    height: 110px
  }
}

@media (max-width:1023px) {
  .bottom-about__content {
    height: 82px
  }
}

@media (max-width:767px) {
  .bottom-about__content {
    width: 100%;
    height: 63px
  }
}

.bottom-about__col-left {
  font-size: 70px;
  font-weight: 700;
  background-color: #fff;
  text-transform: uppercase
}

@media (max-width:1919px) {
  .bottom-about__col-left {
    font-size: 58px
  }
}

@media (max-width:1365px) {
  .bottom-about__col-left {
    font-size: 50px
  }
}

@media (max-width:1023px) {
  .bottom-about__col-left {
    font-size: 39px
  }
}

@media (max-width:767px) {
  .bottom-about__col-left {
    font-size: 30px
  }
}

.bottom-about__col-right {
  font-size: 21px;
  color: #fff;
  background-color: #e11111
}

@media (max-width:1919px) {
  .bottom-about__col-right {
    font-size: 19px
  }
}

@media (max-width:1365px) {
  .bottom-about__col-right {
    font-size: 18px
  }
}

@media (max-width:1023px) {
  .bottom-about__col-right {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .bottom-about__col-right {
    font-size: 14px
  }
}

.maintenance {
  position: relative;
  margin-bottom: 135px;
  overflow: hidden
}

@media (max-width:1919px) {
  .maintenance {
    margin-bottom: 130px
  }
}

@media (max-width:1365px) {
  .maintenance {
    margin-bottom: 120px
  }
}

@media (max-width:1023px) {
  .maintenance {
    margin-bottom: 101px
  }
}

.maintenance__title {
  margin-left: auto;
  margin-bottom: 80px;
  width: 50%;
  padding-right: 280px;
}

@media (max-width:1919px) {
  .maintenance__title {
    margin-bottom: 84px;
    padding-right: 150px;
  }
}

@media (max-width:1365px) {
  .maintenance__title {
    margin-bottom: 73px;
    padding-right: 50px;
  }
}

@media (max-width:1023px) {
  .maintenance__title {
    margin-bottom: 59px;
    padding-right: 37px;
  }
}

@media (max-width:767px) {
  .maintenance__title {
    margin-left: 15px;
    margin-bottom: 25px;
    padding-right: 0;
  }
}

.maintenance___slider {
  max-width: 1378px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px
}

@media (max-width:1919px) {
  .maintenance___slider {
    max-width: 1027px;
    margin-bottom: 20px
  }
}

@media (max-width:1365px) {
  .maintenance___slider {
    max-width: 910px;
    margin-bottom: 10px;
    margin-right: -48px
  }
}

@media (max-width:1023px) {
  .maintenance___slider {
    max-width: 691px;
    margin-bottom: 10px
  }
}

@media (max-width:767px) {
  .maintenance___slider {
    margin-bottom: 20px
  }
}


@media (max-width:419px) {
  .maintenance___slider {
    max-width: 275px;
    margin-bottom: 20px
  }
}

.maintenance__gradient {
  background-image: url(../images/gradients/gradient2.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 605px;
  width: 100%;
  height: 100%
}

@media (max-width:1919px) {
  .maintenance__gradient {
    width: 417px
  }
}

@media (max-width:1365px) {
  .maintenance__gradient {
    width: 281px
  }
}

@media (max-width:1023px) {
  .maintenance__gradient {
    width: 210px
  }
}

@media (max-width:767px) {
  .maintenance__gradient {
    display: none
  }
}

.slider-maintenance___item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-right: 39px;
  height: 210px;
  border: 1px solid #d9d9d9
}


@media (max-width:1919px) {
  .slider-maintenance___item {
    height: 190px;
    margin-right: 36px
  }
}

@media (max-width:1365px) {
  .slider-maintenance___item {
    height: 173px
  }
  .slider-maintenance img{
    width: 80%;
  }
}

@media (max-width:1023px) {
  .slider-maintenance___item {
    margin-right: 23px;
    height: 138px
  }
}

@media (max-width:767px) {
  .slider-maintenance___item {
    margin-right: 10px;
    height: 114px;
    padding: 15px
  }
  .slider-maintenance img{
    width: 100%;
  }
}

.actions {
  position: relative;
  z-index: 10;
  background-color: #262626;
  padding: 50px 0;
  margin-bottom: 150px;
  display: flex
}

.actions ul {
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
}

.actions ul,
.actions ul li {
  display: flex;
  align-items: center

}

.actions ul li .actions__picture {
  width: 142px;
  background-color: #fff;
  border-radius: 40px;
  height: 67px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%
}

.actions ul li .actions__picture--mode {
  background-size: 45%
}

@media (max-width:1919px) {
  .actions ul li .actions__picture {
    max-width: 115px
  }
}

@media (max-width:1365px) {
  .actions ul li .actions__picture {
    height: 54px
  }
}

@media (max-width:767px) {
  .actions ul li .actions__picture {
    height: 45px;
    max-width: 95px
  }
}

.actions ul li:hover a,
.burger-menu ul li:hover a,
.form-feedback__personal a:hover,
.price-info a:hover {
  color: #e11111
}

@media (max-width:1365px) {
  .actions ul li {
    width: 50%;
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .actions ul li {
    width: 100%;
    margin-bottom: 20px
  }
}

.actions ul a {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  margin-right: 30px;
  text-decoration: underline
}

@media (max-width:1919px) {
  .actions ul a {
    font-size: 19px
  }
}

@media (max-width:1365px) {
  .actions ul a {
    margin-right: 15px
  }
}

@media (max-width:1023px) {
  .actions ul a {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .actions ul a {
    font-size: 16px
  }
}

@media (max-width:1365px) {
  .actions ul {
    flex-wrap: wrap;
    margin-bottom: -30px
  }
}

@media (max-width:1919px) {
  .actions {
    margin-bottom: 130px
  }
}

@media (max-width:1365px) {
  .actions {
    margin-bottom: 120px
  }
}

@media (max-width:1023px) {
  .actions {
    margin-bottom: 101px
  }
}

@media (max-width:767px) {
  .actions {
    padding: 40px 0 55px
  }
}

.feedback {
  position: relative;
  padding-bottom: 115px;
  margin-bottom: 150px
}

@media (max-width:1919px) {
  .feedback {
    padding-bottom: 120px;
    margin-bottom: 130px
  }
}

@media (max-width:1365px) {
  .feedback {
    padding-bottom: 74px;
    margin-bottom: 120px
  }
}

@media (max-width:1023px) {
  .feedback {
    margin-bottom: 96px
  }
}

@media (max-width:767px) {
  .feedback {
    margin-bottom: 35px
  }
}

.feedback__title {
  width: 50%;
  padding-bottom: 2px
}

.feedback__title--modal {
  margin-bottom: 50px;
  padding-left: 0;
  padding-top: 0
}

.feedback__title--modal::before {
  display: none
}

@media (max-width:1919px) {
  .feedback__title {
    padding-bottom: 10px
  }
}

@media (max-width:1365px) {
  .feedback__title {
    padding-bottom: 16px
  }
}

@media (max-width:1023px) {
  .feedback__title {
    margin-bottom: 45px
  }
}

@media (max-width:767px) {
  .feedback__title {
    width: 90%;
    margin-bottom: 20px
  }
}

.feedback__gradient {
  position: absolute;
  width: 605px;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url(../images/gradients/gradient2.svg);
  background-size: cover
}

@media (max-width:1919px) {
  .feedback__gradient {
    width: 416px
  }
}

@media (max-width:1365px) {
  .feedback__gradient {
    width: 281px
  }
}

@media (max-width:1023px) {
  .feedback__gradient {
    width: 210px
  }
}

@media (max-width:767px) {
  .feedback__gradient {
    display: none
  }
}

.form-feedback {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: auto;
  padding: 44px 50px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  z-index: 1
}
/*
.form-feedback::before {
  content: "";
  position: absolute;
  width: 221px;
  height: 221px;
  background-image: url(../images/icons/logo_new.svg);
  background-size: cover;
  left: calc(-100% + 130px);
  top: 184px;
  /* transform: rotate(20deg); */
  /* transition: all .5s ease;
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite */
/*
}

@media (max-width:1919px) {
  .form-feedback::before {
    width: 190px;
    height: 190px;*/
    /* left: calc(-100% + 80px); */
/*    left: calc(-100% + 170px);
    top: 173px
  }
}

@media (max-width:1365px) {
  .form-feedback::before {
    width: 175px;
    height: 175px;*/
    /* left: calc(-100% + 52px); */
/*    left: calc(-100% + 110px);
    top: 85px
  }
}

@media (max-width:1023px) {
  .form-feedback::before {
    display: none
  }
}
*/
.form-feedback--modal {
  margin-left: 0;
  width: 100%;
  border: 0;
  padding: 0 !important
}

.form-feedback--modal::before,
.table-prices p.hide {
  display: none
}

@media (max-width:1919px) {
  .form-feedback {
    padding: 40px
  }
}

@media (max-width:1365px) {
  .form-feedback {
    padding: 30px 30px 55px
  }
}

@media (max-width:1023px) {
  .form-feedback {
    width: 100%;
    padding-top: 41px;
    padding-bottom: 35px
  }
}

@media (max-width:767px) {
  .form-feedback {
    padding-top: 27px;
    padding-left: 20px;
    padding-right: 20px
  }
}

.form-feedback__wrapper p input {
  width: 100%;
  border: 0;
  color: #333
}

.form-feedback__wrapper p textarea {
  width: 100%;
  color: #333
}

@media (max-width:1919px) {

  .form-feedback__wrapper p input,
  .form-feedback__wrapper p textarea {
    font-size: 17px
  }
}

@media (max-width:1365px) {

  .form-feedback__wrapper p input,
  .form-feedback__wrapper p textarea {
    font-size: 16px
  }
}

@media (max-width:767px) {

  .form-feedback__wrapper p input,
  .form-feedback__wrapper p textarea {
    font-size: 14px
  }
}

.form-feedback__wrapper p textarea {
  padding: 20px 30px;
  height: 125px;
  border: 1px solid #d9d9d9;
  margin-bottom: 19px;
  resize: none
}

@media (max-width:1365px) {
  .form-feedback__wrapper p textarea {
    padding: 20px 24px
  }
}

@media (max-width:1023px) {
  .form-feedback__wrapper p textarea {
    margin-bottom: 0;
    height: 100px
  }
}

@media (max-width:767px) {
  .form-feedback__wrapper p textarea {
    margin-bottom: 20px;
    height: 125px
  }
}

.form-feedback__wrapper p input {
  margin-bottom: 25px
}

@media (max-width:1919px) {
  .form-feedback__wrapper p input {
    margin-bottom: 16px
  }
}

@media (max-width:767px) {
  .form-feedback__wrapper p input {
    font-size: 14px
  }
}

.form-feedback__wrapper p input::-webkit-input-placeholder,
.form-feedback__wrapper p textarea::-webkit-input-placeholder {
  color: #333
}

.form-feedback__wrapper p input::-moz-placeholder,
.form-feedback__wrapper p textarea::-webkit-input-placeholder {
  color: #333
}

.form-feedback__wrapper p input:-moz-placeholder,
.form-feedback__wrapper p textarea::-webkit-input-placeholder {
  color: #333
}

.form-feedback__wrapper p input:-ms-input-placeholder,
.form-feedback__wrapper p textarea::-webkit-input-placeholder {
  color: #333
}

.form-feedback__wrapper p input {
  border-bottom: 1px solid #d9d9d9;
  padding: 11px 30px
}

@media (max-width:1365px) {
  .form-feedback__wrapper p input {
    padding: 11px 24px
  }
}

.form-feedback__personal {
  margin-bottom: 50px;
  line-height: 1.4
}

.form-feedback__personal a,
.price-info a,
p.col-footer__copy a,
p.col-footer__develop a {
  text-decoration: underline
}

@media (max-width:1919px) {
  .form-feedback__personal a {
    font-size: 17px
  }
}

@media (max-width:1365px) {
  .form-feedback__personal a {
    font-size: 16px
  }
}

@media (max-width:767px) {
  .form-feedback__personal a {
    font-size: 14px
  }
}

@media (max-width:1919px) {
  .form-feedback__personal {
    font-size: 17px;
    margin-bottom: 25px
  }
}

@media (max-width:1365px) {
  .form-feedback__personal {
    margin-bottom: 32px
  }
}

@media (max-width:1023px) {
  .form-feedback__personal {
    margin-bottom: 25px
  }
}

@media (max-width:767px) {
  .form-feedback__personal {
    font-size: 14px
  }
}

.form-feedback__submit {
  position: relative;
  margin-left: auto;
  background-image: url(../images/icons/arrow-next-slider.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 78px auto;
  width: 220px;
  height: 67px;
  display: flex
}

.form-feedback__submit::before {
  content: "Отправить";
  position: absolute;
  font-size: 21px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: underline
}

@media (max-width:1919px) {
  .form-feedback__submit::before {
    font-size: 19px
  }
}

@media (max-width:1365px) {
  .form-feedback__submit::before {
    font-size: 18px
  }
}
@media (max-width:767px) {
  .form-feedback__submit::before {
    font-size: 16px
  }
}
.form-feedback__submit input {
  position: relative;
  background-color: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

@media (max-width:1919px) {
  .form-feedback__submit input {
    font-size: 19px
  }
}

@media (max-width:1365px) {
  .form-feedback__submit input {
    font-size: 18px
  }
}

@media (max-width:1023px) {
  .form-feedback__submit input {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .form-feedback__submit input {
    font-size: 16px
  }
}

@media (max-width:1365px) {
  .form-feedback__submit {
    width: 187px;
    background-size: 67px auto;
    height: 57px
  }
}

@media (max-width:767px) {
  .form-feedback__submit {
    width: 164px;
    margin-left: 0;
    background-size: 55px auto
  }
}

.footer {
  position: relative;
  z-index: 10;
  background-color: #262626;
  padding: 45px 0
}

.footer a,
.footer p {
  color: #fff
}

.col-footer p,
.footer a {
  font-size: 21px
}

.footer a:hover {
  color: #e11111;
  transition: all .3s ease-out
}

@media (max-width:1365px) {
  .footer a {
    font-size: 18px
  }
}

@media (max-width:1023px) {
  .footer a {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .footer a {
    font-size: 16px
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 30px
  }
}

.footer__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

@media (max-width:767px) {
  .footer__container {
    flex-direction: column
  }
}

@media (max-width:1919px) {
  .col-footer p {
    font-size: 19px
  }
}

@media (max-width:1365px) {
  .col-footer p {
    font-size: 18px
  }
}

@media (max-width:1023px) {
  .col-footer p {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .col-footer p {
    font-size: 16px
  }
}

.col-footer ul {
  padding: 34px 0
}

@media (max-width:767px) {
  .col-footer ul {
    padding: 20px 0
  }
}

.col-footer:first-child {
  padding-top: 30px
}

@media (max-width:1919px) {
  .col-footer:first-child {
    padding-top: 22px
  }
}

@media (max-width:767px) {
  .col-footer:first-child {
    order: 1;
    padding-top: 37px
  }
}

.col-footer:last-child {
  display: flex;
  flex-direction: column
}

@media (max-width:767px) {
  .col-footer:last-child {
    order: 0
  }
}

p.col-footer__copy,
p.col-footer__develop {
  font-size: 18px;
  margin-top: auto
}

@media (max-width:1919px) {

  p.col-footer__copy,
  p.col-footer__develop {
    font-size: 17px
  }
}

@media (max-width:1365px) {

  p.col-footer__copy,
  p.col-footer__develop {
    font-size: 16px
  }
}

@media (max-width:767px) {
  p.col-footer__develop {
    margin-top: 20px
  }

  p.col-footer__copy {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  p.col-footer__develop {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    margin-right: 15px
  }
}

.col-footer__arrow-top {
  background-image: url(../images/icons/arrow-top.svg);
  background-repeat: no-repeat;
  padding-right: 87px;
  background-position: right top;
  background-size: 67px auto;
  height: 79px;
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  text-decoration: underline;
  align-self: flex-start;
  margin-left: auto
}

.col-footer__arrow-top:hover {
  color: #e11111;
  transition: all .3s ease-out;
  background-image: url(../images/icons/arrow-top-red.svg)
}

@media (max-width:1919px) {
  .col-footer__arrow-top {
    font-size: 19px;
    background-size: 60px auto;
    height: 73px
  }
}

@media (max-width:1365px) {
  .col-footer__arrow-top {
    font-size: 18px;
    background-size: 55px auto;
    height: 62px
  }
}

@media (max-width:767px) {
  .col-footer__arrow-top {
    background-size: 47px auto;
    height: 53px;
    padding-right: 69px
  }
}

.col-footer__contacts a {
  text-decoration: underline
}

.col-footer__contacts li {
  padding-bottom: 10px;
  display: flex;
}
.col-footer__contacts li p{
  opacity: 0.6;
  padding-left: 5px;
}
.col-footer__contacts li:last-child {
  padding-bottom: 0px
}

@media (max-width:767px) {
  .col-footer__contacts li{
    padding-bottom: 5px
  }
}

.about-service {
  position: relative;
  margin-bottom: 150px
}

@media (max-width:1919px) {
  .about-service {
    margin-bottom: 133px
  }
}

@media (max-width:1365px) {
  .about-service {
    margin-bottom: 120px
  }
}

.about-service__gradient {
  position: absolute;
  width: 605px;
  height: 100%;
  background-image: url(../images/gradients/gradient2.svg);
  background-size: cover;
  top: 0;
  right: 0
}

@media (max-width:1919px) {
  .about-service__gradient {
    width: 416px
  }
}

@media (max-width:1365px) {
  .about-service__gradient {
    width: 280px
  }
}

@media (max-width:767px) {
  .about-service__gradient {
    display: none
  }
}

.about-service__wrapper {
  width: 50%
}

.about-service__wrapper p {
  line-height: 1.4;
  font-weight: 300;
  padding-bottom: 60px
}

@media (max-width:1919px) {
  .about-service__wrapper p {
    font-size: 17px;
    padding-bottom: 40px
  }
}

@media (max-width:1365px) {
  .about-service__wrapper p {
    font-size: 16px;
    padding-bottom: 30px;
    line-height: 1.5
  }
}

@media (max-width:767px) {
  .about-service__wrapper p {
    font-size: 14px
  }
}

.about-service__wrapper h3,
p.about-service__bottom-text {
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 30px
}

@media (max-width:1365px) {
  .about-service__wrapper h3 {
    font-size: 18px;
    padding-bottom: 20px
  }
}

@media (max-width:767px) {
  .about-service__wrapper h3 {
    font-size: 14px
  }
}

/* .about-service__wrapper ul {
  display: flex;
  margin-bottom: 25px
}

.about-service__wrapper ul li {
  display: flex;
  flex-direction: column;
  width: 260px;
  margin-right: 110px
}

.about-service__wrapper ul li p {
  padding-bottom: 0
}

@media (max-width:1919px) {
  .about-service__wrapper ul li {
    margin-right: 45px
  }
}

@media (max-width:767px) {
  .about-service__wrapper ul li {
    width: 50%;
    margin-right: 0
  }
} */

.about-service__wrapper ul p {
  position: relative;
  padding-top: 20px;
  line-height: 1.5
}

.about-service__wrapper ul p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #e11111
}

@media (max-width:1919px) {
  .about-service__wrapper ul p {
    padding-top: 10px
  }
}


  .about-service__wrapper {
    width: 100%
  }


.about-service__title {
  margin-bottom: 40px
}

p.about-service__bottom-text {
  max-width: 700px;
  padding-bottom: 0;
  margin-top: 30px;
}
p.about-service__content {
  max-width: 700px;
  padding-bottom: 0;
}

@media (max-width:1919px) {
  p.about-service__bottom-text {
    max-width: 530px;
    font-size: 19px
  }
  p.about-service__content {
    max-width: 530px;
  }
}
@media (max-width:1365px) {
  
  p.about-service__content, p.about-service__bottom-text {
    max-width: 50%;
  }
}

@media (max-width:767px) {
  p.about-service__bottom-text {
    font-size: 14px;
    max-width: 100%;
  }
  p.about-service__content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
    max-width: 100%;
  }
}

.table-prices {
  margin-bottom: 150px
}

.table-prices p {
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  background-color: #fff
}

.table-prices p span {
  display: flex;
  align-items: center;
  height: 100%
}

.table-prices p .col {
  flex: 1 1;
  display: block
}

.table-prices p .col:first-child {
  padding: 24px 50px
}

@media (max-width:1919px) {
  .table-prices p .col {
    font-size: 17px
  }
}

@media (max-width:1365px) {
  .table-prices p .col {
    font-size: 16px;
    padding: 0 30px
  }
}

@media (max-width:767px) {
  .table-prices p .col {
    font-size: 14px;
    padding: 20px
  }
}

.table-prices p .col:last-child {
  display: flex;
  max-width: 354px;
  background-color: #e6e6e6;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-right: 90px
}

@media (max-width:1919px) {
  .table-prices p .col:last-child {
    font-size: 30px;
    max-width: calc(100%/4);
    padding-right: 50px
  }
}

@media (max-width:1365px) {
  .table-prices p .col:last-child {
    font-size: 26px;
    padding-right: 45px;
    padding-left: 0
  }
}

@media (max-width:767px) {
  .table-prices p .col:last-child {
    font-size: 22px;
    max-width: 155px
  }
}

@media (max-width:1365px) {
  .table-prices p {
    height: 56px
  }
}

@media (max-width:767px) {
  .table-prices p {
    width: 374px
  }
}

@media (max-width:1919px) {
  .table-prices {
    margin-bottom: 124px
  }
}

@media (max-width:1365px) {
  .table-prices {
    margin-bottom: 107px
  }
}

.press-down {
  max-width: 80px;
  width: 100%;
  margin: 40px auto 0;
  display: block;
  background-color: #fff;
  border: 0;
  padding: 0
}

.press-down.current {
  transform: rotate(180deg)
}

@media (max-width:767px) {
  .press-down.current {
    transform: translateX(-50%) rotate(180deg) !important
  }
}

@media (max-width:1365px) {
  .press-down {
    max-width: 55px;
    margin-top: 30px
  }
}

@media (max-width:1023px) {
  .press-down {
    margin-top: 20px
  }
}

@media (max-width:767px) {
  .press-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 55px
  }
}

.prices {
  position: relative
}

.prices:nth-child(2n+1) .container .prices__title {
  margin-left: auto
}

@media (max-width:767px) {
  .prices:nth-child(2n+1) .container .prices__title {
    margin-left: 0
  }
}

.prices__title {
  width: 50%;
  margin-bottom: 50px
}
.prices__title span{
  font-size: 40px;
  font-weight: 500;
  display: block;
  line-height: 1.2;
}
@media (max-width:1919px) {
  .prices__title span {
    font-size: 35px;
  }
}

@media (max-width:1365px) {
  .prices__title {
    margin-bottom: 37px
  }
  .prices__title span {
    font-size: 28px;
  }
}

@media (max-width:1023px) {
  .prices__title span {
    font-size: 24px;
  }
}

@media (max-width:767px) {
  .prices__title {
    width: 100%;
    margin-bottom: 30px
  }
  .prices__title span{
    font-size: 18px;
  }
}

.prices__table {
  overflow: auto;
  padding-bottom: 120px
}

.prices__table.container {
  position: static
}

.prices__table table {
  width: 100%;
  background-color: #fff
}

.prices__table table td {
  border: 1px solid #d9d9d9;
  padding: 24px 50px
}

.prices__table table td:first-child {
  font-size: 18px
}

@media (max-width:1919px) {
  .prices__table table td:first-child {
    font-size: 17px
  }
}

@media (max-width:1365px) {
  .prices__table table td:first-child {
    font-size: 16px
  }
}

@media (max-width:1023px) {
  .prices__table table td:first-child {
    font-size: 16px
  }
}

@media (max-width:767px) {
  .prices__table table td:first-child {
    font-size: 14px
  }
}

.prices__table table td:last-child {
  font-size: 32px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  width: calc(100%/4);
  background-color: #e6e6e6;
  border-bottom: 1px solid #fff;
  padding-right: 90px
}

@media (max-width:1919px) {
  .prices__table table td:last-child {
    font-size: 30px;
    padding-right: 45px
  }
}

@media (max-width:1365px) {
  .prices__table table td:last-child {
    font-size: 26px
  }
}

@media (max-width:1023px) {
  .prices__table table td:last-child {
    font-size: 22px;
    padding-right: 25px
  }
}

@media (max-width:767px) {
  .prices__table table td:last-child {
    font-size: 22px;
    /* white-space: nowrap; */
    padding-right: 20px;
    min-width: 170px;
  }
}

@media (max-width:1365px) {
  .prices__table table td {
    padding: 20px 30px
  }
}

@media (max-width:1023px) {
  .prices__table table td {
    padding: 19px 20px
  }
}

@media (max-width:767px) {
  .prices__table table {
    width: 100%
  }
}



@media (max-width:767px) {
  .prices__table {
    padding-bottom: 220px
  }
}

.we-are {
  position: relative;
  margin-bottom: 200px
}

@media (max-width:1919px) {
  .we-are {
    margin-bottom: 185px
  }
}

@media (max-width:1365px) {
  .we-are {
    margin-bottom: 185px
  }
}

@media (max-width:1023px) {
  .we-are {
    margin-bottom: 80px
  }
}

@media (max-width:767px) {
  .we-are {
    margin-bottom: 100px
  }
}

.we-are__wrapper,
.wrapper-find__contacts>div {
  width: 50%
}

.we-are__wrapper .we-are__strong-text {
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 0;
  line-height: 1.5
}

@media (max-width:1919px) {
  .we-are__wrapper .we-are__strong-text {
    font-size: 19px
  }
}

@media (max-width:1365px) {
  .we-are__wrapper .we-are__strong-text {
    font-size: 18px
  }
}

@media (max-width:767px) {
  .we-are__wrapper .we-are__strong-text {
    font-size: 14px
  }
}

@media (max-width:1023px) {
  .we-are__wrapper {
    width: 100%
  }
}

.we-are__title {
  margin-bottom: 25px
}

@media (max-width:1365px) {
  .we-are__title {
    margin-bottom: 35px
  }
}

@media (max-width:767px) {
  .we-are__title {
    max-width: 200px;
    margin-bottom: 22px;
    line-height: 1.4
  }
}

.we-are__gradient {
  position: absolute;
  width: 605px;
  background-image: url(../images/gradients/gradient2.svg);
  background-size: cover;
  right: 0;
  top: 0;
  height: 100%;
}

@media (max-width:1919px) {
  .we-are__gradient {
    width: 416px
  }
}

@media (max-width:1365px) {
  .we-are__gradient {
    width: 280px
  }
}

@media (max-width:1023px) {
  .we-are__gradient {
    display: none
  }
}

.we-are__content {
  padding-bottom: 40px;
  line-height: 1.5
}

.we-are__content:last-child {
  padding-bottom: 0
}

@media (max-width:1919px) {
  .we-are__content {
    font-size: 17px;
    line-height: 1.3
  }
}

@media (max-width:1365px) {
  .we-are__content {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 1.5
  }
}

@media (max-width:767px) {
  .we-are__content {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 20px;
    line-height: 1.5
  }
}

.we-are__down {
  display: none
}

.we-are__down.current {
  transform: rotate(180deg)
}

@media (max-width:767px) {
  .we-are__down {
    display: block;
    max-width: 55px;
    margin: 10px auto 50px
  }
}

.employees {
  margin: 135px 0
}

@media (max-width:1919px) {
  .employees {
    margin: 130px 0
  }
}

@media (max-width:1365px) {
  .employees {
    margin: 127px 0
  }
}

@media (max-width:767px) {
  .employees {
    margin: 96px 0
  }
}

.employees__picture {
  width: 100%
}

.employees__title {
  margin-bottom: 40px
}

@media (max-width:767px) {
  .employees__title {
    margin-bottom: 17px
  }
}

.employees__container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px
}

.employees__container p {
  line-height: 1.5
}

@media (max-width:1365px) {
  .employees__container p {
    font-size: 16px
  }
}

@media (max-width:767px) {
  .employees__container p {
    font-size: 14px
  }
}

@media (max-width:1919px) {
  .employees__container {
    margin-bottom: 50px
  }
}

@media (max-width:767px) {
  .employees__container {
    margin-bottom: 22px
  }
}

.employees__content {
  width: 50%;
  margin-left: auto
}

@media (max-width:767px) {
  .employees__content {
    margin-left: 0;
    width: 100%
  }
}

.employees__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 605px;
  height: 100%;
  background-image: url(../images/gradients/gradient2.svg);
  background-size: cover
}

@media (max-width:1919px) {
  .employees__gradient {
    width: 416px
  }
}

@media (max-width:1023px) {
  .employees__gradient {
    width: 210px
  }
}

@media (max-width:767px) {
  .employees__gradient {
    display: none
  }
}

.legal {
  margin-bottom: 150px
}

@media (max-width:1919px) {
  .legal {
    margin-bottom: 130px
  }
}

@media (max-width:767px) {
  .legal {
    margin-bottom: 100px
  }
}

.legal__title {
  margin-bottom: 40px
}

@media (max-width:767px) {
  .legal__title {
    margin-bottom: 18px
  }
}

.legal__container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px
}

.legal__content {
  width: 50%;
  /* margin-left: auto */
  margin-right: auto;
}

.legal__content p {
  margin-bottom: 30px;
  line-height: 1.5
}

@media (max-width:1919px) {
  .legal__content p {
    font-size: 17px
  }
}

@media (max-width:1365px) {
  .legal__content p {
    margin-bottom: 13px
  }
}

@media (max-width:767px) {
  .legal__content p {
    font-size: 14px
  }

  .legal__content {
    margin-left: 0;
    width: 100%
  }
}

.legal__gradient {
  position: absolute;
  top: 0;
  /* left: 0; */
  right: 0;
  width: 605px;
  height: 100%;
  background-image: url(../images/gradients/gradient2.svg);
  background-size: cover
}

@media (max-width:1919px) {
  .legal__gradient {
    width: 416px
  }
}

@media (max-width:768px) {
  .legal__gradient {
    width: 210px
  }
}

@media (max-width:767px) {
  .legal__gradient {
    display: none
  }
}

.legal__links {
  display: flex;
  flex-direction: column
}

.legal__links a {
  font-size: 21px;
  font-weight: 500;
  color: #e11111;
  text-decoration: underline;
  margin-bottom: 20px
}

.legal__links a:last-child {
  margin-bottom: 0
}

@media (max-width:1919px) {
  .legal__links a {
    font-size: 19px
  }
}

@media (max-width:767px) {
  .legal__links a {
    font-size: 14px
  }

  .legal__links {
    max-width: 215px
  }
}

.wrapper-services-main {
  display: flex;
  flex-wrap: wrap
}

@media (max-width:767px) {
  .wrapper-services-main:last-child {
    padding-bottom: 180px
  }

  .wrapper-services-main .press-down {
    bottom: 100px
  }

  .wrapper-services-main {
    flex-direction: column;
    align-items: center
  }
}

.wrapper-services-main__inner {
  max-width: 420px;
  width: 100%
}

.wrapper-services-main__inner p {
  position: relative;
  font-size: 21px;
  font-weight: 500;
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5
}

.wrapper-services-main__inner p::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background-color: #e11111;
  top: 0;
  left: 0
}

@media (max-width:1919px) {
  .wrapper-services-main__inner p::after {
    width: 16px
  }
}

@media (max-width:767px) {
  .wrapper-services-main__inner p::after {
    display: none
  }
}

@media (max-width:1919px) {
  .wrapper-services-main__inner p {
    font-size: 19px;
    padding-left: 40px
  }
}

@media (max-width:1023px) {
  .wrapper-services-main__inner p {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .wrapper-services-main__inner p {
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    background-color: #fff
  }
}

.wrapper-services-main__inner--mode {
  margin-left: auto
}

@media (max-width:1919px) {
  .wrapper-services-main__inner {
    max-width: 386px
  }
}

@media (max-width:1365px) {
  .wrapper-services-main__inner {
    max-width: 350px
  }
}

@media (max-width:1023px) {
  .wrapper-services-main__inner {
    max-width: 291px
  }
}

.wrapper-services-main__item {
  display: flex;
  position: relative;
  width: 50%;
  flex-direction: column;
  margin-bottom: 90px
}

.modal-content__title::before,
.wrapper-services-main__item.hidden {
  display: none
}

.modal-content__form .modal-content__submit {
  border-bottom: none;
  margin-bottom: 0;
}

.wrapper-services-main__item img {
  margin-bottom: 20px;
  max-height: 500px;
  object-fit: cover;
}


@media (max-width:1365px) {
  .wrapper-services-main__item img {
    margin-bottom: 13px
  }
}

@media (max-width:767px) {
  .wrapper-services-main__item img {
    margin-bottom: 0;
    display: block
  }
}

@media (max-width:1919px) {
  .wrapper-services-main__item {
    margin-bottom: 80px
  }
}

@media (max-width:1365px) {
  .wrapper-services-main__item {
    margin-bottom: 63px
  }
}

@media (max-width:767px) {
  .wrapper-services-main__item {
    max-width: 199px;
    width: 100%;
    margin-bottom: 30px
  }
}

.wrapper-find {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: 50%
}

.wrapper-find a,
.wrapper-find p {
  font-size: 32px;
  font-weight: 500;
  text-decoration: underline
}

.wrapper-find p {
  margin-bottom: 45px;
  line-height: 1.5
}

@media (max-width:1919px) {
  .wrapper-find p {
    font-size: 30px;
    margin-bottom: 40px
  }
}

@media (max-width:1365px) {
  .wrapper-find p {
    font-size: 26px;
    line-height: 1.4
  }
}

@media (max-width:1023px) {
  .wrapper-find p {
    font-size: 22px
  }
}

@media (max-width:767px) {
  .wrapper-find p {
    font-size: 16px;
    margin-bottom: 14px
  }
}

.wrapper-find a {
  margin-bottom: 85px
}

.wrapper-find a:hover,
.wrapper-find__contacts a:hover {
  color: #e11111;
  transition: all .3s ease-out
}

@media (max-width:1919px) {
  .wrapper-find a {
    margin-bottom: 70px
  }
}

@media (max-width:1365px) {
  .wrapper-find a {
    font-size: 26px;
    margin-bottom: 60px
  }
}

@media (max-width:767px) {
  .wrapper-find a {
    font-size: 16px;
    margin-bottom: 35px
  }
}

.wrapper-find .br {
  display: block
}

@media (max-width:767px) {
  .wrapper-find .br {
    display: none
  }

  .wrapper-find {
    margin-left: 0;
    width: 100%
  }
}

.wrapper-find__title {
  margin-bottom: 60px
}

@media (max-width:1919px) {
  .wrapper-find__title {
    margin-bottom: 38px
  }
}

@media (max-width:1365px) {
  .wrapper-find__title {
    margin-bottom: 24px
  }
}

@media (max-width:767px) {
  .wrapper-find__title {
    max-width: 200px;
    margin-bottom: 17px
  }
}

.wrapper-find__contacts {
  display: flex;
  justify-content: space-between
}

@media (max-width:767px) {
  .wrapper-find__contacts>div:first-child {
    margin-bottom: 30px
  }

  .wrapper-find__contacts>div:last-child {
    margin-left: auto
  }

  .wrapper-find__contacts>div {
    border-top: 5px solid #e11111
  }
}

.wrapper-find__contacts a {
  font-size: 21px;
  font-weight: 500;
  padding-top: 20px;
  border-top: 5px solid #e11111;
  padding-right: 80px;
  margin-bottom: 0
}

@media (max-width:1919px) {
  .wrapper-find__contacts a {
    font-size: 19px;
    padding-right: 26px
  }
}

@media (max-width:1365px) {
  .wrapper-find__contacts a {
    font-size: 18px;
    padding-top: 10px
  }
}

@media (max-width:1023px) {
  .wrapper-find__contacts a {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .wrapper-find__contacts a {
    font-size: 14px;
    border-top: 0;
    display: block
  }

  .wrapper-find__contacts {
    flex-direction: column
  }
}

.find {
  margin-top: 280px;
  margin-bottom: 70px
}

@media (max-width:1919px) {
  .find {
    margin-top: 226px
  }
}

@media (max-width:1365px) {
  .find {
    margin-bottom: 50px;
    margin-top: 0
  }
}

.find__container,
.times .times__container {
  display: flex;
  flex-direction: column
}

.find__gradient {
  position: absolute;
  width: 605px;
  height: 100%;
  background-image: url(../images/gradients/gradient2.svg);
  background-size: cover;
  top: 0;
  left: 0
}

@media (max-width:1919px) {
  .find__gradient {
    width: 417px
  }
}

@media (max-width:1365px) {
  .find__gradient {
    width: 280px
  }
}

@media (max-width:767px) {
  .find__gradient {
    display: none
  }
}

.map {
  height: 428px;
  margin-bottom: 150px
}

@media (max-width:1919px) {
  .map {
    height: 320px;
    margin-bottom: 130px
  }
}

@media (max-width:1365px) {
  .map {
    height: 279px;
    margin-bottom: 120px
  }
}

@media (max-width:767px) {
  .map {
    height: 292px;
    margin-bottom: 100px
  }
}

.map__container {
  height: 100%
}

.map__wrapper {
  background-image: url(../images/map.jpg);
  background-size: cover;
  height: 100%;
  display: flex
}

.times {
  padding-bottom: 150px
}

.times .times__row {
  display: flex;
  max-width: 50%;
  width: 100%;
  height: 170px;
  border: 1px solid #d9d9d9;
  margin-bottom: 30px
}

.times .times__row p {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%
}

.times .times__row p:first-child {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase
}

@media (max-width:1919px) {
  .times .times__row p:first-child {
    font-size: 58px
  }
}

@media (max-width:1023px) {
  .times .times__row p:first-child {
    font-size: 39px
  }
}

@media (max-width:767px) {
  .times .times__row p:first-child {
    font-size: 30px
  }
}

.times .times__row p:last-child {
  color: #fff;
  background-color: #e11111;
  font-size: 21px
}

@media (max-width:1919px) {
  .times .times__row p:last-child {
    font-size: 19px
  }
}

@media (max-width:1023px) {
  .times .times__row p:last-child {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .times .times__row p:last-child {
    font-size: 14px
  }
}

.times .times__row:last-child {
  margin-left: auto;
  margin-bottom: 0
}

@media (max-width:767px) {
  .times .times__row:last-child {
    margin: 0
  }
}

@media (max-width:1919px) {
  .times .times__row {
    max-width: 50%;
    height: 127px
  }
}

@media (max-width:1365px) {
  .times .times__row {
    height: 110px;
    margin-bottom: 20px
  }
}

@media (max-width:767px) {
  .times .times__row {
    width: 100%;
    max-width: 100%;
    height: 63px;
    margin: 0 0 20px
  }
}

@media (max-width:1919px) {
  .times {
    padding-bottom: 127px
  }
}

@media (max-width:1365px) {
  .times {
    padding-bottom: 112px
  }
}

@media (max-width:767px) {
  .times {
    margin-bottom: 90px;
    padding-bottom: 0
  }
}

.burger {
  display: none;
  position: relative;
  width: 73px;
  height: 60px;
  background-color: transparent;
  border: 0;
  z-index: 20;
  background-image: url(../images/icons/burger.svg);
  background-repeat: no-repeat
}

.burger.active {
  background-image: url(../images/icons/burger-active.svg)
}

@media (max-width:1365px) {
  .burger {
    display: flex
  }
}

@media (max-width:767px) {
  .burger {
    height: 42px;
    width: 50px
  }
}

.services-main {
  padding-top: 30px;
  padding-bottom: 160px
}

@media (max-width:1919px) {
  .services-main {
    padding-top: 10px;
    padding-bottom: 130px
  }
}

@media (max-width:1365px) {
  .services-main {
    padding-top: 0;
    padding-bottom: 120px
  }
}

@media (max-width:1023px) {
  .services-main {
    padding-bottom: 100px
  }
}

@media (max-width:767px) {
  .services-main {
    padding-bottom: 0
  }
}

@media (max-width:786px) {
  .wrapper-feedback {
    display: flex
  }

  .wrapper-feedback--modal {
    display: block
  }

  .wrapper-feedback--modal .wrapper-feedback__block {
    width: 100% !important
  }
}

@media (max-width:767px) {
  .wrapper-feedback {
    flex-direction: column
  }
}

.wrapper-feedback__block:first-child {
  margin-right: 30px
}

@media (max-width:767px) {
  .wrapper-feedback__block:first-child {
    margin-right: 0
  }
}

.wrapper-feedback__block:last-child {
  margin-left: auto
}

@media (max-width:1023px) {
  .wrapper-feedback__block:last-child {
    width: 50%
  }
}

@media (max-width:767px) {
  .wrapper-feedback__block:last-child {
    width: 100%
  }
}

.content-hidden.show {
  -webkit-line-clamp: inherit
}

.burger-menu {
  display: none;
  position: fixed;
  background-color: #fff;
  padding-top: 130px;
  top: 0;
  height: 100%;
  z-index: 10;
  width: 50%;
  right: 0
}

.burger-menu ul {
  display: flex;
  flex-direction: column;
  padding-left: 50px
}

.burger-menu ul li {
  position: relative;
  margin-bottom: 38px;
  padding-left: 120px
}

.burger-menu ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: underline
}

.burger-menu ul li.active a{
  color: #e11111;
}
.burger-menu ul li:hover::before {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 60px;
  background-image: url(../images/icons/arrow-next-slider.svg);
  top: 50%;
  transform: translateY(-50%)
}

@media (max-width:1023px) {

  .burger-menu ul li:hover::before {
    display: none
  }
}

@media (max-width:1023px) {
  .burger-menu ul li {
    padding-left: 0
  }
}

@media (max-width:767px) {
  .burger-menu ul {
    padding-left: 15px
  }

  .burger-menu {
    padding-top: 110px;
    width: 100%
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(38, 38, 38, .4);
  z-index: 10;

  height: 100%;
  max-height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

.modal.active {
  display: flex
}

.modal__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.modal__close {
  display: block;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  background-color: transparent;
  width: 73px;
  height: 60px;
  z-index: 10
}

@media (max-width:767px) {
  .modal__container {
    align-items: inherit;
    height: inherit
  }
  .modal__close {
    display: block;
    height: 42px;
    width: 50px
  }
}

.modal-content {
  padding: 50px;
  background-color: #fff;
  max-width: 710px;
  position: relative
}

@media (max-width:767px) {
  .modal-content {
    padding: 30px
  }
}
@media (max-width:480px) {
  .modal-content {
    height: 100vh;
  }
}

.modal-content__title {
  padding-left: 0;
  padding-bottom: 60px;
  padding-top: 50px;
}

.modal-content__form input {
  border: 0;
  font-size: 18px;
  padding-left: 30px
}

@media (max-width:1919px) {

  .modal-content__form input,
  .modal-content__form textarea {
    font-size: 17px
  }
}

@media (max-width:1365px) {
  .modal-content__title {
    padding-top: 40px;
  }
  .modal-content__form input,
  .modal-content__form textarea {
    font-size: 16px
  }
}

@media (max-width:767px) {
  .modal-content__title{
    padding-top: 50px;
  }

  .modal-content__form input,
  .modal-content__form textarea {
    font-size: 14px
  }
}

.modal-content__form p {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5
}

.modal-content__form button,
.modal-content__form p a {
  font-weight: 500;
  text-decoration: underline
}

.modal-content__form p.modal-content__mode {
  border: 0
}

.modal-content__form textarea {
  width: 100%;
  height: 125px;
  resize: none;
  border: 1px solid #d9d9d9;
  padding: 20px 20px 20px 30px
}

@media (max-width:1919px) {
  .modal-content__mode {
    font-size: 17px
  }
}

@media (max-width:1365px) {
  .modal-content__mode a {
    font-size: 16px
  }
}

@media (max-width:767px) {
  .modal-content__mode a {
    font-size: 14px
  }
}

@media (max-width:1919px) {
  .modal-content__mode {
    font-size: 17px;
    margin-bottom: 25px
  }
}

@media (max-width:1365px) {
  .modal-content__mode {
    margin-bottom: 32px
  }
}

@media (max-width:1023px) {
  .modal-content__mode {
    margin-bottom: 25px
  }
}

@media (max-width:767px) {
  .modal-content__mode {
    font-size: 14px
  }
}

.modal-content__form button {
  font-size: 21px;
  background-image: url(../images/icons/arrow-next-slider.svg);
  background-size: 78px auto;
  background-repeat: no-repeat;
  background-position: center right;
  border: 0;
  background-color: transparent;
  margin-left: auto;
  width: 220px;
  text-align: left;
  line-height: 67px
}
@media (max-width:1919px) {
  .modal-content__form button {
    font-size: 19px;
  }
}
@media (max-width:1365px) {
  .modal-content__form button {
    font-size: 18px;
    width: 200px;
    background-size: 67px auto;
  }
}

@media (max-width:767px) {
  .modal-content__form button {
    font-size: 16px;
    width: 180px;
    background-size: 55px auto
  }
}



.hero__title--404 {
  max-width: 740px;
  line-height: .6;
  padding-bottom: 0;
  margin-bottom: 335px;
}
.hero__title span {
  font-size: 50px;
  font-weight: 500;
  display: block;
  line-height: 1.2;
}
.hero__title--404 span {
  display: inline;
}

@media (max-width:1919px) {
  .hero__title--404 {
    padding-top: 340px;
    margin-bottom: 100px
  }
  .hero__title--404 span {
    font-size: 40px
  }
}

@media (max-width:1365px) {
  .hero__title--404 {
    padding-top: 249px;
  }
  .hero__title span {
    font-size: 44px
  }
}

@media (max-width:1023px) {
  .hero__title span {
    font-size: 38px
  }
}

@media (max-width:767px) {
  .hero__title--404 {
    padding-top: 0;
    margin-bottom: 80px
  }
  .hero__title span {
    font-size: 30px
  }
  .hero__title--404 span {
    font-size: 20px
  }
}
.first-section--404 {
  background-image: url(../images/404.jpg);
  margin-bottom: 0;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column
}

.first-section--404 .hero {
  height: 100%
}

@media (max-width:767px) {
  .first-section.first-section--404{
    height: calc(100vh - 200px);
  }
  .first-section--404 .hero {
    height: auto;
    margin-top: 340px;
  }
  .first-section--404 .hero__bottom span{
    color: #333;
  }
  .first-section.first-section--404 .hero__bottom .mode--2::after {
    background-image: url(../images/icons/zakaz-btn-red.svg);
  }
  .first-section.first-section--404 .hero__title {
    padding-top: 0;
    padding-bottom: 60px;
}
}

.first-section--404 .container {
  height: 100%;
  display: flex;
  /* flex-direction: column */
}

.first-section--404 .hero__bottom {
  margin-top: auto
}

@media (max-width:767px) {
  .first-section--404 {
    flex: 0
  }
}

@media (max-width: 767px){
  .first-section--404 .hero__bottom{
    flex-direction: column;
    margin-bottom: 0;
    top: 90px;
  }
  .first-section--404 .hero__bottom p:first-child {
    display: flex;
    margin-bottom: 10px;
  }
}



.red__list{
  padding: 5px 5px 0;
  max-width: 700px;
}
@media (max-width:1919px) {
  .red__list {
    max-width: 530px;
    font-size: 17px
  }
}

@media (max-width:1365px) {
  .red__list {
    max-width: 50%;
    font-size: 16px
  }
}
@media (max-width:767px) {
  .red__list {
    display: none;
    max-width: 100%;
    font-size: 14px;
  }
}
.red__list.show{
  display: block;
}
.red__list li{
  padding: 5px 0;
}

.red__list li::before{
  content: "—";
  color: #e11111;
  padding-right: 10px;
  padding-left: 10px;
}

.hero__bottom .mode--3::after {
  content: "";
  width: 142px;
  height: 67px;
  background-image: url(../images/icons/404.svg);
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  transition: all .3s ease;
}
@media (max-width:1365px) {
  .hero__bottom .mode--3::after {
    height: 57px
  }
}

@media (max-width:767px) {
  .hero__bottom .mode--3::after {
    background-image: url(../images/icons/404-red.svg);
    width: 97px;
    height: 48px
  }
}

.hero__bottom .mode--3:hover::after {
  background-image: url(../images/icons/404-red.svg)
}
.about-service__text {
  font-size: 18px;
  padding-bottom: 30px;
  max-width: 700px;
  width: 100%;
  line-height: 1.5
}

@media (max-width:1919px) {
  .about-service__text {
    font-size: 17px;
    padding-bottom: 30px;
    max-width: 530px
  }
}

@media (max-width:1365px) {
  .about-service__text {
    max-width: 50%;
    font-size: 16px
  }
}

@media (max-width:1023px) {
  .about-service__text {
    
    font-size: 16px
  }
}

@media (max-width:767px) {
  .about-service__text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 11px
  }
}

.hero__logo{
  display: flex;
  height: 700px;
  align-items: center;
}

.hero__logo img{
  max-height: 250px;
}

.first-section--cart .hero__bottom{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 250px;
  left: 0;
}
@media (max-width:1919px) {
  .first-section--cart .hero__bottom{
    padding: 0 150px;
  }
}
@media (max-width:1365px) {
  .first-section--cart .hero__bottom{
    padding: 0 50px;
  }
}
@media (max-width:1023px) {
  .first-section--cart .hero__bottom{
    padding: 0 37px;
  }
}
@media (max-width:767px) {
  .hero__logo{
    height: 100%;
  }
  .first-section.first-section--cart{
    height: calc(100vh - 150px);
  }
  .first-section--cart .hero__bottom{
    padding: 0 15px;
    bottom: 0;
    margin-bottom: -100px;
  }
  .hero .container{
    justify-content: flex-end;
  }
  .hero__bottom{
    margin-bottom: 0;
    position: absolute;
  }
  .hero__bottom span{
    color: #fff;
  }
  .first-section{
    height: auto;
    margin-bottom: 101px;
  }
  .first-section .hero__bottom .mode--2::after{
    background-image: url(../images/icons/zakaz-btn.svg);
  }
  .first-section .hero__bottom .mode--2:hover::after {
    background-image: url(../images/icons/zakaz-btn-red.svg);
  }
  .first-section--cart .hero__bottom span {
    font-size: 16px;
    color: #333;
  }
  .first-section--cart .hero__bottom .mode--2::after {
    background-image: url(../images/icons/zakaz-btn-red.svg);
  }
}
.price-info{
  margin-top: 15px;
}

.price-info p {
  /* display: flex; */
  white-space: normal;
  /* align-items: center; */
  font-size: 18px;
  padding-bottom: 5px;
  line-height: 1.4;
  max-width: 700px;
}
.price-info a {
  bottom: inherit;
}
@media (max-width:1919px) {
  .price-info p {
    font-size: 17px;
    max-width: 530px;
  }
}
@media (max-width:1365px) {
  .price-info p {
    font-size: 16px;
    max-width: 50%;
  }
}
@media (max-width:767px) {
  .price-info{
    margin-top: 110px;
  }
  .price-info p {
    font-size: 14px;
    display: block;
    max-width: 100%;
  }
  .price-info--mode p {
    /* font-size: 16px; */
    /* display: flex; */
    white-space: normal;
  }
  .price-info a {
    width: max-content;
    margin-top: 15px;
  }
}
.price-info--mode .feedback--no_pic{
  background-image: none;
  height: auto;
  margin-top: 0;
}
.price-info--mode {
  margin-top: 35px;
}

.info--mode{
  bottom:-15px;
  width: max-content;
}
@media (max-width:767px) {
  .info--mode{
    bottom:-100px;
  }
  .price-info--mode {
    margin-top: 150px;
  }
}
.wrapper-phone {
  display: flex;
  flex-direction: column;
  margin-bottom: 85px
}
.wrapper-phone a{
  margin-bottom: 25px
}
.wrapper-phone a{
  margin-bottom: 20px;
  text-decoration: none;
}
.wrapper-phone a span{
  text-decoration: underline;
}

@media (max-width:1919px) {
  wrapper-phone{
    margin-bottom: 70px
  }
  
}

@media (max-width:1365px) {
  .wrapper-phone{
    margin-bottom: 60px
  }
  .wrapper-phone a{
    margin-bottom: 15px
  }
}

@media (max-width:767px) {
  .wrapper-phone{
    margin-bottom: 35px
  }
  .wrapper-phone a{
    margin-bottom: 10px
  }
}