body {
  font-family: 'Sen', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.intro__video, .brand--category-name-padding, .product-intro__text, .product-elements__item-image, .go-contact__inner {
  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;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Volkhov', serif;
  font-size: 36px;
  color: #252525;
  font-weight: normal;
}

h2 {
  position: relative;
  font-size: 36px;
  margin-bottom: 80px;
}

h2:after {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #d22328;
  position: absolute;
  display: block;
  bottom: -14px;
}

h3 {
  font-size: 26px;
}

a:hover {
  text-decoration: none;
}

p, .content-txt li, .product-intro__text-inner li {
  font-family: 'Sen', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #7f7f7f;
}

.intro-offer__img, .product-item__thumbnail, .about-company__picture, .brand--category-name-padding img, .product-intro__image img, .product-varianten__img-big, .container-product-elements__img, .product-elements__image, .product-elements-color__image, .gallery-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.button__link {
  background: #d22328;
  padding: 20px 40px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}

.button__center {
  text-align: center;
  margin: auto;
}

.button a:hover {
  color: white;
}

.button--color-blue {
  background: #058dcd;
}

.title-h2-center {
  text-align: center;
  margin-bottom: 128px;
}

.title-h2-center::after {
  left: 0;
  right: 0;
  margin: auto;
}

.title-h2--blue::after {
  background-color: #058dcd;
}

.title-h2--red::after {
  background-color: #d22328;
}

.wrapper--margin {
  margin-bottom: 82px;
}

/***************TOP********************/
#menu-pc-mob {
  display: none;
}

.top__contact-details.top--contact-mobile {
  display: none;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  height: 105px;
  border-bottom: 1px solid #535353;
  z-index: 2;
}

