* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}
.container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
body {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
  font-size: 16px;
  color: #4a4a4a;
}
h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 60px;
  color: #fff;
  letter-spacing: 4.5px;
}
h2 {
  font-size: 45px;
  letter-spacing: 1px;
  color: #333333;
}
h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 25px;
  color: #3c3c3c;
  letter-spacing: 1px;
  font-weight: 400;
}
h5 {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  color: #ff0000;
  letter-spacing: 1px;
  font-weight: 400;
}
h6 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px 0px 15px 0px;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
.btn {
  box-sizing: border-box;
  color: #fff;
  background-color: #ff0000;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 15px 15px;
  display: block;
  width: 240px;
  text-decoration: none;
  background-image: url(../img/strelka-btn.png);
  background-repeat: no-repeat;
  background-position: 198px 22px;
  box-shadow: 2px 2px 0px #aa0000;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #dc0000;
  text-decoration: none;
  color: #ffdada;
}
/*---------------------Бургер меню----------------------===============================*/
.hidden {
  overflow: hidden !important;
}
.mobile-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 66;
}
.mobile-nav ul {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem !important;
  border-bottom-color: transparent;
}
.mobile-nav ul li a {
  position: relative;
}
.mobile-nav ul li a:hover {
  background: transparent !important;
  color: #3d3d3d !important;
}
.mobile-nav ul li a:hover:before {
  width: 100%;
}
.mobile-nav ul li a:active {
  color: #ee7623 !important;
  background: transparent !important;
}
.mobile-nav ul li a:active:before {
  width: 100%;
}
.mobile-nav ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #65ac31;
  transition: width .2s;
}
.mobile-nav .menu-activ {
  color: #ee7623!important;
  background: transparent!important;
}
.nav-toggler {
  width: 30px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 999;
}
.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 2px;
  background-color: #333;
  margin: 3px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}
