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

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

body {
  line-height: 1;
}

img {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  height: 100%;
}

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

body {
  font: 14px/20px "Ubuntu", sans-serif;
  height: 100%;
  color: #333;
}

font {
  font-family: "Ubuntu" !important;
}

.home .wrapper {
  height: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
}

.header {
  background: #2389be;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10;
}

.header .container {
  position: static;
}

.header-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-box {
  display: inline-block;
  height: 50px;
}

#logo {
  width: 71px;
  height: 48px;
  fill: #fff;
  box-sizing: initial;
}

#top-menu {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  margin-left: 50px;
}

#top-menu li {
  display: inline-block;
  *display: inline;
  margin: 0 0 0 30px;
  color: #fff;
  vertical-align: top;
}

#top-menu li.dropdown > span {
  position: relative;
  height: 100%;
  height: 90px;
  line-height: 90px;
  cursor: pointer;
}

#top-menu > li:first-child {
  margin: 0;
  height: 90px;
  line-height: 90px;
}

.tab-text-inner {
  overflow: hidden;
  max-height: 180px;
  margin-bottom: 35px;
}

#top-menu a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

header .list-unstyled .list-unstyled {
  align-items: flex-start !important;
}

#top-menu a:hover {
  color: #ffd700 !important;
}

#top-menu .active a {
  color: #ffd700 !important;
  border-bottom: 3px solid #ffd700;
}

#top-menu .dropdown-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: none;
  margin: 0;
  background: #2389be;
  box-sizing: border-box;
  border-top: 1px solid #2c7aa4;
}

#top-menu .dropdown-inner {
  /*background: #2389be;
  border-top: 2px solid #2c7aa4;*/
  overflow: hidden;
  box-sizing: border-box;
}

#top-menu .dropdown-inner > ul {
  width: 1140px;
  margin: 0 auto;
  padding: 17px 0;
  box-sizing: border-box;
}

#top-menu .dropdown-inner ul:after {
  clear: both;
  content: "";
  display: block;
}

#top-menu .dropdown-inner ul li {
  float: left;
  width: auto;
  border-right: 1px solid #2c7aa4;
  box-sizing: border-box;
  padding-right: 40px;
  margin-right: 40px;
  color: #fff;
  flex: 1 1 auto;
}

.insert {
  /*width: 100%;*/
  margin-top: 20px;
}

.insert li {
  float: none !important;
  width: 100% !important;
  display: block;
  border-right: none !important;
  box-sizing: border-box !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  color: #fff !important;
  margin: 0 !important;
  padding-left: 70px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  position: relative;
  margin-bottom: 20px !important;
}

.insert li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffd700;
  position: absolute;
  top: 5px;
  left: 20px;
}

#top-menu .dropdown-inner ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

#top-menu .dropdown:hover .dropdown-menu {
  display: block;
}

#top-menu .dropdown:hover .lang-icon {
  fill: #ffd700;
}

#top-menu ul ul a {
  display: block;
  color: #fff !important;
  width: 100%;
}

header .list-unstyled > li > a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

header .list-unstyled > li > a > span {
  white-space: nowrap;
}

header .list-unstyled .list-unstyled svg {
  flex: 0 0 50px;
  margin-right: 20px;
}

#top-menu ul ul a:hover {
  color: #ffd700 !important;
}

#top-menu ul ul .active svg,
#top-menu ul ul a svg {
  transition: all 0.3s ease;
}

#top-menu ul ul .active a {
  color: #ffd700 !important;
}

#top-menu ul ul .active svg,
#top-menu ul ul a:hover svg {
  fill: #ffd700;
}

#callme-button {
  display: inline-block;
  vertical-align: middle;
}

#top-menu .dropdown-inner svg {
  height: 50px;
  vertical-align: middle;
  width: 50px;
  fill: #ffd700;
}

#callme {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.lang-box.active .lang-icon {
  transform: rotate(180deg);
}

.lang-box.active .lang-list {
  display: block;
}

.lang-active {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  cursor: pointer;
  width: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.lang-active:hover {
  color: #ffd700;
}

.lang-icon {
  margin-left: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  fill: #fff;
  pointer-events: none;
}

.lang-list {
  margin: 0;
  list-style: none;
  padding: 20px 30px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  background: #2389be;
  border-top: 2px solid #2c7aa4;
  display: none;
}

.lang-list li {
  margin-top: 15px;
}

.lang-list li:first-child {
  margin-top: 0;
}

.lang-list li a {
  color: #fff;
  text-decoration: none;
}

.lang-list li a:hover {
  color: #ffd700;
}

.price-btn {
  line-height: 40px;
  border: 3px solid #3995c5;
  width: 170px;
  margin-right: 20px;
  cursor: pointer;
  text-align: center;
  transition: 0.2s ease;
  text-decoration: none;
}

.price-btn:hover {
  border-color: #ffd700;
}

.price-btn:hover .price-btn__icon {
  fill: #ffd700;
}

.price-btn:hover .price-btn__text {
  color: #ffd700;
}

.price-btn__icon {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  transition: 0.2s ease;
}

.price-btn__text {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13px;
  transition: 0.2s ease;
}

.phones {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.phones a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.lang-switcher {
  float: right;
}

.main.onepage-wrapper {
  z-index: 2;
}

.header.white #logo,
.viewing-page-3 .header #logo,
.viewing-page-5 .header #logo {
  fill: #fff;
}

.header.white .btn-group button,
.viewing-page-3 .btn-group button,
.viewing-page-5 .btn-group button {
  color: #333;
  background-position: 0 -26px;
}

.header.white .dropdown-menu,
.viewing-page-3 .dropdown-menu,
.viewing-page-5 .dropdown-menu {
  background: #fff;
}

.header.white .lines-menu::after,
.header.white .lines-menu::before,
.header.white .lines-menu,
.viewing-page-3 .lines-menu::after,
.viewing-page-3 .lines-menu::before,
.viewing-page-3 .lines-menu,
.viewing-page-5 .lines-menu::after,
.viewing-page-5 .lines-menu::before,
.viewing-page-5 .lines-menu {
  background: #2bb9ef;
}

.home {
  overflow: hidden;
}

*::selection {
  background: #ffb7b7;
}

*::-moz-selection {
  background: #ffb7b7;
}

*::selection {
  background: #a8d1ff;
}

*::-moz-selection {
  background: #a8d1ff;
}

*::selection {
  background: #fff2a8;
}

*::-moz-selection {
  background: #fff2a8;
}

button:focus {
  outline: none;
}

.btn-group button {
  cursor: pointer;
  border: none;
  background: url(../images/drop.png) 0 12px no-repeat;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 0 5px 10px;
  line-height: 19px;
  box-sizing: border-box;
  height: 29px;
}

.btn-group button a {
  color: #fff;
  text-decoration: initial;
}

.btn-group {
  position: relative;
  margin: 33px 0 0 15px;
  color: #fff;
  text-transform: uppercase;
}

.open .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 50px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background: #2bb9ef;
}

.dropdown-menu button {
  background: none;
}

input,
textarea {
  transition: all 0.3s ease;
  resize: vertical;
  font-size: 13px;
  font-family: "Ubuntu";
  color: #fff;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #ffd700 !important;
}

input::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-placeholder {
  color: #fff;
}

input:-moz-placeholder {
  color: #fff;
}

input:-ms-input-placeholder {
  color: #fff;
}

textarea::-webkit-input-placeholder {
  color: #fff;
}

textarea::-moz-placeholder {
  color: #fff;
}

textarea:-moz-placeholder {
  color: #fff;
}

textarea:-ms-input-placeholder {
  color: #fff;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.content {
  padding: 0 0 230px;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.section {
  overflow: hidden;
}

header .list-unstyled {
  padding: 0;
  list-style: none;
  margin-right: 36px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-items: center;
}

footer .list-unstyled {
  padding: 0;
  list-style: none;
  margin-right: 36px;
  float: left;
}

.map-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -2000px;
  left: 0;
  z-index: 10;
}

#map_canvas {
  width: 100%;
  height: 90%;
}

.map-close {
  height: 10%;
  background: #2bb9ef;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  cursor: pointer;
}

.map-close svg {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
  fill: #fff;
  transition: all 0.3s ease;
}

.map-close:hover svg {
  fill: #ffd700;
  -webkit-transform: rotateZ(-180deg);
  -ms-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}

.map-info {
  width: 320px;
  height: 460px;
  position: absolute;
  top: 50%;
  left: 20%;
  background: #2bb9ef;
  margin: -320px 0 0 0;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
}

.map-info-inner {
  border: 1px solid #fff;
  padding: 15px;
  height: 388px;
}

.map-info-inner a {
  color: #fff;
}

.map-info-inner > div {
  width: 250px !important;
  background: #2bb9ef;
}

.map-address,
.map-phones,
.map-mail {
  width: 140px;
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
  min-height: 34px;
  line-height: 20px;
}

.map-address {
  background: url(../images/address.svg) no-repeat;
  background-size: 34px 34px;
}

.map-phones {
  background: url(../images/phones.svg) no-repeat;
  background-size: 34px 34px;
}

.map-mail {
  background: url(../images/mail.svg) no-repeat;
  background-size: 34px 34px;
}

.map-mail a {
  line-height: 34px;
}

.map-write {
  text-align: center;
  margin: 0 0 20px 0;
}

.map-mail.form-title {
  width: 100%;
  line-height: 34px;
}

.page-title {
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.page-title:after {
  content: "";
  background: #fff;
  display: block;
  height: 4px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.map-info-inner .more {
  margin: 0 auto;
  display: block;
}

.psubmit {
  margin: 70px 0 0 0;
  text-align: center;
}

.front,
.back {
  position: relative;
  height: 95% !important;
}

.prname {
  display: none;
}

.map-wrap .close,
.modal-dialog .close {
  position: absolute;
  top: -32px;
  right: -30px;
  background: #2389be;
  width: 34px;
  height: 34px;
  cursor: pointer;
  color: #fff;
}

.map-wrap .close {
  background: url(../images/close.jpg) 0 0 no-repeat;
}

.more {
  color: #fff;
  text-decoration: none;
  width: 158px;
  height: 34px;
  line-height: 34px;
  border: 3px solid #fff;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.main {
  height: 100%;
  min-height: 100%;
  /*padding-bottom: 230px;*/
  padding-top: 90px;
}

.page1 {
  background: url(../images/slide.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.section1-block {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  height: 215px;
  width: 900px;
  position: absolute;
  top: 190px;
  left: 50%;
  margin: 0 0 0 -450px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 1500px) {
  .section1-block {
    height: auto;
    top: 130px;
  }
}

@media only screen and (max-width: 1200px) {
  .triggers-box {
    margin-top: 20px;
  }
}

.section1-block > img {
  height: 215px;
  width: 320px;
  margin: 0 auto 35px;
  display: block;
}

 {
  margin-top: 45px;
}

.triggers-box ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.triggers-box ul li {
  display: inline-block;
  vertical-align: top;
  max-width: 125px;
  position: relative;
  margin-left: 35px;
}

.triggers-box ul li:first-child {
  margin: 0;
}

.triggers-box ul li:first-child:after {
  border-color: transparent;
}

.triggers-box ul li:after {
  position: absolute;
  content: "";
  left: -50px;
  top: 27px;
  border-top: 2px solid #ffd700;
  width: 42px;
}

.triggers-box .title {
  text-transform: none;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 760px) {
  .triggers-box ul {
    display: none;
  }
}

.yellow-btn {
  background-color: #ffd700;
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #2389be;
  font-size: 13px;
  line-height: 56px;
  font-weight: normal;
  text-align: center;
  width: 204px;
  transition: all 0.2s ease-in-out;
}

.blue-btn {
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
  font-weight: normal;
  text-align: center;
  width: 212px;
  transition: all 0.2s ease-in-out;
  border: 3px solid #2389be;
  color: #2389be;
  line-height: 40px;
}

.yellow-btn:hover {
  font-weight: bold;
  background-color: #fff;
}

.blue-btn:hover {
  background-color: #2389be;
  color: #fff;
  font-weight: bold;
}

.mouse {
  height: 56px;
  width: 48px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0px 0 0 -23px;
  z-index: 9;
  cursor: pointer;
  background: url(../images/mouse.png) no-repeat;
}

@media only screen and (max-width: 1700px) {
  .mouse {
    display: none;
  }
}

#mouse {
  fill: #2389be;
  height: 26px;
  width: 14px;
  margin: 15px auto 0;
  display: block;
}

.wheel {
  position: absolute;
  display: block;
  top: 24px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background: #fff;
  height: 6px;
  -webkit-animation-name: scroll;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  -moz-animation-name: scroll;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  animation-name: scroll;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

.page2 .page-title {
  color: #2bb9ef;
  display: inline-block;
  line-height: 85px;
  position: relative;
  top: -25px;
  margin-left: 25px;
  background: #fff;
  z-index: 8;
}

.page2 .page-title:after {
  height: 4px;
  width: 65px;
  background: #2bb9ef;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.page2 .owl-controls {
  position: absolute;
  z-index: 9;
  top: 577px;
  left: 50%;
  margin: 0px 0 0 385px;
}

.page2 .lines-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden;
}

.white-cover {
  height: 100%;
  width: 3000px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 2000px;
  z-index: 19;
}

.owl-wrapper-outer {
  position: relative;
  width: 100%;
}

#owl-about .owl-item,
#owl-slider .owl-item {
  margin: 0;
  float: left;
  overflow: hidden;
  height: 540px;
}

#owl-slider .owl-item .top-line {
  height: 2px;
  right: 0%;
  width: 60%;
  top: 60px;
}

#owl-slider .owl-item .right-line {
  width: 2px;
  height: 480px;
  bottom: 0;
  right: 0%;
}

