/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*----------------------------------------*/
/* RECOLORS */
/*----------------------------------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff url('../img/chevron-down.svg') right 19px top 50% no-repeat;
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  height: 46px;
  outline: none;
  padding: 0 40px 0 10px;
}
.fluid-video {
  height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 56.25% 0 0;
  position: relative;
  width: 720px;
}
.fluid-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-nav .slick-current .item {
  opacity: 1;
}
.header-main-top {
  background: #808080;
}
.header-main-bottom {
  background: #9c9c9c;
}
.nav-main .current > a {
  color: #ddd;
  font-family: 'Exo2-Bold', sans-serif;
}
.language a {
  display: block !important;
  line-height: 23px;
}
.language .current {
  font-family: 'Exo2-SemiBold', sans-serif;
}
.header-login {
  background: url('../img/login-white.svg') 0 50% no-repeat;
  line-height: 23px;
  margin-right: 40px;
  padding-left: 40px;
}
.nav-btn {
  margin: 0;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.nav-btn-icon > span,
.nav-btn-icon > span:before,
.nav-btn-icon > span:after {
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.header-link:hover,
.nav-btn:hover {
  color: #ddd;
}
.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: #ddd;
}
.nav-btn-icon > span {
  top: -1px;
}
.submenu a {
  background: #9c9c9c;
}
.submenu a:hover {
  background: #0e7c79;
}
.footer-content {
  background: #9c9c9c;
}
.footer-bottom {
  background: #808080;
}
.social-list a {
  color: #9c9c9c;
}
.heading-box:before {
  border-color: #0e7c79;
}
.heading-box-white:before {
  border-color: #fff;
}
.btn-default {
  background: #0e7c79;
}
.btn-default:before {
  background: #0d5755;
}

.btn-second {
  color: #0a1213;
}

.btn-second:before {
    background-color: #0d5755;
}

/*
.section-about .btn-default,
.section-news .btn-default {
  background: #e5ba29;
}
.section-about .btn-default:before,
.section-news .btn-default:before {
  background: #c99f11;
}
*/
.slider-product .slick-arrow svg {
  fill: #0e7c79;
}
.slider-product .slick-arrow:hover svg,
.slider-product .slider-main .slick-arrow:hover svg {
  fill: #0d5755;
}
.slider-product .slick-arrow svg {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  padding: 2px;
}
.slider-product .slick-arrow:hover svg {
  background: #fff;
}
.checkbox:hover .input-style {
  border-color: #0e7c79;
}
.checkbox .input-style {
  background: #efefef;
  border: 2px solid #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 18px;
  -webkit-transition: background-color .3s, border-color .3s;
  -o-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
  width: 18px;
}
.checkbox input:checked + .input-style {
  background: #0e7c79;
  border-color: #0e7c79;
}
.checkbox input:checked + .input-style::before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.checkbox .input-style::before {
  background: url('../img/check-white.svg') 50% 50% no-repeat;
  border: none;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.fancybox-caption {
  text-align: center;
}
.slider-product .item img {
  width: 100%;
}
.fancybox-close-small {
  color: #080808;
  padding: 0;
}
@media screen and (max-width: 1550px) {
  .nav-main {
    background: #0e7c79;
  }
  .nav-close:hover {
    color: #ddd;
  }
}
@media screen and (max-width: 767px) {
  .header-login {
    margin-right: auto;
    padding-left: 32px;
  }
  .header-actions {
    width: 100%;
  }
  .header-main-top-flex {
    width: 100%;
  }
  .header-main-top {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .fancybox-close-small {
    height: 50px;
    right: 15px;
    top: 15px;
    width: 50px;
  }
}
@media screen and (min-width: 540px) and (max-width: 830px) {
  .product-modal-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -8px;
    margin-right: -8px;
  }
  .product-modal-buttons .btn-default {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 62px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 8px;
    text-align: center;
    width: calc(33.33% - 16px);
  }
}
@media screen and (max-width: 539px) {
  .product-modal-buttons .btn-default {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 8px 0 0;
    width: 100%;
  }
}

/*----------------------------------------*/
/* BUTTON */
/*----------------------------------------*/
.v21-border-button {
  background: none;
  border: 2px solid #080808;
  color: #080808;
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}
.v21-border-button:hover {
  background: #080808;
  color: #fff;
}
.v21-border-button::before {
  display: none;
}

/*----------------------------------------*/
/* CONTENT HEADER ACTIONS */
/*----------------------------------------*/
.v21-content-header-actions {
  width: 270px;
}
.v21-content-header-actions__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 15px;
  width: 270px;
}
.v21-content-header-actions__search {
  width: 270px;
}
@media screen and (min-width: 640px) and (max-width: 1099px) {
  .v21-content-header-actions {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .v21-content-header-actions__button {
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  .v21-content-header-actions {
    width: 100%;
  }
  .v21-content-header-actions__button,
  .v21-content-header-actions__search {
    width: 100%;
  }
}

/*----------------------------------------*/
/* SEARCH BAR */
/*----------------------------------------*/
.v21-search-bar {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  width: 100%;
}
input[type="search"].v21-search-bar__input {
  border: none;
  padding-left: 0;
}
button.v21-search-bar__button {
  border: none;
  background: none;
  color: #b4b4b4;
  height: 46px;
  padding: 0;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  width: 20px;
}
button.v21-search-bar__button:hover svg {
  color: #0e7c79;
}

/*----------------------------------------*/
/* CATALOG FILTER */
/*----------------------------------------*/
.v21-catalog-filter {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  margin: -10px 0 40px;
  padding: 0 0 40px;
}
.v21-catalog-filter__toggle {
  background: #0e7c79;
  margin: 0;
}
.v21-catalog-filter__toggle.is-active {
  background: #0d5755;
}
.v21-catalog-filter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.v21-catalog-filter__group {
  margin: 28px 28px 0 0;
  width: calc(25% - 21px);
}
.v21-catalog-filter__group--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v21-catalog-filter__title {
  background: none;
  color: #080808;
  font: 16px 'Exo2-SemiBold', sans-serif;
  margin: 0 0 20px;
  padding: 0;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-transform: uppercase;
}
/* .v21-catalog-filter__title::after {
  border-color: #080808 #080808 transparent transparent;
  display: none;
  right: 3px;
  transition: border-color .3s;
}
.v21-catalog-filter__title:hover {
  background: none;
  color: #0e7c79;
}
.v21-catalog-filter__title:hover::after {
  border-color: #0e7c79 #0e7c79 transparent transparent;
} */
.v21-catalog-filter__content {
  background: none;
  padding: 0;
}
.v21-catalog-filter__item {
  margin: 0 0 12px;
}
.v21-catalog-filter__reset,
.v21-catalog-filter__submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 16px/1 'Exo2-Semibold', sans-serif;
  letter-spacing: 0.1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  white-space: normal;
  width: 100%;
}
.v21-catalog-filter__reset {
  background: #efefef;
  color: #b4b4b4;
  margin: 0 0 20px;
}
.v21-catalog-filter__reset:hover {
  background: #b4b4b4;
  color: #fff;
}
.v21-catalog-filter__submit {
  background: #0e7c79;
  color: #fff;
}
.v21-catalog-filter__submit:hover {
  background: #0d5755;
}
@media screen and (max-width: 991px) {
  .v21-catalog-filter {
    border: none;
    margin-top: 0;
    padding: 0;
  }
  .v21-catalog-filter__reset,
  .v21-catalog-filter__submit {
    letter-spacing: 1px;
  }
  .v21-catalog-filter__reset {
    margin: 0 0 10px;
  }
  .v21-catalog-filter__form {
    border-bottom: 1px solid #efefef;
    padding: 0 0 28px;
  }
}
@media screen and (min-width: 768px) {
  .v21-catalog-filter__group:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .v21-catalog-filter__group {
    width: calc(50% - 14px);
  }
  .v21-catalog-filter__group:nth-child(2n) {
    margin-right: 0;
  }
  .v21-catalog-filter__group--buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 479px) {
  .v21-catalog-filter__group {
    margin-right: 0;
    width: 100%;
  }
}

/*----------------------------------------*/
/* PRODUCT CARD COL */
/*----------------------------------------*/
.v21-product-card-col .mark {
  background: #0e7c79;
  font: 12px 'Exo2-Semibold', sans-serif;
  height: 25px;
  top: 20px;
  width: 58px;
}
.v21-product-card-col:hover .icon {
  opacity: 0.5;
}
.v21-product-card-col:hover .product-card-img::before {
  border-color: #0e7c79;
}
.v21-product-card-col .icon {
  background: rgba(0, 0, 0, 0.5) url('../img/zoom-light.svg') 50% 50% no-repeat;
}
.v21-product-card-col .icon:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .v21-product-card-col {
    margin-right: 28px;
    width: calc(25% - 21px);
  }
  .v21-product-card-col:nth-child(3n) {
    margin-right: 28px;
  }
  .v21-product-card-col:nth-child(4n) {
    margin-right: 0;
  }
}

