body {
  background: #fffcf4;
  font-family: Roboto;
}

.front__title {
  padding: 15px 15px;
  text-transform: uppercase;
  font-size: 26px;
}
.front__title_center {
  text-align: center;
}

.front__sub-title {
  text-align: center;
  font-size: 24px;
}

.front__title_big {
  font-size: 36px;
}

.front__title_big-gus {
  font-size: 24px;
}

.bg__img {
  width: 100%;
}


.model__btn {
  text-align: center;
  padding: 25px 15px 0;
}


.sale {
  padding: 7px 10px; 
  border-radius: 5px;
  background: rgb(219, 219, 219);
  cursor: pointer;  
  margin: 8px 0;
  display: block;
}
.sale:hover {
  padding: 7px; 
  background: rgb(218, 165, 165);
  cursor: pointer;  
}

.model__grid {
  display: grid;
   /* grid-template-columns: repeat(3, 1fr); */
  /* grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); */
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  grid-gap: 20px;

  /* grid-template-rows: 1fr 160px 160px 150px; */


}

.model__grid_gus {

  grid-auto-rows: auto;
}

.model__grid > div {
  font-size: 2vw;
  background: rgb(219, 219, 219);
  text-align: center;
  border-radius: 15px;
  position: relative;
}



/* .model__grid_hight {
height: 500px;
}
.model__grid_sq {
  height: 367px;
  } */

.model__grid > div > img{
  border-radius: 15px;
  object-fit: cover;
  max-width: 100%!important;
  height: 100%;
  width: 100%;
}


.g-1 {
  grid-column: span 1;
    grid-row: span 3;
}
.g-2 {
  grid-column: span 1;
    grid-row: span 2;
}

.g-4 {
  display: flex;
  align-items: center;
}

.model__grid > .g-4 > div{
  font-size: 18px;
  padding: 10px;
  text-align: left;
  line-height: 1.4;
  display: flex;

    flex-direction: column;

}

.g-4__title {
  font-weight: bold;
}

.g-5 {
  grid-column: span 2;
    grid-row: span 2;
}

.zz {
  grid-column: span 1;
  grid-row: span 2;
}
.g-6 {
  grid-column: span 1;
}
.g-7 {
  grid-column: span 1;
  grid-row: span 3;
}
.g-8 {
  grid-column: span 2;
  grid-row: span 2;
}
.g-9 {
  grid-column: span 1;
  grid-row: span 2;
}
.g-10 {
  grid-column: span 2;
  grid-row: span 2;
}
.g-11 {
  grid-column: span 2;
  grid-row: span 2;
}
.g-13 {
  grid-column: span 1;
  grid-row: span 3;
}
.g-14 {
  grid-column: span 2;
  grid-row: span 1;
}
.g-15 {
  grid-column: span 1;
  grid-row: span 2;
}
.g-15 {
  grid-column: span 1;
  grid-row: span 2;
}
.g-14 {
  grid-column: span 1;
  grid-row: span 3;
}
.g-16 {
  grid-column: span 2;
  grid-row: span 2;
}
 .g-18 {
  grid-column: span 2;
  grid-row: span 2;
}
.g-19 {
  grid-column: span 1;
  grid-row: span 2;
}
.g-20 {
  grid-column: span 1;
  grid-row: span 2;
}
.g-21 {
  grid-column: span 1;
  grid-row: span 1;
}
.g-22 {
  grid-column: span 1;
  grid-row: span 3;
}
.g-23 {
  grid-column: span 1;
  grid-row: span 3;
}
.g-24 {
  grid-column: span 1;
  grid-row: span 2;
}

.g-26 {
  grid-column: span 2;
  grid-row: span 2;
}

.g-27 {
  grid-column: span 1;
  grid-row: span 2;
}

.amoforms .amoforms__fields__view {
  max-width: 100% !important;
}

* {
  box-sizing: border-box;
}

.has-text-align-center {
  text-align: center !important;
}

h2 {
  width: 100%;
  padding: 20px 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}

/* скрываем чекбокс */
#menu__toggle {
  opacity: 0;
  display: none;
}


.main-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sidebar {
  width: 25%;
  min-width: 220px;
  padding: 0 15px 30px 15px;
  box-sizing: border-box;
}

