/*FONTS*/
@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-Black.eot');
  src: url('../fonts/Winston-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Winston-Black.woff2') format('woff2'),
      url('../fonts/Winston-Black.woff') format('woff'),
      url('../fonts/Winston-Black.ttf') format('truetype'),
      url('../fonts/Winston-Black.svg#Winston-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-ExtraBold.eot');
  src: url('../fonts/Winston-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Winston-ExtraBold.woff2') format('woff2'),
      url('../fonts/Winston-ExtraBold.woff') format('woff'),
      url('../fonts/Winston-ExtraBold.ttf') format('truetype'),
      url('../fonts/Winston-ExtraBold.svg#Winston-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-Bold.eot');
  src: url('../fonts/Winston-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Winston-Bold.woff2') format('woff2'),
      url('../fonts/Winston-Bold.woff') format('woff'),
      url('../fonts/Winston-Bold.ttf') format('truetype'),
      url('../fonts/Winston-Bold.svg#Winston-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-SemiBold.eot');
  src: url('../fonts/Winston-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Winston-SemiBold.woff2') format('woff2'),
      url('../fonts/Winston-SemiBold.woff') format('woff'),
      url('../fonts/Winston-SemiBold.ttf') format('truetype'),
      url('../fonts/Winston-SemiBold.svg#Winston-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-Regular.eot');
  src: url('../fonts/Winston-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Winston-Regular.woff2') format('woff2'),
      url('../fonts/Winston-Regular.woff') format('woff'),
      url('../fonts/Winston-Regular.ttf') format('truetype'),
      url('../fonts/Winston-Regular.svg#Winston-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-Light.eot');
  src: url('../fonts/Winston-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Winston-Light.woff2') format('woff2'),
      url('../fonts/Winston-Light.woff') format('woff'),
      url('../fonts/Winston-Light.ttf') format('truetype'),
      url('../fonts/Winston-Light.svg#Winston-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-ExtraLight.eot');
  src: url('../fonts/Winston-ExtraLight.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Winston-ExtraLight.woff2') format('woff2'),
      url('../fonts/Winston-ExtraLight.woff') format('woff'),
      url('../fonts/Winston-ExtraLight.ttf') format('truetype'),
      url('../fonts/Winston-ExtraLight.svg#Winston-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-Medium.eot');
  src: url('../fonts/Winston-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Winston-Medium.woff2') format('woff2'),
      url('../fonts/Winston-Medium.woff') format('woff'),
      url('../fonts/Winston-Medium.ttf') format('truetype'),
      url('../fonts/Winston-Medium.svg#Winston-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/*Specifications*/
body {
  background: #141414;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color:#E8E8E8;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
}

body {
  overflow-y: visible !important;
}

div,
form,
input,
p,
a,
span {
  box-sizing: border-box;
}

.slick-dots li button:before {
  display: none;
}

ul,
li,
p {
  display: block;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
a:hover,
button {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}

a:hover {
  color: #E80000;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none !important;
  text-decoration: none !important;
}

button:hover {
  cursor: pointer;
}

input:focus {
  border: 2px solid #E80000;
}

section,
footer,
header {
  overflow: hidden;
}

:focus {
  outline: none !important;
}

.body-wrap {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.slick-dots li {
  border-radius: 50%;
  border: 1px solid #E80000;
}

.slick-dots .slick-active {
  background: #E80000;
}

.header__slider .slick-dots {
  width: max-content;
  bottom: 151px;
  left: 13%;

}

footer {
  margin-top: auto;
}

h1 {
  font-family: 'Winston';
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 76px;
  text-transform: uppercase;
  mix-blend-mode: hard-light;
}

h1 span {
  font-style: italic;
  font-weight: 900;
  color: #E80000;
}

h2 {
  font-family: 'Winston';
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; 
  text-transform: uppercase;
}

.bttn {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 248px;
  height: 64px;
  background: #E80000;
  border-radius: 5px;
  overflow: visible;
  font-weight: 600;
  font-size: 16px;
  color: #F7F7F7 !important;
  border: 3px solid transparent;
  text-transform: uppercase;
  font-family: 'Winston';
  color: #FFFFFF;
}

.bttn:hover {
  cursor: pointer;
  transition: all 0.5s ease;
  box-shadow: 5px 6px 19px 4px rgba(255, 40, 40, 0.50);
}
.bttn:focus {
  border: 3px solid #F7F7F7;
  background:#010101;
}
.bttn .svg {
  margin-left: 24px;
  position: relative;
  left: -4px;
  top: 0px;
}

.svg,
.svg path {
  transition: 0.5s;
}

.menu {
  display: none;
}

.burger {
  display: none;
}

input:hover {
  border: 1px solid #FFC357;
}

label.error {
  display: block;
  font-size: 14px;
  color: red;
  margin-top: 10px;
}

input {
  transition: 0.5s;
}
.q {
  display: flex;
}
/* HEADER */
.header {
  position: relative;
  background: url(../img/header.png) no-repeat center center / cover;
  padding-bottom: 188px;
}
.header__block {
  opacity: 0;
  pointer-events: none;
  border-radius: 5px;
  background: #010101;
  width: 300px;
  padding: 12px;
  box-shadow: 1px -1px 4px 0px rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 43px;
  left: -12px;
  z-index: 3;
}
.nav__link:hover {
  cursor: pointer;
  color: #E80000;
}
.header__block li {
  margin-bottom: 12px;
  transition: 0.5s;
}
.header__block li a {
}
.header__block li:hover a {
  color: #E8E8E8;
}
/* .header__block li:last-child {
  margin-bottom: 0;
}   */
.header__nav {
  position: relative;
}
.header__block li a {
  padding: 0px 0px 5px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  color: rgba(232, 232, 232, 0.55);
  height: 100%;
}  
.header__block li:last-child a {
  padding-bottom: 0;
}
.header__block::before {
  width: 100%;
  height: 40px;
  position: absolute;
  top: -30px;
  content: "";
  display: block;
  left: 0;
  background: transparent;
}  
.header__nav:hover .header__block {
  opacity: 1;
  pointer-events: inherit;
}
.thank__name {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-align: center;
  color: #000;
  font-family: 'Winston';
}

.thank__text {
  font-size: 18px;
  text-align: center;
  color: #000;
  line-height: 129%;
}

.header:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0.8;
  top: 0;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 0.01%, rgba(0, 0, 0, 0.90) 100%);
}

.nav {
  box-shadow: 1px -1px 4px 0px rgba(255, 255, 255, 0.15);
  background: #010101;
  padding: 22px 0;
  position: relative;
  z-index: 3;
}

.nav__box {
  justify-content: space-between;
  align-items: center;
}

.nav__logo {
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
}
.nav__logo img {
  display: block;
  height: 35px;
  width: auto;
}
.nav__icon {
  width: 117px;
  height: auto;
  object-fit: contain;
}
.nav__item {
  display: flex;
}
.nav__list {
  left: 1px;
  display: flex;
  width: 100%;
  max-width: 427px;
  flex-wrap: wrap;
  position: relative;
  top: 1px;
  justify-content: space-between;
}

.nav__link {
  color: rgba(232, 232, 232, 0.55);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; 
  text-transform: uppercase;
  transition: 0.5s;
}
.nav__link.active {
  color: #E8E8E8;
}
.nav__link:hover {
  color: #E8E8E8;
}
.nav__city {
  align-items: center;
  margin-bottom: 0px;
  margin-right: 40px;
}

.nav__city img {
  margin-right: 13px;
}

.nav__tel {
  align-items: center;
  justify-content: flex-end;
}

.nav__tel img {
  margin-right: 15px;
}

.nav__city p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #F8F8F8;
}

