/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/responsive.scss ***!
  \***************************************************************************************************************************************************************************/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"),
    url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
 */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"),
    url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  min-width: 320px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  padding: 0;
  margin: 0;
  list-style: none;
  scroll-behavior: smooth;
  color: #231f20;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
}

* {
  font-family: "Montserrat";
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  line-height: 1;
}

/* main {
		overflow: hidden;
}
*/
a {
  /*   -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; */

  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

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

@media (min-width: 1024px) {
  .onlyMobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .onlyMobile {
    display: initial;
  }
  .onlyDesktop {
    display: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-60px);
  }
  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slide-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slide-in-bottom {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fadeInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-right {
  -webkit-animation: slide-in-right 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fade-in {
  -webkit-animation: fade-in 1.5s linear 0.5s both;
  animation: fade-in 1.5s linear 0.5s both;
}

.fade-in1 {
  -webkit-animation: fade-in 1.5s linear 1s both;
  animation: fade-in 1.5s linear 1s both;
}

.fade-in2 {
  -webkit-animation: fade-in 1.5s linear 1.5s both;
  animation: fade-in 1.5s linear 1.5s both;
}

.fade-in3 {
  -webkit-animation: fade-in 1.5s linear 2s both;
  animation: fade-in 1.5s linear 2s both;
}

.fade-in4 {
  -webkit-animation: fade-in 1.5s linear 2.5s both;
  animation: fade-in 1.5s linear 2.5s both;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.content-center {
  justify-content: center;
}

.content-between {
  justify-content: space-between;
}

.cursor-pointer {
  cursor: pointer;
}

.color-white,
.text-white {
  color: #fff;
}

.wrap {
  flex-wrap: wrap;
}

.w-half {
  width: 50%;
}

.w-20 {
  width: 20%;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.nowrap {
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.items-end {
  align-items: flex-end;
}

.text-center {
  text-align: center !important;
}

.w-full {
  width: 100%;
  max-width: 100%;
}

.fa {
  font-family: "FontAwesome";
}

.mt-20 {
  margin-top: 20px;
}

.text-42 {
  font-size: 42px;
}

.flex-1 {
  flex: 1;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #231f20;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #231f20;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #231f20;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #231f20;
}

.btn_main {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: 13px 33px;
  color: #ffffff;
  background: #f05a28;
  border-radius: 555px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn_main:hover {
  opacity: 0.75;
}
.btn_main:focus {
  opacity: 0.75;
}
.btn_main.disabled,
.btn_main:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn_dark {
  text-align: center;
  height: 52px;
  min-width: 192px;
  /* 	 */
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 52px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3 ease;
  color: #ffffff;
  background: #212736;
  border-radius: 6px;
  cursor: pointer;
}
.btn_dark:hover {
  background: #1d88dd;
  color: #fff;
}
.btn_dark:focus {
  background: #1d88dd;
  color: #fff;
  opacity: 0.5;
}
.btn_dark.disabled,
.btn_dark:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_dark.disabled .icon--blue,
.btn_dark:disabled .icon--blue {
  display: initial;
}
.btn_dark.disabled .icon--white,
.btn_dark:disabled .icon--white {
  display: none;
}

.btn {
  background: #08105b;
  border-radius: 15px 0px 15px 15px;
  border: none;
  text-align: center;
  display: inline-block;
  padding: 15px;
}
.btn img {
  margin: auto;
}
.btn:hover {
  opacity: 0.8;
}
.btn:focus {
  opacity: 0.7;
}

.productcard__addtocart {
  width: 60px;
  height: 60px;
  background-image: url(../img/addtocart.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* .productcard__addtocart.active {
  background-image: url(../img/selected_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
} */
.btn_texticon {
  display: inline-flex;
  height: 66px;
  align-items: center;
  transition: 0.5s ease-out;
  background: #1d88dd;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.btn_texticon:hover .btn__text {
  background: #3ea9ff;
  color: #fff;
}
.btn_texticon:focus {
  background: #1d88dd;
  color: #fff;
  opacity: 0.5;
}
.btn_texticon.disabled,
.btn_texticon:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn_texticon.disabled .icon--blue,
.btn_texticon:disabled .icon--blue {
  display: initial;
}
.btn_texticon.disabled .icon--white,
.btn_texticon:disabled .icon--white {
  display: none;
}

.btn__text {
  background: #1d88dd;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  color: #ffffff;
  padding: 0 36px;
  transition: all 0.3s ease;
}

.btn_texticon .btn__icon {
  background: #1873bc;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 66px;
}

.btn_arrow {
  background: #1d88dd;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  align-items: center;
  border-radius: 6px;
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 21px 35px;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn_arrow span {
  padding-right: 6px;
}

#video-bg {
  height: 100%;
  margin-top: 0;
  max-height: 100%;
  overflow: hidden;
  right: 0;
  z-index: 1;
  z-index: -1;
}

#video-bg,
#video-bg:after {
  left: 0;
  position: absolute;
  top: 0;
}

#video-bg:after {
  content: "";
  width: 100%;
}

#video-bg > video {
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: unset;
  height: 100%;
  /*  max-width: initial; */
  top: -9999px;
  bottom: -9999px;
  /*  max-height: initial; */
}

.breadcrumbs {
  margin: 30px 0;
}

.breadcrumbs__items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumbs__items ul li {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs__items ul li:after {
  content: "";
  position: absolute;
  right: -6px;
  width: 15px;
  height: 1px;
  top: 8px;
  background: #687494;
}

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

.breadcrumbs__items ul li:nth-last-child(2):after {
  background: #999;
}

.breadcrumbs__items ul img {
  line-height: 1;
  vertical-align: bottom;
}

.breadcrumbs__items ul span {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #999;
}

.breadcrumbs__items ul a span {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  /* identical to box height, or 29px */
  color: #f05a28;
}

.breadcrumbs__items ul a span:hover {
  color: #f05a28;
  text-decoration: underline;
}

.container .container {
  padding: 0;
}

.formblock__check {
  font-size: 10px;
  color: #888;
  text-align: center;
}
.formblock__check a {
  color: #888;
  text-decoration: underline;
}
.formblock__check a:hover {
  text-decoration: none;
}

.formblock {
  max-width: 327px;
  margin-left: auto;
  margin-right: auto;
}

.formblock_large {
  max-width: 450px;
}

.formblock__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.formblock__input {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}

.formblock__input_col3 {
  width: 33.3%;
}

.formblock__input_col2 {
  width: 50%;
}

.formblock__input {
  position: relative;
}

.formblock input[type="text"],
.formblock input[type="tel"],
.formblock input[type="email"],
.formblock textarea {
  background: #fff;
  border: none;
  border-radius: 0;
  border: 2px solid #dcdcdc;
  padding: 12px 16px;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  resize: none;
}
.formblock input[type="text"]:focus,
.formblock input[type="tel"]:focus,
.formblock input[type="email"]:focus,
.formblock textarea:focus {
  border-color: #f05a28;
}
.formblock input[type="text"].input-error,
.formblock input[type="tel"].input-error,
.formblock input[type="email"].input-error,
.formblock textarea.input-error {
  border-color: #990000 !important;
  color: #990000 !important;
}

.orderform__input {
  margin-bottom: 10px;
}

.formblock__label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */
  color: #687494;
}

.input-errortext {
  position: absolute;
  /*  margin-top: 15px; */
  display: block;
  bottom: -14px;
  left: 9px;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  color: #990000;
}

.input-inform {
  color: rgba(83, 90, 103, 0.4);
}

.formblock__confirm .formblock__check {
  text-align: left;
}

.check label {
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
  color: #ffffff;
  padding-left: 29px;
  position: relative;
}

.check input[type="checkbox"] {
  display: none;
}

.check label a {
  color: #ffffff;
  text-decoration: underline;
}

.check label a:hover {
  text-decoration: none;
}

.check label:before {
  background-color: #1d88dd;
  border-radius: 3px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
  top: 3px;
}

.check input[type="checkbox"]:checked + label:before {
  background-image: url(../img/checkbox_checked.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.btn_large {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 22px;
  height: unset;
}

.btn_border {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  padding: 11px 38px;
  background: #fff;
  color: #231f20;
  border: 1px solid #ebebeb;
  border-radius: 555px;
}
.btn_border:hover {
  background: #f05a28;
  color: #fff;
}
.btn_border:focus {
  background: #fff;
  color: #231f20;
}

.slick-dots li {
  height: 6px;
  margin: 3px;
  width: 6px;
}

.slick-dots li button {
  background-color: #232938;
  border-radius: 50%;
  height: 6px;
  padding: 0;
  width: 6px;
}

.slick-dots li.slick-active button {
  background-color: #1d88dd;
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
}

[data-headertabs] li {
  cursor: pointer;
}

[data-contenttabs] {
  display: none;
}

[data-contenttabs].active {
  display: block;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.m-0 {
  margin: 0 !important;
}

.btn_gray {
  padding: 16px 25px;
  text-transform: uppercase;
  background: #f6f3f4;
  border-radius: 555px;
  font-size: 10px;
  color: #231f20;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;

  white-space: nowrap;
}
.btn_gray:hover {
  color: #fff;
  transition: all 0.3s ease;
  background: #f05a28;
}

.btn_gray.btn_icon {
  padding: 8px 11px 7px 20px;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn_gray.btn_icon .btn_img {
  display: block;
  max-width: 21px;
  margin-left: 11px;
}
.btn_gray.btn_icon:hover {
  background: #f6f3f4;
  color: #231f20;
}

.btn_main {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: none;
}
.btn_main:after {
  content: "";
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background: #fff;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0%,
    white 50%,
    rgba(255, 255, 255, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0%,
    white 50%,
    rgba(255, 255, 255, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.7) 0%,
    white 50%,
    rgba(255, 255, 255, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.4;
}

[data-menutoggle] {
  display: block;
  margin-left: 15px;
}

[data-menutoggle] .menubtn_icon span {
  width: 27px;
  height: 3px;
  margin: 5px 0;
  display: block;
  background: #231f20;
  transform-origin: 4px 0px;
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

[data-menutoggle] .menubtn_icon span:first-child {
  transform-origin: 0% 0%;
}

[data-menutoggle] .menubtn_icon span:last-child {
  transform-origin: 0% 100%;
}

.onlyDesktop [data-menutoggle].active .menubtn_icon span:first-child {
  opacity: 1;
  transform: translate(0, 17px) rotate(-45deg);
}

.onlyDesktop [data-menutoggle].active .menubtn_icon span:last-child {
  transform: translate(0, -19px) rotate(45deg);
}

.onlyDesktop [data-menutoggle].active .menubtn_icon span:nth-child(2) {
  opacity: 0;
}

.mobilemenu [data-menutoggle] .menubtn_icon span:first-child {
  opacity: 1;
  transform: translate(0, 17px) rotate(-45deg);
}

.mobilemenu [data-menutoggle] .menubtn_icon span:last-child {
  transform: translate(0, -19px) rotate(45deg);
}

.mobilemenu [data-menutoggle] .menubtn_icon span:nth-child(2) {
  opacity: 0;
}

[data-menutoggle] .menubtn_text {
  margin-right: 17px;
}

[data-menu] {
  /*   display: none; */
  left: -100%;
  position: fixed;
  transition: all 0.3s linear;
}

[data-menu].active {
  left: 0;
}

.jsbackdrop {
  background: rgba(52, 60, 75, 0.5);
  display: none;
  position: fixed;
  z-index: 9;
  height: 100%;
  min-height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
}

.jsbackdrop.active {
  display: block;
}

.radioinput {
  display: flex;
}

.formcheckbox {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

.formcheckbox .checkmark {
  border: 2px solid #f05a28;
  border-radius: 50%;
  height: 14px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 14px;
}

.orderform__name {
  font-size: 14px;
}

.formcheckbox .checkmark:after {
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 8px;
  display: none;
  background: #f05a28;
}

.formcheckbox input:checked ~ .checkmark:after {
  display: block;
}

.formcheckbox input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.formcheckbox_check .checkmark:after {
  border-radius: 0;
  content: "";
  height: 8px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 8px;
  display: none;
  background: #f05a28;
}

.formcheckbox_check .checkmark {
  border: 1px solid #231f20;
  border-radius: 0;
  height: 12px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 12px;
}

.fileupload {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0;
  min-height: 22px;
  width: 100%;
}

span#file-chosen {
  bottom: -10px;
  position: absolute;
  font-size: 10px;
  left: 33px;
  color: #999;
}

.fileupload label.filelabel {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.fileupload span {
  font-style: normal;
  font-size: 14px;
  color: #231f20;
  display: flex;
  align-items: center;
}

.product-params {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
}

.product-params li {
  margin-bottom: 5px;
  display: flex;
}
.product-params li:last-child {
  margin-bottom: 0;
}

.product-params span {
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #3a3a3a;
  text-align: left;
}

span.product-params_left {
  width: 100%;
  display: inline;
  float: left;
  padding: 5px 0;
  white-space: nowrap;
}

span.product-params_left > span {
  border-bottom: 1px solid;
  border-color: rgba(83, 90, 103, 0.4);
  width: 100%;
  display: inherit;
}

span.product-params_left > span > span {
  padding-right: 5px;
  position: relative;
  bottom: -4px;
  background: #fff;
  font-size: 14px;
  white-space: nowrap;
}

span.product-params_right {
  float: left;
  /* width: 100%; */
  /* max-width: 300px; */
  text-align: left;
  position: relative;
  bottom: -4px;
  padding: 5px;
  min-width: 150px;
}

#lightbox {
  display: flex;
  flex-direction: column;
}
#lightbox .lb-dataContainer {
  order: 0;
  margin-bottom: 10px;
}
#lightbox .lb-dataContainer .lb-details {
  opacity: 0;
}
#lightbox .lb-dataContainer .lb-close {
  transform: translateY(50px) translateX(-10px);
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 99;
  background: url(../img/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
#lightbox .lb-outerContainer {
  order: 1;
}

@media (max-width: 1023px) {
  .fileupload span {
    font-size: 14px;
    line-height: 130%;
    padding-left: 3px;
  }
  [data-hiddenxs] {
    display: none;
  }
  [data-hiddenxs].active {
    display: block;
  }
  .btn_border {
    font-size: 13px;
  }
  .btn_border img {
    height: 14px;
  }
  .mobile-full {
    width: 100% !important;
  }
  .btn_texticon {
    font-size: 14px;
    height: 52px;
  }
  .btn_texticon .btn__text {
    white-space: nowrap;
    font-size: 14px;
  }
  .btn_texticon .btn__icon {
    width: 52px;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
  }
  .formblock__input_col2 {
    width: 100%;
  }
  .formblock__label {
    font-size: 12px;
  }
  .formblock input,
  .formblock textarea {
    height: unset;
    padding-bottom: 21px;
  }
  .input-errortext {
    bottom: -14px;
  }
  .formblock__confirm .formblock__check {
    text-align: center;
  }
  .btn_large {
    font-size: 14px;
    line-height: 18px;
    padding: 17px;
  }
  .check label {
    font-size: 12px;
    line-height: 15px;
    min-height: 15px;
    padding-left: 24px;
  }
  .check label:before {
    top: 0;
  }
  .xs-mb-30 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 480px) {
  .sm-text-23 {
    font-size: 22px;
  }
  .xs-mb-20 {
    margin-bottom: 20px !important;
  }
  .xs-pt-40 {
    padding-top: 40px !important;
  }
}

.lb-nav a.lb-next {
  opacity: 1 !important;
  background: url(../img/arrow_circle_right_black_24dp.svg) right 48% no-repeat !important;
  background-size: 60px !important;
  right: -70px !important;
  position: absolute !important;
}

.lb-nav a.lb-prev {
  opacity: 1 !important;
  background: url(../img/arrow_circle_left_black_24dp.svg) left 48% no-repeat !important;
  background-size: 60px !important;
  position: absolute !important;
  left: -70px !important;
}

/* 
#lightbox {
  display: flex;
  flex-direction: column;
  height: 100vh;
  align-items: center;
  top: 0 !important;
  position: fixed;
} */
#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

#lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal {
  z-index: 9999999999;
}

.modal-dialog {
  width: 516px;
  max-width: 100%;
}

.modal_large .modal-dialog {
  width: 945px;
  max-width: 100%;
}

.modal_video .modal-content {
  padding: 0;
}

.modal_video .modal-dialog {
  width: 900px;
  max-width: 100%;
}

.modal_video iframe {
  width: 100% !important;
  height: 480px !important;
}

.modal-body {
  padding: 20px;
  overflow-y: auto;
}

.modal-backdrop {
  background: #10131b;
}

.modal-backdrop.in {
  opacity: 0.6;
  z-index: 999999;
}

.modal-content {
  box-shadow: none;
  border: none;
  height: 100%;
}

.modalwrapper {
  height: 100%;
}

button.close {
  top: 15px;
  right: 15px;
  z-index: 999;
  position: absolute;
  font-size: 35px;
}

.modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  margin-top: 15px;
  text-align: center;
  color: #3a3a3a;
  margin-bottom: 24px;
}

.modal_type2 .modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-align: left;
  color: #3a3a3a;
}

.modal-content {
  border: none;
  box-shadow: none;
  background: #fff;
  border-radius: 0;
  min-height: 330px;
  padding: 30px;
}

.modal-body {
  padding: 0;
  overflow: visible;
}

button.close {
  background: none;
  border: none;
  height: initial;
  padding: 0;
  font-size: 10px;
  top: 21px;
  right: 21px;
  opacity: 0.2;
}

button.close:hover {
  opacity: 1;
}

.modal-dialog_product {
  width: 1174px;
}

.modal .cartproduct {
  margin-bottom: 30px;
}

.modal .cartproduct__image {
  height: 100px;
  max-width: 100px;
  min-width: 100px;
}

.cartproduct__img img {
  border-radius: 10px;
  overflow: hidden;
}

.modal__buttons .cartproduct__img {
  height: 100%;
}

.modal__buttons .btn_main,
.modal__buttons .btn_border {
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
  min-width: unset;
  max-width: 100%;
}

.modal__buttons .btn_border {
  line-height: 51px;
}

.modalcontent {
  margin: 25px 0 25px 0;
}
.modalcontent p {
  font-weight: 500;
  line-height: 1.5 !important;
}

.modaltitle {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  /* identical to box height, or 34px */
  text-align: center;
  margin-bottom: 20px;
}

.modaltitle_small {
  font-size: 24px;
}

.modaltitle_left {
  text-align: left;
}

.modalbuttons {
  margin: 20px 0 20px 0;
  text-align: center;
}
.modalbuttons a.btn_main {
  min-width: 205px;
}

.modalbuttons_one {
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
}

.modalicon {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.modal input,
.modal textarea {
  background: transparent !important;
}

.formblock__submit .btn_main {
  min-width: 212px;
}
.footer__dev img {
  width: 91px;
}
h3 {
  margin: 30px 0 20px 0;
}
.text h2 {
  line-height: 1.2;
}
.container.text {
  padding-bottom: 50px;
}
.container.text h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .modal_video iframe {
    width: 100% !important;
    height: 330px !important;
  }
  .formblock__input_submit {
    margin-top: 0;
  }
  .modaltitle_left {
    margin-right: 20px;
  }
  .modal-open .modal {
    padding: 0 !important;
  }
  .modal-dialog {
    margin: 18px auto;
    width: calc(100% - 36px) !important;
  }
  button.close {
    width: 12px;
    height: 12px;
    right: 10px;
    top: 10px;
  }
  .modal-title,
  .modal_type2 .modal-title {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 100%;
  }
  .modal-content {
    padding: 28px 16px;
  }
  .modalcontent {
    margin: 13px 0 22px 0;
  }
  .modaltitle {
    font-size: 18px;
    line-height: 130%;
  }
  .modalbuttons {
    margin: 22px 0;
  }
  .modalbuttons_one {
    max-width: 385px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .modalicon {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }
}

.detailslider {
  margin-bottom: 55px;
}

.detailslider .swiper {
  width: 100%;
  height: 100%;
}

.detailslider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

.detailslider .swiper-slide img {
  display: block;
  /* width: 100%;
		height: 100%;
		*/
  -o-object-fit: cover;
  object-fit: cover;
}

.detailslider .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.detailslider .swiper-slide {
  background-size: cover;
  background-position: center;
}

.detailslider .detailswiper {
  width: 100%;
}

.detailslider .detailswiper img {
  /* width: 100%;
		*/
  border-radius: 15px;
}

.detailslider .detailswiperpreview {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 14px;
  margin-top: 20px;
}

.detailslider .swiper-scrollbar-drag {
  background: #f05a28;
  border-radius: 0;
}

.detailslider .swiper-scrollbar.swiper-scrollbar-vertical,
.detailslider .swiper-vertical > .swiper-scrollbar {
  width: 4px;
  background: #f3f3f6;
}

.detailslider .detailswiperpreview .swiper-slide {
  height: 95px;
  width: 95px;
  overflow: hidden;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.detailslider .detailswiperpreview .swiper-slide-thumb-active {
  opacity: 1;
}

.detailslider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.detailslider .swiper-slide img {
  display: block;
  /* width: 100%;
		height: 100%;
		*/
  -o-object-fit: cover;
  object-fit: cover;
}

.detailslider .detailslider__wrapper {
  /*   padding: 0 40px; */
}

.productpage__left {
  position: relative;
  width: calc(100% - 650px);
}

.productpage__left .productcard__stickers {
  left: 130px;
}

.detailslider__wrapper {
  width: 100%;
}

.detailslider-pagination {
  display: none;
}

.productpage__right {
  min-width: 680px;
}

.cardrating_large .score-wrap {
  width: 90px;
  font-size: 16px;
}

.cardrating_large .stars-inactive {
  color: rgba(37, 52, 79, 0.1);
}

.detailinfo__title h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  /* identical to box height */
  margin-bottom: 14px;
  margin-top: 0;
  max-width: 400px;
  color: #3a3a3a;
}

.detailinfo__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.detailinfo__reviews {
  margin-right: 22px;
}

.detailinfo__count a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-left: 5px;
  border-bottom: 1px solid #25344f;
  color: #25344f;
}

.wishlist__icon {
  width: 32px;
  height: 32px;
  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;
  background: #ffffff;
  border: 1px solid #d8d9da;
  border-radius: 5555px;
}

.wishlist__text {
  margin-left: 12px;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #0eb6ff;
}

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

.detailbuy__options {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f5f8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 29px;
}

.imgcheckbox__icon {
  margin-right: 10px;
}

.imgcheckbox__title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #25344f;
}

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

/* Customize the label (the container) */
.imgcheckbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.imgcheckbox .imgcheckbox__label {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 5px;
  cursor: pointer;
}

.imgcheckbox .imgcheckbox__label:last-child {
  margin-right: 0;
}

/* Hide the browser's default checkbox */
.imgcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.imgcheckbox__content {
  background: #f3f5f8;
  border-radius: 8px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 18px 0 11px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* On mouse-over, add a grey background color */
.imgcheckbox:hover input ~ .imgcheckbox__content {
  background-color: #d9f1fc;
}

/* When the checkbox is checked, add a blue background */
.imgcheckbox input:checked ~ .imgcheckbox__content {
  background-color: #d9f1fc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.imgcheckbox__content:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containimgcheckboxer input:checked ~ .imgcheckbox__content:after {
  display: block;
}

.tocart {
  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;
  width: 193px;
}

.tocart img {
  width: 20px;
  margin: 0;
}

.tocart span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.tocart span {
  padding-left: 30px;
  background-image: url(../img/addtocart.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.tocart__after {
  display: none;
}

.tocart.active span {
  background-image: url(../img/selected_icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.tocart.active .tocart__before {
  display: none;
}

.tocart.active .tocart__after {
  display: inherit;
}

.productcard__pricecaption {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: rgba(52, 60, 75, 0.5);
}

.detailbuy__buyblock .productcard__pricevalue {
  font-size: 36px;
  line-height: 42px;
}

.detailbuy__buyblock .productcard__priceunit {
  font-size: 25px;
  line-height: 1.2;
  padding-left: 7px;
}

.detailbuy__buyblock .productcard__badge {
  background: #ffd600;
  border-radius: 555px;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 100%;
  padding: 0;
  text-align: center;
}

.detailinfo__buyblock {
  margin-bottom: 36px;
}

.detailinfo__moreinfo {
  margin-bottom: 24px;
}

.detailtable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.detailtable__col {
  background: #f9f9f9;
  border-radius: 0px;
  padding: 12px;
  flex: 1;
  margin: 0 1px;
}
.detailtable__col:first-child {
  border-radius: 15px 0px 0px 15px;
}
.detailtable__col:last-child {
  border-radius: 0px 15px 15px 0px;
}

.derailtable__param {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: rgba(83, 90, 103, 0.4);
  text-align: center;
  margin-bottom: 4px;
}

.detailtable__val {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  color: #3a3a3a;
}

.detailtable__col {
  width: 90px;
  text-align: center;
}

.productpage__right {
  padding-left: 60px;
}

.infomessage {
  margin: 24px 0;
}

.infomessage__wrapper {
  padding: 20px 28px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.infomessage__wrapper--success {
  background: rgba(12, 186, 122, 0.1);
}

.infomessage__icon {
  margin-right: 24px;
  min-width: 22px;
}

.infomessage__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #25344f;
}

.infoicons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 27px 0;
}

.infoicons .badge {
  padding: 0;
}

.infoicons .badge img {
  min-width: 24px;
}

.infoicons__item {
  margin-right: 30px;
}

.badge_tr {
  background: none;
}

.badge_main .badge__text {
  color: #25344f;
}

.detailinfo__content {
  max-width: 590px;
}

.sitetabs__content {
  display: none;
}

.sitetabs__content.active {
  display: block;
}

.description h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 31px 0 15px 0;
  color: #3a3a3a;
}

.description * {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
  color: #231f20;
}

.description ul {
  padding-left: 20px;
  margin-top: 5px;
}

.description div p {
  margin-bottom: 5px;
}

.description__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -45px;
}

.description__col {
  padding: 0 45px;
  width: 50%;
}

.sitetabs__content {
  margin-bottom: 70px;
}

.itemslistslider__notslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.itemslistslider__notslider .itemslistslider__slide {
  width: 25%;
  margin-bottom: 25px;
}

.reviews__title {
  margin-bottom: 59px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  /* identical to box height */
  color: #25344f;
}

.reviews__title a {
  text-decoration: underline;
}

.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(37, 52, 79, 0.1);
}

.reviews__info {
  min-width: 148px;
  max-width: 148px;
}

.reviews__name {
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  color: #25344f;
}

.reviews__date {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  margin-bottom: 11px;
  color: rgba(37, 52, 79, 0.4);
}

.reviews__rating .rating__count {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #25344f;
}

.reviews__main {
  padding-left: 38px;
}

.reviews__text p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #25344f;
}

.detailslider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.zoom-box {
  overflow: hidden;
}

.detailslider .detailswiper {
  /*   max-height: 620px; */
  overflow: hidden;
  margin-bottom: 30px;
}

.detailswiperpreview .swiper-wrapper {
  justify-content: center;
}

.detailswiper .swiper-slide {
  opacity: 0 !important;
}

.detailswiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.productpage__code {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 7px;
  color: rgba(83, 90, 103, 0.4);
}

.detailinfo__title {
  margin-bottom: 14px;
}

.detailinfo__priceblock {
  margin-bottom: 22px;
}

.productcard__prices {
  display: flex;
  align-items: center;
}

.productcard__mainprice {
  margin-right: 38px;
}

.productcard__pricevalue {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #08105b;
}

.productcard__pricecaption {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(8, 16, 91, 0.4);
}

.detailstock {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #3a3a3a;
}

.detailstock__value {
  padding-left: 20px;
}

.detailstock__in {
  background-image: url(../img/instock.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.detailstock__out {
  background-image: url(../img/outstock.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.detailinfo__params {
  margin-bottom: 23px;
}

.detailinfo__param {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #3a3a3a;
  margin-bottom: 13px;
}

.detailparam__title {
  display: inline-block;
}

.detailparam__content {
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.info {
  position: absolute;
  right: 0;
  top: 0;
}

.help-tooltip__text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #3a3a3a;
}

.help-tooltip__content {
  padding: 17px 22px;
  position: relative;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #3a3a3a;
}

.help-tooltip__content:after {
  content: url(/local/templates/azlog/public/css/../images/tooltip.svg);
  position: absolute;
  top: 100%;
  left: 25px;
}

.help-tooltip__info {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #3a3a3a;
  display: block;
}

.help-tooltip {
  white-space: initial;
  visibility: hidden;
  position: absolute;
  z-index: 9999;
  transition: 0.4s all ease !important;
  top: 0;
  left: calc(100% + 10px);
  width: 266px;
  background: #fff;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.1);
}

.help-tooltip a {
  transition: unset;
}

.info {
  display: block;
  cursor: pointer;
}

.info:hover .help-tooltip {
  visibility: visible;
}

.detailtable__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #3a3a3a;
  margin-bottom: 16px;
}

.infoicons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 27px 0;
}

.infoicons__content {
  display: flex;
  align-items: center;
}

.infoicons__icon {
  min-width: 40px;
  max-width: 40px;
}

.infoicons__item {
  margin-right: 54px;
}
.infoicons__item:last-child {
  margin-right: 0;
}

.infoicons__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-left: 20px;
  color: #3a3a3a;
}

.detailbuy {
  max-width: 431px;
  margin-top: 30px;
}
.detailbuy .buyblock__quantity {
  margin-right: 20px;
}
.detailbuy .buyblock__quantity {
  padding: 7px 20px 7px 10px;
}
.detailbuy .detailcard__addtocart {
  min-width: 220px;
}
.detailbuy .detailcard__addtocart .btn_main_type2 {
  width: 100%;
}

.productcard__buy {
  margin-bottom: 20px;
}

.detailbuy__fav a {
  background: #f9f9f9;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detailbuy__fav .catalog-fav {
  position: initial;
}

.detailbuy__fav .catalog-fav.active svg,
.detailbuy__fav .catalog-fav.active svg path,
.detailbuy__fav .catalog-fav:hover svg,
.detailbuy__fav .catalog-fav:hover svg path,
.detailbuy__fav .product-fav.active svg path {
  stroke: #f6874d;
}

.detailinfo__link {
  margin-top: 25px;
}
.detailinfo__link a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #08105b;
}

.description__table td {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 16px;
  vertical-align: top;
  color: #3a3a3a;
}

.description__table td:last-child {
  max-width: 759px;
}

.description__table td:first-child {
  font-weight: 600;
  padding-right: 36px;
  white-space: nowrap;
}

.blogcard__mask {
  display: block;
}

.sitetabs__content .reviewsblock__review {
  height: 100%;
  border-radius: 15px;
}

.sitetabs__content .blogcard_type2 .blogcard__img {
  padding-top: 61%;
}

.sitetabs__content .blogslider__item {
  margin-bottom: 20px;
}

.sitetabs__content .blogcard {
  padding: 0;
}

.blogcard__date {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  margin-bottom: 13px;
  color: #ffffff;
}

.buyblock__buttons.flex.items-center {
  width: 100%;
}

/* .buyblock__buttons.flex.items-center {
  margin-right: 20px;
} */
.detailbuy__text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  max-width: 188px;
  min-width: 188px;
  color: #3a3a3a;
  margin-right: 27px;
  width: 100%;
}

.detailbuy_out {
  max-width: 100%;
}
.detailbuy_out .detailcard__addtocart {
  min-width: unset;
  width: 100%;
  white-space: nowrap;
}

.productcard__pricevalue {
  white-space: nowrap;
}

.detailparam__text_large {
  height: 18px;
  overflow: hidden;
  display: block;
}

.detailparam__text_large.active {
  height: initial;
}

.detailparam__text_large {
  position: relative;
}
.detailparam__text_large:after {
  content: url(../img/toggler.svg);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.productdetail__cols {
  display: flex;
  justify-content: space-between;
}
.productdetail__cols .productdetail__left {
  width: calc(100% - 600px);
}
.productdetail__cols .productdetail__right {
  min-width: 581px;
  max-width: 581px;
}

.productmain__title h1 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1;
}

.productparams__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.productpage__images.detailslider {
  padding-right: 80px;
}

.productparams__params {
  display: flex;
  margin: 0 -15px;
}

.productparams__param {
  flex: 1;
  padding: 0 15px;
}

.productmain__buyblock {
  margin-top: 30px;
}

.productbuy__wrapper {
  padding-top: 15px;
  border-top: 6px solid #f05a28;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  box-shadow: 8px 8px 40px rgba(48, 54, 64, 0.2);
  background: #fff;
  margin-bottom: 20px;
}

.productbuy__items {
  display: flex;
  margin: 0 -20px;
}

.productbuy__item {
  flex: 1;
  padding: 0 10px;
}

.productbuycard__title {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.productbuycard__params {
  margin-bottom: 10px;
}

.productbuycard__param {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.productbuycard__select {
  margin-bottom: 15px;
}
.productbuycard__select select {
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  border-radius: 555px;
  font-size: 13px;
  border: 1px solid #aaa;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/select.png);
  background-position: center right 15px;
  background-repeat: no-repeat;
}

.productbuycard__check {
  margin-bottom: 20px;
}
.productbuycard__check .orderform__name {
  font-size: 12px;
}

.productbuycard__price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.productbuycard__buttons .btn_main {
  width: 100%;
}

.productbuy__link {
  margin: 30px 0;
  text-align: center;
}

a.imgtextlink {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #231f20;
}
a.imgtextlink img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 28px;
  min-width: 28px;
}
a.imgtextlink span {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
a.imgtextlink:hover {
  color: #f05a28;
}

.productdetail__description {
  margin: 40px 0;
}

.productcontent__cols {
  display: flex;
}

.productcontent__aside {
  max-width: 440px;
  min-width: 440px;
  margin-left: 60px;
}
.productcontent__aside .docsblock__item {
  width: 100%;
}

.productbuy_type2 .productbuycard__param {
  font-size: 10px;
  padding-bottom: 9px;
  margin-bottom: 9px;
  line-height: 1.1;
  min-height: 30px;
  display: flex;
  align-items: center;
}

.productbuy_type2 .productbuycard__param_empty {
  justify-content: center;
  min-height: 43px;
}

.productbuy_type2 .productbuy__items_2 .productbuycard__param_empty {
  min-height: 30px;
}

.productbuy_type2 .productbuycard__caption {
  font-size: 11px;
  color: #999;
  margin-bottom: 4px;
}

.productbuy_type2 .productbuycard__pricevalue {
  font-size: 18px;
  margin-bottom: 13px;
  font-weight: bold;
}

.productbuy_type2 .productbuycard__optiontitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.productbuy_type2 .productbuycard__check {
  margin-bottom: 12px;
}

.productbuy_type2 .productbuycard__buttons {
  margin-top: 30px;
}

.productbuy_type2 .ordeform__inputcontent {
  position: relative;
}

.tp-tooltip {
  white-space: initial;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  top: 0;
  left: calc(100% + 10px);
  padding: 10px 8px;
  width: 189px;
  font-size: 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px rgba(55, 55, 55, 0.35);
}

.tp-tooltip.active {
  visibility: visible;
}

.tpclose {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 3;
}

.productbuycard__value {
  display: flex;
  align-items: center;
  font-size: 24px;
}

[data-calc="painting"] {
  display: none;
}

[data-calc="painting"].active {
  display: inline-block;
}

.productbuycard__select select {
  padding-right: 25px;
  background-position: center right 10px;
}
.productbuycard__result {
  margin-top: 20px;
}
.productbuy_type2 .productbuycard__check {
  margin-bottom: 0;
}
.productbuy_type2 .productbuycard__check .formcheckbox {
  height: 25px;
  display: flex;
  align-items: center;
}

.productbuy_type2 .ordeform__inputcontent .productbuycard__select {
  margin-bottom: 0;
  margin-left: 10px;
}

.productbuy_type2 .formcheckbox_check .checkmark {
  top: 6px;
}

.productbuy_type2 .productbuycard__option {
  margin-bottom: 20px;
}

.productbuy_type2 .productbuycard__buttons {
  display: flex;
  align-items: center;
}
.productbuy_type2 .productbuycard__buttons .btn_main {
  max-width: 153px;
}

.productbuy_type2 .productbuy__link {
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.productbuycard__result {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.pagegallery {
  margin: 40px 0 0 0;
}
.pagegallery h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.pagegallery a.blogcard__link .blogcard__image img {
  transform: scale(1.02);
}
.pagegallery a.blogcard__link:hover .blogcard__image img {
  transform: scale(1.05);
}

.pagegallery__items {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.pagegallery__item {
  width: 33.33333%;
  margin-bottom: 0;
  padding: 0 10px;
}

.headermain {
  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;
  padding: 11px 0;
}

.headertop {
  height: 78px;
}

.headermain__descr {
  font-size: 11px;
  color: rgba(35, 31, 32, 0.878);
  line-height: 1.2;
  position: relative;
  border-left: 3px solid #f05a28;
  padding-left: 19px;
  margin-left: 21px;
  font-weight: 500;
}

.headermain__logo {
  min-width: 377px;
  max-width: 377px;
}

.phonesk {
  transition: all 0.3s ease;
}
.phonesk .phonenumber {
  display: block;
  font-size: 18px;
  color: #231f20;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}

.phonetext {
  display: block;
  font-size: 11px;
  color: rgba(35, 31, 32, 0.878);
  line-height: 1.2;
  font-weight: 400;
}

.headermain__contacts .contacts__callback {
  margin-left: 17px;
}

.msg__buttons {
  display: flex;
  align-items: center;
}

.msg__button {
  margin-right: 17px;
}
.msg__button:last-child {
  margin-right: 0;
}

.msg > * {
  margin-left: 17px;
}

.msg__text {
  font-size: 11px;
  color: rgba(35, 31, 32, 0.878);
  line-height: 1.2;
}

.btn_wt path {
  transition: all 0.3s ease;
}

.btn_tg path {
  transition: all 0.3s ease;
}

.btn_wt:hover path {
  fill: #00973a;
}

.btn_tg:hover path {
  fill: #08c;
}

.menubtn_text {
  font-size: 10px;
  color: #f05a28;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 4px;
}

.menubtn_icon {
  width: 27px;
  height: 27px;
}

.menubtn {
  display: flex;
  align-items: center;
  height: 27px;
}

#header {
  position: relative;
}

.headerbottom {
  background: #f05a28;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}

.mainmenu__wrapper {
  justify-content: space-between;
}

.mainmenu__items ul {
  display: flex;
  justify-content: space-between;
}
.mainmenu__items ul li a {
  font-size: 15px;
  color: white;
  line-height: 1.2;
  text-align: left;
  display: block;
  padding: 20px 0;
  background: #f05a28;
}
.mainmenu__items ul li a:hover {
  opacity: 0.85;
}

.mainblock {
  background: #f6f3f4;
  min-height: 545px;
  display: flex;
  align-items: center;
}
.mainblock .mainblock__title {
  margin-bottom: 25px;
  font-size: 49px;
  color: #231f20;
  line-height: 1.122;
  font-weight: bold;
}

.mainblock__content {
  max-width: 542px;
  min-width: 542px;
}

.orange {
  color: #f05a28;
}

.mainblock__subtitle {
  font-size: 22px;
  line-height: 1.364;
  color: #231f20;
  line-height: 1.122;
  margin-bottom: 25px;
}

h2 {
  font-size: 36px;
  color: #231f20;
  line-height: 1.806;
  font-weight: 500;
  margin: 0 0 30px 0;
}

.fitcheblock {
  padding: 32px 0;
  background-position: center;
  background-repeat: no-repeat;
}

.fitchesblock__row {
  display: flex;
  width: 100%;
  margin: 0 -15px;
  justify-content: space-between;
}
.fitchesblock__row:last-child {
  margin-bottom: 0;
}

.fitchesblock__item {
  max-width: 33.33333%;
  min-width: 33.33333%;
  padding: 0 15px;
}

.fitchesblock__wrapper {
  display: flex;
  align-items: center;
  height: 175px;
  border-left: 6px solid #f05a28;
  box-shadow: 0 0 40px rgba(37, 52, 79, 0.15);
  background: #fff;
  padding-left: 29px;
  padding-right: 70px;
  overflow: hidden;
  border-radius: 6px;
}

.fitchesblock__icon {
  text-align: center;
}

.fitchesblock__img {
  min-width: 70px;
  margin-right: 14px;
}

.fitchesblock__content {
  font-size: 16px;
  color: #231f20;
  line-height: 1.313;
}

.productsblock__items {
  display: flex;
  margin: 0 -7px;
  flex-wrap: wrap;
  width: 100%;
}

.productsblock__item {
  padding: 0 7px;
  margin-bottom: 14px;
  width: 50%;
}

.productcard {
  position: relative;
  z-index: 2;
}

.productcard__wrapper {
  background: #231f20;
  display: block;
  padding: 26px 35px 11px 41px;
  /*  position: relative; */
  display: flex;
  width: 100%;
  min-height: 260px;
  border-radius: 6px;
  overflow: hidden;
}
.productcard__wrapper .productcard__img {
  /*   width: 238px; */
  height: 261px;
  display: flex;
  align-items: center;
}
.productcard__wrapper .productcard__image_2 {
  display: none;
}
.productcard__wrapper:hover .productcard__image_1 {
  display: none;
}
.productcard__wrapper:hover .productcard__image_2 {
  display: block;
}

.productcard__content {
  display: flex;
  max-width: 320px;
  min-width: 320px;
  flex-direction: column;
  justify-content: space-between;
}

.productcard__title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 19px;
}

.productcard__content {
  padding-bottom: 50px;
}
.productcard__content .productcard__footer {
  position: absolute;
  bottom: 34px;
  left: 51px;
}

.productcard__link {
  display: flex;
  align-items: center;
}

.productcard__image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s linear;
}

.productcard__icn {
  margin-left: 11px;
}

.productcard__lnk {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
}

.productsblock__wrapper {
  margin: 20px 0 0 0;
}

.productcard__logo {
  margin-bottom: 18px;
}

.productsblock {
  position: relative;
}

.seoblock {
  padding: 30px 0 40px 0;
}

.text h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.text p {
  font-size: 16px;
  color: #231f20;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 20px;
}

.text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.text ul li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #231f20;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 10px;
}
.text ul li:before {
  content: "";
  height: 3px;
  width: 29px;
  background: #f05a28;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}

.layerblock {
  background-position: center left -100px;
  background-size: cover;
}

.layerblock__mask {
  background-position: center left -100px;
  background-size: cover;
}

.layerblock__wrapper {
  padding: 66px 0;
  opacity: 0.87;
}

mark {
  color: #f05a28;
  background: #fff;
  padding: 0 20px;
}

.layerblock__title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.333;
}

.layerblock__content {
  max-width: 55%;
}

.text_white p {
  font-size: 16px;
  color: #fff;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 20px;
}

.text_white ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.text_white ul li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 20px;
}
.text_white ul li:before {
  content: "";
  height: 3px;
  width: 29px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}

.copy {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  color: #687494;
  margin-top: 20px;
}

.footer__catalog {
  max-width: 850px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer__menutitle {
  font-size: 24px;
  color: #231f20;
  font-weight: bold;
  line-height: 0.833;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #fff;
}
.footer__menutitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 3px;
  background: #f05a28;
}

.footer__col {
  margin-left: 116px;
}
.footer__col:first-child {
  margin-left: 0;
}

.footer__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__menu li {
  margin-bottom: 15px;
}

.footer__menu a {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 300;
}

h1 {
  font-size: 48px;
  color: #231f20;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.footer__main {
  padding: 40px 0;
}

.footer__items {
  display: flex;
  justify-content: space-between;
}

.contacts__item {
  margin-bottom: 20px;
}
.contacts__item a {
  display: flex;
  align-items: center;
}
.contacts__item a span {
  display: block;
  padding-left: 12px;
  font-size: 16px;
  color: #fff;
}

.footer__contacts {
  max-width: 250px;
}

.contacts__item_tel a span {
  font-size: 18px;
}

.footer__dev a {
  align-items: center;
  display: flex;
}

.footer__dev span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding-right: 8px;
}

.footer__bottom {
  padding: 20px 0;
  background: #181516;
}

.footer__copy {
  font-size: 14px;
  color: #fff;
}

.footer__link a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.footer a:hover {
  opacity: 0.7;
}

/* sttt */
.headercontainer.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}

.headermain__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}

.cols {
  display: flex;
}

.headermain__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 279px);
}

/* .headermain__contacts {
  margin-right: 45px;
} */
.logo {
  display: block;
  margin-top: 5px;
}

.formblock__submit {
  text-align: center;
}
.formblock__submit button {
  margin-left: auto;
  margin-right: auto;
}

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

.searchinput {
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  width: 100%;
}
.searchinput input {
  width: 100%;
  background: #191d28;
  border: none;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: 44px;
  padding: 0 20px 0 54px;
  color: #fff;
  border: none;
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-image: url(../img/search_FILL0_wght400_GRAD200_opsz40.svg);
}
.searchinput button {
  border: none;
  background: none;
  display: flex;
  /*   position: absolute; */
  min-width: 122px;
  height: 44px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212736;
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  color: #ffffff;
}

.mainmenu {
  width: 100%;
  position: relative;
}
.mainmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mainmenu__wrapper {
  border-top: 2px solid rgba(255, 255, 255, 0.05);
}

.mainmenuLevelOne {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

li.mainmenuLevelOne__item {
  /* margin-bottom: 25px;
		*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
li.mainmenuLevelOne__item > a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  display: block;
  padding: 30px 0;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
}
li.mainmenuLevelOne__item a:hover {
  color: #fff;
}
li.mainmenuLevelOne__item a:hover:after {
  content: "";
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  background: #1d88dd;
  height: 2px;
}

.mainmenuLevelOne__item.active a:after {
  content: "";
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  background: #1d88dd;
  height: 2px;
}

.socials__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -4px;
}

.socials__item {
  padding: 0 4px;
}
.socials__item a {
  width: 46px;
  height: 46px;
  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;
  background: #ffffff;
  border-radius: 13px;
  -webkit-filter: drop-shadow(4px 4px 10px rgba(37, 52, 79, 0.05));
  filter: drop-shadow(4px 4px 10px rgba(37, 52, 79, 0.05));
}
.socials__item a:hover {
  -webkit-filter: none;
  filter: none;
  background: #0cba7a;
}
.socials__item a:hover path {
  fill: #fff;
}
.socials__item a:focus {
  -webkit-filter: none;
  filter: none;
  background: #089763;
}
.socials__item a:focus path {
  fill: #fff;
}

.footer__maincopy {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.footer__maincopy a {
  color: #ffffff;
  text-decoration: underline;
}

.fdev__title {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  /* identical to box height, or 14px */
  display: block;
  margin-bottom: 3px;
  color: #25344f;
}

.headercontainer {
  position: relative;
}

.pageblocksl {
  margin: 90px 0;
}

.showtext .btn_arrow.active img {
  transform: rotate(180deg);
}

.contentblock {
  margin-top: 30px;
}

.logoblock__items {
  display: grid;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -5px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
.logoblock__items .logoblock__item {
  /*   width: calc(100% / 6); */
  padding: 0 5px;
  margin-bottom: 10px;
}
.logoblock__items .logoblock__item .logoblock__wrapper {
  background: #ffffff;
  border-radius: 6px;
  min-height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.3 ease;
  cursor: pointer;
}
.logoblock__items .logoblock__item .logoblock__wrapper:hover {
  filter: grayscale(100%);
}
.logoblock__items .logoblock__item_large {
  grid-column-end: span 1;
  grid-row-end: span 2;
}
.logoblock__items .logoblock__item_large .logoblock__wrapper {
  /*   height: 276px; */
}

.figure5 {
  position: absolute;
  z-index: -1;
  right: 60px;
  top: 180px;
}

.pageblocksl {
  position: relative;
}
.pageblocksl .container {
  position: relative;
}

.logoblock .figure5 {
  top: -170px;
  right: 0;
}

.logoblock .figure2 {
  left: -50px;
  top: 120px;
}

.blockheader {
  margin-bottom: 30px;
}

.gray {
  color: rgba(255, 255, 255, 0.6);
}

.seoblock__col_content {
  max-width: 695px;
  width: 100%;
  margin-left: 80px;
}

.seoblock__cols {
  display: flex;
}

.seoblock__image {
  margin-left: -80px;
}

.seoblock__content {
  margin-top: 80px;
}

.seoblock__title h1 {
  margin: 0 0 15px 0;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  /* or 32px */
  text-transform: uppercase;
  color: #ffffff;
}

.footer .searchinput {
  height: 54px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}
.footer .searchinput button {
  height: 54px;
}

.footer .searchinput input {
  background-image: url(../img/email_white.svg);
  background-position: left 18px center;
  height: 54px;
}

.confirm {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  /* or 21px */
  margin-top: 13px;
  color: #687494;
}
.confirm a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  /* or 21px */
  margin-top: 13px;
  color: #687494;
  text-decoration: underline;
}

.footer__subcribe {
  padding: 40px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.footerform__cols {
  display: flex;
  align-items: center;
}

.footerform__header {
  display: flex;
  align-items: center;
}

.footerform__image {
  min-width: 128px;
  max-width: 128px;
}

.footerform__title {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  /* or 32px */
  max-width: 450px;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 47px;
}

.footerform__col_form {
  width: 100%;
  max-width: 721px;
  margin-left: 100px;
}

/* .footer__contacts {
  .phone {
    background-image: url(../img/phone_roiund.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 64px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
} */
.contacts__phones {
  margin-bottom: 21px;
}

.contacts__info {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  margin-bottom: 10px;
  color: #ffffff;
}
.contacts__info a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  color: #ffffff;
}

.seoblock__cols {
  align-items: center;
}

.arrowlink:hover {
  transition: all 0.3s ease;
  border-color: #1d88dd;
}

main {
  min-height: 500px;
}

.innerpage__header {
  margin-bottom: 75px;
}
.innerpage__header h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 52px;
  line-height: 100%;
  /* identical to box height, or 52px */
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
}

.catalogpage {
  position: relative;
}

.figure7 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}

/* .figure9 {
  position: absolute;

  z-index: -1;
 bottom: 0;
 left: 0;
 transform: translateY(50%);
} */
.footer {
  background: #231f20;
}

.figure8 {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 100px;
}

.productcard {
  height: 100%;
}

.figure9 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.figure10 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.productsblock__items_col3 .productsblock__item {
  width: 33.3333%;
}

.productcard_type2 .productcard__wrapper {
  flex-wrap: wrap;
  padding: 44px 50px 28px 50px;
}

.productcard_type2 .productcard__content {
  width: 100%;
  max-width: 100%;
}

.productcard_type2 .productcard__image {
  width: 100%;
  height: 246px;
  margin-bottom: 25px;
}

.productcard_type2 .productcard__text {
  margin-bottom: 17px;
}

.productcard__wrapper {
  justify-content: space-between;
}

.productcard_type3 .productcard__image {
  position: relative;
}
.productcard_type3 .productcard__image img {
  max-width: initial;
  position: absolute;
  bottom: 0;
  right: 0;
}

.productcard_type3 .productcard__wrapper {
  padding-right: 30px;
}

.pageheaderblock {
  min-height: 319px;
  margin: 50px 0 37px 0;
}

.pageheaderblock__wrapper {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.pageheaderblock__content {
  padding-right: 140px;
  min-height: 319px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pageheaderblock__breadcrumbs .breadcrumbs {
  margin: 0 0 23px 0;
}

.pageheaderblock__title {
  margin-bottom: 23px;
}
.pageheaderblock__title h1 {
  margin: 0;
  font-style: normal;
  font-weight: 900;
  font-size: 52px;
  line-height: 100%;
  /* identical to box height, or 52px */
  text-transform: uppercase;
  color: #ffffff;
}

.pageheaderblock__image {
  width: 100%;
  min-width: 538px;
  max-width: 538px;
}

.wavebgblock {
  background-image: url(../img/wavebg.png);
  background-position: top -15px center;
  background-repeat: no-repeat;
  padding-top: 108px;
  padding-bottom: 62px;
}

p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  color: #ffffff;
}

.contentblock__titletext {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  margin-bottom: 9px;
  text-transform: uppercase;
  max-width: 854px;
  color: #ffffff;
}

.borderblock {
  margin: 44px 0;
  /*  background-image: url(../img/border1.png);
  height: 109px; */
  width: 100%;
  display: flex;
  align-items: center;
  padding: 39px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 130%;
  /* identical to box height, or 21px */
  /* background-size: cover;
  background-position: center; */
  border: 5px solid transparent;
  -webkit-border-image: url(../img/border1.png) 6 round;
  /* Safari 3.1-5 */
  -o-border-image: url(../img/border1.png) 6 round;
  /* Opera 11-12.1 */
  border-image: url(../img/border1.png) 6 round;
  color: #ffffff;
}

.stepsblock {
  margin-top: 88px;
}

.stepsblock__title {
  margin-bottom: 60px;
}

.stepsblock__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stepsblock__item {
  margin-bottom: 44px;
  max-width: 400px;
  min-width: 400px;
}

.stepsblock__number {
  font-style: normal;
  font-weight: 700;
  font-size: 122px;
  line-height: 130%;
  /* identical to box height, or 159px */
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    #343947 0.01%,
    rgba(28, 32, 40, 0) 82.29%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.stepsblock__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
  margin-top: -48px;
  text-align: center;
  color: #ffffff;
}

.wavebgblock {
  position: relative;
}

.figure {
  position: absolute;
  z-index: -1;
}

.figure12 {
  left: 60px;
  top: 380px;
}

.figure13 {
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}

.pageheaderblock__img img {
  max-width: initial;
  position: absolute;
  right: 0;
  /* top: 0; */
  max-height: initial;
  bottom: -75px;
  /*   transform: translateY(50%); */
  z-index: 1;
}

.pageheaderblock__image {
  position: relative;
}

.showtext {
  margin-top: 40px;
}

[data-hidden] {
  display: none;
}

[data-hidden].active {
  display: block;
}

.formblock__form {
  max-width: 856px;
}

.formblock__aside {
  max-width: 522px;
  width: 100%;
  margin-left: 30px;
}

.forminfo {
  background: linear-gradient(180deg, #262b36 0%, rgba(38, 43, 54, 0) 100%);
  border-radius: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.forminfo__title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  text-align: center;
  color: #687494;
  margin-bottom: 38px;
}

.forminfo__tel {
  text-align: center;
}
.forminfo__tel a {
  text-align: center;
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 100%;
  /* identical to box height, or 42px */
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}

.forminfo__email {
  margin-top: 36px;
  text-align: center;
}
.forminfo__email a {
  text-align: center;
  font-style: normal;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  font-size: 22px;
  line-height: 100%;
  /* identical to box height, or 22px */
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 2px solid #1d88dd;
}

.iconround {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid #28323f;
  margin-left: auto;
  margin-right: auto;
}

.pageheaderblock_catalog {
  min-height: unset;
}
.pageheaderblock_catalog .pageheaderblock__img img {
  bottom: unset;
  top: -70px;
}
.pageheaderblock_catalog .pageheaderblock__content {
  min-height: unset;
}
.pageheaderblock_catalog .pageheaderblock__title {
  margin-bottom: 0;
  margin-top: 15px;
}

.detailpage__titletext {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 32px */
  margin-bottom: 22px;
  text-transform: uppercase;
}

.wavebgblock_catalog {
  padding-top: 80px;
}

.detailpage__params {
  margin-left: -17px;
  margin-right: -17px;
  margin-bottom: 83px;
}

.detailpage__param {
  padding: 0 17px;
}

.productparam {
  display: flex;
  align-items: center;
}

.productparam__icon {
  min-width: 32px;
  max-width: 32px;
  margin-right: 8px;
}

.productparam__caption {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  /* or 25px */
  color: #ffffff;
  opacity: 0.6;
}

.productparam__value {
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 180%;
  /* identical to box height, or 29px */
  color: #ffffff;
}

.detailpage__mainblock {
  margin-bottom: 95px;
}

.detailmain__imageblock {
  max-width: 445px;
  min-width: 445px;
  height: 445px;
  margin-right: 116px;
}

.description strong {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 130%;
  /* or 21px */
  text-transform: uppercase;
}

.pageheaderblock__title h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 100%;
  /* or 42px */
  text-transform: uppercase;
  margin: 0 0 27px 0;
  color: #ffffff;
}

.pageheaderblock_detail .pageheaderblock__image {
  max-width: 539px;
  min-width: 539px;
}

.pageheaderblock_detail .pageheaderblock__img img {
  position: static;
}

.detailspecs__title h2 {
  margin-top: 0;
}

.pageheaderblock__button {
  margin-top: 40px;
}

.servicecard__block {
  min-height: 235px;
}

.detailpage__specs {
  background: linear-gradient(90deg, #10131b 0%, rgba(16, 19, 27, 0) 72.89%),
    linear-gradient(180deg, #10131b 16.15%, rgba(16, 19, 27, 0) 50%),
    linear-gradient(180deg, rgba(16, 19, 27, 0) 61.46%, #10131b 100%),
    url(../img/detailspecs.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: initial;
}

.detailspecs {
  padding: 0 0 30px 0;
}

.detailspecs__items {
  margin: 86px 0;
}

.detailspecs__row {
  display: flex;
  margin-bottom: 25px;
}

.detailspecs__col_caption {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 130%;
  /* identical to box height, or 29px */
  min-width: 430px;
  max-width: 430px;
  padding-right: 60px;
  color: #ffffff;
  opacity: 0.6;
}

.detailspecs__col_value {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  /* identical to box height, or 29px */
  color: #ffffff;
}
.detailspecs__col_value ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.detailspecs__col_value ul li {
  margin-bottom: 9px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.innerpage .pageheader h2,
.innerpage .blockheader h2 {
  font-size: 42px;
  line-height: 100%;
  margin-bottom: 50px;
}

.logoblock_type2 {
  margin-bottom: 30px;
}
.logoblock_type2 .logoblock__items {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}
.logoblock_type2 .logoblock__items .logoblock__item .logoblock__wrapper {
  height: 160px;
}

.blockheader.flex h2 {
  margin: 0;
}

.contactspage__col.contactspage__col_main {
  width: 100%;
}

.contactspage__header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin-bottom: 30px;
}

.contactspage__header li {
  display: block;
  padding-bottom: 15px;
  border-bottom: 3px solid transparent;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
  margin-right: 30px;
}
.contactspage__header li span {
  margin-left: 8px;
}

.contactspage__header li.active {
  opacity: 1;
  border-color: #1d88dd;
}

.pagemap {
  overflow: hidden;
  margin-bottom: 60px;
}

.contactspage__cols {
  margin-bottom: 60px;
}

.contactsitems {
  padding-bottom: 40px;
}

.contactsitems__select select {
  cursor: pointer;
  border: none;
  background: #191d28;
  border-radius: 6px;
  width: 287px;
  display: block;
  height: 44px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  background-image: url(../img/select.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding: 11px 25px;
}

.contactsitems__filter {
  margin-bottom: 75px;
}

.contactsitems__select {
  display: inline-block;
  vertical-align: middle;
}

.contactsitems__search {
  width: calc(100% - 297px);
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.contactsitems__search .searchinput {
  width: 100%;
  max-width: 100%;
}
.contactsitems__search .searchinput input {
  padding: 13px 60px 13px 54px;
  width: 100%;
}
.contactsitems__search .searchinput button {
  right: 10px;
}

.contactsitemstable__table {
  margin-bottom: 75px;
}

/* .contactsitemstable__table table, 
.contactsitemstable__table table * {

  border-color: transparent;

} */
.contactspage__map .pageblocksl {
  margin-bottom: 20px;
}

.btn_location {
  display: flex;
  align-items: center;
  background: #262b36;
  border-radius: 6px;
  padding: 16px 19px;
}
.btn_location img {
  min-width: 26px;
  max-width: 26px;
  display: block;
  margin-right: 9px;
}
.btn_location span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  color: #34a5ff;
}
.btn_location:hover {
  background: #fff;
}

.contactstable .phonesk .phonenumber {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  text-transform: none;
  margin-bottom: 0;
}

.contactstable__item {
  border-bottom: 2px solid #262b36;
  margin-bottom: 42px;
  padding-bottom: 24px;
}

.contactstable__title {
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 100%;
  /* identical to box height, or 26px */
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}

.contactstable__info {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  color: #ffffff;
  margin-bottom: 30px;
}

.contactstable__main {
  flex-wrap: wrap;
}

.contactstable__contacts {
  /*   margin-bottom: 24px; */
}

.contactstable__one {
  margin-right: 35px;
}

.newslist {
  margin: 80px 0 0px 0;
}

.newslist__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.newslist__item {
  width: 33.33333%;
  padding: 0 5px;
  margin-bottom: 46px;
}

.newscard__image {
  margin-bottom: 34px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.newscard__img {
  display: block;
  display: block;
  height: 0;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}
.newscard__img img:not([role="presentation"]) {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  width: 100% !important;
  max-height: initial !important;
  height: initial !important;
}

.newscard__title {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  /* or 18px */
  text-transform: uppercase;
  color: #ffffff;
}
.newscard__title a {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  /* or 18px */
  text-transform: uppercase;
  color: #ffffff;
}

.newscard__info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  color: #ffffff;
}

.detailnewspage__title {
  max-width: 710px;
  margin-bottom: 21px;
}
.detailnewspage__title h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 100%;
  /* or 36px */
  text-transform: uppercase;
  color: #ffffff;
}

.detailnewspage__title__info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  margin-bottom: 40px;
  color: #ffffff;
}

.detailnewspage__header {
  margin-bottom: 80px;
}

.detailnewspage__content {
  margin-top: -160px;
}

.detailnewspage__image {
  margin-bottom: 56px;
}

.detailnewspage__description h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 100%;
  /* identical to box height, or 36px */
  margin-bottom: 28px;
  margin-top: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.detailnewspage__description p {
  font-weight: 300;
  font-size: 15px;
  line-height: 120%;
}

.detailnewspage__description ul li {
  font-weight: 300;
  font-size: 15px;
  line-height: 120%;
}

.detailnewspage__description p + h2 {
  margin-top: 56px;
}

.detailnewspage__description {
  margin-bottom: 80px;
}

.detailnewspage__related .blockheader {
  margin-bottom: 0;
}

.detailnewspage__related .newslist {
  margin-top: 40px;
}

.errorpage {
  padding-bottom: 75px;
}

.errorpage__header {
  font-style: normal;
  font-weight: 700;
  font-size: 235px;
  line-height: 100%;
  /* identical to box height, or 235px */
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #33e7ff 0%, #1d88dd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 12px 12px 134px rgba(0, 0, 0, 0.25);
}

.errorpage__title {
  margin-bottom: 24px;
}
.errorpage__title h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 52px;
  line-height: 100%;
  /* identical to box height, or 52px */
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  color: #ffffff;
}

.errorpage__text {
  text-align: center;
  margin-bottom: 29px;
}

.errorpage__button {
  max-width: 267px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mapblock {
  margin-top: -160px;
  border-radius: 12px;
  position: relative;
}

.mapblock__content {
  background: #191d28;
  border-radius: 12px;
  padding: 42px 39px 35px 47px;
  position: absolute;
  right: 52px;
  top: -62px;
  z-index: 8;
}

.mapblock__title {
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 100%;
  /* identical to box height, or 26px */
  margin-bottom: 34px;
  text-transform: uppercase;
  color: #ffffff;
}

.mapblock__items {
  padding-bottom: 20px;
}

.mapblock__item {
  margin-bottom: 11px;
}
.mapblock__item .phonenumber {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  text-transform: none;
  color: #ffffff;
}

.mapblock__footer {
  border-top: 2px solid #262b36;
  padding-top: 26px;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.socials__title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  color: #ffffff;
}

.socials__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-left: 6px;
  border-radius: 50%;
  border: 1.5px solid #28323f;
}
.socials__item:hover {
  border-color: #1d88dd;
}
.socials__item:focus {
  border-color: #1d88dd;
}

.mapblock__map {
  border-radius: 12px;
  overflow: hidden;
}

.pageheaderblock {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

.aboutimage {
  background: linear-gradient(90deg, #10131b 0%, rgba(16, 19, 27, 0) 17.94%),
    linear-gradient(180deg, #10131b 16.15%, rgba(16, 19, 27, 0) 50%),
    linear-gradient(180deg, rgba(16, 19, 27, 0) 61.46%, #10131b 100%),
    url(../img/about.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.aboutimage .pageheaderblock__content {
  min-height: 385px;
}

.wavebgblock_bottom {
  background-image: url(../img/wavebg_bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 250px;
}

.pagevideoblock {
  margin-top: -130px;
}

.pagevideo {
  position: relative;
  /*   &:after {
    align-items: center;
    bottom: -9999px;
    content: url(../img/play.svg);
    display: flex;
    height: 100%;
    justify-content: center;
    left: -9999px;
    margin: auto;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: 100%;
} */
}

.youtubepopup {
  display: block;
}

.pagevideo__img {
  position: relative;
}
.pagevideo__img:after {
  align-items: center;
  bottom: -9999px;
  content: url(../img/play.svg);
  display: flex;
  height: 100%;
  justify-content: center;
  left: -9999px;
  margin: auto;
  position: absolute;
  right: -9999px;
  top: -9999px;
  width: 100%;
}

.docsection {
  margin-top: 97px;
  padding-bottom: 100px;
}

.docsection__wrapper {
  background-image: url(../img/docsection.svg);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 100px;
  background-size: contain;
}

.docsection__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.docsection__item {
  width: 33.33333%;
  padding: 0 11px;
}

.blockicon__link {
  display: flex;
  padding: 15px;
  min-height: 237px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(0deg, #191d28, #191d28), #d9d9d9;
  border-radius: 12px;
  border: 1px solid #28323f;
}

.blockicon__icon {
  margin-bottom: 33px;
}

.blockicon__title {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.headerbottom {
  display: none;
}

.headerbottom.active {
  display: block;
}

/* 
.mobilemenu {
  display: none;
} */
.pageheader__back {
  margin-bottom: 20px;
}
.pageheader__back a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #231f20;
  line-height: 1.2;
}
.pageheader__back a span {
  padding-left: 10px;
}

.clear {
  clear: both;
}

.detailpage__content .detailpage__image {
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 0px;
  min-width: 616px;
}

.detailpage__header {
  display: flex;
}

.detailblock {
  display: inline;
}

.detailpage__anonce {
  display: inline-block;
}

.detailpage__content {
  margin-bottom: 40px;
}

.detailpage__button {
  margin-bottom: 50px;
}

.servicespage {
  padding-bottom: 110px;
}

.servicespage__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.servicespage__item {
  padding: 0 10px;
  margin-bottom: 22px;
  width: 25%;
}

.servicecard {
  /*   max-width: 340px; */
  width: 100%;
  overflow: hidden;
  background-position: center;
  position: relative;
  background-size: cover;
}

.servicecard__wrapper {
  transition: all 0.3s ease;
  background-color: #f6f3f4;
}

.servicecard__link {
  display: block;
  position: relative;
  min-height: 253px;
}
.servicecard__link * {
  transition: all 0.3s ease;
}

.servicecard__content {
  display: flex;
  height: 500px;
  align-items: flex-end;
  padding: 30px 15px 60px 30px;
}

.servicecard__block {
  transform: translateY(60px);
}

.servicecard__title {
  font-size: 22px;
  color: #231f20;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  min-height: 45px;
}

.servicecard__text {
  font-size: 14px;
  color: #231f20;
  line-height: 1.2;
  min-height: 50px;
}

.servicecard__button {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.servicecard__button span {
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
}

.servicecard__onhover {
  opacity: 0;
}

.servicecard:hover .servicecard__wrapper {
  background-color: rgba(0, 0, 0, 0.6);
}

.servicecard:hover * {
  color: #fff;
}

.servicecard:hover .servicecard__onhover {
  opacity: 1;
}

.servicecard:hover .servicecard__block {
  transform: translateY(0);
}

.servicecard__icon {
  position: absolute;
  top: 30px;
  right: 30px;
}

.blogpage__items {
  column-count: 2;
}

.blogpage__item {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  /*   margin-bottom: 10px; */
  break-inside: avoid;
}

.blogcard {
  margin-bottom: 40px;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}

.blogcard__link {
  display: block;
  height: 100%;
  /* padding-left: 35px;
  padding-bottom: 35px;
  padding-right: 35px; */
  position: relative;
}

.blogcard__mask {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  height: 98.8%;
  border-radius: 20px;
  width: 100%;
  top: -9999px;
  z-index: 2;
  margin: auto;
}

.blogcard__image {
  position: relative;
  overflow: hidden;
  height: 100%;
  /* padding-top: 67.3%; */
  /*  img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    top: -9999px;
    z-index: 1;
    margin: auto;
  } */
}

.blogpage__item_small {
  max-width: 650px;
}

/* .blogpage__item_small .blogcard__image {
  padding-top: 62.3%;
} */
.blogcard__content {
  display: flex;
  align-items: flex-end;
  padding: 35px;
  z-index: 2;
  position: absolute;
  bottom: 0;
}

.blogcard__title {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  max-width: 440px;
}
.blogcard__title span {
  padding-right: 20px;
}

.blogpage__item_small {
  float: right;
  width: calc(100% - 53px);
  /*  .blogcard {
    width: 611px;
  } */
}

.blogpage__item_large {
  /*  min-width: 755px; */
  /* min-width: 755px; */
  width: calc(100% + 53px);
  /*   .blogcard {
    width: 755px;
  } */
}

.pagegallery__item .blogcard__image {
  position: relative;
  padding-top: 63%;
}
.pagegallery__item .blogcard__image img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  width: 100%;
  top: -9999px;
  z-index: 2;
  margin: auto;
}

.pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0 -10px;
}

.pagination ul li {
  float: left;
  padding: 0 10px;
  list-style: none;
}

.pagination ul li > span {
  vertical-align: sub;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  opacity: 0.4;
  height: 41px;
  width: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #535a67;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  border: 1px solid #ccc;
  min-width: 41px;
}

.pagination > span {
  float: left;
  display: block;
  padding-right: 3px;
}

.pagination ul li.active a {
  border-color: #f05a28;
  color: #fff;
  background: #f05a28;
}

.pagination ul li a:hover {
  border-color: #f05a28;
  color: #fff;
  background: #f05a28;
}

.paginationblock {
  padding: 0 0 30px 0;
}

.pagination__content {
  margin: auto;
}

.blogpage {
  padding-bottom: 50px;
}

.faqblock__item {
  background: #ffffff;
  box-shadow: 0px 4px 18px rgba(22, 22, 22, 0.1);
  overflow: hidden;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  border-radius: 10px;
  display: flex;
  align-items: center;
  /* type/Black */
  margin: 0 0 30px 0;
  color: #000000;
  padding: 0;
}

.faq-question {
  border: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center right 36px;
  padding: 25px 36px 0 36px;
  position: relative;
  font-size: 24px;
  line-height: 21px;
  font-weight: 600;
  background: #fff !important;
  cursor: pointer;
}
.faq-question .faq-title {
  border-bottom: 1px solid transparent;
  padding-bottom: 20px;
}

.faq-question:after {
  content: url(../img/faqv2__arrow.png);
  position: absolute;
  right: 37px;
  top: 50%;
  margin-top: -13px;
  transition: all 0.3s ease;
}

.faq-question.active:after {
  transform: none;
  transform: rotate(180deg) translateY(-50%);
}

.faq-title {
  padding-right: 40px;
}

.faq-question.active .faq-title {
  border-color: #ddd;
}

.accordeonblock {
  padding-top: 20px;
}

.faq-answer {
  margin: 0;
  padding: 25px 36px 15px 36px;
}

.faq-answer * {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0 0 10px 0;
}

.faqblock__content {
  width: 100%;
  background: #fff !important;
  border-left: 6px solid #f05a28;
}

.faq-answer {
  display: none;
}

.faq-answer.active {
  display: block;
}

.aboutheader__wrapper {
  position: relative;
  margin-top: -77px;
  z-index: 0;
}
.aboutheader__wrapper .aboutheader__content {
  min-height: 600px;
  max-width: 690px;
  display: flex;
  align-items: center;
}
.aboutheader__wrapper h1 {
  color: #fff;
  text-shadow: #231f20 1px 0 15px;
}

.breadcrumbs {
  position: relative;
  z-index: 1;
}

.breadcrumbs_white .breadcrumbs__items ul li:nth-last-child(2):after {
  background: #fff;
}

.breadcrumbs_white .breadcrumbs__items ul li > span {
  color: #fff;
}

.aboutheader {
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}

.buttonsnav {
  margin: 40px 0;
}

.buttonsnav__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -27px;
}

.buttonsnav__item {
  padding: 0 27px;
  width: 25%;
  margin-bottom: 27px;
}

.buttonsnav__button {
  font-size: 16px;
  color: #f6f3f4;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  display: block;
  background: #f05a28;
  padding: 25px 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.buttonsnav__button:hover {
  opacity: 0.8;
}

.errorpage__cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
}

.errorpage__content {
  max-width: 580px;
}

.errorpage__title {
  font-size: 127px;
  margin-bottom: 30px;
  color: #f05a28;
  font-weight: bold;
  text-align: center;
}

.errorpage__subtitle {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.errorpage__text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.errorpage__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.errorpage__link {
  padding: 0 20px;
  margin-bottom: 20px;
}
.errorpage__link a {
  font-size: 16px;
  color: #f05a28;
  font-weight: 600;
}
.errorpage__link a:hover {
  text-decoration: underline;
}

.docsblock__wrapper {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  background: #f6f3f4;
  border-radius: 20px;
  overflow: hidden;
  min-height: 205px;
  justify-content: center;
  padding: 30px;
  text-align: center;
}

.docsblock__icon {
  min-width: 45px;
  max-width: 45px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.docsblock__title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  color: #231f20;
  margin-bottom: 10px;
}

.docsblock__info {
  font-style: normal;
  font-size: 14px;
  color: #777;
}

.docsblock__items {
  flex-wrap: wrap;
  margin: 0 -25px;
}

.docsblock__item {
  padding: 0 25px;
  width: 33.333%;
}

.docsblock__link {
  display: block;
}
.docsblock__link:hover .docsblock__title {
  color: #f05a28;
  transition: all 0.3s ease;
}

.docsblock {
  margin: 30px 0 50px 0;
}

.docsblock__items {
  flex-wrap: wrap;
}

.docsblock__item {
  margin-bottom: 40px;
}

.contactspage {
  margin: 0 0 60px 0;
}

.contactspage__cols {
  display: flex;
}

.contactspage__main {
  margin-right: 100px;
  margin-top: 60px;
}

.contactspage__item {
  margin-bottom: 48px;
}

.contactdata__wrapper {
  display: flex;
  align-items: center;
}

.contactdata__icon {
  margin-right: 25px;
}
.contactdata__icon img {
  min-width: 45px;
}

.contactdata__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.contactdata__value {
  font-size: 24px;
}
.contactdata__value a {
  font-size: 36px;
  font-weight: bold;
  color: #231f20;
}

.contactspage__map {
  max-width: 745px;
  min-width: 500px;
  width: 100%;
}

.orderform__title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}

.contactspage__map {
  margin-top: -60px;
}

.landingheader {
  padding: 15px 0;
  background: #f6f3f4;
}

.landingheader__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.landingheader__title h1 {
  font-size: 18px;
  color: #231f20;
  font-weight: bold;
  line-height: 1.667;
  margin: 0;
}

.landingheader__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.landingheader__menu ul li {
  margin-left: 40px;
}
.landingheader__menu ul li a {
  font-weight: 300;
  color: #231f20;
  font-size: 13px;
}

.landingmain {
  background-position: center;
  background-size: cover;
  padding: 90px 0 33px 0;
}

.landingmain__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 820px;
}

.landingmain__title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
}

.landindfitches {
  padding: 90px 0 50px 0;
}

.landindfitches__wrapper {
  position: relative;
}

.landindfitches__main {
  min-width: 620px;
  max-width: 620px;
  margin-right: 70px;
}

.landindfitches__title {
  font-size: 48px;
  margin-bottom: 50px;
  line-height: 1.2;
  font-weight: bold;
}

.landindfitches__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.landindfitches__item {
  width: 250px;
  margin-bottom: 50px;
}

.landindfitches__content {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.landindfitches__icon {
  max-width: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.landindfitches__text {
  font-size: 18px;
  color: #f05a28;
  font-weight: bold;
  text-align: center;
}

.landindfitches__aside {
  width: calc(100% - 680px);
  position: relative;
}
.landindfitches__aside .landindfitches__image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.landindfitches__aside .landindfitches__image img {
  max-width: initial;
}

.landindfitches_black {
  background: #231f20;
  padding-bottom: 100px;
}
.landindfitches_black .landindfitches__text {
  color: #fff;
}
.landindfitches_black .landindfitches__title {
  color: #fff;
}
.landindfitches_black .landindfitches__aside {
  width: calc(100% - 680px);
  position: relative;
}
.landindfitches_black .landindfitches__aside .landindfitches__image {
  position: absolute;
  right: 50px;
  left: unset;
  bottom: 0;
  z-index: 1;
}
.landindfitches_black .landindfitches__aside .landindfitches__image img {
  max-width: initial;
}

.landing h2 {
  font-size: 50px;
  text-align: left;
  margin: 0 0 20px 0;
  font-weight: bold;
}

.landingcards {
  background: #f6f3f4;
  padding: 60px 0;
}

.landingcards__title {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}
.landingcards__title:hover {
  color: #f05a28;
}

.landingcards__items {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}

.landingcards__item {
  /*   padding: 0 40px; */
}

.landingcards__wrapper {
  display: block;
}

.landingcards__title {
  color: #231f20;
}

.landingcards__image {
  height: 420px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}

.landingcards__button {
  text-align: center;
}

.landingcontact {
  background-image: url(../img/landingcontact.png);
  background-color: #1f191a;
  background-position: center top;
  background-size: cover;
}

.landingcontact__wrapper {
  display: flex;
  justify-content: space-between;
}

.landingcontact__main {
  max-width: 620px;
  min-width: 620px;
  padding: 80px 0 0 0;
}

.landingcontact__title {
  font-size: 60px;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}

.landingcontact__text {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.3;
  color: #fff;
}

.landingcontact__button .btn_main {
  padding-left: 40px;
  padding-right: 40px;
}

.landingcontact__image {
  position: relative;
  width: 100%;
  height: 476px;
}
.landingcontact__image img {
  position: absolute;
  bottom: -1px;
  right: 0;
  max-height: initial;
  max-width: initial;
}

/* b {
  white-space: nowrap; } */

.fitchesblock__title {
  font-size: 20px;
  color: #f05a28;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 900;
}

.fitchesblock__items_landing {
  padding: 60px 0 20px 0;
}
.fitchesblock__items_landing .fitchesblock__row {
  flex-wrap: wrap;
}
.fitchesblock__items_landing .fitchesblock__item {
  margin-bottom: 30px;
}
.fitchesblock__items_landing .fitchesblock__img {
  margin-right: 20px;
  min-width: 60px;
  max-width: 60px;
}
.fitchesblock__items_landing .fitchesblock__wrapper {
  padding-right: 15px;
}
.fitchesblock__items_landing .fitchesblock__content {
  font-size: 14px;
}

.landinggallery {
  padding: 20px 0 40px 0;
}

.landinggallery__items {
  display: flex;
  margin: 0 -20px;
}

.landinggallery__item {
  padding: 0 20px;
}

a.galleryblock {
  display: block;
  position: relative;
  overflow: hidden;
}
a.galleryblock .galleryblock__content {
  position: relative;
}
a.galleryblock .galleryblock__title {
  font-size: 24px;
  max-width: 440px;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}

.galleryblock__image img,
.galleryblock__mask {
  display: block;
}

a.galleryblock + a.galleryblock {
  margin-top: 40px;
}

.galleryblock__mask {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
  bottom: -9999px;
  height: 100%;
  left: -9999px;
  margin: auto;
  position: absolute;
  right: -9999px;
  top: -9999px;
  width: 100%;
  z-index: 2;
  transition: all 0.3s ease;
}

.galleryblock__image img {
  transition: all 0.3s ease;
}

a.galleryblock:hover .galleryblock__mask {
  opacity: 0.6;
}

a.galleryblock:hover .galleryblock__image img {
  transform: scale(1.05);
}

.modal_video .modal-content {
  padding: 0;
}

.modal_video .modal__content {
  background-color: #000;
}

.videoblock__link {
  position: relative;
}
.videoblock__link .videoblock__icon {
  border-radius: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 94px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoblock__link .videoblock__icon img {
  width: 94px;
  height: 94px;
}

.videoblock__icon:hover {
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.landingvideo {
  margin-bottom: 40px;
}

.landingmain_type2 {
  background-color: #0b0a0a;
}
.landingmain_type2 .landingmain__image {
  margin-top: -100px;
  margin-left: -500px;
}
.landingmain_type2 .landingmain__content {
  min-height: 950px;
}

.landingmain__main {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 200px;
  width: calc(100% - 690px);
  height: 600px;
}

.landingmain__content {
  position: relative;
}

.landingmain__point {
  position: absolute;
  z-index: 1;
}

.landingmain__line {
  position: absolute;
  height: 1px;
  background-color: #ccc;
  transform-origin: left;
  z-index: 1;
}

.landingmain__info {
  font-size: 18px;
  padding-left: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #ccc;
  padding-top: 8px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  width: 412px;
  position: absolute;
  right: 0;
  top: 0;
}
.landingmain__info:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f05a28;
  left: -4px;
  bottom: -4px;
  z-index: 2;
  position: absolute;
}

/* .landingmain__item {
  opacity: 0;
} */
.landingmain__info_2 {
  top: 140px;
}

.landingmain__info_3 {
  top: 280px;
}

.landingmain__info_4 {
  top: 420px;
}

main {
  overflow-x: hidden;
}

.landindfitches_type123 {
  padding: 80px 0;
}
.landindfitches_type123 .landindfitches__caption {
  font-weight: 900;
  color: #f05a28;
  font-size: 20px;
  margin-bottom: 15px;
}
.landindfitches_type123 .landindfitches__text {
  text-align: left;
  color: #231f20;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
}
.landindfitches_type123 .landindfitches__main {
  margin: 0;
  min-width: 635px;
  max-width: 635px;
}
.landindfitches_type123 .landindfitches__aside .landindfitches__image {
  left: -100px;
  z-index: -1;
  bottom: -70px;
}

.landingcards_type2 .landingcards__items {
  justify-content: space-between;
}

.blogcard__image img {
  transition: all 0.3s ease;
}

.blogcard__mask {
  transition: all 0.3s ease;
}

a.blogcard__link:hover .blogcard__mask {
  opacity: 0.9;
}

a.blogcard__link:hover .blogcard__image img {
  transform: scale(1.05);
}

.detailpage__content .detailpage__image {
  float: left;
}
.blogpage__showmore {
	text-align: center;
	margin: 30px 0;
}
.blogpage__showmore .btn_main {
font-size: 20px;
padding: 16px 40px;
}
@media (max-width: 1440px) {
  .landingmain__main {
    width: calc(100% - 640px);
  }
  .landindfitches {
    width: 100%;
    overflow: hidden;
  }
  .landingcontact__image img {
    max-width: 500px;
  }
  .errorpage__cols {
    padding: 0;
  }
  .errorpage__link {
    padding: 0 15px;
  }
  .landing h2 {
    font-size: 40px;
  }
  .servicecard__content {
    padding: 15px 15px 60px 15px;
  }
  .blogpage__item_small {
    margin-left: 30px;
  }
  .blogcard__content {
    padding: 20px;
  }
  .blogcard__title {
    font-size: 18px;
  }
  .servicecard__title {
    font-size: 16px;
    line-height: 1.2;
  }
  .headermain__logo {
    min-width: 160px;
  }
  .phonesk .phonenumber {
    font-size: 14px;
  }
  .headermain__descr {
    padding-left: 10px;
    margin-left: 10px;
    font-size: 10px;
  }
  .btn_gray {
    padding: 14px 14px;
  }
  .btn_gray.btn_icon {
    padding-left: 11px;
    padding-right: 11px;
  }
  .headertop {
    height: unset;
  }
  .msg > * {
    margin-left: 10px;
  }
  .fitchesblock__wrapper {
    padding-right: 20px;
    padding-left: 15px;
  }
  .fitchesblock__content {
    font-size: 14px;
  }
  .productcard__content {
    max-width: 250px;
    min-width: 250px;
  }
  .productcard__title {
    font-size: 20px;
  }
  .layerblock,
  .layerblock__mask {
    background-position: center;
  }
  .footer__col {
    margin-left: 30px;
  }
  .footer__catalog {
    max-width: 700px;
  }
  .landindfitches_type123 .landindfitches__aside .landindfitches__image {
    left: -200px;
  }
}

@media (max-width: 1280px) {
  .landingcards__item {
    padding: 0 20px;
  }
  .landingmain__main {
    width: calc(100% - 520px);
  }
  .landindfitches_type123 .landindfitches__aside .landindfitches__image {
    left: -300px;
  }
  a.galleryblock + a.galleryblock {
    margin-top: 28px;
  }
}

@media (max-width: 1150px) {
  .landingmain__main {
    top: 220px;
  }
  .landindfitches_type123 .landindfitches__aside .landindfitches__image {
    left: -440px;
  }
}

.productbuy_type2 .productbuycard__param {
  flex-wrap: wrap;
}
.productbuy_type2 .productbuycard__param b {
  min-width: 100%;
}

@media (min-width: 1024px) {
  div#video-view {
    height: 480px;
  }

  .productbuy__item:first-child .productbuycard__param:nth-child(4) {
    min-height: 53px;
  }

  .detailslider .swiper-slide img {
    max-height: 600px;
  }
}
.description ul li {
  position: relative;
  padding-left: 40px;
  list-style: none;
}
.description ul li:before {
  content: "";
  height: 3px;
  width: 29px;
  background: #f05a28;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}

.detailpage {
}
.detailpage table {
  width: 100%;
  text-align: left;
}
.detailpage table thead {
  background: #f8f8fa;
}
.detailpage table thead,
.detailpage table thead tr {
  border-radius: 8px;
}
.detailpage table thead th:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  text-align: left;
}
.detailpage table thead th:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.detailpage table thead th p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.detailpage table thead th {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  padding: 15px 22px;
  text-align: left;
}
.detailpage table {
  margin-bottom: 45px;
}
.detailpage table tbody {
  color: #304f6f;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.detailpage table tbody td {
  padding: 12px 22px;
  text-align: left;
}
.detailpage p {
  margin: 0;
  text-align: left;
}
.detailpage table tbody tr {
  border-bottom: 2px solid rgba(48, 79, 111, 0.15);
}.detailpage .text p {
  margin-bottom: 30px;
}

.detailpage p a {
  color: #f7941d;
}
.detailpage p a:hover {
  text-decoration: underline;
}
.detailpage p img {
  display: inline-block;
  margin: 15px 0;
}
.landingcontact__text b {
  white-space: nowrap;
}

.productbuytable table {
  width: 100%;
}
.productbuytable table td {
  padding: 5px 5px;
  text-align: center;
  font-size: 10px;
  width: 33.3%;
}
.productbuytable table td[colspan="1"] {
 
  width: 33.3%;
}

.productbuytable__text {
  text-align: center;

  font-size: 11px;
}
.productbuytable__text-lg {
 font-weight: bold;

}
.productbuytable__text-orange {
  color: #f05a28;
  font-size: 14px;
}
.productbuytable__line {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.productbuycard__optionsrow {
  display: flex;
}
.productbuycard__select select {
  max-width: 148px;
}
.productbuycard__check .orderform__name {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
span.tp {
  padding-left: 3px;
  min-width: 12px;
}
.productbuycard__check [data-calc] {
  display: none;
}
.productbuycard__check [data-calc].active {
  display: block;
}
.productbuycard__optionscol_1 {
  min-width: 310px;
  max-width: 310px;
}

@media (max-width: 1280px) {
  .productparams__params {
    flex-wrap: wrap;
}
.productparams__param {
  width: 100%;
  flex: unset
}
}
@media (max-width: 1023px) {
  .detailpage .text p {
    margin-bottom: 15px;
  }
  .productbuycard__optionsrow {
    flex-wrap: wrap;
  }
  .detailpage table {
    width: 100%;
    overflow-x: auto;
  }
  .detailpage table {
    min-width: 100%;
    width: auto;
  }
  .detailpage table tbody td,
  .detailpage table thead th {
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 5px;
  }
  .detailpage table tbody td p,
  .detailpage table thead th p {
    font-size: 12px;
    line-height: 1.2;
  }

  .servicespage__item {
    padding: 0 10px;
    margin-bottom: 22px;
    width: 50%;
  }
  .productcard__wrapper {
    padding: 20px;
  }
  .flex {
    flex-wrap: wrap;
  }
  #headermain.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
  }
  .mainblock .mainblock__title {
    font-size: 28px;
  }
  .mainblock__content {
    min-width: 100%;
  }
  h1 {
    font-size: 30px;
  }
  .footer__items {
    flex-wrap: wrap;
  }
  .footer__catalog {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .footer__menu {
    width: 100%;
  }
  .layerblock__title {
    font-size: 20px;
  }
  .menubtn {
    margin-left: 0;
  }
  .headermain__left {
    padding: 0;
    width: 100%;
    justify-content: space-between;
  }
  .mobilemenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 283px;
    z-index: 9999;
    background: #fff;
    padding: 5px 11px;
  }
  .mobilemenu .phonenumber {
    font-size: 18px;
  }
  .mobilemenu .mobilecontacts {
    padding: 0 11px;
  }
  .mobilemenu .mobilecontacts .phone {
    margin-bottom: 30px;
  }
  .mobilemenu .msg > * {
    margin: 0;
  }
  .mobilemenu .phonetext {
    color: rgba(35, 31, 32, 0.549);
  }
  .mobilemenu .msg__text {
    margin-bottom: 10px;
    color: rgba(35, 31, 32, 0.549);
  }
  .mobilemenu .msg__text br {
    display: none;
  }
  .mobilemenu.active {
    left: 0;
  }
  .mobilemenu__contancts {
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
    margin: 0 -11px;
  }
  .headermain__logo {
    max-width: 220px;
    min-width: 220px;
    padding: 0 10px;
  }
  .headermain__descr {
    display: none;
  }
  .mobilemenu__links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px;
  }
  .mobilemenu__links ul li {
    margin-bottom: 20px;
  }
  .mobilemenu__links ul li a {
    font-size: 14px;
    color: #231f20;
    font-weight: 600;
  }
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
  }
  body {
    padding-top: 41px;
  }
  .headermain {
    width: 100%;
    padding: 5px 0;
  }
  .mainblock {
    min-height: 480px;
  }
  .mainblock .mainblock__title {
    text-align: center;
    margin-bottom: 15px;
  }
  .mainblock__subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  .mainblock__content {
    margin-bottom: 30px;
    /*     margin-top: 30px; */
  }
  .mainblock__button {
    text-align: center;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .fitcheblock {
    padding: 20px 0;
  }
  .fitchesblock__row {
    flex-wrap: wrap;
  }
  .fitchesblock__wrapper {
    height: 125px;
  }
  .fitchesblock__img {
    min-width: 45px;
    margin-right: 15px;
  }
  .fitchesblock__wrapper {
    padding-left: 10px;
  }
  .productsblock__wrapper {
    margin: 20px 0;
  }
  .productcard__content {
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 0;
  }
  .productcard__wrapper {
    flex-wrap: wrap;
  }
  .productcard__header {
    display: flex;
    align-items: center;
  }
  .productcard__header .productcard__title {
    font-size: 15px;
    margin-left: 15px;
    margin-bottom: 0;
    font-weight: 600;
  }
  .productcard__wrapper .productcard__img {
    height: unset;
    min-height: 250px;
    margin-bottom: 20px;
  }
  .productcard__wrapper {
    padding-bottom: 20px;
  }
  .productcard__logo {
    margin-bottom: 0;
  }
  .productcard__logo {
    min-width: 38px;
    max-width: 38px;
  }
  .productcard__content .productcard__footer {
    left: 20px;
    bottom: 20px;
  }
  h1 {
    margin-bottom: 20px;
  }
  .text p,
  .text ul li {
    font-size: 14px;
  }
  .seoblock {
    padding: 10px 0 30px 0;
  }
  br {
    display: none;
  }
  mark {
    padding: 0 5px;
  }
  .layerblock__wrapper {
    padding: 30px 0;
  }
  .text_white ul li {
    font-size: 13px;
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .text_white ul li:before {
    width: 14px;
  }
  .layerblock__title {
    margin-bottom: 15px;
  }
  .layerblock {
    background-position: 80%;
  }
  .layerblock__mask {
    background-position: 0;
  }
  .footer__menu {
    display: none;
  }
  .footer__main {
    padding: 20px 0;
  }
  .footer__col {
    margin: auto;
  }
  .footer__bottom .footer__items > * {
    margin-bottom: 10px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer__dev a {
    justify-content: center;
  }
  .productcard__wrapper .productcard__img {
    margin-left: auto;
    margin-right: auto;
  }
  .productcard__wrapper {
    justify-content: center;
  }
  .mainblock__content {
    margin-top: 30px;
  }
  .fitchesblock__item {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .headerbottom {
    display: none !important;
  }
  .detailpage__header {
    display: block;
  }
  .detailpage__content .detailpage__image {
    min-width: unset;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .servicecard .servicecard__content {
    padding-bottom: 30px;
    height: 420px;
  }
  .servicecard .servicecard__wrapper {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .servicecard * {
    color: #fff;
  }
  .servicecard .servicecard__onhover {
    opacity: 1;
  }
  .servicecard .servicecard__block {
    transform: translateY(0);
  }
  .buttonsnav__items {
    margin: 0 -10px;
  }
  .buttonsnav__item {
    padding: 0 10px;
  }
  .errorpage__main {
    order: -1;
    width: 100%;
  }
  .errorpage__content {
    max-width: 100%;
  }
  .errorpage__cols {
    flex-wrap: wrap;
  }
  .errorpage__image {
    width: 100%;
    text-align: center;
  }
  .docsblock__item {
    padding: 0 25px;
    width: 50%;
  }
  .contactspage__cols {
    flex-wrap: wrap;
  }
  .contactspage__main {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contactdata__value {
    font-size: 18px;
  }
  .contactdata__icon img {
    min-width: 30px;
  }
  .contactdata__value a {
    font-size: 18px;
  }
  .contactspage__map {
    width: 100%;
  }
  .contactspage {
    margin: 30px 0;
  }
  .contactspage__map {
    min-width: 100%;
    max-width: 100%;
  }
  .contactspage__item {
    margin-bottom: 20px;
  }
  .productdetail__cols,
  .productcontent__cols {
    flex-wrap: wrap;
  }
  .productdetail__cols > *,
  .productcontent__cols > * {
    width: 100%;
    padding: 0;
  }
  .productdetail__cols .productdetail__right {
    min-width: 100%;
    max-width: 100%;
  }
  .productbuy__items {
    width: max-content;
  }
  .productbuy__itemsblock {
    width: 100%;
    overflow-x: auto;
  }
  .productbuy__wrapper {
    /*   overflow-x: auto; */
    padding: 15px 5px 30px 5px;
  }
  .productbuy_type2 .productbuycard__option {
    margin-bottom: 0;
  }
  .productbuy_type2 .productbuycard__pricevalue {
    font-size: 14px;
    white-space: nowrap;
  }
  .productdetail__description {
    margin-top: 20px;
  }
  .productbuy__container {
    width: 100%;
  }
  .productbuy__item {
    max-width: 180px;
  }
  .productparams__params {
    flex-wrap: wrap;
  }
  .productparams__params > * {
    width: 100%;
    flex: unset;
  }
  .productcontent__aside {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
  .productmain__title h1 {
    font-size: 24px;
  }
  .productdetail__cols .productdetail__left {
    width: 100%;
  }
  .productpage__images.detailslider {
    padding-right: 0;
  }
  .detailslider .detailswiper {
    margin-bottom: 30px;
  }
  .detailswiperpreview .swiper-wrapper {
    justify-content: unset;
  }
  .breadcrumbs__items {
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .productbuycard__price {
    font-size: 18px;
  }
  .landindfitches__wrapper {
    flex-wrap: wrap;
  }
  .landindfitches__main {
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .landindfitches__aside,
  .landindfitches_black .landindfitches__aside {
    width: 100%;
  }
  .landindfitches__aside .landindfitches__image,
  .landindfitches_black .landindfitches__image {
    position: initial;
  }
  .landindfitches_black .landindfitches__main {
    order: -1;
  }
  .landindfitches_black .landindfitches__aside .landindfitches__image {
    position: initial;
  }
  .landingcontact__image img {
    max-width: 250px;
  }
  .fitchesblock__items_landing .fitchesblock__item {
    width: 50%;
  }
  .landingmain_type2 .landingmain__main {
    position: initial;
    width: 100%;
  }
  .landingmain_type2 .landingmain__image {
    margin: 0;
  }
  .landingmain_type2 .landingmain__content {
    min-height: unset;
    flex-wrap: wrap;
  }
  .landingmain__line,
  .landingmain__point {
    display: none;
  }
  .landingmain__info {
    font-size: 13px;
    border-left: none;
    border-right: 1px solid #ccc;
    width: 90%;
    padding-right: 10px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 30px;
  }
  .landingmain__info:before {
    right: -4px;
    left: unset;
  }
  .landingmain.landingmain_type2 {
    padding-bottom: 40px;
  }
  .landingmain.landingmain_type2 .landingmain__main {
    height: unset;
  }
  .landingmain.landingmain_type2 .landingmain__buttons {
    /* margin-bottom: -46px; */
    margin: 40px 0 0 0;
  }
  .landindfitches.landindfitches_type123 .landindfitches__item {
    width: 100%;
  }
  .landindfitches.landindfitches_type123 .landindfitches__main {
    order: -1;
    max-width: 100%;
    min-width: 100%;
  }
  .landindfitches.landindfitches_type123 .landindfitches__content {
    max-width: 100%;
  }
  .landindfitches.landindfitches_type123
    .landindfitches__aside
    .landindfitches__image
    img {
    margin-left: -30px;
  }
  .landingcards__image {
    height: unset;
  }
  .landingcards__title {
    font-size: 16px;
  }
  .btn_main {
    padding-left: 20px;
    padding-right: 20px;
  }
  a.galleryblock .galleryblock__title {
    font-size: 13px;
  }
  a.galleryblock .galleryblock__title {
    max-width: 78%;
  }
  a.galleryblock + a.galleryblock {
    margin-top: 20px;
  }
  .landingcards__image {
    height: 220px;
  }
  .landingheader {
    padding: 10px 0;
    position: relative;
  }
  .landingheader__menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #f6f3f4;
    left: 0;
    padding: 15px 10px;
    z-index: 6;
  }
  .landingheader__menu ul {
    display: block;
  }
  .landingheader__menu ul li {
    margin-left: 0;
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}

@media (max-width: 680px) {
  .detailslider .swiper-slide img {
    max-height: 280px;
  }
  .breadcrumbs {
    margin: 15px 0;
  }
  .pageheader__back {
    margin-bottom: 10px;
  }
  .detailslider .detailswiper {
    margin-bottom: 10px;
  }
  .productbuy_type2 .productbuycard__param {
    min-height: 52px !important;
  }
  .pagegallery__item {
    width: 100%;
  }
  .productbuy_type2 .productbuycard__buttons {
    display: block;
  }
  .productbuy_type2 .productbuy__link {
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
  }
  .landinggallery_type2 a.galleryblock,
  .landinggallery_type2 a.galleryblock .galleryblock__content {
    height: 155px;
  }
  .landinggallery_type2 .galleryblock__image {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .landinggallery_type2 .galleryblock__image img {
    max-height: initial;
  }
  .landingcards__title {
    font-size: 20px;
  }
  .landingcontact__wrapper {
    flex-wrap: wrap;
  }
  .landingcards__items {
    flex-wrap: wrap;
  }
  .landingcards__item {
    width: 100%;
  }
  .landinggallery__items {
    flex-wrap: wrap;
  }
  .landinggallery__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .landingmain__title {
    font-size: 23px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .landingmain__buttons {
    margin-bottom: -23px;
  }
  .landindfitches__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .landindfitches {
    padding: 45px 0;
  }
  .landindfitches__item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .landingcards__image {
    height: unset;
  }
  .landingcards {
    padding-bottom: 0;
  }
  .landingcards__items {
    margin-bottom: 0;
  }
  .landingcontact__main {
    padding-top: 40px;
  }
  .landingcontact__title {
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
  }
  .landingcontact__text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .landingcontact__button {
    text-align: center;
  }
  .landingcontact__image {
    height: 350px;
  }
  .landingcontact {
    background-position: right -160px top 249px;
    background-size: 302%;
    background-repeat: no-repeat;
  }
  .landingcontact__image img {
    max-width: 400px;
    left: -9999px;
    margin: auto;
    right: -9999px;
  }
  .landing h2 {
    font-size: 20px;
  }
  .fitchesblock__items_landing {
    padding: 20px 0;
  }
  .fitchesblock__items_landing .fitchesblock__img {
    max-width: 49px;
    min-width: 49px;
  }
  .fitchesblock__title {
    font-size: 16px;
  }
  .fitchesblock__items_landing .fitchesblock__item {
    margin-bottom: 25px;
  }
  .landinggallery {
    padding: 10px 0;
  }
  a.galleryblock .galleryblock__title {
    max-width: 200px;
    font-size: 14px;
    left: 10px;
    bottom: 15px;
  }
  .fitchesblock__items_landing .fitchesblock__content {
    font-size: 10px;
  }
  .landingcards__item {
    padding: 0;
    margin-bottom: 50px;
  }
  .landingcards__image {
    margin-bottom: 30px;
  }
  .landingcards__title {
    margin-bottom: 15px;
  }
  .landindfitches_black .landindfitches__aside .landindfitches__image img {
    margin-left: -100px;
  }
  .landindfitches__aside .landindfitches__image,
  .landindfitches_black .landindfitches__image {
    margin-right: -100px;
  }
  .landindfitches__text {
    font-size: 13px;
  }
  .landingmain {
    padding: 0;
  }
  .videoblock__link .videoblock__icon img {
    width: 46px;
    height: 46px;
  }
  .fitchesblock__items_landing .fitchesblock__item {
    width: 100%;
  }
  .landindfitches__aside .landindfitches__image img {
    max-width: 100%;
  }
  main {
    overflow-x: hidden;
  }
  .landindfitches_black .landindfitches__aside .landindfitches__image img {
    max-width: 100%;
  }
  .landingcontact__main {
    max-width: 100%;
    min-width: 100%;
  }
  .landingcontact {
    width: 100%;
    overflow: hidden;
  }
  .landingvideo {
    margin-bottom: 20px;
  }
  .landingmain__content {
    min-height: 316px;
  }
  .landingcontact__title {
    font-size: 24px;
  }
  .errorpage__subtitle {
    font-size: 22px;
  }
  .docsblock__item {
    margin-bottom: 20px;
    width: 100%;
  }
  .docsblock__wrapper {
    min-height: unset;
  }
  .errorpage__link {
    width: 100%;
    text-align: center;
  }
  .aboutheader__wrapper .aboutheader__content {
    min-height: 480px;
  }
  .buttonsnav__item {
    width: 100%;
  }
  /*   .aboutheader__wrapper {
    margin-top: -77px;
  } */
  .faq-question {
    padding: 15px 15px 0 15px;
  }
  .faq-question {
    font-size: 18px;
  }
  .faq-question:after {
    right: 15px;
  }
  .faq-question {
    background-position: center right 15px;
  }
  .faq-answer {
    padding: 15px 15px 25px 15px;
  }
  .blogpage__items {
    display: block;
    column-count: 1;
  }
  .blogpage__item_large {
    width: 100%;
  }
  .blogpage__item_small {
    width: 100%;
    margin-left: 0;
  }
  .blogcard {
    margin-bottom: 20px;
  }
  .servicespage__item {
    padding: 0 10px;
    margin-bottom: 22px;
    width: 100%;
  }
  .productsblock__items {
    margin: 0;
  }
  .productsblock__item {
    width: 100%;
    padding: 0;
  }
  .mainblock__content {
    margin-top: 0;
  }
  .layerblock__content {
    max-width: 100%;
  }
  .landingheader__title h1 {
    max-width: 200px;
    font-size: 12px;
    line-height: 1.2;
  }
  .servicecard__block {
    min-height: unset;
  }
  .contactspage__map {
    margin-top: 0;
  }
  .contactspage__main {
    margin: 0 0 30px 0;
  }
  .lb-nav a.lb-next {
    opacity: 1 !important;
    background: url(../img/arrow_circle_right_black_24dp.svg) right 48%
      no-repeat !important;
    background-size: 60px !important;
    right: 00px !important;
    position: absolute !important;
  }
  .lb-nav a.lb-prev {
    opacity: 1 !important;
    background: url(../img/arrow_circle_left_black_24dp.svg) left 48% no-repeat !important;
    background-size: 60px !important;
    position: absolute !important;
    left: 0px !important;
  }
  .contacts__callback {
    margin-bottom: 20px;
  }
  .contacts__callback a {
    display: block;
    max-width: 180px;
  }
  .mobilemenu .mobilecontacts .phone {
    margin-bottom: 15px;
  }
  .mobilemenu__contancts {
    padding-bottom: 30px;
  }
  .productbuy__item {
    padding: 0 5px;
  }
  .productbuy__items {
    margin: 0 -5px;
  }
  .productbuy__item {
    max-width: 140px;
  }
  .productbuycard__title {
    font-size: 18px;
  }
  .productbuycard__select select {
    font-size: 10px;
  }
  .aboutheader {
    background-position: center left 21%;
  }
  .aboutheader__wrapper .aboutheader__content {
    min-height: 420px;
  }

  .productbuy__item:first-child .productbuycard__param:nth-child(4) {
    min-height: 63px !important;
  }
  span.product-params_right {
    min-width: 140px;
    max-width: 140px;
  }
}

/*# sourceMappingURL=style.bundle.css.map*/

.productdetail__left h1 {
  display: none;
 }

 @media (max-width:1023px) {
  .productdetail__left h1 {
    display: block;
  }
  .productdetail__right h1 {
    display: none;
  }
 }