@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
* {
   padding: 0px;
   margin: 0px;
   border: 0px;
}

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

:focus,
:active {
   outline: none;
}

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

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

html,
body {
   height: 100%;
   min-width: 320px;
}

body {
   line-height: 1;
   font-family: "Arial";
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
   font-family: "Arial";
}

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-weight: inherit;
   font-size: inherit;
}

html.lock, body._lock {
   overflow: hidden;
   -ms-touch-action: none;
       touch-action: none;
}

body {
   background: #FFFEBC;
}

._ibg {
   position: relative;
}
._ibg img {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   -o-object-fit: cover;
      object-fit: cover;
}

body.ie ._ibg {
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
body.ie ._ibg img {
   width: 0;
   height: 0;
   opacity: 0;
   visibility: hidden;
}

.wrapper {
   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;
   overflow: hidden;
}
.wrapper > main {
   -webkit-box-flex: 1;
       -ms-flex: 1 1 auto;
           flex: 1 1 auto;
}
.wrapper > * {
   min-width: 0;
}

.header {
   padding: 0 0 250px 0;
}

@media (max-width: 790px) {
   .header {
      padding: 0 0 150px 0;
   }
}
.top-contacts {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   position: relative;
   padding: 20px 0 0 0;
   margin: 0 0 47px 0;
}

@media (max-width: 615px) {
   .top-contacts {
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      margin: 0;
   }
}
.top-contacts__column {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 33%;
   flex: 0 1 33%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   -ms-align-items: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-right: 10px;
}

.top-contacts__column:nth-child(3) {
   margin-right: 0;
}

@media (max-width: 615px) {
   .top-contacts__column {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 0px 0px 20px 0px;
   }
}
.top-contacts__contact {
   color: #ffffff;
   font-family: "Open sans";
   font-size: calc(14px + 1 * ((100vw - 320px) / 880));
   font-weight: 300;
   margin-left: 16px;
}

.top-contacts__contact span {
   color: #65f51e;
}

.top-contacts__contact a {
   color: #ffffff;
}

@media (max-width: 1070px) {
   .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 0;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }

   .menu img {
      max-width: 200px;
   }
  .product__col {
   width: 194px;
   }
  .product__imgs > img { height: 100px !important; }
}
.menu > img {
   display: none;
}

@media (max-width: 1070px) {
   .menu > img {
      display: block;
      position: relative;
   }
}
.mob-logo {
   height: 0;
}

@media (max-width: 1070px) {
   .mob-logo {
      height: auto;
      position: relative;
      z-index: 2;
   }
}
@media (max-width: 1070px) {
   .icon-menu {
      position: absolute;
      width: 30px;
      height: 22px;
      right: 20px;
      z-index: 50;
   }

   .icon-menu:before, .icon-menu:after,
.icon-menu span {
      position: absolute;
      content: "";
      height: 2px;
      width: 100%;
      background: #fff;
      left: 0;
   }

   .icon-menu:before {
      top: 0;
   }

   .icon-menu:after {
      bottom: 0;
   }

   .icon-menu span {
      top: 10px;
   }

   .icon-menu.active:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 10px;
   }

   .icon-menu.active:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 10px;
   }

   .icon-menu.active span {
      display: none;
   }
}
@media (max-width: 1070px) and (max-width: 480px) {
   .icon-menu.active {
      position: fixed;
      top: 3%;
      right: 20px;
   }
}
.menu__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

@media (max-width: 1070px) {
   .menu__body {
      background: rgba(28, 45, 57, 0.95);
      width: 100%;
      height: 100vh;
      position: absolute;
      top: -170%;
      left: 0;
      z-index: 10;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      padding-top: 25%;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
   }
}
.menu__body.active {
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   top: 0;
}

.menu__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   -ms-align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   background: url("../img/menubg.png") bottom repeat-x;
   position: relative;
   width: 384px;
}

@media (max-width: 1070px) {
   .menu__list {
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      background: none;
      width: auto;
   }
}
.menu__list li {
   position: relative;
   padding-bottom: 20px;
}

.menu__list li:hover {
   background: url("../img/menubg-h.png") bottom repeat-x;
   position: relative;
}

