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

.furnishings{
  font-family: "Euclid Flex", sans-serif;
  margin-top: -24px;
  margin-bottom: -32px;
}
.furnishings .price-description__title{
   color: white;
 }
.furnishings .btn{
  font-family: "Euclid Flex", sans-serif;
  font-weight: 300;
  height: auto;
  line-height: inherit;
}
body {
  font-family: "Euclid Flex", sans-serif;
  color: #242E35;
}
.furnishings .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: "Euclid Flex", sans-serif;
  color: #242E35;
}

.furnishings .container {
  width: 100%;
  max-width: 1344px;
  margin: 0 auto;
  text-align: left;
  background: none;
}
.page-content{
  padding-left: 0!important;
  padding-right: 0!important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.lock {
  overflow: hidden;
}

.btn {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.3px;
  background-color: #F86630;
  border: none;
  border-radius: 4px;
  padding: 17px 53px;
}

.btn_small {
  font-size: 14px;
  letter-spacing: 0.2px;
  padding: 11px 20px;
}

.btn_full-width {
  width: 100%;
  line-height: inherit;
}

.btn:hover {
  cursor: pointer;
  background-color: #e31e24;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 120%;
}

.brand-span {
  font-size: 28px;
  line-height: 120%;
  color: #F86630;
  font-weight: bold;
}

.form {
  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;
  width: 100%;
}

.form__field {
  position: relative;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 26px;
}

.form__field label {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 8px;
}

.form__field input.error {
  border-color: #FF153F;
}

.form__field p.error {
  position: absolute;
  top: 68px;
  font-size: 14px;
  line-height: 120%;
  color: #FF153F;
  margin: 0;
}

.form-input {
  width: 100%;
  font-size: 14px;
  line-height: 120%;
  color: #242E35;
  -webkit-box-shadow: inset 0 1px 1px rgba(36, 46, 53, 0.1), inset 0 0 4px rgba(36, 46, 53, 0.3);
  box-shadow: inset 0 1px 1px rgba(36, 46, 53, 0.1), inset 0 0 4px rgba(36, 46, 53, 0.3);
  border: none;
  border-radius: 4px;
  padding: 12px;
}
input:invalid, textarea:invalid{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
}
input:focus{
  outline: none;
}

.first-screen {
  background: url("../img/first-screen.png") center/cover no-repeat;
  padding: 64px 0;
}

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

.first-screen__promo {
  margin-bottom: 64px;
}

.first-screen__logo {
  margin-left: -12px;
  margin-bottom: 16px;
}

.promo {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 16px;
  padding: 64px;
}

.promo__slogan {
  font-size: 28px;
  letter-spacing: 0.8px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}

.promo__title {
  font-size: 58px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 32px;
}

.promo__subtitle {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 16px;
  text-align: left;
}

.promo__btn {
  margin-bottom: 19px;
  height: auto;
  line-height: initial;
  font-family: "Euclid Flex", sans-serif;
}

.promo__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.5px;
}

.promo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 120%;
}

.promo__link img {
  margin-right: 4px;
}

.promo__link:first-of-type {
  margin-right: 34px;
}

.promo *:last-child {
  margin-bottom: 0;
}

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

.logo img:first-child {
  margin-right: 16px;
  width: 200px;
}

.advantages {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 64px 128px;
}

.advantages__wrapper {
  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;
}

.advantages__item {
  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;
  width: 23%;
  border-right: 1px solid rgba(36, 46, 53, 0.18);
  padding: 0 64px;
}

.advantages__item:first-of-type {
  padding-left: 0;
}

.advantages__item:last-of-type {
  padding-right: 0;
  border-right: none;
}

.advantages__item img {
  margin-bottom: 16px;
}

.advantages__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}

.equipment {
  padding: 64px 0;
}

.equipment__title {
  margin-bottom: 32px;
}

.equipment__tabs {
  margin-bottom: 32px;
}

.tabs__buttons {
  margin-bottom: 32px;
}

.tabs__buttons::-webkit-scrollbar {
  width: 15px;
}

.tabs__btn {
  height: 64px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  background: #FFFFFF;
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(36, 46, 53, 0.08), 0 1px 3px rgba(36, 46, 53, 0.15);
  box-shadow: 0 0 5px rgba(36, 46, 53, 0.08), 0 1px 3px rgba(36, 46, 53, 0.15);
  border-radius: 4px;
  padding: 0 32px;
  margin-right: 16px;
  font-family: "Euclid Flex", sans-serif;
}

