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

img {
  -o-object-fit: contain;
  object-fit: contain;
}

a {
  color: #fff;
}

a:link,
a:focus,
a:visited,
a:active {
  outline: none;
  color: #fff;
}
.top__img {width:43%}
body {
  font-family: "Cuprum", sans-serif;
  margin: 0;
  background-color: #000000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}

.header__inner,
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

a.header__logo,
a.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
  color: #FFC201;
}

a.header__logo img,
a.footer__logo img {
  width: 75px;
  padding: 8px;
}

.header__year {
  font-size: 25px;
  line-height: 0.9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__year b {
  color: #FFC201;
  font-weight: bold;
  font-size: 28px;
}

.header__contact-email {
  font-size: 18px;
}

.email-icon {
  width: 16px;
  height: 16px;
  background-image: url(../img/email-envelope.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

a.header__contact-email:hover .email-icon {
  opacity: 0.5;
}

.header__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.header__rating-stars div {
  width: 13px;
  height: 13px;
  background-image: url(../img/STAR1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header__rating-text b {
  color: #FFC201;
  font-weight: bold;
}

.header__contact-item>a,
.header__contact-item>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: bold;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 15px;
}

.header__contacts a {
  text-decoration: none;
}

.header__formbtn.popup_btn._btn {
  padding: 12px 18px;
  border-radius: 8px;
  color: #000;
  cursor: pointer;
  position: relative;
  z-index: 99;
  font-size: 18px;
}

._btn,
.quiz__next-btn,
.quiz__prev-btn,
.quiz__final-submit {
  background-color: #FFC201;
  background: -webkit-gradient(linear, left top, right top, from(#FFC201), to(#ff9b30));
  background: linear-gradient(90deg, #FFC201, #ff9b30);
  border: 1px solid #FFC201;
  -webkit-box-shadow: inset -5px 5px 5px #ffc201;
  box-shadow: inset -5px 5px 5px #ffc201;
  color: #000;
}

.header__rating-val {
  font-size: 21px;
  color: #000;
  font-weight: 900;
  margin-bottom: 20px;
}

.header__contacts {}

.header__logo,
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  margin-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.city ul {
  width: auto
}

.block-city {
  background-color: #fff;
}


.city-text {

  color: #101010
}

.city ul li {
  display: inline-block;
  width: 30%;
  background: url(../img/city.svg) left no-repeat;
  padding: 9px 0 0 40px;
  height: 30px;
}

.city ul {
  width: auto;
  display: grid;
  grid-template-columns: 45% 45% 40%;
}

.city ul li a {
  color: #101010;
  text-decoration: none;
}

.city-text {
  text-align: center;
  margin-bottom: 50px
}

.header__rating-flag {
  width: 54px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  background-image: url(../img/zadd122233.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #141414;
  z-index: 999;
}

.container {
  width: 1210px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header__inner {
  position: relative;
}

.header__contact-phone {
  font-size: 27px;
  -webkit-transition: all 0.01s ease-in-out;
  transition: all 0.01s ease-in-out;
}

.header__inner {
  width: 100%;
}

@media (max-width: 768px) {
  .header__logo-desc {
    display: none;
  }

  a.header__contact-phone {
    bottom: 34px;
  }
}

header.header {
  height: 100px;
}

.header__rating {
  margin-right: 10px;
}

a.header__logo,
.header__rating,
.header__year {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.header__contact-email {
  opacity: 1;
}

header.header.active a.header__logo,
header.header.active .header__rating,
header.header.active .header__year {
  opacity: 0;
}

header.header.active a.header__contact-email {
  opacity: 0;
}

header.header.active .header__year {
  margin-left: 0;
  margin-right: auto;
}

header.header.active a.header__contact-phone {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

body {
  -webkit-animation: preload 1s forwards;
  animation: preload 1s forwards;
}

@-webkit-keyframes preload {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes preload {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

main.main {
  margin-bottom: auto;
  margin-top: 110px;
}

footer.footer {
  background: #000;
  color: #fff;
  padding: 25px 0;
}

footer.footer a {
  color: #fff;
  text-decoration: none;
}

.footer__last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 240px;
}

.thanks main {
  margin-top: auto;
}

body.thanks .form__body {
  width: 100%;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

body.thanks .form__title {
  font-size: 48px;
}

body.thanks p.form__desc {
  font-size: 28px;
}

body.thanks__inner {
  height: calc(100vh - 219px);
}

body.policy {
  background: #fff;
  color: #000;
  font-size: 16px;
}

body.policy main {
  margin-top: 0;
  margin-bottom: 85px;
}

body.policy ul {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.formPopup.form-layout {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.formPopup.form-layout .form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 5px 44px 50px;
  border-radius: 15px;
}

.formPopup.form-layout .form__close {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  right: -30px;
  top: 5px;
}

.formPopup.form-layout .form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 360px;
}

.formPopup.form-layout .form__close span {
  height: 2px;
  width: 100%;
  background-color: #727272;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.formPopup.form-layout .form__close span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 1px;
}

.formPopup.form-layout .form__close span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.formPopup.form-layout .form__title {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.1;
}

.formPopup.form-layout .form__item,
.formPopup.form-layout .quiz__final-item-input {
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}

.formPopup.form-layout .form__policy {
  margin-top: 10px;
}

.formPopup.form-layout .form__policy-icon {
  position: relative;
  top: 15px;
}

.formPopup.form-layout .form__policy-icon .f_locked {
  background-position: 0 -66px;
  width: 16px;
  height: 20px;
}

.formPopup.form-layout .form__policy-text {
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.formPopup.form-layout .form__policy-text-big {
  font-size: 16px;
  margin-bottom: 4px;
}

.formPopup.form-layout .form__policy-text-small {
  font-size: 14px;
  line-height: 1.1;
}

.formPopup.form-layout .form__policy-text-small a {
  text-decoration: underline;
}

.formPopup.form-layout .form__policy-icon .icon {
  display: inline-block;
  background-image: url(../img/sprite.png);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}

.formPopup.form-layout.formPopup .form__body {
  color: #000;
}

.formPopup.form-layout.active {
  opacity: 1;
  z-index: 9999;
}

.formPopup.form-layout .form {
  position: relative;
  z-index: 9999;
}

.formPopup.form-layout .layout {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(155, 155, 155, 0.11);
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.formPopup.form-layout.active .layout {
  background-color: rgba(0, 0, 0, 0.88);
}

.formPopup.form-layout .sbm {
  pointer-events: auto;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.formPopup.form-layout .sbm:hover {
  opacity: 0.8;
}

.formPopup.form-layout .sbm.active {
  pointer-events: auto;
}

.formPopup.form-layout .errorMsg {
  color: red;
  font-size: 14px;
  text-align: center;
}

.btn {
  padding: 10px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #000;
  background: #eee;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn:hover {
  background: #fff;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.header__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a.header__contacts-item:last-child {
  font-size: 21px;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

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

.top__first {
  width: 700px;
  margin-right: -180px;
}

.top__first-title {
  font-size: 46px;
  line-height: 1.25;
  margin: 0 0 40px 0;
}

.top__first-title span {
  color: #FFC201;
}

.top__first-title span u {
  color: #FFC201;
}

.working {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 24px;
}

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

.working__img-number {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffc800;
  font-size: 28px;
  font-weight: 900;
}

.working__img img {
  width: 100%;
}

.top__first-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.top__first-info-item-img img {
  width: 85px;
}

.top__first-info-item-txt {
  padding-right: 20px;
  font-size: 20px;
}

.top__first-btn {
  padding: 15px 25px;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  margin-top: 30px;
  border-radius: 7px;
  display: inline-block;
  text-decoration: none;
  color: #000 !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top__second img {
  width: 100%;
  margin-left: 0;
  position: relative;
  z-index: 1;
  margin-top: 0;
  bottom: -20px;
}

a:hover,
._btn:hover {
  opacity: 0.7;
}

.top__second {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

section {
  padding: 50px 0;
}

section h2 {
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.5em;
}

section h2 span {
  color: #FFC201;
}

section.top {
  padding-top: 30px;
}

section.table {
  background: #fff;
  color: #000;
}

.table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.table__td {
  padding: 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3px;
}

.table__td img {
  border-radius: 5px;
  height: 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.table__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
font-size:22px;
  border-bottom: 1px solid #c8c8c8;
  background: #f9f9f9;
}

.table__tr:last-child {
  border-bottom: none;
}

.table__tr:nth-child(1) {
  background: #FFC201;
}

.table__tr:nth-child(1) .table__td {
  font-size: 1.6em;
  font-weight: 600;
}

.table__tr:nth-child(1) .table__td:nth-child(3),
.table__tr:nth-child(1) .table__td:nth-child(4) {
  font-size: 21px;
  text-align: center;
}

.table__tr:not(:first-child) .table__td:nth-child(2) {
  font-size: 1.16em;
  text-align: center;
}

.table__tr:not(:first-child) .table__td:nth-child(3),
.table__tr:not(:first-child) .table__td:nth-child(4) {
  font-size: 1.3em;
  font-weight: 600;
}

.table__td:nth-child(1) {
  width: 50%;
}

.table__td:nth-child(2) {
  width: 50%;
}

.offer {
  background-color: #fff;
}

.container {}

.offer__block {
  display: flex;

  background-color: #ffb911;
  border-radius: 20px;
}

.offer__item:nth-child(1) {

  padding: 40px 50px;
}

.offer__item-img {
  width: 100%;
  border-radius: 20px;
}

.offer__item-title {
  text-align: left;
  color: #000 !important;
}

.offer__item-info {
  text-align: left;
  font-size: 22px;
  color: #000;
}

.offer__block .top__first-btn {
  background: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
  border: none !important;
}

.popup_btn {}

._btn {}

section.advantages {
  background-color: #141414;
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 90px 40px;
  margin-top: 110px;
}

.advantages__item {
  width: calc(33.3333333333% - 28px);
  background-color: #fff;
  color: #000;
  border-radius: 20px;
}

.advantages__item-img img {
  width: 100%;
}

.advantages__item-img {
  margin-top: -80px;
  padding-bottom: 55px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  max-height: 210px;
}

.advantages__item-label {
  padding: 0 30px 10px;
  font-size: 25px;
  font-weight: 600;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.advantages__item-text {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.3;
}

.advantages__item:nth-child(3),
.advantages__item:nth-child(4) {
  background-color: #ffc201;
}

.advantages__item:nth-child(1),
.advantages__item:nth-child(5) {
  background-color: #232325;
  color: #fff;
}

@media (max-width: 1050px) {
  .advantages__item-label {
    padding: 0 20px 30px;
    font-size: 21px;
  }

  .advantages-list {
    gap: 180px 20px;
    margin-top: 150px;
  }

  .advantages__item {
    width: calc(33.3333333333% - 15px);
  }
}

@media (max-width: 800px) {
  .advantages__item-label {
    padding: 10px 20px 20px;
    font-size: 16px;
  }

  .advantages__item-img {
    margin-top: -50px;
  }

  .advantages-list {
    gap: 100px 20px;
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .advantages__item-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .advantages__item-label {
    padding: 10px 10px 10px;
  }

  .advantages__item {
    width: calc(50% - 6px);
    border-radius: 7px;
  }

  .advantages-list {
    gap: 95px 10px;
    margin-top: 60px;
  }
}

@media (max-width: 370px) {
  .advantages__item-label {
    padding: 0 5px 15px 5px;
    font-size: 14px;
  }
}

.fourth {
  background: #f2f2f2;
  color: #000;
}

.comoffer {
  padding: 40px 35px 50px;
  background: #fff;
  border: 4px solid #000;
  max-width: 100%;
  margin: auto;
}

.comoffer__label {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}

.comoffer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.comoffer__img {
  width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 40px;
}

.comoffer__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.comoffer__img img {
  width: 100%;
}

.comoffer__form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.comoffer__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.comoffer__input input {
  padding: 16px 23px;
  width: 100%;
  border: 1px solid #000;
  outline: none;
  font-size: 24px;
  color: #000;
}

.comoffer__btn input {
  width: 400px;
  height: 60px;
  border-radius: 7px;
  font-size: 21px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.second {
  background: #fff;
  color: #464F67;
}

.second__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.second__item {
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: transparent;
  border-style: solid;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.second-item-img {
  overflow: hidden;
}

.second-item-img img {
  display: block;
  margin: auto;
  width: 100%;
}

.second__item-title {
  margin: 10px 0 20px 0;
  font-size: 28px;
  height: 65px;

  text-align: left;

}

.second__item-subtitle {
  text-align: left;
  font-size: 18px;
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.about__first {
  width: 545px;
  position: relative;
  z-index: 9;
}

.about__second {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

h2.about__title {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.about__desc {
  font-size: 19px;
  line-height: 1.4;
}

.about__first ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.about__first ul svg {
  width: 18px;
  height: 18px;
  fill: #EB720C;
}

.about__desc-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-top: -50px;
  right: -220px;
  width: 460px;
}

.about__docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 730px;
  margin-left: auto;
}

.about__docs-item {
  position: relative;
  width: 50%;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about__docs-item img {
  width: 100%;
}

section.addresses {
  background-color: #fff;
  color: #000;
}

.addresses__second-phone-img {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a.addresses__second-phone {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  font-size: 36px;
}

h2.addresses__title {
  text-align: left;
  margin-bottom: 20px;
}

.addresses__second-label {
  font-size: 34px;
}

.addresses__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.cables {
  background-color: #f4f4f4;
}

.addresses__first {
  width: 50%;
}

.addresses__second {
  width: calc(50% - 30px);
}

.addresses__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.cables {}

.cables h2 {
  color: #000;
}

.container {}

.cable__cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cable__card {
  padding: 10px 20px 20px 20px;
  flex: 0 1 32%;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 20px;
}

.cable__card-title {
  font-size: 22px;
  text-align: center;
  color: #000;
}

.cable__card-img {
  width: 100%;
  max-height: 250px;
  width: 100%;
  object-fit: cover;
}

.addresses__item {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 20px;
}

.addresses__item-circle {
  min-width: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
}

.addresses__second-info {
  font-size: 24px;
  margin-bottom: 20px;
}

.addresses__second-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.social__item-img {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  padding: 6px;
}

.addresses__second-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.requisites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}

.errorMsg p {
  margin: 5px 0;
  color: red;
}

input.required.active {
  border-color: red !important;
}

button.sbm.phoneNumSbm._btn {
  padding: 15px 10px;
  border-radius: 20px;
  margin-top: 10px;
}

span.form__policy-text-small a {
  color: #ffa102;
}

@media (max-width: 1190px) {
  .container {
    width: 100%;
  }

  .top__first-title {
    font-size: 42px;
    margin: 0 0 20px 0;
  }

  .top__first-info-item-txt {
    padding-right: 15px;
    font-size: 16px;
  }

  .top__first-btn {
    font-size: 21px;
  }

  .top__inner {
    position: relative;
  }

  .top__first {
    background: rgba(20, 20, 20, 0.6705882353);
    padding: 30px 0 50px 0;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  section.top {
    padding-bottom: 0;
  }

  .top__second {
    position: absolute;
    right: 0;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: -1;
  }

  .top__second img {
    width: 100%;
    margin-left: 0;
    z-index: 1;
    margin-top: 0;
    bottom: 0;
  }

  section.top {
    padding-top: 0;
  }

  .table__tr:nth-child(1) .table__td {
    text-align: center;
    font-size: 18px;
    line-height: 1;
  }

  .table__tr:not(:first-child) .table__td:nth-child(2) {
    font-size: 16px;
  }

  .table__tr:not(:first-child) .table__td:nth-child(3),
  .table__tr:not(:first-child) .table__td:nth-child(4) {
    font-size: 18px;
  }

  .table__td {
    padding: 10px 20px;
  }

  section h2 {
    margin-bottom: 20px;
    font-size: 2em;
  }

  .advantages__item-label {
    font-size: 18px;
    padding: 10px 20px 10px;
  }

  .advantages__item-text {
    font-size: 16px;
    line-height: 1.2;
  }

  h2.fourth__title {
    font-size: 1.8em;
    line-height: 1;
  }

  .comoffer__label {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .advantages-list {
    gap: 80px 20px;
    margin-top: 100px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .comoffer__img {
    display: none;
  }

  .comoffer__input input {
    padding: 10px 20px;
    font-size: 21px;
  }

  .comoffer__inputs {
    gap: 20px;
    margin-bottom: 20px;
  }

  .second__item-title {
    margin: 0 0 10px 0;
    font-size: 18px;
  }

  .second__list {
    gap: 10px;
  }

  .second__item {
    width: 32%;
  }

  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }

  .about__first {
    width: 100%;
  }

  .about__desc-img {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -90px;
    width: 320px;
  }

  .addresses__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .addresses__first,
  .addresses__second {
    width: 100%;
  }

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

  .comoffer {
    max-width: 500px;
  }

  .comoffer__btn input {
    width: 100%;
  }

  .about__inner {
    max-width: 900px;
  }

  .header__year,
  .header__rating {
    display: none;
  }
}

.offer__item-img {
  width: 100%;
  border-radius: 0px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  bottom: 0;
  object-fit: cover;
  height: 100%;
}

.offer__item {
  flex: 0 1 40%;
  position: relative;
}

.offer__item:first-child {
  flex: 0 1 60%;
}



@media (max-width: 768px) {
  header.header {
    height: 60px;
  }

  .cable__card {
    flex: 0 1 32%;
  }
.calc__info {
flex-direction:column;
}

.calc__item-img {width:100%;}
  .offer__item-img {
    width: 100%;
    position: absolute;
    border-radius: 0px !important;
    bottom: 0;
  }

  .offer__item:first-child {
    flex: 0 1 75%;
  }
.calc__item:last-child {
  margin-left: 0px;
}
  .offer__item {
    flex: 0 1 50%;
    position: relative;
  }

  .cable__card-img {
    width: 100%;
    max-width: 200px;
  }

  .second__list {
    display: flex;
  }

  .city ul {
    display: block;
    text-align: center;
  }

  .city ul li {
    text-align: left;
  }

  a.header__contact-email {
    display: none;
  }

  a.header__logo img,
  a.footer__logo img {
    width: 40px;
  }

  .top__first {
    width: 100%;
  }

  main.main {
    margin-top: 60px;
  }

  .top__second {
    width: 100%;
    bottom: 0;
  }

  .top__first-title {
    font-size: 32px;
  }

  .top__first-info-item-txt {
    padding-right: 10px;
    font-size: 14px;
  }

  .top__first-info-item-img img {
    width: 65px;
  }

  section h2 {
    margin-bottom: 15px;
    font-size: 1.6em;
    line-height: 1;
  }

  h2.about__title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .table__body-wrp {
    overflow: auto;
  }


  .table__td img {
    height: 45px;
  }

  .advantages-list {
    margin-top: 70px;
    gap: 60px 10px;
  }

  .second__list {
    gap: 0px;
  }

  .second__item {}

  .second__item-title {
    margin: 0 0 5px 0;
    font-size: 16px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .city ul li {
    height: auto;
  }

  .about__desc {
    font-size: 16px;
    line-height: 1.2;
  }

  .about__desc-img {
    bottom: -70px;
    width: 280px;
  }

  .addresses__item {
    gap: 10px;
    font-size: 16px;
  }

  .addresses__second-info {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .addresses__second-label {
    font-size: 24px;
  }

  a.addresses__second-phone {
    font-size: 21px;
  }

  .social__item-img {
    width: 30px;
    height: 30px;
  }

  .footer__inner {
    gap: 30px;
  }

  .header__logo,
  .footer__logo {
    margin-right: 20px;
    font-size: 18px;
  }

  .header__contact-phone {
    font-size: 24px;
  }

  .header__contact-email {
    font-size: 15px;
  }

  .formPopup.form-layout .form__inner {
    padding: 5px 12px 20px;
  }

  form#formPopup {
    max-width: 320px;
  }

  .formPopup.form-layout .form__close {
    right: -9px;
    top: -2px;
  }

  header.header.active a.header__contact-phone {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  main.main {
    margin-top: 90px;
  }

  .city ul {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .top__first {
    padding: 0 0 30px 0;
  }

  .top__first-title {
    line-height: 1.1;
  }

  .cable__card {
    flex: 0 1 100%;
  }

  .cable__card-img {
    max-width: 100%;
  }

  .offer__block {
    flex-direction: column;
  }

  .top__first-title {
    font-size: 24px;
  }

  .offer__item {
    flex: 0 1 100% !important;
  }

  .offer__item-img {
    position: relative;
  }

  section {
    padding: 30px 0;
  }

  section h2 {
    margin-bottom: 12px;
    font-size: 1.4em;
  }

  .advantages__item-label {
    font-size: 16px;
    padding: 10px 10px 10px;
  }

  h2.fourth__title {
    font-size: 1.5em;
  }

  .comoffer {
    padding: 20px 15px 20px;
  }

  .comoffer__form {
    width: 100%;
  }

  .comoffer__btn input {
    font-size: 16px;
    padding: 10px 15px;
    font-size: 18px;
  }

  .comoffer__btn input {
    font-size: 16px;
  }

  .second__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .second__item {
    width: 100%;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .addresses__list {
    gap: 5px 10px;
  }

  a.addresses__second-phone {
    margin-top: 5px;
  }

  .advantages__item {
    width: 100%;
  }

  header.header.active a.header__contact-phone {
    font-size: 24px;
  }

  .top__first-btn {
    font-size: 16px;
  }

  .about__desc-img {
    width: 240px;
  }
}

@media (max-width: 450px) {
  .top__first {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  h1.top__first-title {
    text-align: center;
  }

  .top__first-info-item-txt {
    text-align: center;
    padding-right: 0;
  }

  .footer__inner {
    align-items: center;
  }

  .footer__last {
    text-align: center;
  }

  .footer__inner {
    gap: 15px;
  }

  .addresses__second {
    text-align: center;
  }

  a.addresses__second-phone {
    justify-content: center;
  }

  .top__first-info-item-img {
    display: flex;
    justify-content: center;
  }

  main.main {
    margin-top: 75px;
  }

  /*.table__body {*/
  /*    width: 100%;*/
  /*}*/
  /*.table__tr {*/
  /*    flex-wrap: wrap;*/
  /*}*/
  /*.table__td:nth-child(1), .table__td:nth-child(2),*/
  /*.table__td:nth-child(3), .table__td:nth-child(4){*/
  /*    width: 50%;*/
  /*}*/
  /*.table__td img {*/
  /*    height: 70px;*/
  /*}*/
  /*.table__tr:nth-child(1) .table__td:nth-child(3), .table__tr:nth-child(1) .table__td:nth-child(4) {*/
  /*    font-size: 16px;*/
  /*}*/
  /*.table__td {*/
  /*    border: 1px solid #e2e2e2;*/
  /*    margin-right: -1px;*/
  /*    margin-bottom: -1px;*/
  /*}*/
  /*.table__tr {*/
  /*    margin-right: -1px;*/
  /*}*/
  /*.table__tr:last-child {*/
  /*    border-bottom: 1px solid #c8c8c8;*/
  /*    border-radius: 0 0 10px 10px;*/
  /*}*/

  .table__body {
    width: 100%;
  }

  .table__td {
    padding: 7px 8px;
  }

  .table__td:nth-child(2) {
    width: 50%;
  }

  .table__td:nth-child(1) {
    width: 50%;
  }


  .table__tr:not(:first-child) .table__td:nth-child(3),
  .table__tr:not(:first-child) .table__td:nth-child(4) {
    font-size: 15px;
  }

  .table__tr:nth-child(1) .table__td:nth-child(3),
  .table__tr:nth-child(1) .table__td:nth-child(4) {
    font-size: 15px;
  }

  .table__td img {
    height: 65px;
  }

  .top__first-btn {
    padding: 13px 15px;
  }
}

@media (max-width: 410px) {
  .about__desc-img {
    width: 210px;
  }
}

@media (max-width: 379px) {
  .top__first-title {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
  .formPopup.form-layout .form__close {
    right: -1px;
    top: -1px;
  }
}