/*----------------------------------------*/
/* PRODUCT CARD */
/*----------------------------------------*/
.v21-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0;
}
.v21-product-card__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 18%;
  position: relative;
  width: 48%;
}
.v21-product-card__gallery {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 49%;
}
.v21-product-card__gallery-nav {
  margin: 15px -8px 0;
}
.v21-product-card__gallery-nav .item {
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: .5;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.v21-product-card__gallery-nav .item:hover {
  opacity: 1;
}
.v21-product-card__gallery-nav .slick-current {
  opacity: 1;
}
.v21-product-card__preview {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 32%;
}
.v21-product-card__preview:hover::before {
  opacity: 1;
}
.v21-product-card__preview::before {
  background: rgba(0, 0, 0, 0.5) url('../img/zoom-light.svg') 50% 50% no-repeat;
  border-radius: 100%;
  content: '';
  display: block;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.5;
  position: relative;
  top: 50%;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  width: 50px;
  z-index: 1;
}
.v21-product-card__title {
  line-height: 1.33;
  margin: 0 0 25px;
}
.v21-product-card__edge {
  font: 16px 'Exo2-Semibold', sans-serif;
  margin: 0 0 25px;
}
.v21-product-card__edge span {
  color: #0e7c79;
}
.v21-product-card__brief {
  margin: 0 0 auto;
}
.v21-product-card__specs {
  margin: 20px 0 0;
}
.v21-product-card__specs-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 16px 'Exo2-Semibold', sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}
.v21-product-card__specs-item:last-child {
  border-bottom: none;
}
.v21-product-card__specs-item span:last-child {
  color: #a1a1a1;
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  .v21-product-card {
    display: block;
  }
  .v21-product-card__info {
    margin: 0 0 30px;
    padding-left: 35%;
    width: 100%;
  }
  .v21-product-card__gallery {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .v21-product-card {
    margin: 0;
  }
  .v21-product-card__title {
    margin: 0 0 15px;
  }
  .v21-product-card__info {
    padding: 0;
  }
  .v21-product-card__preview {
    height: 180px;
    margin: 0 0 25px;
    position: relative;
    width: 100%;
  }
}

/*----------------------------------------*/
/* PRODUCT BUTTONS */
/*----------------------------------------*/
.v21-product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 50px;
}
.v21-product-buttons__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 48%;
}
.v21-product-buttons__download {
  width: 49%;
}
.v21-product-buttons__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 16px 'Exo2-Semibold', sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  width: 270px;
}
@media screen and (max-width: 639px) {
  .v21-product-buttons {
    display: block;
    margin: 30px 0 40px;
  }
  .v21-product-buttons__order {
    margin: 0 0 10px;
    width: 100%;
  }
  .v21-product-buttons__download {
    width: 100%;
  }
  .v21-product-buttons__item {
    width: 100%;
  }
}

