* {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}







.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp{
  z-index: 30 !important;
}

.grecaptcha-badge {
	visibility:hidden;
}

body,
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", sans-serif;
  background-color: #eef2f3;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
 /* text-transform: uppercase;*/
	margin-bottom: 20px;
}

h2 {
  font-size: 45px;
  line-height: 54px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

img {
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
}

textarea {
  height: 204px;
  resize: none;
}

input,
select,
textarea {
  border: none;
  background: none;
  font-family: "Century Gothic", sans-serif;
  font-size: 15px;
  line-height: 16px;
  color: #666;
  padding: 22px 27px;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #fff;
  display: block;
  width: 100%;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #666;
  opacity: 1;
}

input:disabled,
select:disabled,
textarea:disabled {
  padding: 21px 26px;
  background: none;
  border: solid 1px #d9d9d9;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/main/select.svg) no-repeat 95% center #fff;
	border:1px solid #ddd;

	cursor: pointer;
	color: black;
}

select:hover {
	border:1px solid #0080fd;
	color: #0080fd;
	transition: 0.3s;
}

select option:hover {
	color: #0080fd;
}

.hid {
  overflow: hidden;
}

.prdct {
  border: solid 1px #ddd;
  -webkit-transition: .3s;
  transition: .3s;
  color: #232323;
}

.prdct-image {
  width: 100%;
  height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.prdct-image img {
  max-height: 245px;
  width: auto;
}

.prdct-image__label {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  padding: 3px 9px;
  text-align: center;
  background-color: #272727;
  position: absolute;
  right: 7px;
  top: 7px;
}

.prdct-content {
  padding: 17px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0px;
  border: 0px;
  font-size: 15px;
  border-collapse: collapse;
}

.prdct-content td,
.product-table th {
  padding: 0;
  padding-right: 5px;
  margin: 0;
}

.item-flex {
/*  opacity: 0;
  visibility: hidden;*/
  transition: opacity 0.3s, visibility 0.3s;
}

.item:hover .item-flex {
  opacity: 1;
  visibility: visible;
}

.prdct:hover .prdct-content {
  background-color: #fff;
}

.prdct-image {
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.prdct:hover .prdct-image {
  background-color: #edf2f3;
  border-bottom: 1px solid #0080fd;
  transition: 0.3s;
}

.prdct-content__title {
  margin-bottom: 5px;
}

.prdct-content__category {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 42px;
}

.prdct-content .btn {
  width: 100%;
}

.prdct:hover {
  border-color: #0080fd;
}

.prdct:hover .prdct-image {
  background-color: #edf2f3;
}

.prdct:hover .prdct-content {
  background-color: #fff;
}

.bread {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 21px;
  font-family: Gilroy, sans-serif;
  font-weight: 300;
  color: #121212;
}

.bread-default {
  padding: 110px 0 83px;
}

.bread li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bread li::after {
  content: "|";
  display: block;
  margin: 0 5px;
}

.bread li a {
  color: #121212;
}

.bread li a span {
  position: relative;
}

.bread li a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #121212;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .3s;
  transition: .3s;
}

.bread li a span:hover::after {
  width: 100%;
}

.bread li:last-child::after {
  display: none;
}

.ttl-sub {
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  color: #0080fd;
  margin-bottom: 9px;
  display: block;
}

.btn,
.button {
  display: inline-block;
  border: solid 1px #0080fd;
  background: none;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff ;
  padding: 17px 36px;
  text-align: center;
  background-color: #0080fd;
  cursor: pointer;
}

.btn:hover,
.button:hover {
  background-color: #0073e4;
  border-color: #0073e4;
}

.btn-white,
.button-white {
  border-color: #fff;
  background-color: inherit;
  color: #fff;
}

.btn-white:hover,
.button-white:hover {
  background-color: #fff;
  color: #0080fd;
  border-color: #fff;
}

.btn-dark,
.button-dark {
  background-color: #121212;
  border-color: #121212;
  color: #fff;
}

.btn-primary,
.button-primary {
  background-color: inherit;
  color: #0080fd;
}

.btn-primary:hover,
.button-primary:hover {
  background-color: #0080fd;
  border-color: #0080fd;
  color: #fff;
}

.slick-dots {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wpap;
  flex-wrap: wpap;
}

.projects-wrap__nav .slick-arrow path {
    stroke:#0080fd;
}

.slick-dots li {
  margin: 0 8px 8px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  background: none;
  width: 8px;
  height: 8px;
  /*border-radius: 50%;*/
  background-color: #e9e9e9;
  padding: 0;
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.slick-dots li button {
  background-color: white;
	transition: 0.3s;
}

.slick-dots li button:hover {
  background-color: #0080fd;
	transition: 0.3s;
}

.slick-dots .slick-active button {
  background-color: #0080fd;
}

.slick-arrow {
  border: none;
  background: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0;
  padding: 0;
}

.slick-prev svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.slick-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.container {
  max-width: 1274px;
  margin: 0 auto;
  padding: 0 15px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #0080fd;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0080fd;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: .3s;
  transition: .3s;
}

/* .header-default {
  background: url(../img/main/bg-header.jpg) no-repeat center center/cover;
} */

.header-top {
  width: 100%;
  height: 3px;
}

.header-top span {
  display: block;
  height: 100%;
  background-color: #0080fd;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 0;
  border-bottom: solid 1px rgba(255, 255, 255, .23);
}

.header-wrap__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap__left--logo {
  display: block;
  max-width: 179px;
  margin-right: 69px;
}

.header-wrap__left--year {
  max-width: 46px;
  display: block;
}

.header-wrap__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.header-wrap__nav ul li {
  padding: 0 8px;
  margin: 0 23px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap__nav ul li .dropdown {
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 8px;
}

.header-wrap__nav ul li .dropdown svg * {
  -webkit-transition: .3s;
  transition: .3s;
}

.header-wrap__nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0 0;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-wrap__nav ul li .sub-menu li {
  background-color: #272727;
  width: 100%;
  margin: 0;
  padding: 10px;
}

.header-wrap__nav ul li:hover .dropdown {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-wrap__nav ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-wrap__nav ul li a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 2;
}

.header-wrap__nav ul li a:hover {
  color: #0080fd;
}

.header-wrap__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap__meta--icon {
  display: none;
}

.header-wrap__meta--languages {
  margin: 0 52px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
}

.header-wrap__meta--cart {
  position: relative;
}

.header-wrap__meta--cart span {
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0080fd;
  font-size: 7px;
  line-height: 8px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: -4px;
  top: -3px;
  text-align: center;
}

.sticky {
  background-color: #272727;
}

.contacts {
  margin: 180px 0 120px;
}

.contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-wrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 48px;
}

.contacts-wrap__top--subtitle {
  width: 100%;
  max-width: 258px;
  margin-right: 30px;
}

.contacts-wrap__top--title {
  width: 100%;
  max-width: 890px;
}

.contacts-wrap__content {
  width: 100%;
  max-width: 258px;
  color: #222;
  font-size: 15px;
  line-height: 21px;
  margin-right: 30px;
}

.contacts-wrap__content--text {
  margin-bottom: 28px;
}

.contacts-wrap__content--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-wrap__content--date svg {
  margin-right: 18px;
}

.contacts-wrap__data {
  width: 100%;
  max-width: 890px;
}

.contacts-wrap__data .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-wrap__data .row-item {
  width: 49%;
}

.contacts-wrap__data .row-item input {
  margin-bottom: 12px;
}

.contacts-wrap__data .row-item input:last-child {
  margin-bottom: 0;
}

.contacts-wrap__data .btn {
  margin-top: 45px;
}

/*.footer {
  color: #fff;
  background: url(../img/main/bg-footer__new.png) no-repeat right bottom/752px #262626;
}*/

.footer {
	  color: #fff;

    background: linear-gradient(rgba(38, 38, 38, 0.6), rgba(38, 38, 38, 0.6)), 
                url(/wp-content/uploads/background_footer.png) no-repeat right bottom/752px;           
    background-color: #262626;
}


.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 75px 0 65px;
  position: relative;
  z-index: 2;
}

.footer-wrap__subtitle {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.footer-wrap__nav {
  width: 100%;
  max-width: 170px;
}

.footer-wrap__nav ul {
  list-style-type: none;
}

.footer-wrap__nav ul li {
  margin-bottom: 8px;
}

.footer-wrap__nav ul li a {
  font-size: 13px;
  line-height: 15px;
  color: rgba(255, 255, 255, .65);
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.footer-wrap__nav ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #0080fd;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-wrap__nav ul li a:hover::after {
  width: 100%;
}

.footer-wrap__nav ul li a:hover {
  color: rgba(255, 255, 255, .65);
}

.footer-wrap__contacts {
  width: 100%;
  max-width: 276px;
  font-size: 14px;
  line-height: 17px;
}

.footer-wrap__contacts--logo {
  display: block;
  max-width: 214px;
  margin-bottom: 24px;
}

.footer-wrap__contacts--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-wrap__contacts--link:hover {
  color: #0080fd;
}

.footer-wrap__contacts--link:hover svg * {
  fill: #0080fd;
}

.footer-wrap__contacts--link svg {
  margin-right: 11px;
}

.footer-wrap__contacts--link svg * {
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-wrap__contacts--link span {
  position: relative;
}

.footer-wrap__contacts--link span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #0080fd;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-wrap__contacts--link span:hover::after {
  width: 100%;
}

.footer-wrap__contacts--link:last-child {
  margin-bottom: 0;
}

.footer-wrap__contacts--email {
  margin-bottom: 30px;
}

.footer-wrap__contacts--adress {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: rgba(255, 255, 255, .7);
}

.footer-wrap__contacts--adress svg {
  margin-right: 9px;
}

.footer-wrap__form {
  width: 100%;
  max-width: 374px;
}

.footer-wrap__form--title {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 31px;
}

.footer-wrap__form--row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-wrap__form--row input {
  width: 100%;
  max-width: 250px;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 17px;
}

.footer-wrap__form--row .btn {
  padding: 13px;
  width: 100%;
  max-width: calc(100% - 250px);
  height: 49px;
}

.footer-wrap__form--socials {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrap__form--socials a {
  display: block;
  margin-right: 18px;
}

.footer-wrap__form--socials a svg * {
  fill: #cacaca;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-wrap__form--socials a:hover svg * {
  fill: #0080fd;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, .23);
  padding: 28px 0;
  color: #cecece;
  font-size: 12px;
  line-height: 14px;
}

.footer-bottom__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.footer-bottom__nav ul li {
  margin-left: 56px;
}

.footer-bottom__nav ul li a {
  color: #cecece;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-bottom__nav ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #0080fd;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-bottom__nav ul li a:hover::after {
  width: 100%;
}

/* .footer-bottom__nav ul li a:hover {
  color: #0080fd;
} */

.footer-bottom__nav ul li span {
  color: #cecece;
}

.top {
  position: relative;
  background: url(/wp-content/uploads/reach-stacker-forklift-header-catalogue-scaled.jpg) no-repeat center center/cover;
}

.top::after,
.top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .72;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%);
}

.top::before {
  opacity: 1;
  background: rgba(0, 0, 0, .5411764706);
}

.top-wrap {
  position: relative;
  z-index: 4;
  padding: 126px 0 95px;
  color: #fff;
}

.top-wrap__flex {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-wrap .bread li {
  color: #fff;
}

.top-wrap .bread li a {
  color: #fff;
}

.top-wrap .bread li a span {
  position: relative;
}

.top-wrap .bread li a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .3s;
  transition: .3s;
}

.top-wrap .bread li a span:hover::after {
  width: 100%;
}

.top-wrap .bread li:last-child {
  opacity: .33;
}

.top-wrap__title {
  max-width: 75%;
}

.msgr {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 1000;
  cursor: pointer;
}

.msgr-main {
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.msgr-list {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 2px rgba(196, 222, 245, .3294117647);
  border-radius: 77px;
  background-color: #fff;
  padding: 3px 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  max-height: 0;
}

.msgr-list .item {
  display: block;
  margin: 0 auto 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.msgr-list .item:hover {
  opacity: .75;
}

.msgr:hover .msgr-main {
  opacity: 0;
  visibility: hidden;
}

.msgr:hover .msgr-list {
  opacity: 1;
  visibility: visible;
  max-height: 10000px;
}

.main-wrap .item {
  position: relative;
}

.main-wrap .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5411764706);
}

.main-wrap .item-content {
  min-height: 773px;
  position: relative;
  z-index: 2;
  color: #fff;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-wrap .item-content img {
  margin-bottom: 22px;
}

.main-wrap .item-content img:last-child {
  margin-bottom: 0;
}

.main-wrap .item-content p {
  display: block;
  margin: 38px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 25px;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}

.main-nav .slick-arrow {
  margin: 0 13px 5px;
}

.about {
  max-width: 1430px;
  margin: 0 auto;
  background: url(../img/main/bg-about.png) no-repeat left bottom/287px;
}

.about-wrap {
  padding: 87px 0 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-wrap__content {
  width: 100%;
  max-width: 212px;
  margin-right: 30px;
}

.about-wrap__text {
  width: 100%;
  max-width: 867px;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  font-family: Gilroy, sans-serif;
}

.about-wrap__text p {
  display: block;
  margin-bottom: 36px;
}

.about-wrap__text p:last-child {
  margin-bottom: 0;
}

.about-wrap__text .btn {
  margin-top: 52px;
  color: #fff !important;
}

.modul-wrap {
  max-width: 1460px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modul-wrap .item {
  width: 25%;
  padding: 42px 20px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 777px;
  position: relative;
  border-right: solid 1px #edf2f3;
  color: #fff;
}

.modul-wrap .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .3294117647);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.modul-wrap .item:nth-child(4n+4) {
  border: none;
}

.modul-wrap .item-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.modul-wrap .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modul-wrap .item-subtitle {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 11px;
  position: relative;
  z-index: 2;
}

.modul-wrap .item-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.modul-wrap .item-text {
  position: relative;
  z-index: 2;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  margin: 30px 0 65px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 800px) {
  .modul-wrap .item-text {
    opacity: 1;
    visibility: visible;
  }
}

.modul-wrap .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.modul-wrap .item-bottom__more {
  padding: 16px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #0080fd;
  margin-left: 5px;
}

.modul-wrap .item:hover::after {
  opacity: 1;
  visibility: visible;
}

.modul-wrap .item:hover .item-text {
  opacity: 1;
  visibility: visible;
}

.modul-wrap .item:hover .item-bottom {
  opacity: 1;
  visibility: visible;
}

.modul-bg .item-image {
  opacity: 0;
  visibility: hidden;
}

.projects-second .projects-wrap {
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, .2196078431);
}

.projects-second .projects-wrap::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 98px;
  height: 1px;
  border-bottom: solid 1px #0080fd;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1px;
}

.projects-wrap {
  margin: 78px 0;
}

.projects-wrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projects-wrap__top--content {
  width: 75%;
  margin-right: 10px;
}

.projects-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 54px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projects-wrap__list .item {
  margin-bottom: 65px;
  width: 48%;
}

.projects-wrap__list .item-image {
  width: 100%;
  height: 318px;
  overflow: hidden;
}

.projects-wrap__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.projects-wrap__list .item-title {
  margin: 29px 0 19px;
  padding-left: 17px;
  border-left: solid 2px #0080fd;
  color: #232323;
}

.projects-wrap__list .item-text {
  min-height: 44px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #000;
  margin-bottom: 27px;
}

/*.slick-arrow:hover {
  background-color: white;
}*/

.slick-arrow path {
	stroke: white;
	transition: 0.3s;
}

.slick-arrow:hover path {
	stroke: #0080fd;
	transition: 0.3s;
}

.projects-wrap__list .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #0080fd;
  text-transform: uppercase;
  position: relative;
  margin-top: 50px;
}