.nav__phone {
  color:  #F7F7F7;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.header__box {
  position: relative;
  z-index: 2;
  margin-top: 81px;
}

.header__text {
  width: 100%;
  max-width: 748px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 32px 0;
}
.header__text span {
  font-weight: 700;
}
.mob {
  display: none;
}
/* INFO */
.info {
  padding: 119px 0px;
  background: #010101;
}

.info h2 {
  margin-bottom: 80px;
}

.info__box {
  align-items: flex-start;
  justify-content: space-between;
}

.info__item {
  width: 23%;
}
.info__item img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.info__text:last-child {
  margin-bottom: 0;
}
.info__content {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 3px solid #E80000;
}
.info__name {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Winston';
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.info__text {
  font-size: 20px;
  font-weight: 400;
}
/* SER */
.ser {
  padding: 120px 0;
}
.ser__name {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Winston';
  line-height: 40px;
  text-transform: uppercase;
}
.ser__box {
  justify-content: space-between;
  margin-top: 40px;
}
.ser__item {
  width: 31%;
  border-radius: 5px;
  box-shadow: 1px -1px 8px 2px rgba(3, 3, 3, 0.15);
  background:#010101;
}
.ser__pic {
  width: 100%;
  object-fit: cover;
}
.ser__content {
  padding: 24px;
}
.ser__price {
  font-size: 28px;
  font-family: 'Winston';
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}
.ser__btn {
  margin-top: 24px;
  width: 244px;
}
/* WHAT */
.what {
  padding: 126px 0 120px 163px;
  background: #010101;
}
.what h2 {
  width: 100%;
  display: block;
  max-width: 700px;
  border-bottom: 3px solid #E80000;
  padding-bottom: 20px;
}
.what__content {
  margin-top: 40px;
  width: 100%;
  max-width: 862px;
}
.what__content p {
  margin-bottom: 20px;
  color:#E8E8E8;
}
.what__content p:last-child {
  margin-bottom: 0;
}
/*POPUP*/
.box-modal__close:hover {
  transform: rotate(90deg);
}

.box-modal__close {
  position: absolute;
  top: -12px;
  right: -11px;
  border-radius: 50%;
  transition: all 0.5s ease;
  z-index: 100;
  cursor: pointer;
  width: 33.2px;
  height: 33.2px;
  background: #FCFCFC;
  box-shadow: 3px 10px 30px rgb(0 0 0 / 7%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-modal {
  position: relative;
}

.popup-call__box {
  position: absolute;
  margin-left: -227px;
  top: 50%;
  left: 50%;
  margin-top: -180px;
  width: 454px;
  height: auto;
  background: #FCFCFC;
  border-radius: 12px;
  padding: 22px 44px;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #E80000;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #E80000;
  border-radius: 6px;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F7F7F7 !important;
  opacity: 0.8;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #F7F7F7 !important;
  opacity: 0.8;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #F7F7F7 !important;
  opacity: 0.8;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #F7F7F7 !important;
  opacity: 0.8;
}

.nav__map {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  color: #F7F7F7;
}

/* ORDER */
.order {
  padding: 120px 0 120px 162px;
  background:#010101;
}

.order__form {
  max-width: 420px;
  width: 100%;
  margin-top: 40px;
}

.order__item {
  width: 100%;
  height: 69px;
  margin-bottom: 40px;
}

.order__input {
  width: 100%;
  height: 69px;
  border-radius: 5px;
  padding-left: 20px;
  color: white;
  border: 2px solid #F7F7F7;
  background: #010101;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}

.order__input:hover {
  border: 2px solid #E80000;
}

.order__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
  color: #E8E8E8;
}
.order h2 {
  width: max-content;
  display: block;
  max-width: 859px;
  border-bottom: 3px solid #E80000;
  padding-bottom: 20px;
  white-space: nowrap;
}
.order__btn {
  width: 100%;
}

.map {
  height: 480px;
  width: 100%;
  position: relative;
}

#map {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* .ymaps-2-1-79-map {
  filter: brightness(80%);
  -ms-filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -o-filter: brightness(80%);
} */

/* FOOTER */
.footer {
  background: #010101;
  padding: 80px 0 44px;
}

.footer__box {
  justify-content: space-between;
  align-items: flex-start;
  width: 90.5%;
}

.new4 {
  display: none;
}

.footer__list {
  margin-bottom: 69px;
}

.footer__list:last-child {
  margin-bottom: 0;
}

.footer__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; 
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer__name {
  opacity: 0.5;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; 
  text-transform: uppercase;
}
.footer__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #E8E8E8;
  text-transform: uppercase;
}
.footer__info .footer__link {
  margin-bottom: 40px;
}
.footer__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #F8F8F8;
  margin-bottom: 20px;
}