@media (max-width: 1070px) {
   .menu__list li {
      background: none;
      padding-bottom: 30px;
   }

   .menu__list li:hover {
      background: none;
   }
}
.menu__list,
.menu__link {
   color: #ffffff;
   font-family: "Open sans";
   font-size: 13px;
   font-weight: 600;
   text-transform: uppercase;
   position: relative;
}

@media (max-width: 1070px) {
   .menu__link {
      font-size: 18px;
   }
}
.menu__logo {
   position: relative;
   padding: 0px 20px;
}

@media (max-width: 1070px) {
   .menu__logo {
      display: none;
   }
}
.header__blocktitle {
   margin: 60px 0 0 0;
   width: 55%;
   position: relative;
}

@media (max-width: 1244px) {
   .header__blocktitle {
      margin: 90px 0 0 20px;
   }
  .product__imgs > img { height: 200px; }
}
@media (max-width: 790px) {
   .header__blocktitle {
      width: 100%;
   }
}
@media (max-width: 790px) {
   .header__blocktitle {
      margin: 30px 0 0 0;
   }
}
.header__title {
   color: #ffffff;
   font-family: "Open sans";
   font-size: calc(26px + 14 * ((100vw - 320px) / 880));
   font-weight: 800;
   text-transform: uppercase;
   position: relative;
   margin: 0 0 40px 0;
   line-height: 60px;
   text-shadow: 0px 0px 6px #213544;
}

.header__title span {
   font-size: calc(19px + 4 * ((100vw - 320px) / 880));
}

@media (max-width: 414px) {
   .header__title {
      line-height: 35px;
   }
}
.header__subtitle {
   font-family: "Open sans";
   font-weight: 500;
   line-height: 1.5;
   font-size: calc(15px + 4 * ((100vw - 320px) / 880));
   color: #fff;
   margin: 0 0 30px 0;
}

.header__more {
   position: absolute;
   color: #45545e;
   font-family: "Open sans";
   font-size: calc(18px + 2 * ((100vw - 320px) / 880));
   font-weight: 300;
   -webkit-writing-mode: vertical-rl;
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
   top: 25px;
   left: -30px;
}

.header__more:before {
   content: "";
   position: absolute;
   top: -50px;
   left: 0;
   background: url("../img/icons/arrow.png") no-repeat;
   width: 20px;
   height: 46px;
}