.projects-wrap__list .item-link span {
  position: relative;
}

.projects-wrap__list .item-link span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #0080fd;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .3s;
  transition: .3s;
}

.projects-wrap__list .item-link span:hover::after {
  width: 100%;
}

.projects-wrap__list .item-link svg {
  margin-left: 18px;
}

.projects-wrap__list .item:hover .item-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.projects-wrap__slidr {
  margin-right: -20px;
}

.projects-wrap__slidr .item {
  margin-right: 20px;
}

.projects-wrap__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-wrap__nav .slick-prev {
  margin-right: 19px;
}

.projects-wrap__nav .slick-arrow {
  width: 97px;
  height: 47px;
  border: solid 1px #0080fd;
}

.projects-wrap__nav .slick-arrow:hover {
  background-color: #fff;
}

.press {
  background-color: #272727;
  color: #fff;
}

.press-wrap {
  padding: 97px 0;
}

.press-wrap__more {
  margin-top: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.press-wrap__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.press-wrap__slider--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 215px;
  margin-right: 30px;
}

.press-wrap__slider--nav .slick-prev {
  margin-right: 19px;
}

.press-wrap__slider--nav .slick-arrow {
  width: 97px;
  height: 47px;
  border: solid 1px #0080fd;
}

.press-wrap__slider--nav .slick-arrow:hover {
  background-color: #fff;
}

