/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* End of Eric Meyer's CSS Reset */
html {
  height: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

@font-face {
  font-family: play;
  src: url(/wp-content/themes/r1/fonts/play/Play-Regular.ttf); }

@font-face {
  font-family: play-bold;
  src: url(/wp-content/themes/r1/fonts/play/Play-Bold.ttf); }

@font-face {
  font-family: ubuntu-bold;
  src: url(/wp-content/themes/r1/fonts/Ubuntu/Ubuntu-Bold.ttf); }

@font-face {
  font-family: Roboto-Medium;
  src: url(/wp-content/themes/r1/fonts/roboto/Roboto-Medium.ttf); }

@font-face {
  font-family: Roboto-Thin;
  src: url(/wp-content/themes/r1/fonts/roboto/Roboto-Thin.ttf); }

@font-face {
  font-family: Roboto-Light;
  src: url(/wp-content/themes/r1/fonts/roboto/Roboto-Light.ttf); }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

html {
  font-family: play;
  width: 100%;
  height: 100%; }

body {
  background: #3abec0;
  width: 100%;
  height: 100%; }

.wrapper {
  width: 1024px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%; }

.edit-link {
  position: absolute;
  right: 0;
  top: 0; }

@media screen and (max-width: 1000px) {
  .edit-link {
    display: none; } }

.header {
  background: url(/wp-content/themes/r1/img/header.jpg) no-repeat center center;
  background-size: cover;
  height: 150px;
  color: white; }
  .header__box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 150px; }
    .header__box .home__header {
      flex: 1;
      padding-top: 10px; }

@media screen and (max-width: 1250px) {
  .header__box {
    width: 950px; } }