#owl-slider .owl-item .bottom-line {
  height: 2px;
  left: 0;
  width: 100%;
  bottom: 0;
}

#owl-about .owl-item img {
  position: absolute;
  bottom: 0;
  left: -195px;
  height: 420px;
  z-index: 9;
}

.owl-nav div {
  width: 68px;
  height: 81px;
  background: url(../images/arrows.png) 0 0 no-repeat;
  cursor: pointer;
  float: left;
}

.owl-image {
  height: 100% !important;
  right: 685px;
  left: auto !important;
  width: 850px;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.owl-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(35, 137, 190, 0.7);
}

#owl-about .ss {
  width: 600px;
  display: block;
  position: absolute;
  height: 100% !important;
  /*right: 945px;*/
  left: 0 !important;
  border-right: 1px solid #2bb9ef;
}

#owl-about .owl-item .ss .owl-image {
  position: relative;
  left: auto;
  height: 100%;
  right: auto;
  width: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.owl-nav .owl-next {
  background-position: -68px 0;
}

.owl-nav .owl-prev:hover {
  background-position: 0 -81px;
}

.owl-nav .owl-next:hover {
  background-position: -68px -81px;
}

.owl-controls {
  position: absolute;
  top: 140px;
  z-index: 9;
}

#owl-about {
  overflow: hidden;
  position: relative;
}

#owl-about,
#owl-about .container,
#owl-about .owl-wrapper-outer,
#owl-about .owl-wrapper,
#owl-about .owl-item,
#owl-about .owl-stage-outer,
#owl-about .owl-stage {
  height: 100% !important;
}

#owl-slider {
  list-style-type: none;
  counter-reset: item;
  position: absolute;
  right: 0;
  width: 100%;
}

#owl-slider .item,
#owl-about li,
#owl-slider li {
  position: relative;
  height: 540px;
  max-width: 975px;
  float: right;
  width: 86%;
  margin-top: 150px;
}

.slider-item {
  height: 100%;
  position: relative;
}

.slider-item .image-box {
  height: 100%;
  width: 850px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

@media only screen and (max-width: 1700px) {
  .slider-item .image-box {
    width: 40%;
  }
}

.slider-item .image-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(35, 137, 190, 0.7);
}

.slider-item .slider-box {
  position: absolute;
  left: 50%;
  top: 120px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slider-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  box-shadow: 0 0 70px rgba(35, 137, 190, 0.4);
  position: relative;
}

.slider-content .slider-text {
  padding: 70px 50px;
  background-color: #fff;
}

.slider-content .text {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.slider-title {
  position: relative;
  margin: 0 0 0 495px;
  width: 320px;
}

.slider-title:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  border-top: 2px solid #2389be;
  width: 100%;
}

.slider-title:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  border-right: 2px solid #2389be;
  height: 800px;
}

.slider-title span {
  display: inline-block;
  position: relative;
  color: #2389be;
  padding-bottom: 25px;
  padding-right: 20px;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 75px;
  background: #fff;
  line-height: 36px;
}

.slider-title span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #2389be;
  width: 66px;
}

.page-container,
.onepage-wrapper .container.slider-box {
  height: auto;
}

.onepage-wrapper .container {
}

.owl-slider-text {
  margin-right: 90px;
  font-size: 35px;
  line-height: 46px;
  max-width: 425px;
  float: right;
  text-transform: uppercase;
  position: relative;
  top: 180px;
  font-weight: 700;
}

#owl-slider,
#owl-slider .owl-wrapper-outer,
#owl-slider .owl-wrapper,
#owl-slider .owl-item,
#owl-slider .owl-stage-outer,
#owl-slider .owl-stage {
  height: 100% !important;
}

.page3 {
  background: #2389be;
}

#work .page-title {
  color: #fff;
  display: inline-block;
  line-height: 85px;
  position: relative;
  top: -25px;
  margin-left: 25px;
}

#work .page-title:after {
  height: 4px;
  width: 65px;
  background: #ffd700;
  position: absolute;
  bottom: 20px;
  left: 0;
  content: "";
}

#work-list {
  max-width: 975px;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 85%;
}

@media only screen and (max-width: 1700px) {
  #work-list {
    top: 150px;
  }
}

#work {
  list-style-type: none;
  counter-reset: item;
  max-width: 975px;
  height: 630px;
  width: 100%;
}

@media only screen and (max-width: 1700px) {
  #work {
    height: 550px;
  }
}

#work li {
  position: relative;
  height: 33.3%;
}

#work li:before {
  content: counter(item);
  counter-increment: item;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  color: #3995c5;
  display: inline-block;
}

#work .more {
  width: 216px;
  margin-left: 75px;
  display: block;
}

.cover {
  border-right: 1px solid #fff;
  height: 2000px;
  box-sizing: border-box;
  background: #2bb9ef;
  position: absolute;
  left: 0;
  top: -1000px;
  width: 25px;
  z-index: 9;
  display: none;
}

#bottle1,
#bottle2 {
  position: absolute;
  bottom: 0;
}

#bottle1 {
  width: 82px;
  height: 245px;
  right: 180px;
  bottom: 60px;
}

#bottle2 {
  right: 75px;
  width: 71px;
  height: 275px;
  bottom: 100px;
}

#plant1,
#plant2 {
  position: absolute;
}

#plant1 {
  width: 261px;
  height: 202px;
  right: 155px;
}

#plant2 {
  right: 8px;
  width: 197px;
  height: 91px;
  bottom: 0;
}

#poly1,
#poly2,
#poly3,
#poly4,
#poly5 {
  position: absolute;
  width: 155px;
  height: 155px;
}

#poly1 {
  top: 50px;
  right: 0;
}

#poly2 {
  top: 113px;
  right: 170px;
}

#poly3 {
  top: 130px;
  right: 370px;
}

#poly4 {
  top: 245px;
  right: 85px;
}

#poly5 {
  top: 320px;
  right: 265px;
}

.tab-cover {
  position: absolute;
  left: 0;
  height: 100%;
  width: 30%;
  top: 0;
  border-right: 1px solid #2bb9ef;
}

.tab-cover img {
  height: 100%;
  width: 100%;
}

.tab-container {
  max-width: 959px;
  height: 100%;
  position: absolute;
  right: 0;
  width: 86%;
  border-left: 1px solid #2bb9ef;
  background: #fff;
}

.tab-container-inner {
  height: 760px;
  overflow: hidden;
}

.tab-menu {
  margin: 130px 0 100px 0;
  padding-left: 85px;
}

.tab-menu:after {
  clear: both;
  content: "";
  display: block;
}

.tab-menu li {
  width: 33%;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.tab-wrap {
  clear: both;
  display: none;
  position: relative;
  padding: 0 0 45px 85px;
}

.tab-wrap .page-title {
  line-height: 46px;
  color: #2bb9ef;
  position: relative;
  max-width: 500px;
  margin: 0 0 15px 0;
  z-index: 9;
}

.tab-wrap .page-title span {
  background: #fff;
  padding-right: 30px;
}

.tab-wrap .page-title:before {
  position: absolute;
  left: -117px;
  top: 12px;
  background: #fff;
  content: "";
  height: 70px;
  width: 120px;
  z-index: 0;
}

.tab-wrap .page-title:after {
  position: absolute;
  left: -20px;
  top: 12px;
  width: 4px;
  height: 71px;
  background: #2bb9ef;
  content: "";
}

.tab-text {
  max-width: 260px;
  overflow: hidden;
  max-height: 255px;
}

.tab-text p {
  font-size: 14px;
  line-height: 20px !important;
}

.tab-wrap-active {
  display: block;
}

.tab-wrap .more {
  color: #2bb9ef;
}

.tab-img {
  position: absolute;
  bottom: -55px;
  right: 0;
  z-index: 9;
}

#tab1 {
  width: 62px;
  height: 70px;
}

#tab2 {
  width: 68px;
  height: 69px;
}

#tab3 {
  width: 67px;
  height: 62px;
}

.tab-menu li svg {
  float: left;
  margin-right: 30px;
}

.tab-menu li:hover svg {
  fill: #2bb9ef;
}

.tab-active {
  color: #2bb9ef;
}

.tab-active svg {
  fill: #2bb9ef;
}

.lines {
  background: #2bb9ef;
  position: absolute;
}

.top-line {
  height: 2px;
  right: 10%;
  width: 80%;
  top: 17%;
}

.bottom-line {
  height: 2px;
  left: 0;
  width: 90%;
  bottom: 0;
}

.right-line {
  width: 2px;
  height: 83%;
  bottom: 0;
  right: 10%;
}

.page5 {
  background: url(../images/about.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

.page5 .about-block {
  height: 380px;
  position: absolute;
  top: 20%;
  right: 0;
  width: 100%;
}

.page5 .page-title {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.page5 .page-title:after {
  content: "";
  display: block !important;
  height: 1260%;
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  background: none;
  z-index: 9;
}

.about-block p {
  margin-bottom: 20px;
}

.about-text {
  float: left;
  width: 650px;
  font-size: 16px;
}

.about-text .scroll-pane {
  max-height: 290px;
  z-index: 0;
  position: relative;
}

.about-form {
  float: right;
  width: 365px;
  margin-top: 8px;
}

.form-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 35px 0;
}

.form p {
  margin-bottom: 45px;
}

.form input,
.form textarea {
  width: 100%;
  border: none;
  border-bottom: 3px solid #fff;
  background: none;
  box-sizing: border-box;
  height: 32px;
  max-height: 100px;
  min-height: 20px;
  overflow: hidden;
  border-radius: 0;
}

.form input.error,
.form textarea.error {
  border-bottom: 3px solid red;
}

#callback-submit,
.form .form-submit {
  width: 160px;
  border: 3px solid #fff;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  height: 38px;
  line-height: 32px;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

#callback-submit:hover,
.form .form-submit:hover {
  color: #ffd700;
  border-color: #ffd700;
}

.page5 .container {
  overflow: hidden;
}

.about-container {
  /*max-width: 958px;*/
  height: 100vh;
  position: relative;
  margin: 0;
  width: 100%;
  /*float: right;*/
}

.about-container-line {
  width: 1px;
  background: #fff;
  height: 2000px;
  top: -1000px;
  left: -1px;
  position: absolute;
}

.page5 .footer {
  width: 100%;
  background: #2389be;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  margin-top: 0;
}

.page5 .footer .container:before {
  display: none;
}

.more {
  position: relative;
  width: 158px;
}

.more:hover {
  border-color: #ffd700;
  color: #ffd700;
}

.more {
  position: relative;
}

.more span {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
}

.page4 .shape {
  stroke: #2bb9ef;
}

.footer {
  width: 100%;
  height: 230px;
  background: #2389be;
  position: relative;
  color: #fff;
  font-size: 13px;
  margin-top: -230px;
  box-sizing: border-box;
}

.footer--static {
  margin-top: 0;
}

#footer-logo {
  width: 71px;
  height: 48px;
  margin: 0 30px 0 0;
  padding: 35px 0 0 0;
  float: left;
}

.footer a {
  transition: all 0.3s ease;
  color: #fff;
}

.footer a:hover {
  color: #ffd700;
}

.footer-top {
  height: 174px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.footer-bottom {
  width: 100%;
  line-height: 52px;
}

#footer-menu {
  float: left;
  margin-top: 42px;
  width: 325px;
}

#footer-menu .active a {
  color: #ffd700;
}

#footer-menu li:before {
  content: "» ";
  transition: all 0.3s ease;
}

#footer-menu li.active:before,
#footer-menu li:hover:before {
  color: #ffd700;
}

.footer-address,
.footer-phones,
.footer-mail {
  padding-left: 42px;
  float: left;
  margin-top: 35px;
  padding-top: 8px;
  min-height: 34px;
}

.footer-address {
  background: url(../images/address.svg) no-repeat;
  background-size: 34px 34px;
  width: 165px;
}

.footer-phones {
  background: url(../images/phones.svg) no-repeat;
  background-size: 34px 34px;
  width: 155px;
}

.footer-phones a {
  text-decoration: none;
}

.footer-mail {
  background: url(../images/mail.svg) no-repeat;
  background-size: 34px 34px;
  width: 190px;
}

.copy {
  float: left;
  font-size: 11px;
}

.dev {
  float: right;
  font-size: 11px;
  text-decoration: none;
}

.footer-bottom {
  background: #2389be;
}

@media only screen and (max-width: 1024px) {
  .footer-bottom .container {
    text-align: center;
    overflow: hidden;
  }
  .copy {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .dev {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

#dev {
  width: 78px;
  height: 33px;
  vertical-align: middle;
  margin-left: 5px;
  transform: translateZ(0);
}

.art-lemon {
  fill: #fde230;
  transition: all 0.3s ease;
}

#dev:hover .art-lemon {
  fill: #fff;
}

.st1 {
  fill: #fff;
}

.mob-button {
  display: none;
}

.lines-menu {
  display: inline-block;
  width: 35%;
  height: 3%;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  min-height: 3px;
  position: relative;
  margin: 0 auto;
}

.lines-menu:after,
.lines-menu:before {
  display: inline-block;
  background: #fff;
  min-height: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  outline: transparent solid 1px;
}

.lines-menu:before {
  top: 250%;
  height: 100%;
  width: 100%;
}

.lines-menu:after {
  top: -251.5%;
  height: 100%;
  width: 100%;
}

.lines-menu {
  max-width: 50px;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
}

.modal {
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -200px 0 0 -160px;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 11;
}

.order-popup,
#callBack {
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
}