.press-wrap__slider--list {
  width: 100%;
  max-width: 885px;
}

.press-wrap__slider--list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding: 40px 0;
  border-top: solid 1px rgba(255, 255, 255, .23);
  border-bottom: solid 1px rgba(255, 255, 255, .23);
}

.press-wrap__slider--list .item-meta {
  width: 100%;
  max-width: 410px;
  margin-right: 30px;
}

.press-wrap__slider--list .item-meta__date {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
  opacity: .54;
}

.press-wrap__slider--list .item-meta__title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.press-wrap__slider--list .item-meta__text {
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  opacity: .65;
  margin-bottom: 57px;
}

.press-wrap__slider--list .item-meta__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.press-wrap__slider--list .item-meta__flex--info {
  opacity: .54;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
}

.press-wrap__slider--list .item-meta__flex--info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 17px;
}

.press-wrap__slider--list .item-meta__flex--info span:nth-child(1)::before {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  border-bottom: solid 1px #fff;
  margin-right: 7px;
}

.press-wrap__slider--list .item-meta__flex--info span:nth-child(2) {
  padding-left: 17px;
  border-left: solid 1px #fff;
}

.press-wrap__slider--list .item-meta__flex--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0080fd;
}

.press-wrap__slider--list .item-meta__flex--more span {
  position: relative;
}