@media screen and (max-width: 1000px) {
  .header__box {
    width: auto;
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 680px) {
  .header {
    height: 200px; }
    .header__box {
      height: 200px; } }

@media screen and (max-width: 355px) {
  .header {
    height: 282px; }
    .header__box {
      height: 282px; } }

.footer {
  height: 120px;
  background: #49586b; }
  .footer__box {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin: 0 auto; }
  .footer__tell {
    color: white;
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
    text-shadow: 3px 3px #435162; }
  .footer__mail {
    color: white;
    font-size: 14px;
    display: block; }
  .footer__contacts {
    text-align: center; }
    .footer__contacts a {
      color: white;
      transition: all 0.2s;
      text-decoration: none; }
      .footer__contacts a:hover {
        color: #ebc95e; }

@media screen and (max-width: 1250px) {
  .footer__box {
    width: auto; } }

@media screen and (max-width: 380px) {
  .footer__tell {
    font-size: 25px; } }

.home {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: url(/wp-content/themes/r1/img/bagraund.jpg) no-repeat center center;
  background-size: cower !important; }
  .home__wrap {
    width: 1000px; }
  .home__tile {
    width: 190px;
    height: 190px;
    float: left;
    background: black;
    color: white;
    padding: 20px;
    margin: 5px;
    -webkit-box-shadow: 0px 0px 38px 2px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 38px 2px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 38px 2px rgba(0, 0, 0, 0.19);
    transition: all 0.2s; }
    .home__tile:hover {
      color: white;
      text-decoration: none; }
    .home__tile-group {
      float: left;
      width: 600px;
      height: 400px; }
    .home__tile-text {
      font-family: Roboto-Light;
      font-size: 12px; }
    .home__tile_about {
      background: url(/wp-content/themes/r1/img/tile1.jpg) no-repeat -210px center;
      background-size: auto 100%;
      display: flex;
      flex-direction: column;
      transition: all 0.2s; }
      .home__tile_about .home__title {
        flex-grow: 1; }
      .home__tile_about:hover {
        background-size: auto 104%;
        background-position: -220px center; }
    .home__tile_manufacture {
      width: 390px;
      background: #e87352;
      position: relative;
      display: block;
      transition: all 0.2s; }
      .home__tile_manufacture-img {
        position: absolute;
        width: 126.66667px;
        height: 190px;
        background: red;
        top: 0;
        right: 0;
        background: url(/wp-content/themes/r1/img/manu.jpg) no-repeat left center;
        background-size: auto 100%;
        transition: all 0.2s; }
        .home__tile_manufacture-img:before {
          content: '';
          position: absolute;
          transition: all 0.2s;
          background: #e87352;
          width: 25px;
          height: 25px;
          transform: rotate(45deg);
          top: 20px;
          left: -15px; }
      .home__tile_manufacture .home__tile-text {
        width: 210px;
        display: block;
        overflow: hidden; }
      .home__tile_manufacture:hover {
        background: #e24f25; }
        .home__tile_manufacture:hover .home__tile_manufacture-img {
          background-size: auto 103%; }
          .home__tile_manufacture:hover .home__tile_manufacture-img:before {
            background: #e24f25; }
    .home__tile_production {
      background: rgba(94, 204, 154, 0.8);
      height: 390px; }
      .home__tile_production:hover {
        background: #5ecc9a; }
    .home__tile_catalog {
      background: rgba(255, 255, 255, 0.8);
      height: 390px;
      position: relative; }
      .home__tile_catalog:hover {
        background: white; }
      .home__tile_catalog-wrap {
        display: flex;
        flex-direction: column;
        height: 310px; }
      .home__tile_catalog-list {
        color: #4c4c4c;
        font-family: Roboto-Light;
        font-size: 12px;
        flex-grow: 1;
        border-bottom: 1px solid #d0dfe1;
        margin-bottom: 20px; }
      .home__tile_catalog .home__title {
        color: #4c4c4c; }
      .home__tile_catalog-tag {
        position: absolute;
        background: #3abec0;
        color: white;
        padding: 7px;
        top: 0;
        right: 0; }
      .home__tile_catalog .btn {
        align-self: flex-end; }
    .home__tile_gallery {
      width: 390px;
      background: rgba(58, 190, 192, 0.8); }
      .home__tile_gallery:hover {
        background: #3abec0; }
      .home__tile_gallery-wrap {
        display: flex;
        height: 100%; }
      .home__tile_gallery-left {
        flex: 0 0 110px;
        border-right: 1px solid white;
        text-align: center;
        padding-right: 10px; }
        .home__tile_gallery-left i {
          font-size: 45px;
          line-height: 3; }
      .home__tile_gallery .home__tile-text {
        display: flex;
        flex-direction: column;
        padding-left: 30px;
        flex: 0 1 100%; }
        .home__tile_gallery .home__tile-text p {
          flex-grow: 1;
          line-height: 1.2;
          overflow: hidden; }
    .home__tile_all {
      width: 390px;
      background: rgba(255, 255, 255, 0.8); }
      .home__tile_all:hover {
        background: white; }
      .home__tile_all .home__tile-text {
        color: #4c4c4c; }
      .home__tile_all .home__title {
        color: #4c4c4c; }
    .home__tile_calc {
      background: rgba(235, 201, 94, 0.9); }
      .home__tile_calc:hover {
        background: #ebc95e; }
      .home__tile_calc .home__tile-text {
        color: #4c4c4c; }
      .home__tile_calc .home__title {
        color: #4c4c4c; }
    .home__tile_sert {
      background: rgba(94, 204, 154, 0.8); }
      .home__tile_sert:hover {
        background: #5ecc9a; }
    .home__tile_fitback {
      background: rgba(195, 77, 127, 0.8); }
      .home__tile_fitback:hover {
        background: #c34d7f; }
    .home__tile_doc {
      background: rgba(0, 0, 0, 0.7); }
      .home__tile_doc:hover {
        background: black; }
  .home__title {
    font-family: Roboto-Medium;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .home__header {
    color: white;
    display: flex;
    padding: 0 5px;
    height: 50px;
    margin-bottom: 30px; }
    .home__header-left {
      flex: 1 0 auto; }
    .home__header-center {
      padding-right: 40px; }
    .home__header-right {
      padding-left: 40px;
      border-left: 1px solid white; }
    .home__header-logo {
      font-family: Roboto-Medium;
      font-size: 33px;
      margin-bottom: 5px;
      display: block;
      color: white;
      text-decoration: none;
      transition: all 0.2s; }
      .home__header-logo:hover, .home__header-logo:focus {
        color: #3abec0;
        outline: none;
        text-decoration: none; }
    .home__header-tagline {
      font-family: Roboto-Light;
      font-size: 16px; }
    .home__header-tell {
      font-family: Roboto-Light;
      font-size: 20px;
      margin-bottom: 10px;
      color: white;
      display: block;
      text-decoration: none;
      transition: all 0.2s; }
      .home__header-tell:hover, .home__header-tell:focus {
        color: #3abec0;
        text-decoration: none;
        outline: none; }
    .home__header-email {
      font-family: Roboto-Light;
      font-size: 16px;
      color: white;
      display: block;
      text-decoration: none;
      transition: all 0.2s; }
      .home__header-email:hover, .home__header-email:focus {
        color: #3abec0;
        text-decoration: none; }
    .home__header_soc {
      color: white;
      font-size: 22px;
      margin-right: 3.33333px;
      transition: all 0.2s; }
      .home__header_soc:hover, .home__header_soc:focus {
        color: #3abec0;
        text-decoration: none; }

@media screen and (max-width: 1010px) {
  .home {
    width: 100%;
    height: 100vh;
    overflow: auto; }
    .home__wrap {
      width: 800px; } }

@media screen and (max-width: 815px) {
  .home {
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: block; }
    .home__wrap {
      width: 600px;
      margin: 20px auto; }
      .home__wrap:after {
        content: '';
        display: table;
        clear: both; }
    .home__header_soc {
      display: none; }
    .home__header-email {
      font-size: 13px; } }

@media screen and (max-width: 680px) {
  .home__wrap {
    width: 100%; }
  .home__tile {
    width: auto;
    display: block; }
    .home__tile_production, .home__tile_catalog {
      height: 190px; }
    .home__tile_about {
      background-position: right center;
      background-size: auto 120%; }
      .home__tile_about:hover {
        background-position: right center;
        background-size: auto 124%; }
      .home__tile_about .home__tile-text {
        width: calc(100% - 170px); }
    .home__tile_catalog-wrap {
      height: 110px; }
    .home__tile_catalog-list {
      margin-bottom: 0;
      border-bottom: 0; }
    .home__tile-group {
      width: 100%;
      height: auto;
      float: none;
      display: flex;
      flex-direction: column; }
    .home__tile-all {
      display: flex;
      flex-direction: column;
      padding: 0 40px; }
  .home__header {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-bottom: 20px; }
    .home__header-tagline {
      border-bottom: 1px solid;
      padding-bottom: 20px; }
    .home__header-left {
      flex: 1 0 100%;
      text-align: center;
      margin: 22px 0 20px 0;
      border: 0;
      padding: 0; }
    .home__header-right {
      flex: 1 0 100%;
      text-align: center;
      margin: 0 0 20px 0;
      border: 0;
      padding: 0; }
    .home__header-tell {
      font-size: 28px;
      margin-bottom: 12px; }
  .left-menu {
    display: none; } }

@media screen and (max-width: 470px) {
  .home__tile_manufacture-img {
    display: none; }
  .home__tile_manufacture .home__tile-text {
    width: 100%; }
  .home__tile_about {
    background-position: 0px center;
    background-size: auto 120%; }
    .home__tile_about:hover {
      background-position: 0px center;
      background-size: auto 120%; }
    .home__tile_about .home__tile-text {
      width: 100%; }
  .home__tile-all {
    padding: 0 20px; } }

@media screen and (max-width: 400px) {
  .home__tile_gallery-left {
    flex: 0 0 60px; }
  .home__tile_gallery .home__tile-text {
    padding-left: 20px; }
    .home__tile_gallery .home__tile-text_btn {
      display: none; } }

@media screen and (max-height: 720px) {
  .home {
    display: block;
    overflow: auto; }
    .home__wrap {
      margin: 20px auto; }
      .home__wrap:after {
        content: '';
        display: table;
        clear: both; } }

.left-menu {
  background: rgba(27, 57, 59, 0.45);
  position: fixed;
  width: 50px;
  height: 100vh;
  color: white; }
  .left-menu__btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 20px; }
  .left-menu__list {
    display: none;
    padding: 0 20px; }
  .left-menu.active {
    width: 250px;
    background: rgba(27, 57, 59, 0.8); }
    .left-menu.active .left-menu__list {
      display: block; }
  .left-menu .menu-item {
    display: block; }
    .left-menu .menu-item a {
      color: white;
      display: block;
      margin: 20px 0; }
      .left-menu .menu-item a:hover {
        text-decoration: none;
        color: #3abec0; }

a.btn {
  padding: 9px 15px 8px; }

.btn {
  background: #3abec0;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 8px 20px;
  font-size: 12px;
  font-family: Roboto-Medium;
  color: white;
  display: inline-block;
  transition: all 0.2s; }
  .btn:hover {
    background: black;
    color: white; }
  .btn i {
    padding: 0 0 0 5px;
    font-size: 15px; }
  .btn__white {
    background: white;
    color: #182132; }
    .btn__white:hover {
      background: black;
      color: white; }
  .btn__w100 {
    width: 100%; }
  .btn__big {
    padding: 18px 20px !important;
    font-size: 16px;
    display: block; }
    .btn__big i {
      font-size: 18px;
      margin-right: 10px;
      text-shadow: none; }

.searchblock {
  background: white;
  padding: 20px; }
  .searchblock__box {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.28);
    padding: 30px; }
  .searchblock__text {
    font-size: 13px;
    color: #4c4c4c;
    padding-right: 40px;
    line-height: 1.4;
    position: relative;
    padding-left: 60px;
    border-right: 1px solid #e6e6e6; }
    .searchblock__text i {
      color: #b2b2b2;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 38px; }
   .searchblock__search {
    flex: 0 0 365px;
    padding-left: 40px; }
    .searchblock__search-btn {
      border: none;
      background: none;
      position: absolute;
      top: 10px;
      right: 6px;
      color: #b2b2b2;
      outline: none; }
    .searchblock__search-form {
      position: relative; }

.search-result .edit-link {
  display: none !important; }
  .search-result__link a {
    text-decoration:  none;
    border-bottom: 1px solid;
  }

@media screen and (max-width: 1250px) {
  .searchblock__box {
    width: 950px; } }

@media screen and (max-width: 1000px) {
  .searchblock__box {
    width: auto; } }

@media screen and (max-width: 900px) {
  .searchblock__text {
    display: none; }
  .searchblock__search {
    padding-left: 0;
    flex: 1; } }

@media screen and (max-width: 800px) {
  .searchblock {
    padding: 0; }
    .searchblock__box {
      padding-left: 120px; } }

@media screen and (max-width: 380px) {
  .searchblock__box {
    padding-left: 90px; } }

.contentblock {
  background: white;
  display: flex;
  justify-content: center; }
  .contentblock__box {
    display: flex;
    width: 1200px;
    padding: 30px 0 80px; }
  .contentblock__content {
    font-size: 14px;
    line-height: 1.3;
    position: relative;
    flex: 1; }
    .contentblock__content p {
      margin-bottom: 20px; }
  .contentblock h1 {
    font-size: 40px;
    margin-bottom: 40px; }
  .contentblock h2 {
    font-size: 30px;
    margin-bottom: 5px; }
  .contentblock h3 {
    font-size: 20px;
    margin-bottom: 5px; }
  .contentblock ul, .contentblock ol {
    margin-left: 18px; }
  .contentblock li {
    list-style: circle;
    margin-bottom: 10px; }

@media screen and (max-width: 1250px) {
  .contentblock__box {
    width: 950px; } }

@media screen and (max-width: 1000px) {
  .contentblock__box {
    width: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .contentblock__content {
    padding-left: 50px;
    padding-right: 50px; } }

@media screen and (max-width: 800px) {
  .contentblock__box {
    width: auto;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 800px) {
  .contentblock__box {
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    padding-top: 0; }
  .contentblock__content {
    padding-top: 30px; } }

@media screen and (max-width: 380px) {
  .contentblock__box {
    padding-bottom: 30px; }
  .contentblock__content {
    padding-left: 30px;
    padding-right: 30px; }
  .contentblock h1 {
    font-size: 30px;
    margin-bottom: 25px; }
  .contentblock h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1; }
  .contentblock h3 {
    font-size: 18px;
    margin-bottom: 10px; }
  .contentblock__content {
    font-size: 13px;
    line-height: 1.4; } }

.menu-l {
  background: white;
  flex: 0 0 365px;
  padding-right: 50px; }
  .menu-l .menu-item {
    display: block; }
    .menu-l .menu-item a {
      color: black;
      display: block;
      margin: 0;
      font-size: 18px;
      transition: all 0.2s;
      line-height: 1.8; }
      .menu-l .menu-item a:hover, .menu-l .menu-item a:focus {
        text-decoration: none;
        color: #3abec0; }
  .menu-l .menu .current-menu-item a {
    color: #e87352 !important; }
  .menu-l__btn {
    display: none;
    font-size: 30px;
    cursor: pointer;
    padding-left: 50px; }

@media screen and (max-width: 1250px) {
  .menu-l {
    flex: 0 0 auto; } }

@media screen and (max-width: 800px) {
  .menu-l {
    padding-right: 0;
    margin-top: -20px;
    position: relative; }
    .menu-l__btn {
      display: block;
      position: absolute;
      top: -45px;
      z-index: 100; }
    .menu-l .menu {
      overflow: hidden;
      height: 0;
      margin-left: 0;
      margin-top: 20px;
      transition: all 0.2s; }
      .menu-l .menu.active {
        height: auto;
        height: 502px;
        margin-bottom: 20px;
        background: #f8f8f8;
        padding: 20px 50px;
        -webkit-box-shadow: inset 0px 0px 16px -7px rgba(0, 0, 0, 0.37);
        -moz-box-shadow: inset 0px 0px 16px -7px rgba(0, 0, 0, 0.37);
        box-shadow: inset 0px 0px 16px -7px rgba(0, 0, 0, 0.37); }
        .menu-l .menu.active .menu-item {
          border-bottom: 1px solid #e5e5e5;
          margin-bottom: 5px;
          padding-bottom: 5px; }
          .menu-l .menu.active .menu-item:last-child {
            border-bottom: none; } }

@media screen and (max-width: 380px) {
  .menu-l__btn {
    left: -20px; }
  .menu-l .menu.active {
    padding: 20px 30px; } }

input {
  padding: 12px 10px;
  width: 100%;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 11px -4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0px 0px 11px -4px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0px 0px 11px -4px rgba(0, 0, 0, 0.17);
  outline: none; }

.reviews {
  background: url(/wp-content/themes/r1/img/bagraund.jpg) no-repeat center;
  background-size: cover;
  color: white; }
  .reviews__box {
    width: 1200px;
    padding: 45px 0;
    margin: 0 auto;
    text-align: center; }
  .reviews__item {
    background: white;
    color: black;
    -webkit-box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.58); }
    .reviews__item:hover, .reviews__item:focus {
      text-decoration: none; }
  .reviews h2 {
    font-size: 33px;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: sub; }
  .reviews .btn {
    vertical-align: top; }
  .reviews__list {
    display: flex;
    justify-content: space-around; }
  .reviews__item {
    width: 280px;
    height: 370px;
    padding: 20px 0 0 0;
    text-align: center; }
  .reviews__img {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    border-radius: 50%;
    background: #4c4c4c;
    overflow: hidden; }
  .reviews__name {
    color: #49586b;
    font-family: play-bold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .reviews__position {
    font-size: 14px;
    padding: 0 20px;
    height: 33px;
    overflow: hidden;
    color: gray; }
  .reviews__text {
    font-size: 12px;
    padding: 15px 40px 20px 40px;
    text-align: left;
    height: 152px;
    overflow: hidden;
    line-height: 1.3;
    color: #4d4d4d; }

.reviews-all {
  padding: 35px;
  box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.28);
  margin-bottom: 20px;
  display: flex; }
  .reviews-all__img {
    flex: 0 0 95px; }
    .reviews-all__img img {
      border-radius: 50%; }
  .reviews-all__content {
    flex: 1;
    padding-left: 30px; }
  .reviews-all__position {
    font-size: 14px;
    margin-bottom: 20px;
    color: gray; }

@media screen and (max-width: 1250px) {
  .reviews__box {
    width: 950px; }
  .reviews__item:nth-child(4) {
    display: none; } }

@media screen and (max-width: 1000px) {
  .reviews__box {
    width: auto;
    padding-left: 30px;
    padding-right: 30px; }
  .reviews__item {
    margin: 0 15px; }
    .reviews__item:nth-child(3) {
      display: none; }
  .reviews__list {
    justify-content: center; } }

@media screen and (max-width: 700px) {
  .reviews__box {
    padding-left: 30px;
    padding-right: 30px; }
  .reviews__item:nth-child(2) {
    display: none; } }

@media screen and (max-width: 540px) {
  .reviews-all {
    flex-direction: column; }
    .reviews-all__img {
      margin: 0 auto;
      width: 100%;
      text-align: center; }
    .reviews-all__content {
      padding-left: 0; }
      .reviews-all__content h3 {
        text-align: center;
        margin-bottom: 5px;
        margin-top: 20px; }
    .reviews-all__position {
      text-align: center; }
  .reviews__h1 {
    text-align: center; } }

@media screen and (max-width: 380px) {
  .reviews__box .btn {
    display: none; }
  .reviews-all {
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px; }
    .reviews-all__content {
      padding-bottom: 20px; } }

.greenbox {
  background: #3abec0;
  color: white; }
  .greenbox__box {
    display: flex;
    width: 1200px;
    padding: 45px 0;
    margin: 0 auto;
    justify-content: center; }
  .greenbox__text {
    margin-right: 40px;
    text-align: right;
    text-shadow: 1px 2px #35aeb0;
    font-family: Roboto-Medium; }
    .greenbox__text h3 {
      font-size: 34px;
      text-shadow: 1px 2px #35aeb0;
      margin-bottom: 10px;
      font-family: Roboto-Medium; }

@media screen and (max-width: 1250px) {
  .greenbox__box {
    width: 950px; } }

@media screen and (max-width: 1000px) {
  .greenbox__box {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column; }
  .greenbox__text {
    margin-bottom: 30px;
    text-align: center;
    margin-right: 0; }
  .greenbox__btn {
    width: 250px;
    margin: 0 auto; } }

.map {
  height: 320px; }

.gallery-item {
  float: left;
  margin: 0 20px 20px 0; }
  .gallery-item:nth-child(4n+4) {
    margin-right: 0; }

@media screen and (max-width: 1250px) {
  .gallery-item {
    margin: 0 3% 20px 0;
    width: 22.7%;
    height: auto; }
    .gallery-item img {
      width: 100%;
      height: 100%; } }

@media screen and (max-width: 500px) {
  .gallery-item {
    width: 31.3%;
    margin-bottom: 10px; }
    .gallery-item:nth-child(4n+4) {
      margin-right: 3%; }
    .gallery-item:nth-child(3n+3) {
      margin-right: 0; } } 



.catalog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .catalog__item {
    box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.28);
    margin-bottom: 20px;
    background: white;
    width: 31%;
    display: block;
    position: relative;
    transition: all 0.3s; }
    .catalog__item:hover, .catalog__item:focus {
      text-decoration: none;
      background: black;
      color: white; }
  .catalog__img {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .catalog__img img {
      width: 100%;
      height: auto; }
  .catalog__content {
    padding: 20px; }
  .catalog__price {
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    color: white;
    padding: 5px 10px; }
  .catalog-one {
    box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.28);
    background: white;
    margin-bottom: 10px; }
    .catalog-one__img {
      flex: 0 0 300px;
      line-height: 0; }
      .catalog-one__img img {
        line-height: 0;
        width: 300px;
        height: 300px; }
    .catalog-one__wrap {
      display: flex; }
    .catalog-one__content {
      flex: 1;
      padding: 30px 20px 75px 40px;
      position: relative; }
      .catalog-one__content-text {
        padding: 20px 30px 1px;
        border-top: 1px dotted #e6e6e6; }
        .catalog-one__content-text-after {
          margin-top: 50px; }
      .catalog-one__content h2 {
        font-size: 24px;
        font-family: play-bold;
        line-height: 1.2;
        margin-bottom: 20px; }
      .catalog-one__content-item {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #e6e6e6; }
        .catalog-one__content-item span {
          font-family: play-bold; }
        .catalog-one__content-item label {
          display: inline-block;
          width: 160px; }
    .catalog-one__price {
      position: absolute;
      bottom: 25px;
      left: 40px;
      font-family: play-bold;
      font-size: 18px; }
    .catalog-one__btn {
      position: absolute;
      bottom: 20px;
      right: 30px; }

@media screen and (max-width: 680px) {
  .catalog__item {
    width: 100%; }
  .catalog-one__wrap {
    flex-direction: column; }
  .catalog-one__img {
    padding: 0;
    width: 100%;
    flex: 1; }
    .catalog-one__img img {
      width: 100%;
      height: auto; }
  .catalog-one__price {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 20px;
    top: 0; }
  .catalog-one__btn {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 20px; }
  .catalog-one__content {
    padding: 20px; }
    .catalog-one__content-text-after {
      display: none; }
    .catalog-one__content-item {
      font-size: 12px; }
      .catalog-one__content-item label {
        width: auto; }
    .catalog-one__content h2 {
      font-size: 18px; } }