.top__logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.top__contact-details {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.top__menu {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top__list {
  padding-right: 50px;
}

.top__item {
  float: left;
  padding: 0 20px;
}

.top__link, .top__list a {
  font-weight: 700;
  color: white;
  font-size: 18px;
  padding-bottom: 10px;
}

.top__link:hover, .top__list a:hover {
  border-bottom: 5px solid #d22328;
}

.top__cloud {
  position: absolute;
  max-width: 375px;
  background: #d22328;
  top: 71px;
  right: 51px;
  padding: 20px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  font-weight: 100;
  display: none;
}

.top__cloud p {
  font-size: 14px;
  color: white;
  font-weight: 100;
  line-height: 21px;
}

.contact-details-speed__phone, .contact-details-speed__mail {
  font-weight: 700;
  color: white;
  font-size: 20px;
  position: relative;
  padding: 0 20px;
}

.contact-details-speed__phone {
  margin-right: 35px;
}

.contact-details-speed__phone::before, .contact-details-speed__mail::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -18px;
  top: 3px;
}

.contact-details-speed__phone::before {
  background: url("../img/icons/icon_phone.png");
}

.contact-details-speed__mail::before {
  background: url("../img/icons/icon_mail.png");
}

/*************** end TOP ********************/
.below-title div {
  font-family: 'Sen', sans-serif !important;
  letter-spacing: 10px !important;
}

.slider-btn a, .slider-btn-philosophie a, .text-philosophie div {
  font-family: 'Sen', sans-serif !important;
}

.text-philosophie, .slider-btn-philosophie {
  display: none;
}

.main-title div {
  font-family: 'Volkhov', serif !important;
}

.wrapper {
  max-width: 1336px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.intro {
  margin: 70px 0 90px 0;
}

.intro__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background: white;
  padding-top: 35px;
  padding-bottom: 35px;
}

.intro__text-inner {
  max-width: 382px;
  float: right;
}

.intro__title {
  margin-bottom: 50px;
}

.intro__button-container {
  position: absolute;
  left: -100px;
  margin-top: 37px;
}

.intro__video {
  height: 591px;
}

.intro__btn-video {
  padding: 100px 0;
}

/***Features***/
.features {
  overflow: hidden;
  margin-bottom: 180px;
}

.features__img {
  width: auto !important;
  margin-bottom: 33px;
}

.features_item {
  max-width: 360px;
  margin: auto;
}

.features__sub-title {
  margin-bottom: 32px;
}

.next-slide, .prev-slide {
  background: url("../img/icons/arrow_slider.png") no-repeat;
  width: 12px;
  height: 20px;
}

.next-slide {
  background-position: 10px 10px;
}

.owl-features .owl-nav {
  float: right;
  margin-top: 50px;
  margin-right: 42px;
}

.next-slide {
  background-position: -14px 0px;
}

.owl-features .owl-next, .owl-elements .owl-next {
  margin-left: 28px;
}

.prev-slide:hover {
  background-position: 0px -21px;
}

.next-slide:hover {
  background-position: -14px -21px;
}

/***************Offer intro home*****************/
.intro-offer {
  margin-bottom: 180px;
}

.intro-offer__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.intro-offer__item {
  position: relative;
  margin-bottom: 90px;
}

.intro-offer__item-link {
  max-width: 310px;
  position: relative;
}

.intro-offer__link {
  position: absolute;
  bottom: 0;
  background: white;
  padding: 53px 22px;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro-offer__link::after {
  content: '';
  background: url("../img/icons/icon_arrow_red_btn.png") no-repeat;
  position: absolute;
  width: 10px;
  height: 16px;
  right: 30px;
}

.intro-offer__sub-title {
  margin-bottom: 0;
}

.column {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  margin-bottom: 60px;
}

.column:nth-of-type(2) .intro-offer__item {
  float: right;
}

.column:nth-of-type(1) {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.column:nth-of-type(2) {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**************Slider realization******************/
.gallery-slider__container {
  max-width: 1920px;
  width: 100%;
}

.gallery-slider__item {
  position: relative;
  height: auto;
  width: 100%;
}

.gallery-slider__desc {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 141, 205, 0.8);
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.gallery-slider__item:hover .gallery-slider__desc {
  display: block;
}

.gallery-slider__desc-inner {
  border: 2px solid white;
  display: block;
  width: 100%;
  height: 100%;
  padding: 23px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.gallery-slider__sub-title {
  color: white;
}

.gallery-slider__text {
  color: white;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.title-h2-center--margin {
  margin-bottom: 85px;
}

.gallery-slider .owl-stage-outer {
  position: relative;
}

.gallery-slider .owl-nav {
  position: absolute;
  bottom: 12px;
  width: 100%;
}

.gallery-slider .owl-gallery .owl-nav button.owl-next, .gallery-slider .owl-gallery .owl-nav button.owl-prev {
  background: white !important;
  padding: 31px !important;
}

.gallery-slider .owl-next {
  float: right;
}

/*************Kontakt - home*****************/
.contact {
  background: url("../img/bg_contact.png") repeat-y;
  padding: 170px 0 190px 0;
  margin-top: 30px;
}

.contact__title {
  color: white;
}

.contact__details {
  margin-top: 90px;
}

.contact-details {
  max-width: 936px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-details__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}

.contact-details__item a:hover {
  color: #d22328;
}

.contact-details__title {
  font-size: 14px;
  color: #d22328;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 22px;
  font-family: 'Sen', sans-serif;
}

.contact-details__phone, .contact-details__mail, .contact-details__address {
  font-size: 30px;
  color: white;
  line-height: 35px;
  display: block;
}

.contact-details__address {
  margin-top: 40px;
}

.contact-details--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*********Footer********/
footer {
  border-top: 1px solid #e9e9e9;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: row;
      flex-wrap: row;
  padding-top: 70px;
  margin-bottom: 40px;
}

.footer__container-menu {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.footer__contact-details {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.footer__phone {
  font-size: 25px;
  line-height: 32px;
}

.footer__phone, .footer__link, .footer__mail, .footer__address, .footer__list a {
  color: #bebebe;
}

.footer__mail {
  font-size: 20px;
}

.footer__address, .footer__link, .footer__list a {
  font-size: 14px;
}

.footer__address {
  margin-top: 40px;
}

.footer__link:hover, .footer__list a:hover {
  color: #d22328;
}

.footer__contact-details {
  text-align: right;
}

.footer__logo, .footer__phone, .footer__mail {
  display: block;
}

.footer__logo {
  margin-bottom: 50px;
  display: inline-block;
}

.footer__title {
  font-size: 18px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: row;
      flex-wrap: row;
  margin-top: 40px;
  max-width: 430px;
}

.footer__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__list li {
  float: none;
}

.footer__item {
  line-height: 43px;
}

/****************Page text - header*********************/
.hero-subpage {
  min-height: 430px;
  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-bottom: 100px;
}

.hero-subpage__title {
  color: white;
  margin-top: 100px;
  font-size: 54px;
  text-align: center;
}

/***************Content text********************/
.content-txt h3 {
  font-size: 28px;
}

.content-txt h4 {
  font-size: 22px;
}

.content-txt h5 {
  font-size: 18px;
}

.content-txt h6 {
  font-size: 16px;
}

.content-txt h3, .content-txt h4, .content-txt h5, .content-txt h6 {
  margin-bottom: 13px;
}

.content-txt ul, .content-txt ol {
  margin-top: 15px;
  margin-bottom: 25px;
}

.content-txt ul {
  margin-left: 12px;
}

.content-txt li {
  position: relative;
  list-style-position: inside;
  margin-bottom: 15px;
}

.content-txt ul li {
  display: block;
  padding-left: 18px;
}

.content-txt ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  background-color: #d22328;
  left: -4px;
  top: 10px;
}

.content-txt ol {
  list-style: none;
  margin-left: 6px;
  counter-reset: li;
}

.content-txt ol li::before {
  counter-increment: li;
  content: counter(li) ".";
  color: #d22328;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  left: 0px;
}

.content-txt ol li {
  padding-left: 22px;
}

/***********Page modele***********************/
/*******component-product thumbanail *********/
.product-item {
  max-width: 335px;
  margin-bottom: 30px;
}

.product-item__title {
  border-left: 5px solid #d22328;
  padding-left: 10px;
  margin: 20px 0;
}

.product-item__name {
  font-size: 24px;
}

.product-item__name-model {
  color: #d22328;
  font-size: 16px;
  display: block;
}

/*************component category product*****************/
.product-category {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 60px;
}

.product-category__name {
  font-size: 28px;
  margin-bottom: 25px;
}

.product-category:last-child {
  border-bottom: none;
}

/***************Page about*****************/
.about-company {
  margin-top: 60px;
}

.about-company__text {
  margin-top: 70px;
}

.about-company h2 {
  margin-bottom: 60px;
}

.about-company__picture {
  float: right;
}

/*********List brands*********/
.brand {
  margin-bottom: 50px;
}

.brand__category {
  margin-bottom: 50px;
}

.brand__category-name {
  font-family: 'Sen', sans-serif;
  font-size: 36px;
  color: #252525;
  font-weight: bold;
  text-align: center;
}

.brand__separator {
  width: 2px;
  height: 28px;
  background-color: #e9e9e9;
  margin: auto;
}

.brand__category-name-container {
  border: 2px solid #e9e9e9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand__category-name-container img {
  height: 88px;
}

.brand__category-name-link {
  padding: 25px 20px;
  font-size: 18px;
  color: #252525;
  text-align: center;
  display: block;
}

.brand__category-name-link:hover {
  background-color: #d22328;
  color: white;
}

.brand--category-name-padding {
  padding: 60px 20px;
  min-height: 212px;
}

.brand--category-name-padding img {
  margin: auto;
}

/*******************Gallery***************************/
/********menu sidebar*********/
.menu-sidebar {
  margin-bottom: 54px;
}

.menu-sidebar__title-category {
  font-size: 20px;
}

.menu-sidebar__title-category::after {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #058dcd;
  position: relative;
  display: block;
  bottom: -14px;
}

.menu-sidebar__list {
  margin-top: 14px;
}

.menu-sidebar__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #252525;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  padding: 20px 20px 20px 38px;
  position: relative;
}

.menu-sidebar__link::after {
  content: '';
  background-image: url("../img/icons/icons_menu_sidebar.png");
  background-position: 0px 0px;
  position: absolute;
  width: 6px;
  height: 11px;
  right: 20px;
}

.menu-sidebar__link:hover {
  background-color: #d22328;
  color: white;
}

.menu-sidebar__link:hover::after {
  background-position: 6px 0px;
}

/****************Page Kontakt***************************/
.contact--color-black .contact-details__phone, .contact--color-black .contact-details__mail, .contact--color-black .contact-details__address {
  color: #252525;
  font-size: 26px;
}

.contact--details-margin {
  margin-top: 0;
}

.contact--details-margin .contact-details__item {
  margin-bottom: 50px;
}

/*******change input*********/
#form-contact .wpcf7-form .wpcf7-list-item {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#form-contact .wpcf7-form .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#form-contact .wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
  position: absolute;
  top: -11px;
  left: -20px;
  height: 27px;
  width: 27px;
  background-color: #FFF;
  border: 2px solid #252525;
}

#form-contact .wpcf7-form .wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #FFF;
  border: 2px solid #252525;
}

#form-contact .wpcf7-form .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}

#form-contact .wpcf7-form .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}

#form-contact .wpcf7-form .wpcf7-list-item .wpcf7-list-item-label:after {
  left: 8px;
  top: -8px;
  width: 13px;
  height: 25px;
  border: solid #d22328;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.field-check {
  float: left;
  margin-right: 20px;
}

.field-chceck-txt p {
  font-size: 14px;
  line-height: 21px;
}

.field-chceck-txt a {
  color: #d22328;
}

.wpcf7-radio .wpcf7-list-item-label {
  margin-top: 14px;
}

.wpcf7-radio p {
  margin-left: 11px;
  font-size: 17px;
  font-weight: 400;
}

#form-contact .height .wpcf7-radio .wpcf7-list-item-label {
  top: -15px;
  border-radius: 15px;
}

#form-contact .wpcf7-text, #form-contact .wpcf7-email, #form-contact .wpcf7-textarea {
  border: 2px solid #252525;
  width: 100%;
  height: 60px;
  padding: 18px;
  margin-bottom: 10px;
}

#form-contact .wpcf7-textarea {
  height: auto;
}