.order-popup .modal-content,
#callBack .modal-content {
  border: 1px solid #fff;
  border-radius: 0;
  padding: 20px;
}

.order-popup .modal-dialog,
#callBack .modal-dialog {
  width: 320px;
  padding: 15px;
  background: #2389be;
  box-sizing: border-box;
  position: relative;
}

.order-popup .modal,
#callBack .modal {
  display: block;
}

.order-popup .close,
#callBack .close {
  top: 0px;
  border: none;
  right: 0px;
}

.order-popup .modal-header .heading,
#callBack .modal-header .heading {
  color: #fff;
}

#callback-submit {
  margin: 0 auto;
  display: block;
}

.viewing-page-1 .onepage-pagination li a:before,
.viewing-page-3 .onepage-pagination li a:before,
.viewing-page-5 .onepage-pagination li a:before {
  background: #fff;
}

.viewing-page-1 .onepage-pagination li a.active:before,
.viewing-page-3 .onepage-pagination li a.active:before,
.viewing-page-5 .onepage-pagination li a.active:before {
  background: #ffd700;
}

.onepage-pagination {
  padding: 20px 0 !important;
  margin-top: -115px !important;
}

.viewing-page-2 .page-up,
.viewing-page-4 .page-up {
  background-position: -10px 0;
}

.viewing-page-2 .page-down,
.viewing-page-4 .page-down {
  background-position: -10px -6px;
}

.onepage-pagination li {
  position: relative;
}

.onepage-pagination li a.active + .count-box {
  display: block;
}

.viewing-page-2 .count-box,
.viewing-page-4 .count-box {
  color: #000;
}

.count-box {
  display: none;
  position: absolute;
  top: -7px;
  left: -50px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.count-box .current {
  font-size: 24px;
}

.page-up,
.page-down {
  width: 10px;
  height: 6px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background: url(../images/page-arrow.png) no-repeat 0 0;
  cursor: pointer;
}

.page-down {
  top: auto;
  bottom: 0;
  background-position: 0 -6px;
}

.about2 {
  background: url(../images/aboutbg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.about1 .page-title {
  position: absolute;
  top: 160px;
  left: 32%;
  color: #2bb9ef;
  line-height: 85px;
}

.about1 .page-title:after {
  height: 4px;
  width: 65px;
  background: #2bb9ef;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.about-title {
  color: #2bb9ef;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 25px 0 25px;
  background: #fff;
  z-index: 1;
  position: absolute;
  width: auto;
  top: 130px;
  left: 435px;
}

.about-title:after {
  height: 4px;
  width: 65px;
  background: #2bb9ef;
  position: absolute;
  bottom: 0;
  left: 28px;
  content: "";
}

.owl-about-text {
  position: absolute;
  top: 290px;
  right: 20px;
  width: 490px;
}

#owl-about .owl-item .top-line {
  height: 2px;
  right: 0%;
  width: 60%;
  top: 180px;
}

#owl-about .owl-item .right-line {
  width: 2px;
  height: 330px;
  bottom: 30px;
  right: 0%;
}

#owl-about .owl-item .bottom-line {
  height: 2px;
  left: 0;
  width: 100%;
  bottom: 30px;
}

#owl-about .owl-controls {
  position: absolute;
  top: auto;
  bottom: 40px;
  z-index: 9;
  width: 100%;
  text-align: center;
}

#owl-about .owl-dot {
  border: 2px solid #fff;
}

.owl-dot {
  display: inline-block;
  margin: 0 10px;
  width: 6px;
  height: 6px;
  background: #666;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.owl-dot.active {
  top: 2px;
  position: relative;
  width: 10px;
  height: 10px;
  background: #2bb9ef;
}

.about-title span {
  font-size: 112px;
}

.about2 .container {
  height: 100%;
}

.about2-recycle {
  width: 630px;
  height: 630px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -315px 0 0 -315px;
  border-radius: 360px;
}

.about2-recycle-inner {
  border: 6px solid #fff;
  border-radius: 180px;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -90px;
  background: rgba(43, 185, 239, 0.5) url(../images/recycle.svg) no-repeat 50%
    50%;
  background-size: 90px 90px;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  transition: all 1s ease;
}

.scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.about2-recycle-text {
  position: absolute;
  top: 240px;
  left: -150px;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  width: 360px;
  text-transform: uppercase;
  font-weight: 700;
}

.about2-recycle-right {
  text-align: right;
  left: auto;
  right: -150px;
}

.about4 {
  background: url(../images/about4.jpg) no-repeat 50% 50% fixed;
  padding: 110px 0;
}

.about4-wrap {
  box-sizing: border-box;
  border: 3px solid #fff;
  padding: 50px 60px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.about4-wrap .stripes {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.stripes {
  background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.58),
    rgba(140, 140, 140, 0) 0px,
    rgba(255, 255, 255, 0) 9px,
    rgba(255, 255, 255, 0.34) 11px
  );
}

.about5 {
  padding: 100px 0;
}

.partners-title {
  text-align: center;
  color: #2bb9ef;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 50px auto;
}

.partners-title span {
  background: #fff;
  padding: 0 20px;
}

.partners-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2bb9ef;
  z-index: -1;
}

.partners {
  text-align: center;
}

.partners img {
  margin: 0px 40px 50px 40px;
  opacity: 0;
}

.about3 {
  padding: 150px 0 0 0;
}

.about-list {
  list-style-type: none;
  counter-reset: item;
  font-size: 20px;
  line-height: 26px;
  max-width: 980px;
  margin: 0 auto;
}

.about-list:after {
  clear: both;
  content: "";
  display: block;
}

.about-list li {
  clear: both;
  min-height: 320px;
  margin: 0 0 50px 0;
  position: relative;
}

.about-list li:after {
  content: "";
  display: block;
  clear: both;
}

.about-list li p {
  float: left;
  width: 485px;
  padding-top: 35px;
  border-top: 2px solid #2bb9ef;
  margin-top: 20px;
}

.about-list li:before {
  content: counter(item) ".";
  counter-increment: item;
  font-size: 56px;
  line-height: 46px;
  font-weight: 700;
  color: #2bb9ef;
  display: block;
  float: left;
  margin-right: 20px;
}

.about-list li:nth-child(even) {
  float: right;
}

.about-list li:nth-child(even) .about-list-img {
  right: 325px;
}

.about-list li:nth-child(odd) .about-list-img {
  left: 310px;
}

.about-list-img {
  position: absolute;
  top: 50px;
  width: 665px;
  height: 225px;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 0px,
    rgba(247, 247, 247, 0) 9px,
    rgba(43, 185, 239, 0.35) 11px
  );
}

.about-list-img img {
  position: absolute;
}

.about-list-img1 .list-img {
  top: -40px;
  right: 25px;
  z-index: 2;
}

.about-list-img1 .list-img-shadow {
  top: -33px;
  right: 19px;
}

.about-list-img2 .list-img {
  top: -100px;
  left: 15px;
  z-index: 2;
}

.about-list-img2 .list-img-shadow {
  top: -94px;
  left: 18px;
}

.about-list-img3 .list-img {
  top: -60px;
  right: 25px;
  z-index: 2;
}

.about-list-img3 .list-img-shadow {
  top: -53px;
  right: 19px;
}

.about-list-img4 .list-img {
  top: -60px;
  left: 15px;
  z-index: 2;
}

.about-list-img4 .list-img-shadow {
  top: -65px;
  left: 18px;
}

.about-list-img1 img {
  height: 150px;
}

.about-list-img2 img {
  height: 210px;
}

.about-list-img3 img {
  height: 190px;
}

.about-list-img2,
.about-list-img3,
.about-list-img4 {
  top: 75px;
}

.about-list-img4 img {
  height: 190px;
}

.catalog-left {
  border-top: 2px solid #fff;
  box-sizing: border-box;
}

.about2 .stripes {
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 360px;
}

.about2-recycle-top {
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
}

.about2-recycle-top-inner {
  border: 2px solid #fff;
  border-radius: 360px;
  width: 630px;
  height: 630px;
}

.about2-recycle-bottom {
  height: 200px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
}

.about2-recycle-bottom-inner {
  border: 2px solid #fff;
  border-radius: 360px;
  width: 630px;
  height: 630px;
  position: absolute;
  bottom: 0;
}

.recycle-list {
  background: url(../images/recycle.jpg) no-repeat 50% 500px;
  list-style-type: none;
  counter-reset: item;
  clear: both;
}

.recycle-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  padding: 135px 0 145px 260px;
  position: relative;
  overflow: hidden;
}

.recycle-title h1 {
  position: relative;
  max-width: 450px;
  padding-bottom: 25px;
}