.press-wrap__slider--list .item-meta__flex--more span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #0080fd;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .3s;
  transition: .3s;
}

.press-wrap__slider--list .item-meta__flex--more span:hover::after {
  width: 100%;
}

.press-wrap__slider--list .item-meta__flex--more svg {
  margin-left: 18px;
}

.press-wrap__slider--list .item-image {
  width: 100%;
  height: 283px;
  overflow: hidden;
}

.press-wrap__slider--list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.press-second {
  background: none;
}

.press-second .press-wrap__slider--list {
  max-width: 100%;
}

.press-second .press-wrap__slider--list .item {
  color: #121212;
  border-bottom: solid 1px rgba(0, 0, 0, .2196078431);
}

.press-second .press-wrap__slider--list .item-image {
  max-width: 696px;
  height: 283px;
}

.press-second .press-wrap__slider--list .item-meta__flex--info span:nth-child(1)::before {
  border-color: #121212;
  opacity: .54;
}

.press-second .press-wrap__slider--list .item-meta__flex--info span:nth-child(2) {
  border-color: rgba(18, 18, 18, .22);
}

.archive-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 58px 0 68px;
}

.archive-top__content {
  width: 100%;
  max-width: 628px;
  margin-right: 30px;
}

.archive-top__content--title {
  margin-bottom: 15px;
}

.archive-top__content--text {
  font-size: 15px;
  line-height: 21px;
  font-family: Gilroy, sans-serif;
  font-weight: 300;
}

.archive-wrap {
  max-width: 1460px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive-wrap .item {
  width: 25%;
  min-height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #fff !important;
  padding: 32px 22px;
  border: solid 1px #edf2f3;
  margin: -1px;
}

.archive-wrap .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .3294117647);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.archive-wrap .item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.archive-wrap .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive-wrap .item-top {
  position: relative;
  z-index: 2;
}

.archive-wrap .item-subtitle {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .04em;
  margin-bottom: 21px;
}