@media (max-width: 790px) {
   .header__more {
      display: none;
   }
}
.submenu {
   position: relative;
   cursor: pointer;
}
.submenu::after {
   content: "";
   position: absolute;
   top: 0;
   right: -20px;
   width: 12px;
   height: 12px;
   background: url("../img/icons/select.svg") no-repeat;
   background-size: contain;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.submenu._active::after {
   -ms-transform: rotate(-180deg);
   -webkit-transform: rotate(-180deg);
   transform: rotate(-180deg);
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}

.target-4 {
   position: absolute;
   z-index: 2;
   top: 30px;
   left: -20px;
   opacity: 0;
   width: 240px;
   visibility: hidden;
   background: #1A2A37;
   border-radius: 14px;
   padding: 20px;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.target-4 li {
   padding: 0px 0px 20px 0px;
}
.target-4 li:last-child {
   padding: 0;
}
@media (max-width: 1070px) {
   .target-4 .menu__link {
      font-size: 14px;
   }
}
.target-4._active {
   opacity: 1;
   visibility: visible;
   top: 20px;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
@media (max-width: 1070px) {
   .target-4 {
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      opacity: 1;
      visibility: visible;
      display: none;
   }
   .target-4._active {
      display: block;
      top: 15px;
   }
}

.menu__list .target-4 li:hover {
   background: none;
   position: relative;
}

.menu__list .target-4 li:hover a {
   color: #F8BF2E;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}

@media (max-width: 1070px) {
   .menu__list li {
      font-size: 18px;
   }
}

body::after {
   content: "";
   background-color: rgba(0, 0, 0, 0.8);
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   opacity: 0;
   -webkit-transition: opacity 0.8s ease 0s;
   -o-transition: opacity 0.8s ease 0s;
   transition: opacity 0.8s ease 0s;
   pointer-events: none;
   z-index: 149;
}

.popup-show body::after {
   opacity: 1;
}

.popup {
   position: fixed;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   padding: 30px 10px;
   -webkit-transition: visibility 0.8s ease 0s;
   -o-transition: visibility 0.8s ease 0s;
   transition: visibility 0.8s ease 0s;
   visibility: hidden;
   pointer-events: none;
}

.popup_show {
   z-index: 150;
   visibility: visible;
   overflow: auto;
   pointer-events: auto;
}

.popup_show .popup__content {
   visibility: visible;
   -webkit-transform: scale(1);
       -ms-transform: scale(1);
           transform: scale(1);
}

.popup__wrapper {
   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-align: center;
       -ms-flex-align: center;
           align-items: center;
   min-height: 100%;
   -webkit-box-flex: 1;
       -ms-flex: 1 1 auto;
           flex: 1 1 auto;
   width: 100%;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   align-items: center;
}

.popup__content {
   visibility: hidden;
   -webkit-transform: scale(0);
       -ms-transform: scale(0);
           transform: scale(0);
   -webkit-transition: -webkit-transform 0.3s ease 0s;
   transition: -webkit-transform 0.3s ease 0s;
   -o-transition: transform 0.3s ease 0s;
   transition: transform 0.3s ease 0s;
   transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
   background-color: #eee;
   width: 100%;
   max-width: 900px;
   border-radius: 20px;
}
.lock .popup__content {
   visibility: visible;
}

.popup__close {
   position: absolute;
   top: 20px;
   right: 20px;
   width: 20px;
   height: 20px;
   background: url("../img/icons/close.svg") no-repeat;
   background-size: contain;
}

.callback-popup .popup__content {
   max-width: 730px;
}
.popup-video .popup__content {
   max-width: 1500px;
}
.popup-video .popup__close {
   top: -35px;
   right: 5px;
   width: 30px;
   height: 30px;
}
@media (max-width: 1400px) {
   .popup-video .popup__close {
      right: 0px;
      top: 0px;
   }
  .product__imgs > img { height: 200px; }
}
.popup-video iframe, .popup-video video {
   width: 100%;
   height: calc(100vh - 100px);
}

footer {
   background: #8E8E8E;
}

@font-face {
   font-family: "Akrobat";
   src: url("../fonts/Akrobat.eot");
   src: local("☺"), url("../fonts/Akrobat.woff") format("woff"), url("../fonts/Akrobat.ttf") format("truetype"), url("../fonts/Akrobat.svg") format("svg");
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: "Open sans";
   src: url("../fonts/Fontfabric - Open sansLight.eot");
   src: local("☺"), url("../fonts/Fontfabric - Open sansLight.woff") format("woff"), url("../fonts/Fontfabric - Open sansLight.ttf") format("truetype"), url("../fonts/Fontfabric - Open sansLight.svg") format("svg");
   font-weight: 300;
   font-style: normal;
}
@font-face {
   font-family: "Open sans";
   src: url("../fonts/Fontfabric - Open sansMedium.eot");
   src: local("☺"), url("../fonts/Fontfabric - Open sansMedium.woff") format("woff"), url("../fonts/Fontfabric - Open sansMedium.ttf") format("truetype"), url("../fonts/Fontfabric - Open sansMedium.svg") format("svg");
   font-weight: 500;
   font-style: normal;
}
@font-face {
   font-family: "Open sans";
   src: url("../fonts/Fontfabric - Open sansBold.eot");
   src: local("☺"), url("../fonts/Fontfabric - Open sansBold.woff") format("woff"), url("../fonts/Fontfabric - Open sansBold.ttf") format("truetype"), url("../fonts/Fontfabric - Open sansBold.svg") format("svg");
   font-weight: 700;
   font-style: normal;
}
@font-face {
   font-family: "Open sans";
   src: url("../fonts/Open sans-ExtraBold-DEMO.eot");
   src: local("☺"), url("../fonts/Open sans-ExtraBold-DEMO.woff") format("woff"), url("../fonts/Open sans-ExtraBold-DEMO.ttf") format("truetype"), url("../fonts/Open sans-ExtraBold-DEMO.svg") format("svg");
   font-weight: 800;
   font-style: normal;
}
* {
   padding: 0px;
   margin: 0px;
   border: 0px;
}

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

:focus,
:active {
   outline: none;
}

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

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

html,
body {
   height: 100%;
   min-width: 320px;
}

body {
   line-height: 1;
   font-family: "Open sans";
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
   font-family: "Open sans";
}

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-weight: inherit;
   font-size: inherit;
}

body {
   background: url("../img/bg.jpg");
   color: #000;
   font-size: 14px;
}

body.lock {
   overflow: hidden;
}

.ibg {
   position: relative;
}

.ibg > img {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   -o-object-fit: cover;
   object-fit: cover;
   z-index: -1;
}

@media (max-width: 480px) {
   .ibg > img {
      width: 225%;
      left: -125%;
   }
}
.wrapper {
   width: 100%;
   min-height: 100%;
   overflow: hidden;
}

.container {
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}

.mb {
   margin: 0 0 96px 0;
}

@media (max-width: 480px) {
   .mb {
      margin: 0 0 80px 0;
   }
}
.btn {
   -webkit-box-shadow: -1px 1px 35px rgba(0, 0, 0, 0.11);
   box-shadow: -1px 1px 35px rgba(0, 0, 0, 0.11);
   background-image: -o-linear-gradient(bottom, #d52b1e 0%, #1d437e 100%), -o-linear-gradient(right, #00d6bb 0%, #6a76da 100%);
   background-image: -webkit-gradient(linear, left bottom, left top, from(#d52b1e), to(#1d437e)), -webkit-gradient(linear, right top, left top, from(#00d6bb), to(#6a76da));
   background-image: linear-gradient(to top, #d52b1e 0%, #1d437e 100%), linear-gradient(to left, #00d6bb 0%, #6a76da 100%);
   color: #ffffff;
   font-family: "Open sans";
   font-size: calc(16px + 2 * ((100vw - 320px) / 880));
   font-weight: 300;
   padding: 19px 49px;
   position: relative;
   border-radius: 50px;
   display: inline-block;
   text-align: center;
   -webkit-box-shadow: 0px 0px 25px 0px #213544;
   box-shadow: 0px 0px 25px 0px #213544;
   -webkit-transition: 1s;
   -o-transition: 1s;
   transition: 1s;
   width: 217px;
}

.btn:hover {
   -webkit-box-shadow: 0px 0px 25px 0px #eee;
   box-shadow: 0px 0px 25px 0px #eee;
   -webkit-transition: 1s;
   -o-transition: 1s;
   transition: 1s;
}

.blocktitle {
   position: relative;
}

.blocktitle__row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   margin: 0 40px;
}

@media (max-width: 700px) {
   .blocktitle__row {
      margin: 0;
   }
}
.blocktitle__rotate {
   font-family: "Open sans";
   font-size: calc(14px + 2 * ((100vw - 320px) / 880));
   font-weight: 500;
   text-transform: uppercase;
   -webkit-writing-mode: vertical-rl;
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
   text-align: center;
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
   position: relative;
}

.blocktitle__rotate:after {
   position: absolute;
   content: "";
   top: 0;
   right: 25px;
   width: 4px;
   height: 100%;
   -webkit-box-shadow: 0 0 16px rgba(255, 255, 190, 0.16);
   box-shadow: 0 0 16px rgba(255, 255, 190, 0.16);
   background-image: -o-linear-gradient(bottom, #d52b1e 0%, #1d437e 100%), -o-linear-gradient(bottom, #ffc132 0%, #fbbe85 100%);
   background-image: -webkit-gradient(linear, left bottom, left top, from(#d52b1e), to(#1d437e)), -webkit-gradient(linear, left bottom, left top, from(#ffc132), to(#fbbe85));
   background-image: linear-gradient(to top, #d52b1e 0%, #1d437e 100%), linear-gradient(to top, #ffc132 0%, #fbbe85 100%);
}

.blocktitle__block {
   margin-left: 35px;
}

.blocktitle__title {
   font-size: calc(18px + 6 * ((100vw - 320px) / 880));
   font-weight: 400;
}

.blocktitle__text {
   color: #7c7b7b;
   font-size: calc(14px + 2 * ((100vw - 320px) / 880));
   line-height: 28px;
   font-weight: 400;
}

@media (max-width: 480px) {
   .blocktitle__text {
      line-height: 18px;
      margin-top: 5px;
   }
}
.about__block {
   margin: 90px 0 0 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -ms-align-items: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

@media (max-width: 550px) {
   .about__block {
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
   }
}
@media (max-width: 480px) {
   .about__block {
      margin: 40px 0 0 0;
   }
}
.about__left {
   width: 40%;
   padding-right: 11px;
}

@media (max-width: 550px) {
   .about__left {
      width: 100%;
   }
}
.about__img img {
   width: 100%;
}

@media (max-width: 550px) {
   .about__img img {
      padding: 0 40px 40px 40px;
   }
}
.about__right {
   width: 60%;
}

@media (max-width: 960px) {
   .about__right {
      margin-left: 20px;
   }
   .product__imgs > img { height: 200px; }

}
@media (max-width: 550px) {
   .about__right {
      width: 100%;
      margin-left: 0;
   }
}
.about__gallery {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin: 47px 0 0 0;
}

.about__gallery img {
   width: 100%;
}

.about__text {
   margin: 0 0 30px 0;
   font-family: "Open Sans";
   font-size: calc(15px + 2 * ((100vw - 320px) / 880));
   font-weight: 400;
   line-height: 1.1;
}
.about__text p {
   margin: 0px 0px 20px 0px;
}
.about__text p:last-child {
   margin: 0;
}

.icons__row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   text-align: center;
}

@media (max-width: 480px) {
   .icons__row {
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
   }
}
.icons__column {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 20%;
   flex: 0 1 20%;
}

@media (max-width: 705px) {
   .icons__column img {
      width: 100%;
   }
}
@media (max-width: 480px) {
   .icons__column img {
      width: 80%;
   }
}
@media (max-width: 480px) {
   .icons__column {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
      flex: 0 1 48%;
      margin-bottom: 40px;
   }
}
.icons__text {
   color: #333;
   font-family: Akrobat;
   font-size: calc(15px + 4 * ((100vw - 320px) / 880));
   font-weight: 400;
   margin-top: 15px;
   line-height: 1.2;
}

.specific {
   padding: 100px 0;
}

@media (max-width: 700px) {
   .specific {
      padding: 50px 0;
   }
}
.blocktitle__title_w {
   color: #fff;
}

.blocktitle__text_g {
   color: #c1baba;
}

.blocktitle__rotate_b {
   color: #fff;
}

.blocktitle__rotate_b:after {
   -webkit-box-shadow: 0 0 16px rgba(255, 255, 190, 0.16);
   box-shadow: 0 0 16px rgba(255, 255, 190, 0.16);
   background-image: -o-linear-gradient(bottom, #4affec 0%, #affff6 100%), -o-linear-gradient(bottom, #ffc132 0%, #fbbe85 100%);
   background-image: -webkit-gradient(linear, left bottom, left top, from(#4affec), to(#affff6)), -webkit-gradient(linear, left bottom, left top, from(#ffc132), to(#fbbe85));
   background-image: linear-gradient(to top, #4affec 0%, #affff6 100%), linear-gradient(to top, #ffc132 0%, #fbbe85 100%);
}

.specific__row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   -ms-align-items: flex-end;
   -webkit-box-align: end;
   -ms-flex-align: end;
   align-items: flex-end;
   margin-top: 20px;
}

@media (max-width: 850px) {
   .specific__row {
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
}
.specific__text {
   color: #ffffff;
   font-family: "Open sans";
   font-size: calc(14px + 2 * ((100vw - 320px) / 880));
   font-weight: 300;
   position: relative;
   width: 70%;
   padding: 50px 60px 0 0;
   line-height: 1.2;
}

.specific__text p {
   margin: 0 0 20px 0;
}

@media (max-width: 768px) {
   .specific__text {
      padding: 50px 20px 0 0;
   }
}
@media (max-width: 700px) {
   .specific__text {
      width: 100%;
      padding: 50px 0 0 0;
   }
}
.specific__title {
   color: #fff;
   font-family: "Open sans";
   font-weight: 700;
   font-size: calc(16px + 2 * ((100vw - 320px) / 880));
   text-transform: uppercase;
}

.specific__list {
   color: #ffd34b;
   font-family: "Open sans";
   font-weight: 500;
   margin-bottom: 20px;
}

.specific__list li {
   margin-top: 10px;
}

.specific__list li:before {
   content: "●";
   color: #fff;
   margin-right: 10px;
}

.specific__img {
   position: relative;
}

@media (max-width: 700px) {
   .specific__img {
      display: none;
   }
}
.blocktitle__rotate_s {
   font-size: 12px;
}

.equip__row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin: 70px 0 0 0;
}

@media (max-width: 480px) {
   .equip__row {
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
   }
}
.equip__column {
   width: 32%;
}

@media (max-width: 480px) {
   .equip__column {
      width: 100%;
      margin-bottom: 20px;
   }
}
@media (max-width: 1000px) {
   .equip__column img {
      width: 100%;
   }
  .product__imgs > img { height: 200px; }
}
.blocktitle__rotate_xs {
   font-size: 10px;
}

.map-container {
   position: relative;
}

.map__wrap {
   position: relative;
}

.map__contacts {
   position: absolute;
   top: 50%;
   left: calc((100vw - 1160px) / 2);
   -webkit-transform: translate(0, -50%);
       -ms-transform: translate(0, -50%);
           transform: translate(0, -50%);
   background: rgba(30, 52, 65, 0.71);
   max-width: 451px;
   padding: 100px 40px 80px 40px;
   border-radius: 16px;
   text-align: center;
}
@media (max-width: 1200px) {
   .map__contacts {
      left: 20px;
   }
}
@media (max-width: 760px) {
   .map__contacts {
      top: unset;
      bottom: 20px;
      left: 50%;
      width: calc(100% - 40px);
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      padding: 100px 20px 40px 20px;
   }
}
@media (max-width: 480px) {
   .map__contacts {
      padding: 50px 20px 20px 20px;
   }
}

@media (max-width: 320px) {
   .map__contacts {
      padding: 100px 20px 100px 20px;
   }
}
.map__contacts:before {
   position: absolute;
   content: "";
   top: -80px;
   left: 44%;
   -webkit-transform: translate(-50%, 0);
       -ms-transform: translate(-50%, 0);
           transform: translate(-50%, 0);
   background: url("../img/map-pin.png") no-repeat;
   background-size: contain;
   background-position: center bottom;
   width: 145px;
   height: 162px;
}
@media (max-width: 480px) {
   .map__contacts:before {
      top: -60px;
      width: 80px;
      height: 100px;
   }
}

.map__contacts a {
   color: #ffffff;
}

.map__text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   color: #ffffff;
   font-family: "Open sans";
   font-size: calc(10px + 6 * ((100vw - 320px) / 880));
   font-weight: 300;
   text-align: left;
   margin: 0 0 10px 0;
   line-height: 1.2;
}
@media (max-width: 480px) {
   .map__text {
      font-size: 14px;
   }
}

.map__text img {
   height: 24px;
   margin-right: 10px;
}

@media (max-width: 480px) {
   .map__text img {
      height: 18px;
   }
}
.map__text_title {
   font-weight: 400;
   font-size: calc(15px + 6 * ((100vw - 320px) / 880));
   text-align: center;
   margin: 0px 0px 20px 0px;
}

.map__smalltext {
   font-family: "Open sans";
   color: #a1b9c3;
   font-size: calc(12px + 2 * ((100vw - 320px) / 880));
   font-weight: 300;
   line-height: 1.4;
   margin-top: 30px;
   text-align: center;
}
@media (max-width: 480px) {
   .map__smalltext {
      margin: 10px 0px 0px 0px;
      display: none;
   }
}

.map__btn {
   margin-top: 40px;
}
@media (max-width: 480px) {
   .map__btn {
      margin: 20px 0px 0px 0px;
   }
}

.footer {
   background: #000;
   padding: 50px 0;
}

.footer__row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

@media (max-width: 1000px) {
   .footer__row {
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
   }
}
.footer__column1 {
   width: 45%;
}

@media (max-width: 1000px) {
   .footer__column1 {
      width: 100%;
   }
}
.footer__column2 {
   width: 35%;
}

@media (max-width: 1000px) {
   .footer__column2 {
      width: 100%;
      margin-top: 40px;
   }
}
.footer__text {
   color: #fff;
   font-family: "Open sans";
   font-size: 14px;
   font-weight: 300;
   line-height: 1.3;
   margin-bottom: 10px;
}

.footer__text span {
   font-weight: 700;
}

.footer__text a {
   color: #ffffff;
   white-space: nowrap;
}

.footer__copy {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   color: #fff;
   font-family: "Open sans";
   font-size: 15px;
   font-weight: 300;
}

@media (max-width: 414px) {
   .footer__copy {
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      text-align: center;
      line-height: 1.2;
   }
}
.footer__logo {
   margin-top: 20px;
   text-align: center;
}

.modal {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   -moz-flex-direction: column;
   -ms-flex-direction: column;
   -o-flex-direction: column;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   flex-direction: column;
   -ms-align-items: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.modal input,
.modal textarea {
   border: 1px solid;
   border-radius: 5px;
   height: 40px;
   font-size: 16px;
   font-weight: 300;
   padding: 0 10px;
   margin: 5px 0;
   width: 100%;
   color: #000;
}

.modal textarea {
   height: 100px;
   padding: 10px;
}

.modal__img {
   margin: 0 0 15px 0;
}

.modal__title {
   font-size: 18px;
   font-weight: 400;
   color: #c7d9e7;
   max-width: 350px;
   text-align: center;
   margin: 0 0 20px 0;
   line-height: 1.2;
}

.fancybox-content {
   background: #213543 !important;
   outline: 1px solid #42525b;
   outline-offset: -10px;
}

.fancybox-close-small {
   color: #fff !important;
   background: red !important;
}

.modal .btn {
   border: 0;
   border-radius: 50px;
   width: auto;
   padding: 15px 30px;
   height: auto;
   color: #fff;
   margin-top: 20px;
   font-size: 18px;
   cursor: pointer;
}

.success {
   font-size: calc(16px + 2 * ((100vw - 320px) / 880));
   color: #fff;
}

.product {
   padding: 0px 0px 96px 0px;
}

.product__row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 0;
   margin: 90px 0px 0px 0px;
}

.product__col {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media (max-width: 550px) {
   .product__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
   }
  .product__col {
   width: 104px;
   
}
}

#dogs .product__row {
   margin: 50px 0px 0px 0px;
}

.product__img {
   -webkit-box-flex: 0;
       -ms-flex: 0 1 40%;
           flex: 0 1 40%;
}
.product__imgs {
   -webkit-box-flex: 0;
       -ms-flex: 0 1 40%;
           flex: 0 1 40%;
  align-items: flex-end;
  display: flex;
  gap: 19px;
}

.product__img img {
   width: 352px;
   max-width: 100%;
}
.product__imgs > img { height: 200px; }

.product__right {
   -webkit-box-flex: 0;
       -ms-flex: 0 0 60%;
           flex: 0 0 60%;
   padding: 0px 0px 0px 20px;
}
@media (max-width: 550px) {
   .product__right {
      padding: 40px 0px 0px 0px;
   }
}

.product__text {
   margin: 0px 0px 40px 0px;
}
.product__text p {
   font-family: "Open Sans";
   font-size: calc(15px + 2 * ((100vw - 320px) / 880));
   font-weight: 400;
   line-height: 1.1;
   margin: 0px 0px 20px 0px;
}
.product__text p:last-child {
   margin: 0;
}

.product__contacts {
   margin: 0px 0px 40px 0px;
}
.product__contacts > *:not(:last-child) {
   margin: 0px 0px 20px 0px;
}

.product__contact {
   line-height: 1.2;
   font-weight: 400;
   font-size: 16px;
   font-family: "Open Sans";
}
.product__contact span {
   font-weight: bold;
}
.product__contact a {
   color: #000;
}
.enterprizeOfTheYear {
  width: 400px;
  padding: 15px;

}
@media (max-width: 615px) {
  .enterprizeOfTheYear {
    width: 200px;
    position: absolute;
    right: 11px;
    top: 11px;
  }
}

.korm-links {
  align-content: center;
  display: flex;
  flex-flow: revert-layer;
  align-items: flex-end;
  justify-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  align-items: center;
  justify-content: center;
  gap: 10px;
}