@charset "UTF-8";
/* АДАПТИВНЫЙ ДИЗАЙН */
/***********************************************************************/
@media (max-width: 1239px) {
  .container {
    width: 980px;
  }
}
.header_main-menu li a {
  padding: 10px;
}

/*.main-page_pic-expression {
    background: linear-gradient(to right, rgba(255,255,255,1) calc(((100% - 980px) / 2) + 180px), rgba(255,255,255,0) 60%);
}*/
.main-page_advantages_info-element {
  flex: 0 0 440px;
  margin-bottom: 20px;
}

.main-page_about-us_info-element-1 {
  font-size: 54px;
}

.main-page_our-team {
  height: 890px;
}

.main-page_our-team_info-element {
  flex: 0 0 440px;
  margin-bottom: 20px;
}

.products-page_img-block {
  height: 216px;
}

.item-page_img-block {
  flex: 0 0 432px;
}

/*.item-page_img-block_big-image {*/
/*    height: 432px;*/
/*}*/
/*.item-page_text-block {*/
/*    flex: 0 0 500px;*/
/*}*/
.youtube-modal-wrapper {
  width: 65%;
  padding-bottom: 39.6%;
}

.our-shops-page_link-element {
  flex: 0 0 170px;
}

.our-shops-page_addresses-links {
  width: 300px;
}

.footer_links-block {
  width: 500px;
}