.archive-wrap .item-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.archive-wrap .item-bottom {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.archive-wrap .item-bottom__more {
  width: 45px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #0080fd;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 5px;
}

.archive-wrap .item-bottom__more:hover {
  background-color: #0080fd;
}

.archive-wrap .item:hover::after {
  opacity: 1;
  visibility: visible;
}

.archive-wrap .item:hover .item-bottom {
  opacity: 1;
  visibility: visible;
}

.not-wrap {
  background: url(../img/main/bg-not.jpg) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 36px;
  margin: 56px auto 78px;
  color: #fff;
}

.not-wrap__content {
  width: 100%;
  max-width: 324px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.not-wrap__content--title {
  font-size: 26px;
  line-height: 41px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.not-wrap__content--text {
  font-size: 15px;
  line-height: 24px;
}

.not-wrap__list {
  width: 100%;
  max-width: calc(100% - 354px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.not-wrap__list .item {
  margin-left: 26px;
  margin-bottom: 10px;
}

.shop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-wrap__filters {
  width: 100%;
  max-width: 300px;
  border: solid 1px #ddd;
  padding: 16px;
  margin-right: 22px;
}

.shop-wrap__filters--close {
  display: none;
}

.shop-wrap__filters--close svg {
  cursor: pointer;
}

.shop-wrap__list {
  width: 100%;
  max-width: calc(100% - 322px);
}

.shop-wrap__list--filter {
  display: none;
}

.shop-wrap__list--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-wrap__list--top-form {
  width: 100%;
  max-width: 397px;
  position: relative;
}

.shop-wrap__list--top-form input {
  width: 100%;
  padding-right: 44px;
}

.shop-wrap__list--top-form button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.shop-wrap__list--top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: calc(100% - 410px);
  font-family: Gilroy, sans-serif;
}

.shop-wrap__list--top-flex select {
  margin-right: 62px;
  background-color: inherit;
  width: auto;
  padding: 10px 25px 10px 10px;
  height: 45px;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-family: Gilroy, sans-serif;
}

.shop-wrap__list--top-flex select * {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.shop-wrap__list--top-flex_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-wrap__list--top-flex_count .item {
  margin-left: 24px;
  font-size: 14px;
  line-height: 16px;
  color: #121212;
  cursor: pointer;
}

.shop-wrap__list--top-flex_count .item:nth-child(1) {
  margin-left: 0;
}

.shop-wrap__list--top-flex_count .active {
  font-weight: 900;
  color: #0080fd;
}

.shop-wrap__list--products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.shop-wrap__list--products .prdct {
  width: 32.4%;
  margin-right: 1.4%;
  margin-bottom: 19px;
}

.shop-wrap__list--products .prdct:nth-child(3n+3) {
  margin-right: 0;
}

.single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-wrap__gallery {
  width: 100%;
  max-width: 639px;
  position: relative;
  margin-right: 30px;
}

.single-wrap__gallery .item-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.single-wrap__gallery .item-labels span {
  min-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
  padding: 3px 9px;
  background-color: #272727;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}

.single-wrap__gallery .item-labels span:nth-child(1) {
  cursor: pointer;
  background-color: #0080fd;
}

.single-wrap__gallery--main {
  position: relative;
}

.single-wrap__gallery--main .item {
  width: 100%;
  height: 483px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-wrap__gallery--main .item iframe,
.single-wrap__gallery--main .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-wrap__gallery--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -72px;
  margin-right: 15px;
}

.single-wrap__gallery--nav .slick-arrow {
  width: 97px;
  height: 47px;
  position: relative;
  margin-left: 20px;
  border: solid 1px #0080fd;
}

.single-wrap__gallery--nav .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
		transition:0.3s;
}

.single-wrap__gallery--nav .slick-arrow:hover::after {
  background-color: white;
	transition:0.3s;
}

.single-wrap__gallery--nav .slick-arrow svg {
  position: relative;
  z-index: 2;
}

.single-wrap__gallery--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.single-wrap__gallery--list .item {
  width: 23%;
  margin-right: 2.3%;
  margin-bottom: 15px;
  height: 99px;
  cursor: pointer;
  transition: border 0.3s;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.single-wrap__gallery--list .item:hover {
  border: 1px solid #0080fd; /* Border on hover */
}

.single-wrap__gallery--list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-wrap__gallery--list .item:nth-child(4n+4) {
  margin-right: 0;
}

.single-wrap__content {
  width: 100%;
  max-width: 573px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-wrap__content--title {
  font-size: 26px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 14px;
}

.single-wrap__content--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #787878;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.single-wrap__content--meta-sku {
  margin-right: 55px;
  margin-bottom: 10px;
}

.single-wrap__content--meta-sku strong {
  font-weight: 600;
}

.single-wrap__content--meta-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.single-wrap__content--meta-status svg {
  margin-left: 11px;
}

.single-wrap__content--attr {
  margin-bottom: 4px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 24px;
}

.single-wrap__content--attr span {
  display: block;
  width: 35%;
  word-break: break-all;
}

.single-wrap__content--attr span:nth-child(2) {
  width: 63%;
}

.single-wrap__content--text {
  font-size: 15px;
  line-height: 27px;
  font-weight: 300;
  margin: 30px 0;
}

.single-wrap__content--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-wrap__content--actions-cart {
  width: 45px;
  height: 53px;
  margin: 0 13px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #0080fd;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.single-wrap__content--actions-cart svg * {
  -webkit-transition: .3s;
  transition: .3s;
}

.single-wrap__content--actions-cart:hover {
  background-color: #0080fd;
}

.single-wrap__content--actions-cart:hover svg * {
  fill: #fff;
}

.single-wrap__content--actions-price {
  font-size: 29px;
  line-height: 35px;
  font-weight: 700;
}

.single-wrap__content--actions-qty input {
  width: 100px;
  height: 52px;
  border: solid 1px #c9c9c9;
  padding: 16px 13px;
  background: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #121212;
	transition: 0.3s;
}

.single-wrap__content--actions-qty:hover input {
  border: solid 1px #0080fd;
	transition: 0.3s;
}

.single-wrap__content--files {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: solid 1px #c9c9c9;
  padding: 35px 34px 25px;
}

.single-wrap__content--files .item {
  width: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #121212;
}

.single-wrap__content--files .item:nth-child(odd) {
  width: 40%;
}

.single-wrap__content--files .item svg {
  margin-right: 15px;
}

.single-wrap__content--files .item span {
  max-width: calc(100% - 44px);
}

.single-wrap__content--files .item:hover {
  text-decoration: underline;
}

.single-text {
  margin-top: 83px;
  font-size: 15px;
  line-height: 27px;
  font-weight: 300;
}

.single-text__title {
  font-size: 26px;
  line-height: 41px;
  font-weight: 700;
  font-family: Gilroy, sans-serif;
  margin-bottom: 32px;
}

.single-text p {
  display: block;
  margin-bottom: 30px;
}

.related-wrap {
  position: relative;
  border-top: solid 1px rgba(0, 0, 0, .2196078431);
  margin-top: 150px;
  padding: 86px 0 0;
}

.related-wrap::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 98px;
  height: 1px;
  border-bottom: solid 1px #0080fd;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1px;
}

.related-wrap__title {
  text-align: center;
}

.related-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}

.related-wrap__list .prdct {
  width: 24%;
  margin-bottom: 30px;
  margin-right: 1.3%;
}

.related-wrap__list .prdct:nth-child(4n+4) {
  margin-right: 0;
}

.article-date {
  font-size: 15px;
  line-height: 22px;
  opacity: .54;
  margin-bottom: 12px;
}

.article-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px rgba(0, 0, 0, .2196078431);
  position: relative;
}

.article-wrap::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 98px;
  height: 1px;
  border-bottom: solid 1px #0080fd;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1px;
}

.article-wrap__content {
  width: 100%;
  max-width: 824px;
  margin-right: 30px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  font-family: Gilroy, sans-serif;
}

.article-wrap__content--title {
  font-size: 36px;
  line-height: 44px;
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  margin-bottom: 36px;
}

.article-wrap__content p {
  display: block;
  margin: 20px 0;
}

.article-wrap__content img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 62px 0;
}

.article-wrap__sidebar {
  width: 100%;
  max-width: 354px;
}

.article-wrap__sidebar--search {
  position: relative;
  margin-bottom: 52px;
}

.article-wrap__sidebar--search input {
  padding-right: 45px;
}

.article-wrap__sidebar--search button {
  border: none;
  background: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.article-wrap__sidebar--title {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 37px;
}

.article-wrap__sidebar--title-second {
  margin-bottom: 19px;
  margin-top: 53px;
}

.article-wrap__sidebar .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
  color: #121212;
}

.article-wrap__sidebar .item:hover .item-content__title {
  text-decoration: underline;
}

.article-wrap__sidebar .item-image {
  width: 100%;
  max-width: 96px;
  margin-right: 13px;
  height: 83px;
}

.article-wrap__sidebar .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-wrap__sidebar .item-content {
  width: 100%;
  max-width: calc(100% - 109px);
}

.article-wrap__sidebar .item-content__title {
  margin-bottom: 14px;
}

.article-wrap__sidebar .item-content__date {
  font-size: 15px;
  line-height: 22px;
  opacity: .54;
}

.article-wrap__sidebar--subtitle {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 22px;
}

.article-wrap__sidebar--subscribe .btn,
.article-wrap__sidebar--subscribe input {
  width: 100%;
}

.article-wrap__sidebar--subscribe .btn {
  margin-top: 14px;
}

.project-wrap {
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, .2196078431);
  padding-bottom: 95px;
}