.footer__el {
  margin-bottom: 40px;
}

.footer__tel {
  color: #F7F7F7;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin: 20px 0 16px;
  display: block;
}

.footer__socials {
  align-items: center;
}

.footer__site {
  margin-right: 18px;
  transition: 0.5s;
}

.footer__site img {
  transition: 0.2s;
}

.footer__site:hover img {
  transform: rotate(10deg);
}

.footer__site:last-child {
  margin-right: 0;
}

.footer__mail {
  color: #F7F7F7;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; 
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
}

.footer__rights {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-top: -28px;
}


.footer__lists {
  position: relative;
  left: 5px;
}

.header2 {
  background: transparent;
  padding: 0;
}

.ser2 {
  padding-top: 100px;
}

.ser2 .ser__flex {
  justify-content: flex-end;
}

.ser__jpg {
  border-radius: 30px;
  margin-left: -400px;
}
.prt2 {
  font-weight: 500;
}
.ser-wrap {
  width: 760px;
  height: auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  flex: 1 0 auto;
  position: relative;
}

.ser__row {
  align-items: center;
}

.ser-wrap__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 25px;
}

.ser-wrap__item {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.ser-wrap__list {
  margin-bottom: 25px;
}

.ser-wrap__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

/* PRICE */
.price {
  padding: 120px 0 0px;
  background: #010101;
}

.price h2 {
  font-size: 44px;
  width: max-content;
  line-height: 60px;
  padding-bottom: 20px;
  border-bottom: 3px solid #E80000;
  margin-bottom: 27px;
}

.price__name {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Winston';
  line-height: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.price__box {
  margin-top: 41px;
}

.price__row {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 2px solid #858585;
  align-items: center;
}

.price__text {
  font-family: 'Winston';
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  max-width: 826px;
}
.price__item {
  margin-top: 36px;
}
.order2 {
  padding-top: 78px;
}
.price__sum {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Winston';
  text-align: right;
  line-height: 32px; 
}

.price__item>.price__text {
  margin-bottom: 13px;
}

.price__item .price__row {
  border-bottom: 1px solid #434343;
  margin-bottom: 15px;
}

.price__text_last {
  margin-bottom: 20px;
}

.ser2 .ser__box_1 {
  align-items: flex-start;
}

.ser__box_1 .ser__content {
  max-width: 760px;
}

.ser2 .ser__box_1 .ser__flex {
  margin-top: 60px;
}

.ser2 .ser__box_1 .ser__text {
  font-size: 19px;
}

/* SUM */
.sum {
  padding: 120px 0 43px;
  background: #010101;
}

.sum h2 {
  margin-bottom: 40px;
}

.accordeon {
  width: 100%;
  margin-bottom: 30px;
}

.accordeon2 .accordeon__panel {
  display: none;
}

.accordeon2 .accordeon__button:after {
  display: none;
}

.accordeon2 .accordeon__button {
  padding-left: 0;
  border-top: none;
}

.accordeon2 .accordeon__item {
  padding-bottom: 0;
}

.sum__title2 {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(18, 23, 19, 0.2);
}

.accordeon__item {
  padding-bottom: 20px;
}

.accordeon__item:first-child .accordeon__button {
  margin-top: 0;
}

.accordeon__button {
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid rgba(18, 23, 19, 0.2);
  border-bottom: 2px solid #858585;
  padding: 20px 0 20px 36px;
}

.accordeon__button:hover {
  color: #F35A05;
}

.accordeon__button:after {
  content: '';
  position: absolute;
  right: inherit;
  left: 0;
  background: url(../img/arr-top.svg) no-repeat;
  width: 32px;
  height: 32px;
  bottom: 50%;
  margin-bottom: -17px;
  transform: rotate(-44deg);
  transition: all 0.5s ease;
}
.accordeon2 {
  margin-bottom: 40px;
}
.accordeon__button.active {
  color: #F35A05;
}

.accordeon__button.active:after {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.accordeon__panel {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin-left: 0;
  transition: all 0.5s ease;
}
.panel__text {
  list-style-type: none;
  position: relative;
  margin: 18px 0px 0 66px;
}
.panel__text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 830px;
  width: 100%;
}
.panel__text::first-letter {
  display: none;
}
.panel__text p {
  display: flex;
  align-items: flex-start;
}
.panel__text p::before {
  height: 4px;
  width: 4px;
  background-color: #F7F7F7;
  position: relative;
  content: "";
  display: inline-block;
  margin-right: 12px;
  border-radius: 50%;
  flex: 1 0 auto;
  max-width: 4px;
  position: relative;
  top: 13px;
}
.line2 {
  width: 100%;
}
/* .panel__text::after {
  width: 158%;
  height: 2px;
  background-color: #F7F7F7;
  position: relative;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
} */
.sum__text {
  color:#F7F7F7;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Winston';
  line-height: 32px;
  margin-left: 24px;
}
.accordeon2 .sum__text  {
  margin-left: 0;
}
.sum__num {
  color:#F7F7F7;
  font-family: 'Winston';
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
}

.sum__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #121713;
  margin-bottom: 20px;
}

.sum__tab li {
  width: 31%;
  height: 89px;
}
.sum__tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  font-family: 'Winston';
  text-transform: uppercase;
  color: #F7F7F7;
  width: 100%;
  background: #191919;
  height: 100%;
  border-radius: 5px;
}