.recycle-title h1:after {
  content: "";
  background: #fff;
  display: block;
  height: 4px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.recycle-li-outter {
  background: #2bb9ef;
}

.recycle-list li {
  max-width: 1140px;
  margin: 0 auto 230px auto;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0 0 0 140px;
  box-sizing: border-box;
}

.recycle-list li:before {
  content: "0" counter(item);
  counter-increment: item;
  font-size: 112px;
  line-height: 112px;
  font-weight: 700;
  color: #fff;
  display: block;
  float: left;
  top: 53px;
  position: relative;
}

.recycle-list li .container {
  float: right;
  max-width: 830px;
  padding: 90px 0 170px 0;
}

.recycle-list li:after {
  clear: both;
  content: "";
  display: block;
}

.recycle-section {
  background: #2bb9ef;
}

.recycle-li-wrap {
  max-width: 570px;
  float: right;
  margin-right: 90px;
  font-size: 20px;
  line-height: 26px;
  z-index: 2;
  position: relative;
}

.recycle-li-wrap p {
  margin-bottom: 20px;
}

.recycle-list .page-title {
  position: relative;
  margin-bottom: 60px;
}

.recycle-list .page-title:after {
  display: none;
}

.recycle-list .page-title span {
  position: relative;
  padding-bottom: 30px;
}

.recycle-list .step {
  position: relative;
  padding-bottom: 30px;
  float: left;
}

.recycle-list .step:after {
  content: "";
  background: #fff;
  display: block;
  height: 4px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.recycle-list .page-title span:after {
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.recycle-list .step:after {
  height: 4px;
  width: 70px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.rec-img {
  position: absolute;
  bottom: 55px;
  right: 170px;
  z-index: 1;
  display: none;
  opacity: 0.3;
}

.rec1 {
  width: 260px;
}

.rec2 {
  width: 260px;
}

.rec3 {
  width: 260px;
}

.rec4 {
  width: 260px;
}

.recycle-section .cover {
  left: 140px;
}

.recycle2 {
  background: url(../images/recycle2.jpg) 50% 50% no-repeat;
}

.recycle2-wrap {
  width: 995px;
  margin: 0 auto;
  border: 6px solid #fff;
  color: #fff;
  text-align: center;
  padding: 45px 0;
  display: none;
}

.recycle2-wrap .page-title {
  margin-bottom: 50px;
}

.recycle2-wrap .page-title:after {
  display: none;
}

.recycle2-wrap img {
  width: 130px;
  margin: 0 0 50px 0;
}

.recycle2-wrap a {
  background: #fff;
  color: #2bb9ef;
  text-decoration: none;
  padding: 14px 45px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.recycle2-wrap a:hover {
  background: #ffd700;
}

.cover-hidden {
  display: none;
}

.recycle-list .recycle-li-outter:last-child li {
  margin-bottom: 0;
}

.buy-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  padding: 45px 0 0 260px;
  position: relative;
  max-width: 380px;
}

.buy-title h1 {
  position: relative;
  max-width: 450px;
  padding-bottom: 25px;
}

.buy-title h1:after {
  content: "";
  background: #fff;
  display: block;
  height: 4px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.buy-list {
  list-style-type: none;
  counter-reset: item;
  border-bottom: 6px solid #fff;
}

.buy-list li {
  max-width: 1140px;
  margin: 0 auto 0 auto;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0px 0 125px 180px;
  box-sizing: border-box;
  min-height: 270px;
}

.buy-list li:before {
  content: "0" counter(item);
  counter-increment: item;
  font-size: 112px;
  line-height: 112px;
  font-weight: 700;
  color: #fff;
  display: block;
  float: left;
  top: -14px;
  position: relative;
  left: -40px;
}

.buy-list .cover {
  height: 100%;
  top: 0;
}

.buy-list li.buy-li1,
.buy-list li:first-child {
  padding-bottom: 330px;
  padding-top: 200px;
}

.buy-list li.buy-li2,
.buy-list li:nth-child(2n) {
  padding-top: 130px;
}

.buy-list li .page-title {
  max-width: 400px;
  margin-left: 145px;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}

.buy-list li .page-title:after {
  content: "";
  background: #fff;
  display: block;
  height: 4px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.buy-circle,
.buy-circle-inner {
  width: 0px;
  height: 570px;
  overflow: hidden;
  position: absolute;
  left: 400px;
  top: 0;
  border-radius: 570px;
}

.buy-circle-inner {
  opacity: 0;
}

.buy-border-inner {
  height: 560px;
  width: 560px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 570px;
  border: 4px solid #fff;
}

.buy-circle-inner {
  left: 0;
  width: 570px;
  border: none;
  z-index: 3;
}

.buy-square-inner {
  width: 580px;
  height: 510px;
  background: #2bb9ef;
  position: absolute;
  top: 180px;
  left: -20px;
}

.buy-circle1,
.buy-circle2,
.buy-circle3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  border: 7px solid #fff;
  height: 185px;
  width: 185px;
  padding: 0 20px;
  border-radius: 185px;
  line-height: 25px;
  text-align: center;
  box-shadow: 0 0 0px 7px #2bb9ef;
  display: table;
  position: absolute;
  box-sizing: border-box;
  background: #2bb9ef;
}

.buy-circle1 span,
.buy-circle2 span,
.buy-circle3 span {
  display: table-cell;
  vertical-align: middle;
}

.buy-circle1 {
  top: 0;
  right: 50px;
}

.buy-circle2 {
  top: 190px;
  right: 160px;
}

.buy-circle3 {
  bottom: -310px;
  left: 400px;
}

.go-recyle {
  font-size: 13px;
  color: #2bb9ef;
  font-weight: 700;
  background: #fff;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  width: 305px;
  text-align: center;
  padding: 11px 0;
  margin: 70px 0 0 18px;
}

.go-recyle:hover {
  background: #ffd700;
  text-decoration: none;
  color: #fff;
}

.buy-plant {
  bottom: -6px !important;
}

.buy-list li .page-title {
  max-width: 480px;
}

.bootbox-body textarea {
  resize: none;
}

.catalog-page .catalog-left {
  display: none;
}

.sorts {
  max-width: 745px;
  margin: 0 auto;
  padding-top: 130px;
}

.sorts:after {
  content: "";
  display: block;
  clear: both;
}

.sort {
  width: 315px;
  box-sizing: border-box;
  height: 330px;
  clear: both;
  float: left;
  position: relative;
}

.sort p {
  font-size: 20px;
  line-height: 26px;
}

.sort1 {
  padding-top: 110px;
}

.sort2 {
  padding-top: 50px;
}

.sort3 {
  padding-top: 25px;
}

.sort img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 50px;
}

.sort1,
.sort3 {
  padding-left: 35px;
}

.sort3 {
  padding-left: 5px;
}

.sort2,
.sort4 {
  float: right;
}

.sort1 img {
  left: 680px;
  top: -130px;
}

.sort2 img {
  left: 350px;
  top: -540px;
}

.sort3 img {
  left: 680px;
  top: -940px;
}

.sort4 img {
  top: -1330px;
  left: 160px;
}

.sort .page-title {
  border-bottom: 2px solid #fff;
  padding-bottom: 0 0 30px 0 !important;
  margin: 0 0 30px 0 !important;
  padding: 0 0 30px 0 !important;
}

.sort .page-title:after {
  display: none !important;
}

.scroll-pane {
  height: 100%;
  width: 98%;
  margin: 0 auto;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.scroll-pane:focus {
  outline: none;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jcf-scrollbar-slider {
  background: none;
}

.jcf-scrollable-wrapper {
  padding-right: 10px;
}

.jcf-scrollbar-vertical {
  width: 5px !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  width: 5px !important;
  background: #2bb9ef !important;
}

.jcf-scrollbar-slider,
.jspTrack {
  background: none;
  border-right: 1px solid #2bb9ef;
  position: relative;
}

.jspDrag {
  background: #2bb9ef;
  position: relative;
  top: 0;
  left: 1px;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

* html .jspCorner {
  margin: 0 -3px 0 0;
}

.page2 .owl-dots {
  display: none !important;
}

.about-text .page-title:after {
  display: none;
}

.main404 {
  background: #2bb9ef;
}

.error404 {
  background: #2bb9ef;
  color: #fff;
}

.error404 p {
  font-size: 20px;
  line-height: 26px;
  max-width: 470px;
  margin-bottom: 60px;
}

.err404-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  padding: 135px 0 0 0px;
  position: relative;
  margin-bottom: 130px;
}

.error404-inner {
  padding: 0px 0 125px 215px;
}

.error404 .page-title {
  margin-bottom: 60px;
}

.error404 .page-title:before {
  content: "404";
  display: block;
  position: absolute;
  left: -200px;
  top: -47px;
  font-size: 112px;
  line-height: 112px;
}

.to-home {
  font-size: 13px;
  color: #2bb9ef;
  font-weight: 700;
  background: #fff;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  width: 215px;
  text-align: center;
  padding: 11px 0;
  margin: 0px;
}

.to-home:hover {
  background: #ffd700;
  text-decoration: none;
  color: #fff;
}

.img404 {
  position: absolute;
  bottom: 110px;
  right: 0;
  width: 330px;
  opacity: 0.3;
}

.articles-title {
  color: #2bb9ef;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  padding: 45px 0 0 0;
  position: relative;
  max-width: 380px;
}

.articles-title h1 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

.articles-title h1:after {
  content: "";
  background: #2bb9ef;
  display: block;
  height: 4px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.articles-wrap {
  overflow: hidden;
  margin-bottom: 1px;
}

.one-article {
  width: 50%;
  overflow: hidden;
  background: #ffd700;
  position: relative;
  transition: all 0.3s ease;
  float: left;
}

.one-article:hover {
  background: #2bb9ef;
}

.one-article-img {
  float: left;
  width: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.one-article-img img {
  width: 100%;
  display: block;
  z-index: -2;
}

.one-article:hover .one-article-img {
  box-shadow: inset 0px 0px 10px #2bb9ef;
  border: 2px solid #2bb9ef;
}

.one-article-info {
  width: 50%;
  z-index: 3;
  height: 100%;
  color: #333;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0 5%;
  position: absolute;
  right: 0;
  top: 0;
}

.one-article:hover .one-article-info {
  color: #fff;
}

.one-article-info:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -20px;
  margin: -20px 0 0 0;
  background: #ffd700;
  transform: rotateZ(45deg);
  transition: all 0.3s ease;
}

.one-article:hover .one-article-info:before {
  background: #2bb9ef;
}

.one-article-date {
  font-size: 20px;
  line-height: 20px;
  text-transform: none;
  position: absolute;
  top: 25px;
  left: 10%;
  opacity: 0;
  transition: all 0.3s ease;
}

.read-more {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/more.png);
  position: absolute;
  bottom: 25px;
  left: 10%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.one-article:hover .read-more {
  background-position: -40px 0;
}

.one-article:hover .one-article-date,
.one-article:hover .read-more {
  opacity: 1;
}

.one-article-title {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translate(0%, -50%);
  overflow: hidden;
  max-height: 104px;
}

.one-article:nth-child(4n-1) .one-article-img,
.one-article:nth-child(4n) .one-article-img {
  float: right;
}

.one-article:nth-child(4n-1) .one-article-info,
.one-article:nth-child(4n) .one-article-info {
  right: auto;
  left: 0;
}

.one-article:nth-child(4n-1) .one-article-info:before,
.one-article:nth-child(4n) .one-article-info:before {
  left: auto;
  right: -20px;
}

.one-article:before {
  z-index: 1;
  opacity: 0;
  position: absolute;
  content: "";
  top: 4%;
  right: 2%;
  bottom: 4%;
  left: 2%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.one-article:after {
  z-index: 1;
  opacity: 0;
  position: absolute;
  content: "";
  top: 4%;
  right: 2%;
  bottom: 4%;
  left: 2%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.one-article:before,
.one-article:after {
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
}

.one-article:hover:before,
.one-article:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.one-article:hover:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.section.article {
  padding: 0px 0 0 0;
}

.article-cover {
  position: absolute;
  top: 0;
}

.article-wrap {
  padding: 0;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}

.article-wrap:after {
  clear: both;
  content: "";
  display: block;
}

.breadcrumb {
  clear: both;
  overflow: hidden;
  font-size: 13px;
  line-height: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2bb9ef;
  margin: 0 0 85px 0px;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li:after {
  content: " / ";
  margin: 0 2px;
  color: #999;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb a {
  color: #999;
  text-decoration: underline;
}

.breadcrumb li span {
  color: #c8c8c8;
}

.article-wrap .page-title {
  color: #2bb9ef;
  max-width: 550px;
  background: #fff;
  margin-bottom: 60px;
}

.article-wrap .page-title:after {
  content: "";
  background: #2bb9ef;
  display: block;
  height: 4px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section.article .container {
  overflow: hidden;
}

.article-text {
  max-width: 810px;
  margin: 0 auto;
  height: 375px;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.article-text p {
  margin-bottom: 20px;
}

.article-date {
  font-size: 35px;
  line-height: 35px;
  color: #c8c8c8;
  font-weight: 300;
  width: 325px;
  border-bottom: 1px solid #c8c8c8;
  height: 30px;
  position: absolute;
  right: 42px;
  top: 50px;
}

.article-date div {
  background: #fff;
  position: absolute;
  top: 1px;
  right: 0;
  padding-left: 20px;
}

.article-wrap .top-line {
  right: 0%;
  width: 100%;
  top: 3%;
}

.article-wrap .right-line {
  height: 97%;
  right: 0;
}

.article-wrap .bottom-line {
  right: 0;
  width: 95%;
  bottom: 0;
  left: auto;
}

.bottom-line {
  left: 0;
  width: 100%;
  bottom: 0;
}

.article-nav {
  clear: both;
  padding: 0;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.article-nav:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2bb9ef;
  content: "";
}

.article-nav a {
  color: #2bb9ef;
  font-size: 14px;
  line-height: 80px;
  text-decoration: none;
  float: right;
  background: #fff;
  position: relative;
  padding-left: 30px;
}

.article-nav a:before {
  width: 76px;
  height: 80px;
  background: url(../images/arrows.png) 0 0 no-repeat;
  cursor: pointer;
  float: left;
  content: "";
  margin-right: 25px;
}

.article-nav a:hover {
  color: #ffd700;
}

.article-nav a:hover:before {
  /*background-position: 0 -93px;*/
}

.art-wrap {
  background: #fff;
  padding-top: 40px;
  max-width: 900px;
  width: 100%;
  float: right;
}

.article-wrap h1 {
  margin-left: 10px;
}

.article-wrap .page-title:after {
  left: 10px;
}

.product .container {
  overflow: hidden;
}

.prod-wrap {
  max-width: 1140px;
  width: 100%;
}

.product-title {
  text-transform: uppercase;
  color: #333;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.prod-description {
  color: #666;
}

.prod-description p {
  margin-bottom: 20px;
}

.prod-info {
  background: #f5f5f5;
  padding: 30px 0;
  overflow: hidden;
}

.prod-description {
  max-width: 590px;
  float: left;
  margin-right: 45px;
  width: 60%;
}

.prod-table {
  max-width: 380px;
  float: right;
  color: #666;
  width: 40%;
}

.prod-info td {
  border-bottom: 1px solid #ccc;
  width: 50%;
  padding: 10px 0;
}

.prod-table td:first-child {
  text-transform: uppercase;
  font-weight: 500;
}

.prod-table td:last-child {
  text-align: right;
}

.prod-table tr:last-child td {
  border: none;
}

.more-description,
.hide-description {
  cursor: pointer;
  color: #2bb9ef;
}

.more-description span,
.hide-description span {
  border-bottom: 1px dashed #2bb9ef;
}

.more-description:hover span,
.hide-description:hover span {
  border-bottom: none;
}

.more-description:after,
.hide-description:after {
  background: url(../images/more-hide.png) no-repeat 100% 0px;
  width: 14px;
  height: 8px;
  content: "";
  display: inline-block;
  margin-left: 10px;
}

.hide-description {
  display: none;
}

.hide-description:after {
  background-position: 100% -12px;
}

.section.product {
  padding: 90px 0 0 0;
}

.prod-description-inner {
  overflow: hidden;
  height: 352px;
  margin-bottom: 20px;
}

.related-products {
  padding: 60px 0;
}

.subcatalog-page #top-menu .dropdown-menu,
.product-page #top-menu .dropdown-menu {
  /*display: block;*/
}

.product-page .breadcrumb {
  margin: 0 0 40px 0px;
}

.product-title h1 {
  border-bottom: 3px solid #e1e1e1;
  padding-bottom: 40px;
}

.thumbnails {
  width: 100%;
}

.thumbnails img {
  width: 100%;
}

.height-auto {
  height: auto;
}

.product-sidebar {
  width: 265px;
  float: right;
}

.fa-stack {
  font-family: "FontAwesome";
}

.rating {
  color: #ffd700;
}

.rating span:hover .fa-star-o:before {
  content: "\f005";
}

.sku {
  float: left;
  color: #666;
  font-size: 13px;
  margin: 0 0 40px 0;
}

.rating {
  float: right;
}

.price {
  clear: both;
  font-size: 20px;
  margin: 0 0 20px 0;
}

.order_specif {
  display: block;
  clear: both;
  margin-bottom: 50px;
}

.price strong {
  font-size: 35px;
}

.weight {
  margin: 0 0 60px 0;
  color: #666;
  font-size: 20px;
}

.fa-stack {
  line-height: 20px !important;
}

.advantages {
  overflow: hidden;
  clear: both;
  padding: 40px 0 0 0;
}

.advantages div {
  width: 263px;
  height: 66px;
  padding: 13px 0 13px 75px;
  float: left;
  box-sizing: border-box;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-size: 50px 30px;
  margin: 0 113px 60px 0;
}

.adv1 {
  background: #2bb9ef url(../images/prod-icon1.svg) 10px 50% no-repeat;
}

.adv2 {
  background: #2bb9ef url(../images/prod-icon2.svg) 15px 50% no-repeat;
}

.adv3 {
  background: #2bb9ef url(../images/prod-icon3.svg) 15px 50% no-repeat;
}

.adv4 {
  background: #2bb9ef url(../images/prod-icon4.svg) 15px 50% no-repeat;
}

.adv5 {
  background: #2bb9ef url(../images/prod-icon5.svg) 15px 50% no-repeat;
}

.adv6 {
  background: #2bb9ef url(../images/prod-icon6.svg) 15px 50% no-repeat;
}

.adv3,
.adv5,
.advantages div:nth-child(3n) {
  margin-right: 0;
}

.product-order {
  height: 60px !important;
  background: #ffd700;
  border: none;
  font-weight: 700;
  text-align: center;
  width: 265px !important;
  padding: 30px 0;
  line-height: 0px;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 40px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-order:hover {
  background: #2bb9ef;
  color: #fff;
}

.product-order-info .callme {
  color: #2bb9ef;
  border-bottom: 1px dashed #2bb9ef;
  padding: 0;
  float: none !important;
}

.product-order-info .callme:hover {
  border: none;
}

.product-order-info > span {
  text-transform: uppercase;
  color: #333;
}

.product-order-info {
  color: #666;
  line-height: 26px;
}

#related-slider {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}

#related-slider .owl-item {
  margin: 0;
  float: left;
  overflow: hidden;
}

#related-slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 0 1px 0 0;
}

#related-slider .owl-stage {
  position: relative;
}

#related-slider .owl-nav div {
  width: 12px;
  height: 23px;
  background: url(../images/rel-arrow.jpg) 0 0 no-repeat;
  cursor: pointer;
}

#related-slider .owl-nav .owl-prev:hover {
  background-position: 0px -23px;
}

#related-slider .owl-nav .owl-next {
  background-position: -13px 0;
}

#related-slider .owl-nav .owl-next:hover {
  background-position: -13px -23px;
}

#related-slider .item {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
}

#related-slider .item img {
  width: 100%;
}

#related-slider .owl-item {
  padding: 25px 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.related-name {
  height: 78px;
  overflow: hidden;
  margin-bottom: 20px;
}

#related-slider .product-more {
  padding-left: 20px;
  background: url(../images/rel-arrow.jpg) -13px 4px no-repeat;
}

#related-slider .product-more a {
  color: #2bb9ef;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  white-space: nowrap;
}

#related-slider .product-more:hover {
  background-position: -13px -22px;
}