.project-wrap::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 98px;
  height: 1px;
  border-bottom: solid 1px #0080fd;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1px;
}

.project-wrap__description {
  margin: 32px 0 76px;
}

.project-wrap__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 39px;
  margin-bottom: 50px;
}

.project-wrap__nav .slick-arrow {
  margin-bottom: 5px;
}

.project-wrap__nav .slick-arrow svg * {
  stroke: #121212;
}

.project-wrap__nav .slick-dots li button {
  background-color: grey;
}

.project-wrap__nav .slick-dots .slick-active button {
  background-color: #0080fd;
}

.project-wrap__text p {
  display: block;
  margin-bottom: 20px;
}

.cart-wrap__list {
  margin-top: 55px;
}

.cart-wrap__list .item:hover {
	transition: 0.3s;
	border: 1px #0080fd solid;
}

.cart-wrap__list .item {
  background-color: #fff;
  margin-bottom: 22px;
  padding: 22px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	border: 1px solid transparent;
	transition: 0.3s;
}

.item-actions__remove path {
	transition: 0.3s;
}

.item-actions__remove:hover path {
	fill: #0080fd;
	transition: 0.3s;
}

.cart-wrap__list .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 450px;
  margin-right: 30px;
}

.cart-wrap__list .item-meta__image {
  width: 100%;
  height: 131px;
  max-width: 137px;
  position: relative;
  margin-right: 22px;
}

.cart-wrap__list .item-meta__image--label {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 9px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-family: Gilroy, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #272727;
}

.cart-wrap__list .item-meta__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cart-wrap__list .item-meta__content {
  width: 100%;
  max-width: 290px;
  font-family: Gilroy, sans-serif;
}

.cart-wrap__list .item-meta__content--title {
  text-decoration: underline;
  margin-bottom: 10px;
}

.cart-wrap__list .item-meta__content--category {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 7px;
}

.cart-wrap__list .item-meta__content--status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #787878;
}

.cart-wrap__list .item-meta__content--status svg {
  margin-right: 19px;
}

.cart-wrap__list .item-actions {
  width: 100%;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 30px;
}

.cart-wrap__list .item-actions__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #e3e3e3;
	transition: 0.3s;
}

.item-actions__qty path{
	transition: 0.3s;
}

.item-actions__qty:hover path {
	transition: 0.3s;
	fill: #0080fd;
}

.cart-wrap__list .item-actions__qty:hover {
	transition: 0.3s;
	border: solid 1px #0080fd;
}

.cart-wrap__list .item-actions__qty--button {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-wrap__list .item-actions__qty input {
  width: 32px;
  height: 22px;
  border: none;
  background: none;
  border-left: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
  text-align: center;
  padding: 0;
  margin: 0;
}

.cart-wrap__list .item-actions__price {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 15px;
}

.cart-wrap__pay {
  margin-top: 40px;
  border: solid 1px #c9c9c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 38px 44px;
}

.cart-wrap__pay--content {
  width: 100%;
  max-width: 462px;
}

.cart-wrap__pay--content-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cart-wrap__pay--content-text {
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  font-family: Gilroy, sans-serif;
}

.cart-wrap__pay--icon {
  width: 100%;
  max-width: 80px;
}

.checkout-wrap {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkout-wrap .row {
  width: 100%;
  max-width: 473px;
  margin-right: 24px;
}

.checkout-wrap .row-second {
  margin-right: 0;
  max-width: 753px;
}

.checkout-wrap .row input,
.checkout-wrap .row select,
.checkout-wrap .row textarea {
  margin-bottom: 10px;
}

.checkout-wrap .row-flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkout-wrap .row-flex .wpcf7-form-control-wrap {
  width: 49%;
}

.checkout-wrap .row textarea {
  height: 130px;
}

.checkout-wrap .row .btn {
  margin-top: 29px;
}

.request-wrap {
  margin-top: 61px;
}

.request-wrap__text {
  margin: 15px 0 61px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  font-family: Gilroy, sans-serif;
  max-width: 628px;
}

.request-wrap__list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.request-wrap__list .row .item {
  width: 100%;
  max-width: 291px;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  font-family: Gilroy, sans-serif;
}

.request-wrap__list .row .item-title {
  display: none;
}

.request-wrap__list .row .item:nth-child(3) {
  max-width: 127px;
}

.request-wrap__list .row .item:nth-child(4) {
  max-width: 455px;
  margin-right: 0;
}

.request-wrap__list .row:nth-child(1) .item {
  padding-left: 20px;
}




.request-wrap__add::before {
  content: "";
  display: block;
  width: 100px; /* Adjust the width of the middle stripe */
  height: 1px; /* Ensure the height of the middle stripe matches the main line */
  background-color: #0080fd;
  position: absolute;
  left: 50%;
  top: calc(50% - 0.5px); /* Adjust the top position slightly to align perfectly */
  transform: translateX(-50%);
  z-index: 2; /* Ensure this has a higher z-index so it appears in front */
}




.request-wrap__add {
  margin-top: 31px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #0080fd;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-transform: uppercase;
}



.request-wrap__add span {
  display: inline-block;
  background-color: #eef2f3;
  padding-left: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.request-wrap__form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.request-wrap__form .row .item {
  width: 100%;
  max-width: 473px;
  margin-right: 24px;
}

.request-wrap__form .row .item-title {
  display: none;
}

.request-wrap__form .row .item:nth-child(2) {
  max-width: 755px;
  margin-right: 0;
}

.request-wrap__form .row:nth-child(1) .item {
  padding-left: 20px;
}

.default-wrap {
  margin-top: 77px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  font-family: Gilroy, sans-serif;
}

.default-wrap p {
  display: block;
  margin: 50px 0;
}

.default-wrap h2,
.default-wrap h3,
.default-wrap h5,
.default-wrap h6,
.default-wrap ol,
.default-wrap ul {
  margin: 50px 0;
}

.default-wrap h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.default-wrap a {
    position: relative;
    text-decoration: none;
    color: #0080FD; /* Цвет текста по умолчанию */
    transition: color 0.3s ease;
}

.default-wrap a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px; /* Расстояние между текстом и подчеркиванием */
    width: 0;
    height: 1px;
    background-color: #0073E4; /* Цвет подчеркивания */
    transition: width 0.3s ease;
}

.default-wrap a:hover {
    color: #0073E4; /* Цвет текста при наведении */
}

.default-wrap a:hover::after {
    width: 100%;
}



.default-wrap h4 {
  margin-top: 15px;
}


.default-wrap img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
}

.default-wrap ul {
  list-style-type: none;
}

.default-wrap ul li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 33px;
}