.tabs__btn:hover {
  cursor: pointer;
  color: #F86630;
}

.tabs__btn:last-of-type {
  margin-right: 0;
}

.tabs__btn_active {
  color: #F86630;
}

.tabs__body {
  display: none;
}

.tabs__body_active {
  display: block;
}

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

.tabs__card {
  width: calc(33.33% - 32px);
}

.tabs__card:first-of-type {
  margin-left: 0;
}

.tabs__card:last-of-type {
  margin-right: 0;
}
.card{
  box-shadow: none!important;
}
.card__title {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 16px;
  text-align: left;
}

.card__img {
  border-radius: 16px;
  margin-bottom: 16px;
  max-width: 100%;
}

.card__price {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 16px;
}

.card__price span {
  display: block;
  font-size: 26px;
  line-height: 120%;
  font-weight: bold;
  margin-top: 4px;
}

.card__open-btn {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 125%;
  font-weight: bold;
  letter-spacing: 0.2px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E5ECF1;
  padding: 9px 20px;
  margin-right: 13px;
}

.card__open-btn:hover {
  cursor: pointer;
}

.price-description {
  color: #fff;
  background-color: #505456;
  border-radius: 16px;
  padding: 32px;
}

.price-description__title {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
  font-family: "Euclid Flex", sans-serif;
}

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

.price-description__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.4px;
  margin-right: 32px;
}

.price-description__item:last-of-type {
  margin-right: 0;
}

.price-description__item img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.advantages-work {
  background: url("../img/advantages-work.png") center/cover no-repeat;
  padding: 128px 0;
}

.advantages-work__title-block {
  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;
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 16px;
  padding: 64px 32px;
  margin-bottom: 16px;
}

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

.advantages-work__item {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 16px;
  padding: 32px;
  margin-right: 16px;
}

.advantages-work__item:last-of-type {
  margin-right: 0;
}

.advantages-work__item-title {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 32px;
}

.advantages-work__list{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.advantages-work__list-item {
  margin-bottom: 10px;
  font-family: "Euclid Flex",sans-serif;
}

.advantages-work__list-item:last-of-type {
  margin-bottom: 0;
}

.advantages-work__list-item h4 {
  font-size: 20px;
  line-height: 120%;
  word-wrap: break-word;
  margin-bottom: 8px;
  font-family: "Euclid Flex",sans-serif;
  text-align: left;
}

.advantages-work__list-item p {
  font-size: 16px;
  line-height: 120%;
  color: #4A565E;
}

.advantages-numbers {
  background-color: #fff;
  padding: 64px 128px;
}

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

.advantages-numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid rgba(36, 46, 53, 0.18);
  padding-right: 128px;
  padding-left: 64px;
}

.advantages-numbers__item:first-of-type {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
}

.advantages-numbers__item:last-of-type {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: none;
  padding-right: 0;
}

.advantages-numbers__item img {
  margin-bottom: 16px;
}

.advantages-numbers__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}

.photo {
  padding: 32px 0;
}

.photo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 32px;
}

.photo__block {
  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;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  width: 426px;
  height: 208px;
  border-radius: 16px;
}

.photo__block_big {
  height: 224px;
}

.photo__block_order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.photo__block_order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.photo__block_text {
  font-size: 28px;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  background-color: #F86630;
  padding: 32px;
}

.photo__block_img {
  border-radius: 16px;
  overflow: hidden;
}

.photo__block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.questions {
  background-color: #242E35;
  padding-bottom: 64px;
  margin-top: -32px;
}

.questions__wrapper {
  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;
}

.questions__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 32px 0;
  margin-bottom: 32px;
}

.questions__item {
  width: 256px;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
}

.questions__item-title {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 32px;
  font-family: "Euclid Flex", sans-serif;
  text-align: left;
}

.questions__item-text {
  color: #4A565E;
  font-size: 16px;
  line-height: 120%;
}

.questions__form-block {
  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;
  max-width: 468px;
  color: #fff;
  padding-top: 32px;
}

.questions__title {
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 32px;
  color: white;
}

.questions__subtitle {
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 32px;
}