.sum__tab li.active a {
  background: #E80000;
}

.sum__tab li:last-child a {
  margin-right: 0;
}
.sum .container {
  max-width: 1361px;
}
.sum__tab {
  margin-bottom: 40px;
  align-items: center;
  border: none;
  justify-content: space-between;
}

.title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  font-family: 'Winston';
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.sum__bottom {
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
}

.sum__bottom p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px; 
  margin-bottom: 20px;
}

.sum__bottom p:last-child {
  margin-bottom: 0;
}

/* CONTACTS */
.contacts {
  padding: 80px 0 120px;
}

.contacts__name {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}

.contacts__row {
  align-items: flex-end;
  margin-bottom: 20px;
}

.contacts__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #000000;
  min-width: 260px;
  margin-right: 40px;
}

.contacts__link {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #121713;
}

.contacts .footer__socials {
  margin-top: 5px;
}
.header-item1 {
  background: #010101;
  padding-bottom: 164px;
}
.photo2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.header-item1:after {
  display: none;
}
.page h1 {
  font-size: 64px;
  line-height: 76px;
}
/* REC */
.rec {
  background: #010101;
  padding: 120px 0 120px 162px;
}
.rec h2 {
  font-size: 44px;
  line-height: 60px;
  padding-bottom: 20px;
  width: max-content;
  border-bottom: 3px solid #E80000;
}
.rec__list {
  margin-top: 40px;
}
.rec__list li {
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 32px; 
}
.rec__list li img {
  margin-right: 16px;
  position: relative;
  top: 2px;
}
.rec__list li:last-child {
  margin-bottom: 0;
}
.rec2 {
  background: #191919;
  padding: 120px 0;
}
.rec__content {
  width: 100%;
  max-width: 630px;
}
.rec22 {
  background: #010101;
}