#form-contact .wpcf7-submit {
  border: none;
  float: right;
}

/**************Page product******************/
/***********Product Intro***********/
.product-intro {
  padding-bottom: 55px;
}

.product-intro__text h2 {
  font-size: 26px;
  margin-bottom: 57px;
}

.product-intro__text-inner {
  max-width: 536px;
}

.product-intro__text-inner ul {
  margin-left: 12px;
}

.product-intro__text-inner li {
  position: relative;
  list-style-position: inside;
  margin-bottom: 15px;
  display: block;
  padding-left: 18px;
}

.product-intro__text-inner li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  background-color: #d22328;
  left: -4px;
  top: 10px;
}

.product-intro:nth-child(2n+2) .product-intro__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.product-intro:nth-child(2n+2) .product-intro__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.product-intro-container .product-intro:last-child {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 80px;
  margin-bottom: 78px;
}

/*************Product variant***********************/
.product-varianten-intro h2 {
  margin-bottom: 58px;
}

.product-varianten {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 59px;
  margin-bottom: 68px;
}

.product-varianten__item {
  margin-bottom: 43px;
}

.product-varianten__item-images {
  position: relative;
}

.product-varianten__img-small {
  border: 5px solid white;
  position: absolute;
  bottom: -62px;
  right: 12px;
  -webkit-box-shadow: 1px 0px 9px 4px #00000021;
          box-shadow: 1px 0px 9px 4px #00000021;
}