/**********************************************************************/
@media (max-width: 1023px) {
  .text-image_right {
    max-width: inherit;
  }
  .text-image_left {
    max-width: inherit;
  }
  .container {
    width: 725px;
  }
  /*.main-page_pic-expression {
      background: linear-gradient(to right, rgba(255,255,255,1) calc(((100% - 725px) / 2) + 90px), rgba(255,255,255,0) 60%);
  }*/
  .header_main-menu {
    padding-right: 10px;
  }
  .main-menu_navigation {
    display: none;
  }
  .main-page_banner-plaque img {
    padding-left: 50px;
    width: 300px;
  }
  /*.main-page_expression-block {
      margin-left: 40px;
  }
  .expression-block_expression-header {
      font-size: 24px;
  }
  .expression-block_expression-header span {
      font-size: 48px;
  }*/
  /* Стили для мобильного меню */
  .main-menu_burger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border: solid 2px transparent;
    border-radius: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 3px 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  .main-menu_burger hr {
    border: solid 2px transparent;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    margin: inherit;
    transition: 0.3s;
  }
  .main-menu_burger.active {
    border: solid 2px rgba(0, 0, 0, 0.6);
  }
  .main-menu_burger.active .hr-2 {
    display: none;
  }
  .main-menu_burger.active .hr-1 {
    transform: rotate(45deg);
    background-color: #E31E24;
  }
  .main-menu_burger.active .hr-3 {
    transform: rotate(-45deg);
    margin-top: -30px;
    background-color: #E31E24;
  }
  /*.main-page_pic-expression {
      height: 45vh;
  }*/
  .main-page_about-us_string img {
    float: none;
    padding: 0px 0 10px 0;
  }
  .main-page_advantages h2 {
    font-size: 38px;
    width: auto;
  }
  .main-page_advantages_info-element {
    flex: 0 0 285px;
  }
  .main-page_about-us {
    height: 900px;
  }
  .main-page_about-us h2 {
    font-size: 38px;
  }
  .main-page_about-us_info-block {
    flex-wrap: wrap;
  }
  .main-page_about-us_info-element-1 {
    flex: 0 0 48%;
  }
  .main-page_about-us_info-element-2 {
    flex: 0 0 48%;
    line-height: 1.6;
    padding-top: 15px;
    margin-bottom: 50px;
  }
  .main-page_about-us_info-element-3 {
    flex: 0 0 100%;
  }
  .main-page_our-team {
    height: 960px;
  }
  .main-page_our-team h2 {
    font-size: 38px;
    width: auto;
  }
  .main-page_our-team_info-element {
    flex: 0 0 245px;
  }
  .main-page_catalog-link-text {
    font-size: 32px;
  }
  .main-page_feedback-form h2 {
    font-size: 38px;
  }
  .main-page_feedback-form form {
    width: 98%;
  }
  .products-page_category-element {
    width: 340px;
  }
  .products-page_category-element:nth-child(3n) {
    margin-right: 15px;
  }
  .products-page_category-element:nth-child(2n) {
    margin-right: 0;
  }
  .products-page_img-block {
    height: 250px;
  }
  .category-page_item-element {
    flex-wrap: wrap;
    justify-content: center;
  }
  .category-page_img-block {
    flex: 0 0 220px;
    min-height: 220px;
  }
  .category-page_img-block img {
    padding: 10px;
  }
  .category-page_characteristics {
    margin: 10px 0 15px;
  }
  .item-page_img-block {
    flex: 0 0 327px;
  }
  .item-page_text-block {
    flex: 0 0 355px;
  }
  .service-page_centers-toggler ul li {
    flex-grow: 1;
    padding: 5px 8px;
  }
  .video-page_video iframe {
    width: 350px;
    height: 196px;
  }
  .video-page_video {
    padding-right: 20px;
  }
  .video-page_info-block h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .video-page_info-block p {
    font-size: 14px;
  }
  .our-shops-page_link-element {
    flex: 0 0 153px;
  }
  .our-shops-page_addresses-links {
    width: 240px;
  }
  .our-shops-page_addresses-links-element {
    font-size: 12px;
  }
  .our-shops-page_other-cities-links {
    right: -70px;
  }
  footer .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_links-block {
    width: 390px;
  }
  .footer_youtube-block a.youtube {
    width: 88px;
    padding-right: 10px;
  }
  .footer_youtube-block a.instagram {
    margin-right: 20px;
  }
  .footer_youtube-block a.instagram img {
    height: 20px;
  }
  .footer_youtube-block a.instagram .title {
    font-size: 20px;
  }
  .footer_youtube-block .footer_qr-code {
    width: 70px;
    height: 70px;
    padding: 5px;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
  }
  .youtube-modal-wrapper {
    width: 75%;
    padding-bottom: 45.6%;
  }
}
/**********************************************************************/
@media (max-width: 768px) {
  .container {
    width: 95%;
  }
  .header_logo a {
    width: auto;
  }
  .header_logo img {
    width: 170px;
  }
  .header_slogan {
    padding-left: 24px;
    font-size: 16.5px;
  }
  .header_slogan span {
    font-size: 25px;
  }
  .header_block {
    height: 70px;
  }
  .main-page_banner-line {
    margin-top: 70px;
  }
  .main-page_banner-plaque img {
    padding-left: 20px;
    width: 200px;
  }
  /*.main-page_pic-expression {
      background: linear-gradient(to right, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 60%);
  }*/
  .main-menu_mobile {
    max-height: calc(100vh - 70px);
  }
  .main-menu_mobile.active {
    top: 70px;
  }
  /*.main-page_pic-expression {
      height: 25vh;
      margin-top: 70px;
      padding: 30px 0;
  }*/
  .service-page,
  .about-page,
  .partner_page,
  .contact-page,
  .products-page,
  .category-page,
  .item-page,
  .video-page,
  .our-shops-page {
    margin-top: 70px;
  }
  .main-page_advantages,
  .main-page_about-us,
  .main-page_our-team,
  .main-page_feedback-form {
    height: auto;
    padding: 20px 0;
  }
  .main-page_advantages h2,
  .main-page_about-us h2,
  .main-page_our-team h2 {
    font-size: 28px;
  }
  .main-page_about-us_string img {
    max-width: inherit;
  }
  .main-page_advantages_info-element,
  .main-page_our-team_info-element {
    flex: 0 0 80%;
    margin-bottom: 30px;
  }
  .main-page_about-us_info-block {
    margin-top: 30px;
  }
  .main-page_about-us_info-element-1,
  .main-page_about-us_info-element-2 {
    flex: 0 0 100%;
  }
  .main-page_about-us_info-element-1 {
    font-size: 32px;
    text-align: center;
    line-height: 1.4;
  }
  .main-page_catalog-link-text {
    font-size: 22px;
  }
  .main-page_feedback-form form {
    margin-top: 20px;
  }
  .main-page_feedback-form .input-block {
    flex-wrap: wrap;
  }
  .main-page_feedback-form .input-block input {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .main-page_feedback-form .input-block input:last-child {
    margin-bottom: 0;
  }
  .main-page_feedback-form textarea {
    margin-top: 10px;
  }
  .products-page_categories {
    justify-content: space-around;
  }
  .products-page_category-element {
    width: 528px;
    margin-right: 0;
  }
  .products-page_category-element:nth-child(3n) {
    margin-right: 0;
  }
  .products-page_img-block {
    height: 423px;
  }
  .category-page_characteristics {
    -moz-columns: 1;
         columns: 1;
  }
  .item-page_info-block {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .item-page_img-block {
    flex: 0 0 437px;
    margin-bottom: 15px;
  }
  .item-page_text-block {
    flex: 0 0 100%;
  }
  .service-page_img-map {
    flex-wrap: wrap;
  }
  .service-page_img {
    flex: 0 0 100%;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .service-page_service-center address h3 {
    padding-right: 125px;
  }
  .service-page_visitka-link {
    width: 117px;
    height: 30px;
    font-size: 12px;
  }
  .service-page_visitka-link a {
    text-align: center;
  }
  .service-page_map {
    flex: 0 0 100%;
    padding: 0 15px;
    height: 400px;
  }
  .video-page_element {
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
  }
  .video-page_video {
    padding-right: 0;
    width: 100%;
    position: relative;
    padding-bottom: 54.8%;
    height: 0;
    overflow: hidden;
  }
  .video-page_video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .our-shops-page_link-element {
    flex: 0 0 30%;
    margin-right: 1%;
  }
  .our-shops-page_city-links {
    flex-wrap: wrap;
  }
  .our-shops-page_map-block {
    display: block;
    height: auto;
  }
  .our-shops-page_maps {
    margin-top: 10px;
    height: 300px;
  }
  .our-shops-page_addresses-links {
    width: 100%;
    height: auto;
    max-height: 230px;
    border-right: none;
    margin-top: 10px;
  }
  .our-shops-page_addresses-links-element {
    padding: 5px;
  }
  .our-shops-page_other-cities-links {
    right: -130px;
    -moz-column-count: 2;
         column-count: 2;
  }
  .our-shops-page_city-links .city {
    padding: 10px 21px;
  }
  footer .container {
    /*justify-content: space-around;*/
  }
  .footer_info-line {
    display: block;
  }
  .footer_links-block {
    justify-content: space-evenly;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer_youtube-block {
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer_copyright {
    text-align: center;
  }
  .youtube-modal-wrapper {
    width: 90%;
    padding-bottom: 56%;
  }
  .youtube-modal-wrapper iframe {
    top: 12%;
    height: 83%;
  }
}
/**********************************************************************/
@media (max-width: 570px) {
  p {
    text-align: left;
  }
  li {
    text-align: left;
  }
  .container {
    width: 98%;
  }
  .header_logo img {
    width: 140px;
  }
  .header_block {
    height: 55px;
  }
  .header_slogan {
    padding-left: 15px;
    font-size: 12px;
  }
  .header_slogan span {
    font-size: 18px;
  }
  .main-page_banner-line {
    margin-top: 55px;
  }
  .main-menu_mobile {
    max-height: calc(100vh - 55px);
  }
  .main-menu_mobile.active {
    top: 55px;
  }
  .main-page_advantages h1 {
    font-size: 26px;
  }
  /*.main-page_pic-expression {
      height: 20vh;
      margin-top: 55px;
      padding: 20px 0;
  }*/
  .service-page,
  .about-page,
  .partner_page,
  .contact-page,
  .products-page,
  .category-page,
  .item-page,
  .video-page,
  .our-shops-page {
    margin-top: 55px;
  }
  .expression-block_expression-header {
    font-size: 16px;
  }
  .expression-block_expression-header span {
    font-size: 34px;
  }
  .expression-block_more-button {
    margin-top: 20px;
  }
  .main-page_advantages h2,
  .main-page_about-us h2,
  .main-page_our-team h2 {
    font-size: 20px;
  }
  .main-page_advantages_info-element,
  .main-page_our-team_info-element {
    flex: 0 0 90%;
  }
  .main-page_about-us_info-element-1 {
    font-size: 20px;
  }
  .el-3_info_header {
    font-size: 15px;
  }
  .main-page_catalog-link-text {
    font-size: 20px;
    padding-right: 10px;
  }
  .products-page_category-element {
    width: 322px;
  }
  .products-page_img-block {
    height: 217px;
  }
  .item-page_img-block {
    flex: 0 0 285px;
  }
  .partner_page {
    height: auto;
  }
  .service-page_centers-toggler ul {
    flex-wrap: wrap;
  }
  .service-page_centers-toggler ul li {
    box-sizing: border-box;
    flex: 0 0 33.33%;
  }
  .our-shops-page_button {
    font-size: 12px;
    width: 140px;
    height: 24px;
  }
  .our-shops-page_link-element a img {
    width: 100%;
    max-width: 131px;
  }
  .our-shops-page_link-element {
    flex: 0 0 44%;
  }
  .our-shops-page_other-cities-links {
    right: 0px;
    font-size: 12px;
  }
  .our-shops-page_city-links .city {
    padding: 10px 4%;
    font-size: 13px;
  }
  .our-shops-page_other-cities-links div {
    padding: 7px 5px;
  }
  .footer_links-block {
    display: block;
    text-align: center;
  }
  .youtube-modal-wrapper {
    width: 95%;
    padding-bottom: 61.9%;
  }
  .youtube-modal-wrapper iframe {
    top: 18%;
    height: 78%;
  }
}