.default-wrap ul li::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #0080fd;
}

.default-notice {
  position: relative;
  border-top: solid 1px rgba(0, 0, 0, .2196078431);
  padding-top: 43px;
  margin-top: 50px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  font-family: Gilroy, sans-serif;
}

.default-notice::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 98px;
  height: 1px;
  border-bottom: solid 1px #0080fd;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -2px;
}

.service-top {
  margin-top: 56px;
}

.service-top__text {
  max-width: 628px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  font-family: Gilroy, sans-serif;
}

.service-list {
  margin-top: 66px;
}

.service-list .item {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  min-height: 294px;
  display: block;
  padding: 30px 0;
}

.service-list .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(156.39deg, #000 9.32%, rgba(0, 0, 0, 0) 107.83%);
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

.service-list .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-width: 804px;
  background-color: #0080fd;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

.service-list .item-content {
  width: 100%;
  max-width: 684px;
  position: relative;
  z-index: 3;
  color: #fff;
  margin-bottom: 41px;
}

.service-list .item-content__subtitle {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .04em;
  margin-bottom: 21px;
}

.service-list .item-content__title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 17px;
  border-left: solid 2px #0080fd;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.service-list .item-content__text {
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  font-family: Gilroy, sans-serif;
}

.service-list .item-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service-list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*.service-list .item:hover::before {
  visibility: hidden;
}*/

.service-list .item:hover::after {
  opacity: 0.6;
  visibility: visible;
	transition:0.3s;
}

.service-list .item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.service-list .item-flex__cart {
  width: 45px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #0080fd;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 5px;
}

.service-list .item-flex__cart svg * {
  -webkit-transition: .3s;
  transition: .3s;
}

.service-list .item-flex__cart:hover {
  background-color: #0080fd;
}

.service-list .item-flex__cart:hover svg * {
  fill: #fff;
}

@media (max-width: 1200px) {
  .shop-wrap__list--top-form {
    max-width: 250px;
  }
}