.product-varianten__name .product-item__name-model {
  font-size: 15px;
  margin-bottom: 8px;
}

.product-varianten__name .product-item__name {
  font-size: 20px;
}

/************Product Elements****************/
.container-product-elements {
  margin-bottom: 80px;
}

.container-product-elements h2 {
  margin-bottom: 30px;
}

.container-product-elements__img {
  float: right;
}

.product-elements {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding-top: 40px;
  padding-bottom: 26px;
}

.product-elements .owl-nav {
  position: absolute;
  top: 0;
  right: 10px;
}

.product-elements__item {
  margin-bottom: 30px;
}

.product-elements__item-image {
  width: 100%;
  height: auto;
  border: 1px solid #e9e9e9;
  padding: 35px 0;
}

.owl-carousel .owl-item .product-elements__image {
  width: auto;
}

.product-elements__text {
  padding: 18px 20px 10px 12px;
}

.product-elements__text p {
  line-height: 28px;
  margin-bottom: 0;
}

.product-elements__name {
  margin-bottom: 25px;
}

.product-elements__title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Sen", sans-serif;
  line-height: 23px;
}

.product-elements__name-model {
  font-size: 14px;
  color: #d22328;
}

.product-elements .next-slide:hover {
  background-position: -14px -42px;
}

.product-elements .prev-slide:hover {
  background-position: 0px -42px;
}

.product-elements-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 50px;
  margin-bottom: 80px;
}

.product-elements-color__item {
  margin: 0 29px 20px 0px;
}

.product-elements-color__title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Sen", sans-serif;
  margin-left: 12px;
  margin-top: 18px;
}

/*************Go contact****************/
.go-contact {
  background: url("../img/bg_go-contact.png") no-repeat;
  max-width: 1920px;
  width: 100%;
  height: auto;
  padding: 110px 20px;
}

.go-contact__inner {
  max-width: 1111px;
  height: auto;
  margin: auto;
  padding: 80px 30px 132px 30px;
  border: 3px solid white;
  position: relative;
}

.go-contact__text {
  font-size: 50px;
  color: white;
  font-family: "Volkhov", serif;
  text-align: center;
  line-height: 65px;
}

.btn-transparent {
  position: absolute;
  bottom: 41px;
}

.btn-transparent__link {
  display: inline-block;
  color: white;
  border: 3px solid white;
  padding: 20px 36px;
  font-size: 20px;
}

.gallery-img img {
  margin-bottom: 30px;
}

.relization a:hover {
  color: #1432d0 !important;
}

@media (min-width: 1280px) {
  .show {
    display: block;
  }
}