.furnishings-modal.modal {
  position: fixed;
  height: 100%;
  transform: none;
  border-radius: 0!important;
  left: 0;
  width: 100%!important;
  margin-left: 0!important;
  top: 0;
  overflow: hidden;
  display: none;
  background-color: rgba(174, 174, 174, 0.9)!important;
}

.furnishings-modal.modal.open {
  display: block;
  opacity: 1;
}

.furnishings-modal .modal__body {
  min-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;
  padding: 25px;
}

.furnishings-modal .modal__content {
  position: relative;
  background-color: #fff;
  width: 1344px;
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.furnishings-modal .modal__image {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.furnishings-modal .modal__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding: 35px 15px 15px 35px;
  text-align: left;
}

.furnishings-modal .modal__content-wrapper.big {
  padding-top: 5px;
}

.furnishings-modal .modal__content-wrapper.big .modal-item {
  margin-bottom: 5px;
}

.furnishings-modal .modal__content-wrapper.big .modal-item__list li {
  line-height: 112%;
  margin-bottom: 0;
}

.furnishings-modal .modal__title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Euclid Flex", sans-serif;
}

.furnishings-modal .modal__style {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 120%;
  border-bottom: 1px solid rgba(36, 46, 53, 0.18);
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.furnishings-modal .modal__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 390px;
  font-family: "Euclid Flex", sans-serif;
  color: #242e35;
}

.furnishings-modal .modal__footer {
  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;
  margin-top: auto;
  margin-bottom: 10px;
}

.furnishings-modal .modal__btn {
  padding: 13px 45px;
  margin-right: 20%;
  line-height: normal;
  font-family: "Euclid Flex", sans-serif;
}

.furnishings-modal .modal__price {
  font-size: 26px;
  line-height: 120%;
  font-weight: 500;
  font-family: "Euclid Flex", sans-serif;
  white-space: nowrap;
  margin-right: 10px;
}

.furnishings-modal .modal__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
  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;
  background: none;
  border: none;
}

.furnishings-modal.modal .modal-item {
  width: calc(50% - 15px);
  margin-bottom: 15px;
}

.furnishings-modal.modal .modal-item__title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}

.furnishings-modal.modal .modal-item__list {
  margin: 0;
  padding-left: 16px;
}

.furnishings-modal.modal .modal-item__list li {
  list-style: disc;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 3px;
}


.footer__container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*margin-bottom: 38px;*/
}

.footer__row:last-of-type {
  margin-bottom: 0;
}

.footer__row_flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer__col {
  max-width: 494px;
  width: 100%;
  /*padding-top: 8px;*/
}

.footer__id {
  font-weight: bold;
  margin-bottom: 16px;
}

.footer__about {
  margin-bottom: 24px;
}

.footer__payment {
  margin-right: 213px;
}

.footer-about__title {
  font-weight: bold;
  margin-bottom: 4px;
}

.footer-about__info p {
  color: #4A565E;
  margin-bottom: 4px;
}

