@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,500;0,600;0,700;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,500;0,600;0,700;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:betore, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  widows: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-trxt-size-adjust: 100%; }

input, button, textarea {
  display: yes; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }

li {
  list-style-type: none; }

* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:betore, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  widows: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-trxt-size-adjust: 100%; }

input, button, textarea {
  display: yes; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }

li {
  list-style-type: none; }

header {
  position: relative; }
  @media (max-width: 952px) {
    header .header__burger-menu {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px; }
      header .header__burger-menu img {
        width: 40px;
        height: 40px; } }

.header {
  margin: 0 auto;
  max-width: 1400px;
  background-color: #e8e8e8;
  height: 80px; }
  .header__burger-menu {
    display: none; }
  .header__wrapper._on {
    display: block;
    margin: 0 0 0 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s; }
  .header__wrapper {
    font-weight: 300;
    padding: 5px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (max-width: 952px) {
      .header__wrapper {
        padding: 20px 0 10px 20px;
        display: none;
        display: block;
        margin: -500px 0 0 0;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
        background-color: #e8e8e8;
        background-color: #fff; } }
  .header__logo {
    width: 200px;
    height: 70px; }
    @media (max-width: 952px) {
      .header__logo {
        max-width: 400px;
        height: 140px; } }
    .header__logo img {
      width: 200px;
      height: 70px; }
      @media (max-width: 952px) {
        .header__logo img {
          width: 400px;
          height: 140px; } }
      @media (max-width: 472px) {
        .header__logo img {
          max-width: 200px;
          height: 75px; } }
  .header__catalog {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    cursor: pointer; }
    @media (max-width: 952px) {
      .header__catalog {
        max-width: 200px;
        font-size: 25px;
        margin: 15px 0 0 0; } }
    .header__catalog p:hover {
      color: #ea2774; }
  .header__menu-catalog {
    z-index: 2;
    display: none;
    position: absolute;
    top: 30px;
    left: -20px;
    width: 150px;
    height: 150px;
    background-color: #e8e8e8;
    -webkit-box-shadow: 2px 0 3px #6d6d6d;
    box-shadow: 2px 0 3px #6d6d6d; }
    @media (max-width: 952px) {
      .header__menu-catalog {
        border: 1px solid #b9b9b9;
        width: 250px;
        height: 200px;
        top: 10px;
        left: 200px;
        z-index: 2;
        background-color: #fff; } }
    @media (max-width: 481px) {
      .header__menu-catalog {
        left: 0px;
        position: relative;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s; } }
    .header__menu-catalog P {
      line-height: 20px;
      padding: 3px 0 0 10px; }
      @media (max-width: 952px) {
        .header__menu-catalog P {
          margin: 0px 0 10px 0; } }
  .header__menu-text {
    padding: 16px 0 0 0; }
  .header__catalog-close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 11px; }
  .header__services {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    cursor: pointer; }
    @media (max-width: 952px) {
      .header__services {
        font-size: 25px;
        margin: 15px 0 0 0;
        max-width: 200px; } }
    .header__services p:hover {
      color: #ea2774; }
  .header__menu-services {
    z-index: 2;
    display: none;
    position: absolute;
    top: 30px;
    left: -20px;
    width: 150px;
    height: 150px;
    background-color: #e8e8e8;
    -webkit-box-shadow: 2px 0 3px #6d6d6d;
    box-shadow: 2px 0 3px #6d6d6d; }
    @media (max-width: 952px) {
      .header__menu-services {
        border: 1px solid #b9b9b9;
        width: 250px;
        height: 200px;
        top: 10px;
        left: 200px;
        z-index: 2;
        background-color: #fff; } }
    @media (max-width: 481px) {
      .header__menu-services {
        left: 0px;
        position: relative;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s; } }
    .header__menu-services P {
      line-height: 18px;
      margin: 0px 0 0 0;
      padding: 3px 0 0 10px; }
      @media (max-width: 952px) {
        .header__menu-services P {
          margin: 0px 0 3px 0;
          line-height: 25px; } }
  .header__services-close2 {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 11px; }
  .header__services-text {
    padding: 15px 0 0 0; }
  .header__guarantee {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media (max-width: 952px) {
      .header__guarantee {
        font-size: 25px;
        margin: 15px 0 0 0;
        max-width: 200px; } }
    .header__guarantee p:hover {
      color: #ea2774; }
  .header__company {
    position: relative;
    cursor: pointer;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media (max-width: 952px) {
      .header__company {
        font-size: 25px;
        margin: 15px 0 0 0;
        max-width: 200px; } }
    .header__company p:hover {
      color: #ea2774; }
  .header__menu-company {
    z-index: 2;
    display: none;
    position: absolute;
    top: 30px;
    left: -20px;
    width: 150px;
    height: 70px;
    background-color: #e8e8e8;
    -webkit-box-shadow: 2px 0 3px #6d6d6d;
    box-shadow: 2px 0 3px #6d6d6d; }
    @media (max-width: 952px) {
      .header__menu-company {
        border: 1px solid #b9b9b9;
        width: 250px;
        height: 100px;
        top: 10px;
        left: 200px;
        z-index: 2;
        background-color: #fff; } }
    @media (max-width: 481px) {
      .header__menu-company {
        left: 0px;
        position: relative;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s; } }
    .header__menu-company P {
      line-height: 18px;
      margin: 0px 0 0 0;
      padding: 3px 0 0 10px; }
      @media (max-width: 952px) {
        .header__menu-company P {
          margin: 0px 0 10px 0; } }
  .header__company-close3 {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 11px; }
  .header__company-text {
    padding: 15px 0 0 0; }
  .header__contact {
    position: relative;
    cursor: pointer;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media (max-width: 952px) {
      .header__contact {
        margin: 15px 0 15px 0;
        font-size: 25px;
        max-width: 200px; }
        .header__contact p {
          margin: 0 0 15px 0; } }
    .header__contact p:hover {
      color: #ea2774; }
  .header__menu-contact {
    z-index: 2;
    display: none;
    position: absolute;
    top: 30px;
    left: -20px;
    width: 150px;
    height: 120px;
    background-color: #e8e8e8;
    -webkit-box-shadow: 2px 0 3px #6d6d6d;
    box-shadow: 2px 0 3px #6d6d6d; }
    @media (max-width: 952px) {
      .header__menu-contact {
        border: 1px solid #b9b9b9;
        width: 250px;
        height: 150px;
        top: 10px;
        left: 200px;
        z-index: 2;
        background-color: #fff; } }
    @media (max-width: 481px) {
      .header__menu-contact {
        left: 0px;
        position: relative;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s; } }
    .header__menu-contact P {
      line-height: 20px;
      margin: 0px 0 0 0;
      padding: 3px 0 0 10px; }
      @media (max-width: 952px) {
        .header__menu-contact P {
          line-height: 27px; } }
  .header__contact-close4 {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 11px; }
  .header__contact-text {
    padding: 17px 0 0 0; }
  .header__callmaster {
    border-radius: 10px;
    background-color: #ea2774;
    width: 150px;
    height: 50px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .header__callmaster p {
      width: 150px;
      height: 50px;
      padding: 17px 0 0 0;
      text-align: center;
      color: #fff;
      font-weight: 400; }
  .header__callmaster:hover {
    background-color: #fff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .header__callmaster:hover p {
      color: #ea2774; }
  .header__number {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #ea2774;
    font-weight: 500; }
    @media (max-width: 952px) {
      .header__number {
        font-size: 25px;
        margin: 15px 0 15px 0; } }

body {
  background-image: url(../img/потолок.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 100%; }
  @media (min-height: 1020px) {
    body {
      background-size: auto 100%; } }
  @media (max-width: 867px) {
    body {
      background-size: auto 1750px; } }
  @media (max-width: 321px) {
    body {
      background-size: auto 1950px; } }
  body a {
    color: inherit; }

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

main {
  max-width: 1400px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.body-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 100px 0 0 0;
  margin: 0 0 50px 0; }

.body-block {
  margin: 0 10px;
  -webkit-box-shadow: 0 0 10px 5px #ffffff7e;
  box-shadow: 0 0 10px 5px #ffffff7e;
  background-color: #ffffff7e; }
  .body-block__title h1 {
    font-size: 60px;
    font-weight: 700; }
    @media (max-width: 432px) {
      .body-block__title h1 {
        font-size: 40px; } }
  .body-block__title p {
    font-size: 25px;
    font-weight: 300; }
  .body-block__title span {
    font-size: 35px;
    font-weight: 600; }
  .body-block__title .body-block__span {
    font-size: 25px;
    font-weight: 500; }
  .body-block__subtitle {
    padding: 60px 0 0 0; }
    .body-block__subtitle h2 {
      font-size: 30px;
      font-weight: 700;
      margin: 0 0 10px 0; }
      @media (max-width: 432px) {
        .body-block__subtitle h2 {
          font-size: 40px; } }
    .body-block__subtitle p {
      font-size: 20px;
      font-weight: 300; }
  .body-block__call {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 10px;
    margin: 40px 0 20px 0;
    background-color: #ea2774;
    width: 200px;
    height: 50px; }
    .body-block__call p {
      padding: 15px 0 0 0;
      font-size: 20px;
      text-align: center;
      color: #fff; }
  .body-block__call:hover {
    background-color: #fff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .body-block__call:hover p {
      color: #ea2774;
      font-weight: 400; }

.body-block2 {
  margin: 0 10px;
  -webkit-box-shadow: 0 0 10px 5px #ffffff7e;
  box-shadow: 0 0 10px 5px #ffffff7e;
  background-color: #ffffff7e; }
  @media (max-width: 822px) {
    .body-block2 {
      margin: 50px 0 0 0; } }
  .body-block2 img {
    width: 75px;
    height: 75px; }
  .body-block2 p {
    padding: 0 0 0 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
    font-weight: 400; }
  .body-block2__title h2 {
    font-size: 60px;
    font-weight: 700; }
    @media (max-width: 432px) {
      .body-block2__title h2 {
        font-size: 40px;
        padding: 0 0 0 10px; } }
  .body-block2__advantages span {
    color: #cf2468;
    font-weight: 900; }
  .body-block2__smell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px; }
  .body-block2__guarantee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px; }
  .body-block2__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px; }
  .body-block2__froze {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.body-container2__title:hover {
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.body-container2__title {
  background-color: #ffffff7e;
  -webkit-box-shadow: 0 0 10px 5px #ffffff7e;
  box-shadow: 0 0 10px 5px #ffffff7e;
  max-width: 335px;
  font-size: 30px; }
  .body-container2__title h2 {
    max-width: 330px;
    border-bottom: 4px dotted #ea2774;
    cursor: pointer;
    font-weight: 500; }
    @media (max-width: 432px) {
      .body-container2__title h2 {
        padding: 0 0 0px 10px; } }

.main-wrapper {
  width: 100%;
  overflow: hidden; }

.main-rotobox {
  width: 100%;
  position: relative; }

.wrapper-foto._onFoto {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 609px) {
    .wrapper-foto._onFoto {
      top: 100px; } }

.wrapper-foto {
  position: absolute;
  top: 0px;
  left: -1420px;
  width: 100%;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.616); }
  @media (max-width: 609px) {
    .wrapper-foto {
      top: 100px; } }
  .wrapper-foto__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 0 0px 0; }
  .wrapper-foto__box2 {
    padding: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (max-width: 609px) {
      .wrapper-foto__box2 {
        display: none; } }
  .wrapper-foto__img1 {
    margin: 5px 0 10px  5px; }
    .wrapper-foto__img1 img {
      width: 300px;
      -webkit-box-shadow: 5px 2px 2px;
      box-shadow: 5px 2px 2px; }
  .wrapper-foto__img2 {
    margin: 5px 0 10px  5px; }
    .wrapper-foto__img2 img {
      -webkit-box-shadow: 5px 2px 2px;
      box-shadow: 5px 2px 2px;
      width: 300px; }
  .wrapper-foto__img3 {
    margin: 5px 0 0px  5px; }
    .wrapper-foto__img3 img {
      -webkit-box-shadow: 5px 2px 2px;
      box-shadow: 5px 2px 2px;
      width: 300px; }
  .wrapper-foto__img4 {
    -webkit-box-shadow: 5px 2px 2px;
    box-shadow: 5px 2px 2px;
    margin: 5px 0 10px  5px; }
    .wrapper-foto__img4 img {
      width: 300px; }
  .wrapper-foto__img5 {
    -webkit-box-shadow: 5px 2px 2px;
    box-shadow: 5px 2px 2px;
    margin: 5px 0 10px  5px; }
    .wrapper-foto__img5 img {
      width: 300px; }
  .wrapper-foto__img6 {
    -webkit-box-shadow: 5px 2px 2px;
    box-shadow: 5px 2px 2px;
    margin: 5px 0 10px  5px; }
    @media (max-width: 873px) {
      .wrapper-foto__img6 {
        display: none; } }
    .wrapper-foto__img6 img {
      width: 300px; }
  .wrapper-foto__close {
    font-size: 20px;
    position: absolute;
    top: 2px;
    right: 5px;
    color: #fff;
    cursor: pointer; }

footer {
  background-color: #686868;
  width: 100%;
  height: 55px; }

.footer {
  color: #ffffff;
  font-weight: 400;
  padding: 15px 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer .tel {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .footer .date {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