/*Бургер меню конец===============================================*/
.header-btn {
  margin-top: 45px;
  margin-bottom: 30px;
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
header .container {
  padding: 0;
}
header .container .tel {
  padding-right: 15px;
}
.logo {
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  align-items: flex-start;
  padding: 35px 58px 35px 45px;
}
.logo img {
  margin-right: 17px;
  margin-top: 5px;
}
.logo p {
  max-width: 105px;
  margin: 2px 0px 0px;
}
.logo p span {
  display: block;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tel a {
  color: #ff0000;
  font-size: 17px;
  text-decoration: none;
  background-image: url(../img/tel.png);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: 0px 2px;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.row-logo {
  justify-content: space-between;
  align-items: center;
}
.row-menu {
  padding: 15px 32px 1px;
  position: relative;
}
.row-menu nav ul {
  display: flex;
  justify-content: flex-end;
}
.row-menu nav li {
  padding: 18px;
}
.row-menu nav .active {
  font-weight: 700;
  position: relative;
}
.row-menu nav a {
  font-size: 17px;
  color: #424242;
  text-decoration: none;
  padding: 5px 5px 10px;
  display: block;
  position: relative;
}
.row-menu nav a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #424242;
  left: 50%;
  bottom: 0px;
  margin-left: -50%;
  transition: all 0.4s;
  opacity: 0;
}
.row-menu nav a:hover::after {
  opacity: 1;
}
.one_screen .container {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  justify-content: space-between;
  padding-bottom: 180px;
}
.one_screen .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #402c2c;
  opacity: 0.3;
  display: block;
  z-index: 1;
}
.one_screen .container h1 {
  margin-top: 93px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.one_screen .container .header_title {
  margin-left: 35px;
  max-width: 670px;
}
.one_screen .container .header_title p {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  letter-spacing: 1px;
}
.skrol {
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -9px;
  z-index: 5;
}
.header_title,
.header_video {
  position: relative;
  z-index: 5;
}
.header_video a {
  text-decoration: none;
}
.video-img {
  margin-top: 135px;
  margin-right: 35px;
  position: relative;
  text-align: right;
}
.video-img p {
  color: #fff;
  text-decoration: none;
}
.video-img img {
  width: 260px;
  height: 190px;
  object-fit: cover;
}
.video-img::before {
  content: "";
  width: 80px;
  height: 80px;
  top: 65px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  background: url(../img/play.png);
  background-repeat: no-repeat;
}
.one_screen {
  margin-bottom: 235px;
}
.to-block .container {
  background-color: #f3f2f2;
}
.too-block-left h5 {
  position: relative;
}
.too-block-left h5,
.too-block-left h2 {
  padding-left: 32px;
}
.h5-linea-block {
  align-items: center;
  margin-bottom: 15px;
}
.h5-linea-block h5 {
  margin: 0;
}
.h5-linea {
  width: 100px;
  height: 2px;
  background-color: red;
  margin-left: 20px;
}
.too-block-left h2 {
  height: 246px;
}
.too-block-right {
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
.too-block-right img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.too-block-right .left-b-items {
  width: 50%;
  height: 300px;
}
.icon-red-bg img {
  width: 50px;
  height: auto;
  margin-bottom: 15px;
}
.icon-red-bg {
  box-sizing: border-box;
  color: #fff;
  background-color: #ff0000;
  padding: 40px 10px 40px 20px;
}
.icon-red-bg h6 {
  max-width: 240px;
  line-height: 1.6;
  position: relative;
  padding-bottom: 50px;
}
.icon-red-bg h6::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #fff;
  width: 70px;
  height: 2px;
}
.lb-aticl {
  padding: 20px 10px;
  box-sizing: border-box;
}
.lb-aticl a {
  color: red;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  text-decoration: none;
  letter-spacing: 1px;
  padding-right: 50px;
  background: url(../img/strelka2.png) no-repeat;
  background-position: right 8px;
}
.row-right1,
.row-right2 {
  width: 100%;
}
.right-img2 img {
  min-height: 300px;
  object-fit: cover;
}
.too-block-left,
.too-block-right {
  margin-top: -65px;
  width: 50%;
}
.too-b-l-img img {
  width: 100%;
  max-width: 630px;
  margin-bottom: -30px;
}
.dark .container {
  background-color: #353535;
  padding: 60px 48px 35px;
}
.dark .container h2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 40px;
}
.dark .container .linea {
  width: 100px;
  height: 2px;
  background-color: red;
  margin-left: 20px;
}
.dark .container .row-h2-why {
  align-items: center;
  margin-bottom: 40px;
}
.row-icon-block-why {
  justify-content: space-between;
}
.row-icon-block-why .icon-block-why {
  max-width: 270px;
  border: 1px solid #797979;
  padding: 60px 15px 90px;
  box-sizing: border-box;
  background-color: #4a4a4a;
  transition: background-color 0.4s;
  margin: 0px 5px;
}
.row-icon-block-why .icon-block-why:first-child {
  margin-left: 0px;
}
.row-icon-block-why .icon-block-why:last-child {
  margin-right: 0px;
}
.row-icon-block-why .icon-block-why:hover {
  background-color: #656565;
}
.row-icon-block-why .icon-block-why .img-icon-why {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.row-icon-block-why .icon-block-why p {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
#close {
  padding: 70px 0px;
}
.row-title-close {
  text-align: center;
  line-height: 1;
  max-width: 938px;
  margin: 0 auto -3px;
}
.row-title-close img {
  width: 100%;
}
.triger-img-blok:nth-child(even) {
  margin-top: 50px;
}
.triger-img-blok {
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 305px;
  height: 400px;
  padding: 30px 20px 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.triger-img-blok::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.84) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.84) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.84) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d6000000', GradientType=0);
}
.triger-img-blok .metr {
  color: red;
  font-size: 25px;
  padding-left: 45px;
  background-image: url(../img/red-strelka2.png);
  background-repeat: no-repeat;
  background-position: 0 12px;
  margin-bottom: 8px;
}
.triger-img-blok .value {
  font-size: 23px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
}
.shadov-block {
  z-index: 5;
}
.triger1 {
  background-image: url(../img/sckul.jpg);
}
.triger2 {
  background-image: url(../img/pirogi.jpg);
}
.triger3 {
  background-image: url(../img/piza.jpg);
}
.triger4 {
  background-image: url(../img/fitnes.jpg);
}
#last-blok .container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0px;
  background-color: #3c3c3c;
}
.last-b-right {
  flex-wrap: wrap;
  justify-content: space-around;
}
.last-b-left,
.last-b-right {
  width: 50%;
}
.last-b-left {
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: flex-end;
  align-items: center;
}
.last-b-left h4 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.last-b-left h4::after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: red;
  position: absolute;
  left: 0;
  bottom: 0;
}
.last-b-left .comfort-blok {
  background-color: #fff;
  max-width: 570px;
  height: 260px;
  padding: 30px 25px 30px 30px;
  align-items: center;
}
.last-b-right {
  padding: 60px 10px 10px;
  max-width: 560px;
  margin: 0 auto;
}
.house {
  margin-bottom: 40px;
}
.comfort-text span {
  color: red;
}
.house {
  position: relative;
  overflow: hidden;
}
.house img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  padding: 0;
}
.overlay1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.4s;
  cursor: pointer;
  margin-bottom: 4px;
}
.overlay1:hover {
  opacity: 0.1;
}
footer {
  background-color: #ececec;
  padding: 40px 0px;
}
footer .row-menu {
  padding: 0px;
}
footer .tel {
  padding-right: 20px;
}
footer .row-menu nav .active {
  color: red;
}
footer .container {
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}
@media (max-width: 1120px) {
  footer .row-menu nav li {
    padding: 8px;
  }
}
@media (max-width: 1010px) {
  .house img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .to-block .container {
    flex-direction: column;
  }
  .too-block-left,
  .too-block-right {
    margin-top: -65px;
    width: 100%;
  }
  .too-block-right {
    margin-top: 10px;
  }
  .too-b-l-img {
    display: none;
  }
  .too-block-left h2 {
    height: auto;
  }
  .one_screen {
    margin-bottom: 150px;
  }
  .row-icon-block-why {
    /*На сером фоне иконки*/
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .row-icon-block-why .icon-block-why {
    max-width: 270px;
    margin: 0px 30px 50px;
  }
  .row-icon-block-why .icon-block-why:last-child {
    margin-right: 30px;
  }
  .row-icon-block-why .icon-block-why:first-child {
    margin-left: 30px;
  }
  .block-triger-img {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .triger-img-blok:nth-child(even) {
    margin-top: 0px;
  }
  .row-title-close {
    padding: 0 15px;
    margin: 0 auto 40px;
  }
  #last-blok .container {
    flex-direction: column;
  }
  .last-b-left,
  .last-b-right {
    width: 100%;
  }
  .last-b-left {
    padding: 80px 0px;
  }
  .house img {
    width: 230px;
    height: 230px;
    object-fit: cover;
    padding: 0;
  }
  footer .container {
    flex-direction: column;
  }
  footer .tel {
    padding-right: 0px;
    margin-top: 20px;
  }
  .row-menu nav ul {
    justify-content: center;
  }
  .row-menu nav li {
    padding: 8px;
  }
  .row-menu {
    padding: 20px 15px 10px;
  }
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .popap .popap_window {
    width: 400px;
    height: 253px;
  }
  h1 {
    font-size: 45px;
  }
  .one_screen .container {
    flex-direction: column;
  }
  .video-img {
    margin-top: 30px;
    margin-right: 0px;
    text-align: center;
  }
  .skrol {
    display: none;
  }
  .one_screen .container {
    padding-bottom: 70px;
  }
  .one_screen .container h1 {
    margin-top: 40px;
  }
  .logo {
    padding: 25px;
  }
  h2 {
    font-size: 35px;
    letter-spacing: 0.5px;
  }
  .too-block-left h5,
  .too-block-left h2 {
    padding-left: 0px;
  }
  .h5-linea {
    width: 70px;
  }
  .left-b-items p {
    font-size: 14px;
  }
  .dark .container h2 {
    font-size: 35px;
  }
  .dark .container .linea {
    display: none;
  }
  .last-b-left {
    padding: 0px;
  }
  .last-b-left .comfort-blok {
    max-width: 100%;
    height: auto;
    padding: 0px 25px 50px 25px;
    align-items: center;
  }
  .nav-toggler {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 30px;
  }
  .navigation {
    display: none;
  }
  footer nav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .logo img {
    margin-right: 10px;
    width: 50px;
    height: auto;
  }
  .logo p span {
    font-size: 14px;
  }
  .logo p {
    font-size: 12px;
  }
  .logo {
    padding: 15px 5px;
  }
  .tel a {
    color: #ff0000;
    font-size: 14px;
    background-image: url(../img/tel.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 0px 2px;
    padding-left: 20px;
    padding-top: 0px;
  }
  .one_screen .container .header_title {
    margin-left: 0px;
    max-width: 670px;
  }
  .one_screen .container {
    padding-bottom: 30px;
  }
  .row-right1,
  .row-right2 {
    flex-direction: column;
  }
  .too-block-right .left-b-items {
    width: 100%;
  }
  .row-right2 .left-b-items {
    height: auto;
    padding: 30px 0px;
  }
  .right-img2 {
    display: none;
  }
  .dark .container {
    background-color: #353535;
    padding: 30px 15px 35px;
  }
  .comfort-blok {
    flex-direction: column;
  }
  .comfort-btn {
    margin-top: 30px;
  }
  .last-b-left .comfort-blok {
    padding: 0px 15px 50px 15px;
  }
  .row-icon-block-why .icon-block-why:first-child {
    margin-left: 0px;
  }
  .row-icon-block-why .icon-block-why:last-child {
    margin-right: 0px;
  }
  .row-icon-block-why .icon-block-why {
    margin: 0px 0px 50px;
  }
}
@media (max-width: 380px) {
  .popap .popap_window {
    width: 300px;
    height: 190px;
  }
  footer nav ul {
    flex-direction: column;
    text-align: center;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  .tel a {
    background-image: none;
    background-repeat: no-repeat;
    padding-left: 0px;
  }
  .triger-img-blok {
    height: 350px;
  }
}
/*# sourceMappingURL=style.css.map */