.footer-more {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-more__item {
  text-decoration: none;
  color: inherit;
  /*margin-bottom: 16px;*/
}

.footer-more__item:last-of-type {
  margin-bottom: 0;
}

.footer-more__item:hover {
  color: #f86630;
}

.footer-nav__item {

}

.footer-nav__item a {
  text-decoration: none;
  color: inherit;
}

.footer-nav__item a:hover {
  color: #f86630;
}

.footer-nav__item:last-of-type {
  margin-bottom: 0;
}

.footer-contacts__phone {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 8px;
}

.footer-contacts__time-work {
  margin-bottom: 24px;
}

.footer-contacts__social {
  margin-bottom: 24px;
}

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

.footer-social__item {
  margin-right: 16px;
}

.payment__text {
  margin-bottom: 22px;
}

.payment__text a {
  text-decoration: none;
  color: #0087D2;
}

.payment__text a:hover {
  color: #f86630;
}

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

.payment__icons img {
  margin-right: 21px;
}

.payment__icons img:last-of-type {
  margin-right: 0;
}

@media screen and (max-height: 680px) and (min-width: 1100px) {
  .furnishings-modal .modal__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-height: 600px) and (min-width: 1100px) {
  .furnishings-modal .modal__content {
    height: 500px;
  }
}

@media screen and (max-height: 550px) and (min-width: 1100px) {
  .furnishings-modal .modal__content {
    height: 400px;
  }

  .furnishings-modal .modal__content-wrapper {
    padding: 10px;
  }

  .furnishings-modal .modal__title {
    font-size: 25px;
  }

  .furnishings-modal .modal__style {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .furnishings-modal .modal__blocks {
    height: 250px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .furnishings-modal.modal .modal-item {
    margin-bottom: 7px;
  }

  .furnishings-modal.modal .modal-item__title {
    font-size: 18px;
  }

  .furnishings-modal.modal .modal-item__list li {
    font-size: 16px;
  }
}

@media screen and (max-height: 450px) and (min-width: 1100px) {
  .furnishings-modal .modal__content {
    height: 300px;
  }
}

@media (max-width: 1600px) {
  .advantages-numbers {
    padding: 64px;
  }

  .advantages-numbers {
    padding: 32px;
  }

  .advantages-numbers__item {
    padding-right: 48px;
    padding-left: 32px;
  }

  .advantages-numbers__item p {
    width: 186px;
  }
}

@media (max-width: 1480px) {
  .first-screen__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 64px;
  }

  .promo {
    width: 100%;
  }

  .advantages__item {
    width: 24%;
    padding: 0 32px;
  }

  .equipment {
    padding: 64px;
  }

  .advantages-work {
    padding: 64px;
  }

  .photo {
    padding: 32px 64px;
  }

  .photo__block {
    width: 31%;
    height: 224px;
  }

  .questions {
    padding: 64px;
  }

  .questions__items {
    padding: 0;
  }

  .questions__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .questions__item {
    width: 100%;
    margin-bottom: 16px;
  }

  .questions__item:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1400px) {
  .furnishings-modal.modal__content {
    width: 100%;
  }

  .furnishings-modal.modal__btn {
    margin-right: 0;
  }

  .furnishings-modal.modal .big .modal__blocks {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .furnishings-modal.modal .big .modal-item {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card__open-btn {
    margin: 0 0 16px 0;
    text-align: center;
  }
}

@media (max-width: 1280px) {
  .footer__col {
    width: 350px;
  }
}

@media (max-width: 1150px) {
  .footer__row:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__col {
    width: 300px;
  }

  .footer__payment {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

@media (max-width: 1100px) {
  .price-description__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-description__item {
    margin: 0 0 16px 0;
  }

  .price-description__item {
    margin: 0 0 16px 0;
  }

  .price-description__item:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1100px) {
  .furnishings-modal .modal__content {
    height: 630px;
  }

  .furnishings-modal .modal__content-wrapper {
    padding: 15px;
  }

  .furnishings-modal .modal__title {
    font-size: 30px;
  }

  .furnishings-modal .modal__style {
    font-size: 24px;
  }

  .furnishings-modal .modal__blocks {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 450px;
    overflow: auto;
    padding-left: 3px;
  }

  .furnishings-modal .modal__footer {
    margin-bottom: 0;
  }

  .furnishings-modal .modal__btn {
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 11px 20px;
    width: 100%;
    margin: auto;
  }

  .furnishings-modal.modal .modal-item {
    width: 100%;
    margin-bottom: 5px;
  }

  .furnishings-modal.modal .modal-item__title {
    font-size: 20px;
  }

  .furnishings-modal.modal .modal-item__list li {
    font-size: 18px;
  }
}

@media screen and (max-height: 680px) and (max-width: 1100px) {
  .furnishings-modal .modal__content {
    height: 550px;
  }

  .furnishings-modal .modal__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
}

@media screen and (max-height: 600px) and (max-width: 1100px) {
  .furnishings-modal .modal__content {
    height: 500px;
  }
}

@media screen and (max-height: 550px) and (max-width: 1100px) {
  .furnishings-modal .modal__content {
    height: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .furnishings-modal .modal__image {
    width: 40%;
    height: 100%;
  }

  .furnishings-modal .modal__content-wrapper {
    width: 60%;
    padding: 10px;
  }

  .furnishings-modal .modal__title {
    font-size: 25px;
  }

  .furnishings-modal .modal__style {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .furnishings-modal .modal__blocks {
    height: 250px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .furnishings-modal.modal .modal-item {
    width: 100%;
    margin-bottom: 7px;
  }

  .furnishings-modal.modal .modal-item__title {
    font-size: 18px;
  }

  .furnishings-modal.modal .modal-item__list li {
    font-size: 16px;
  }
}

@media screen and (max-height: 450px) and (max-width: 1100px) {
  .furnishings-modal .modal__content {
    height: 300px;
  }
}

@media (max-width: 1060px) {
  .advantages-numbers__item {
    padding-right: 32px;
    padding-left: 16px;
  }
}

@media (max-width: 1024px) {
  .promo__title {
    margin-bottom: 16px;
  }

  .promo__btn {
    margin-bottom: 16px;
  }

  .advantages {
    padding: 32px 24px;
  }

  .tabs__card {
    width: calc(33.33% - 16px);
  }
}

@media (max-width: 960px) {
  .advantages-numbers__item {
    padding-right: 16px;
    padding-left: 8px;
  }
}

@media (max-width: 870px) {
  .advantages-numbers {
    padding: 24px;
  }

  .advantages-numbers__item p {
    width: 160px;
  }
}

@media (max-width: 860px) {
  .photo {
    padding: 12px 24px;
  }

  .photo__row {
    margin-bottom: 24px;
  }

  .photo__block {
    height: 232px;
  }
}

@media (max-width: 850px) {
  .questions {
    padding: 24px;
    margin-top: 0;
  }
}

@media (max-width: 770px) {
  .footer {
    padding: 16px 32px 32px;
  }

  .footer__col {
    width: 200px;
  }

  .footer__payment {
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .tabs__card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs__card {
    width: 100%;
    margin: 0 0 64px 0;
  }

  .tabs__card:last-of-type {
    margin-bottom: 0;
  }

  .card__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card__open-btn {
    margin: 0 16px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .furnishings-modal .modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .furnishings-modal .modal__image,
  .furnishings-modal .modal__content-wrapper {
    width: 100%;
    height: 60%;
  }

  .furnishings-modal .modal__image {
    height: 40%;
  }

  .furnishings-modal .modal__blocks {
    height: 190px;
    margin-bottom: 10px;
  }
}

@media screen and (max-height: 680px) and (max-width: 768px) {
  .furnishings-modal .modal__blocks {
    height: 140px;
  }
}

@media screen and (max-height: 550px) and (max-width: 768px) {
  .furnishings-modal .modal__blocks {
    height: 245px;
  }

  .furnishings-modal .modal__price {
    font-size: 20px;
  }
}

@media (max-width: 764px) {
  .advantages-numbers__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantages-numbers__item {
    border-right: none;
    border-bottom: 1px solid rgba(36, 46, 53, 0.18);
    padding: 0 0 24px 0;
    margin-bottom: 24px;
  }

  .advantages-numbers__item:first-of-type {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 24px 0;
  }

  .advantages-numbers__item:last-of-type {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .advantages-numbers__item p {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .advantages-work__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantages-work__item {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .advantages-work__item h3{
    text-align: left;
  }

  .advantages-work__item:last-of-type {
    margin-bottom: 0;
  }

  .payment__icons img {
    margin-bottom: 24px;
  }
}
@media (max-width: 1100px) {
  .payment__icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 750px) {
  .photo__row:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .photo__block {
    width: 48%;
  }

  .photo__block:nth-child(3n) {
    display: none;
  }
}

@media (max-width: 700px) {
  .advantages__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantages__item {
    width: 50%;
    border: none;
    padding: 0 32px;
  }

  .advantages__item:nth-child(2) {
    padding-right: 0;
  }

  .advantages__item:nth-child(1),
  .advantages__item:nth-child(2) {
    margin-bottom: 32px;
  }
}

@media (max-width: 680px) {
  .tabs__buttons {
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    padding: 2px;
    margin-bottom: 16px;
  }
}

@media (max-width: 600px) {
  .first-screen__wrapper {
    padding: 0 24px;
  }

  .first-screen__logo {
    margin-left: 0;
  }

  .promo {
    padding: 32px;
  }

  .promo__slogan {
    font-size: 23px;
  }

  .promo__title {
    font-size: 48px;
  }

  .promo__btn {
    font-size: 18px;
    width: 100%;
    padding: 20px 17px;
  }

  .logo {
    -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;
  }

  .logo img:first-child {
    margin-bottom: 8px;
  }

  .advantages {
    padding: 32px;
  }

  .advantages__item img {
    width: 64px;
    height: 64px;
  }

  .advantages__title {
    font-size: 12px;
  }

  .equipment {
    padding: 24px;
  }

  .advantages-work {
    padding: 24px;
  }

  .advantages-work__title-block {
    padding: 16px;
    font-family: "Euclid Flex", sans-serif;
  }

  .advantages-work__item {
    padding: 16px;
  }

  .footer {
    padding: 16px 24px 32px;
  }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer__col {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .furnishings-modal .modal__title {
    font-size: 20px;
    font-family: "Euclid Flex", sans-serif;
    color: #242e35;
  }

  .furnishings-modal .modal__style {
    font-size: 18px;
    margin-top: 0;
    font-family: "Euclid Flex", sans-serif;
  }

  .furnishings-modal .modal__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .furnishings-modal .modal__price {
    margin-bottom: 10px;
  }

  .furnishings-modal .modal .btn {
    width: 100%;
  }

  .furnishings-modal.modal .modal-item {
    width: 100%;
  }

  .furnishings-modal.modal .modal-item__title {
    font-size: 16px;
    margin: 0;
  }

  .furnishings-modal.modal .modal-item__list li {
    font-size: 14px;
  }
}

@media screen and (max-height: 600px) and (max-width: 576px) {
  .furnishings-modal .modal__content-wrapper {
    padding: 10px;
  }

  .furnishings-modal .modal__blocks {
    height: 120px;
  }
}

@media screen and (max-height: 550px) and (max-width: 576px) {
  .furnishings-modal .modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .furnishings-modal .modal__image {
    width: 100%;
    height: 35%;
  }

  .furnishings-modal .modal__blocks {
    height: 110px;
  }

  .furnishings-modal .modal__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .furnishings-modal .modal__price {
    margin-bottom: 0;
  }

  .furnishings-modal.modal .btn {
    width: auto;
  }
}

@media screen and (max-height: 450px) and (max-width: 576px) {
  .furnishings-modal .modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .furnishings-modal .modal__image {
    width: 100%;
    height: 35%;
  }

  .furnishings-modal .modal__title {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .furnishings-modal .modal__style {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .furnishings-modal .modal__content-wrapper {
    overflow: auto;
    padding: 5px;
  }
}

@media (max-width: 550px) {
  .photo__row {
    margin-bottom: 16px;
  }

  .photo__block {
    height: 100px;
  }

  .photo__block_text {
    font-size: 16px;
    padding: 16px;
  }
}

@media (max-width: 475px) {
  .photo__block {
    height: 70px;
  }
}

@media (max-width: 425px) {
  .card__img {
    height: 368px;
  }

  .price-description__item {
    margin-bottom: 8px;
  }

  .advantages-work__title {
    font-size: 32px;
  }
}

@media (max-width: 410px) {
  .photo__block {
    height: 89px;
  }
}

@media (max-width: 375px) {
  .card__img {
    height: 272px;
  }

  .card__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card__open-btn {
    margin: 0 0 16px 0;
  }

  .price-description {
    padding: 16px;
  }

  .questions__item {
    padding: 16px;
  }
}

@media screen and (max-width: 375px) {
  .furnishings-modal .modal__blocks {
    height: 190px;
  }
}

@media screen and (max-height: 680px) and (max-width: 375px) {
  .furnishings-modal .modal__image {
    height: 30%;
  }

  .furnishings-modal .modal__content {
    height: 70%;
  }

  .furnishings-modal .modal__blocks {
    height: 170px !important;
  }
}

@media screen and (max-height: 600px) and (max-width: 375px) {
  .furnishings-modal .modal__blocks {
    height: 130px !important;
  }
}

@media screen and (max-height: 550px) and (max-width: 375px) {
  .furnishings-modal .modal__blocks {
    height: 120px !important;
  }

  .furnishings-modal .modal__price {
    font-size: 16px;
  }
}

@media screen and (max-width: 325px) {
  .furnishings-modal .modal__blocks {
    height: 220px;
  }
}

@media screen and (max-height: 550px) and (max-width: 325px) {
  .furnishings-modal .modal__blocks {
    height: 120px !important;
  }
}

@media screen and (max-height: 600px) {
  .furnishings-modal .modal__footer {
    margin-bottom: 0;
  }

  .furnishings-modal .modal__btn {
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 11px 20px;
    margin-right: 0;
  }
}

@media screen and (max-height: 350px) {
  .furnishings-modal .modal__body {
    padding: 10px 15px;
  }
}