/*----------------------------------------*/
/* PRODUCT SECTION */
/*----------------------------------------*/
.v21-product-section {
  border-top: 1px solid #c4c4c4;
  padding: 35px 0 0;
}
.v21-product-section__title {
  font: 30px/1.33 'Exo2-Bold', sans-serif;
  margin: 0 0 30px;
}

/*----------------------------------------*/
/* ADVERTISEMENT CARD */
/*----------------------------------------*/
.v21-advert-card .product-card-img {
  margin: 0 0 15px;
}
.v21-advert-card:hover .product-card-img::before {
  border-color: #0e7c79;
}
.v21-advert-card:hover .v21-advert-card__button {
  background: #080808;
  color: #fff;
}
.v21-advert-card__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 14px 'Exo2-Semibold', sans-serif;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  margin: 20px 0 0;
  padding: 0;
  width: 180px;
}

/*----------------------------------------*/
/* PRODUCT ORDER */
/*----------------------------------------*/
.v21-product-order {
  width: 780px;
}
.v21-product-order__title {
  margin: 0 0 30px;
}
.v21-product-order__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v21-product-order__group {
  display: block;
  margin: 0 0 30px;
  width: 47.2%;
}
.v21-product-order__group--lg {
  width: 100%;
}
.v21-product-order__group-caption {
  display: block;
  font: 14px 'Exo2-Semibold', sans-serif;
  margin: 0 0 5px;
}
.v21-product-order__group-input {
  resize: none;
  width: 100%;
}
.v21-product-order__agree {
  margin: -5px 0 25px;
}
.v21-product-order__agree a {
  color: #0e7c79;
}
.v21-product-order__submit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 16px 'Exo2-Semibold', sans-serif;
  height: 48px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 390px;
}
@media screen and (max-width: 767px) {
  .v21-product-order__title {
    margin: 0 0 20px;
  }
  .v21-product-order__group {
    margin: 0 0 20px;
    width: 100%;
  }
}