.sidebar li {
  line-height: 1.2;
}

.main-content {
  width: 75%;
  padding: 30px 15px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
}

.main-content-quiz {
  width: 100%;
  padding: 30px 15px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
}

.main-container {
  display: flex;
  flex-direction: column;
}

.header__top-line {
  background-color: #e63a32;
  height: 4px;
}

.header__phone-line a {
  text-decoration: none;
  color: #222;
}

.consultation_bold {
  font-weight: bold;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 15px auto;
}

.container-fluid {
  width: 100%;
  background: #e0d2d1;
}

.container_main {
  margin: 0 auto;
}

.container_head {
  margin: 15px auto 0;
}
.header__logo-line,
.header__nav-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;

  line-height: 1.4;
}

.header__nav-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  max-width: 1170px;
  margin: 20px auto 5px;
}

.navigation__item,
.menu-item {
  margin-right: 25px;
}

.navigation__link {
  color: #e63a32;
  text-decoration: none;
}

.navigation__link:hover {
  color: #993333;
  text-decoration: none;
}
a .navigation__link:active {
  font-weight: bold;
}
.navigation {
}

.navigation__sub-menu {
  display: none;
  background-color: #fffcf4;
}

.navigation__item {
  position: relative;
}

.navigation__item:hover .navigation__sub-menu {
  display: block;
  position: absolute;
  z-index: 10;
  padding: 5px 15px;
}

.navigation__item li {
  padding: 5px 0;
  position: relative;
}

.navigation__item_lvl2 {
  min-width: 250px;
}

.navigation__item li a {
  color: #e63a32;
  padding: 3px 3px 3px 10px;
  line-height: 1.4;
  text-decoration: none;
}

.navigation__item li a:hover {
  border-left: 3px solid #aaa;
  padding: 3px 3px 3px 5px;
  transition: 0.5s;
}

.director__title {
  margin: 0px;
  font-size: 48px;
  color: #e63a32;
}

.director__speach {
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: justify;
}

.director__photo {
  max-width: 33.33%;
}

.director__img {
  width: 100%;
}

.director__meta {
  width: 66.66%;
}

.director__name {
  font-size: 36px;
  color: #4b4b4b;
}
.director {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 35px;
}

.director__upper-title {
  margin: 35px 0;
}

.director__btn {
  text-align: right;
}