.rec__row {
  justify-content: space-between;
  align-items: flex-start;
}
.rec__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}
.rec__pic {
  position: relative;
  right: -28px;
}
.rec__btn {
  margin-top: 34px;
}
.rec__name {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 60px;
}
.rec__row_2 .rec__pic {
  right: 0;
  left: 0px;
  top: -6px;
}
.rec__row_2 .rec__content {
  width: 101%;
  position: relative;
  right: -5px;
  max-width: 638px;
}
.rec__row_3 .rec__content {
  position: relative;
  left: 0px;
  width: 101%;
  max-width: 634px;
}
#rec3 {
  padding: 56px 0 120px;
}
.rec__row_3  .rec__pic {
  right: 0px;
}
/* CONT */
.cont h1 {
  margin-bottom: 42px;
}
.cont__row {
  margin-bottom: 23px;
}
.cont__name {
  min-width: 288px;
  color: #FFF;
  font-size: 28px;
  line-height: 40px; 
  margin-right: 51px;
}
.cont__text {
  color: #FFF;
  font-family: 'Winston';
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}
.cont .footer__socials {
  margin-top: 5px;
}
.cont {
  padding-bottom: 126px;
}
/* ABOUT */
.about {
  padding: 120px 0;
  background:#191919;
}
.about__box {
  justify-content: space-between;
  margin-top: 40px;
}
.about__item {
  width: 31.3%;
  border-radius: 5px;
  padding: 24px;
  overflow: hidden;
  background:  #010101;
  box-shadow: 1px -1px 8px 2px rgba(3, 3, 3, 0.15);
}
.about__num {
  color: #E8E8E8;
  font-family: 'Winston';
  font-size: 64px;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 76px;
  text-transform: uppercase;
}
.about__name {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: #E8E8E8;
  font-family: 'Winston';
  text-transform: uppercase;
  margin-top: 24px;
}
.about__text {
  color:#E8E8E8;
  margin-top: 48px;
  position: relative;
}
.about__text::before {
  content: "";
  display: block;
  position: absolute;
  width: 453px;
  top: -30px;
  left: -22px;
  height: 3px;
  background: #E80000;
}
.about__info {
  color:#E8E8E8;
  width: 100%;
  margin-top: 39px;
  height: auto;
  border-radius: 5px;
  background: #010101;
  padding: 24px 196px;
  box-shadow: 1px -1px 8px 2px rgba(3, 3, 3, 0.15);
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-checkbox + label {
  display: flex;
  align-items: flex-start;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: normal;
  margin-top: -10px;
  margin-bottom: 20px;
}
.nr {
  font-weight: 400;
  font-size: 16px;
}
.nr a {
  color: white;
  border-bottom: 1px solid white;
  transition: 0.3s;
  text-decoration: none !important;
}
.nr a:hover {
  border-bottom: 1px solid transparent;
  color: #E80000;
}
.calc__item, .form-check-label {
  display: flex;
  position: relative;
  align-items: center;
}
#tel-error {
  display: none !important;
}
#form-error {
  position: absolute;
  bottom: -7px;
  left: 50%;
  font-size: 12px;
  margin-left: -130px;
}
.custom-checkbox + .form-check-label::before, .custom-checkbox.error + label + label::before, .custom-checkbox.valid + label + label::before {
  content: '';
  flex-shrink: 0;
  display: flex !important;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background: white;
  margin-right: 10px;
  flex: 1 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid #E80000;
  transition: 0.2s;
  max-width: 20px;
  max-height: 20px;
  border-radius: 4px; }

.custom-checkbox:checked + label + label::before {
  background: url(../img/check.svg) no-repeat center center;
  background-size: 12px;
  background-color: white; }
.custom-checkbox:checked + label::before {
    background: url(../img/check.svg) no-repeat center center;
    background-size: 12px;
    background-color: white; }
.custom-checkbox.error:checked + label + label::before  {
  background: url(../img/check.svg) no-repeat center center;
  background-size: 12px;
  background-color: white;
}
.custom-checkbox.error + label + label, .custom-checkbox.valid + label + label{
  margin-top: -27px;
  margin-bottom: 22px;
}
.custom-checkbox.error + label + label::before, .custom-checkbox.valid + label + label::before {
  position: relative;
  top: 0px;
}
.header_2 {
  padding-bottom: 100px;
}
.page-box {
  margin: 60px 0;
}
.page-box h2 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 150%;
}
.page-box p {
  margin-bottom: 3px;
  font-size: 18px;
}
.page-box .prt__name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1342px;
  }
}