@media (max-width: 1100px) {
  .header-wrap__left--logo {
    margin-right: 15px;
  }

  .header-wrap__left--year {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header-wrap__left {
    position: relative;
    z-index: 101;
  }

  .header-wrap__meta {
    position: relative;
    z-index: 101;
  }

  .header-wrap__meta--languages {
    margin: 0 15px;
  }

  .header-wrap__meta--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    margin-left: 15px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .header-wrap__meta--icon span {
    width: 100%;
    display: block;
    height: 1px;
    border-bottom: solid 2px #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .header-wrap__meta--icon-active {
    -webkit-transform: translateY(.35em);
    -ms-transform: translateY(.35em);
    transform: translateY(.35em);
  }

  .header-wrap__meta--icon-active span:nth-child(1) {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  .header-wrap__meta--icon-active span:nth-child(2) {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    position: absolute;
  }

  .header-wrap__meta--icon-active span:nth-child(3) {
    display: none;
  }

  .header-wrap__nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .header-wrap__nav--active {
    opacity: 1;
    visibility: visible;
  }

  .header-wrap__nav ul {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #272727;
  }

  .header-wrap__nav ul li {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-wrap__nav ul li:nth-child(1n+1) {
    margin: 0 0 20px;
  }

  .header-wrap__nav ul li .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .header-wrap__nav ul li:hover .sub-menu {
    display: block !important;
  }

  .header-wrap__nav ul li a {
    font-size: 20px;
    line-height: 30px;
  }

  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-wrap__content {
    margin: 0 0 30px;
    max-width: 100%;
  }

  .about-wrap__text {
    max-width: 100%;
  }

  .modul-wrap .item {
    width: 50%;
  }

  .press-wrap__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .press-wrap__slider--nav {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin: 30px 0 0;
  }

  .press-wrap__slider--list {
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-wrap__contacts {
    max-width: 100%;
    margin: 0 0 30px;
  }

  .footer-wrap__contacts--logo {
    margin: 0 auto 24px;
  }

  .footer-wrap__contacts--adress,
  .footer-wrap__contacts--link {
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-wrap__nav {
    max-width: 100%;
    margin: 30px 0;
  }

  .footer-wrap__form--socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-wrap__form--socials a {
    margin: 0 9px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-bottom__nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer-bottom__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom__nav ul li {
    margin: 0 0 15px;
  }

  .archive-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .archive-top__content {
    max-width: 100%;
    margin: 0 0 30px;
  }

  .archive-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .archive-wrap .item {
    width: 50%;
  }

  .shop-wrap__filters {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #eef2f3;
    overflow-y: auto;
    max-width: 100%;
    border: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .shop-wrap__filters--active {
    opacity: 1;
    visibility: visible;
  }

  .shop-wrap__filters--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
  }

  .shop-wrap__filters--close svg {
    max-width: 20px;
    max-height: 20px;
  }

  .shop-wrap__list {
    max-width: 100%;
  }

  .shop-wrap__list--filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 15px;
  }

  .single-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .single-wrap__gallery {
    margin: 0 0 30px;
  }

  .single-wrap__content {
    max-width: 100%;
  }

  .related-wrap__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .related-wrap__list .prdct {
    width: 49%;
  }

  .related-wrap__list .prdct:nth-child(1n+1) {
    margin: 0 0 30px;
  }

  .article-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-wrap__content {
    max-width: 100%;
    margin: 0 0 30px;
  }

  .article-wrap__sidebar {
    margin: 0 0 30px;
  }
}

@media (max-width: 868px) {
  .contacts {
    margin: 50px 0;
  }

  .contacts-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-wrap__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-wrap__top--subtitle {
    max-width: 100%;
    margin: 0 0 10px;
  }

  .contacts-wrap__top--title {
    max-width: 100%;
  }

  .contacts-wrap__content {
    max-width: 100%;
    margin: 0 0 30px;
  }

  .contacts-wrap__data {
    max-width: 100%;
  }

  .cart-wrap__list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart-wrap__list .item-meta {
    max-width: 100%;
    margin: 0 0 30px;
  }

  .cart-wrap__list .item-actions {
    max-width: 100%;
  }

  .request-wrap__list .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .request-wrap__list .row:nth-child(1) {
    display: none;
  }

  .request-wrap__list .row .item-title {
    display: block;
  }

  .request-wrap__list .row .item:nth-child(1n+1) {
    max-width: 100%;
    margin: 0 0 10px;
  }

  .request-wrap__form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .request-wrap__form .row:nth-child(1) {
    display: none;
  }

  .request-wrap__form .row .item-title {
    display: block;
  }

  .request-wrap__form .row .item:nth-child(1n+1) {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

@media (max-width: 820px) {
  .projects-wrap {
    position: relative;
    padding-bottom: 50px;
  }

  .projects-wrap__slidr {
    margin-right: 0;
  }

  .projects-wrap__slidr .item {
    margin-right: 0;
  }

  .projects-wrap__nav {
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -30px;
  }

  .projects-wrap__nav .slick-arrow {
    margin: 0 5px;
  }

  .projects-wrap__top--content {
    max-width: 100%;
    margin: 0;
  }

  .projects-wrap__top--link {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }

  .projects-wrap__list .item {
    width: 100%;
  }

  .top-wrap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
  }

  .top-wrap__title {
    max-width: 100%;
    margin: 0 0 15px;
  }

  .shop-wrap__list--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop-wrap__list--top-flex {
    max-width: 100%;
    margin: 0;
  }

  .shop-wrap__list--top-form {
    margin: 0 0 10px;
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .shop-wrap__list--products {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop-wrap__list--products .prdct {
    width: 49%;
  }

  .shop-wrap__list--products .prdct:nth-child(1n+1) {
    margin: 0 0 30px;
  }
}

@media (max-width: 668px) {
  .press-wrap__slider--list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .press-wrap__slider--list .item-image {
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 30px;
  }

  .press-wrap__slider--list .item-meta {
    margin: 0;
    max-width: 100%;
  }

  .not-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .not-wrap__content {
    max-width: 100%;
    margin: 0 0 30px;
  }

  .not-wrap__list {
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
  }

  .not-wrap__list .item {
    margin: 0 10px 10px;
  }

  .checkout-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-wrap .row:nth-child(1n+1) {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 35px;
    line-height: 42px;
  }

  .header-wrap {
    padding: 15px 0;
  }

  .header-wrap__left--logo {
    max-width: 120px;
  }

  .main-wrap .item-content {
    min-height: 100vh;
  }

  .about-wrap {
    padding: 50px 0;
  }

  .modul-wrap .item {
    width: 100%;
    min-height: 450px;
  }

  .modul-wrap .item::after {
    display: none;
  }

  .modul-wrap .item-bottom,
  .modul-wrap .item-text {
    opacity: 1;
    visibility: visible;
  }

  .press-wrap {
    padding: 50px 0;
  }

  .press-wrap__more {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .press-wrap__slider--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto 0;
  }

  .press-wrap__slider--list .item-meta__text {
    margin-bottom: 30px;
  }

  .press-wrap__slider--list .item-meta__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .press-wrap__slider--list .item-meta__flex--more {
    margin-top: 15px;
    width: 100%;
  }

  .contacts-wrap__data .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-wrap__data .row-item {
    width: 100%;
  }

  .contacts-wrap__data textarea {
    margin-top: 12px;
  }

  .footer-wrap__form--row p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-wrap__form--row .btn {
    max-width: 100%;
    width: auto;
    margin-top: 10px;
  }

  .archive-wrap .item {
    width: 100%;
  }

  .not .container {
    padding: 0;
  }

  .not-wrap {
    padding: 30px 15px;
  }

  .shop-wrap__list--filter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .shop-wrap__list--top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop-wrap__list--top-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop-wrap__list--top-flex select {
    margin: 0 auto 10px;
  }

  .shop-wrap__list--products .prdct {
    width: 100%;
  }

  .single-wrap__gallery--main .item {
    height: 360px;
  }

  .single-wrap__content--attr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-wrap__content--attr span:nth-child(1n+1) {
    width: 100%;
    max-width: 100%;
    padding: 3px 0;
  }

  .single-wrap__content--actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-wrap__content--actions-cart {
    margin: 0;
  }

  .single-wrap__content--actions .btn {
    padding: 17px;
    width: 100%;
    max-width: calc(100% - 55px);
    margin-right: 10px;
  }

  .single-wrap__content--actions-price {
    width: 100%;
    margin-top: 10px;
  }

  .single-wrap__content--actions-qty {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
  }

  .single-wrap__content--files {
    margin-top: 30px;
  }

  .single-wrap__content--files .item {
    width: 100%;
  }

  .related-wrap__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .related-wrap__list .prdct {
    width: 100%;
  }

  .cart-wrap__list .item-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-wrap__list .item-meta__image {
    margin: 0 0 15px;
  }

  .cart-wrap__list .item-meta__content {
    text-align: center;
  }

  .cart-wrap__list .item-meta__content--status {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cart-wrap__list .item-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-wrap__list .item-actions__price {
    margin: 15px 0;
  }

  .cart-wrap__pay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-wrap__pay--content {
    margin: 0 0 30px;
  }

  .checkout-wrap .row-flex p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-wrap .row-flex .wpcf7-form-control-wrap {
    width: 100%;
  }
}