.fly-steps {
  padding: 0;
}
.header__adress-line {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.header__adress-line:first-child {
  font-weight: bold;
}

.ruler {
  background: url(img/ruler.png) no-repeat center;
  margin: 15px auto;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ruler_container {
  margin-top: -20px;
  background: #fffcf4;
  padding: 15px;
  text-align: center;
}

.ruler h3 {
  font-size: 24px;

  width: 350px;
  margin: 0 auto;
  font-style: normal;
  text-transform: uppercase;
}

.nujenzamer {
  text-align: center;
  color: #000;
}

.model {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* padding-bottom: 50px;
  padding-top: 30px; */
}

.model__header {
  width: 100%;
  padding: 10px 15px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
.model__coll {
  width: 50%;
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.model_section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.model__section {
  display: flex;
  flex-direction: column;
}

.model__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.model__price-project     {
  color: #000000;
  display: block;
  font-size: 16px;
  text-align: right;
  font-weight: normal;

}

.model__price-base {
 font-size: 24px;
 font-weight: bold;
 color: #e63a32;
}

.model__price-btn {
  font-size: 16px;
  padding: 10px 35px;
  border-radius: 2px;
  background: #1a5d99;
  -webkit-box-shadow: 0px 3px 0px 0px rgb(18 65 108);
  -moz-box-shadow: 0px 3px 0px 0px rgba(18, 65, 108, 1);
  box-shadow: 0px 3px 0px 0px rgb(18 65 108);
}

.model__sub-title {
  padding: 15px 0 10px;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}

.model__sub-desc {
  font-size: 16px;
  line-height: 1.3;
}
.model img {
  width: 100%;
  border-radius: 10px;
}

.review__container {
  margin-bottom: 45px;
}

.review__single {
  background: #e0d2d1;
  background: #ffffff;
  margin: 15px 15px;
  padding: 15px;
  line-height: 1.5;
  border-radius: 0 5px 5px;
  -webkit-box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 11px -2px rgba(34, 60, 80, 0.2);
}

.review__author {
  font-weight: bold;
  background: #977a7a;
  color: #ffffff;
  display: inline-block;
  position: relative;
  left: -30px;
  min-width: 230px;
  padding: 5px 0 5px 30px;
  border-radius: 2px;
}

.star {
  color: #ff9900;
  padding: 0 15px;
}

.column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.marquiz__container_inline {
  max-width: 100% !important;
}

.podbor {
  padding: 15px 0;
}




.accordion {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 35px;
  border-radius: 2px;
  background: #1a5d99;
  margin: 5px 0;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(18, 65, 108, 1);
  -moz-box-shadow: 0px 3px 0px 0px rgba(18, 65, 108, 1);
  box-shadow: 0px 3px 0px 0px rgba(18, 65, 108, 1);
  border: none;
  color: #fff;
  font-size: 24px;

  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-appearance: button;
    cursor: pointer;
}


.accordion_active, .accordion:hover {
  background-color:#2276be;
}

.accordion__panel {
  padding: 15px 15px;
  background-color: white;
  line-height: 1.5;
  display: none;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.accordion__panel ul {
  margin: 15px 0;
}

.accordion__panel li {
 list-style: circle;
 margin-left: 30px;
}

.accordion__panel p {
  list-style: circle;
  padding: 5px 0;
 }

 .accordion__panel h3 {
 font-size: 24px;
 display: block;
 }

 .accordion__flag {
  background: url(img/arrow-down.png);
  width: 24px;
  height: 24px;
 }

 .active>.accordion__flag {
  background: url(img/delete.png);
  width: 24px;
  height: 24px;
 }

@media screen and (max-width: 767px) {
  /* mobile menu */
  .nav {
    position: relative;
    background: #eee;
  }

  #mobile-menu {
    display: block;
  }
  .menu-icon {
    width: 40px;
    height: 40px;
    display: block;
    background: #e63a32;

    position: relative;
  }

  .navigation__item {
    padding: 5px;
  }

  /* .navigation {
display: none;
position: absolute;
background: #e63a32;;
right: 0px;
top: 0px;
} */

  .navigation li {
    list-style-type: none;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin: 0;
  }

  /* .navigation li a {
  color:#fff;
  text-decoration:none;
  display:block}
   */
  .navigation:hover,
  .menu-icon:hover + .navigation {
    display: block;
    position: absolute;
    transition: 0.6s;
  }

  .navigation__item li a {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  .navigation__item:hover ul {
    display: block;
  }

  .navigation__item:hover .navigation__sub-menu {
    display: block;
    position: absolute;

    padding: 5px 15px;
  }

  .navigation__sub-menu {
    display: none;
    background-color: #e45e58;
  }

  .navigation__item li a {
    border-left: 3px solid red;
    padding: 3px;
    line-height: 1.4;
  }

  .navigation__item li a:hover {
    border-left: 3px solid #ffffff;
    transition: 0.5s;
  }

  .menu-icon {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 3px;
  }

  .menu-icon__line {
    background: white;
    height: 5px;
  }

  .navigation__item:hover .navigation__sub-menu {
    display: block;
    position: relative;
    z-index: 10;
    padding: 5px 15px;
  }
}

.header__adress-line_grey {
  color: #757575;
}

.header__adress-line_start {
  justify-content: start;
}

.header__office {
  margin: 0 10px;
}

.header__office-link {
  color: #757575;
  text-decoration: none;
}

.header__office-link:hover {
  color: #000000;
}

.header_adress {
}

.header_phone {
}

.maincontent-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.maincontent__link {
  text-decoration: none;
}

.maincontent__img-catalog {
  padding: 0 15px;
  margin: 15px 0;
}

.maincontent__img-catalog_6 {
  width: 50%;
  height: 270px;
}

.maincontent__img-catalog_3 {
  width: 25%;
  height: 384px;
}

.maincontent__img-catalog_3-3 {
  width: 33.33333333%;
  height: 237px;
}

.maincontent__img-catalog_4 {
  width: 33.33333333%;
  height: 384px;
}

.maincontent__img-catalog_5 {
  width: 41.66666667%;
  height: 384px;
}

.maincontent__img-catalog_vertical {
  display: flex;
  flex-direction: column;
}

.maincontent__horiz {
  height: 192px;
}

.maincontent__horiz_bottom-pad {
  padding-bottom: 15px;
}

.maincontent__horiz_top-pad {
  padding-top: 15px;
}

.maincontent__img-catalog_segmenta {
  background: url(img/segmenta.jpg);
  background-size: cover;
  height: 100%;
}
.maincontent__img-catalog_street {
  background: url(img/street.jpg);
  background-size: cover;
  height: 100%;
}

.maincontent__img-catalog_atlanta {
  background: url(img/atlant.jpg);
  background-size: cover;
  height: 100%;
}

.maincontent__img-catalog_shadow:hover {
  box-shadow: inset 2px 2px 12px rgba(0, 0, 0, 0.2);
}

.maincontent__img-catalog_argos {
  background: url(img/argos.jpg);
  background-size: cover;
  height: 100%;
}

.maincontent__img-catalog_dream {
  background: url(img/dream.jpg);
  background-size: cover;
  height: 100%;
}

.maincontent__img-catalog_verona {
  background: url(img/verona.jpg);
  background-size: cover;
  height: 100%;
}

.maincontent__img-catalog_modern {
  background: url(img/modern.jpg);
  background-size: cover;
  height: 100%;
}

.maincontent__img-catalog_apline {
  background: url(img/alpine.jpg);
  background-size: cover;
  height: 100%;
}

.maincontent__img-catalog_latina {
  background: url(img/latina.jpg);
  background-size: cover;
  height: 100%;
}

.maincontent__img-catalog_afina {
  background: url(img/afina.jpg);
  background-size: cover;
  height: 100%;
}

.maincontent__img-catalog_monterei {
  background: url(img/monterei.jpg);
  background-size: cover;
  height: 100%;
}

.maincontent__model {
  padding: 15px;
  background: rgba(000, 000, 000, 0.6);
  color: #fff;
  width: 100%;
  /*   display: none; */
}

.maincontent__img-catalog_shadow:hover .maincontent__model {
  padding: 15px;
  background: rgba(000, 000, 000, 0.6);
  color: #fff;
  width: 100%;
  height: 100%;
  transition-duration: 15ms;
  display: block;
}

.img-30 {
  width: 30%;
}

.model__title {
  text-transform: uppercase;
  font-size: 14px;
  background: fff;
  text-decoration: none;
  line-height: 1.4;
  font-weight: bold;
}

.model__desc {
  font-size: 12px;
}

.about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about__img {
  width: 50%;
  padding: 15px 0;
  order: 2;
}

.about__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.about__icon {
  display: flex;
  justify-content: start;
  flex-direction: row;
}

.about__social-link {
  text-decoration: none;
  opacity: 0.8;
  margin-right: 15px;
}

.about__social-link:hover {
  text-decoration: none;
  opacity: 1;
}

.about__text {
  width: 50%;
  padding: 15px;
}

.about__master {
  width: 100%;
}

.about__title {
  padding: 0 15px;
}

.about__title-sub {
  padding: 0;
}

.about__title h2 {
  padding: 0;
}

.about__title-company {
  color: #e63a32;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 23px;
  padding: 0;
}

.about__paragraph {
  margin-bottom: 23px;
  line-height: 1.5;
}

.about__desc {
  font-size: 30px;
  font-weight: 300;
  margin: 15px;
}

.goods {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 45px 0 15px;
}

.half {
  width: 50%;
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

.half_left {
  text-align: left;
}

.get-project {
  width: 70%;
  margin: 0 auto;
}

.get-size {
}

.get-size img {
  width: 100%;
}

.goods__item {
  width: 25%;
  text-align: center;
}

.otoplenie {
}

.otoplenie h3 {
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #663333;
  font-weight: 200;
  text-align: center;
}

.otoplenie__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.otoplenie__anchor {
  position: relative;
  background: #e0d2d1;
  color: #663333;
  padding: 3px 8px;
}
.otoplenie__anchor:hover {
  background: #ff574eb4;
  cursor: pointer;
}

.otoplenie__anchor::after {
  content: "";
  position: relative;
  top: 15px;
  width: 6px;
  height: 6px;
}

.otoplenie__item {
  width: 30%;
  padding: 15px;
  margin: 15px;
  border: 2px solid #e0d2d1;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
}

.otoplenie-title {
  text-align: center;
}

.otoplenie-title_highlite {
  padding: 10px 15px;
  color: #ffffff;
  background: #663333;
}

.otoplenie__item img {
  border-style: none;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.otoplenie__item .text {
  line-height: 25px;
  font-size: 16px;
  text-align: center;
  color: #585858;
}

.otoplenie__item .title {
  line-height: 27px;
  font-size: 20px;
  text-align: center;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 30px;
}

.otoplenie__item .otoplenie__center-img {
  padding: 10px 0;
}

.otoplenie__item :after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid #f2f2f2;
  border-left: 40px solid #fff;
  box-shadow: 15px -10px 25px #f2f2f2;
}

.teplootoplenie__gallery {
  display: flex;
  flex-wrap: wrap;
}

.teplootoplenie__gallery-item {
  padding: 15px;
  width: 20%;
}

.teplootoplenie__gallery img {
  width: 100%;
}

.teplootoplenie-half {
  width: 50%;
  padding: 15px;
}

.teplootoplenie-half {
  font-size: 26px;
  display: flex;
  align-items: center;
}

.teplootoplenie button {
  display: block;
  width: 100%;
  padding: 16px 20px 16px;
  font-size: 24px;
  font-family: MyriadProRegular;
  border-radius: 8px;
}

.zik {
  padding: 0 15px;
}
.callme {
  display: block;
  margin: 25px auto;
  width: 100%;
  min-width: 370px;
  padding: 32px 0 27px;
  font-size: 30px;
  border-radius: 8px;
}

button {
  background-color: #ff574e;
  border: none;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 3px 49px rgb(0 0 0 / 45%), 0 0 35px 3px rgb(255 87 78 / 21%);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.goods__icon {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 10px;
}

.goods__decs {
  font-size: 15px;
  font-weight: 400;
}

.category {
  display: flex;
  flex-wrap: wrap;
}

.category__item {
  margin: 20px 0;
  width: 33.33%;
  padding: 0 15px;
}

.category__item-link {
  text-decoration: none;
}

.category__item-link:hover .category__title {
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.1s;
}

.category__title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer {
  background: #e0d2d1;
}

.footer__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__item {
  width: 41.6666%;
}

.footer__item_4 {
  width: 33.3333%;
}

.footer__item_3 {
  width: 25%;
}

.footer__item-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #663333;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer__list {
  line-height: 2;
  height: 200px;
}

.footer__list_2-column {
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  column-count: 2;
}

.footer__phones a {
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  color: #222;
}

.footer__adress {
  margin-top: 15px;
  line-height: 2;
}

.footer__adress-more {
  margin-top: 15px;
}

.footer__name {
  font-weight: bold;
}

.footer__link {
  text-decoration: none;
  color: #000000;
}

.footer__link_bold {
  color: #990066;
}

.footer__link:hover {
  text-decoration: none;
  color: #e63a32;
}

.copyright__advertis {
  margin: 15px 0;
  color: #000066;
  text-decoration: none;
}

.copyright__advertis:hover {
  margin: 15px 0;
  color: #990066;
  transition: 5ms;
}

.category__img-i {
  width: 100%;
}

.fscreen {
  position: relative;
}

.screen__info {
  position: absolute;
  padding: 25px 15px;
  width: 50%;
}

.screen__info_gus {
  width: 70%;
}

.screen__meta {
}

.screen__btn {
  margin-top: 15px;
  margin-left: 15px;
}

.screen__callback {
  padding: 10px 35px;
  border-radius: 2px;
  background: #1a5d99;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(18, 65, 108, 1);
  -moz-box-shadow: 0px 3px 0px 0px rgba(18, 65, 108, 1);
  box-shadow: 0px 3px 0px 0px rgba(18, 65, 108, 1);
}



.screen__title {
  margin-top: 45px;
  font-size: 68px;
  color: #e63a32;
  text-transform: uppercase;
  font-weight: bold;
}

.screen__title_gus {
  font-size: 48px;
  line-height: 1.2;
}

.screen__desc {
  margin-top: 55px;
  font-size: 36px;
  color: #000000;
  text-transform: uppercase;
}

.screen__price {
  font-size: 24px;
  color: #e63a32;
  text-transform: uppercase;
  margin-top: 35px;
  margin-left: 15px;
}

.screen__price_second {
margin-top: 15px;
}

.screen__focus {
  font-weight: bold;
}


@media (min-width: 1200px) {
  main-content {
    width: 75%;
  }
}

@media (max-width: 1000px) {
  .model__sub-title {
    padding: 15px 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
  }
  .model__sub-desc {
    font-size: 14px;
    line-height: 1.1;
  }
  .director__title {
    font-size: 32px;
  }
  .director__name {
    font-size: 24px;
  }
  .director {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .category__item,
  .footer__item,
  .goods__item,
  .header__logo,
  .header__adress,
  .header__phone,
  .about__desc,
  .header__adress-line {
    width: 100%;
    text-align: center;
  }
  .blocks-gallery-item {
    width: 100% !important;
    margin: 5px !important;
  }
  .main-content ul li {
    margin-left: 0;
  }

  .footer__list {
    line-height: 2;
    height: auto;
  }
  .about__social {
    flex-direction: column;
  }
  /* .maincontent-wrapper {
  flex-direction: column;
} */

  .header__adress-line {
    display: block;
  }
  .header__nav-line {
    flex-direction: column;
    margin: 0 auto 5px;
  }
  .header__adress {
    margin: 15px 0;
  }
  .sidebar {
    width: 100%;
  }

}

@media (max-width: 960px) {
  .about__img,
  .about__text {
    width: 100%;
  }
  .footer__item {
    width: 100%;
    text-align: center;
  }
  .header__adress-line {
    display: block;
  }
  .copyright {
    text-align: center;
  }
  .main-content {
    width: 100%;
  }

  .about__icon {
    justify-content: space-around;
  }

  .maincontent__model {
    padding: 15px;
    background: rgba(000, 000, 000, 0.6);
    color: #fff;
    width: 100%;
    height: 100%;
    transition-duration: 15ms;
    display: block;
  }
}

.price-button {
  padding: 9px 25px;
  border-radius: 5px;
  background: #e63a32;
  color: black !important;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  display: block;
  font-weight: bold;
}

.price-button:hover {
  padding: 8px 25px;
  background: black;
  color: #e63a32 !important;
  text-decoration: none !important;
}

.blocks-gallery-item__caption {
  padding: 5px 10px 9px !important;
}



input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}

.single_add_to_cart_button {
  background-color: #e63a32 !important;
}


.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

a.reset_variations {
  display: inline-block;
  margin-left: 1em;
}

.site-rating span {
  line-height: 1;
}

.banks {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer-devider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.credits {
  padding-top: 3px;
}

.video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .contact_info_right,
  .contact_info_right,
  .present,
  .featured {
    width: 100%;
  }

  .goods {
    margin: 15px 0 15px;
  }

  .model__coll {
    width: 100%;
    padding: 15px 15px 0 15px;
  }

  .fscreen {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .model__header {
    width: 100%;
    padding: 0 15px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .container {
    margin: 5px auto;
  }

  .screen__info {
    position: static;
    padding: 25px 15px;
    width: 100%;
    text-align: center;
  }

  .screen__bg {
    display: none;
  }

  .model__section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.model__price-project {
  text-align: center;
  padding: 15px;
  font-size: 18px;
}

  .model__meta {
    padding-bottom: 15px;
  }

  .model__price {
    display: flex;
    flex-direction: column;
  }



  .model__price div{
    width: 80%;
    padding: 15px 0;
    text-align: center;
}

.model__price-btn {
  width: 100%;
  padding: 25px 35px;
}


  .model__coll:first-child {
    order: 2;
  }

  .model_section:first-child {
    padding-bottom: 25px;
  }

  .screen__price,
  .screen__btn {
    margin-left: 0;
  }

  /* контейнер меню */
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    text-align: center;
    background-color: #eceff1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

  .menu__btn {
    display: flex; /* используем flex для центрирования содержимого */
    align-items: center; /* центрируем содержимое кнопки */
    position: fixed;
    top: 20px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 9991;
  }
  /* добавляем "гамбургер" */
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e63a32;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }

  /* элементы меню */

  .menu__item:hover {
    background-color: #cfd8dc;
  }

  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
  }
  #menu__toggle:checked ~ body {
    overflow: hidden;
  }

  #menu__toggle:checked ~ .menu__box .line__link_secondary > a {
    box-sizing: border-box;
    padding: 15px 0;
    font-size: 24px;
    line-height: 3em;
  }

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    transition-duration: 0.25s;
  }
  .menu__box {
    transition-duration: 0.25s;
  }
  .menu__item {
    transition-duration: 0.25s;
  }

  .model__sub-title {
    padding: 15px 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    text-align: center;
  }

  .model__sub-desc {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
  }

  .otoplenie__item {
    width: 100%;
    text-align: center;
  }
  .otoplenie-title_highlite {
    display: block;
    margin: 15px;
  }
  .half {
    width: 100%;
    text-align: center;
  }
  .zik {
    padding: 15px;
  }
  .credits,
  .banks {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  .footer-devider {
  }


  .screen__callback {
    font-size: 18px;
  
}

}

#amoforms_form_1 {
  background: #e0d2d1 !important;
}

.amoforms__fields__view,
.amoforms__fields__container {
  background-color: #e0d2d1 !important;
  margin-top: 0px !important;
}

.schema-how-to-steps {
  list-style: decimal;
}
.schema-how-to-steps li {
  margin-bottom: 15px;
  padding: 5px 15px;
  border: 1px solid #fa8072;
  list-style: decimal;
  list-style-position: inside;
}

.arhive__title {
  font-size: 24px;
  padding: 15px;
}

.arhive__in-category {
  font-size: 18px;
  padding: 15px;
}

.arhive__post-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.arhivprev {
  width: 30%;
  min-width: 340px;
  padding: 15px;
  margin: 15px;
  border: 1px solid #e0d2d1;
}

.arhivprev img {
  width: 100%;
  height: 100%;
}

.newsblocktitle {
  text-decoration: none;
  font-size: 18px;
  padding: 10px 0;
  color: #e63a32;
}

.newsblocktitle a {
  text-decoration: none;
  color: #e63a32;
}

.arhive__pext {
  text-align: justify;
  line-height: 1.5;
  font-size: 14px;
  padding-top: 15px;
  height: 110px;
  overflow: hidden;
}

.arhive__more {
  padding-top: 15px;
}

.arhive__more-icon {
  background: url(img/more.svg) 0px 0px no-repeat;
  background-size: 18px;
  padding-left: 25px;
  text-decoration: none;
  color: #663333;
}
.arhive__more-icon:hover {
  color: #ffffff;
}

.arhive__newsblock {
}

@media (max-width: 760px) {
  .arhivprev {
    width: 46%;
    min-width: auto;
    padding: 15px;
    margin: 15px;
    border: 1px solid #e0d2d1;
  }
  .ruler h3 {
    width: 100%;
  }
  .model__grid {
    display: flex;
 flex-direction: column;  
  }

  .model__header h2 {
    font-size: 18px;
    text-align: center;
  }
  .accordion {
    font-size: 20px;
  }
  .callme {   
    font-size: 20px;
}
}

@media screen and (max-width: 475px) {
  .screen__title {
    font-size: 38px;
  }
  .screen__desc {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
  }
  .front__title_big {
    font-size: 16px;
  }
  .front__title_compact-big {
    font-size: 26px;
  }
  .star {
    display: none;
  }

  .otoplenie-title {
    font-size: 18px;
  }

  .get-project {
    width: 100%;
    margin: 0 auto;
  }
  .callme {
    width: 100%;
    min-width: 100%;
  }
  .director__photo {
    width: 100%;
    max-width: 100%;
  }
  .director__meta {
    width: 100%;
  }
  .callme {
    font-size: 24px;
    padding: 27px 0 22px;
  }
  .director__upper-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 590px) {
  .screen__title {
    font-size: 40px;
  }
  .screen__desc {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
  }
  .review__author {   
    display: block;
  
}




}

@media screen and (max-width: 475px) {
  .screen__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 360px) {
  .screen__title {
    font-size: 32px;
  }

  .screen__focus {
    font-weight: bold;
    display: block;
    line-height: 1.4;
  }

  .screen__callback {
    font-size: 24px;
  }
  .callme {
    font-size: 20px;
    padding: 27px 0 22px;
  }
}