@media screen and (max-width: 1199px) {

  .new2 {
    margin-bottom: 40px;
  }

  .map,
  .order {
    z-index: 1;
  }

  .nav__list {
    display: none;
  }

  .nav__content {
    display: none;
  }

  .burger .nav__list {
    display: block;
    text-align: center;
    max-width: 100%;
  }

  .nav__item {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .burger .nav__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }

  .header__box {
    z-index: 1;
  }

  .burger {
    position: fixed;
    flex-direction: column;
    right: -150%;
    top: 0px;
    z-index: 100000;
    display: flex;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
    width: auto;
    height: 100%;
    background: black;
    overflow-y: scroll;
  }

  .burger.active {
    display: block;
    right: 0px;
    top: 0px;
    max-width: 100%;
    padding: 80px 15px;
    min-height: 100%;
    width: 100%;
    overflow-y: scroll;
  }

  .menu .button {
    position: relative;
    display: flex;
    z-index: 1000000;
    right: -8px;
    top: -8px;
    width: 26px;
    height: 31px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .menu {
    display: flex;
    position: relative;
    top: 8px;
    right: 0px;
  }

  .menu .button {
    position: relative;
    display: flex;
    z-index: 1000000;
    right: -8px;
    top: -2px;
    width: 26px;
    height: 19px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .menu .button.active {
    position: fixed;
    right: 25px;
    top: 45px;
  }

  .menu .button span {
    position: absolute;
    top: calc(50% - 1px);
    transition: .3s all ease-in-out;
    width: 26px;
    height: 2px;
    background-color: white;
  }

  .menu .button span::before {
    content: '';
    position: absolute;
    top: -8px;
    transition: .3s all ease-in-out;
    width: 26px;
    height: 2px;

    background-color: white;
  }

  .menu .button span::after {
    content: '';
    position: absolute;
    bottom: -9px;
    transition: .3s all ease-in-out;
    width: 26px;
    height: 2px;
    background-color: white;
  }

  .menu .button.active span {
    background-color: transparent !important;
    width: 26px;
  }

  .menu .button.active span::before {
    content: '';
    width: 26px;
    top: calc(50% - 1px);
    transform: rotate(45deg);
    background-color: white;
  }

  .menu .button.active span::after {
    content: '';
    bottom: calc(50% - 1px);
    transform: rotate(-44deg);
    background-color: white;
    width: 26px;
  }

  .info__box {
    flex-wrap: wrap;
  }
  .info__item {
    width: 46%;
    margin-bottom: 40px;
  }
  .new3 {
    flex-direction: column-reverse;
  }

  .new3 .info__pic {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .info__content {
    max-width: 100%;
    margin-right: 0;
  }

  .info {
    padding: 70px 0 90px;
  }

  .info__pic {
    margin-top: 40px;
    width: 100%;
  }

  .info__block {
    left: 0px;
    margin: 0 auto;
  }

  h2  {
    font-size: 40px !important;
    line-height: 130% !important;
  }
  .footer__box {
    width: 100%;
  }
  .footer__lists {
    left: 0;
  }

  .ser2 {
    padding-top: 60px;
  }

  .ser__jpg {
    margin-left: -700px;
  }

  .sum__num {
    white-space: nowrap;
  }

  .sum__text {
    width: 85%;
  }

  .sum__tab li a {
    width: 100% !important;
    margin-right: 0;
  }

  .sum__tab li {
    width: 31% !important;
  }

  .sum__tab {
    justify-content: space-between;
  }

  .ser__box_item {
    flex-direction: column-reverse !important;
  }

  .ser__box_1 .ser__content {
    max-width: 100%;
  }
  .nav__city {
    margin-right: 0;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 50px !important;
    line-height: 130% !important;
  }
  .info {
    padding-bottom: 0px;
  }
  .what, .order {
    padding-left: 0;
  }
  .nav__link {
    margin: 0 auto;
  }
  .rec {
    padding-left: 0;
  }
  .rec__row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .rec__content {
    max-width: 100%;
    margin-top: 40px;
  }
  .rec__pic {
    right: 0;
  }
  .rec__row_2 {
    flex-direction: column;
  }
  .rec__row_2 .rec__content {
    right: 0;
    width: 100%;
    max-width: 100%;
  }
  .rec__row_2 .rec__pic {
    left: 0;
    right: 0;
  }
  .rec__row_3 .rec__pic {
    right: 0;
    left: 0;
  }
  .rec__row_3 .rec__content {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .about__box {
    margin-top: 25px;
    flex-direction: column;
  }
  .about__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .about__item:last-child {
    margin-bottom: 0;
  }
  .about__num {
    font-size: 45px;
    margin-bottom: 15px;
    line-height: 57px;
  }
  .about__name {
    font-size: 25px;
    margin-top: 10px;
  }
  .about__text {
    margin-top: 40px; 
    line-height: 150%;
    font-size: 18px;
  }
  .about__text::before {
    height: 2px;
    top: -25px;
  }
  .about__info {
    padding: 25px;
    margin-top: 30px;
    font-size: 18px;
  }
  .about__info br {
    display: none;
  }
  .rec h2, .price h2 {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px solid #E80000;
  }
}

@media screen and (max-width: 991px) {
  .info__block {
    width: 100%;
  }

  .footer__box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer .nav__logo {
    margin-bottom: 40px;
  }

  .footer__lists {
    margin-bottom: 30px;
  }

  .footer__socials {
    justify-content: center;
  }

  .footer__mail {
    margin-top: 20px;
  }

  .footer__rights {
    margin-top: 0;
    text-align: center;
  }
  .order__input {
    margin-bottom: 0px;
  }
  .order__item {
    margin-bottom: 20px;
  }
  .order {
    padding: 60px 0;
  }

  .ser-wrap {
    width: 100%;
    height: 100%;
    background: white;
    padding: 20px;
  }

  .ser__jpg {
    display: none;
  }

  .ser2 .ser__box {
    margin-bottom: 40px;
  }

  .ser2 {
    padding-bottom: 40px;
  }

  .ser-wrap__item {
    font-size: 18px;
  }

  .ser-wrap__text {
    font-size: 18px;
  }

  .ser-wrap__list {
    margin-bottom: 10px;
  }

  .ser-wrap__name {
    margin-bottom: 20px;
  }

  .price__text {
    font-size: 18px;
  }

  .price__sum {
    font-size: 21px;
  }

  .sum__tab li a {
    font-size: 45px;
  }

  .contacts__link {
    font-size: 18px;
  }

  .contacts__text {
    font-size: 18px;
    margin-right: 20px;
  }

  .contacts .footer__socials {
    justify-content: flex-start;
  }
  .header {
    padding-bottom: 100px;
  }
  .nav {
    padding-bottom: 22px;
  }
  .ser__box {
    flex-direction: column;
    align-items: center;
  }
  .ser__item {
    width: 50%;
    margin-bottom: 40px;
  }
  .ser__item:last-child {
    margin-bottom: 0;
  }
  .info h2 {
    margin-bottom: 50px;  
  }
  .ser__btn {
    width: 100%;
  }
  .order h2 {
    width: 100%;
    white-space: inherit;
  }
  h1 {
    font-size: 40px !important;
  }
  .header__text {
    font-size: 18px;
    line-height: 140%;
    margin: 25px 0;
  }
  .ser h2 {
    text-align: center;
  }
  .ser, .what {
    padding: 60px 0;
  }
  .what__content p {
    font-size: 18px;
  }
  .what__content p br {
    display: none;
  }
  h2 {
    font-size: 34px !important;
  }
  .map {
    width: 150%;
  }
  .price__text {
    line-height: 25px;
  }
  .rec__list li {
    font-size: 21px;
    line-height: 32px;
  }
  .rec__list li img {
    top: 1px;
    margin-right: 10px;
  }
  .rec__list li  br {
    display: none;
  }
  .rec__content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 10px;
  }
  .rec__btn {
    margin-top: 25px;
  }
  .sum__tab li a {
    font-size: 40px;
  }
  .cont__row {
    flex-direction: column;
  }
  .cont__name {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .cont .footer__socials {
    margin-top: 0;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .popup-call__box {
    width: 500px;
    margin-left: -255px;
  }

  h1 {
    font-size: 32px !important;
    line-height: 47px !important;
  }

  .header__box {
    margin-top: 70px;
  }

  .header__text {
    font-size: 21px;
    margin-top: 14px;
  }

  h2 {
    font-size: 30px !important;
    line-height: 48px !important;
  }

  .info {
    padding: 40px 0;
  }

  .info h2 {
    margin-bottom: 20px;
  }

  .info__text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .ser__text {
    font-size: 18px;
    line-height: 28px;
  }

  .ser__text br {
    display: none;
  }
  .sum__tab li a {
    font-size: 35px;
  }

  .contacts__row {
    align-items: center;
  }

  .contacts {
    padding: 40px 0;
  }
  .order__form {
    max-width: 100%;
  }
  .info__item {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .new2 {
    margin-bottom: 20px;
  }

  .ser {
    padding: 40px 0;
  }

  input,
  textarea,
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .popup-call__box {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 22px 20px;
  }

  .nav__icon {
    width: 50px;
    height: 50px;
  }

  .nav__logo img {
    height: 28px;
  }

  .menu .button {
    right: 0;
    top: -9px;
  }

  .nav {
    padding: 15px 0;
  }

  .header__box {
    margin-top: 40px;
  }

  h1 {
    font-size: 23px !important;
    line-height: 34px !important;
  }

  .header__text {
    font-size: 18px;
    line-height: 140%;
  }

  .header__btn {
    width: 100%;
    font-size: 16px;
    margin-top: 40px;
    height: 55px;
  }

  .nav__city p {
    font-size: 15px;
  }

  .nav__phone {
    font-size: 16px;
  }

  .header {
    padding-bottom: 80px;
  }

  h2 {
    font-size: 21px !important;
    text-align: center !important;
    line-height: 30px !important;
  }
  .info h2 {
    margin-bottom: 40px;
  }
  .info__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .info__text br {
    display: none;
  }
  .info__block {
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 15px;
    display: inline-block;
  }

  .ser__name {
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 15px;
  }

  .ser__text {
    font-size: 16px;
    line-height: 26px;
  }

  .ser__box:first-child .ser__flex {
    margin-top: 40px;
  }

  .ser__flex {
    flex-direction: column;
  }

  .ser__flex a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .ser__flex a {
    width: 100%;
  }

  .order {
    padding: 40px 0;
  }

  .order__title {
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 36px;
  }

  .order__text {
    font-size: 14px;
  }

  .order__item {
    width: 100%;
  }

  .order__btn {
    width: 100%;
    font-size: 18px;
  }

  .map {
    height: 400px;
  }

  .footer__link {
    font-size: 14px;
  }

  .header2 {
    padding-bottom: 0;
  }

  .ser2 {
    padding-top: 20px;
  }

  .ser__text {
    font-size: 14px;
  }

  .ser-wrap__name {
    font-size: 18px;
  }

  .ser-wrap__item,
  .ser-wrap__text {
    font-size: 16px;
    line-height: 25px;
  }

  .price__text {
    font-size: 16px;
    max-width: 100%;
  }

  .price__row {
    flex-direction: column;
    text-align: center;
  }

  .price__sum {
    margin-top: 10px;
  }

  .price__item>.price__text {
    text-align: center;
  }

  .price {
    padding: 40px 0;
  }

  .sum__tab li a {
    font-size: 21px;
  }
  .price__row:last-child {
    margin-bottom: 10px;
  }
  .ser2 .ser__box_1 .ser__text {
    font-size: 14px;
  }

  .sum h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 43px;
    margin-bottom: 30px;
  }

  .title {
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 23px;
  }

  .accordeon__button {
    flex-direction: column;
    text-align: center;
    padding-left: 0;
  }
  .accordeon__button:after {
    bottom: 23%;
  }
  .sum__text {
    width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 25px;
  }

  .panel__text {
    font-size: 14px;
  }

  .sum__bottom p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }

  .sum {
    padding-bottom: 40px;
    margin-top: 0px;
  }

  .contacts__row {
    flex-direction: column;
    text-align: center;
  }

  .contacts__name {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 29px;
  }

  .contacts__text {
    margin-right: 0;
    min-width: inherit;
  }

  .contacts__link {
    line-height: 26px;
    width: 87%;
  }

  .contacts .footer__socials {
    justify-content: center;
    margin: 10px 0;
  }

  .arcticmodal-container_i {
    width: 100%;
  }

  .thank__name {
    font-size: 28px;
  }

  .thank__text {
    font-size: 16px;
  }


  .ser-wrap {
    padding: 0;
  }

  .ser__flex {
    margin-top: 25px;
  }

  .nav__map {
    font-size: 15px;
  }

  .new3 .info__pic {
    margin-bottom: 20px;
  }

  .new4 {
    display: block;
  }
  .nav__logo {
    top: -1px;
  }
  .mob {
    display: block !important;
  }
  .header__text {
    font-size: 17px;
  }
  .header__text br {
    display: none;
  }
  .info__item img {
    width: 14%;
  }
  .info__content {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid #E80000;
  }
  .info__name {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  } 
  .ser__item {
    width: 100%;
  }
  .ser__price {
    font-size: 22px;
    line-height: 24px;
  }
  .ser__btn {
    height: 55px;
    font-size: 16px;
  }
  .what h2 {
    border-bottom: 2px solid #E80000;
    padding-bottom: 10px;
  }
  .what__content {
    margin-top: 20px;
  }
  .what__content p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .order h2 {
    border-bottom: 2px solid #E80000;
    padding-bottom: 10px;
  }
  .order__form {
    margin-top: 30px;
  }
  .order__btn {
    height: 55px;
    font-size: 16px;
  }
  .order__input {
    height: 100%;
    border: 1px solid #F7F7F7;
    font-size: 16px;
  }
  .order__input:focus {
    border: 1px solid #E80000;
  }
  .order__item {
    height: 55px;
  }
  .order__text {
    margin-top: 10px;
    line-height: 150%;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .nav__logo {
    margin-bottom: 60px;
  }
  .footer__name {
    margin-bottom: 15px;
  }
  .footer__item {
    margin-bottom: 10px;
  }
  .footer__rights {
    font-size: 16px;
  }
  .footer__list {
    margin-bottom: 40px;
  }
  .menu .button.active {
    top: 25px;
  }
  .rec, .rec2 {
    padding: 40px 0; 
  }
  .rec__list li {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 19px;
  }
  .rec__list li img {
    width: 30px;
    margin-right: 15px;
  }
  .rec2 {
    width: 100%;
  }
  .rec__content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .rec__content p br {
    display: none;
  }
  .rec__box h2 br {
    display: none;

  }
  .rec__content {
    margin-top: 30px;
  }
  .rec__btn {
    margin-top: 30px;
  }
  .price__name {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
  }
  .rec__pic {
    width: 100%;
  }
  .photo2 {
    width: 100%;
  }
  .rec__name {
    margin-bottom: 15px;
  }
  .sum__text {
    margin-left: 0;
  }
  .panel__text {
    margin-left: 0;
  }
  .panel__text p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .panel__text p::before {
    height: 5px;
    max-width: 5px;
  }
  .cont h1 {
    margin-bottom: 40px;
  }
  .cont__name {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0;
  }
  .cont__text {
    font-size: 17px;
    line-height: 27px;
  }
  .info__item:last-child {
    margin-bottom: 0;
  }
  .what {
    padding: 40px 0;
  } 
  .about {
    padding: 40px 0;
  }
  .about__box {
    margin-top: 25px;
    flex-direction: column;
  }
  .about__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .about__item:last-child {
    margin-bottom: 0;
  }
  .about__num {
    font-size: 45px;
    margin-bottom: 15px;
    line-height: 57px;
  }
  .about__name {
    font-size: 25px;
    margin-top: 10px;
  }
  .about__text {
    margin-top: 40px; 
    line-height: 150%;
    font-size: 18px;
  }
  .about__text::before {
    height: 2px;
    top: -25px;
  }
  .about__info {
    padding: 25px;
    margin-top: 30px;
    font-size: 18px;
  }
  .about__info br {
    display: none;
  }
  .rec__list li {
    font-size: 16px;
    line-height: 28px;
  }
  #rec3 {
    padding-bottom: 40px;
  }
  .sum {
    padding: 40px 0;
  }
  .page-box {
    margin: 40px 0; 
  }
  .page-box h2 {
    text-align: left !important;
    font-size: 18px !important;
  }
  .page-box p {
    font-size: 14px;
    line-height: 150%;
  }
  .page-box .prt__name {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 150%;
  }
  .nr {
    font-size: 12px;
    position: relative;
    top: 3px;
  }
  .custom-checkbox.valid + label + label {
    margin-top: -14px;
  }
  .custom-checkbox.error + label + label {
    margin-top: -14px;
  }
  .custom-checkbox.error + label + label > .nr, .custom-checkbox.valid + label + label > .nr {
    top: 0;
  }
  #form-error {
    bottom: -10px;
    font-size: 11px;
    margin-left: -120px;
  }
}