/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/


@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-B.eot");
  src: url("../fonts/Ubuntu-B.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-B.woff") format("woff"), url("../fonts/Ubuntu-B.ttf") format("truetype"), url("../fonts/Ubuntu-B.svg#custom_font") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-R.eot");
  src: url("../fonts/Ubuntu-R.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-R.woff") format("woff"), url("../fonts/Ubuntu-R.ttf") format("truetype"), url("../fonts/Ubuntu-R.svg#custom_font") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-L.eot");
  src: url("../fonts/Ubuntu-L.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-L.woff") format("woff"), url("../fonts/Ubuntu-L.ttf") format("truetype"), url("../fonts/Ubuntu-L.svg#custom_font") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/bebas_neue.ttf");
}

body {
  font-family: 'Ubuntu';
  font-size: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

p, div, nav, header, main, footer, aside, section, ul, ol {
  padding: 0;
  margin: 0;
  display: block;
}

a, span {
  padding: 0;
  margin: 0;
  display: inline-block;
}

@media screen and (max-width: 600px) {
.header_logo {
width: 100px;
}
}

@media screen and (min-width: 601px) {
.header_logo {
width: 136px;
}
}

input, button {
  padding: 0;
  margin: 0;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 0;
}

ol li {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

button:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  border: 0;
  max-width: 100%;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:active, *:focus {
  outline: none;
}

input[type="hidden"] {
  display: none;
}

@media (min-width: 1300px) {
  .container {
    width: 1250px;
  }
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    background: #ffffff;
    border-radius: 50%;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 0px;
    line-height: 10px;

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active {
  background: #000;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 0;
  overflow: hidden;
}

.row [class*="col-r"] {
  float: right;
}

.columns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.columns-wrap .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.center-text {
  text-align: center;
}

.header {
  position: relative;
  padding-top: 15px;
}

.header .container {
  position: relative;
  z-index: 15;
}

.header .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 20;
  bottom: 0;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .logo:hover {
  -webkit-filter: drop-shadow(0 2px 2px #333);
          filter: drop-shadow(0 2px 2px #333);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .contact {
  text-align: right;
  padding-left: 0;
}

.header .phone {
  color: #333;
  font-family: 'Pacifico';
  font-size: 20px;
  margin-bottom: 7px;
}

.header .mail {
  white-space: nowrap;
  color: #00a0e3;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header .mail:before {
  content: '';
  width: 22px;
  height: 18px;
  display: inline-block;
  background: url("../img/general/mail.png") no-repeat top / contain;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.header:after {
  background-image: url("../img/general/menu-bg.svg");
  background-repeat-y: no-repeat;
  position: absolute;
  top: 80%;
  width: auto;
  content: '';
  left: -3px;
  right: 0px;
  height: 104px;
  z-index: 10;
  background-position: top center;
  background-size: cover;
}

.menu-wrap li {
  color: #00a0e3;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-wrap li:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #333;
}

.menu-wrap li.active {
  color: #333;
}

.menu-wrap ul {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.header__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
  margin-bottom: 40px;
}

.header__info > * {
  text-align: center;
}

.header__info-phones {
  font-family: Pacifico;
  flex: 2 0 0;
}

.header__info-lang {
  flex: 2 0 0;
  margin: 0 -5px;
}

.header__info-lang a {
  transition: all ease .3s;
}

.header__info-mail {
  flex: 1 0 0;
}

.header__info-social {
  flex: 1 0 0;
  margin: 0 -5px;
}

.header__info-lang a {
  display: inline-block;
  margin: 0 5px;
  color: #00a0e3;
  font-size: 20px;
  text-transform: uppercase;
}

.header__info-lang a:hover {
  color: #333;
}
.promo-slider .slick-slide {
  max-height: 900px;
}
.promo-slider .slick-dots {
  position: absolute;
  z-index: 29;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
}

.social__item {
  display: inline-block;
  margin: 0 5px;
  transition: all ease .1s;
}

.social__item:hover {
  transform: scale(1.1)
}

.social__item img {
  height: 25px;
}

.phone,
.mail {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.phone:hover,
.mail:hover {
  color: #00a0e3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.promo-slider {
  position: relative;
}

.promo-slider .bg {
  margin: 0 auto;
  width: 100%;
}

.promo-slider .container {
  position: relative;
  z-index: 3;
  text-align: left;
}

.promo-slider .container .descr {
  padding: 0% 0 40%;
  color: #ffffff;
}

.promo-slider h1 {
  margin-top: 90px;
  font-weight: 700;
  line-height: 24px;
  font-size: 64px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.promo-slider p {
  margin-top: 50px;
  font-size: 64px;
  color: white;
  font-family: 'Pacifico';
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.maintitle {
  font-family: Pacifico;
  font-size: 64px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.maintitle:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.maintitle .sm {
  color: black;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 300;
  margin-left: 35px;
  position: absolute;
  bottom: 0;
}

.pagetitle {
  text-align: center;
  color: white;
  font-family: 'Pacifico';
  font-size: 64px;
  font-weight: 400;
  background-image: url("../img/general/title-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 90px 0 150px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pagetitle:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn {
  min-width: 218px;
  background-color: #00a0e3;
  border-radius: 30px;
  -webkit-box-shadow: 0 12px 13px rgba(40, 152, 214, 0.19);
          box-shadow: 0 12px 13px rgba(40, 152, 214, 0.19);
  padding: 18px;
  font-size: 24px;
  font-weight: 700;
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1;
}

.btn:hover {
  background-color: #22baf9;
  -webkit-box-shadow: 0 12px 13px rgba(40, 152, 214, 0.19);
          box-shadow: 0 12px 13px rgba(40, 152, 214, 0.19);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn:active {
  background-color: #006189;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.item .title {
  font-family: 'Pacifico';
  font-size: 36px;
  font-weight: 400;
  margin: 20px 0 30px;
  line-height: 1.15;
  color: #00a0e3;
}

.item .descr p {
  font-size: 18px;
  font-weight: 300;
}

.blue {
  color: #fff;
  background-color: #00a0e3;
}

.blue .title {
  color: #fff;
}

.dblue {
  color: #fff;
  background-color: #0a93d2;
}

.dblue .title {
  color: #fff;
}

.text-md {
  color: #333;
  font-size: 24px;
  font-weight: 300;
}

.text-xs {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.text-xs p + p {
  margin-top: 20px;
}

.text-xs .title {
  color: #333;
  font-family: Pacifico;
  font-size: 32px;
  font-weight: 400;
  margin: 20px 0;
}

.text-xs ul {
  margin-bottom: 20px;
}

.text-xs ul li {
  position: relative;
  padding: 5px 0;
}

.text-xs ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/general/icon-list.png");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 10px;
}

.color-text {
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: 300;
  background-color: #00a0e3;
  padding: 0 5px;
}

.site-develop__logo {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  background: #00a0e3;
  border-radius: 4px;
  padding: 3px 15px;
  margin-left: 10px;
  transition: all ease .3s; }
  .site-develop__logo:hover {
    color: #00a0e3;
    background: #ffffff; }

.site-develop__link {
  display: inline-block;
  font-size: 17px; }


.about {
  position: relative;
}

.about .text-md {
  padding-top: 25px;
  line-height: 1.5;
}

.about .maintitle {
  margin-bottom: 45px;
}

.about .our-history {
  padding-bottom: 60px;
}

.about .preferences {
  background-image: url("../img/general/pref-bg.png");
  background-repeat-y: no-repeat;
  background-position: top center;
  padding: 85px 0 55px;
}

.about .preferences .subtitle {
  padding: 0 12%;
  color: white;
  font-family: 'Pacifico';
  font-size: 32px;
  font-weight: 400;
}

.about .preferences .title {
  color: #333;
}

.about .achievements {
  padding-bottom: 60px;
}

.about .achievements .center-text {
  max-width: 705px;
  margin: 0 auto;
}

.about .achievements .title {
  line-height: 1.4;
}

.about .achievements .item {
  padding: 20px 0;
  text-align: center;
  min-height: 380px;
}

.about .sub-descr {
  font-size: 24px;
  font-weight: 400;
  padding: 0 5%;
}

.about .sub-descr p + p {
  margin-top: 25px;
}

.about .item {
  min-height: 425px;
  background-color: white;
  border: 10px solid #efefef;
  border-radius: 40px;
  color: #333333;
  padding: 0 25px;
  margin-bottom: 30px;
}

.about .item img.bg {
  margin-top: -45px;
}

.about .item .title {
  font-family: 'Pacifico';
  font-size: 42px;
  font-weight: 400;
  margin: 8px 0 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.about .item p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.about .item:hover .title {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.production {
  padding-top: 40px;
  padding-bottom: 60px;
}

.production .item {
  margin-bottom: 60px;
}

.production .item .title {
  font-size: 36px;
  margin-top: 30px;
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.production .item .hover-descr {
  position: relative;
}

.production .item .hover-descr .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border: 10px solid #efefef;
  border-radius: 5px;
  color: #333;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 15px;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.production .item .hover-descr:hover .hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.production .item .count {
  width: 80px;
  height: 80px;
  background-color: #00a0e3;
  border: 10px solid white;
  border-radius: 50%;
  color: white;
  font-family: Ubuntu;
  font-size: 32px;
  font-weight: 700;
  padding: 7px 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.production .item:hover .title {
  color: #00a0e3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.production .col-md-4:nth-child(3n+1) {
  clear: left;
}

.cataloge {
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.cataloge .col-md-3:nth-child(10n-1) {
  clear: left;
}

.cataloge .item {
  margin-bottom: 20px;
  min-height: 370px;
  display: block;
}

.cataloge .title {
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}

.cataloge .cataloge-wrap {
  padding-top: 15px;
}

.news {
  position: relative;
}

.news .container {
  position: relative;
  z-index: 2;
}

.news .item {
  margin-top: 40px;
}

.news .item img {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.news .item .pict-wrap {
  display: flex;
  flex-direction: column;
  border: 10px solid #efefef;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.news .item .title {
  margin: 25px 0 25px;
  line-height: 1.2;
  font-size: 32px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.news .item img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.news .date {
  color: black;
  font-size: 18px;
  font-weight: 300;
}

.news .col-sm-4:nth-child(3n+1) {
  clear: left;
}

.news .item p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.slider__arrow {
  display: block;
  position: absolute;
  font-size: 10px;
  top: 30%;
  width: 7em;
  height: 7em;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  background: #00a0e3;
  padding: 1.5em;
  transform: translateY(-50%);
  border: 1em solid #ffffff;
}

.slider__arrow img {
  display: block;
}

.slider__arrow--prev {
  left: 15px;
}

.slider__arrow--next {
  right: 15px;
}

.pagination {
  padding-bottom: 20px;
  margin-top: 40px;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li + li {
  margin-left: 10px;
}

.pagination ul a {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #efefef;
  color: #00a0e3;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pagination ul a:hover, .pagination ul a.active {
  background-color: #00a0e3;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contacts {
  margin-top: -20px;
  position: relative;
}

.contacts .maintitle {
  color: #FFF;
}

.contacts .inner {
  position: relative;
  height: 255px;
}

.contacts .inner:before {
  background-image: url("../img/general/contact-bg-white1.png");
  background-repeat-y: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0px;
  width: auto;
  content: '';
  left: -3px;
  right: 0px;
  height: 100%;
  z-index: 10;
}

.contacts .inner .container {
  z-index: 30;
  position: relative;
}

.contacts .maintitle {
  margin-top: 90px;
}

.contacts .contacts-wrap {
  margin-top: 95px;
}

.contacts .address {
  color: white;
  font-family: 'Pacifico';
  font-size: 32px;
  font-weight: 400;
  border: 10px solid white;
  border-radius: 10px;
  display: block;
  margin: -85px auto 0;
  z-index: 5;
  max-width: 460px;
  position: relative;
  text-align: center;
}

.contacts .address p {
  border-radius: 4px;
  padding: 10px;
  background-color: #00a0e3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contacts .address:hover p {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contacts .phone {
  color: #333;
  font-family: 'Balsamiq Sans', cursive;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contacts .phone:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #00a0e3;
}

.contacts .phone-wrap {
  margin-bottom: 10px;
  margin-top: 10px;
}

.contacts .phone-wrap p {
  color: #999;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 10px;
}

.contacts .mail {
  display: block;
  white-space: nowrap;
  color: #00a0e3;
  font-family: 'Balsamiq Sans', cursive;
  font-size: 25px;
  font-weight: 400;
  position: relative;
}

.contacts .mail:before {
  content: '';
  width: 23px;
  height: 17px;
  display: inline-block;
  background-image: url("../img/general/mail-icon.png");
  background-repeat: no-repeat;
  margin-right: 5px;
}

.contacts .contacts-add {
  padding: 45px 0;
  color: #999;
  font-size: 17px;
  font-weight: 300;
}

.contacts .contacts-add .copy {
  padding-top: 7px;
}

.contacts-bg {
  background-image: url("../img/general/contact-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.contacts-bg .inner {
  height: 295px;
}

.contacts-bg .inner:before {
  background-image: url("../img/general/contact-bg-white.png");
  top: 50px;
}

.contacts-bg .maintitle {
  margin-top: 170px;
  margin-right: 100px;
}

.contacts-bg .contacts-wrap {
  margin-top: 70px;
}

.main-page .about {
  position: relative;
  z-index: 15;
  background-image: url("../img/general/wave-bg.png");
  background-repeat-y: no-repeat;
  min-height: 750px;
  background-position: top center;
  padding: 80px 0 65px;
  color: white;
  margin-top: -150px;
  background-size: auto;
}

.main-page .about .title {
  color: #333;
}

.main-page .cataloge {
  padding-top: 160px;
  padding-bottom: 110px;
}

.main-page .cataloge:before {
  background-image: url("../img/general/menu-bg.svg");
  background-repeat-y: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: -1px;
  width: auto;
  content: '';
  left: -3px;
  right: 0px;
  height: 103px;
  z-index: 10;
}

.main-page .news {
  padding: 0;
  position: relative;
}

.main-page .news:before {
  background-image: url("../img/general/wave-bg-top.png");
  background-repeat-y: no-repeat;
  background-position: top center;
  position: absolute;
  top: -100px;
  width: auto;
  content: '';
  left: -3px;
  right: 0px;
  height: 250px;
}

.main-page .news .item {
  margin-bottom: 0px;
  margin-top: 0px;
}

.main-page .news .item .pict-wrap {
  border: 10px solid white;
}

.main-page .production {
  padding-top: 0px;
  padding-bottom: 0;
}

.main-page .production .item {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-page .production .count {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-page .production .title {
  color: #333;
}

.modal {
  max-width: 375px;
  border-radius: 4px;
  overflow: hidden;
}

.modal.modal--social {
  width: 100%;
  max-width: 375px;
  padding: 0;
  padding-bottom: 30px;
}

.modal.modal--social .modal__body {
  padding: 0 15px;
}

.modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3b5998;
  padding: 0 30px;
  padding-top: 30px;
  position: relative;
  margin-bottom: 65px;
}

.modal__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.modal__title {
  font-family: Pacifico;
  font-size: 45px;
  line-height: 1.7;
}

.modal__btn {
  border-radius: 10px;
  max-width: 325px;
  width: 100%;
  font-family: 'Pacifico';
  font-size: 32px;
  margin-top: 20px;
}

.modal.modal--social .modal__btn {
  margin-top: 30px;
}

.modal.modal--social .btn-dont-show {
  margin-top: 30px;
} 

.modal__subtitle {
  font-size: 20px;
}

.modal__header::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 65px;
  background: url(../img/general/modal-wave.png) no-repeat bottom / cover;
}


.btn-dont-show {
  border: none;
  background: transparent;
  color: #00a0e3;
  font-size: 15px;
}

.category {
  padding: 70px 0;
}

.category .product + .product {
  margin-top: 80px;
}

.category .product-descr {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.category .product-descr .title {
  font-family: 'Pacifico';
  font-size: 36px;
  font-weight: 400;
  color: #333;
  margin: 20px 0;
}

.category .product-descr__list li {
  position: relative;
  margin: 10px 0;
  padding-left: .7em;
}

.category .product-descr__list li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: .6em;
  left: 0;
  width: .4em;
  height: .4em;
  border-radius: 50%;
  background: #0a93d2;
}

.category .product-descr_left {
  text-align: right;
  padding-right: 30px;
  font-size: 26px;
  font-family: 'Pacifico';
}

.category table {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
  border: 1px solid #f4f4f4;
  border-collapse: inherit;
}

.category table thead {
  color: white;
  font-size: 17px;
  font-weight: 300;
}

.category table thead tr {
  background-color: #0a93d2;
}

.category table th {
  font-weight: 300;
}

.category table td, .category table th {
  padding: 15px 12px;
  text-align: left;
}

.category table tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}

.category table.border {
  border: 1px solid #f4f4f4;
  border-collapse: inherit;
}

.category .sm {
  font-size: 14px;
}

.category .butter3 {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  max-width: 450px;
  margin-right: auto;
  display: block;
  margin-left: auto;
  margin-top: 35px;
}

.open-menu {
  display: none;
}

.main-page .production .item:hover .count {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-color: #00a0e3;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.cataloge .item {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: none;
          transform: none;
  overflow: hidden;
}

.cataloge .item:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}

.cataloge .item:hover .title {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cataloge .item:hover .drop {
  -webkit-animation-name: drip;
          animation-name: drip;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0.91, 0.19);
          animation-timing-function: cubic-bezier(1, 0, 0.91, 0.19);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.cataloge .item:hover .wave {
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.cataloge .item:hover .wave:after {
  -webkit-animation-name: ripple-2;
          animation-name: ripple-2;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.drop {
  position: relative;
  width: 20px;
  height: 20px;
  top: -30px;
  margin: 0 auto;
  background: #fafaf8;
  border-radius: 20px;
}

.drop:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 30px solid #f8f8f6;
  top: -22px;
}

.wave {
  position: absolute;
  opacity: 0;
  top: 180px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 1px;
  border: #fafaf8 7px solid;
  border-radius: 300px / 150px;
}

.wave:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: -5px;
  left: 0;
  width: 2px;
  height: 1px;
  border: #d3d2cf 6px solid;
  border-radius: 300px / 150px;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    width: 200px;
    height: 100px;
    border-width: 1px;
    top: 50px;
    left: 0;
    right: 0;
    opacity: 0;
  }
}

@keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    width: 200px;
    height: 100px;
    border-width: 1px;
    top: 50px;
    left: 0;
    right: 0;
    opacity: 0;
  }
}

@-webkit-keyframes ripple-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    width: 270px;
    height: 100px;
    border-width: 1px;
    top: 80px;
    left: -10px;
    right: -10px;
  }
}

@keyframes ripple-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    width: 270px;
    height: 100px;
    border-width: 1px;
    top: 80px;
    left: -10px;
    right: -10px;
  }
}

@-webkit-keyframes drip {
  to {
    top: 170px;
  }
}

@keyframes drip {
  to {
    top: 170px;
  }
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

#map {
  overflow: hidden;
  border-radius: 50%;
  height: 400px;
}

@media (max-width: 1200px) {
  .menu-wrap li {
    font-size: 20px;
  }
  .header .phone {
    font-size: 17px;
  }
  .header .contact {
    padding-right: 0;
    margin-left: -15px;
  }
  .item .title {
    font-size: 32px;
  }
  .about .sub-descr {
    font-size: 20px;
  }
  .about .item .title {
    font-size: 34px;
  }
  .about .item p {
    line-height: 1.4;
  }
  .item .descr p {
    font-size: 16px;
  }
  .maintitle {
    font-size: 56px;
  }
  .production .item .title {
    font-size: 31px;
    margin-top: 15px;
  }
  .news .item .title {
    margin: 20px 0 20px;
    line-height: 1.2;
    font-size: 28px;
  }
  .contacts .phone {
    font-size: 26px;
  }
  .contacts .address {
    font-size: 24px;
  }
  .promo-slider h1 {
    font-size: 42px;
    margin-top: 80px;
  }
  .promo-slider p {
    font-size: 48px;
  }
  .text-md {
    font-size: 20px;
  }
  .cataloge .item {
    min-height: 300px;
  }
}

@media (max-width: 992px) {
  .app-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 350;
    padding: 0;
  }
  .menu--visible {
    pointer-events: auto;
  }
  .app-menu .main-menu {
    position: relative;
    max-width: 260px;
    padding-left: 5px;
    width: 90%;
    height: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-103%);
    transform: translateX(-103%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    will-change: transform;
    z-index: 160;
    pointer-events: auto;
    overflow-x: auto;
    background-color: #f6f6f6;
  }
  .menu--visible .main-menu {
    -webkit-transform: none;
    transform: none;
  }
  .menu--animatable .main-menu {
    -webkit-transition: all 130ms ease-in;
    transition: all 130ms ease-in;
  }
  .menu--visible.menu--animatable .main-menu {
    -webkit-transition: all 130ms ease-out;
    transition: all 130ms ease-out;
  }
  .app-menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    will-change: opacity;
    pointer-events: none;
    -webkit-transition: opacity 1.3s cubic-bezier(0, 0, 0.3, 1);
    transition: opacity 1.3s cubic-bezier(0, 0, 0.3, 1);
  }
  .menu--visible:after {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 1.3s cubic-bezier(0, 0, 0.3, 1);
    transition: opacity 1.3s cubic-bezier(0, 0, 0.3, 1);
  }
  .app-menu ul li {
    display: block;
    text-align: left;
    padding: 10px 10px;
  }
  .menu-wrap ul {
    padding-top: 0;
  }
  .open-menu {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-image: -webkit-linear-gradient(330deg, #00a1e4 0%, #00a1e4 100%);
    background-image: linear-gradient(120deg, #00a1e4 0%, #00a1e4 100%);
    border: 1px solid #00a1e4;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    margin-top: 4px;
    z-index: 10;
    float: right;
    outline: none;
  }
  .open-menu span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    background-color: #fff;
    height: 3px;
    width: 70%;
  }
  .open-menu span:after, .open-menu span:before {
    content: '';
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    border-radius: 8px;
    width: 70%;
    height: 3px;
    left: 50%;
    display: block;
    background-color: #fff;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: .95;
  }
  .open-menu span:before {
    margin-top: -8px;
  }
  .open-menu span:after {
    margin-top: 11px;
  }
  .open-menu:hover {
    background: transparent;
    border: 1px solid #00a1e4;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .open-menu:hover span, .open-menu:hover span:after, .open-menu:hover span:before {
    background-color: #00a1e4;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .app-menu [class*="col-"] {
    width: auto;
  }
  .menu-wrap ul {
    display: block;
    margin: 0;
  }
  .header .contact {
    margin: 0;
    width: auto;
    text-align: left;
    padding: 25px;
  }
  .header {
    z-index: 30;
    padding-top: 15px;
  }
  .header:after {
    top: 50%;
  }

  .header__info {
    flex-direction: column;
    order: 1;
    padding: 0 25px;
  }

  .header__info > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .header__info > *:first-child {
    margin-top: 0;
  }

  .header__info > *:last-child {
    margin-bottom: 0;
  }

  .header__info-phones {
    font-size: 22px;
  }

  .header__info-lang {
    font-size: 18px;
  }

  .header .logo {
    top: 3px;
  }

  .promo-slider .slick-dots {
    bottom: 20px;
  }

  .main-page .about {
    margin-top: -90px;
  }

  .about .item {
    padding: 0 15px;
  }
  .header .container {
    z-index: 21;
  }
  .cataloge .col-md-3:nth-child(6n-1) {
    clear: none;
  }
  .cataloge .col-md-3:nth-child(3n+1) {
    clear: left;
  }
  .news .item .title {
    font-size: 24px;
  }
  .contacts .phone {
    display: inline-block;
    padding: 0 15px;
  }
  .contacts .phone-wrap {
    text-align: center;
  }
  .contacts .phone-wrap p {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .text-xs {
    font-size: 16px;
  }
  .text-md {
    font-size: 18px;
  }
  .production .col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .production .col-md-4:nth-child(2n+1) {
    clear: left;
  }
  .contacts .phone-wrap {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .slider__arrow {
    top: 50%;
    font-size: 8px;
  }

  .slider__arrow--prev {
    left: 10px;
  }

  .slider__arrow--next {
    right: 10px;
  }

  .about .item {
    min-height: auto;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .main-page .about {
    padding: 60px 0 65px;
    margin-top: -80px;
  }
  .production .item .hover-descr {
    max-width: 380px;
    margin: 0 auto;
  }
  .production .item .title {
    text-align: center;
  }
  .cataloge .col-md-3:nth-child(3n+1) {
    clear: none;
  }
  .cataloge .col-md-3:nth-child(odd) {
    clear: left;
  }
  .contacts-add {
    text-align: center;
  }
  .news .item img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .main-page .news .item {
    text-align: center;
    display: block;
    margin-bottom: 25px;
  }
  .promo-slider .bg {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 400px;
  }
  .promo-slider p {
    font-size: 34px;
    margin-top: 30px;
  }
  .about .achievements .item {
    width: auto;
    margin: 20px auto;
    max-width: 300px;
  }
  .about .preferences {
    background-size: cover;
  }
  .about .preferences .subtitle {
    padding: 0;
    font-size: 25px;
  }
  .about .logo {
    display: none;
  }
  .cataloge .title {
    position: relative;
  }
  .cataloge .item {
    min-height: auto;
  }
  .table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table {
    width: 100%;
    max-width: 100%;
  }
  .category .product-descr .title {
    font-size: 32px;
  }
  .columns-wrap {
    display: block;
  }
  .promo-slider .container .descr {
    padding: 0% 0 30%;
  }
}

@media (max-width: 480px) {
  .maintitle {
    font-size: 42px;
  }
  .pagetitle {
    font-size: 36px;
    background-position: 45% 100%;
    padding: 70px 0 55px;
  }
  .contacts .address {
    margin: 0;
  }

  .promo-slider .slick-dots {
    bottom: 20px;  
  }

  .about .sub-descr {
    padding: 0;
  }
  .about .sub-descr {
    font-size: 16px;
  }
  .maintitle .sm {
    position: static;
    display: block;
    margin: 10px 0;
  }
  .category table td, .category table th {
    padding: 10px 10px;
    text-align: left;
  }
  .category table, .category table thead {
    font-size: 15px;
  }
  .about .item .title {
    font-size: 28px;
  }
  .contacts .phone {
    font-size: 20px;
  }
  .contacts .phone-wrap p {
    margin: 0;
  }
  .contacts .mail {
    font-size: 26px;
  }
  .contacts .contacts-add {
    font-size: 14px;
    padding: 20px 0;
  }
  .about .achievements .title {
    font-size: 26px;
  }
  .about .achievements .row {
    margin-top: 20px;
  }
  @-webkit-keyframes drip {
    to {
      top: 80px;
    }
  }
  @keyframes drip {
    to {
      top: 80px;
    }
  }
  .wave {
    top: 100px;
  }
  .production .item .hover-descr .hover {
    padding: 10px 10px;
    font-size: 12px;
  }
  .cataloge .columns-wrap .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .category .product-descr .title {
    font-size: 24px;
  }
  .category .sm {
    font-size: 13px;
  }
  .category .product + .product {
    margin-top: 40px;
  }

  .contacts-add .site-develop__link {
    padding: 8px 0;
  }
}

.about {
  background-repeat: no-repeat;
}

.header .phone {
  margin-top: -25px;
  line-height: 1.2;
  margin-bottom: 0;
}

.category .butter3 {
  max-height: 280px;
  margin-top: 0;
}




.news .item img{ max-height: 270px;  object-fit: cover;  width: 100%;    object-position: 15%; }