#related-slider .product-more span {
}

#related-slider .product-more:hover a {
  text-decoration: none;
  color: #ffd700;
}

#related-slider .owl-controls {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 100%;
  margin: -23px 0 0 0;
}

#related-slider .owl-prev {
  left: -45px;
  position: absolute;
}

#related-slider .owl-next {
  right: -45px;
  position: absolute;
}

.section.catalog {
  padding: 90px 0 0 0;
}

.catalog-left,
.catalog-right {
  width: 50%;
  float: left;
  position: relative;
}

.catalog-right {
  float: right;
}

.subcatalog-page .wrapper,
.catalog-page .wrapper {
  height: 100%;
  /*overflow: hidden;*/
  /*padding-bottom: 165px;*/
}

.catalog-page .wrapper {
  padding-bottom: 0;
}

.w100 {
  width: 100% !important;
}

.o100 {
  opacity: 1 !important;
}

.subcatalog-page .main,
.catalog-page .main {
  padding-bottom: 0;
}

.section.subcatalog,
.section.subcatalog > .container,
.section.catalog,
.section.catalog > .container,
.catalog-left,
.catalog-right {
  height: 100%;
}

.section.catalog {
  background: url(../images/catbg.jpg) no-repeat -70% 0;
  background-size: 70% 100%;
}

.catalog-list {
  max-width: 380px;
  position: absolute;
  top: 50%;
  margin-top: -382px;
  left: 125px;
}

.catalog-left svg,
.catalog-list svg {
  width: 65px;
  float: left;
  padding-right: 30px;
  transition: all 0.3s ease;
  max-height: 70px;
  padding-left: 2px;
}

.catalog-list li {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  clear: both;
  overflow: hidden;
  margin: 55px 0 55px 0;
}

.catalog-list li a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.catalog-list li:hover svg,
.catalog-list li.active svg {
  fill: #2bb9ef;
}

.catalog-list li:hover a,
.catalog-list li.active a {
  color: #2bb9ef;
}

.subcatalog-page .catalog-left {
  background: #ffd700;
}

.section.subcatalog {
  padding: 75px 0 0 0;
}

.subcatalog .catalog-list li {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.sub-catalog-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.catalog-left-inner {
  max-width: 360px;
  position: absolute;
  top: 50%;
  margin-top: -382px;
  left: 50%;
  margin-left: -180px;
}

.catalog-left-inner p {
  clear: both;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.subcatalog .catalog-list li {
  position: relative;
  overflow: visible;
}

.subcatalog .catalog-list li:hover:after {
  background: url(../images/rel-arrow.jpg) -13px 0px no-repeat;
  position: absolute;
  width: 12px;
  height: 26px;
  top: 50%;
  left: -30px;
  content: "";
  margin-top: -13px;
}

.catbg {
  position: absolute;
  left: 0;
  top: 165px;
}

.subcatalog .catalog-list {
  position: relative;
  top: 0;
  margin-top: 100px;
}

.subcatalog .catalog-left-inner {
  position: relative;
  top: 0;
  left: 0;
  margin: 100px auto 0 auto;
}

.catalog-page .footer,
.subcatalog-page .footer {
  margin-top: 0;
}

.subcatalog-2 .catalog-list li {
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
  margin: 10px 0;
}

.subcatalog-2 .catalog-list li a {
  color: #666;
}

.subcatalog-2 .catalog-list li:hover a {
  color: #2bb9ef;
}

.catalog-back {
  color: #2bb9ef;
  transition: all 0.3s ease;
  line-height: 36px;
  text-decoration: none;
  left: 125px;
  position: relative;
  top: 20px;
  display: block;
  width: 120px;
}

.catalog-right span {
  display: block;
  margin-left: 30px;
  margin-top: 30px;
  color: #333;
  font-size: large;
}

.catalog-back svg {
  height: 36px;
  fill: #2bb9ef;
  transition: all 0.3s ease;
  margin-right: 13px;
  vertical-align: middle;
}

.catalog-back:hover {
  color: #ffd700;
}

.catalog-back:hover svg {
  fill: #ffd700;
}

.about-text .jspDrag {
  left: 0;
}

.catalog-left p,
.prod-description p,
.order_specif p {
  margin-bottom: 10px !important;
}

.catalog-left p,
.catalog-left font,
.prod-description p,
.prod-description font,
.order_specif p,
.order_specif font {
  font-family: "Ubuntu" !important;
}

.catalog-left b,
.prod-description b,
.order_specif b {
  font-weight: 700;
}

.catalog-left i,
.prod-description i,
.order_specif i {
  font-style: italic;
}

.catalog-left ul,
.catalog-left ol,
.prod-description ul,
.prod-description ol,
.order_specif ul,
.order_specif ol {
  margin-left: 20px !important;
}

.catalog-left ol li,
.prod-description ol li,
.order_specif ol li {
  list-style: decimal;
}

.catalog-left ul li,
.prod-description ul li,
.order_specif ul li {
  list-style: disc;
}

.catalog-left-inner {
  height: 80%;
}

.jcf-scrollable {
  height: 80%;
}

.jcf-scrollable-wrapper {
  height: 760px;
  height: 100%;
  padding-right: 30px !important;
}

.jcf-scrollbar-vertical {
  background: none !important;
}

.footer-bottom .container {
  max-width: 1140px;
}

.pageload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  background: #fff;
  display: none !important;
}

.pageload-overlay img {
  height: 64px;
  width: 64px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
}

.catalog-list.subcat-list {
  top: 12%;
}

#owl-about .owl-controls {
  position: absolute;
  top: 0;
  bottom: auto;
  z-index: 9;
  width: 100%;
  text-align: center;
  height: 100%;
}

#owl-about .owl-nav {
  position: absolute;
  bottom: 10px;
  z-index: 9;
  right: 3%;
}

#owl-about .owl-dots {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
}

.section.about1 {
  min-height: 700px;
  height: calc(100vh - 90px) !important;
}

@media (max-width: 1440px) {
  .subcatalog .catalog-left-inner {
    margin: 20px auto 0 auto;
  }
  .about1 .page-title {
    top: 130px;
  }
  #owl-about .owl-nav {
    position: absolute;
    bottom: 30px;
    z-index: 9;
  }
}

@media (max-width: 1366px) {
  #owl-about {
    box-sizing: border-box;
  }
  #owl-about li {
    margin-top: 20px;
  }
  #work .page-title {
    line-height: 55px;
  }
  .subcatalog-page #top-menu .dropdown-menu,
  .product-page #top-menu .dropdown-menu {
    display: none;
  }
  .catbg {
    top: 0;
  }
  .subcatalog-page .wrapper,
  .catalog-page .wrapper {
    padding-bottom: 0;
  }
  .section.subcatalog {
    padding: 0;
  }
  .sub-catalog-title {
    margin-bottom: 30px;
  }
  #work .more {
    margin-left: 87px;
  }
  #work .page-title:after {
    bottom: 0;
  }
  /*#work-list {
    height: 460px;
    margin: -230px 0 0 0;
  }*/
  #bottle1 {
    width: 42px;
    height: 125px;
    right: 60px;
  }
  #bottle2 {
    width: 51px;
    height: 155px;
    right: 120px;
    bottom: 70px;
  }
  #plant1 {
    width: 191px;
    height: 142px;
    right: 105px;
  }
  #plant2 {
    right: 0;
    width: 137px;
    height: 61px;
  }
  #work li::before {
    font-size: 100px;
    line-height: 100px;
  }
  #work .page-title {
    padding-bottom: 0;
  }
  #owl-slider .item {
    margin-top: 80px;
  }
  .page2 .lines-wrap {
    height: 480px;
  }
  #owl-slider .owl-item .right-line {
    height: 420px;
  }
  .page2 .owl-controls {
    top: 515px;
  }
  .tab-menu {
    margin: 130px 0 10px 0;
  }
  .tab-wrap .page-title {
    margin: 0;
    padding: 0;
  }
  .page5 .page-title {
    margin-bottom: 0;
    overflow: hidden;
  }
  .home #footer-menu {
    float: left;
    margin-top: 10px;
  }
  .home .footer-address,
  .home .footer-phones,
  .home .footer-mail {
    padding-left: 42px;
    float: left;
    margin-top: 10px;
  }
  .home .footer-top {
    height: 130px;
  }
  .home .footer {
    height: 180px;
  }
  .form-title {
    margin: 0 0 15px 0;
  }
  .form p {
    margin-bottom: 35px;
  }
  .about-text .scroll-pane {
    max-height: 220px;
  }
}

@media (max-width: 1140px) {
  .home .wrapper {
    height: auto;
  }
  .prod-description {
    width: 52%;
  }
  .prod-wrap {
    margin: 0 auto;
    float: none;
  }
  .advantages div {
    width: 30%;
    margin: 0 3% 60px 0;
  }
  .about1 .page-title {
    left: 15%;
    top: 90px;
  }
  .owl-about-text {
    right: 10px;
    width: 375px;
  }
  .about-title {
    left: auto;
    right: 110px;
  }
  #owl-about li {
    margin-top: 100px;
  }
  .container {
    width: 96%;
  }
  #logo {
    margin: 0;
  }
  #work {
    list-style-type: none;
    counter-reset: item;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 160px;
    right: 0;
    margin: 0;
    width: 100%;
  }
  .tab-container {
    max-width: 98%;
    top: 0;
    margin: 0;
    width: 100%;
  }
  .onepage-pagination {
    right: 0;
  }
  .about-container {
    max-width: 98%;
    width: 100%;
  }
  .owl-slider-text {
    margin-right: 20px;
  }
  .recycle-title {
    font-size: 46px;
    line-height: 46px;
    padding: 115px 0 15px 260px;
  }
  .recycle-section > .page-container > .container {
    width: 100%;
  }
  .catalog-list li {
    margin: 20px 0 20px 0;
  }
  .catalog-list {
    max-width: 380px;
    position: absolute;
    top: 70px;
    margin-top: 0;
    left: 45px;
  }
  .recycle-section .cover {
    left: 0px;
  }
  .buy-list li {
    padding: 0px 0 125px 40px;
  }
  .buy-list li .page-title {
    margin-left: 106px;
  }
  .buy-circle,
  .buy-circle-inner {
    left: 300px;
  }
  .buy-circle1 {
    right: auto;
    left: 710px;
  }
  .buy-circle2 {
    right: auto;
    left: 600px;
  }
  .buy-circle-inner {
    left: 0 !important;
  }
}

@media (max-width: 1024px) {
  #top-menu .dropdown-inner ul li {
    width: 30%;
    font-size: 11px;
  }
  #owl-about .item img {
    display: block;
    margin: 0 auto;
  }
  .about1 .page-title:after {
    display: none;
  }
  .header {
    z-index: 10 !important;
  }
  #owl-slider .item {
    margin-top: 0;
    width: 100%;
  }
  .main {
    padding-top: 0;
  }
  .buy-title {
    padding: 0px 0 0 50px;
  }
  .catalog-page .wrapper {
    height: 100%;
    overflow: hidden;
  }
  .catalog-page .main {
    padding-bottom: 230px;
  }
  /*.catalog-list{top:0;}*/
  .section.product {
    padding: 20px 0 0 0;
  }
  #related-slider {
    max-width: 96%;
  }
  #related-slider .owl-prev {
    left: -15px;
  }
  #related-slider .owl-next {
    right: -15px;
  }
  .thumbnails {
    width: 55%;
  }
  .sku {
    margin: 0 0 20px 0;
  }
  .weight {
    margin: 0 0 20px 0;
  }
  .advantages div {
    margin: 0 3% 30px 0;
    padding: 13px 0 13px 45px;
  }
  .adv1,
  .adv2,
  .adv3,
  .adv4,
  .adv5,
  .adv6 {
    background-position: 0 50%;
  }
  .product-order {
    margin: 0 0 20px 0;
    padding: 15px 0;
  }
  .breadcrumb {
    margin: 0 0 20px 0px;
    line-height: 16px;
  }
  .article-date {
    margin: 0 0 20px 0;
    position: relative;
    right: auto;
    top: 0;
    left: 0;
  }
  .article-wrap .page-title {
    margin-bottom: 10px;
  }
  .section.article {
    padding: 0px 0 0 0;
  }
  .article-cover {
    display: none;
  }
  .articles-title {
    padding: 15px 0 0 0;
    font-size: 36px;
    line-height: 36px;
  }
  .one-article-info {
    font-size: 16px;
    line-height: 16px;
  }
  .one-article-date {
    font-size: 14px;
    line-height: 14px;
    top: 15px;
  }
  .one-article-title {
    max-height: 48px;
  }
  .read-more {
    bottom: 15px;
  }
  .error404-inner {
    padding: 0px 0 125px 55px;
  }
  .error404 .page-title {
    margin-left: 155px;
  }
  .err404-title {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .about-title {
    left: 0;
    right: auto;
    top: 0;
    font-size: 26px;
    line-height: 26px;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    position: relative;
  }
  .about-title br {
    display: none;
  }
  .about-title span {
    font-size: 40px;
  }
  .about-title::after {
    left: 0px;
  }
  #owl-about .owl-controls {
    bottom: -60px;
  }
  .header {
    position: relative;
  }
  .about1 .page-title {
    top: 110px;
    left: 2%;
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 5px;
  }
  #owl-about li {
    width: 100%;
  }
  .owl-about-text {
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
  }
  #owl-about .owl-item img {
    position: relative;
    top: 10px;
    left: 0;
    max-width: 50%;
    height: auto;
  }
  .about2-recycle-text {
    top: 260px;
    left: -60px;
    font-size: 14px;
    line-height: 22px;
    width: 240px;
  }
  .about2-recycle-text.about2-recycle-right {
    right: -60px;
    left: auto;
  }
  .about-list {
    max-width: 100%;
  }
  .about-list li p {
    width: 90%;
    padding-top: 15px;
  }
  .about-list-img {
    position: relative;
    top: 0;
    left: 0 !important;
    right: auto !important;
    width: 100%;
    clear: both;
  }
  .about3 {
    padding: 40px 0 0 0;
  }
  .about-list li p {
    margin-bottom: 100px;
  }
  .section1-block {
    font-size: 38px;
    line-height: 38px;
    height: auto;
    width: 100%;
    top: 0;
    padding: 20px 0;
    left: 0;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    position: relative;
  }
  .section1-block img {
    height: auto;
    float: none;
    margin: 0;
    clear: both;
    display: block;
    margin: 0 auto 20px auto;
  }
  .onepage-wrapper .section {
    /*height: auto !important;*/
  }
  .mouse {
    display: none;
  }
  #owl-slider li {
    position: relative;
    height: 540px;
    max-width: 100%;
    float: none;
    width: 100%;
    margin-top: 0;
    height: auto;
    padding: 20px 0;
  }
  .page2 .owl-controls {
    top: 0%;
    left: auto;
    margin: 17px 0 0 0;
    right: 10px;
  }
  .owl-slider-text {
    margin-right: 0px;
    font-size: 24px;
    line-height: 26px;
    max-width: 100%;
    float: none;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .lines-wrap {
    display: none;
  }
  .owl-image {
    display: none;
  }
  #owl-slider .item img {
    top: 0;
    position: relative;
    left: 0;
    display: block;
    margin: 0px auto;
    height: auto;
    max-width: 100%;
  }
  #owl-slider,
  .tab-container,
  .page5 .about-block {
    position: relative;
  }
  .tab-menu {
    margin: 20px;
    padding-left: 0;
  }
  .tab-cover {
    display: none;
  }
  .tab-container {
    max-width: 100%;
  }
  #work {
    top: 0;
  }
  #work li {
    height: 310px;
  }
  .tab-container-inner {
    height: auto;
  }
  .about-container {
    max-width: 100%;
    width: 100%;
    float: none;
    border: none;
    padding: 20px 0;
  }
  .page5 .about-block {
    height: auto;
    width: 100%;
  }
  .page5 .footer {
    position: relative;
  }
  #footer-logo {
    margin: 0 10px 0 0;
  }
  .tab-img {
    position: absolute;
    top: 130px;
    left: 370px;
    right: auto;
    bottom: auto;
    z-index: 9;
    width: 240px;
  }
  .recycle-title {
    font-size: 46px;
    line-height: 46px;
    padding: 5px 0 5px 40px;
  }
  .recycle-section .cover {
    left: 0;
  }
  .recycle-list li {
    padding: 0;
  }
  .recycle-list li::before {
    top: 10px;
    position: absolute;
    left: 0;
  }
  .recycle-list li .container {
    float: none;
    max-width: 100%;
    padding: 25px 0 170px 140px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .recycle-li-wrap {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 0px;
    padding-left: 0;
  }
  .recycle-list .step {
    position: absolute;
    padding-bottom: 10px;
    float: none;
    top: 120px;
    left: 27px;
    font-size: 32px;
  }
  .recycle-list .page-title span {
    padding-bottom: 10px;
  }
  .recycle-list .page-title {
    margin-bottom: 30px;
  }
  .recycle-li-wrap p {
    margin-bottom: 10px;
  }
  .recycle-list {
    background-position: 50% 300px;
  }
  .recycle2-wrap {
    width: 580px;
  }
  .about1 {
    height: auto !important;
  }
  #owl-about {
    padding-bottom: 40px;
  }
  #owl-about li {
    height: auto;
  }
  #owl-about .owl-controls {
    position: relative;
    bottom: -20px;
    clear: both;
    height: 100px;
  }
  .product-page .breadcrumb {
    margin: 0 0 20px 0px;
  }
  .product-title h1 {
    padding-bottom: 20px;
  }
  .section.subcatalog {
    padding: 0 0 0 0;
  }
  .subcatalog-page .wrapper,
  .catalog-page .wrapper {
    padding-bottom: 145px;
  }
  .subcatalog-page .wrapper,
  .catalog-page .wrapper {
    padding-bottom: 90px;
  }
}

@media (max-width: 980px) {
  .section.subcatalog {
    padding: 0 0 0 0;
  }
  #top-menu .dropdown-inner svg {
    float: left;
    margin-right: 10px;
  }
  #top-menu .dropdown-inner ul li {
    margin: 0;
    width: 33%;
  }
  #top-menu .dropdown-inner ul {
    padding: 7px 0;
  }
  .buy-list li.buy-li1,
  .buy-list li:first-child {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .buy-circle {
    display: none;
  }
  .buy-circle1,
  .buy-circle2,
  .buy-circle3 {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    float: left;
    margin-right: 10px;
  }
  .buy-list li .page-title {
    margin-bottom: 20px;
  }
  .sorts {
    padding-top: 30px;
  }
  .sort img {
    width: 280px;
    opacity: 0.3;
  }
  .sort1 img {
    left: 0px;
    top: 0px;
  }
  .sort2 img {
    left: 25px;
    top: 0px;
  }
  .sort3 img {
    left: 30px;
    top: 0px;
  }
  .sort4 img {
    left: 15px;
    top: 20px;
  }
  .buy-list li.buy-li2,
  .buy-list li:nth-child(2n) {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  #related-slider .owl-item {
    border: none !important;
  }
  .subcatalog {
    background: none !important;
  }
  .catalog-right {
    height: auto !important;
  }
  .page5 .about-block {
    padding-top: 20px;
  }
  .subcatalog-page .wrapper,
  .catalog-page .wrapper {
    height: auto;
  }
  .catalog-back {
    left: 2%;
  }
  .section.subcatalog .container {
    width: 100% !important;
  }
  .sub-catalog-title {
    margin-bottom: 10px;
  }
  .subcatalog .catalog-left-inner {
    margin: 10px auto 0 auto;
    padding-bottom: 20px;
  }
  .subcatalog .catalog-list {
    margin-top: 0;
    max-width: 96%;
  }
  .catbg {
    display: none;
  }
  #top-menu ul ul a {
    color: #fff !important;
  }
  #top-menu ul ul {
    margin-left: 0 !important;
    width: 100% !important;
    font-size: 14px;
  }
  #top-menu ul ul a:hover {
    color: #ffd700 !important;
  }
  .catalog-page .wrapper {
    height: auto;
  }
  .section.catalog {
    background: no-repeat;
    padding: 0;
  }
  .catalog-left,
  .catalog-right {
    width: 100%;
    height: auto;
  }
  .catalog-left:after,
  .catalog-right:after {
    clear: both;
    content: "";
    display: block;
  }
  .catalog-list {
    max-width: 280px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 20px 0;
  }
  .catalog-list li {
    font-size: 20px;
    line-height: 22px;
  }
  #top-menu .dropdown-inner ul li {
    margin: 0;
    width: 100%;
    float: none;
  }
  #top-menu .dropdown-inner ul svg {
    display: none;
  }
  .product-title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .section.product {
    padding: 10px 0 0 0;
  }
  #related-slider {
    max-width: 100%;
  }
  .prod-description,
  .prod-table {
    width: 100%;
    float: none;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .advantages div {
    width: 263px;
    float: none;
    margin: 0 auto 10px auto !important;
  }
  .article-wrap {
    margin-bottom: 0;
  }
  .err404-title {
    font-size: 36px;
    line-height: 36px;
  }
  .error404 .page-title::before {
    font-size: 82px;
    left: -140px;
  }
  .error404 .page-title {
    margin-left: 100px;
  }
  .img404 {
    width: 220px;
  }
  .tab-img {
    left: 300px;
  }
  .mob-button {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 20px;
    position: absolute;
    top: 34px;
    right: 3%;
    z-index: 999999;
  }
  #top-menu {
    display: none;
    position: absolute;
    top: 90px;
    padding: 20px 0 0 0;
    right: 0;
    font-size: 16px;
    background: #2bb9ef;
    width: 320px;
  }
  .header.white #top-menu li,
  .header.white #top-menu a,
  .viewing-page-3 #top-menu li,
  .viewing-page-5 #top-menu li,
  .viewing-page-3 #top-menu a,
  .viewing-page-5 #top-menu a {
    color: #2bb9ef !important;
  }
  .header.white #top-menu,
  .viewing-page-3 #top-menu,
  .viewing-page-5 #top-menu {
    background: #fff;
  }
  .header.white #top-menu .active a {
    color: #ffd700 !important;
    border-bottom: 3px solid #ffd700;
  }
  #top-menu li {
    display: block;
    padding: 10px 0;
  }
  #top-menu a {
    padding-bottom: 0;
  }
  .lang-switcher {
    margin-right: 80px !important;
  }
  #footer-menu {
    display: none;
  }
  #work li {
    padding-bottom: 100px;
  }
  .work3 {
    padding-bottom: 100px;
  }
  #poly1,
  #poly3,
  #poly5 {
    top: 190px;
  }
  #poly2 {
    top: 250px;
  }
  #poly4 {
    top: 284px;
  }
  #work .more {
    margin-left: 40px;
  }
  .page2 .owl-next {
    margin: 0;
  }
  #owl-slider {
    padding-bottom: 100px;
    overflow: hidden;
  }
  .page2 .owl-controls {
    top: auto;
    left: 50%;
    margin: 17px 0 0 -76px;
    right: auto;
    bottom: 10px;
    width: 152px;
  }
  .tab-wrap {
    padding-left: 0;
  }
  .tab-menu li {
    width: 100%;
    float: none;
    height: 90px;
  }
  .about-text {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .about-form {
    float: none;
    width: 100%;
  }
  .footer-address,
  .footer-phones,
  .footer-mail {
    float: right;
    margin: 5px 0;
    width: 170px !important;
    clear: both;
    padding-top: 0px;
  }
  #footer-logo {
    position: absolute;
    left: 0;
    top: 0;
  }
  .tab-text {
    max-width: 100%;
  }
  .tab-wrap .page-title {
    line-height: 36px;
  }
  .tab-wrap .lines {
    display: none;
  }
  .tab-wrap img {
    display: none;
  }
  .copy {
    float: left;
    line-height: 14px;
    padding: 15px 0;
  }
  /*.dev{display:none;}*/
  .form p {
    margin-bottom: 25px;
  }
  #work .page-title {
    line-height: 45px;
    top: -15px;
    margin-left: 25px;
  }
  .page2 .page-title {
    background: none;
  }
  .map-info {
    left: 0;
  }
  .map-info {
    top: 0;
    left: 0%;
    padding: 0;
    margin: 0;
    height: 420px;
  }
  .map-info-inner > div {
    width: 90% !important;
  }
  .close {
    top: -15px;
    right: -17px;
  }
  .map-wrap {
    width: 100%;
    height: 467px;
  }
  #top-menu .dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 0 10px 0;
    padding-top: 0;
    background: none;
    border-top: none;
  }
  #top-menu .dropdown-inner {
    background: no-repeat;
  }
  #top-menu .dropdown-menu li {
    margin: 0 0 0 5px;
    padding-bottom: 0;
  }
  .about-list {
    font-size: 16px;
    line-height: 20px;
  }
  .partners-title span {
    background: #fff;
    padding: 0 0;
  }
  .section.subcatalog {
    padding: 0 0 0 0;
  }
  .subcatalog-page .wrapper,
  .catalog-page .wrapper {
    height: 100%;
  }
  .catalog-left,
  .catalog-right {
    width: 100%;
    height: 35%;
  }
  .catalog-left svg,
  .catalog-list svg {
    width: 45px;
  }
  .jcf-scrollable {
    height: 68%;
  }
  .jcf-scrollable-wrapper {
    padding-right: 10px !important;
  }
  .catalog-list.subcat-list {
    top: 0;
  }
  .subcatalog .catalog-list li {
    font-size: 16px;
    line-height: 18px;
    margin: 5px 0;
  }
  .home .footer-address,
  .home .footer-phones,
  .home .footer-mail {
    float: right;
  }
  .tab-container {
    border: none;
  }
  .about-container-line {
    display: none;
  }
}

