/*
Theme Name: Study
Author: Dainius Belovas
Description: Study tema.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: studytheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat|Open+Sans+Condensed:700|Open+Sans:300,400,700,800&display=swap&subset=latin-ext");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  overflow-x: hidden;
}

html,
body {
  min-width: 320px;
  min-height: 100vh;
  /*overflow-x: hidden;*/
  height: 100%;
}
@media (max-width: 768px) {
  html,
  body {
    height: auto;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
}

p {
  font-family: "Montserrat", sans-serif;
  color: #515050;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #00a0e9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: black;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  margin-left: 28px;
  display: block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
input[type="checkbox"] + label:before {
  content: "";
  cursor: pointer;
  position: absolute;
  height: 15px;
  width: 15px;
  background: white;
  left: -28px;
  top: 0;
  border: 1px solid #bbbbbb;
}
input[type="checkbox"] + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  height: 15px;
  width: 15px;
  color: #00a0e9;
  left: -25px;
  top: 3px;
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 11px;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1 !important;
}

body.preload * {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

.contacts__info_item span.contactInfo {
  color: black;
  text-decoration: underline;
  -webkit-text-decoration-color: white;
  -moz-text-decoration-color: white;
  text-decoration-color: white;
}

span.upper_it {
  text-transform: uppercase;
}

div.wpcf7 p {
  width: 100%;
  padding: 0px;
  margin: 0;
}

span.wpcf7-list-item input[type="checkbox"] {
  display: block;
}

input.wpcf7-form-control.wpcf7-submit {
  outline: none;
  border: 1px solid transparent;
  background: black;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
  float: right;
  margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background: #00a0e9;
  border: 1px solid #00a0e9;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 1px solid #ff0000;
  color: red;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  min-height: 110px;
  max-height: 110px;
}

span.wpcf7-list-item input[type="checkbox"] {
  display: block;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 15px;
  width: 15px;
  background: white;
  left: 0px;
  top: 0;
  border: 1px solid #bbbbbb;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  border: 2px solid blue;
  color: black;
}

span.wpcf7-list-item-label {
  position: relative;
  margin-left: 10px;
  color: black;
  display: block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.product_search__content {
  margin-left: 40px;
  margin-right: 40px;
  width: 100%;
}

.search-list {
  background: white !important;
}

h1.founded-products {
  border-bottom: 2px solid white;
  position: relative;
  font-size: 20px;
  width: 100%;
  text-align: center;
}

ul.products.columns-4 {
  margin: 0 -15px;
  margin-top: 75px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.product__slider .slick-slide img {
  width: auto !important;
  height: auto !important;
}

.product__left {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__navigation {
  position: fixed !important;
}

@media only screen and (max-width: 768px) {
  .header__navigation.header__navigation--active {
    overflow: auto;
  }
}

@media only screen and (max-width: 1280px) {
  .product_search__content {
    margin-left: px;
    margin-right: 0px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?3valy7");
  src: url("fonts/icomoon.eot?3valy7#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?3valy7") format("truetype"),
    url("fonts/icomoon.woff?3valy7") format("woff"),
    url("fonts/icomoon.svg?3valy7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "\e914";
}

.icon-angle-down:before {
  content: "\e900";
}

.icon-angle-left:before {
  content: "\e901";
}

.icon-angle-right:before {
  content: "\e902";
}

.icon-angle-up:before {
  content: "\e903";
}

.icon-caret-down:before {
  content: "\e904";
}

.icon-chair-icon:before {
  content: "\e905";
}

.icon-envelope:before {
  content: "\e906";
}

.icon-envelope-light:before {
  content: "\e907";
}

.icon-ergonomy:before {
  content: "\e908";
}

.icon-facebook-f:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e90a";
}

.icon-map-marker-alt:before {
  content: "\e90b";
}

.icon-mobile-android:before {
  content: "\e90c";
}

.icon-mobile-android-alt:before {
  content: "\e90d";
}

.icon-phone-alt:before {
  content: "\e90e";
}

.icon-puzzle:before {
  content: "\e90f";
}

.icon-quality-guarantee:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-times:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e913";
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn_modal_content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn_modal_content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut_modal_content {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut_modal_content {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn_modal {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeIn_modal {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut_modal {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes fadeOut_modal {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes slider_deco {
  0% {
    bottom: 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #515050;
  }
  50% {
    bottom: 10px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    color: #bbbbbb;
  }
  100% {
    bottom: 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #515050;
  }
}

@keyframes slider_deco {
  0% {
    bottom: 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #515050;
  }
  50% {
    bottom: 10px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    color: #bbbbbb;
  }
  100% {
    bottom: 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #515050;
  }
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  outline: none;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 40px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: white;
  border-radius: 0px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
  width: 26.664px;
}
.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.wrapper {
  width: 1600px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
.wrapper__inner {
  width: 1450px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 1510px) {
  .wrapper__inner {
    width: 100%;
    padding: 0 20px;
  }
}
.wrapper__half {
  width: 50%;
}

.btn {
  outline: none;
  border: 1px solid transparent;
  background: black;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.btn:hover {
  background: #00a0e9;
  border: 1px solid #00a0e9;
}
.btn--inverse-hover:hover {
  background: white;
  color: black;
  border: 1px solid black;
}
.btn--wide {
  padding-left: 80px;
  padding-right: 80px;
}
.btn--narrow {
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  padding-left: 65px;
}

.header {
  padding: 60px 0;
}
.header .wrapper {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}
.header__logo_text_extrabold {
  font-weight: 800;
}
.header__logo_text_normal {
  font-weight: 400;
}
.header__navigation {
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  color: white;
  width: 425px;
  height: 100%;
  -webkit-transform: translateX(-100%) translateX(65px);
  transform: translateX(-100%) translateX(65px);
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
  z-index: 100;
}
.header__navigation--active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  max-height: 100vh;
  overflow: auto;
}
.header__navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__navigation a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.header__navigation a:hover {
  color: #00a0e9;
}
.header__navigation nav {
  padding-top: 60px;
  margin: 0 70px;
  width: calc(100% - 140px);
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.header__navigation nav > ul > li {
  padding: 25px 0;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
.header__navigation nav > ul > li > a {
  font-size: 20px;
  font-family: "Open Sans Condensed", sans-serif;
  letter-spacing: 2px;
}
.header__navigation nav > ul > li > ul {
  margin-top: 20px;
}
.header__navigation nav > ul > li > ul > li > a {
  display: block;
  padding: 10px 0;
  padding-left: 15px;
  width: 100%;
  box-sizing: border-box;
}
.header__navigation nav > ul > li > ul > li > a:hover {
  background: #292929;
}
.header__burger {
  position: absolute;
  right: 0;
  top: 5px;
}
.header__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__info_item {
  margin-right: 45px;
}
.header__info_item a {
  text-decoration: none;
  color: black;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}
.header__info_item i {
  font-size: 35px;
  margin-right: 20px;
}
.header__search {
  position: relative;
  margin: 0 15px;
}
.header__search:before,
.header__search:after {
  content: "";
  position: absolute;
  top: -10%;
  display: block;
  height: 120%;
  width: 1px;
  background: #bbbbbb;
}
.header__search:before {
  left: -15px;
}
.header__search:after {
  right: -15px;
}
.header__search button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 35px;
}
.header__search_form {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  background: white;
  right: -15px;
  width: 550px;
  padding: 15px 20px;
  border: 2px solid black;
  box-sizing: border-box;
  z-index: 50;
}
.header__search_form form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__search_form form input {
  outline: none;
}
.header__search_form form input[type="submit"] {
  background: #00a0e9;
  color: white;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 15px 30px;
  cursor: pointer;
}
.header__search_form form input[type="text"] {
  border: none;
  background: #f3f3f3;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
}
.header__search_form form input[type="text"]::-webkit-input-placeholder {
  color: #515050;
}
.header__search_form form input[type="text"]::-moz-placeholder {
  color: #515050;
}
.header__search_form form input[type="text"]:-ms-input-placeholder {
  color: #515050;
}
.header__search_form form input[type="text"]::-ms-input-placeholder {
  color: #515050;
}
.header__search_form form input[type="text"]::placeholder {
  color: #515050;
}
.header__search_form form input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}
.header__search_form form input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}
.header__search_form form input[type="text"]:focus:-ms-input-placeholder {
  color: transparent;
}
.header__search_form form input[type="text"]:focus::-ms-input-placeholder {
  color: transparent;
}
.header__search_form form input[type="text"]:focus::placeholder {
  color: transparent;
}
.header__language_switcher {
  position: relative;
}
.header__language_switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__language_switcher > ul > li > span {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 700;
  padding: 15px;
}
.header__language_switcher > ul > li > span i {
  margin-left: 5px;
  font-size: 16px;
}
.header__language_switcher > ul > li > ul {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 100%;
  display: none;
  background: white;
  border: 2px solid black;
}
.header__language_switcher > ul > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.header__language_switcher > ul > li > ul > li > a:hover {
  background: #f3f3f3;
  color: #00a0e9;
  text-shadow: 0px 0px 1px #00a0e9;
}

.footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__top {
  padding: 80px 0;
}
.footer__top .wrapper__half {
  width: calc(50% - 110px);
}
.footer__top .wrapper__half:first-child {
  margin-right: 110px;
}
.footer__top .wrapper__half:last-child {
  margin-left: 110px;
}
.footer__form form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__form form input:not([type="checkbox"]):not([type="submit"]),
.footer__form form textarea {
  padding: 10px 15px;
  border: none;
  outline: none;
  background: #f3f3f3;
  font-size: 14px;
  line-height: 26px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.footer__form
  form
  input:not([type="checkbox"]):not([type="submit"])::-webkit-input-placeholder,
.footer__form form textarea::-webkit-input-placeholder {
  color: #515050;
  font-size: 14px;
}
.footer__form
  form
  input:not([type="checkbox"]):not([type="submit"])::-moz-placeholder,
.footer__form form textarea::-moz-placeholder {
  color: #515050;
  font-size: 14px;
}
.footer__form
  form
  input:not([type="checkbox"]):not([type="submit"]):-ms-input-placeholder,
.footer__form form textarea:-ms-input-placeholder {
  color: #515050;
  font-size: 14px;
}
.footer__form
  form
  input:not([type="checkbox"]):not([type="submit"])::-ms-input-placeholder,
.footer__form form textarea::-ms-input-placeholder {
  color: #515050;
  font-size: 14px;
}
.footer__form
  form
  input:not([type="checkbox"]):not([type="submit"])::placeholder,
.footer__form form textarea::placeholder {
  color: #515050;
  font-size: 14px;
}
.footer__form
  form
  input:not([type="checkbox"]):not(
    [type="submit"]
  ):focus::-webkit-input-placeholder,
.footer__form form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.footer__form
  form
  input:not([type="checkbox"]):not([type="submit"]):focus::-moz-placeholder,
.footer__form form textarea:focus::-moz-placeholder {
  color: transparent;
}
.footer__form
  form
  input:not([type="checkbox"]):not([type="submit"]):focus:-ms-input-placeholder,
.footer__form form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.footer__form
  form
  input:not([type="checkbox"]):not(
    [type="submit"]
  ):focus::-ms-input-placeholder,
.footer__form form textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.footer__form
  form
  input:not([type="checkbox"]):not([type="submit"]):focus::placeholder,
.footer__form form textarea:focus::placeholder {
  color: transparent;
}
.footer__form form textarea {
  resize: none;
  min-height: 110px;
}
.footer__form_bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 45px;
  margin-top: -20px;
}
.footer__form_bottom > * {
  margin-top: 20px;
}
.footer__bottom {
  background: #f3f3f3;
  padding: 25px 0;
}
.footer__bottom p {
  margin: 0;
  font-size: 14px;
}
.footer__bottom a {
  font-size: 14px;
  text-decoration: none;
  color: #515050;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.footer__bottom a:hover {
  color: #00a0e9;
  text-decoration: underline;
}
.footer__bottom .wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__deco_box {
  position: relative;
  border: 2px solid black;
  height: 100%;
}
.footer__deco_box_text {
  position: absolute;
  left: -4px;
  z-index: 10;
  bottom: 40px;
}
.footer__deco_box_text:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: calc(100% + 40px);
  background: white;
  left: 2px;
  bottom: 50%;
  -webkit-transform: translateY(45%);
  transform: translateY(45%);
  z-index: -1;
}
.footer__deco_box_text h3,
.footer__deco_box_text h2 {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.footer__deco_box_text h2 {
  font-size: 50px;
  letter-spacing: 2px;
}
.footer__deco_box_text h3 {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.hero {
  position: relative;
  padding-bottom: 35px;
}
.hero img {
  position: relative;
  z-index: -2;
}
.hero .wrapper__inner {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.hero__button {
  position: absolute;
  top: 40%;
  left: 0;
  display: block;
  width: calc(50% - 140px);
  height: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero__button:hover .hero__anim_box {
  height: 100%;
  transition-delay: 0ms;
}
.hero__button:hover .hero__anim_box:after {
  height: 70%;
  transition-delay: 1000ms;
}
.hero__button:hover .hero__anim_box_2 {
  width: 100%;
}
.hero__button:hover .hero__anim_box_2:after {
  width: 90%;
  transition-delay: 500ms;
}
.hero__button:hover .btn {
  opacity: 1;
}
.hero__button .btn {
  position: absolute;
  left: 0;
  bottom: -80px;
  opacity: 0;
}
.hero__button--reverse {
  left: auto;
  right: 0;
}
.hero__button--reverse .btn {
  left: auto;
  right: 0;
}
.hero__button--reverse .hero__text_box {
  left: auto;
  right: -2px;
  text-align: right;
}
.hero__button--reverse .hero__text_box:after {
  left: auto;
  right: 2px;
}
.hero__button--reverse .hero__anim_box {
  left: auto;
  right: 0;
  border-left: none;
  border-right: 2px solid black;
}
.hero__button--reverse .hero__anim_box:after {
  right: auto;
  left: 0;
}
.hero__button--reverse .hero__anim_box_2 {
  left: auto;
  right: 0;
}
.hero__button--reverse .hero__anim_box_2:after {
  left: auto;
  right: 0;
}
.hero__anim_box {
  position: absolute;
  left: 0;
  top: 50%;
  height: 0%;
  width: 100%;
  border-left: 2px solid black;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
  transition-delay: 1000ms;
}
.hero__anim_box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 2px;
  height: 0%;
  background: black;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
  transition-delay: 0ms;
}
.hero__anim_box_2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-top: 2px solid black;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
  transition-delay: 500ms;
}
.hero__anim_box_2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0%;
  height: 2px;
  background: black;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
  transition-delay: 250ms;
}
.hero__text_box {
  position: absolute;
  left: -2px;
  z-index: 10;
  bottom: 45px;
  width: 70%;
}
.hero__text_box:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: calc(100% + 10px);
  background: white;
  left: 2px;
  bottom: calc(50% - 10px);
  -webkit-transform: translateY(45%);
  transform: translateY(45%);
  z-index: -1;
}
.hero__text_box h3,
.hero__text_box h2 {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.hero__text_box h2 {
  font-size: 72px;
  letter-spacing: 2px;
}
.hero__text_box h3 {
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.watermark {
  position: absolute;
  right: 0;
  bottom: -70px;
  -webkit-transform: rotate(270deg) translate(50%, 130%);
  transform: rotate(270deg) translate(50%, 130%);
  font-size: 92px;
  line-height: 90px;
  font-weight: 800;
  text-transform: uppercase;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.watermark span {
  color: black;
  opacity: 0.05;
}

.catalogue {
  background: #00a0e9;
  padding-top: 110px;
  padding-bottom: 70px;
}
.catalogue img {
  position: relative;
  z-index: 10;
  height: 100%;
  object-fit: contain;
}
.catalogue .wrapper__half {
  width: calc(50% - 55px);
}
.catalogue .wrapper__half:first-child {
  margin-right: 55px;
}
.catalogue .wrapper__half:last-child {
  margin-left: 55px;
}
.catalogue__text {
  margin-bottom: 40px;
}
.catalogue__text h2 {
  font-size: 36px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  color: white;
  margin: 50px 0;
}
.catalogue__text p {
  color: white;
  line-height: 24px;
  margin-bottom: 20px;
}
.catalogue__category_container {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.catalogue__category_container li {
  width: 20%;
}
.catalogue__category_container li:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.catalogue__category_container li:nth-child(2) {
  position: relative;
}
.catalogue__category_container li:nth-child(2):before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: -210px;
  height: 210px;
  width: 2px;
  background: white;
  z-index: 0;
}
.catalogue__category_container li:first-child {
  position: relative;
}
.catalogue__category_container li:first-child:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 40%;
  height: 2px;
  width: 35px;
  background: white;
  z-index: 0;
}
.catalogue__category_container li:first-child:after {
  content: "";
  position: absolute;
  left: -35px;
  top: calc(40% - 145px);
  height: 145px;
  width: 2px;
  background: white;
  z-index: 0;
}
.catalogue__category_container span {
  color: black;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Open Sans Condensed", sans-serif;
  margin-left: 20px;
}
.catalogue__category_container span:before {
  content: "";
  position: absolute;
  top: 20%;
  right: 10px;
  height: 0;
  width: 2px;
  background: black;
  transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
  transition-delay: 300ms;
}
.catalogue__category_container span:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 2px;
  width: 0;
  background: black;
  transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
  transition-delay: 0ms;
}
.catalogue__category_container a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 35px;
  height: 100%;
  background: #f3f3f3;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.catalogue__category_container a:before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 10px;
  height: 0;
  width: 2px;
  background: black;
  transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
  transition-delay: 300ms;
}
.catalogue__category_container a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  height: 2px;
  width: 0;
  background: black;
  transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
  transition-delay: 0ms;
}
.catalogue__category_container a:hover {
  background: white;
}
.catalogue__category_container a:hover:before {
  height: calc(80% - 10px);
  transition-delay: 0ms;
}
.catalogue__category_container a:hover:after {
  width: calc(100% - 20px);
  transition-delay: 300ms;
}
.catalogue__category_container a:hover span:before {
  height: calc(80% - 10px);
  transition-delay: 0ms;
}
.catalogue__category_container a:hover span:after {
  width: calc(100% - 20px);
  transition-delay: 300ms;
}
.catalogue--inverse {
  background: white;
}
.catalogue--inverse .catalogue__text h2 {
  color: black;
}
.catalogue--inverse .catalogue__text p {
  color: #515050;
}
.catalogue--inverse .catalogue__category_container li:before,
.catalogue--inverse .catalogue__category_container li:after {
  background: black;
}

.worth {
  position: relative;
  background: radial-gradient(circle at 20% 70%, #ffffff 24%, #00a0e9 70%);
  padding-top: 140px;
  padding-bottom: 70px;
}
.worth .watermark {
  z-index: 0;
}
.worth__left {
  width: calc(60% - 110px);
  margin-right: 110px;
  position: relative;
}
.worth__left img {
  width: calc(100% + 105px);
  margin-left: -105px;
}
.worth__right {
  width: 40%;
}
.worth__title_text {
  display: none;
}
.worth__title_text h2 {
  text-transform: uppercase;
  font-size: 45px;
  margin-bottom: 50px;
}
.worth__left_box_text {
  position: absolute;
  top: 20%;
  right: 0;
  letter-spacing: 2px;
  font-size: 72px;
  text-align: right;
  width: 280px;
}
.worth__left_box_text:before {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  bottom: calc(100% + 20px);
  background: none;
  max-width: 420px;
  width: 25vw;
  height: 40px;
  border-right: 2px solid black;
  border-top: 2px solid black;
}
.worth__left_box_text:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: calc(100% + 20px);
  background: none;
  max-width: 180px;
  width: 10vw;
  height: 140px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
.worth__text h2 {
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 36px;
}
.worth__text p {
  margin-bottom: 55px;
  line-height: 24px;
}

.breadcrumbs {
  margin-bottom: 40px;
}
.breadcrumbs a {
  color: #969696;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.breadcrumbs a:hover {
  color: #00a0e9;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #969696;
  font-weight: 300;
}
.breadcrumbs ul li:not(:first-child):before {
  content: "";
  margin: 0;
}

.title {
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 50px;
  width: 100%;
  margin-bottom: 25px;
}

.section_separator {
  border-bottom: 100px solid #00a0e9;
}

.contacts {
  padding-bottom: 110px;
  position: relative;
}
.contacts .wrapper__inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts__info {
  margin-top: 25px;
}
.contacts__info h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.contacts__info_container {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts__info_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.contacts__info_item i {
  font-size: 18px;
  width: 30px;
}
.contacts__map {
  position: relative;
  z-index: 10;
  max-height: 430px;
  height: 50vw;
}
.contacts__map #map {
  width: 100%;
  height: 100%;
}

.news {
  position: relative;
}
.news .wrapper__inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.news .text__editor {
  margin-bottom: 30px;
}
.news__date {
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00a0e9;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 45px;
}

.back {
  background: #00a0e9;
  height: 100px;
}
.back .wrapper__inner {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.back a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.back a:hover {
  opacity: 0.7;
}
.back a:hover i {
  margin-right: 10px;
}
.back i {
  font-size: 40px;
  margin-right: 15px;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}

.text {
  position: relative;
}
.text .wrapper__inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text__editor iframe {
  max-width: 100%;
}
.text__editor p {
  line-height: 24px;
  font-weight: 300;
  color: black;
}
.text__editor h1,
.text__editor h2 {
  letter-spacing: 2px;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 40px;
}
.text__editor h1,
.text__editor h2,
.text__editor h3,
.text__editor h4,
.text__editor h5,
.text__editor h6 {
  text-transform: uppercase;
  margin: 1em 0;
}
.text__editor ol {
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.text__editor ol li:before {
  font-weight: bold;
  content: counter(li) ".";
  counter-increment: li;
  margin-right: 5px;
}
.text__editor ul,
.text__editor ol {
  line-height: 24px;
  padding: 25px 0;
}
.text__editor ul li,
.text__editor ol li {
  margin-bottom: 30px;
}
.text__editor table {
  padding: 30px 0;
  border-collapse: separate;
  border-spacing: 0 6px;
}
.text__editor table tr {
  background: #f3f3f3;
}
.text__editor table tr td {
  padding: 12px 30px;
}
.text__editor table tr td:nth-child(odd) {
  background: #e6e6e4;
}
.text__editor table tr td:first-child {
  padding-left: 60px;
}
.text__editor table tr td:last-child {
  padding-right: 60px;
}
.text__editor table tr a {
  text-decoration: none;
  color: #515050;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.text__editor table tr a:hover {
  color: #00a0e9;
}
.text__editor strong {
  font-weight: 700;
}
.text .social_media {
  margin-bottom: 70px;
}

.social_media h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

.social_media__container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social_media__item:not(:last-child) {
  margin-right: 10px;
}

.social_media__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  text-decoration: none;
  color: white;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.social_media__item a:hover {
  opacity: 0.75;
}

.social_media__item i {
  font-size: 20px;
}

.social_media__item--facebook a {
  background: #3b5998;
}

.social_media__item--twitter a {
  background: #1da1f2;
}

.social_media__item--instagram a {
  background: #dc0656;
}

.news_list_1 {
  position: relative;
}
.news_list_1 .wrapper__inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_list_1__container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 130px);
  margin: 0 -65px;
  padding: 25px 0;
}
.news_list_1__item {
  width: calc(50% - 130px);
  margin: 0 65px;
  margin-bottom: 70px;
  position: relative;
}
.news_list_1__item a {
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.news_list_1__item a:hover .btn {
  background: #00a0e9;
}
.news_list_1__item img {
  width: 100%;
  object-fit: cover;
}
.news_list_1__item .btn {
  margin-top: 20px;
  position: relative;
}
.news_list_1__item .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(-120% - 1px);
  width: 120%;
  height: 2px;
  background: black;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news_list_1__item .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(-120% - 1px);
  width: 2px;
  height: 100%;
  background: black;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.news_list_1__item_img {
  position: relative;
  background-size: cover;
  min-height: 350px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 10;
}
.news_list_1__item_over {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  padding-bottom: 25px;
  padding-top: 15px;
  padding-left: 55px;
  padding-right: 55px;
  box-sizing: border-box;
  background: rgba(242, 242, 242, 0.8);
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: black;
}
.news_list_1__item_over span {
  display: block;
  margin-bottom: 10px;
}
.news_list_1__item_over h3 {
  font-size: 24px;
  margin: 0;
}

.news_list_2 {
  position: relative;
}
.news_list_2 .wrapper__inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_list_2__text {
  width: 100%;
}
.news_list_2__text span,
.news_list_2__text h3 {
  font-family: "Open Sans Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.news_list_2__text span {
  display: block;
  color: #00a0e9;
  margin-bottom: 10px;
}
.news_list_2__text h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.news_list_2__text p {
  line-height: 24px;
}
.news_list_2__container {
  padding: 0;
  list-style: none;
  width: 100%;
}
.news_list_2__container li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 50px);
  margin: 0 -25px;
  margin-bottom: 125px;
}
.news_list_2__container li .wrapper__half {
  width: calc(50% - 50px);
  margin: 0 25px;
}
.news_list_2__container li .wrapper__half:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list_2__container li .wrapper__half:last-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.news_list_2__container .btn {
  position: relative;
  z-index: 10;
}
.news_list_2__container .btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: -130%;
  height: 100%;
  width: 180%;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  z-index: 0;
  pointer-events: none;
}

.pagination_news {
  background: #00a0e9;
}
.pagination_news .wrapper__inner {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  padding: 30px 20px;
  padding-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination_news .wrapper__inner > span {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
}
.pagination_news .wrapper__inner > * {
  margin-top: 20px !important;
}
.pagination_news .wrapper__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination_news .wrapper__inner ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans Condensed", sans-serif;
}
.pagination_news .wrapper__inner ul li span {
  display: block;
  color: white;
  margin: 0 10px;
  padding: 10px;
  font-size: 24px;
  border: 2px solid transparent;
}
.pagination_news .wrapper__inner ul li span.active {
  border: 2px solid black;
}
.pagination_news .wrapper__inner ul li a {
  margin: 0 10px;
  padding: 10px;
  color: white;
  text-decoration: none;
  font-size: 24px;
  border: 2px solid transparent;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.pagination_news .wrapper__inner ul li a:hover {
  border: 2px solid black;
}

.about {
  background: #f3f3f3;
  padding: 60px 0;
  margin: 45px 0;
}
.about__container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 90px);
  margin: 0 -45px;
}
.about__item {
  width: calc(25% - 90px);
  margin: 0 45px;
  text-align: center;
}
.about__item h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 35px;
}
.about__item p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 24px;
}
.about__item_icon {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 60px;
  margin-bottom: 20px;
  min-height: 80px;
}
.about__item_icon:before {
  position: absolute;
  content: "";
  display: block;
  right: calc(15% - 4px);
  top: 2px;
  width: 2px;
  height: 22%;
  background: #f3f3f3;
  z-index: 10;
}
.about__item_icon:after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  bottom: -2px;
  width: 2px;
  height: 22%;
  background: #f3f3f3;
  z-index: 10;
}
.about__item_icon_inside:before {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  top: 0;
  width: 70%;
  height: 100%;
  border: 2px solid black;
  z-index: 5;
}
.about__item_icon_inside img {
  min-height: 90px;
}

.catalogue_info {
  position: relative;
  padding-bottom: 45px;
}
.catalogue_info--alternative .wrapper__half:last-child {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.catalogue_info .wrapper__half {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalogue_info__content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid black;
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
}
.catalogue_info__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  height: 65%;
  width: 2px;
  background: white;
}
.catalogue_info__title h1 {
  position: relative;
  font-size: 72px;
  letter-spacing: 2px;
  margin-left: -48px;
  margin-top: 20px;
  z-index: 10;
  text-transform: uppercase;
}
.catalogue_info__title h1:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  height: 140%;
  width: 2px;
  background: white;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.catalogue_info__text p {
  line-height: 24px;
  font-weight: 300;
  color: black;
}
.catalogue_info__text strong {
  font-weight: 700;
}

.product_list {
  background: #00a0e9;
  padding: 40px 0;
}
.product_list .wrapper__inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_list__menu {
  width: 15%;
}
.product_list__menu span {
  display: block;
  color: white;
  font-weight: 800;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid white;
  text-transform: uppercase;
  font-size: 18px;
}
.product_list__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product_list__menu ul li {
  margin-bottom: 25px;
}
.product_list__menu ul li.active a {
  font-weight: 700;
  color: white;
}
.product_list__menu ul li a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 300;
}
.product_list__menu ul li a:hover {
  font-weight: 700;
  color: white;
}
.product_list__content {
  width: calc(85% - 40px);
  margin-left: 40px;
}
.product_list__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 35px;
}
.product_list__top span {
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 20px;
}
.product_list__container_tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.product_list__item_tabs {
  position: relative;
  width: calc(33.3333% - 30px);
  margin: 0 15px;
  background: white;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.product_list__item_tabs:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.product_list__item_tabs img {
  object-fit: contain;
  max-height: 240px;
  height: 30vw;
  padding: 40px 0;
  margin-bottom: 15px;
}
.product_list__item_tabs a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  padding: 22px;
  box-sizing: border-box;
}
.product_list__item_tabs a:hover .btn {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.product_list__item_tabs .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.product_list__item_info_tabs h5 {
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 4px;
  font-family: "Open Sans Condensed", sans-serif;
}
.product_list__item_info_tabs h5:before {
  content: "";
  position: absolute;
  display: block;
  width: 80%;
  height: 1px;
  background: black;
  left: 50%;
  top: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product_list__item_info_tabs span {
  font-size: 13px;
  color: black;
}
.product_list__item_info_tabs ul {
  list-style: none;
  padding: 0;
  padding-top: 15px;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product_list__item_info_tabs ul li {
  margin: 0 2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #00a0e9;
}
.product_list__container {
  padding-top: 55px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product_list__item {
  background: white;
  padding: 40px 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.product_list__item img {
  width: calc(40% - 60px);
  margin-right: 60px;
  max-height: 400px;
  object-fit: contain;
}
.product_list__item_info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(60% - 60px);
  margin-left: 60px;
}
.product_list__item_info p {
  font-weight: 300;
  color: black;
  max-width: 100%;
}
.product_list__item_info h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1;
}
.product_list__item_info span {
  position: relative;
  display: block;
  font-size: 13px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.product_list__item_info span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  width: 285px;
  height: 1px;
}
.product_list__item_info .btn {
  margin-top: 35px;
}
.product_list__pagination {
  margin-top: 15px;
  padding-top: 35px;
  border-top: 2px solid white;
  width: 100%;
}
.product_list__pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  margin-top: -20px;
}
.product_list__pagination ul li {
  margin: 0 10px;
  margin-top: 20px;
  color: black;
}
.product_list__pagination ul li:first-child > a,
.product_list__pagination ul li:last-child > a {
  background: white;
  color: #00a0e9;
}
.product_list__pagination ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background: rgba(255, 255, 255, 0.5);
  color: black;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.product_list__pagination ul li a:hover {
  padding: 9px 0;
  background: white;
  color: #00a0e9;
}
.product_list__pagination ul li a i {
  font-size: 25px;
}
.product_list__pagination ul li span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  padding: 9px 0;
  background: white;
  color: #00a0e9;
  font-weight: 700;
}

.selectric {
  border: none;
  border-bottom: 3px solid white;
  background: none;
  width: 100px;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.selectric .label {
  color: white;
  text-align: center;
  margin: 0;
  line-height: 1;
  height: auto;
  padding-bottom: 5px;
  font-weight: 300;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.selectric .button {
  cursor: pointer;
  font-size: 25px;
  color: white;
  background: none;
  outline: none;
  border: none;
  width: auto;
  height: auto;
  padding: 0;
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.selectric .button:after {
  display: none;
}

.product {
  padding: 50px 0;
  position: relative;
}
.product .wrapper__inner {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.product .wrapper__inner:before {
  content: "";
  position: absolute;
  top: -40px;
  left: -105px;
  width: calc(100% + 105px);
  height: 2px;
  background: black;
}
.product .wrapper__inner:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -105px;
  width: calc(100% + 105px);
  height: 2px;
  background: black;
}
.product__back {
  padding: 30px 0;
}
.product__back .wrapper__inner {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product__back a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00a0e9;
  text-decoration: none;
  font-weight: 700;
}
.product__back a i {
  color: black;
  font-size: 30px;
  margin-left: 15px;
}
.product__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.product__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 40px);
  margin-right: 40px;
}
.product__right {
  width: calc(50% - 40px);
  margin-left: 40px;
}
.product__top_buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
}
.product__top_buttons > * {
  margin-top: 20px;
}
.product__slider {
  height: 100%;
  width: 80%;
}
.product__slider .slick-list,
.product__slider .slick-track {
  height: 100%;
}
.product__slider .slick-slide {
  max-height: 500px;
}
.product__slider .slick-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.product__slider .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__slider_nav {
  width: 20%;
}
.product__slider_nav .slick-list {
  padding: 0 15px;
}
.product__slider_nav .slick-slide {
  width: 115px;
  height: 90px;
  object-fit: cover;
  outline: none;
  cursor: pointer;
  margin: 10px 0;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.product__slider_nav .slick-slide:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.product__slider_nav .slick-control {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: none;
  outline: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
}
.product__slider_nav .slick-prev {
  top: -25px;
}
.product__slider_nav .slick-next {
  bottom: -30px;
}
.product__title h1 {
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 28px;
  letter-spacing: 2px;
}
.product__excerpt {
  margin-bottom: 40px;
}
.product__excerpt p {
  line-height: 24px;
  color: black;
  font-weight: 300;
}
.product__ask {
  margin-right: 40px;
}
.product__ask h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.product__ask_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.product__ask_modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 640px;
  max-height: 100vh;
  background: white;
  overflow: auto;
  padding: 30px 60px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.product__ask_modal_content h2 {
  font-size: 32px;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.product__ask_modal_content h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  border-top: 3px solid #00a0e9;
  border-bottom: 3px solid #00a0e9;
  padding: 18px 0;
  margin-bottom: 45px;
}
.product__ask_modal_content form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product__ask_modal_content form input:not([type="submit"]),
.product__ask_modal_content form textarea {
  width: 100%;
  background: #f3f3f3;
  margin-bottom: 10px;
  font-size: 14px;
  border: none;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 300;
}
.product__ask_modal_content form textarea {
  min-height: 140px;
  resize: none;
}
.product__ask_modal_close {
  position: absolute;
  right: 10px;
  top: 10px;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 25px;
}
.product__info_item {
  display: none;
  -webkit-animation: fadeIn 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
  animation: fadeIn 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.product__info_item--active {
  display: block;
}
.product__info_switcher {
  padding: 50px 0;
}
.product__info_switcher ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product__info_switcher ul:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: black;
  z-index: 5;
}
.product__info_switcher ul li {
  position: relative;
  z-index: 10;
}
.product__info_switcher ul li:first-child button.active {
  border-left: 2px solid white;
}
.product__info_switcher button {
  cursor: pointer;
  background: white;
  border: none;
  outline: none;
  border: 2px solid transparent;
  border-right: 0;
  border-left: 0;
  border-bottom-color: black;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Open Sans Condensed", sans-serif;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
  padding: 30px 65px;
  min-height: 100%;
}
.product__info_switcher button:hover {
  color: #00a0e9;
}
.product__info_switcher button.active {
  color: #00a0e9;
  border: 2px solid black;
  border-bottom: 2px solid transparent;
}
.product__downloads ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product__downloads ul li {
  margin-bottom: 20px;
}
.product__downloads ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: black;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.product__downloads ul li a:hover {
  color: #00a0e9;
}
.product__downloads ul li a i {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 10px;
  height: 38px;
  width: 38px;
  background: #00a0e9;
  color: white;
}
.product__attributes dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0;
  padding: 30px 0;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
}
.product__attributes dl dt {
  width: 40%;
}
.product__attributes dl dt:not(:last-of-type) {
  margin-bottom: 10px;
}
.product__attributes dl dd {
  margin: 0;
  width: 60%;
}
.product__info_item_title_mobile {
  text-transform: uppercase;
  margin-bottom: 35px;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
  display: none;
}

.simillar_products {
  background: #00a0e9;
  padding: 60px 0;
}
.simillar_products .wrapper__inner {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.simillar_products .wrapper__inner > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 28px;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}
.simillar_products .wrapper__inner > span:after {
  content: "";
  display: block;
  width: calc(100% - 250px);
  height: 2px;
  background: white;
}
.simillar_products .wrapper__inner .product_list__container_tabs {
  margin: 0 -15px;
  margin-top: 75px;
}
.simillar_products .wrapper__inner .product_list__container_tabs img {
  max-height: 340px;
}

.table-responsive {
  overflow: auto;
}

.selectric-items {
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.selectric-items li {
  color: white;
  background: #00a0e9;
  text-align: center;
  transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.selectric-items li:hover {
  background: white;
  color: #00a0e9;
}
.selectric-items li.highlighted,
.selectric-items li.selected {
  background: white;
  color: #00a0e9;
  font-weight: 700;
}

.selectric-open .selectric {
  border-color: white;
}

.selectric-hover .selectric {
  border-color: rgba(255, 255, 255, 0.5);
}
.selectric-hover .selectric .button {
  color: rgba(255, 255, 255, 0.5);
}
.selectric-hover .selectric .label {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .catalogue_info__title h1 {
    font-size: 32px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .catalogue_info__title h1 {
    font-size: 48px;
  }
}

@media (min-width: 1281px) and (max-width: 1665px) {
  .wrapper {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .catalogue .wrapper__half:first-child {
    margin-right: 20px;
  }
  .catalogue .wrapper__half:last-child {
    margin-left: 20px;
  }
  .catalogue__category_container > *:after,
  .catalogue__category_container > *:before {
    display: none;
  }
  .catalogue__category_container li {
    width: 25%;
  }
  .catalogue__category_container li a img {
    max-height: 165px;
  }
  .catalogue_info .wrapper__half:first-child {
    width: 70%;
  }
  .catalogue_info .wrapper__half:last-child {
    width: 30%;
  }
  .hero__button {
    width: calc(45% - 140px);
    left: 20px;
  }
  .hero__button--reverse {
    left: auto;
    right: 20px;
  }
  .hero__text_box h3 {
    font-size: 3vw;
  }
  .hero__text_box h2 {
    font-size: 4vw;
  }
}

.simplebar-track {
  background: black;
}
.header__navigation.header__navigation--active .simplebar-track {
  width: 11px;
}
.header__navigation .simplebar-track {
  width: 0;
}

.simplebar-scrollbar:before {
  background: #00a0e9;
}

.product_list__item_info_tabs ul li,
.color-pins ul li.prouct-color-pin {
  margin: 0 2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #00a0e9;
}

.color-pins ul li.prouct-color-pin {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  list-style-type: none;
}

.color-pins ul li.prouct-color-pin div {
  display: none;
}

.color-pins ul li.prouct-color-pin:hover div {
  display: inline-block;
  position: absolute;
  top: -27px;
  padding: 2px 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #000;
  background-color: #fff;
  z-index: 9999999;
}

.color-pins ul {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .wrapper {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .header__info_item {
    margin-right: 25px;
  }
  .header__info_item span {
    display: none;
  }
  .header__info_item i {
    margin: 0;
  }
  .footer__top .wrapper__half {
    width: calc(50% - 30px);
  }
  .footer__top .wrapper__half:first-child {
    margin-right: 30px;
  }
  .footer__top .wrapper__half:last-child {
    margin-left: 30px;
  }
  .breadcrumbs .wrapper {
    padding: 0 20px;
  }
  .news_list_1__container {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .news_list_1__item {
    width: calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 20px;
  }
  .news_list_1__item .btn {
    display: none;
  }
  .about__item {
    width: calc(50% - 90px);
    margin: 0 45px;
    margin-bottom: 40px;
  }
  .catalogue .wrapper__half:first-child {
    margin-right: 20px;
  }
  .catalogue .wrapper__half:last-child {
    margin-left: 20px;
  }
  .catalogue__category_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .catalogue__category_container > *:after,
  .catalogue__category_container > *:before {
    display: none;
  }
  .catalogue__category_container li {
    width: calc(50% - 2px);
  }
  .catalogue_info .wrapper__half:first-child {
    width: 70%;
  }
  .catalogue_info .wrapper__half:last-child {
    width: 30%;
  }
  .product_list .wrapper__inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product_list__menu {
    width: 100%;
  }
  .product_list__content {
    width: 100%;
    margin: 0;
  }
  .product_list__item_tabs {
    width: calc(50% - 30px);
  }
  .product__left {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product__slider {
    width: 100%;
  }
  .product__slider_nav {
    width: 90%;
    max-width: calc(100% - 40px);
    margin-left: 5%;
  }
  .product__slider_nav .slick-control {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .product__slider_nav .slick-prev {
    left: -25px;
  }
  .product__slider_nav .slick-next {
    left: auto;
    right: -25px;
  }
  .product__slider_nav .slick-slide {
    margin: 20px;
  }
  .worth {
    background: #00a0e9;
  }
  .worth__left {
    display: none;
  }
  .worth__right {
    width: 100%;
  }
  .worth__title_text {
    display: block;
  }
  .watermark {
    display: none;
  }
  .hero .wrapper__inner {
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hero .wrapper__inner > img {
    position: absolute;
    left: calc(-210px + 20vw);
    width: 40vw;
  }
  .hero__button {
    position: relative;
    width: 50%;
    height: 100%;
    min-height: 250px;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 35px;
    text-decoration: none;
  }
  .hero__button .btn {
    display: none;
  }
  .hero__text_box {
    position: relative;
    width: 70%;
    top: 40px;
    bottom: auto;
  }
  .hero__text_box h2 {
    font-size: 52px;
  }
  .hero__text_box h3 {
    font-size: 30px;
  }
  .hero__anim_box {
    height: 100%;
    transition: none;
  }
  .hero__anim_box:after {
    height: 70%;
    transition: none;
  }
  .hero__anim_box_2 {
    width: 100%;
    transition: none;
  }
  .hero__anim_box_2:after {
    width: 90%;
    transition: none;
  }
}

@media (max-width: 768px) {
  .wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper__half {
    width: 100%;
    margin: 0;
  }
  .wrapper__inner {
    padding: 0 10px;
  }
  .body {
    padding: 0;
  }
  .header {
    padding: 5px 0;
    padding-left: 60px;
  }
  .header .wrapper {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header__right {
    width: 100%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__logo {
    margin-left: -60px;
    padding: 12px 0;
  }
  .header__search {
    margin: 0;
  }
  .header__search:before,
  .header__search:after {
    display: none;
  }
  .header__search button {
    font-size: 25px;
  }
  .header__search_form {
    right: -61px;
    width: 100vw;
  }
  .header__info_item {
    margin-right: 25px;
  }
  .header__info_item span {
    display: none;
  }
  .header__info_item i {
    margin: 0;
    font-size: 25px;
  }
  .header__info_item:last-child {
    margin-right: 18px;
  }
  .header__navigation {
    background: transparent;
  }
  .header__navigation nav > ul > li {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .header__navigation--active {
    background: black;
  }
  .header__navigation--active nav > ul > li {
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    background-color: black;
  }
  .footer__top {
    padding: 40px 0;
  }
  .footer__top .wrapper__inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__top .wrapper__half {
    width: 100%;
    margin: 0 !important;
  }
  .footer__bottom .wrapper {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .footer__deco_box {
    height: 250px;
    margin-bottom: 40px;
  }
  .footer__form_bottom {
    padding-top: 25px;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .breadcrumbs .wrapper {
    padding: 0 10px;
  }
  .section_separator {
    border-bottom: 50px solid #00a0e9;
  }
  .contacts {
    padding-bottom: 60px;
  }
  .contacts .wrapper__half:first-of-type {
    margin-bottom: 20px;
  }
  .news_list_1__container {
    width: 100%;
    margin: 0;
  }
  .news_list_1__item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .news_list_1__item .btn {
    display: none;
  }
  .news_list_2__container li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .news_list_2__container li .wrapper__half {
    width: 100%;
    margin: 0;
  }
  .news_list_2__container li .wrapper__half img {
    margin-bottom: 15px;
  }
  .news_list_2 .btn:after {
    display: none;
  }
  .about__container {
    width: 100%;
    margin: 0;
  }
  .about__item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .catalogue img {
    object-fit: cover;
  }
  .catalogue .wrapper__inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalogue .wrapper__half {
    margin: 0 !important;
    width: 100%;
  }
  .catalogue__category_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .catalogue__category_container > *:after,
  .catalogue__category_container > *:before {
    display: none;
  }
  .catalogue__category_container li {
    width: calc(100% - 12px);
    margin: 0 10px;
    margin-bottom: 10px;
  }
  .catalogue_info .wrapper__half:first-child {
    width: 100%;
  }
  .catalogue_info .wrapper__half:last-child {
    display: none;
  }
  .product_list .wrapper__inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product_list__menu {
    width: 100%;
  }
  .product_list__content {
    width: 100%;
    margin: 0;
  }
  .product_list__item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 30px;
  }
  .product_list__item img {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }
  .product_list__item_info {
    width: 100%;
    margin: 0;
  }
  .product_list__item_tabs {
    width: calc(50% - 30px);
  }
  .product {
    padding: 0;
  }
  .product .wrapper__inner:before,
  .product .wrapper__inner:after {
    display: none;
  }
  .product__info_item_title_mobile {
    display: block;
  }
  .product__top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__left,
  .product__right {
    width: 100%;
    margin: 0;
  }
  .product__left {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__slider {
    width: 100%;
    max-height: 500px;
    height: 60vw;
  }
  .product__slider_nav {
    width: 90%;
    max-width: calc(100% - 40px);
    margin-left: 5%;
  }
  .product__slider_nav .slick-control {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .product__slider_nav .slick-prev {
    left: -25px;
  }
  .product__slider_nav .slick-next {
    left: auto;
    right: -25px;
  }
  .product__slider_nav .slick-slide {
    margin: 20px;
  }
  .product__ask_modal_content {
    width: 90%;
    padding: 15px 30px;
  }
  .product__info_switcher {
    display: none;
  }
  .product__info_item {
    display: block;
    padding-top: 40px;
  }
  .worth {
    background: #00a0e9;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .worth__left {
    display: none;
  }
  .worth__right {
    width: 100%;
  }
  .worth__title_text {
    display: block;
  }
  .watermark {
    display: none;
  }
  .hero {
    padding: 20px 0;
  }
  .hero .wrapper__inner {
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hero .wrapper__inner > img {
    display: none;
  }
  .hero__button {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 220px;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 35px;
    text-decoration: none;
  }
  .hero__button .btn {
    left: auto;
    right: 10px;
    bottom: 20px;
    opacity: 1;
  }
  .hero__text_box {
    position: relative;
    width: 70%;
    top: 20px;
    bottom: auto;
  }
  .hero__text_box h2 {
    font-size: 52px;
  }
  .hero__text_box h3 {
    font-size: 30px;
  }
  .hero__anim_box {
    height: 100%;
    transition: none;
  }
  .hero__anim_box:after {
    height: 70%;
    transition: none;
  }
  .hero__anim_box_2 {
    width: 100%;
    transition: none;
  }
  .hero__anim_box_2:after {
    width: 90%;
    transition: none;
  }
}

@media (max-width: 550px) {
  .header__navigation--active {
    width: 100%;
  }
  .header__navigation--active nav {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .product_list__container_tabs {
    width: 100%;
    margin: 0;
  }
  .product_list__item_tabs {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .simillar_products .wrapper__inner .product_list__container_tabs {
    margin: 0;
    margin-top: 30px;
  }
  .hero__button .btn {
    display: none;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  margin: 0 0 20px 25px;
  display: inline;
}

img.alignleft {
  margin: 0 25px 20px 0;
  display: inline;
}

iframe.alignright {
  margin: 0 0 20px 25px;
}

iframe.alignleft {
  margin: 0 25px 20px 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 850px) {
  iframe.alignleft,
  figure.alignleft,
  img.alignleft,
  iframe.alignright,
  figure.alignright,
  img.alignright {
    float: none;
  }
  img.alignleft,
  img.alignright {
    margin: 0;
  }
}

@media (-ms-high-contrast: none) {
  .header__logo {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .catalogue__category_container img {
    width: calc(100% - 20px);
    max-height: 170px;
  }
}

.wrapper__inner .gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  float: unset;
}
@media (max-width: 768px) {
  .wrapper__inner .gallery .gallery-item {
    width: 50% !important;
  }
}
@media (max-width: 425px) {
  .wrapper__inner .gallery .gallery-item {
    width: 100% !important;
  }
}
.wrapper__inner .gallery .gallery-item img {
  height: 300px;
  object-fit: cover;
  width: 90%;
}
.social_media {
  display: block;
  width: 100%;
}
.burger-title {
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .text__editor iframe {
    width: calc(100% - 45px);
  }
  .burger-title {
    color: #000;
  }
}
/*New header*/
.hero .wrapper__inner.wrapper-new-inner {
  width: 100%;
  max-width: 1600px;
}
@media (min-width: 1281px) and (max-width: 1665px) {
  .hero .wrapper__inner.wrapper-new-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.new-header {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.new-header .column-big {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.new-header .column-small {
  width: calc(100%);
  background-color: #00a0e9;
  height: calc(100%);
  margin-left: 0px;
  display: flex;
  align-items: end;
}
.new-header .column-big .inside-column {
  width: calc(33% - 6px);
  padding: 3px;
}
.new-header .column-big .inside-column a {
  width: 100%;
  height: 365px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
  padding: 30px;
  box-sizing: border-box;
}
.new-header .column-big .inside-column a:before {
  content: "";
  transition: all 500ms cubic-bezier(0.45, 0.33, 0.36, 1);
}
.new-header .column-big .inside-column a:hover:before {
  background-color: rgba(0, 159, 233, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-header .column-big .inside-column a .border-top:before {
  content: "";
  position: absolute;
  bottom: 43%;
  left: 30px;
  height: 0;
  width: 2px;
  background: black;
  transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
  transition-delay: 300ms;
}
.new-header .column-big .inside-column a .border-top:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  height: 2px;
  width: 0;
  background: black;
  transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
  transition-delay: 0ms;
}
.new-header .column-big .inside-column a:hover .border-top:before {
  height: calc(57% - 30px);
  transition-delay: 0ms;
}
.new-header .column-big .inside-column a:hover .border-top:after {
  width: calc(100% - 230px);
  transition-delay: 300ms;
}
.new-header .column-big .inside-column a .border-bottom:before {
  content: "";
  position: absolute;
  top: 43%;
  right: 30px;
  height: 0;
  width: 2px;
  background: black;
  transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
  transition-delay: 300ms;
}
.new-header .column-big .inside-column a .border-bottom:after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 30px;
  height: 2px;
  width: 0;
  background: black;
  transition: all 300ms cubic-bezier(0.45, 0.33, 0.36, 1);
  transition-delay: 0ms;
}
.new-header .column-big .inside-column a:hover .border-bottom:before {
  height: calc(57% - 30px);
  transition-delay: 0ms;
}
.new-header .column-big .inside-column a:hover .border-bottom:after {
  width: calc(100% - 230px);
  transition-delay: 300ms;
}
.new-header .column-big .inside-column span {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.new-header .column-big .inside-column h3 {
  font-size: 26px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
.new-header .column-small h3 {
  font-size: 60px !important;
  line-height: 59px;
  color: rgba(225, 225, 225, 0.4) !important;
  font-weight: 800 !important;
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 0 !important;
  padding: 30px 20px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1600px) {
  .new-header .column-small h3 {
    font-size: 44px !important;
  }
}
@media (max-width: 1500px) {
  .new-header .column-small h3 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .hero .wrapper__inner.wrapper-new-inner {
    flex-direction: row;
    align-items: stretch;
  }
  .new-header .column-small h3 {
    font-size: 32px !important;
  }
}
@media (max-width: 1200px) {
  .new-header .column-small h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1024px) {
  .new-header .column-small h3 {
    font-size: 22px !important;
  }
}
@media (max-width: 768px) {
  .new-header .column-big {
    width: 100%;
  }
  .new-header .column-big .inside-column {
    width: calc(100% - 6px);
  }
  .new-header .column-small {
    display: none;
  }
}
