@font-face {
  font-family: 'Exo2-Regular';
  src: url('../fonts/Exo2-Regular/Exo2-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Regular/Exo2-Regular.woff') format('woff'), url('../fonts/Exo2-Regular/Exo2-Regular.ttf') format('truetype'), url('../fonts/Exo2-Regular/Exo2-Regular.svg#Exo2-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2-SemiBold';
  src: url('../fonts/Exo2-SemiBold/Exo2-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-SemiBold/Exo2-SemiBold.woff') format('woff'), url('../fonts/Exo2-SemiBold/Exo2-SemiBold.ttf') format('truetype'), url('../fonts/Exo2-SemiBold/Exo2-SemiBold.svg#Exo2-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2-Bold';
  src: url('../fonts/Exo2-Bold/Exo2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Bold/Exo2-Bold.woff') format('woff'), url('../fonts/Exo2-Bold/Exo2-Bold.ttf') format('truetype'), url('../fonts/Exo2-Bold/Exo2-Bold.svg#Exo2-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2-Light';
  src: url('../fonts/Exo2-Light/Exo2-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Light/Exo2-Light.woff') format('woff'), url('../fonts/Exo2-Light/Exo2-Light.ttf') format('truetype'), url('../fonts/Exo2-Light/Exo2-Light.svg#Exo2-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2-Medium';
  src: url('../fonts/Exo2-Medium/Exo2-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Medium/Exo2-Medium.woff') format('woff'), url('../fonts/Exo2-Medium/Exo2-Medium.ttf') format('truetype'), url('../fonts/Exo2-Medium/Exo2-Medium.svg#Exo2-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/font/fontello.eot');
  src: url('../fonts/fontello/font/fontello.eot') format('embedded-opentype'), url('../fonts/fontello/font/fontello.woff2') format('woff2'), url('../fonts/fontello/font/fontello.woff') format('woff'), url('../fonts/fontello/font/fontello.ttf') format('truetype'), url('../fonts/fontello/font/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cancel:before {
  content: '\e800';
}
.icon-twitter:before {
  content: '\f099';
}
.icon-facebook:before {
  content: '\f09a';
}
.icon-instagram:before {
  content: '\f16d';
}
.icon-vkontakte:before {
  content: '\f189';
}
.icon-odnoklassniki:before {
  content: '\f263';
}
.icon-plus-squared:before {
  content: '\e801';
}
.icon-plus:before {
  content: '\e802';
}
/* GLOBAL */
html,
body {
  height: 100%;
}
body {
  background-color: #fff;
  color: #0a1213;
  font: 18px/1.333 'Exo2-Light', sans-serif;
  min-width: 320px;
}
ul {
  margin: 0 0 20px;
}
ul:last-child {
  margin-bottom: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
a {
  color: #0e7c79;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover {
  color: #c99f11;
}
a[data-fancybox] {
  outline: none;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}
input,
textarea,
select,
button {
  box-sizing: border-box;
  outline: none;
}
input,
select,
textarea {
  background-color: #fff;
  font-size: 16px;
  border: 1px solid #c4c4c4;
}
input,
select {
  height: 46px;
  padding: 0 10px;
}
textarea {
  padding: 10px;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
input[placeholder] {
  text-overflow: ellipsis;
}
input::-moz-placeholder {
  text-overflow: ellipsis;
}
input:-moz-placeholder {
  text-overflow: ellipsis;
}
input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
::-webkit-input-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
/* Firefox 19+ */
:-moz-placeholder {
  color: #aaa;
}
/* Firefox 18- */
:-ms-input-placeholder {
  color: #aaa;
}
h1,
.title-1 {
  font: 30px/1.2 'Exo2-Bold', sans-serif;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #080808;
}
@media screen and (max-width: 991px) {
  h1,
  .title-1 {
    font-size: 25px;
  }
}
.title-md,
.title-sm {
  text-transform: uppercase;
  color: #080808;
  font-family: 'Exo2-Regular', sans-serif;
  line-height: 1.2;
  margin: 0 0 37px;
}
.title-md {
  font-size: 24px;
}
.title-sm.pl {
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  .title-md,
  .title-sm {
    margin-bottom: 20px;
  }
}
.title-entry {
  font: 24px/1.1 'Exo2-Medium', sans-serif;
  margin: 0 0 30px;
  color: #080808;
}
@media screen and (max-width: 768px) {
  .title-entry {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
strong {
  font-family: 'Exo2-Bold', sans-serif;
}
/* COMMON */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.table {
  display: table;
  width: 100%;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.text--up {
  text-transform: uppercase;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.font--sb {
  font-family: 'Exo2-SemiBold', sans-serif;
}
.font--sm {
  font-size: 14px;
}
.color--dark {
  color: #080808;
}
.display-none {
  display: none;
}
.btn-default,
.btn-second {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  letter-spacing: 2px;
}
.btn-default:before,
.btn-second:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.btn-default:hover,
.btn-second:hover {
  color: #fff;
}
.btn-default:hover:before,
.btn-second:hover:before {
  width: 100%;
  left: 0%;
}
.btn-default {
  padding: .7em 1.55em;
  color: #fff;
  font: 24px/1.1 'Exo2-Medium', sans-serif;
  background-color: #e5ba29;
  position: relative;
  z-index: 0;
  letter-spacing: 2px;
  text-align: center;
}
.btn-default:before {
  background: #c99f11;
}
@media screen and (max-width: 991px) {
  .btn-default {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .btn-default {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .btn-default {
    font-size: 18px;
  }
}
.btn-sm,
.btn-second {
  font-size: 18px;
  padding: .65em 2em;
}
.btn-second {
  background-color: #f1f1f1;
  color: #a8a8a8;
  line-height: 1.1;
  font-family: 'Exo2-Medium', sans-serif;
}
.btn-second:before {
  background-color: #e5ba29;
}
@media screen and (max-width: 600px) {
  .btn-sm,
  .btn-second {
    font-size: 16px;
  }
}
.btn-reset {
  background-color: #f1f1f1;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a3a3a3;
  font: 14px/1.1 'Exo2-Medium', sans-serif;
  padding: 7px 15px;
  width: 100%;
  box-sizing: border-box;
}
.btn-reset:hover {
  background-color: #e5ba29;
  color: #fff;
}
.btn-reset:hover svg {
  fill: #fff;
}
.btn-reset svg {
  fill: #a3a3a3;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link-more {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-style: normal;
  font: 18px/1 'Exo2-Regular', sans-serif;
  position: relative;
  padding-right: 25px;
}
.link-more:hover:after {
  border-top-color: #c99f11;
  border-right-color: #c99f11;
  -webkit-transform: translateX(5px) rotate(45deg);
          transform: translateX(5px) rotate(45deg);
}
.link-more:after {
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0e7c79;
  border-right: 1px solid #0e7c79;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link-more-left {
  padding-right: 0;
  padding-left: 25px;
}
.link-more-left:after {
  left: 3px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.link-more-left:hover:after {
  -webkit-transform: translateX(-5px) rotate(-135deg);
          transform: translateX(-5px) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .link-more {
    font-size: 16px;
  }
}
.link-with-icon {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.link-with-icon:hover {
  text-decoration: none;
  color: #fff;
}
.link-with-icon svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  margin-left: 15px;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.content-page {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.content {
  padding: 20px 0 63px;
}
.content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 51px;
align-items: flex-start;
}
.content-header:last-child {
  margin-bottom: 0;
}
.content-header .heading-box {
  margin-bottom: 0;
  margin-top: 0;
}
.content-header > * {
  margin: 0 10px 0 0;
}
.content-header > *:last-child {
  margin-right: 0;
}
.content-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-header .caption {
  color: #080808;
  margin: 10px 2.5vw 10px 0;
  font-family: 'Exo2-Medium', sans-serif;
  line-height: 1.1;
}
.content-column {
  max-width: 570px;
}
.content-column-header {
  margin-bottom: 42px;
}
.content-block {
  margin-bottom: 49px;
}
.content-block-sm {
  margin-bottom: 16px;
}
.content-block:last-child,
.content-block-sm:last-child {
  margin-bottom: 0;
}
.content-title {
  font: 18px/1.1 'Exo2-Medium', sans-serif;
  margin: 0 0 25px;
  color: #080808;
}
@media screen and (max-width: 991px) {
  .content-header {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 35px;
  }
}
.container {
  max-width: 1170px;
  margin: auto;
}
.container,
.container-full {
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .container,
  .container-full {
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  .container,
  .container-full {
    padding: 0 10px;
  }
}
/* WITH-BORDER-BOTTOM */
.with-border-bottom {
  padding-bottom: 52px;
  margin-bottom: 45px;
}
.with-border-bottom-1 {
  padding-bottom: 48px;
  margin-bottom: 31px;
}
.with-border-bottom,
.with-border-bottom-1 {
  border-bottom: 1px solid #c4c4c4;
}
.with-border-bottom:last-child,
.with-border-bottom-1:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .with-border-bottom,
  .with-border-bottom-1 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
/* HAS-INPUT */
.has-input {
  margin-bottom: 17px;
  color: #080808;
  line-height: 1;
  font-size: 16px;
}
.has-input:last-child {
  margin-bottom: 0;
}
.has-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.has-input input {
  display: none;
}
.has-input input:checked + .input-style:before {
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
.has-input a {
  color: inherit;
  border-bottom: 1px solid;
}
.has-input a:hover {
  border-bottom-color: transparent;
}
.has-input-light {
  color: #fff;
}
.has-input-light .input-style {
  border: 1px solid #fff;
}
.has-input-light .input-style:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.has-input-lg {
  font: 24px 'Exo2-Regular', sans-serif;
}
.has-input-lg .input-style {
  width: 26px;
  height: 26px;
  border-width: 2px;
  margin-right: 14px;
}
.has-input-lg .input-style:before {
  top: 4px;
  left: 4px;
  width: 13px;
  height: 7px;
  border-left-width: 3px;
}
.has-input-sm {
  font-size: 14px;
}
.has-input-sm .input-style {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.has-input-sm .input-style:before {
  top: 3px;
  left: 2px;
  width: 7px;
  height: 3px;
  border-width: 0 0 1px 1px;
}
.input-style {
  width: 18px;
  height: 18px;
  border: 1px solid #888;
  box-sizing: border-box;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.input-style:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #0e7c79;
  border-bottom: 2px solid #0e7c79;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .has-input-lg {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .has-input-lg {
    font-size: 20px;
  }
}
/* HEADER-MAIN */
.header-main {
  background-color: #127d7a;
  color: #fff;
  position: relative;
}
.header-main a {
  color: #fff;
}
.header-main-top,
.header-main-bottom {
  padding-left: 258px;
}
.header-main-top {
  padding-top: 10px;
  padding-bottom: 13px;
  background-color: #0d5755;
}
.header-main-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-main-top-flex > * {
  margin-right: 20px;
}
.header-main-top-flex > *:last-child {
  margin-right: 0;
}
.header-main .logo-box {
  top: 0;
}
.header-main-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-phone > * {
  margin-left: 38px;
}
.header-phone > *:first-child {
  margin-left: 0;
}
.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
}
.header-actions > * {
  margin-right: 40px;
}
.header-actions > *:last-child {
  margin-right: 0;
}
.header-link {
  font-family: 'Exo2-SemiBold', sans-serif;
  letter-spacing: 1px;
}
.header-link:hover {
  color: #e5ba29;
}
.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 20px/1 'Exo2-SemiBold', sans-serif;
}
.phone svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  margin-right: 15px;
}
.logo-box {
  position: absolute;
  left: 30px;
  z-index: 50;
  background-color: #fff;
  height: 192px;
  width: 215px;
  box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo-box img {
  width: 100%;
}
.language {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.language a {
  display: none;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.language a:first-child {
  display: none;
  padding-left: 0;
  border-left: none;
}
.language a:last-child {
  display: none;
  padding-right: 0;
}
.language .current,
.language a:hover {
  display: none;
  color: #fff;
}
@media screen and (max-width: 1760px) {
  display: none;
  .header-main-top,
  .header-main-bottom {
    padding-left: 225px;
  }
  .header-actions {
    font-size: 17px;
  }
  .logo-box {
    width: 200px;
    height: 177px;
    padding: 15px;
  }
}
@media screen and (max-width: 1650px) {
  .header-main-top,
  .header-main-bottom {
    padding-left: 200px;
  }
  .header-actions > * {
    margin-right: 30px;
  }
  .logo-box {
    width: 180px;
    height: 157px;
    padding: 10px;
  }
}
@media screen and (max-width: 1600px) {
  .header-main-top,
  .header-main-bottom {
    padding-left: 180px;
  }
  .logo-box {
    width: 150px;
    height: 135px;
    padding: 5px;
  }
}
@media screen and (max-width: 1550px) {
  .header-main-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-actions {
    padding: 5px 0;
  }
}
@media screen and (max-width: 991px) {
  .header-main-top,
  .header-main-bottom {
    padding-left: 170px;
  }
  .header-main .logo-box {
    left: 10px;
  }
  .logo-box {
    width: 160px;
    height: 137px;
  }
}
@media screen and (max-width: 750px) {
  .header-main-top,
  .header-main-bottom {
    padding-left: 0;
  }
  .header-main-top {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .header-main-top-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-main-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-main .logo-box {
    position: static;
    margin: 0 auto 10px;
  }
  .logo-box {
    width: 123px;
    height: 100px;
    padding: 8px;
  }
}
@media screen and (max-width: 550px) {
  .phone {
    font-size: 19px;
  }
  .phone svg {
    width: 23px;
    height: 23px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 500px) {
  .header-main-bottom-flex {
    display: block;
  }
  .header-actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .header-phone {
    display: block;
  }
  .phone {
    margin: 0 0 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .phone.hidden-mobile {
    display: none;
  }
}
/* NAV-MAIN */
.nav-main {
  font: 17px/1.1 'Exo2-Regular', sans-serif;
}
.nav-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.nav-main > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-main > ul > li {
  margin: 0 15px;
}
.nav-main > ul > li > a {
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.nav-main > ul > li > a:hover {
  text-decoration: underline;
}
.nav-main .current > a {
  color: #e5ba29;
  cursor: default;
}
.nav-main .current > a:hover {
  text-decoration: none;
}
.has-submenu {
  position: relative;
}
.has-submenu > a {
  padding-right: 20px;
  position: relative;
}
.has-submenu > a > span { /* :after */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.nav-btn {
  color: #fff;
  border: none;
  padding: 0;
  outline: none;
  text-transform: uppercase;
  background-color: transparent;
  font: 18px/1 'Exo2-SemiBold', sans-serif;
  letter-spacing: 1px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-btn:hover {
  color: #e5ba29;
}
.nav-btn:hover .nav-btn-icon > span,
.nav-btn:hover .nav-btn-icon > span:before,
.nav-btn:hover .nav-btn-icon > span:after {
  background-color: #e5ba29;
}
.nav-btn-icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 15px;
  position: relative;
  margin-right: 10px;
}
.nav-btn-icon > span,
.nav-btn-icon > span:before,
.nav-btn-icon > span:after {
  position: absolute;
  width: 100%;
  height: 3px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #fff;
}
.nav-btn-icon > span {
  top: 0;
  left: 0;
}
.nav-btn-icon > span:before,
.nav-btn-icon > span:after {
  display: block;
  content: "";
}
.nav-btn-icon > span:before {
  top: 7px;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.nav-btn-icon > span:after {
  top: 14px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.nav-close,
.nav-mobile {
  display: none;
}
@media screen and (max-width: 1760px) {
  .nav-main {
    font-size: 16px;
  }
}
@media screen and (max-width: 1650px) {
  .nav-main > ul > li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1551px) {
  .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    left: 0;
  }
  .submenu {
    position: absolute;
    min-width: 200px;
    top: 130%;
    left: 10px;
    z-index: 50;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
  }
  .submenu a {
    padding: 15px;
    background-color: #127d7a;
    display: block;
  }
  .submenu a:hover {
    background-color: #e5ba29;
  }
}
@media screen and (max-width: 1550px) {
  .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 3px;
    font-size: 35px;
    font-family: 'Exo2-Bold', sans-serif;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .nav-close:hover {
    color: #e5ba29;
  }
  .nav-close i:before {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-main {
    position: fixed;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 0 0;
    top: 0;
    left: -100%;
    z-index: 200;
    background-color: #127d7a;
    width: 280px;
    overflow: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .nav-main.show {
    left: 0;
  }
  .nav-main > ul {
    display: block;
  }
  .nav-main > ul > li {
    margin: 0;
  }
  .nav-main > ul > li > a {
    height: auto;
    text-align: left;
  }
  .nav-main a {
    display: block;
    padding: 15px 20px;
  }
  ul.submenu {
    margin-right: -35px;
    display: none;
  }
  ul.submenu li {
    border-bottom: 1px solid #fff;
  }
  ul.submenu li:last-child {
    border-bottom: none;
  }
  ul.submenu a {
    background-color: #e5ba29;
  }
  ul.submenu a:hover {
    background-color: #c99f11;
  }
  .has-submenu {
    padding-right: 35px;
  }
  .has-submenu > a {
    padding-right: 0;
  }
  .has-submenu > a:after {
    /*display: none;*/
  }
  .nav-mobile {
    display: block;
    font-size: 22px;
    position: absolute;
    right: 5px;
    top: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
  }
  .nav-mobile:hover {
    color: #e5ba29;
  }
}
@media screen and (max-width: 500px) {
  .nav-btn {
    margin-bottom: 10px;
  }
}
/* BREADCRUMBS */
.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.1;
}
.breadcrumbs li {
  position: relative;
  padding: 0 7px 0 0;
  border-right: 1px solid #a2a2a2;
  margin: 0 7px 5px 0;
}
.breadcrumbs li:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
.breadcrumbs a {
  color: inherit;
  border-bottom: 1px solid;
}
.breadcrumbs a:hover {
  border-bottom-color: transparent;
}
/* SLIDER-MAIN */
.slider-main {
  position: relative;
}
.slider-main,
.slider-main .item {
  height: 42.7vw;
  overflow: hidden;
}
.slider-main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.slider-main .item {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding: 54px 30px;
  box-sizing: border-box;
}
.slider-main .container-full {
  position: relative;
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.slider-main-content {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.5vw;
  padding: 22px 0 22px 38px;
  background-color: rgba(0, 0, 0, 0.4);
}
.slider-main-content .title {
  margin-right: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.slider-main-content .title span {
  font-family: 'Exo2-Bold', sans-serif;
}
.slider-main-content .btn-default {
  right: -30px;
}
.slider-main .slick-arrow svg {
  fill: #fff;
}
.slider-main .slick-arrow:hover svg {
  fill: #0e7c79;
}
.slider-main .slick-dots {
  position: absolute;
  right: 40px;
  bottom: 200px;
}
@media screen and (max-width: 1366px) {
  .slider-main-content {
    font-size: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-main .item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slider-main-content {
    font-size: 30px;
  }
  .slider-main-content .title {
    margin-right: 0;
  }
  .slider-main .slick-dots {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .slider-main,
  .slider-main .item {
    height: 300px;
  }
  .slider-main .item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .slider-main-content {
    padding: 10px 0 10px 20px;
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  .slider-main .container-full {
    padding: 0;
  }
  .slider-main .item {
    padding: 0;
  }
  .slider-main-content {
    display: block;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
  }
  .slider-main-content .btn-default {
    right: 0;
    margin-top: 10px;
  }
  .slider-main .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .slider-main-content {
    font-size: 22px;
  }
}
/* HEADING-BOX */
.heading-box {
  position: relative;
  z-index: 5;
  margin-bottom: 56px;
  padding: 24px 0 24px 20px;
  min-height: 94px;
  box-sizing: border-box;
}
.heading-box:before {
  content: '';
  width: 94px;
  height: 94px;
  box-sizing: border-box;
  border: 5px solid #0e7c79;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.heading-box h1,
.heading-box .title-1 {
  margin-bottom: 0;
  background-color: #fff;
  padding: 4px 0 4px 7px;
}
.heading-box .subtitle {
  color: #797979;
  position: absolute;
  bottom: 0;
  left: 110px;
  line-height: 1;
}
.heading-box .heading-box-style {
  width: 94px;
  height: 94px;
  box-sizing: border-box;
  /*border: 5px solid #e5ba29;*/
  border: 5px solid #0e7c79;
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.heading-box .heading-box-style:before,
.heading-box .heading-box-style:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 20px;
  /*background-color: #e5ba29;*/
  background-color: #0e7c79;
  right: 0;
  z-index: -1;
}
.heading-box .heading-box-style:before {
  top: 0;
}
.heading-box .heading-box-style:after {
  bottom: 0;
}
.heading-box-light:before {
  display: none;
}
.heading-box-light h1,
.heading-box-light .title-1 {
  color: #fff;
  background-color: transparent;
}
.heading-box-light .subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.heading-box-white:before {
  border-color: #fff;
}
.heading-box-white h1,
.heading-box-white .title-1 {
  color: #fff;
  background-color: #0e7c79;
}
.heading-box-white .subtitle {
  color: #fff;
}
.heading-box-1 {
  padding-bottom: 0;
  padding-left: 30px;
}
.heading-box-1:before {
  display: none;
}
.heading-box-1 h1,
.heading-box-1 .title-1 {
  color: #fff;
  background-color: transparent;
}
.heading-box-1 .heading-box-style {
  border-bottom: none;
}
.heading-box-1 .heading-box-style:after {
  width: 20px;
  height: 5px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .heading-box {
    margin-bottom: 35px;
    min-height: 90px;
  }
  .heading-box:before {
    width: 90px;
    height: 90px;
  }
  .heading-box h1,
  .heading-box .title-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .heading-box-light .heading-box-style {
    width: 90px;
    height: 90px;
  }
}
/* SECTION-CATALOG */
.section-catalog {
  padding: 46px 0 22px;
}
@media screen and (max-width: 768px) {
  .section-catalog {
    padding: 30px 0 0;
  }
}
.product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.product-grid-col {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
}
.product {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.product:hover .product-content-txt span {
  border-color: #fff;
}
.product img {
  width: 100%;
}
.product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  line-height: 1.2;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-sizing: border-box;
  height: 60px;
  overflow: hidden;
  text-align: left;
}
.product-content-txt span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 991px) {
  .product-content {
    font-size: 22px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 800px) {
  .product-grid {
    margin: 0;
  }
  .product-grid-col {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .product-content {
    font-size: 20px;
    padding: 0 20px;
  }
}
/* PRODUCT-CARD */
.product-card {
  display: block;
  line-height: 1.2;
  font-family: 'Exo2-Regular', sans-serif;
}
.product-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.product-card-col {
  margin-bottom: 43px;
  width: 25%;
  box-sizing: border-box;
  padding: 0 15px;
}
.product-card-img,
.product-card-title,
.product-card-config,
.product-card-line {
  display: block;
}
.product-card-img {
  text-align: center;
  position: relative;
  max-width: 270px;
  box-sizing: border-box;
  margin: 0 auto 8px;
}
.product-card-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 4px solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.product-card-title {
  font-family: 'Exo2-SemiBold', sans-serif;
  color: #080808;
  margin: 0 0 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.product-card-config .caption {
  font-size: 16px;
  color: #939393;
  margin: 0 0 8px;
  display: block;
}
.product-card-config .line-color {
  width: 50%;
  height: 100%;
  display: block;
}
.product-card-line {
  background-color: #c4c4c4;
  height: 9px;
}
.product-card:hover .product-card-img:before,
.product-advise:hover .product-card-img:before {
  border-color: #e5ba29;
}
.product-card:hover .product-card-title,
.product-advise:hover .product-card-title {
  text-decoration: underline;
}
.mark {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Exo2-Bold', sans-serif;
  line-height: 1;
  background-color: #e5ba29;
}
@media screen and (max-width: 991px) {
  .product-card-wrap {
    margin: 0 -10px;
  }
  .product-card-col {
    padding: 0 10px;
  }
}
@media screen and (max-width: 930px) {
  .product-card-col {
    width: 33.333%;
  }
  .mark {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 620px) {
  .product-card-col {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .product-card-col {
    width: 100%;
  }
}
/* PRODUCT-ADVISE */
.product-advise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-advise-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 12px;
}
.product-advise-col {
  width: 33.333%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.product-advise .item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 7px;
}
.product-advise .product-card-img {
  max-width: none;
  margin-bottom: 0;
  display: inline-block;
}
.product-advise .product-card-img img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .product-advise-col {
    width: 100%;
  }
}
/* CATALOG-PRODUCT */
.catalog-product {
  border: 1px solid #dcdcdc;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.2;
  height: 100%;
  box-sizing: border-box;
}
.catalog-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px 50px;
}
.catalog-product-wrap:last-child {
  margin-bottom: 0;
}
.catalog-product-col {
  margin-bottom: 13px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 7px;
}
.catalog-product-img {
  width: 170px;
  padding-right: 16px;
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalog-product-img-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.catalog-product-img img {
  width: 100%;
}
.catalog-product-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog-product-body .item {
  margin-bottom: 4px;
}
.catalog-product-content {
  margin-bottom: 5px;
}
.catalog-product-footer {
  margin-top: auto;
}
.catalog-product .btn-default {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .catalog-product .btn-default {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .catalog-product-img {
    width: 150px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 701px) and (max-width: 768px) {
  .catalog-product-img {
    width: 140px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .catalog-product-col {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .catalog-product {
    display: block;
  }
  .catalog-product-img {
    padding: 0 0 10px;
    margin: auto;
  }
}
/* COUNT-PRODUCT */
.count-product,
.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Exo2-Medium', sans-serif;
}
.count-product-btn,
.count-btn,
.count-product-value,
.count-value {
  height: 100%;
  border: none;
  background-color: transparent;
}
.count-product {
  color: #fff;
  height: 33px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.count-product-btn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.count-product-btn:hover svg {
  fill: #0e7c79;
}
.count-product svg {
  width: 6px;
  height: 11px;
  fill: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.count-product-value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
  text-align: center;
}
/* COUNT */
.count {
  color: #080808;
  padding: 0 10px;
}
.count-btn {
  padding: 0;
  width: 13px;
  text-align: left;
}
.count-btn:last-child {
  text-align: right;
}
.count-btn:hover svg {
  fill: #127d7a;
}
.count-btn svg {
  width: 7px;
  height: 11px;
  fill: #848484;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.count-value {
  text-align: center;
  width: 35px;
  padding: 0;
}
/* SECTION-ABOUT */
.section-about {
  padding: 50px 0 61px;
  color: #fff;
  background-image: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.section-about:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-about .container {
  position: relative;
  z-index: 5;
}
.section-about-content {
  margin-bottom: 72px;
  padding-top: 10px;
}
.section-about-content .title {
  font: 24px/1.1 'Exo2-Bold', sans-serif;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .section-about {
    padding-bottom: 50px;
  }
  .section-about-content {
    margin-bottom: 40px;
  }
  .section-about-content .title {
    font-size: 22px;
  }
}
/* SECTION-ADVANTAGES */
.section-advantages {
  padding: 55px 0 0;
}
@media screen and (max-width: 768px) {
  .section-advantages {
    padding: 45px 0 20px;
  }
}
/* ADVANTAGES-LIST */
.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  font-family: 'Exo2-Regular', sans-serif;
  line-height: 1.2;
  padding-top: 17px;
  letter-spacing: 1px;
}
.advantages-list .item {
  width: 33.333%;
  padding: 0 20px;
  margin: 0 0 87px;
  text-align: center;
  box-sizing: border-box;
}
.advantages-list-icon {
  width: 99px;
  height: 99px;
  box-sizing: border-box;
  border: 3px solid #0e7c79;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px;
}
.advantages-list-icon svg {
  fill: #0e7c79;
  width: 100%;
  height: 100%;
}
.advantages-list-left {
  margin-left: -20px;
  margin-right: -20px;
}
.advantages-list-left .item {
  text-align: left;
}
.advantages-list-left .advantages-list-icon {
  margin-left: 0;
  margin-right: 0;
}
.advantages-list-left .advantages-list-txt {
  max-width: 270px;
}
@media screen and (max-width: 991px) {
  .advantages-list .item {
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .advantages-list-left {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 750px) {
  .advantages-list {
    padding-top: 0;
  }
  .advantages-list .item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  .advantages-list .item {
    width: 100%;
  }
  .advantages-list-left .item {
    text-align: center;
  }
  .advantages-list-left .item .advantages-list-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .advantages-list-left .item .advantages-list-txt {
    max-width: none;
  }
}
/* SECTION-NEWS */
.section-news {
  padding: 0 10px 65px;
  max-width: 1920px;
  box-sizing: border-box;
  margin: auto;
}
.section-news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 18px;
}
@media screen and (max-width: 768px) {
  .section-news {
    padding-bottom: 50px;
  }
}
/* NEWS-MAIN */
.news-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  height: 322px;
  overflow: hidden;
  padding: 0 0 24px 19px;
  position: relative;
  box-sizing: border-box;
}
.news-main-col {
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
}
.news-main:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.news-main:hover {
  color: #0e7c79;
}
.news-main:hover .news-main-txt {
  border-bottom: 1px solid;
}
.news-main-content {
  position: relative;
  z-index: 5;
  padding: 20px 40px;
  border-left: 5px solid #0e7c79;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
  box-sizing: border-box;
}
.news-main-content:before,
.news-main-content:after {
  content: '';
  position: absolute;
  left: -4px;
  width: 94px;
  height: 5px;
  background-color: #0e7c79;
}
.news-main-content:before {
  top: -5px;
}
.news-main-content:after {
  bottom: -5px;
}
@media screen and (max-width: 991px) {
  .news-main-col {
    width: 100%;
  }
}
/* SECTION-PARTNER */
.section-partner {
  padding: 0 0 4.27vw;
}
@media screen and (max-width: 600px) {
  .section-partner {
    padding-bottom: 30px;
  }
}
/* CAROUSEL-PARTNER */
.carousel-partner {
  padding: 0 30px;
  margin-top: 71px;
  text-align: center;
}
.carousel-partner .item {
  padding: 0 20px;
  height: 140px;
  line-height: 140px;
  box-sizing: border-box;
}
.carousel-partner .item img {
  opacity: .5;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-height: 100%;
}
.carousel-partner .item img:hover {
  opacity: 1;
}
.carousel-partner .slick-arrow {
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .carousel-partner {
    margin-top: 0;
  }
}
.slick-arrow {
  position: absolute;
  z-index: 50;
  width: 30px;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow:hover svg {
  fill: #c99f11;
}
.slick-arrow svg {
  width: 30px;
  height: 45px;
  fill: #0e7c79;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.slick-arrow.arrow-sm {
  width: 15px;
}
.slick-arrow.arrow-sm svg {
  width: 15px;
  height: 26px;
}
.arrow-circle {
  width: 64px;
}
.arrow-circle:hover svg {
  fill: #0e7c79;
}
.arrow-circle svg {
  width: 42px;
  height: 42px;
  fill: #fff;
}
.slick-dots {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li {
  margin: 5px;
}
.slick-dots .slick-active button {
  opacity: 1;
  background-color: #e5ba29;
}
.slick-dots button {
  width: 92px;
  height: 4px;
  background-color: #fff;
  opacity: .4;
  padding: 0;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 0;
  border: none;
}
.slick-dots button:hover {
  opacity: 1;
}
/* SECTION-DEALERS */
.section-dealers {
  background-color: #0e7c79;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 506px;
  overflow: hidden;
  color: #fff;
}
.section-dealers > div {
  width: 50%;
  padding-top: 52px;
  padding-bottom: 52px;
  box-sizing: border-box;
}
.section-dealers .inner {
  max-width: 600px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
.section-dealers-left {
  position: relative;
}
.section-dealers-left:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  margin-left: -20px;
  background: url(../img/askew-bg.png) no-repeat 0 0 / cover;
  width: 250px;
  height: 100%;
}
.section-dealers-left .inner {
  margin-left: auto;
  padding-left: 30px;
}
.section-dealers-right {
  background: url(../img/dealers-bg.jpg) no-repeat 50% 0 / cover;
  position: relative;
}
.section-dealers-right:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.section-dealers-right .inner {
  padding-right: 30px;
  padding-left: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.section-dealers-right .title {
  font: 2.5vw/1.1 'Exo2-SemiBold', sans-serif;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.section-dealers-right .title:last-child {
  margin-bottom: 0;
}
.section-dealers-right p {
  margin-bottom: 22px;
}
.section-dealers-content {
  padding-left: 30px;
  max-width: 410px;
  padding-top: 10px;
}
.section-dealers-content .title {
  font: 30px/1.2 'Exo2-SemiBold', sans-serif;
  margin: 0 0 30px;
}
@media screen and (max-width: 1366px) {
  .section-dealers-right .title {
    font-size: 33px;
  }
}
@media screen and (max-width: 991px) {
  .section-dealers-content {
    padding-left: 0;
  }
  .section-dealers-content .title {
    font-size: 27px;
  }
  .section-dealers-left .inner {
    padding-left: 20px;
  }
  .section-dealers-right .inner {
    padding-right: 20px;
  }
}
@media screen and (min-width: 901px) {
  .section-dealers-left {
    background: url(../img/map.jpg) no-repeat 100% 50%;
  }
}
@media screen and (max-width: 900px) {
  .section-dealers-left:after {
    display: none;
  }
  .section-dealers-left .inner {
    padding-right: 30px;
  }
  .section-dealers-right .inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-dealers-content .title {
    font-size: 24px;
  }
  .section-dealers-right .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 620px) {
  .section-dealers {
    height: auto;
    display: block;
  }
  .section-dealers > div {
    width: 100%;
  }
  .section-dealers-content {
    max-width: none;
  }
}
/* SECTION-REVIEWS */
.section-reviews {
  padding: 50px 0 5.2vw;
}
@media screen and (max-width: 768px) {
  .section-reviews {
    padding-bottom: 40px;
  }
}
.reviews-preview {
  position: relative;
  padding: 24px 0 0 22px;
}
.reviews-preview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 39px;
}
.reviews-preview-wrap:last-child {
  margin-bottom: 0;
}
.reviews-preview-col {
  padding: 0 20px;
  width: 33.333%;
  box-sizing: border-box;
  margin: 14px 0 30px;
}
.reviews-preview:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 98px;
  box-sizing: border-box;
  border: 5px solid #0e7c79;
  z-index: -1;
}
.reviews-preview .inner {
  background-color: #fff;
  padding: 10px 0 0 44px;
  color: #797979;
  font-style: italic;
  position: relative;
}
.reviews-preview .inner:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 8px;
  background: url(../img/quote.png) no-repeat;
  width: 23px;
  height: 20px;
}
@media screen and (max-width: 991px) {
  .reviews-preview-wrap {
    margin: 0 -10px 20px;
  }
  .reviews-preview-col {
    padding: 0 10px;
  }
}
@media screen and (max-width: 900px) {
  .reviews-preview-col {
    width: 100%;
  }
}
/* SECTION-INFO */
.section-info {
  background-color: #f1f1f1;
  color: #000;
  font-family: 'Exo2-Regular', sans-serif;
  padding: 58px 0 80px;
}
.section-info .heading-box h1,
.section-info .heading-box .title-1 {
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .section-info {
    padding: 40px 0 50px;
  }
}
/* SECTION-CAROUSEL */
.section-carousel {
  padding: 80px 0;
}
.carousel {
  padding: 0 15px;
}
.carousel .item {
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-carousel {
    padding: 40px 0;
  }
}
/* CAROUSEL-DOC */
.carousel-doc {
  padding: 0 15px;
}
.carousel-doc .item {
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  float: left;
}
.carousel-doc a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #d0d0d0;
}
.carousel-doc a:hover {
  border-color: #0e7c79;
}
.carousel-doc img {
  width: 100%;
}
/* REVIEWS */
.reviews {
  position: relative;
  padding: 24px 0 0 24px;
  margin-bottom: 48px;
  line-height: 1.25;
}
.reviews:last-child {
  margin-bottom: 0;
}
.reviews:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 79%;
  box-sizing: border-box;
  border: 5px solid #127d7a;
  z-index: -1;
}
.reviews-inner {
  background-color: #fff;
  padding: 10px 0 0 42px;
  position: relative;
  font-style: italic;
  color: #797979;
}
.reviews-inner:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 2px;
  background: url(../img/quote.png) no-repeat;
  width: 23px;
  height: 20px;
}
.reviews .time {
  display: block;
  margin-bottom: 20px;
}
.reviews strong {
  font-family: 'Exo2-Medium', sans-serif;
}
/* NEWS */
.news {
  color: #5b5b5b;
  line-height: 1.25;
}
.news-col {
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 40px;
}
.news-col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.news-img {
  text-align: center;
  margin-bottom: 16px;
}
.news-body {
  padding: 6px 0 0 25px;
  position: relative;
  min-height: 94px;
}
.news-body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 94px;
  box-sizing: border-box;
  border: 5px solid #0e7c79;
  z-index: -1;
}
.news-body-header {
  padding-left: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #868686;
  font: 14px/1.2 'Exo2-Regular', sans-serif;
  margin-bottom: 5px;
}
.news-body-header > * {
  margin-right: 10px;
}
.news-body-header > *:last-child {
  margin-right: 0;
}
.news-body-header svg {
  fill: #b8b8b8;
}
.news-body-header time > span {
  margin-right: 10px;
}
.news-body-header time > span:last-child {
  margin-right: 0;
}
.news-body-content {
  background-color: #fff;
  padding: 5px 0 0 15px;
}
.news .title {
  color: #0a1213;
  font-family: 'Exo2-Regular', sans-serif;
}
.views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.views svg {
  width: 19px;
  height: 11px;
  margin-right: 9px;
}
@media screen and (max-width: 1024px) {
  .news-col {
    padding: 0 10px;
  }
  .news-col-wrap {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 900px) {
  .news-col {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .news-col {
    width: 100%;
  }
}
/* SECTION-INTRO */
.section-intro {
  padding: 25px 0 70px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  color: #fff;
  min-height: 517px;
  box-sizing: border-box;
}
.section-intro .breadcrumbs {
  color: rgba(255, 255, 255);
}
.section-intro .breadcrumbs li {
  border-right-color: rgba(255, 255, 255);
}
.section-intro .breadcrumbs a:hover {
  color: #d1d1d1;
}
.intro {
  margin-top: 58px;
  max-width: 850px;
}
.intro .heading-box {
  margin-bottom: 0;
}
.intro .heading-box h1,
.intro .heading-box .title-1 {
  font-size: 48px;
  line-height: 1.1;
  word-wrap: break-word;
}
.intro-inner {
  padding: 36px 0 0 28px;
  max-width: 640px;
  box-sizing: border-box;
}
.intro-title {
  font: 24px 'Exo2-Medium', sans-serif;
  margin: 0 0 30px;
}
.intro-title:only-child {
  margin: 0;
}
.intro p {
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .section-intro {
    min-height: 0;
  }
  .intro {
    margin-top: 48px;
  }
  .intro .heading-box h1,
  .intro .heading-box .title-1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .intro-inner {
    padding-left: 0;
    padding-top: 25px;
  }
  .intro .heading-box h1,
  .intro .heading-box .title-1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 462px) {
  .intro-inner {
    padding-left: 0;
    padding-top: 25px;
  }
  .intro .heading-box h1,
  .intro .heading-box .title-1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 367px) {
  .intro-inner {
    padding-left: 0;
    padding-top: 25px;
  }
  .intro .heading-box h1,
  .intro .heading-box .title-1 {
    font-size: 20px;
  }
}
/* SECTOR-GRID */
.sector-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sector-grid-aside {
  width: 40.18%;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sector-grid-row {
  margin-bottom: 30px;
}
.sector-grid-row:last-child {
  margin-bottom: 0;
}
.sector-grid-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
}
@media screen and (max-width: 991px) {
  .sector-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sector-grid-aside {
    width: 100%;
    margin: 0 0 30px;
  }
}
/* FORM-PASSWORD */
.form-password .table-cell {
  padding-right: 40px;
  padding-bottom: 33px;
  box-sizing: border-box;
  white-space: nowrap;
}
.form-password .table-cell:last-child {
  width: 100%;
  padding-right: 0;
  white-space: normal;
}
.form-password input {
  width: 100%;
}
.form-password .btn-default {
  min-width: 275px;
}
@media screen and (max-width: 500px) {
  .form-password .table-cell {
    padding-bottom: 20px;
  }
  .form-password .btn-default {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 420px) {
  .form-password.table,
  .form-password .table-row,
  .form-password .table-cell {
    display: block;
  }
  .form-password .table-cell {
    padding-bottom: 10px;
  }
}
/* ERROR-BOX */
.error-box {
  width: 30.625vw;
  height: 30.625vw;
  border: 8px solid #0e7c79;
  box-sizing: border-box;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font: 1.5625vw/1 'Exo2-Bold', sans-serif;
  text-align: center;
  color: #0e7c79;
  position: relative;
}
.error-box-wrap {
  padding: 127px 0 75px;
  position: relative;
}
.error-box-content span {
  display: block;
  font-size: 4.4666em;
  margin-bottom: 8px;
}
.error-box-link {
  position: absolute;
  left: 0;
  bottom: 4.27vw;
  width: 100%;
  text-align: center;
}
.error-box .link-more {
  font-family: 'Exo2-Regular', sans-serif;
  text-decoration: underline;
}
.error-box .link-more:hover {
  text-decoration: none;
}
.error-box-left,
.error-box-right {
  position: absolute;
}
.error-box-left {
  top: -1.40625vw;
  left: -2.08333vw;
}
.error-box-right {
  bottom: 0;
  right: -5.20833vw;
  text-align: right;
}
@media screen and (max-width: 1460px) {
  .error-box-wrap {
    padding-top: 80px;
  }
  .error-box-left,
  .error-box-right {
    width: 43%;
  }
}
@media screen and (max-width: 1366px) {
  .error-box-wrap {
    padding-top: 30px;
  }
  .error-box-left,
  .error-box-right {
    width: 37%;
  }
  .error-box-left {
    top: -35px;
    left: 50px;
  }
  .error-box-right {
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .error-box {
    width: 258px;
    height: 258px;
    font-size: 18px;
  }
  .error-box-left {
    top: -20px;
    left: 15px;
  }
  .error-box-right {
    right: 5px;
  }
  .error-box-link {
    bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  .error-box-wrap {
    padding: 0;
  }
  .error-box-left,
  .error-box-right {
    display: none;
  }
}
/* CONTACT-COL */
.contact-col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 15px;
  color: #797979;
  line-height: 1.2;
}
.contact-col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.contact-col strong {
  margin-right: 5px;
}
.contact-title,
.contact-col strong {
  color: #080808;
}
.contact-title {
  font-family: 'Exo2-Bold', sans-serif;
  margin: 0 0 23px;
}
.contact-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
}
.contact-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .contact-col {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .contact-col-wrap {
    margin: 0;
  }
  .contact-col:last-child {
    margin-bottom: 0;
  }
}
/* CONTACT-PROPS */
.contact-props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #797979;
  line-height: 1.2;
}
.contact-props-column {
  padding-right: 78px;
}
.contact-props-column:last-child {
  padding-right: 0;
}
.contact-props .item {
  margin-bottom: 22px;
}
@media screen and (max-width: 700px) {
  .contact-props-column {
    width: 100%;
    padding-right: 0;
  }
}
.map-container,
.map-container-1 {
  border: 3px solid #dcdcdc;
  border-left: none;
  border-right: none;
  margin-bottom: 35px;
}
.map-container > div,
.map-container-1 > div {
  height: 100%;
  width: 100%;
}
.map-container {
  height: 490px;
}
.map-container-1 {
  height: 595px;
}
@media screen and (max-width: 768px) {
  .map-container {
    height: 390px;
  }
  .map-container-1 {
    height: 495px;
  }
}
@media screen and (max-width: 500px) {
  .map-container {
    height: 300px;
  }
  .map-container-1 {
    height: 400px;
  }
}
/* FILTER-BOX */
.filter-box {
  margin-bottom: 25px;
}
.filter-box:last-child {
  margin-bottom: 0;
}
.filter-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-box-inner > * {
  margin-right: 3.333vw;
  margin-bottom: 15px;
}
.filter-box-inner > *:last-child {
  margin-right: 0;
}
/* FILTER-LINE */
.filter-line {
  background-color: #f1f1f1;
  padding: 4px 18px;
  margin-bottom: 13px;
}
.filter-line-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.filter-line-inner:last-child {
  margin-bottom: 0;
}
.filter-line-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px 15px 5px 0;
}
.filter-line-block:last-child {
  margin-right: 0;
}
.filter-line .has-input {
  margin: 3px 46px 3px 0;
}
.sort-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.1;
}
.sort-options > * {
  margin-right: 10px;
}
.sort-options-btn {
  color: #127d7a;
  text-decoration: underline;
}
.sort-options-btn.is-active {
  text-decoration: none;
  color: #949494;
  cursor: default;
}
.sort-options-btn:hover {
  text-decoration: none;
}
/* FILTER-SECTOR */
.filter-sector {
  line-height: 1.1;
  margin-bottom: 7px;
  color: #080808;
}
.filter-sector:last-child {
  margin-bottom: 0;
}
.filter-sector-header {
  background-color: #f1f1f1;
  font-family: 'Exo2-Medium', sans-serif;
  padding: 11px 25px 11px 18px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.filter-sector-header:hover {
  background-color: #dcdcdc;
}
.filter-sector-header:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0d0d0d;
  border-right: 1px solid #0d0d0d;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.filter-sector-header.is-active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -3px;
}
.filter-sector-content {
  padding: 17px;
  font-family: 'Exo2-Medium', sans-serif;
  display: none;
}
.filter-sector-content .title {
  margin: 0 0 15px;
}
.filter-sector-row {
  margin-bottom: 20px;
}
.filter-sector-row:last-child {
  margin-bottom: 0;
}
/* ACCORDION */
.accordion {
  margin-bottom: 14px;
  color: #797979;
  line-height: 1.2;
  overflow: hidden;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion.is-active .accordion-header:after {
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion-header {
  color: #fff;
  text-transform: uppercase;
  font: 24px/1.1 'Exo2-Bold', sans-serif;
  background-color: #127d7a;
  padding: 17px 50px 17px 30px;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
}
.accordion-header:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -10px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion-content {
  display: none;
  padding-top: 10px;
}
.accordion-content-row {
  padding-top: 35px;
  padding-bottom: 43px;
  border-bottom: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.accordion-content-row:last-child {
  border-bottom: none;
}
.accordion-content-col {
  width: 25%;
  box-sizing: border-box;
  padding: 0 20px;
}
.accordion-content-border {
  border: 1px solid #c4c4c4;
  padding: 14px 18px;
}
.accordion .item {
  margin-bottom: 23px;
}
.accordion .item:last-child {
  margin-bottom: 0;
}
.accordion-sm .accordion-header {
  text-transform: none;
  font-size: 16px;
  font-family: 'Exo2-Medium', sans-serif;
  padding: 12px 35px 12px 20px;
  letter-spacing: 0;
}
.accordion-sm .accordion-header:after {
  right: 18px;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
}
.accordion-sm.is-active .accordion-header:after {
  margin-top: -4px;
}
@media screen and (max-width: 1024px) {
  .accordion-header {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-header {
    font-size: 20px;
    padding: 14px 40px 14px 20px;
  }
  .accordion-header:after {
    right: 15px;
  }
  .accordion-content-row {
    padding-top: 15px;
    padding-bottom: 20px;
    margin: 0 -10px;
  }
  .accordion-content-col {
    width: 50%;
    padding: 10px;
  }
  .accordion-content-border {
    padding: 10px;
  }
  .accordion .item {
    margin-bottom: 15px;
  }
  .accordion .contact-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 550px) {
  .accordion-header {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .accordion-content-row {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .accordion-content-col {
    width: 100%;
  }
}
/* PAGINATION */
.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  margin: 5px 9px;
}
.pagination .prev,
.pagination .next {
  margin-left: 0;
  margin-right: 0;
}
.pagination .prev a,
.pagination .next a,
.pagination .prev a:hover,
.pagination .next a:hover {
  background-color: transparent;
}
.pagination .current a {
  color: #fff;
  background-color: #0e7c79;
  cursor: default;
}
.pagination .current a:hover {
  background-color: #0e7c79;
}
.pagination a {
  display: block;
  width: 31px;
  height: 31px;
  background-color: #e8e8e8;
  color: #2d2d2d;
  text-align: center;
  font: 14px/31px 'Exo2-Medium', sans-serif;
}
.pagination a:hover {
  background-color: #c99f11;
  color: #fff;
}
.pagination a:hover svg {
  fill: #0e7c79;
}
.pagination svg {
  width: 8px;
  height: 14px;
  fill: #bcbcbc;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* SECTION-SUBS */
.section-subs {
  /*background: #000 url(../img/about-bg.jpg) no-repeat 50% 0 / cover;*/
  background: url(../img/map.jpg) no-repeat 100% 50% #0e7c79;
  padding: 15px 0 47px;
  color: #fff;
}
.section-subs input {
  border: none;
  width: 100%;
  color: #000;
  height: 39px;
  border-radius: 4px;
}
.section-subs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subs-content {
  margin-right: 10px;
}
.subs-content-heading {
  font: 48px/1.1 'Exo2-Bold', sans-serif;
  margin: 0 0 18px;
  letter-spacing: 2px;
}
.subs-content-heading:last-child {
  margin-bottom: 0;
}
.subs-content-heading span {
  display: block;
  font-size: 1.5em;
}
.subs-form {
  width: 370px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .subs-content-heading {
    font-size: 40px;
  }
  .subs-form {
    width: 300px;
  }
}
@media screen and (max-width: 850px) {
  .subs-content-heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .section-subs-inner {
    display: block;
  }
  .subs-content {
    margin: 0 0 20px;
  }
  .subs-content-heading {
    text-align: center;
  }
  .subs-content-heading span {
    font-size: 1.3em;
  }
  .subs-form {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .subs-content-heading {
    font-size: 31px;
  }
}
/* ACCOUNT */
.account-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
  color: #080808;
}
.account-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-content p {
  font-size: 16px;
  line-height: 1.5;
}
.account-content-inner {
  padding-top: 19px;
}
.account-content-inner:first-child {
  padding-top: 0;
}
.account-sidebar {
  width: 270px;
  padding-right: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.account-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-nav li {
  margin-bottom: 11px;
}
.account-nav li:last-child {
  margin-bottom: 0;
}
.account-nav .current a {
  background-color: #e5ba29;
  color: #fff;
  cursor: pointer;
}
.account-nav .current a:hover {
  background-color: #e5ba29;
}
.account-nav a {
  display: block;
  color: #383838;
  font: 16px/1.1 'Exo2-Medium', sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 10px;
  background-color: #f1f1f1;
}
.account-nav a:hover {
  background-color: #dcdcdc;
}
.account-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.account-header > * {
  margin: 5px 20px 5px 0;
}
.account-header > *:last-child {
  margin-right: 0;
}
.account-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
}
.account-btn:last-child {
  margin-bottom: 0;
}
.account-btn > * {
  margin: 5px 0 5px 13px;
}
.account-btn > *:first-child {
  margin-left: 0;
}
.account-btn-mobile {
  background-color: #c99f11;
  border: none;
  outline: none;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font: 17px/1 'Exo2-SemiBold', sans-serif;
  letter-spacing: 1px;
  padding: 13px 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 10px;
  display: none;
  position: relative;
}
.account-btn-mobile:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.account-btn-mobile.is-active {
  background-color: #0e7c79;
}
.account-btn-mobile.is-active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -3px;
}
.account-btn-mobile:hover {
  background-color: #0e7c79;
}
@media screen and (max-width: 1100px) {
  .account-sidebar {
    width: 250px;
    padding-right: 15px;
  }
  .account-nav a {
    font-size: 15px;
  }
}
@media screen and (min-width: 451px) and (max-width: 991px) {
  .account-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
  }
  .account-nav li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px;
  }
  .account-nav li:last-child {
    margin-bottom: 11px;
  }
  .account-nav a {
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .account-content-wrap {
    display: block;
  }
  .account-sidebar {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .account-toggle {
    display: none;
  }
  .account-btn-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .account-content-inner {
    padding-top: 9px;
  }
}
@media screen and (max-width: 600px) {
  .account-btn > * {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-left: 0;
  }
}
.btn-exit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Exo2-Medium', sans-serif;
  line-height: 1.1;
  color: #868686;
}
.btn-exit:hover {
  color: #868686;
  text-decoration: underline;
}
.btn-exit svg {
  width: 17px;
  height: 17px;
  fill: #868686;
  margin-right: 7px;
}
.alert {
  border: 1px solid #c4c4c4;
  padding: 9px 19px 14px;
  margin-bottom: 7px;
  font: 16px/1.1 'Exo2-Medium', sans-serif;
}
.alert:last-child {
  margin-bottom: 0;
}
/* ORDER-LIST */
.order-list {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  color: #080808;
  font-size: 12px;
  line-height: 1.2;
  counter-reset: myNumber;
}
.order-list li {
  display: table-row;
  list-style: none;
}
.order-list li:before {
  counter-increment: myNumber;
  content: counter(myNumber) '.';
  font-family: 'Exo2-Medium', sans-serif;
}
.order-list-cell {
  display: table-cell;
  padding: 5px;
}
.order-list-cell:first-child {
  padding-left: 3px;
}
.order-list-cell-last-child {
  padding-right: 0;
}
.order-list .caption {
  font-family: 'Exo2-Medium', sans-serif;
}
@media screen and (max-width: 700px) {
  .order-list {
    display: block;
  }
  .order-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 7px 0 7px 15px;
    position: relative;
    border-bottom: 1px solid #c4c4c4;
  }
  .order-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .order-list li:before {
    position: absolute;
    top: 12px;
    left: 0;
  }
  .order-list-cell {
    display: block;
    width: 33.333%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .order-list-cell {
    width: 50%;
  }
}
/* ORDER */
.order {
  margin-bottom: 10px;
  color: #080808;
}
.order:last-child {
  margin-bottom: 0;
}
.order-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-flex .inner {
  padding: 22px 0 13px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
}
.order-flex .inner .count {
  margin: auto;
  display: table;
}
.order-total {
  text-align: right;
  font: 18px 'Exo2-Medium', sans-serif;
}
.order-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
  font-size: 12px;
}
.order-content-num {
  width: 44px;
  min-height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font: 18px/1 'Exo2-Medium', sans-serif;
  background-color: #127d7a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 18px;
  border: 1px solid #c4c4c4;
  border-left: none;
}
.order-content-inner .item {
  margin: 2px 16px 2px 0;
}
.order-content-inner .item:last-child {
  margin-right: 0;
}
.order-content-inner .caption {
  font-family: 'Exo2-Medium', sans-serif;
}
.order-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 295px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order .btn-second {
  font-size: 16px;
  letter-spacing: 1px;
  padding: .85em 1.3em;
}
.order-with-btn {
  width: 215px;
  margin-left: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .order-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order-flex .inner {
    padding: 10px 0 0;
  }
  .order-flex .inner .count {
    margin-right: 0;
  }
  .order-actions,
  .order-with-btn {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
  }
  .order-with-btn {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 700px) {
  .order-content-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* ORDER-DELIVERY */
.order-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  color: #080808;
}
.order-delivery-wrap {
  margin-top: 39px;
  border-top: 1px solid #c4c4c4;
  padding-top: 30px;
}
.order-delivery-wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.order-delivery-col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
.form-delivery {
  line-height: 1.2;
}
.form-delivery .title-entry {
  margin-bottom: 26px;
}
.form-delivery input,
.form-delivery textarea {
  width: 100%;
}
.form-delivery .form-group {
  margin-bottom: 15px;
}
.form-delivery-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-delivery-footer .caption {
  margin: 10px 15px 10px 0;
  font: 16px 'Exo2-Medium', sans-serif;
}
.form-delivery-footer .btn-default {
  min-width: 275px;
}
@media screen and (max-width: 1000px) {
  .form-delivery .btn-default {
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .order-delivery-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .order-delivery-col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .form-delivery-footer {
    display: block;
  }
  .form-delivery-footer .btn-default {
    width: 100%;
  }
}
/* TOTAL-BOX */
.total-box {
  border: 1px solid #c4c4c4;
  margin-bottom: 10px;
  padding: 11px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
}
.total-box:last-child {
  margin-bottom: 0;
}
.total-box-info {
  max-width: 480px;
}
.total-box-info .item {
  margin: 7px 15px 7px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 12px 'Exo2-Medium', sans-serif;
}
.total-box-info svg {
  width: 18px;
  margin-right: 5px;
  height: 16px;
  fill: #127d7a;
}
.price {
  font: 24px/1 'Exo2-Medium', sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .total-box {
    display: block;
    padding: 5px 10px;
  }
  .total-box-price {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/* PROMO */
.promo {
  display: block;
  color: #080808;
  font-family: 'Exo2-SemiBold', sans-serif;
  line-height: 1.1;
}
.promo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 20px;
}
.promo-wrap:last-child {
  margin-bottom: 0;
}
.promo-col {
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 40px;
}
.promo:hover {
  color: #127d7a;
}
.promo:hover .promo-img:after {
  border-color: #127d7a;
}
.promo-img {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  position: relative;
}
.promo-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 7px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.promo-img img {
  width: 100%;
}
.promo-title {
  display: block;
}
@media screen and (max-width: 750px) {
  .promo-wrap {
    margin: 0 -10px 10px;
  }
  .promo-col {
    padding: 0 10px;
  }
}
@media screen and (max-width: 620px) {
  .promo-col {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .promo-col {
    width: 100%;
    text-align: center;
  }
}
/* CALLBACK-FORM */
.callback-form {
  color: #0a1213;
  max-width: 670px;
}
.callback-form input,
.callback-form textarea {
  width: 100%;
}
.callback-form .btn-default {
  min-width: 275px;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-label {
  width: 170px;
  padding-right: 10px;
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-label-1 {
  font-family: 'Exo2-Medium', sans-serif;
  margin-bottom: 15px;
}
.form-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
}
.form-block {
  margin-bottom: 26px;
}
.form-block:last-child {
  margin-bottom: 0;
}
.form-data input {
  width: 100%;
  display: block;
}
.form-caption {
  text-transform: uppercase;
  color: #0a1213;
  line-height: 1.1;
  margin-bottom: 13px;
}
.form-caption span {
  text-transform: none;
}
.form-group {
  margin-bottom: 19px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px 24px;
}
.form-group-inner:last-child {
  margin-bottom: 0;
}
.form-group .size {
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 8px;
}
.with-btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .form-caption {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 700px) {
  .form-group {
    margin-bottom: 13px;
  }
  .form-group .size {
    width: 100%;
    margin-bottom: 13px;
  }
  .form-group .size:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .callback-form .btn-default,
  .form-data .btn-default {
    width: 100%;
  }
  .form-row {
    display: block;
  }
  .form-label {
    width: 100%;
    padding: 0 0 5px;
  }
}
/* FOOTER-MAIN */
.footer-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #127d7a;
  color: #fff;
  font-family: 'Exo2-Regular', sans-serif;
  font-size: 12px;
}
.footer-main a {
  color: inherit;
  border-bottom: 1px solid;
}
.footer-main a:hover {
  border-bottom-color: transparent;
}
.footer-main address {
  font-style: normal;
}
.footer-main .social-list {
  margin-top: 18px;
}
.footer-main .logo-box {
  bottom: 17px;
}
.footer-content {
  position: relative;
  padding: 20px 0 15px;
}
.footer-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-content-inner > * {
  padding: 8px 27px 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.19);
}
.footer-content-inner > *:first-child {
  padding-left: 0;
}
.footer-content-inner > *:last-child {
  padding-right: 0;
  border-right: none;
}
.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-contacts .item {
  margin-right: 63px;
}
.footer-contacts .item:last-child {
  margin-right: 0;
}
.footer-title {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 13px;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
}
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  font-size: 14px;
}
.footer-nav ul:last-child {
  margin-right: 0;
}
.footer-nav ul li {
  margin-bottom: 13px;
}
.footer-bottom {
  background-color: #1b5b59;
  padding: 17px 0;
}
.footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-copy {
  text-transform: uppercase;
  margin-right: 60px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.footer-nav-line {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.footer-nav-line li {
  margin: 5px 60px 5px 0;
}
.creator {
  margin-left: auto;
}
.creator a {
  border-bottom: none;
}
@media screen and (max-width: 1640px) {
  .footer-main .logo-box {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .footer-contacts .item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1120px) {
  .footer-content-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-content-inner > * {
    border-right: none;
    padding-left: 0;
  }
  .footer-nav {
    display: none;
  }
  .footer-nav-line li {
    margin-right: 30px;
  }
  .footer-copy {
    margin-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .footer-bottom-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .creator {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .footer-content-inner {
    display: block;
  }
  .footer-content-inner > * {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer-main .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .footer-content {
    padding: 10px 0;
  }
  .footer-contacts {
    display: block;
    text-align: center;
  }
  .footer-contacts .item {
    margin: 0 0 20px;
  }
  .footer-title {
    margin-bottom: 10px;
  }
  .footer-social {
    text-align: center;
  }
}
/* SOCIAL-LIST */
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.social-list a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px 12px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #127d7a;
  opacity: .5;
}
.social-list a:hover {
  opacity: 1;
}
.social-list a:last-child {
  margin-right: 0;
}
.social-list i:before {
  margin: 0;
}
.box-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  display: none;
}
@media screen and (min-width: 1551px) {
  .box-overlay {
    display: none !important;
  }
}
/* MODAL */
.modal {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fancybox-slide--complete .modal {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.product-modal {
  width: 1230px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 30px 30px 34px;
  color: #000;
  line-height: 1.2;
}
.product-modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.product-modal-body:last-child {
  margin-bottom: 0;
}
.product-modal-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
}
.product-modal-title {
  font: 36px 'Exo2-Bold', sans-serif;
  margin: 0 0 23px;
  text-transform: uppercase;
}
.product-modal-aside {
  width: 34.5%;
  padding-right: 30px;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-modal-aside a {
  text-decoration: underline;
}
.product-modal-aside a:hover {
  text-decoration: none;
}
.product-modal-row {
  margin-bottom: 28px;
}
.product-modal-row:last-child {
  margin-bottom: 0;
}
.subtitle-main {
  font: 24px/1.2 'Exo2-Bold', sans-serif;
  margin: 0 0 12px;
}
@media screen and (max-width: 991px) {
  .product-modal {
    padding: 20px;
  }
  .product-modal-title {
    font-size: 30px;
  }
  .product-modal-aside {
    padding-right: 20px;
  }
}
@media screen and (max-width: 850px) {
  .product-modal-body {
    display: block;
  }
  .product-modal-aside {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .product-modal {
    padding: 15px 10px;
  }
  .product-modal-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
/* SLIDER-PRODUCT */
.slider-product .item {
  outline: none;
  text-align: center;
}
.slider-nav {
  margin: 15px -8px 0;
}
.slider-nav .item {
  padding: 0 8px;
  box-sizing: border-box;
  opacity: .5;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.slider-nav .item:hover {
  opacity: 1;
}
.slider-nav .slick-current {
  opacity: 1;
}
/* WARNINGS */
#noScriptWarning,
#outdatedBrowserWarning {
  color: white;
  padding: 12px;
  text-align: center;
}
#noScriptWarning a,
#outdatedBrowserWarning a {
  color: white;
  text-decoration: underline;
}
#noScriptWarning a:hover,
#outdatedBrowserWarning a:hover {
  text-decoration: none;
}
#noScriptWarning {
  background: red;
}
#noScriptWarning,
#outdatedBrowserWarning {
  background: orangered;
}


/* TABLE */
.simple-little-table {
    font-family: 'Exo2-SemiBold', sans-serif;
    color:#666;
    font-size:14px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:left;
        align:center;
    border:#ccc 1px solid;
    border-collapse:separate;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.simple-little-table th {
    font-weight:bold;
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
    text-align: left;
    padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.simple-little-table tr{
    text-align: center;
    padding-left:20px;
}
.simple-little-table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
.simple-little-table tr td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
    border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

.simple-little-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
.simple-little-table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}

.section-catalog .product-grid-col {
  width: 25%;
}
@media screen and (max-width: 800px) {
  .section-catalog .product-grid-col {
    width: 100%;
  }
}


.info-box-content .info-box-title {
    margin-top: 5px;
	margin-bottom: 5px
}

.info-box-content .info-box-subtitle {
    min-height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


/* table adaptive*/
.rwd-table {
  margin: 1em 0;
  min-width: 300px; // adjust to your needs
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.rwd-table th {
    display: none; // for accessibility, use a visually hidden method here instead! Thanks, reddit!
}

.rwd-table td {
    display: block;
}
/*    &:first-child {
      padding-top: .5em;
    }
    &:last-child {
      padding-bottom: .5em;
    }

    &:before {
      content: attr(data-th)": "; // who knew you could do this? The internet, that's who.
      font-weight: bold;

      // optional stuff to make it look nicer
      width: 6.5em; // magic number :( adjust according to your own content
      display: inline-block;
      // end options

      @media (min-width: $breakpoint-alpha) {
        display: none;
      }
    }
  }

  th, td {
    text-align: left;

    @media (min-width: $breakpoint-alpha) {
      display: table-cell;
      padding: .25em .5em;

      &:first-child {
        padding-left: 0;
      }

      &:last-child {
        padding-right: 0;
      }
    }
  }
}*/

.info-box-content {
	margin-bottom: 15px;
}

.product-content-txt {
    width: 100%;
    text-align: center;
}

.plyr .plyr__control--overlaid {
    margin-top: 30px;
}
.plyr {
	white-space: nowrap
}

/*----------------------------------------*/
/* COOKIE NOTICE */
/*----------------------------------------*/
.cookie-notice {
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1),
              0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  bottom: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  left: 0;
  padding: 8px 20px;
  position: fixed;
  width: 100%;
  z-index: 9999999999;
}
.cookie-notice.is-hidden {
  display: none;
}
.cookie-notice__text {
  color: #777;
  font-size: 14px;
  line-height: 1.4;
  margin-right: auto;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .cookie-notice__text {
      font-size: 12px;
  }
}
.cookie-notice__text a {
  color: #0F7C79;
  font-weight: inherit;
  text-decoration: underline;
}
.cookie-notice__text a:hover {
  text-decoration: none;
}
.cookie-notice__button {
  background: #0F7C79;
  border: 0;
  cursor: pointer;
  color: #FFF;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 36px;
  margin-right: -12px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: background-color 300ms;
}
.cookie-notice__button:hover {
  background: #0D5755;
  color: #FFF;
}

/*----------------------------------------*/
/* DECORS INTRO (2025) */
/*----------------------------------------*/
.v25-decors-intro {
  height: auto;
  margin: 0 0 100px;
  padding: 50px 0;
}
.v25-decors-intro__content {
  margin: 100px 0 0;
}
.v25-decors-intro__title {
  margin-left: -30px;
  padding: 38px 0 0 32px;
}
.v25-decors-intro__title br {
  display: none;
}
.v25-decors-intro__title .title-1 {
  font-size: 64px;
  line-height: 1;
  padding: 0;
}
.v25-decors-intro__title .heading-box-style::after {
  display: none;
}
.v25-decors-intro__brief {
  font: 32px/1 'Exo2-SemiBold', sans-serif;
  margin: 128px 0 0;
}
@media screen and (max-width: 1023px) {
  .v25-decors-intro {
    margin: 0 0 40px;
    padding: 40px 0;
  }
  .v25-decors-intro__content {
    margin: 45px 0 0;
  }
  .v25-decors-intro__title {
    margin-left: 0;
    padding: 30px 0 0 24px;
  }
  .v25-decors-intro__title .title-1 {
    font-size: 40px;
  }
  .v25-decors-intro__title .heading-box-style {
    height: 70px;
    width: 70px;
  }
  .v25-decors-intro__brief {
    font-size: 18px;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .v25-decors-intro {
    margin: 0 0 30px;
    padding: 30px 0;
  }
  .v25-decors-intro__content {
    margin: 90px 0 0;
  }
  .v25-decors-intro__title {
    padding: 20px 0 0 16px;
  }
  .v25-decors-intro__title .title-1 {
    font-size: 20px;
  }
  .v25-decors-intro__title .heading-box-style {
    height: 40px;
    width: 40px;
  }
  .v25-decors-intro__title .heading-box-style::before {
    height: 10px;
  }
  .v25-decors-intro__brief {
    font-size: 18px;
    margin: 80px 0 0;
  }
}

/*----------------------------------------*/
/* DECORS BRIEF (2025) */
/*----------------------------------------*/
.v25-decors-brief {
  font: 24px/1.2 'Exo2-Medium', sans-serif;
  margin: 0 0 30px;
}
@media screen and (max-width: 1023px) {
  .v25-decors-brief {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .v25-decors-brief {
    font-size: 14px;
    margin: 0 0 20px;
  }
}

/*----------------------------------------*/
/* DECORS SECTION (2025) */
/*----------------------------------------*/
.v25-decors-section {
  margin: 0 0 130px;
}
.v25-decors-section__title {
  align-items: flex-end;
  display: flex;
  margin: 0 0 50px -30px;
  min-height: 94px;
  padding: 38px 0 0 32px;
}
.v25-decors-section__title .title-1 {
  color: inherit;
  font-size: 30px;
  line-height: 1.2;
  padding: 0;
}
.v25-decors-section__title .heading-box-style {
  height: 100%;
  top: -4px;
}
.v25-decors-section__title .heading-box-style::after {
  display: none;
}
.v25-decors-section__brief {
  margin: 0 0 70px;
}
@media screen and (max-width: 1023px) {
  .v25-decors-section {
    margin: 0 0 60px;
  }
  .v25-decors-section__title {
    margin: 0 0 30px;
    min-height: 86px;
    padding: 30px 0 0 24px;
  }
  .v25-decors-section__title .title-1 {
    font-size: 24px;
  }
  .v25-decors-section__title .heading-box-style {
    width: 86px;
  }
  .v25-decors-section__brief {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .v25-decors-section {
    margin: 0 0 50px;
  }
  .v25-decors-section__title {
    margin: 0 0 20px;
  }
  .v25-decors-section__brief {
    margin: 0 0 30px;
  }
}

/*----------------------------------------*/
/* DECORS BUTTON (2025) */
/*----------------------------------------*/
.v25-decors-button {
  align-items: center;
  background: transparent;
  border: 5px solid #187C80;
  color: #080808;
  display: flex;
  font: 24px/1 'Exo2-SemiBold', sans-serif;
  height: 72px;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s;
}
.v25-decors-button:hover {
  background: #187C80;
  color: #FFF;
}
.v25-decors-button--small {
  font: 16px/1 'Exo2-Medium', sans-serif;
  height: 50px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .v25-decors-button {
    font-size: 18px;
    height: 66px;
  }
}

/*----------------------------------------*/
/* DECORS LINKS (2025) */
/*----------------------------------------*/
.v25-decors-links {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .v25-decors-links {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .v25-decors-links {
    grid-template-columns: 1fr;
  }
}

/*----------------------------------------*/
/* DECORS ITEMS (2025) */
/*----------------------------------------*/
.v25-decors-items {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .v25-decors-items {
    grid-template-columns: 1fr;
  }
}

/*----------------------------------------*/
/* DECORS ITEM (2025) */
/*----------------------------------------*/
.v25-decors-item {
  border: 1px solid #CCC;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 50px;
}
.v25-decors-item a {
  color: inherit;
}
.v25-decors-item__image {
  aspect-ratio: 322 / 252;
  background: #9A9595;
  flex-shrink: 0;
  margin: 0 0 48px;
  position: relative;
}
.v25-decors-item__image img {
  aspect-ratio: inherit;
  object-fit: cover;
  width: 100%;
}
.v25-decors-item__label {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}
.v25-decors-item__title {
  font: 32px/1 'Exo2-SemiBold', sans-serif;
  margin: 0 0 24px;
}
.v25-decors-item__brief {
  font: 24px/1.2 'Exo2-Light', sans-serif;
  margin: 0 0 24px;
}
.v25-decors-item__button {
  margin: auto 0 0;
}
@media screen and (max-width: 1023px) {
  .v25-decors-item {
    padding: 20px;
  }
  .v25-decors-item__image {
    margin: 0 0 24px;
  }
  .v25-decors-item__title {
    font-size: 18px;
  }
  .v25-decors-item__brief {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .v25-decors-item__brief {
    font-size: 14px;
  }
}