@media (min-width: 1280px) and (max-width: 1800px) {
  .top__list {
    padding-right: 20px;
  }
  .top__link {
    font-size: 17px;
  }
  .top__item {
    padding: 0 15px;
  }
  .top__contact-details {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-details-speed__phone, .contact-details-speed__mail {
    font-size: 16px;
  }
  .contact-details-speed__phone::before, .contact-details-speed__mail::before {
    left: -10px;
    top: -1px;
  }
}

@media (max-width: 1279px) {
  #menu-pc-mob {
    display: block;
  }
  .top__menu {
    position: absolute;
    top: 104px;
    background: rgba(0, 0, 0, 0.86);
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 29px 10px;
    display: none;
  }
  .top__list {
    padding-right: 0;
    max-width: 310px;
    margin: auto;
  }
  .top__item {
    padding: 17px 20px;
    float: none;
    border-bottom: 1px solid #808080b0;
  }
  .top__link {
    padding-bottom: 0;
    font-size: 20px;
  }
  .menu-trigger {
    display: none;
    position: absolute;
  }
  .menu-trigger {
    display: block;
  }
  #menu-pc-mob {
    width: 85px;
    right: 27px;
    top: 43px;
  }
  #menu-pc-mob span {
    color: white;
    float: left;
    display: block;
    position: absolute;
    top: 4px;
  }
  /***Effect open main menu****/
  #nav-icon4 {
    float: right;
    width: 30px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 30px;
    background: #ffffff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon4 span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon4 span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 1px;
  }
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22px;
    left: 0px;
  }
}

@media (max-width: 1200px) {
  .intro__button-container {
    position: static;
    float: right;
  }
}

@media (max-width: 991px) {
  .about-company {
    margin-top: 0px;
  }
  .about-company__text {
    margin-top: 0px;
  }
  .about-company__picture {
    float: none;
    margin-top: 30px;
    float: none;
  }
  .product-varianten__img-small {
    height: 40%;
  }
  .go-contact__text {
    font-size: 40px;
    line-height: 58px;
  }
  .container-product-elements__img {
    float: none;
    margin: auto;
  }
  .product-intro {
    padding-bottom: 85px;
  }
  .product-intro__image img {
    margin: auto;
    margin-top: 30px;
  }
  .product-intro__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product-intro__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-intro__text-inner {
    max-width: 600px;
  }
  /*******top contact********/
  .top__contact-details {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
  .contact-details-speed__phone {
    margin-right: 14px;
  }
  .contact-details-speed__phone, .contact-details-speed__mail {
    font-size: 15px;
    padding: 0 17px;
  }
  .contact-details-speed__phone::before, .contact-details-speed__mail::before {
    left: -12px;
    top: -1px;
  }
  /********end top contact*************/
}

@media (min-width: 768px) {
  .column:nth-of-type(2) {
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
  .intro-offer__link {
    padding: 32px 22px;
  }
  .contact-details__phone, .contact-details__mail, .contact-details__address {
    font-size: 25px;
  }
  .go-contact__text {
    font-size: 35px;
    line-height: 56px;
  }
}

@media (max-width: 767px) {
  .contact-details-speed__mail {
    display: none;
  }
  .column {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .column:nth-of-type(1), .column:nth-of-type(2) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column:nth-of-type(2) .intro-offer__item {
    float: none;
  }
  .intro-offer__item {
    margin-bottom: 50px;
  }
  .contact-details__item {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__contact-details {
    text-align: left;
    margin-top: 70px;
  }
  .intro__text-inner {
    max-width: 100%;
    float: none;
  }
  .intro__medium {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 36px;
  }
  .contact-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .go-contact__text {
    font-size: 26px;
    line-height: 46px;
  }
  .intro__video {
    height: auto;
  }
}

@media (max-width: 575px) {
  .product-item {
    margin: auto;
  }
  .product-category__name {
    text-align: center;
  }
  .slider-btn {
    display: none;
  }
  .below-title div {
    letter-spacing: 3px !important;
  }
}

@media (max-width: 500px) {
  .top__contact-details {
    display: none;
  }
  .top--contact-mobile {
    max-width: 241px;
    margin: auto;
    margin-top: 34px;
    display: block;
  }
  .top--contact-mobile .contact-details-speed__phone, .top--contact-mobile .contact-details-speed__mail {
    margin-bottom: 23px;
    display: block;
  }
  .top__contact-details.top--contact-mobile, .top--contact-mobile .contact-details-speed__mail {
    display: block;
  }
}

@media (max-width: 480px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .author .relization, .author .admin {
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */