@font-face {
  font-family: "icons";
  src: url("../fonts/icons.ttf?eikzau") format("truetype"), url("../fonts/icons.woff?eikzau") format("woff"), url("../fonts/icons.svg?eikzau#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="_icon-"]::before,
[class*=" _icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-what:before {
  content: "\e900";
}

._icon-viber:before {
  content: "\e901";
}

@-webkit-keyframes showX {
  from {
    height: 0;
    opacity: 0;
  }

  to {
    height: auto;
    opacity: 1;
  }
}

@keyframes showX {
  from {
    height: 0;
    opacity: 0;
  }

  to {
    height: auto;
    opacity: 1;
  }
}

.page-3 .fon_top {
  background: url("/assets/images/background_top/bg_4.jpg") 50%/100% no-repeat !important;
  background-size: cover !important;
  /*contain*/
  background-position: center;
}

.page-4 .fon_top {
  background: url("/assets/images/background_top/bg_2.jpg") 50%/100% no-repeat !important;
  background-size: cover;
  /*contain*/
  background-position: center;
}

.page-2 .fon_top {
  background: url("/assets/images/background_top/bg_5.jpg") 50%/100% no-repeat !important;
  background-size: cover;
  /*contain*/
  background-position: center;
}

.overlay-img {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

.overlay-img .close {
  position: absolute;
  color: #45854B;
  font-size: 3.125rem;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.overlay-img .close:hover {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.modal-img {
  width: 50%;
  height: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 101;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.modal-img svg {
  width: 50px;
  color: white;
  cursor: pointer;
}

.modal-img #left,
.modal-img #right {
  font-size: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #45854B;
}

.modal-img #left {
  margin-left: 20px;
}

.modal-img #right {
  margin-right: 20px;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.tab__category {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.tab__category .category-item {
  width: 25%;
  min-width: 250px;
}

.tab__category .category-item img {
  width: 100%;
  height: 100%;
}

.tab__category .category-item img:hover {
  cursor: pointer;
  opacity: .5;
}

.tab__category.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sohial {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sohial a {
  font-size: 1.875rem;
  text-decoration: none;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  color: #fff;
  background-color: #67C15F;
  border-radius: 50%;
}

.sohial a:hover {
  opacity: 0.5;
}

.sohial a:nth-child(1) {
  background-color: #7E4D9E;
}

input._error {
  -webkit-box-shadow: red 0px 0px 15px;
          box-shadow: red 0px 0px 15px;
}

.advantages {
  padding: 50px 0;
}

.advantages__title {
  margin-top: 40px;
  color: #45854B;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.advantages__title::after {
  content: '';
  display: block;
  background-color: #45854B;
  height: 3px;
  width: 150px;
  margin: 20px auto;
}

.advantages__title span {
  color: #363f45;
}

.advantages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("../img/box_s3.png") 50% 50% no-repeat;
  max-width: 1200px; 
  margin: 0 auto;
}

.advantages__coloumn-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  height: 400px;
}

.advantages__coloumn-left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.advantages__coloumn-left-item p {
  color: #24282b;
  font-size: 22px;
  font-weight: bold;
  padding-left: 10px;
}

.advantages__coloumn-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  height: 400px;
}

.advantages__coloumn-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.advantages__coloumn-right-item p {
  color: #24282b;
  font-size: 22px;
  font-weight: bold;
  padding-left: 10px;
}

.product {
  margin: 0 50px 100px;
  border: 3px solid #45854B;
  position: relative;
  border-radius: 3px;
}

.product__title {
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  margin: 40px 0;
  text-transform: uppercase;
}

.product__title span {
  color: #45854B;
}

.product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.product__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.product__left img {
  max-width: 500px;
  width: 100%;
}

.product__right {
  max-width: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
}

.product__right li {
  margin-top: 20px;
  background: url("../img/gal.jpg") left center no-repeat;
  min-height: 33px;
  list-style: none;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.descr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.descr__h1 {
  color: #24282b;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
  text-align: left;
  font-family: Arial, sans-serif;
}

.descr strong {
  font-weight: bold;
  color: #45854B;
}

.descr p {
  color: #24282b;
  font-size:20px;
  margin-top: 30px;
  text-align: left;
  line-height: 1.4;
}

.descr__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.descr__ul-left li {
  color: #24282b;
  font-size: 15px;
  margin-top: 10px;
  text-align: left;
  line-height: 1.4;
}

.descr__ul-right img {
  max-width: 300px;
}

.descr__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
}

.descr__contacts a {
  color: #45854B;
  font-size: 16px;
  display: inline-block;
  text-decoration: underline;
}

.descr__contacts a:nth-child(2) {
  color: #fff;
}

.descr__contacts a:nth-child(2):hover {
  color: #45854B;
}

.descr__contacts button {
  margin-top: 5px;
  padding: 12px 20px;
  font-size: 16px;
  color: #fff;
  background: #f47005;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NzAwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDJhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -o-linear-gradient(top, #f47005 0%, #fd2a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f47005), to(#fd2a00));
  background: linear-gradient(to bottom, #f47005 0%, #fd2a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47005', endColorstr='#fd2a00',GradientType=0 );
  display: inline-block;
  border: 1px solid #d54c4c;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 173, 60, 0.8), inset 0 -4px 0 rgba(218, 78, 20, 0.8), 0 4px 4px 0px rgba(179, 165, 166, 0.8);
          box-shadow: inset 0 1px 0 rgba(255, 173, 60, 0.8), inset 0 -4px 0 rgba(218, 78, 20, 0.8), 0 4px 4px 0px rgba(179, 165, 166, 0.8);
  cursor: pointer;
}

.descr__contacts button:hover {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  background: #f47005;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NzAwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNDcwMDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f47005 0%, #f47005 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f47005), to(#f47005));
  background: linear-gradient(to bottom, #f47005 0%, #f47005 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47005', endColorstr='#f47005',GradientType=0 );
  /* IE6-8 */
  border-radius: 5px;
}

.catalog {
  text-align: center;
  display: none;
}

.catalog__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}

.catalog__list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin-bottom: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.catalog__list-item img {
  border: 1px solid #ccc;
  width: 400px;
  height: 400px;
}

.catalog__list-item-title {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  padding: 25px 45px;
  color: #fff;
}

@media screen and (max-width: 995px) {
  .header__burger {
    z-index: 51;
    width: 30px;
    height: 5px;
  }

  .header__burger span {
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #45854B;
  }

  .header__burger span::before {
    position: absolute;
    left: 0;
    top: -10px;
    content: '';
    width: 30px;
    height: 5px;
    background-color: #45854B;
    -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
    transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  }

  .header__burger span::after {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 30px;
    height: 5px;
    background-color: #45854B;
    -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
    transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  }

  .header__burger_active span {
    background: transparent;
  }

  .header__burger_active span::before,
  .header__burger_active span::after {
    top: 0;
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    -o-transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
    background-color: #45854B;
  }

  .header__burger_active span::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header__burger_active span::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header__mobileMenu {
    position: fixed;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    z-index: 50;
    text-align: center;
  }

  .header__mobileMenu:before {
    border-bottom: 1px solid #45854B;
    content: '';
    display: block;
    height: 95px;
    width: 100%;
    margin-bottom: 20px;
  }

  .header__mobileMenu .header__mobileMenuBody {
    display: inline-block;
    height: calc(100% - 50px);
    overflow: auto;
    text-align: center;
  }

  .header__mobileMenu .header__mobileMenuBody nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .header__mobileMenu .header__mobileMenuBody nav .sub-menu {
    display: none;
  }

  .header__mobileMenu .header__mobileMenuBody nav .sub-menu._show {
    display: block;
    -webkit-animation: showX 1s;
            animation: showX 1s;
  }

  .header__mobileMenu_active {
    left: 0;
  }

  .lock {
    overflow: hidden;
  }
}

@media screen and (max-width: 920px) {
  .advantages__coloumn-right,
  .advantages__coloumn-left {
    height: auto;
  }
}

@media screen and (max-width: 910px) {
  .advantages__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__sign {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .descr__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .descr__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 775px) {
  .product__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .table-price p span {
    display: none;
  }
}

@media screen and (max-width: 510px) {
  .header-menu2 {
    margin-top: -54px !important;
    background: #39302A !important;
    padding: 0 !important;
    border-radius: 0 !important;
    position: absolute !important;
    left: 0;
    right: 0 !important;
  }

  .header-menu2 li a {
    color: #fff !important;
    background-image: none !important;
    line-height: 7px !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 450px) {
  .catalog__list-item img {
    width: 310px;
    height: 310px;
  }
}

@media screen and (max-width: 420px) {
  .product__title span {
    font-size: 1.25rem;
    color: #45854B;
  }

  .advantages p {
    font-size: 16px !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .sohial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sohial a {
    margin-bottom: 7px;
    font-size: 1.25rem;
    width: 30px;
    height: 30px;
  }
}