@media (max-width: 767px) {
  .subcatalog-page .wrapper,
  .catalog-page .wrapper {
    height: auto;
  }
  .catalog-left,
  .catalog-right {
    height: 300px;
    float: none;
  }
  .section1-block img {
    height: auto;
    width: 190px;
  }
  .section1-block {
    font-size: 18px;
    line-height: 24px;
  }
  .buy-list li .page-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 60px;
  }
  .buy-list li .page-title::after {
    left: 8px;
  }
  .buy-title {
    font-size: 36px;
    line-height: 36px;
  }
  .go-recyle {
    margin: 20px 0 0 18px;
  }
  .buy-list li {
    padding: 0px 0 215px 40px;
  }
  .sort {
    float: none !important;
    margin: 0 auto 20px auto;
    padding: 0 !important;
  }
  .sort img {
    left: 0 !important;
    top: 0 !important;
  }
  .buy-circle1,
  .buy-circle2,
  .buy-circle3 {
    font-size: 15px;
    height: 155px;
    width: 155px;
    padding: 0 20px;
    line-height: 15px;
  }
  .one-article {
    width: 100%;
  }
  .one-article:nth-child(4n-1) .one-article-img,
  .one-article:nth-child(4n) .one-article-img {
    float: left;
  }
  .one-article:nth-child(4n-1) .one-article-info,
  .one-article:nth-child(4n) .one-article-info {
    right: 0;
    left: auto;
  }
  .one-article:nth-child(4n-1) .one-article-info:before,
  .one-article:nth-child(4n) .one-article-info:before {
    left: -20px;
    right: auto;
  }
  .about2 {
    height: auto !important;
  }
  .about2-recycle-text {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    right: auto !important;
    padding: 20px 0;
  }
  .about2-recycle-inner {
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
  }
  .about2-recycle {
    width: 98%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0px;
  }
  .about2-recycle-top,
  .about2-recycle-bottom {
    display: none;
  }
}

@media (max-width: 640px) {
  .prname {
    display: none !important;
  }
  .modal {
    margin: -160px 0 0 -160px;
  }
  .sub-catalog-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #owl-about .owl-item img {
    max-width: 100%;
  }
  .about4-wrap {
    padding: 20px;
    font-size: 16px;
    line-height: 18px;
  }
  .recycle2-wrap {
    width: 440px;
  }
  .page-title {
    font-size: 25px;
    line-height: 25px;
  }
  .recycle-list li .container {
    padding: 65px 0 170px 20px;
  }
  .recycle-list .page-title.step {
    margin-bottom: 0;
    top: 30px;
    left: 130px;
  }
  .recycle-list .page-title {
    margin-bottom: 40px;
    top: 5px;
    left: 110px;
  }
  .rec-img {
    bottom: 25px;
    right: 70px;
  }
  .recycle-title {
    font-size: 30px;
    line-height: 30px;
    max-width: 300px;
  }
  .thumbnails {
    width: 100%;
    float: none;
  }
  .product-sidebar {
    width: 265px;
    float: none;
    margin: 0 auto;
  }
  .buy-li-wrap-circle {
    margin: 0px auto;
    width: 156px;
  }
  .buy-li-wrap-circle div {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .buy-list li .page-title {
    margin-left: 66px;
  }
  .buy-list li::before {
    font-size: 72px;
    line-height: 82px;
  }
  .recycle2-wrap {
    width: 300px;
    padding: 20px 0;
  }
  .recycle2-wrap img {
    width: 90px;
    margin: 0 0 20px 0;
  }
  #bottle1 {
    width: 52px;
    height: auto;
  }
  #bottle2 {
    width: 51px;
    height: auto;
  }
  #plant1 {
    width: 120px;
    height: auto;
    right: 155px;
  }
  #plant2 {
    right: 0;
    width: 157px;
    height: auto;
  }
  #work .page-title {
    font-size: 24px;
    line-height: 34px;
  }
  .page2 .page-title {
    display: block;
    margin-left: 0;
  }
  .catalog-left-inner {
    max-width: 300px;
  }
  .go-recyle {
    margin: 20px 0 0 0px;
    width: 255px;
  }
  .tab-text {
    max-height: 255px;
  }
}

@media (max-width: 320px) {
  .one-article-date {
    top: 15px;
  }
  .read-more {
    bottom: 10px;
  }
  .sort {
    width: 235px;
  }
  .sort img {
    width: 200px !important;
  }
}

.section.catalog .page-title {
  position: relative;
  left: 125px;
}

@media (max-width: 1140px) {
  .section.catalog .page-title {
    left: 45px;
  }
}

@media (max-width: 1024px) {
  .section.catalog .page-title {
    top: 0;
  }
}

@media (max-width: 768px) {
  .section.catalog .page-title {
    position: relative;
    max-width: 280px;
    position: relative;
    top: 0;
    left: 0;
    margin: 15px auto 0;
    font-size: 24px;
    padding: 0;
  }
}

.tab {
  width: 100%;
  height: 100vh;
  background-image: url("/image/catalog/tab-bg.jpg");
  background-repeat: no-repeat;
  background-size: 40% 100%;
}

.tab__container {
  width: 1170px;
  margin: 0 auto;
  padding-top: 220px;
}

.tab .title {
  font-size: 35px;
  font-weight: 700;
  color: #2389be;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 80px;
  position: relative;
}

.tab .title::after {
  content: "";
  display: block;
  width: 66px;
  height: 4px;
  background: #2389be;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -33px;
}

.tab .title .decor {
  width: 140px;
  height: 2px;
  background: #2389be;
  position: absolute;
  top: 10px;
  right: 320px;
}

.tab .title .decor::after {
  content: "";
  display: block;
  width: 2px;
  height: 100vh;
  background: #2389be;
  position: absolute;
  top: 0;
  right: 0;
}

.tab-carousel {
  width: 100%;
  height: 460px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.carousel-nav {
  width: 100%;
  height: 135px;
  background: #2389be;
  overflow: hidden;
}

.carousel-nav__slide {
  float: left;
  width: 33.333%;
  text-align: center;
  line-height: 135px;
  outline: none;
  cursor: pointer;
}

.carousel-nav__slide.slick-current {
  background: #2284b7;
}

.carousel-nav__slide.slick-current .carousel-nav__title {
  color: #ffd700;
}

.carousel-nav__slide.slick-current svg {
  fill: #ffd700;
}

.carousel-nav__icon {
  display: inline-block;
  line-height: 135px;
  margin-right: 20px;
}

.carousel-nav__title {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  width: 180px;
  position: relative;
  top: 9px;
  line-height: 18px;
  text-align: left;
  transition: all 0.2s ease;
}

.carousel-for {
  position: relative;
}

.carousel-for__slide {
  outline: none;
}

.carousel-for__description {
  width: 490px;
  background: #fff;
  float: left;
  padding: 67px;
  position: relative;
}

.carousel-for__title {
  font-size: 24px;
  font-weight: 700;
  color: #2389be;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.carousel-for__text {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  height: 40px;
  overflow: hidden;
  margin-bottom: 60px;
}

.carousel-for__link {
  display: block;
  width: 220px;
  height: 40px;
  border: 3px solid #2389be;
  color: #2389be;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.carousel-for__link:hover {
  background: #2389be;
  color: #fff;
}

.carousel-for__arrows {
  position: absolute;
  bottom: 48px;
  left: 430px;
  width: 140px;
  z-index: 1;
}

.carousel-for__arrow-left {
  float: left;
  cursor: pointer;
  text-align: center;
  height: 80px;
  line-height: 80px;
  position: relative;
  width: 68px;
}

.carousel-for__arrow-left svg {
  width: 15px;
  height: 22px;
  fill: #2389be;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.carousel-for__arrow-right {
  float: left;
  cursor: pointer;
  text-align: center;
  height: 80px;
  line-height: 80px;
  position: relative;
  width: 68px;
}

.carousel-for__arrow-right svg {
  width: 15px;
  height: 22px;
  fill: #2389be;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.carousel-for__arrow-left:hover .hexagon,
.carousel-for__arrow-right:hover .hexagon {
  opacity: 1;
}

.carousel-for__arrow-left:hover svg,
.carousel-for__arrow-right:hover svg {
  fill: #fff;
}

.carousel-for__image {
  overflow: hidden;
  height: 325px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.hexagon {
  width: 68px;
  height: 40px;
  background: #2389be;
  position: relative;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.2s ease-in-out;
}

.hexagon:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 20px solid #2389be;
}

.hexagon:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 20px solid #2389be;
}

.icon-first {
  display: inline-block;
  width: 62px;
  height: 69px;
  fill: #fff;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.icon-second {
  display: inline-block;
  width: 63px;
  height: 86px;
  fill: #fff;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.icon-third {
  display: inline-block;
  width: 64px;
  height: 64px;
  fill: #fff;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.category {
  min-height: calc(100vh - 320px);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  box-sizing: border-box;
}

.category__bg {
  width: 330px;
  min-height: calc(100vh - 320px);
  background: #fff;
  flex: 1 1 auto;
  background-image: url("/image/catalog/category-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.category__container {
  width: 1590px;
  min-height: calc(100vh - 320px);
  background: #fff;
  flex: 0 0 1590px;
  padding: 60px;
  padding-bottom: 0;
  box-sizing: border-box;
}

.category__heading {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.category__heading svg {
  width: 62px;
  height: 71px;
  fill: #333;
  margin-right: 30px;
}

.category__name {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  width: 320px;
  line-height: 32px;
}

.category__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 70px;
  width: 1140px;
}

.category__item {
  width: 360px;
  height: 275px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  overflow: hidden;
}

.category__item:nth-of-type(3n + 3) {
  margin-right: 0;
}

.category__description {
  width: 100%;
  height: 120px;
  background: #2389be;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px 35px 0;
  box-sizing: border-box;
}

.category__top {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}

.category__top svg {
  width: auto;
  height: 40px;
  fill: #fff;
  margin-right: 15px;
  flex: 0 0 40px;
  transition: fill 0.2s ease;
}

.category__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  flex: 1 1 auto;
  max-height: 40px;
  overflow: hidden;
}

.category__link {
  font-size: 13px;
  font-weight: 700;
  color: #ffd700;
  text-transform: uppercase;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.category__link::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #ffd700;
  transition: all 0.2s ease;
}

.category__item:hover .category__link::before {
  width: 23px;
  margin-right: 10px;
}

.category__item:hover .category__top svg {
  fill: #ffd700;
}

.contents {
  width: 100%;
  margin-left: -60px;
  padding: 60px;
  background: #f0f0f0;
  position: relative;
}

.decor-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.contents__container {
  width: 1140px;
  position: relative;
  z-index: 1;
}

/*TYPOGRAPHY*/

.contents h1 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 10px 0 15px;
}

.contents p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin: 15px 0;
}

.descriptions h1 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 10px 0 15px;
}

.descriptions p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin: 15px 0;
}

.breads {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}

.breads__item {
  display: inline-block;
  position: relative;
  margin-right: 13px;
}

.breads__item:last-of-type .breads__link {
  color: #9fc7dc;
}

.breads__item:last-of-type .breads__link:before {
  color: #9fc7dc;
}

.breads__item:first-of-type .breads__link::before {
  display: none;
}

.breads__link {
  font-size: 13px;
  color: #2389be;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.breads__link::before {
  content: "/";
  display: block;
  font-size: 13px;
  color: #2389be;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translate3d(0, -50%, 0);
}

.product-title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.product-title::after {
  content: "";
  display: block;
  width: auto;
  height: 3px;
  background: #f0f0f0;
  margin-left: 30px;
  flex: 1 1 auto;
}

.product-title h1 {
  display: inline-block;
  border: none;
  flex: 0 0 auto;
  padding: 0;
}

.product-info {
  width: 460px;
  float: right;
}

.thumbnail {
  display: block;
  margin-bottom: 30px;
}

.product-info .top {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.product-info .id {
  font-size: 13px;
  color: #666;
  margin-right: 40px;
}

.rate[data-rate="1"] .rate__star:nth-child(n + 2) path,
.rate[data-rate="2"] .rate__star:nth-child(n + 3) path,
.rate[data-rate="3"] .rate__star:nth-child(n + 4) path,
.rate[data-rate="4"] .rate__star:nth-child(n + 5) path,
.rate[data-rate="5"] .rate__star:nth-child(n + 6) path,
.rate[data-rate="0"] .rate__star path {
  fill: #f0f0f0;
}

.rate {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.rate__star {
  margin-right: 8px;
}

.rate__star path {
  fill: #ffd700;
}

.table {
  width: 100%;
  margin-bottom: 25px;
}

.table__tr {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 1px solid #f0f0f0;
  padding: 10px 0;
}

.table__td {
  font-size: 14px;
  color: #666;
}

.table__td:first-child {
  text-transform: uppercase;
  font-weight: 500;
  width: 170px;
  flex: 0 0 170px;
}

.table__td:last-child {
  line-height: 20px;
  flex: 1 1 auto;
}

.controls {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.controls__block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.controls__current {
  color: #666;
  font-size: 20px;
  margin-bottom: 10px;
}

.controls__price {
  color: #333;
  font-size: 35px;
  display: inline-block;
  font-weight: 700;
}

.controls__small {
  color: #333;
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
}

.controls__buy {
  width: 280px;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #ffd700;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
}

.controls__buy:hover {
  background: #2389be;
  color: #fff;
}

.inform {
  width: 100%;
  margin-bottom: 40px;
}

.inform__title {
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.inform__phone {
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}

.inform__subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}

.inform__callback {
  font-size: 14px;
  color: #3995c5;
  cursor: pointer;
  border-bottom: 1px dotted #3995c5;
}

.inform li {
  padding-left: 15px;
  margin-bottom: 15px;
  color: #666;
  font-size: 16px;
  position: relative;
}

.inform li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  top: 8px;
  left: 0;
}

.thumb-block {
  width: 610px;
  float: left;
}

.thumb-triggers {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #fafbfc;
}

.thumb-triggers__item {
  width: 33.333%;
  height: 120px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f0f0f0;
  padding: 0 17px;
}

.thumb-triggers__item:last-child {
  border: none;
}

.thumb-triggers__icon {
  width: 40px;
  margin-right: 10px;
  flex: 0 0 40px;
}

.thumb-triggers__title {
  font-size: 12px;
  font-weight: 700;
  color: #3995c5;
  text-transform: uppercase;
  flex: 1 1 auto;
}

.descriptions {
  width: 100%;
  position: relative;
  background: #f0f0f0;
}

.descriptions__container {
  width: 1140px;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.related-products .product-title::after {
  display: none;
}

@media only screen and (max-width: 1700px) {
  .category__container {
    width: 1260px;
    flex: 0 0 1260px;
  }
}

@media only screen and (max-width: 1300px) {
  .category__container {
    width: 100%;
    flex: none;
  }
  .category__bg {
    display: none;
  }
}

@media (max-width: 1200px) {
  .arrow-carousel.arrow-carousel--left {
    left: 0;
  }
  .arrow-carousel.arrow-carousel--right {
    right: 0;
  }
  .tab__container {
    width: 100%;
    padding-top: 60px;
  }
  .decor {
    display: none;
  }
  .tab {
    background: none;
    height: auto;
  }
  .about-container {
    height: auto;
    padding: 90px 0;
    overflow: hidden;
  }
  .about-container-line {
    display: none;
  }
  .about-text {
    width: 500px;
  }
  .hexagon {
    display: none;
  }
  .slick-arrow:hover svg {
    fill: #2389be;
  }
  .page-container {
    overflow: hidden;
  }
  #owl-slider {
    height: 530px !important;
    overflow: hidden;
  }
  .slider-content {
    overflow: hidden;
  }
  .onepage-wrapper .section {
    height: auto !important;
  }
  #work-list {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 90px 0;
  }
  #work img {
    display: none;
  }
  #work li {
    height: auto;
    padding: 0;
  }
  .phone-box {
    display: none;
  }
  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    overflow: hidden;
  }
  .category__list {
    width: 100%;
  }
  .contents {
    padding: 30px 3%;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .contents__container {
    width: 100%;
    box-sizing: border-box;
  }
  .thumbnails {
    width: 100%;
  }
  .thumb-block {
    margin: 0 auto 60px;
    float: none;
  }
  .product-info {
    margin: 0 auto;
    float: none;
  }
  .product-title::after {
    display: none;
  }
  .descriptions__container {
    width: 100%;
    padding: 60px 3%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 960px) {
  #related-slider .product-more {
    background: none;
    padding: 0;
    text-align: center;
  }
  .home .footer {
    height: auto;
  }
  .dev {
    width: 175px;
    margin: 0 auto;
  }
  .dropdown-menu ul > li span {
    color: #ffd700;
  }
  #top-menu .dropdown-inner ul li {
    padding: 0;
    border: none;
  }
  #top-menu {
    margin: 0;
    min-height: 100vh;
  }
  .insert {
    margin: 0;
  }
  .insert li::before {
    display: none;
  }
  .insert li {
    padding-left: 0 !important;
  }
  header .list-unstyled {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #top-menu li.dropdown > span {
    height: auto;
    line-height: normal;
  }
  #top-menu .lang-icon {
    display: none;
  }
  .carousel-for__description {
    width: 100%;
    flex: none;
    padding: 30px 3%;
  }
  .carousel-for__image {
    display: none;
  }
  .carousel-nav__icon {
    display: none;
  }
  .about-text {
    width: 100%;
    margin-bottom: 60px;
  }
  .tab-carousel {
    height: auto;
  }
  .carousel-for__arrows {
    bottom: 15px;
  }
  .slider-content > img {
    display: none;
  }
  .image-box {
    display: none;
  }
  .slider-title {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .slider-title::before {
    display: none;
  }
  .slider-title::after {
    display: none;
  }
  .page5 .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #footer-logo {
    position: relative;
    padding: 0;
  }
  .home .footer-top {
    height: auto;
    padding: 30px 0;
  }
  .category__item {
    margin: 0 auto 30px;
  }
  .category__item:nth-of-type(3n + 3) {
    margin: 0 auto 30px;
  }
  .footer .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .footer-top {
    height: auto;
    padding: 30px 0;
  }
}

@media only screen and (max-width: 760px) {
  .product-title h1 {
    flex: none;
    width: 100%;
    display: block;
  }
  .product-info {
    width: 100%;
  }
  .controls__buy {
    font-size: 10px;
    width: 200px;
  }
  .thumb-block {
    width: 100%;
  }
  .product-title {
    flex-wrap: wrap;
  }
  .thumb-triggers {
    flex-wrap: wrap;
  }
  .thumb-triggers__item {
    width: 100%;
    border: none;
  }
  .carousel-nav__title {
    width: 100%;
    text-align: center;
  }
  .carousel-for__text {
    margin-bottom: 30px;
  }
  .carousel-for {
    padding-bottom: 40px;
  }
  .carousel-for__arrows {
    left: 50%;
    right: auto;
    bottom: -20px;
    transform: translateX(-50%);
    width: auto;
  }
  .slider-content .text {
    font-size: 18px;
  }
  .slick-arrow {
    width: 40px;
  }
  .slider-content {
    box-shadow: none;
  }
  .slider-content .slider-text {
    padding: 0 3%;
  }
  #owl-slider {
    height: 400px !important;
    overflow: hidden;
  }
  #work li:before {
    display: none;
  }
  #work .page-title {
    top: 0;
  }
  #work .more {
    margin: 20px auto;
  }
  #work .page-title {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #work-list {
    width: 100%;
  }
  #work .page-title:after {
    left: 50%;
    bottom: -8px;
    transform: translate3d(-50%, 0, 0);
  }
  .home .footer {
    height: auto;
  }
  .page5 .container > a {
  }
  .page5 .container {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
  .home .footer-address,
  .home .footer-phones,
  .home .footer-mail {
    text-align: left;
  }
  .about-form {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .price-btn__text {
    display: none;
  }
  .price-btn {
    width: 60px;
  }
  .price-btn__icon {
    margin-right: 0;
  }
  .category__container {
    padding: 30px 3% 0;
  }
  .category__item {
    width: 100%;
  }
  .category__name {
    font-size: 18px;
  }
  .category__title {
    font-size: 14px;
  }
  .breads {
    display: none;
  }
  .footer {
    height: auto;
  }
  .footer .container {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
  .footer-top > .container {
    text-align: left;
  }
  .footer-top .container > a {
    margin-bottom: 30px;
  }
}

.thanks {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
}

.thanks.active {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.thanks__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #193443;
  opacity: 0.9;
}

.thanks__container {
  position: relative;
  text-align: center;
  z-index: 1;
}

.thanks svg {
  display: block;
  width: 53px;
  height: 53px;
  margin: 0 auto 40px;
  transform: translateZ(0);
}

.thanks h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  line-height: 36px;
}

.thanks p {
  font-size: 18px;
  color: #fff;
  width: 260px;
  margin: 0 auto;
}

.arrow-carousel {
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
  padding: 20px 12px;
}

.arrow-carousel--left {
  left: -50px;
  transform: translate3d(0, -50%, 0) rotate(180deg);
}

.arrow-carousel--right {
  right: -50px;
  transform: translate3d(0, -50%, 0);
}

#related-slider .item {
  outline: none;
  margin: 0 35px;
  border: 1px solid #cfe3ed;
  padding: 30px;
}

body.home .owl-stage-outer .container {
  max-width: 1140px;
  width: 100%;
}

.owl-stage-outer .container {
  max-width: none;
}

.about2 .page-container {
  height: 950px;
}

#owl-about li {
  margin-right: 350px;
}

@media only screen and (max-width: 1500px) {
  #owl-about li {
    margin-right: 100px;
  }
  #owl-about .ss {
    display: none;
  }
}

@media only screen and (max-width: 1300px) {
  #owl-about li {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  #owl-about li {
    margin-right: 0;
  }
}

.section.articles {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
  .tab__container {
    padding-top: 140px;
  }
  .tab .title {
    margin-bottom: 30px;
  }
  .tab-carousel {
    width: 80%;
    margin: 0 auto;
  }
  .section.about1 {
    /*height: 750px !important;*/
  }
}

.arrow-top {
  width: 60px;
  height: 60px;
  background: #2389be;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.arrow-top.active {
  visibility: visible;
  opacity: 1;
}

.arrow-top svg {
  display: block;
  width: 30px;
  height: 30px;
}

.arrow-top svg path {
  fill: #ffd700;
}

@media only screen and (max-width: 1400px) {
  #work li {
    height: 29%;
  }
}
@media only screen and (max-width: 1200px) {
  #top-menu.visible {
    display: block;
  }
  .section.about1 {
    height: auto !important;
  }
  .arrow-top {
    display: none;
  }
  .logo-box {
    margin-right: 25px;
  }
  .header-wrap {
    justify-content: space-between;
  }
  .price-btn {
    margin-right: 80px;
  }
}

@media (max-width: 767px) {
  .home .wrapper {
    height: auto;
  }
  .slider-title span:after {
    display: none;
  }
  #owl-about .owl-nav {
    position: absolute;
    bottom: 57px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .about2 .page-container {
    height: auto;
  }
  .map-wrap .close,
  .modal-dialog .close {
    top: 0;
    right: 0;
  }

  .footer-mail a {
    position: relative;
    top: 4px;
  }
  #map_canvas {
    display: none;
  }
  .map-info {
    width: 100%;
  }
  .one-article {
    margin-bottom: 10px;
  }
}
.about4-wrap {
  opacity: 0;
}
.about4-wrap.slideInUp {
  opacity: 1;
}
.lang-box {
  display: none;
}
.article-nav a:before {
  margin-right: 0;
}
.preloader {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #2389be;
  z-index: 99999;
}
.preloader__spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-top-color: #ffd700;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  animation: spinner 1s linear infinite;
}
.preloader.hide {
  display: none;
}
@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

.footer-mail {
  ul {
    align-items: center;
    gap: 10px;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    a {
      display: flex;
      background: #fff;
      border-radius: 100px;
      width: 45px;
      height: 45px;
      align-items: center;
      justify-content: center;
    }
  }
}

.contacts-links__messanger {
  align-items: center;
  gap: 10px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  a {
    display: flex;
    background: #fff;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
  }
}

.logo-box {
  img {
    width: 75px;
  }
}

.map iframe {
  width: 100%;
  height: 100vh;
}
