/* fonts */
/* header */
/* all header */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.ss__item div {
    width: 70px;
    height: 70px;
    background: rgb(3, 67, 121);
    border-radius: 100%;
    padding: 11px;
    margin: 0px auto;
    margin-bottom: 12px;
}
.news__section h2 {
    text-align: center;
    margin-bottom: 60px !important;
}
.ss__item p {
	text-align:center;
}
body:not(.home) header.header {
  border-bottom: 1px solid #313131;
}

header.header {
  z-index: 100;
  font-size: 16px;
}
.header__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 65px;
  line-height: 20px;
  letter-spacing: 0em;
  row-gap: 30px;
  border-radius: 0;
  gap: 35px;
}

/* end all header */
/* sticky */
.header.sticky:not(.offcanvas__show) {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 0;
}
.header.sticky:not(.offcanvas__show) .header__bottom {
  background: transparent;
}
.header.sticky:not(.offcanvas__show) .header__top {
  background: transparent;
}
.header.sticky:not(.offcanvas__show) .header__wrapper {
  background: transparent;
}

.sticky {
  opacity: 1;
  position: fixed !important;
  top: 0;
  width: 100%;
  background: rgba(33, 37, 49, 0.7);
}

.sticking.sticky {
  opacity: 0;
}

.sticky:not(.sticking) {
  opacity: 1;
  transition: 0.5s ease;
}

header.sticky .header__wrapper {
  padding-right: 0px;
  padding-left: 0px;
}
header.sticky .logo img {
  max-height: 31px;
  width: auto;
}
header.sticky .header__wrapper {
  height: 90px;
}
header.sticky + main {
  padding-top: 140px;
}

/* end sticky */
/* nav menu */
.header__nav__wrapper {
  background-color: #F2F2F2;
  border-radius: 350px;
  flex: 1;
  height: 100%;
  padding: 0 40px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

nav.header__nav {
  height: 100%;
  display: flex;
}

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

body:not(.home) .menu-item   a {
  color: #3D352E;
}

.header__list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  height: 100%;
  gap: 20px;
	list-style: none;
}

.has__children > .menu-item   a {
  margin-right: 15px;
}

.header:not(.offcanvas__show) .menu-item.has__children > a:after {
  background: url(img/icons/arrow-menu.png) no-repeat center;
  background-size: 9px;
  content: "";
  width: 9px;
  height: 22px;
  margin-left: 10px;
  margin-top: 0;
  display: inline-block;
  position: absolute;
  right: -17px;
  transition: 0.3s ease;
}

.menu-item   a {
  
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 5px 0;
}
.footer .menu-item   a {
  
  font-size: 16px;
  text-transform:none;

}
.menu-item   a:before {
  content: "";
}

.menu-item:hover .menu-item   a {
  color: #000;
}
.menu-item.current .menu-item   a, body:not(.home) .menu-item.current .menu-item   a {
  color: #24A844;
}

.header .menu-item {
  align-self: center;
  height: 100%;
	margin:0px;
}
.header .has__children:not(.mega) {
  position: relative;
}

.btn-close {
  width: 50px;
  color: #000;
  background: transparent url(img/icons/cross.png) center/1em auto no-repeat;
  border: 0;
  border-radius: 0;
  opacity: 0.6;
  filter: contrast(0.1);
  height: 90px;
  padding: 0 1rem;
  background-position: right;
  align-self: end !important;
}

/* end nav menu */
/* dropdown menu */
.header .header__dropdown {
  background: white;
  padding: 0;
  position: absolute;
  min-width: 250px;
  border-radius: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease, opacity 0.2s ease, top 0.2s ease;
  -webkit-transition: visibility 0.2s ease, opacity 0.2s ease, top 0.2s ease;
  box-shadow: none;
  z-index: -1;
  top: 22px;
}
.header .header__dropdown .dropdown__inner {
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
  /*&::before
  * content: ''
  * background: $primary-color
  * width: 85%
  * height: calc(100% - 21px)
  * /* display: block
  * right: 0
  * bottom: 0
  * position: absolute
  * z-index: -1
  * transition: .4s ease */
}
.header .header__dropdown.mega__dropdown {
  width: 100%;
  left: 0;
  top: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0 30px;
  margin-top: 0;
}
.header .header__dropdown.mega__dropdown .menu__icon {
  width: 70px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.header__dropdown.mega__dropdown {
  /*&:before
  * content: ''
  * width: calc(100% - 60px)
  * height: 100%
  * background: #EBF5FC
  * position: absolute
  * z-index: -1
  * border-radius: 30px
  * margin-left: 30px */
}
.header__dropdown.mega__dropdown .mega__inner {
  border-radius: 9px;
  /* fix */
  overflow: hidden;
  padding: 45px 35px;
}
.header__dropdown.mega__dropdown .mega__inner > div {
  max-width: 200px;
}
.header.offcanvas__show .header__dropdown {
  display: none !important;
}
.header.sticky .menu-item.has__children:not(.mega) > a:after {
  background-image: url(img/icons/arrow-menu.png);
}

body:not(.home) .header .menu-item.has__children:not(.mega) > a:after {
  background-image: url(img/icons/arrow-menu.png);
}

.menu-item.has__children:not(.mega) > a {
  position: relative;
  margin-right: 17px;
}

.header .has__children:not(.mega) li:hover > a {
  color: #000 !important;
}
.header .header__dropdown li > a {
  padding: 8px 0px 9px;
  display: inline-block;
  margin-bottom: 0;
}
.header .header__dropdown li {
  padding-left: 20px;
  padding-right: 20px;
}

.has__children:not(.mega) .has__children:after {
  content: "";
  position: absolute;
  background: url(img/icons/menu-arrow-dark.png) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  right: 20px;
  top: 46%;
}
.has__children:not(.mega) .has__children:hover:after {
  background: url(img/icons/menu-arrow-white.png) no-repeat;
  background-size: contain;
}

.header .has__children:not(.mega) > .header__dropdown a {
  color: #3D352E;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.header .has__children:not(.mega) > .header__dropdown .header__dropdown {
  left: 100%;
  top: 0;
  margin-left: 0;
  border-radius: 30px !important;
}
.has__children:hover > .header__dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 5;
}

.has__children:hover > .header__dropdown .dropdown__inner::before {
  right: -10px;
  bottom: -10px;
}

.header:not(.offcanvas__show) .has__children:hover > a:after, .header.sticky .has__children:hover > a:after {
  transform: rotate(-180deg);
}
.header .logo {
  max-width:100%;
  align-self: center;
}
.header .logo img {
  max-width: 100%;
  transition: 0.5s ease;
  overflow: hidden;
  border-radius: 0;
}

/* end dropdown */
.logo-text {
  margin-top: 5px;
}
.logo-text strong {
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  display: block;
  margin-bottom: 5px;
}
.logo-text span {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  display: inline-block;
}

body:not(.home) .header:not(.sticky) .logo {
  max-width: 200px;
}

.logo img {
  max-width: 100%;
}
.logo.logo-square img {
  max-width: unset;
}

body header.header a:hover {
  color: #000;
}

.header__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  flex-direction: row;
  align-items: center;
}

.header__phone {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.header__nav .navbar__toggler {
  display: none;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
  color: rgba(255, 255, 255, 0.55);
}

/* header top */
.header__top {
  font-size: 16px;
  height: 55px;
  background: white;
  color: #3D352E;
}

.header .header__bottom a {
  font-weight: 500;
}

.sticky .header__top {
  height: 30px;
}

.header__actions .line__icon:before {
  transition: 0.2s ease;
}
.header__actions .line__icons:hover .line__icon:before {
  opacity: 0.5;
}
.header__actions .mini__cart.line__icons span {
  color: #3D352E !important;
}
.digital-content {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.faq-section {
  width: 100%;
  margin: 0 auto;
  background: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq-item {
  margin-bottom: 20px;
}


.faq-item {
  margin-bottom: 20px;
}

.question {
  background-color: #f4f4f4;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.answer {
  display: none;
  padding: 10px;
}

.answer.show {
  display: block;
}

.faq__item {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.faq__head {
  width: 100%;
  border: 1px solid #d5d5d5;
  align-items: center;
}
.faqnumb {
  background: #034379;
  padding: 17px;
  color: #fff;
  font-size: 41px;
  font-weight: bold;
  box-sizing: border-box;
  width: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-txt {
  font-size: 19px;
  padding-left: 40px;
  font-weight: 400;
  width: 69%;
}



.sectionCustomForm {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sectionCustomForm:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000052;
  width: 100%;
  height: 100%;
}
.chy {
  color: transparent;
}
.formyform{
  display: flex;
  align-items: center;
  color: #fff;
}
.sectionCustomForm .wrapper{
  position: relative;
  z-index: 5;
}
.formyform-item .wpcf7-spinner {
  display: none;
}
.formyform-item p {
  margin-bottom: 0;
}
.formyform-item  input {
  margin-top: 20px;
}
.formyform {

  justify-content: start;
  gap: 50px;
}
.faq-icon {
  position: absolute;
  width: 70px;
  background:#034379;
  right: 0;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.formyform-item input[type="submit"]{
  background: #034379;
  border: .0;
  color: #fff;
  cursor: pointer;
}
.faq__body {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 50px;
  background: #034379;
  color: #fff;
  padding: 50px;
}

.question {
  background-color: #f4f4f4;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.answer {
  display: none;
  padding: 10px;
}

.answer.show {
  display: block;
}



/* footer */
.footer {
  background-color: #034379;
  color: #ffffff;
  border-radius: 0;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #24A844;
}
.footer a.color-1 {
  color: #24A844;
}
.footer a.color-1:hover {
  color: #0C872A;
}
.footer ul.footer__menu {
  cursor: pointer;
	list-style: none;
}
.footer ul.footer__menu li a {
  font-size: 18px;
  font-style: normal;
  padding: 7px 0px;
  width: 100%;
  display: block;
  line-height: 140%;
}
.footer .logo {
  max-width: 240px;
  display: flex;
}
.footer .logo img {
  max-width: 240px;
}
.footer .footer__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0 80px;
}
.footer .footer__items .footer__item {
  flex: 1;
}
.footer .footer__item > strong {
  line-height: 1;
  margin-bottom: 22px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  
}
.footer__social .line__icon {
  width: 48px;
  height: 48px;
  transition: 0.2s ease;
  filter: grayscale(0);
}
.footer__social .line__icon:hover {
  filter: grayscale(1) brightness(0.5);
}

.footer__bottom {
  background-color: #034379;
  color: #ffffff;
  padding: 14px 0;
  font-size: 14px;
  border-radius: 0;
  border-top: 1px solid #ffffff;
}

.footer .footer__bottom a {
  color: #ffffff;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
}
.footer .footer__bottom a:hover {
  color: #3D352E;
}
.footer .color {
  color: #24A844;
}

/* buttons */
.btn {
  padding: 0 33px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #3D352E;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  background: transparent;
  flex-shrink: 0;
  border-radius: 10px;
  
  line-height: 1;
  text-transform: uppercase;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.btn:hover {
  background: #244E9B;
  color: white;
}
.btn.btn-outline {
  background: transparent;
  border: 1px solid rgb(255, 255, 255);
}
.btn.btn-outline-color {
  color: #3D352E;
  background: transparent;
  border-color: #24A844;
}
.btn.btn-outline-color:hover {
  color: white;
  background: #24A844;
  border-color: #24A844;
}
.btn.btn-outline-white {
  color: white;
  background: transparent;
  border-color: white;
}
.btn.btn-outline-white:hover {
  color: #3D352E;
  background: white;
  border-color: white;
}
.btn.btn-outline:hover {
  background: #244E9B;
  border-color: #244E9B !important;
  color: white !important;
}
.btn.btn-thiner {
  height: 50px;
}
.btn.btn-thin {
  height: 50px;
  padding: 16px;
  font-size: 16px;
}
.btn.btn-color {
  background:#f6f6f7;
  color: rgb(8, 8, 8);
}
.btn.btn-color:hover {
  background: #ffffff;
  color: rgb(15, 15, 15) !important;
}
.btn.btn-white {
  background: white;
  color: #3D352E;
}
.btn.btn-white.btn-opacity-10 {
  background: rgba(255, 255, 255, 0.08);
  color: white;
}
.btn.btn-white.btn-opacity-10:hover {
  background: rgba(255, 255, 255, 0.18);
}
.btn.btn-secondary-color {
  background: #24A844;
  color: white;
}
.btn.btn-secondary-color:hover {
  background: #0C872A;
  color: white;
}
.btn.btn-tertiary-color {
  background: #3D352E;
  color: white;
}
.btn.btn-tertiary-color:hover {
  background: #24A844;
  color: white;
}
.btn.hover-bg-white:hover {
  background-color: white;
  color: #3D352E;
}
.btn.btn-cool {
  border: 0 !important;
  background: 0 !important;
  height: 70px;
  padding: 0;
}
.btn.btn-cool:after {
  margin-left: 10px;
}
.btn.btn-cool.cool-white {
  color: #fff;
}
.btn.btn-cool.cool-white:before {
  content: "";
  background-image: url(img/icons/cool-white.png);
  background-repeat: no-repeat;
  background-size: 70px;
  width: 70px;
  height: 100%;
  background-position: center;
  margin-top: -4px;
  transition: 0.2s ease;
}
.btn.btn-cool.cool-white:hover:before {
  content: "";
  background-image: url(img/icons/cool-color-active.png);
  background-repeat: no-repeat;
  background-size: 70px;
  width: 70px;
  height: 100%;
  background-position: center;
  margin-right: 20px;
  transition: 0.2s ease;
}
.btn.btn-cool.cool-dark {
  color: #3D352E;
  gap: 0;
}
.btn.btn-cool.cool-dark:after {
  content: "";
  background-image: url(img/icons/cool-color.png);
  background-repeat: no-repeat;
  background-size: 70px;
  width: 70px;
  height: 100%;
  background-position: center;
  margin-top: -4px;
  transition: 0.3s ease;
}
.btn.btn-cool.cool-dark:hover {
  padding-left: 8px;
  gap: 10px;
}
.btn.btn-cool.cool-dark:hover:after {
  content: "";
  background-image: url(img/icons/cool-color-active.png);
  margin-left: 20px;
}
.btn.btn-cool.cool-dark.btn-anim:after {
  animation: btn-cool-animation 3s linear infinite;
}
.btn.btn-cool.cool-simple:before {
  content: "";
  background-image: url(img/icons/cool-simple.png);
  background-repeat: no-repeat;
  background-size: 70px;
  width: 70px;
  height: 100%;
  background-position: center;
  transition: 0.2s ease;
  left: 0;
  margin-right: 0;
}
.btn.btn-cool.cool-simple:hover:before {
  content: "";
  background-image: url(img/icons/cool-active.png);
  background-repeat: no-repeat;
  background-size: 70px;
  width: 70px;
  height: 100%;
  background-position: center;
  margin-right: 0;
  transition: 0.2s ease;
}
@keyframes btn-cool-animation {
  0% {
    margin-left: 10px;
  }
  72% {
    margin-left: 10px;
  }
  79% {
    margin-left: 20px;
  }
  86% {
    margin-left: 13px;
  }
  93% {
    margin-left: 20px;
  }
  100% {
    margin-left: 10px;
  }
}
.btn-round {
  border-radius: 100%;
  font-size: 18px;
  line-height: 130%;
  aspect-ratio: 1;
  height: auto;
  padding: 15px;
  max-width: 200px;
}

.btn.btn-circles {
  overflow: visible;
}
.btn.btn-circles:before {
  content: "";
  background-image: url(./img/bg/circles.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60vw;
  height: 60vw;
  background-size: 60vw;
  background-repeat: no-repeat;
  background-position: -5vw bottom;
  z-index: -1;
}

/* forms */
input, textarea {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #F4F4F4;
  border: 2px solid transparent;
  padding: 5px 25px;
  opacity: 1;
  transition: 0.2s ease;
  font-size: 15px;
  font-weight: 400;
}

label {
  display: flex;
  flex-direction: column;
  width: 100%;
}
label > span {
  transition: all 0.2s;
  transform-origin: top left;
  color: #B2B2B2;
}
label > input[placeholder=" "]:not(:focus):-moz-placeholder-shown + span {
  transform: translateY(30px) scale(1.15);
  pointer-events: none;
  color: #aaaaaa;
  font-size: 16px;
}
label > input[placeholder=" "]:not(:focus):placeholder-shown + span {
  transform: translateY(30px) scale(1.15);
  pointer-events: none;
  color: #aaaaaa;
  font-size: 16px;
}

textarea {
  padding: 33px 40px 27px;
}

input:focus, textarea:focus, input:focus, textarea:focus {
  outline: none !important;
  border-color: #24A844;
  opacity: 1;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #131313;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #131313;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #131313;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #131313;
}

.checkbox {
  opacity: 1;
  display: flex;
  gap: 15px;
}

[type=checkbox] + label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  opacity: 1;
  color: rgba(255, 255, 255, 0.35);
}

.inline__form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
  width: 100%;
}
.inline__form > * {
  width: calc(50% - 15px);
}
/* 
[type=checkbox] {
  width: 21px;
  min-width: 21px;
  height: 22px;
  color: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 3px;
  border: 3px solid #fff;
  background: transparent;
  background-color: transparent;
  transition: background 300ms;
  cursor: pointer;
  border-width: 3px !important;
  padding: 1px;
  opacity: 0.35 !important;
} */
[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background: transparent;
  background-color: transparent;
  background-size: contain;
  width: 16px;
  height: 16px;
}
[type=checkbox]:checked {
  background-color: transparent;
}
[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url(img/icons/check.png);
}
[type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
}
[type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url(img/icons/check.png);
}

/* IE */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 32px 0 30px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  height: 60px;
}
select::-ms-expand {
  display: none;
}

.select {
  width: 100%;
  height: 60px;
  border-radius: 100px;
  background: white;
  border: 1px solid #aaaaaa;
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.select::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(img/icons/select.png);
  justify-self: end;
  background-size: 10px;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  position: relative;
}

select {
  grid-area: select;
}

.select:after {
  grid-area: select;
}
.select .focus {
  transition: border 0.2s ease;
}

select option {
  background-color: white;
  color: gray;
  width: 310px;
  padding: 10px 15px;
  height: 20px;
  cursor: pointer;
  max-width: 100%;
}
select option:hover {
  padding-left: 25px;
  width: 270px;
  color: #24A844;
}

form .form__errors {
  display: none;
  padding: 15px 15px 15px 25px;
  margin-top: -15px;
  margin-bottom: 25px;
  border-left: 4px solid #24A844;
  background: rgba(233, 72, 72, 0.1);
}

input.error {
  outline: none !important;
  border: 1px solid #E25252;
}

select.error + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #E25252;
  border-radius: inherit;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-radius: 100px;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > input {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  box-shadow: none;
}
.input-group > * {
  height: 70px;
}

.input-group-inset {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-radius: 100px;
}
.input-group-inset .btn {
  position: absolute;
  top: 2px;
  right: 0;
}
.input-group-inset .btn.btn-cool.cool-white:hover:before {
  margin-right: 0;
}

.q-minus::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(img/icons/q-minus.png);
  justify-self: end;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.q-plus::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(img/icons/q-plus.png);
  justify-self: end;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

/* headings */
.entry-title, h1, .h1 {
  margin-top: 0;
  margin-bottom: 35px;
  text-align: left;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  font-size: clamp(35px, 5vw, 60px);
  line-height: 130%;
}

h2, .h2 {
  margin-top: 0;
  margin-bottom: 35px;
  color: #0c0c0c;
  font-weight: 700;
  text-align: left;
  
  font-size: clamp(28px, 5vw, 50px);
  line-height: 130%;
  text-transform: none;
}

h3, .h3 {
  margin-top: 0;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: clamp(25px, 5vw, 32px);
  color: #3D352E;
  line-height: 130%;
  text-transform: none;
}

h4, .h4 {
  margin-top: 0;
  margin-bottom: 35px;
  
  font-weight: 700;
  font-size: clamp(20px, 5vw, 28px);
  color: #3D352E;
  line-height: 130%;
  text-transform: none;
}

h5, .h5 {
  margin-top: 0;
  margin-bottom: 35px;
  
  font-weight: 700;
  font-size: clamp(18px, 5vw, 22px);
  color: #3D352E;
  line-height: 130%;
  text-transform: none;
}

h6, .h6 {
  margin-top: 0;
  margin-bottom: 35px;
  
  font-weight: 700;
  font-size: clamp(16px, 5vw, 18px);
  color: #3D352E;
  line-height: 130%;
  text-transform: none;
}

/* blocks */
/*  group block */
.group__block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.group__block.with__bg .icon__text {
  background-image: url(img/services/service-1.jpg);
  background-repeat: no-repeat !important;
  background-size: 103% !important;
  background-position: left top !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.group__block.with__bg .icon__text:before {
  content: "";
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease;
  background: rgb(240, 240, 240);
}
.group__block .icon__text {
  border-radius: 10px;
  border: 0;
  padding: 45px 40px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #3D352E;
  font-size: 18px;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
}
.group__block .icon__text .text__block {
  text-align: left;
  padding-left: 20px;
  color: white;
}
.group__block .icon__text .text__block.simple {
  font-size: 20px;
  font-weight: 400;
  line-height: 19px;
}
.group__block .icon__text strong {
  
  line-height: 1.5;
}
.group__block .icon__text .icon {
  width: 70px;
  height: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.group__block.__slider {
  display: block;
}

.group__block.oboi {
  gap: 0;
}
.group__block.oboi .icon__text {
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  flex: 1;
  background: transparent;
  text-align: center;
  padding: 4%;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.group__block.oboi .icon__text:not(:last-child) {
  margin-right: -50px;
}
.group__block.oboi .icon__text strong {
  font-weight: 700;
  line-height: 1;
}
.group__block.oboi .icon__text .text {
  font-size: clamp(16px, 5vw, 22px);
}
.group__block.oboi a.slick-slide:hover {
  border-color: #0C872A;
  z-index: 2;
}
.group__block.oboi .icon {
  width: 70px;
  height: 70px;
  background-size: 70px;
}
.group__block.oboi hr {
  width: 80px;
  background: rgba(44, 44, 45, 0.15);
  height: 2px;
  border: 0;
}

.icon__text .icon {
  background-image: url(img/icons/leyka.png);
}

/* end group block */
/* cards */
.cards .card__item {
  overflow: hidden;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cards:not(.__slider) .card__item {
  background: white;
}

/* end cards */
/* flip cards */
.card__block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.card__block .card__item {
  flex-basis: calc(24.333333% - 14px);
    color: #3C3C3B;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  line-height: 130%;
  min-height: auto
  perspective: 1000px;
  cursor: pointer;
}

.card__block .card__item_text{
  margin-top: 1rem;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 1.2rem;
  font-weight: 400;
  color: #101010;
}


.cts.col__rb:before {
	display:none !important;
}



.card__block .card__item .card__inner {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;

}
.card__block .card__item:hover .card__inner {
}
.card__block .card__item .card__back {
  transform: rotateY(180deg);
  font-size: 18px;
  line-height: 140%;
}
.card__block .card__item .card__front {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  background-position: center !important;
  background-size: cover !important;
}
.card__block .card__item p {
    margin-bottom: 0;
    background: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 9px;
    box-sizing: border-box;
    border: 1px solid #034379;
    min-height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.asxa {
	color:#000;
	text-decoration:none;
}
.card__block .card__item .card__front, .card__block .card__item .card__back {
    position: static;
    width: 100%;
    height: 213px;
    background: white;
    backface-visibility: hidden;
    padding: 40px;
    border: 1px solid #034379;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
}

/* end flip cards */
/* accordion */
.accordion__item {
  background-color: transparent;
  position: relative;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  transition: 0.2s ease;
}
.accordion__item:not(:last-child) {
  margin-bottom: -1px;
}
.accordion__item.active {
  z-index: 1;
}

.accordion__title {
  cursor: pointer;
  padding: 45px 35px 45px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
}
.accordion__title .h3, .accordion__title h3 {
  margin-bottom: 0;
}
.accordion__title:after {
  content: "";
  background: url(img/icons/plus.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 45px;
  transition: 0.2s ease;
}

.accordion__item.active .accordion__title:after {
  background: url(img/icons/minus.png) no-repeat;
  background-size: 30px;
}

.accordion__content {
  display: none;
  padding: 0px 35px 45px 0;
}

.accordion__content p {
  margin-bottom: 0;
}

.accordion__title .h6, .accordion__title h6 {
  transition: 0.2s ease;
}

/* accordion TAB */
.accordion__tab {
  position: relative;
}

.accordion__item {
  background-color: transparent;
  margin-bottom: 30px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  position: relative;
}

.accordion__tab .accordion__item {
  background-color: white;
  margin-bottom: 30px;
  position: initial;
  border: 0;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: 30px;
  transition: margin-right 0s ease;
}
.accordion__title {
  cursor: pointer;
}

.accordion__tab .accordion__item .scrollbar-outer {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
}
.accordion__tab .accordion__title {
  width: 50%;
  position: relative;
}
.accordion__tab .accordion__item.active .accordion__title .h3, .accordion__tab .accordion__item.active .accordion__title h3, .accordion__tab .accordion__item.active .accordion__title .h5, .accordion__tab .accordion__item.active .accordion__title h5 {
  color: white;
}

.accordion__title {
  /*&:after
  * content: ''
  * background: url(imagePath("icons/plus.png")) no-repeat
  * background-size: 40px
  * width: 40px
  * height: 40px
  * position: absolute
  * cursor: pointer
  * right: 40px
  * top: 28px
  * transition: background .2s ease */
}
.accordion__title .h3, .accordion__title h3, .accordion__title .h5, .accordion__title h5 {
  margin-bottom: 0;
}

/*.accordion__tab .accordion__item.active .accordion__title:after
 * right: 55px */
/*.accordion__item.active .accordion__title:after
 * background: url(imagePath("icons/minus.png")) no-repeat
 * background-size: 40px */
.accordion__tab .accordion__content {
  width: calc(50% - 15px);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  background: #24A844;
  height: 100%;
  padding: 75px 70px;
  color: white;
  line-height: 1.8;
  font-size: 20px;
}
.accordion__tab .accordion__item:first-child .accordion__content {
  border-radius: 10px;
}
.accordion__tab .accordion__item:last-child .accordion__content {
  border-radius: 10px;
}

.accordion__content p {
  margin-bottom: 0;
}

/* accordion end */
/* styled 2 columns */
.col__block {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding-top: 40px;
}
.col__block .col__left, .col__block .col__right {
  min-height: 1px;
  min-width: 1px;
  flex: 1;
  position: relative;
}
.col__block .col__left {
  flex: 0 0 57%;
}
.col__block .col__right {
  flex: 0 0 43%;
}

.col__lb:after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  width: 57%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0px 50px 50px 0px;
  background: #EBF5FC;
}

.col__rb {
  /*  content: ''
  * background-size: cover
  * background-repeat: no-repeat
  * background-position: top
  * position: absolute
  * width: 58%
  * height: 100%
  * right: 0
  * top: 0
  * z-index: -1
  * border-radius: 50px 0px 0px 50px
  * background: #EBF5FC */
}
.col__rb .col__left {
  padding: 0 10% 0 0;
}

.col__lb .col__right {
  padding: 0 0 0 10%;
}

/* end styled 2 columns */
.box {
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  background: white;
}

/* tabs */
.tabs .tab-btn {
  order: 1;
  background: transparent;
  height: 44px;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1;
  padding-bottom: 5px;
  padding-top: 0;
  color: #3D352E;
  
}
.tabs .tab-btn:hover {
  color: white;
  background: #24A844;
}
.tabs .tab-btn.active {
  order: 1;
  background: #24A844;
  color: white;
}
.tabs .tab-item {
  order: 2;
  display: none;
  background: #EBF5FC;
  font-size: 18px;
  line-height: 34.2px;
  margin-top: 25px;
  width: 100%;
}
.tabs .tab-item.active {
  order: 2;
  display: block;
}
.tabs .review__text {
  font-size: 16px;
}
.tabs .review__text p {
  font-size: 16px;
}
.tabs .reviews__item {
  min-height: auto;
}

/* end tabs */
.col__lb, .col__rb {
  position: relative;
}

.col__block {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding-top: 40px;
}
.col__block .col__left, .col__block .col__right {
  flex: 1;
}
.col__block .col__left, .col__block .col__right {
  min-height: 1px;
  min-width: 1px;
  flex: 1;
  position: relative;
}
.col__block .col__left {
  flex: 0 0 59%;
}
.col__block .col__right {
  flex: 0 0 41%;
}

.col__lb:not(.col__w__img):before,
.col__rb:not(.col__w__img):before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  background-color: white;
  height: 100%;
  top: 0;
}

.col__lb.col-half:not(.col__w__img):before,
.col__rb.col-half:not(.col__w__img):before {
  height: 38%;
}

.bg-white.col__lb:not(.col__w__img):before, .bg-white.col__rb:not(.col__w__img):before {
  background-color:#152C89;
}

.col__lb:before {
  width: 57%;
  left: 0;
}

.col__rb:before {
  width: 43%;
  right: 0;
}
.col__rb .col__left {
  padding: 0 10% 0 0;
}

.col__lb .col__right {
  padding: 0 0 0 10%;
}

.col__rb .col__img {
  content: "";
  background-image: url(img/bg/about-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  height: 100%;
  top: 0;
}
.sectionCustomForm .checkbox-container p {
  color: #fff !important;
}
.col__lb .col__img {
  content: "";
  background-image: url(img/bg/about-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  height: 100%;
  top: 0;
  width: 57%;
  left: 0;
}

.col__rb .col__img {
  width: 43%;
  right: 0;
}

/* slider */
.gallery.__slider .slick-slide {
  overflow: hidden;
}
.gallery.__slider img {
  transition: 0.25s ease;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #24A844;
  opacity: 0.2;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #24A844;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #24A844;
}

.slick-prev, .slick-next {
  width: 60px;
  height: 60px;
  z-index: 1;
}

.slick-disabled {
  cursor: default;
  display: none !important;
}

.slick-arrows-outside .slick-disabled {
  display: block !important;
}

.slick-next:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  background-image: url(img/icons/arrow-next.png);
  transition: 0.2s ease;
  filter: none;
}

.slick-prev:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  background-image: url(img/icons/arrow-next.png);
  transition: 0.2s ease;
  filter: none;
  transform: rotate(180deg);
}

.__slider.equal__height .slick-slide {
  height: inherit !important;
}
.__slider.equal__height .slick-track {
  display: flex !important;
}

.products {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
.products.__slider .slick-slide {
  margin: 0 15px;
}

.slick-slide img {
  width: 100%;
}

.outside__arrows .slick-prev, .outside__arrows .slick-next {
  position: initial;
}

.cards.__slider img {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.with-shadow .slick-next {
  right: 13px;
  top: 50%;
}

.with-gap-invert .slick-prev:not(.slick-disabled) {
  display: block !important;
}

.slick-next {
  right: -24px;
  top: 50%;
}

.slick-prev {
  left: -24px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}

.__slider:hover .slick-prev {
  opacity: 1;
  visibility: visible;
}

.slider__wrapper .slick-next {
  right: -25px;
}

.__slider.with-gap .slick-next {
  right: -15px;
}
.__slider.with-gap .slick-prev {
  left: -15px;
}

.slider__wrapper .slick-prev {
  left: -20px;
}

.outside-arrows .slick-next {
  right: 0;
}
.outside-arrows .slick-prev {
  left: 0;
}

.__slider .slick-dots {
  margin-top: 10px;
}
.__slider.overflow-visible .slick-list {
  overflow: visible;
}

.slick-dots {
  position: initial;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slider__columns .slick-dots {
  margin-top: 25px;
}

.with-offset {
  margin-left: -10% !important;
  margin-right: -10% !important;
}

.with-gap {
  margin: 0 -15px;
}
.with-gap .slick-slide {
  margin: 0 15px;
}

.with-gap-invert {
  /*margin: 0 24px */
}
.with-gap-invert .slick-list {
  box-sizing: initial;
  padding: 0 10px;
}
.with-gap-invert .slick-slide {
  margin: 0 -12px;
}

.with-shadow.__slider {
  margin: 0 -55px;
}
.with-shadow.__slider .slick-list {
  box-sizing: initial;
  padding: 55px 45px;
}
.with-shadow.__slider .slick-slide {
  opacity: 0;
}

.only-visible.__slider .slick-slide {
  opacity: 0;
}

.with-shadow.__slider .slick-active, .only-visible.__slider .slick-active {
  opacity: 1;
}

.with-shadow.__slider {
  margin: 0 -55px;
}
.with-shadow.__slider .slick-list {
  box-sizing: initial;
  padding: 55px 40px;
}

.products__slider .product__item {
  width: auto;
  flex: auto !important;
}

.slider__columns {
  display: flex;
  justify-content: space-between;
}
.slider__columns > *:first-child {
  width: 85%;
}
.slider__columns > *:last-child {
  width: 15%;
  position: relative;
}

.outside__arrows {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: end;
}

.slider__fix {
  max-width: 100%;
  overflow: hidden;
}

.slider__wrapper {
  position: relative;
  max-width: 100%;
}

.slider__wrapper__full {
  width: 100vw;
  position: inherit;
  margin-left: -50vw;
  overflow: hidden;
  left: 50%;
}

.slick-arrows-outside {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: start;
  padding-top: 2px;
}
.slick-arrows-outside .slick-prev, .slick-arrows-outside .slick-next {
  left: initial;
  right: initial;
  position: relative;
  top: initial;
  transform: none;
}
.slick-arrows-outside .slick-prev {
  width: 65px;
  height: 65px;
}
.slick-arrows-outside .slick-next {
  width: 65px;
  height: 65px;
}
.slick-arrows-outside .slick-next:before {
  width: 65px;
  height: 65px;
  background-size: 65px;
}
.slick-arrows-outside .slick-prev:before {
  width: 65px;
  height: 65px;
  background-size: 65px;
}

.__slider.right-arrow-only .slick-prev {
  display: none !important;
}

.img-w-hover {
  position: relative;
  justify-content: center;
  display: flex !important;
}
.img-w-hover:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(22, 161, 226, 0.35);
  position: absolute;
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.img-w-hover:after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(img/icons/hover.png);
  background-repeat: no-repeat;
  background-size: 50px;
  position: absolute;
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  top: calc(50% - 25px);
  z-index: 2;
}
.img-w-hover:hover:before, .img-w-hover:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
}

.products.__slider .slick-dots {
  display: flex;
  justify-content: stretch;
  gap: 0;
  flex-wrap: wrap;
  margin: 0 10px;
}
.products.__slider .slick-dots li {
  flex: 1;
  margin: 0;
  height: 3px;
}
.products.__slider .slick-dots li button {
  background: transparent;
  border-bottom: 1px solid #262628;
  opacity: 0.15;
  height: 3px;
  padding: 0;
  width: 100%;
}
.products.__slider .slick-dots li button:before {
  content: "";
  display: none;
}
.products.__slider .slick-dots li.slick-active button {
  border-bottom-color: #24A844;
  background: #24A844;
  opacity: 1;
}

/* product */
.products {
  gap: 30px;
}
.products .product__item {
  border-radius: 10px;
  overflow: hidden;
  border: 0;
  background: white;
  display: flex;
  flex-direction: column;
  transition: 0.2s ease-in-out;
  box-shadow: none;
  padding: 0;
  position: relative;
  z-index: 1;
  /*box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10); */
  background: #fff;
  position: relative;
  overflow: visible !important;
}

.product__item .cart__action .action__inner {
  padding: 0 30px 0;
  /*width: 100%; */
}
.product__item:hover {
  /*box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.20); */
}

/* *.products .product__item:before {
 * *    background: url(imagePath('bg/top.png) no-repeat center;
 * *    background-size: contain;
 * *    content: '';
 * *    width: 40%;
 * *    height: 20%;
 * *    display: block;
 * *    position: absolute;
 * *    top: 0;
 * *    z-index: -1;
 * *    background-position: top;
 * *} */
.products .product__item .product__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 15px;
  position: relative;
  padding: 30px 20px 35px;
  transition: 0.2s ease;
}
.products .product__item:hover {
  /*padding-bottom: 20px; */
}
.products .product__item:hover .product__info {
  /*gap: 5px!important; */
}

.product__item .rating {
  max-width: 100px;
}

.product__price {
  color: #24A844;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 22px */
}

.product__old__price {
  color: #3D352E;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 15.4px */
  text-decoration: line-through;
  text-decoration-thickness: 1px !important;
}

.product__right .product__price {
  /*color: #252525; */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  
  /*margin-bottom: 40px; */
}
.product__right .product__old__price {
  /*color: #252525; */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  
  /*margin-bottom: 40px; */
}

/* *.summary .product__price {
 * *    font-family: $heading-fonts);
 * *    font-size: 36px;
 * *}
 * *.summary .product__old__price {
 * *    font-family: $heading-fonts);
 * *    font-size: 22px;
 * *} */
.__slider .product__item {
  width: auto;
  flex: auto !important;
}

.product__item .product__inner {
  transition: 0.4s ease-in-out;
  position: relative;
  /*box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10); */
}
.product__item .product__inner:hover {
  /*box-shadow: 0px 4px 50px 15px rgba(0, 0, 0, 0.10); */
  z-index: 10;
}
.product__item .cart__action {
  display: none;
  opacity: 0;
  transition: 0.2s ease;
  margin-top: -30px;
  /* position: absolute; */
  position: absolute;
  width: 100%;
  left: 0;
  background: transparent;
  z-index: 10;
  padding-bottom: 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-left: 0;
  margin-right: -1px;
  background: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 30px 30px;
  display: none;
  margin: -30px 0 0;
  visibility: hidden;
  height: 0;
  transition: all 0.1s ease;
  text-align: center;
  padding-top: 15px;
}
.product__item .cart__action .details {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 20px;
  color: #3D352E;
  
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.product__item:hover .cart__action {
  opacity: 1;
  visibility: visible;
  height: auto;
  display: block;
}
.product__item:hover .cart__action * {
  opacity: 1;
}
.product__item:focus .cart__action, .product__item:hover .wishlist, .product__item:focus .wishlist {
  opacity: 1;
  visibility: visible;
  height: auto;
  display: block;
}

.product__sizes .select {
  /*background: white; */
  /*border: 1px solid white; */
  /*box-shadow: 0px 4px 40px 0px rgba(21, 30, 51, 0.15); */
}

.product__wrapper .entry-title {
  color: #3D352E;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin: 0;
  /* margin-bottom: 20px; */
}
.pravicy h1 {
  color:#000 !important;
}
.products__section, .reviews__section {
  position: relative;
  z-index: 1;
}

.product__single__wrap {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.products__after {
  margin-bottom: 80px;
}

.color__block .color__item {
  background: #ccc;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}
.color__block .color__item.active {
  cursor: default;
}
.color__block .color__item.active:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(img/icons/check.png);
  justify-self: end;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.product__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
}

.product__single {
  color: #3D352E;
  font-style: normal;
  line-height: 30px;
}

.product__wrapper .product__left {
  flex-basis: 48%;
}
.product__wrapper .product__right {
  flex-basis: 40%;
}

.product__description strong {
  color: #252525;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.order__buttons {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order__buttons .btn {
  height: 74px;
  padding: 26px 50px;
}

#product-pics .slick-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
}

.product__right .btn {
  height: 60px;
}

.product__wrapper .product__left .product__images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product__wrapper .product__left .product__images .product__image {
  width: 100%;
}

.similar__products {
  padding-top: 80px;
}

.images__thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.images__thumbnails img {
  border-radius: 10px;
  flex: 1;
  max-width: calc(20% - 8px);
}

.product__image {
  overflow: hidden;
  text-align: center;
  align-items: start;
  display: flex;
  justify-content: center;
}
.product__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.product__item .product__image {
  transition: 0.2s ease;
}

.product__wrapper .product__image img {
  border-radius: 10px;
}

.products .product__image img {
  vertical-align: bottom;
  transition: 0.2s ease;
}

.product__name a {
  display: block;
  color: #3D352E;
  font-weight: 500;
}
.product__name a:hover {
  color: #24A844;
}

.product__price strong {
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
}
.product__price.color strong {
  color: #24A844;
}

.flex-top, .flex-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
}

/* common */
a {
  text-decoration: none;
  font-weight: bold;
  transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, filter 0.5s ease, border-color 0.5s ease;
  -webkit-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, filter 0.5s ease, border-color 0.5s ease;
  -moz-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, filter 0.5s ease, border-color 0.5 ease;
  color: #ffffff;
}
a:hover {
  color: #000;
}

section {
  position: relative;
	background: #034379;
}
}

li {
  list-style: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;


  font-style: normal;
  color: #3D352E;
  text-align: left;
  cursor: default;
  background: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  /*letter-spacing: letterSpacing($font-size, 2)*/
}
body.dark {
  background: #131313;
}

main {
  display: flex;
  flex-direction: column;
}
.nllogo  {
	width:88px
}
.nllogo img {
	width:100%;
}

iframe {
  display: block;
  border: 0;
  overflow: hidden;
  height: 100%;
}

img {
  max-width: 100%;
  margin-bottom: 0;
  vertical-align: top;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

p {
  margin: 0 0 20px;
}

ul.styled-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
ul.styled-list li {
  padding-left: 50px;
  position: relative;
  text-align: left;
  line-height: 32px;
  margin-bottom: 10px;
}
ul.styled-list li:before {
  content: "";
  background: url(img/icons/list.png) center no-repeat;
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background-size: 32px;
  color: #24A844;
}

table.lines-between tr:not(:last-child) td {
  border-bottom: 1px solid #DCDDE0;
}
table.lines-between td {
  padding: 11px 0;
}
.asx {
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;

}
hr {
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
  border: 0 !important;
  margin-bottom: 50px;
}

/* elements */
.breadcrumbs {
  margin-top: 25px;
  text-align: center;
}
.breadcrumbs a {
  color: #aaaaaa;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.breadcrumbs span {
  color: #aaaaaa;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #3D352E;
}
.breadcrumbs a::after {
  content: "/";
  color: #aaaaaa;
  margin-left: 7px;
  margin-right: 5px;
}
.breadcrumbs a:hover {
  color: #24A844;
}

.sticky-element {
  position: sticky;
  top: 20px;
  transition: 0.5s ease;
}

.scroll__top {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 64px;
  width: 60px;
  height: 60px;
  z-index: 777;
}

.arrow__up {
  background-image: url(img/icons/arrow-next.png);
  transform: rotate(-90deg);
  opacity: 0.5;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 48px;
}
.arrow__up:hover, .arrow__up:focus {
  opacity: 1;
  background-image: url(img/icons/arrow-next.png);
  filter: grayscale(0);
}

.label {
  border-radius: 0;
  background: #24A844;
  transition: 0.2s ease;
  padding: 0px 15px 10px;
  color: white;
}

/* popup */
.mfp-container {
  padding: 0;
}

.popup-window {
  position: relative;
  background: white;
  padding: 100px 60px 110px;
  width: auto;
  max-width: 1170px;
  margin: 40px auto 20px;
  border-radius: 0;
}

.popup-small {
  position: relative;
  background: white;
  padding: 80px 55px;
  width: auto;
  max-width: 520px;
  margin: 50px auto;
}

.popup-large {
  position: relative;
  background: white;
  padding: 80px 55px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.popup-medium {
  max-width: 820px;
}

.mfp-inline-holder .mfp-close {
  content: "";
  background: url(img/icons/cross.png) no-repeat !important;
  background-size: 16px !important;
  width: 16px;
  height: 16px;
  right: 35px;
  top: 35px;
  opacity: 1;
  color: transparent;
  transition: 0.5s ease;
}
.mfp-inline-holder .mfp-close:hover {
  filter: grayscale(1);
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  height: 100vh;
}
.fty img {
  width: 100%;
}
/* icons */
.bg__icon {
  position: relative;
  line-height: inherit;
  white-space: nowrap;
  background: url(img/icons/whatsapp-top.png) no-repeat;
  background-size: 70px !important;
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: inline-block;
  

}
.menu-item a {
	font-size:14px;
    padding: 34px 0;
}
.menu-item a:hover {
    color:#FEED01;
}
.menu-item-has-children{
	position:relative;
}
.sub-menu {
    position: absolute;
    top: 59px;
    background: #fbfbfb;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
    z-index: 99;
    width: 244px;
    display: none;
    border: 1px solid #ccc;
}
#naviagation .menu-item:hover .menu-item a, #naviagation .menu-item .menu-item a {
 	color:#000 !important;
    border-bottom: 1px solid #ccc;
}
.sub-menu .menu-item-has-children .sub-menu{
    left: 242px;
    top: 0;
    width: 69%;
    padding: 0px 0px 0 12px;
    box-sizing: border-box;
	display:none !important;
}
.sub-menu .menu-item-has-children:hover .sub-menu {
		display:block !important;
}

.menu-item-has-children:hover .sub-menu {
	display:block;
}
.sub-menu a {
	padding:0;
	text-transform:lowercase;
}
.sub-menu li {
	margin-bottom:15px;
}
.bg__icon2 {
  position: relative;
  line-height: inherit;
  white-space: nowrap;
  background: url(img/icons/whatsapp-top.png) no-repeat;
  background-size: 70px !important;
  width: 150px;
  height: 150px;
  min-width: 70px;
  display: inline-block;
}
.bg__icon3 {
  position: relative;
  line-height: inherit;
  white-space: nowrap;
  background: url(img/icons/whatsapp-top.png) no-repeat;
  background-size: 70px !important;
  width: 150px;
  height: 150px;
  min-width: 70px;
  display: inline-block;
}

.bg__icon4 {
  position: relative;
  line-height: inherit;
  white-space: nowrap;
  background: url(img/icons/whatsapp-top.png) no-repeat;
  background-size: 70px !important;
  width: 150px;
  height: 150px;
  min-width: 70px;
  display: inline-block;
}
#icon__list .bg__icon {
  background-color: #152C89 !important;
  border-radius: 100%;
  background-size: 65% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

#icon__list2 .bg__icon2 {
  background-color: #152C89 !important;
  border-radius: 100%;
  background-size: 75% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

#icon__list3 .bg__icon3 {
  background-color: #034379 !important;
  border-radius: 100%;
  background-size: 75% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

#icon__list4 .bg__icon4 {
   border-radius: 100%;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.icon__before {
  position: relative;
  margin-left: 25px;
  line-height: inherit;
  white-space: nowrap;
}
.icon__before:before {
  background: url(img/icons/whatsapp-top.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  left: -25px;
  top: 2px;
  transition: 0.2s ease;
}

.whatsapp__text:before {
  background: url(img/icons/whatsapp-top.png) no-repeat;
  background-size: contain;
}

.icon__eye:before {
  background: url(img/icons/eye.png) no-repeat;
  background-size: contain;
  top: -4px;
  background-size: 40px;
}

.icon__pin:before {
  background: url(img/icons/pin.png) no-repeat;
  background-size: contain;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.icon__phone__simple:before {
  background: url(img/icons/phone-vector.png) no-repeat;
  background-size: contain;
  background-size: 14px;
  width: 14px;
  height: 14px;
}

.icon__mail:before {
  background: url(img/icons/mail.png) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.icon__clock:before {
  background: url(img/icons/clock.png) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.phone__icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 15px;
}
.phone__icon:before {
  content: "";
  background-image: url(img/icons/phone.png);
  background-repeat: no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  background-position: center;
  border-radius: 100%;
  display: inline-block;
}

.line__icons {
  display: flex;
}

.line__icon {
  position: relative;
  margin-right: 5px;
  line-height: 24px;
  width: 10px;
  height: 32px;
  display: inline-block;
}
.line__icon:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: 32px !important;
  width: 32px;
  height: 32px;
  left: 0;
}

.pin.line__icon:before {
  background: url(img/icons/pin-dark.png);
}

.whatsapp.line__icon:before {
  background: url(img/icons/whatsapp.png);
}

.faq.line__icon {
  width: 50px;
  height: 50px;
  margin-right: 0;
}
.faq.line__icon:before {
  background: url(img/icons/faq.png);
  width: 50px;
  height: 50px;
  background-size: 50px !important;
}

.cart.line__icon {
  margin-right: 12px;
}
.cart.line__icon:before {
  background: url(img/icons/cart.png);
}

.badge__count {
  position: absolute;
  width: 18px;
  height: 18px;
  padding: 0;
  background: #24A844;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  font-style: normal;
  top: -7px;
  right: -6px;
}

.s3kalonki {
  display: flex;
  justify-content: normal;
  gap: 30px;

}
.pravicy a {
  color: #034379 !important;
}
.s3kalonki div {
  width: 30%;
  min-height: 300px;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
} 



.user.line__icon {
  margin-right: 20px;
}
.fancybox_content a {
  text-decoration: underline;
  font-weight: bold;
  color:#000
}



.user.line__icon:before {
  background: url(img/icons/user.png);
}

.ya-maps.line__icon:before {
  background: url(img/icons/ya.png);
  width: 28px;
  height: 25px;
  background-size: 16px !important;
  background-position: center right;
}

.telegram.line__icon:before {
  background: url(img/icons/tg.png);
  width: 48px;
  height: 48px;
  background-size: 48px !important;
  background-position: center;
}

.whatsapp.line__icon:before {
  background: url(img/icons/whatsapp.png);
  width: 48px;
  height: 48px;
  background-size: 48px !important;
  background-position: center;
}

.instagram.line__icon:before {
  background: url(img/icons/in.png);
  width: 48px;
  height: 48px;
  background-size: 48px !important;
  background-position: center;
}

.wishlist.line__icon:before {
  background: url(img/icons/heart-dark.png);
}

.search.line__icon:before {
  background: url(img/icons/search.png);
}

.icon__search {
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-block;
  cursor: pointer;
  background: #24A844;
  transition: opacity 0.4s ease;
  border-radius: 100%;
  transition: 0.4s ease;
}
.icon__search:before {
  content: "";
  background-image: url(img/icons/search.png);
  background-repeat: no-repeat;
  background-size: 17px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-position: center;
}
.icon__search:hover, .icon__search.active {
  background: #24A844;
}
.icon__search.active:before {
  background-image: url(img/icons/cross.png);
  background-size: 11px;
  filter: brightness(1.5);
}

.social .line__icon {
  width: 18px;
  height: 18px;
  margin-right: 0;
}
.social .line__icon:before {
  width: 18px;
  height: 18px;
  background-size: 18px !important;
}

.icon.icon-num {
  background: #24A844;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 25px;
  
  width: 80px;
  min-width: 80px;
  height: 80px;
}

/* reviews */
.reviews__item {
  padding: 35px 40px 40px;
  border: 1px solid #24A844;
  background: #FFF;
  transition: border-color 0.3s ease;
}
.reviews__item:hover {
  border-color: #24A844;
  cursor: pointer;
}
.reviews__item .review__top {
  border-bottom: 0;
  gap: 25px;
  text-transform: uppercase;
}
.reviews__item .review__top img:not(.rating) {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.reviews__item .review__text a {
  text-decoration: underline;
}

.product__reviews .product__review:not(:last-child) {
  border-bottom: 1px solid rgba(38, 38, 40, 0.15);
}

/* categories */
.categories__section {
  background-repeat: no-repeat;
  background-size: cover;
}
.categories__section .pill__name {
  font-size: 24px;
}
.categories__section .categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.categories__section .category__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 300px;
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s ease-in-out;
  background-position: center;
  font-size: 14px;
}
.categories__section .category__item:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  right: 25px;
  top: 25px;
  position: absolute;
  transition: 0.2s ease;
}
.categories__section .category__item:hover::before {
  right: 20px;
  top: 20px;
}
.categories__section .category__item .category__info {
  position: absolute;
  padding: 17px 25px;
  bottom: 0;
  z-index: 2;
  display: flex;
  background:#152C89;
  color: white;
  width: 100%;
  border-radius: 0 10px 0 0;
  text-transform: uppercase;
  min-height: 73px;
  align-items: center;
}
.categories__section .category__item .category__info .btn {
  width: auto;
  font-size: clamp(25px, 5vw, 32px);
  font-style: normal;
  font-weight: 400;
  
  line-height: 80%;
  color: white;
  padding: 0 15px;
  flex: 0;
  justify-content: space-between;
}
.categories__section .category__item .category__info .btn:after {
  content: "";
  background-image: url(img/icons/arrow.png);
  width: 0;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.categories__section .category__item:hover {
    box-shadow: 0px 20px 30px -10px rgb(0 0 0);
}
.categories__section .category__item:hover .category__info .btn {
  background: #24A844;
  color: white;
  flex: 100%;
}
.categories__section .category__item:hover .category__info .btn:after {
  width: 15px;
  opacity: 1;
  visibility: visible;
  margin-right: 5px;
}

/* sections */
.advantages__section .group__block .icon__text {
  padding: 40px 40px 45px;
  overflow: visible;
}
.advantages__section .group__block .icon__text p {
  margin-bottom: 0;
}
.advantages__section .group__block .icon__text:nth-child(odd):not(:last-child):before {
  content: "";
  border: 2px solid #24A844;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  width: calc(100% + 32px);
  height: 50px;
  position: absolute;
  top: -50px;
  z-index: -1;
  left: 50%;
}
.advantages__section .group__block .icon__text:nth-child(even):not(:last-child):before {
  content: "";
  border: 2px solid #24A844;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  width: calc(100% + 32px);
  height: 50px;
  position: absolute;
  bottom: -50px;
  z-index: -1;
  left: 50%;
}
.advantages__section .group__block .icon__text .decor {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
.advantages__section .group__block .icon__text .decor:after {
  bottom: -5px;
}
.advantages__section .group__block .icon__text .decor:before {
  top: -5px;
}
.advantages__section .group__block .icon__text:not(:last-child) .decor:before, .advantages__section .group__block .icon__text:not(:first-child) .decor:after {
  content: "";
  background-color: #24A844;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 1;
  left: calc(50% - 4px);
}

.numbers__section .group__block {
  padding: 40px 60px;
  flex-wrap: nowrap;
}
.numbers__section .icon__text {
  color: white;
  gap: 0;
  font-size: 20px;
  padding: 30px;
  border-radius: 0;
}
.numbers__section .icon__text strong {
  font-size: clamp(35px, 4vw, 90px);
  display: block;
  line-height: 1;
}

/* helpers */
.pointer {
  cursor: pointer;
}

.position-absolute {
  position: absolute;
}

.position-bottom {
  bottom: 0;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.pills {
  display: block;
}
.pills .pill {
  
  display: inline-flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 350px;
  color: #3D352E;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  /* 17.6px */
}
.pills .pill.active, .pills .pill:hover {
  background: #24A844;
  color: white;
}

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

.position-unset {
  position: unset;
}

.mute {
  color: #5f5f5f;
}

.text-color {
  color: #24A844;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

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

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

.text-underline {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.img-center {
  width: 100%;
  text-align: center;
}

.text-uppercase, .uppercase {
  text-transform: uppercase;
}

.text-lowercase, .lowercase {
  text-transform: none !important;
}

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

.justify-start {
  justify-content: start !important;
}

.justify-end {
  justify-content: end !important;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.align-items-top {
  align-items: start !important;
}

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

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

.d-none {
  display: none;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.align-left {
  align-items: start;
}

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

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

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

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

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

.border-0 {
  border: 0 !important;
}

.color-1 {
  color: #24A844;
}
.color-1a:hover {
  color: #0C872A;
}

.color-2 {
  color: #24A844;
}
.color-2a:hover {
  color: #24A844;
}

.color-3 {
  color: #3D352E;
}
.color-3a:hover {
  color: #24A844;
}

/* flex gap upto 60px */
.gap-0 {
  gap: 0;
}

.gap-5, .gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-25 {
  gap: -20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}
.gap-455 {
  gap: 70px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-90 {
  gap: 90px;
}

.col-gap-90, .gap-col-90 {
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.gap-col-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.col-gap-20, .gap-col-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-row-10 {
  row-gap: 10px;
}

.gap-row-20 {
  row-gap: 20px;
}

.gap-row-30 {
  row-gap: 30px;
}

.gap-row-40 {
  row-gap: 40px;
}

.gap-row-80 {
  row-gap: 80px;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-children-1 > * {
  flex: 1;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 18px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  /*font-size: 24px; */
  font-size: clamp(18px, 2vw, 24px);
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-80 {
  font-size: clamp(30px, 5vw, 80px);
}

.fs-100 {
  font-size: clamp(30px, 5vw, 100px);
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800, .bold {
  font-weight: 800 !important;
}

.margin-auto,
.m-auto {
  margin: 0 auto;
}

/* margin-top upto 60px */
.mt-0 {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin-bottom upto 60px */
.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin-right upto 20px */
.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-auto {
  margin-left: auto;
}

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

/* padding upto 0 */
.p-0 {
  padding: 0 !important;
}

.p-35 {
  padding: 35px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

/* padding-bottom upto 40px */
.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

/* padding-top upto 50px */
.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-115 {
  padding-top: 115px;
}

/* padding horizontal */
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

/* padding vertical */
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.p-110 {
  padding-top: 110px;
  padding-right: 110px;
  padding-bottom: 110px;
  padding-left: 110px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-70 {
  padding-left: 70px;
}

/* line-height */
.lh-1 {
  line-height: 100%;
}

.lh-110 {
  line-height: 110%;
}

.lh-115 {
  line-height: 115%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-150, .lh-1-5 {
  line-height: 150%;
}

.lh-190 {
  line-height: 190%;
}

.lh-2 {
  line-height: 200%;
}

.box-shadow-none {
  box-shadow: none !important;
}

.w-18px {
  width: 18px !important;
}

.h-18px {
  height: 18px !important;
}

.w-50px {
  width: 50px !important;
}

.wh-50px {
  width: 50px !important;
  height: 50px !important;
}

.w-100 {
  width: 100%;
}

.space {
  padding-top: 65px;
  padding-bottom: 75px;
}

.space-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.space-top {
  padding-top: 120px;
}

.space-bottom {
  padding-bottom: 120px;
}

.space-top-sm {
  padding-top: 60px;
}

.space-bottom-sm {
  padding-bottom: 60px;
}

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

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

.underline {
  text-decoration: underline !important;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
}

/* *a.underline {
 * *    text-decoration: none;
 * *    position: relative;
 * *    display: inline-block;
 * *    width: fit-content;
 * *}
 * *
 * *
 * *a.underline:after {
 * *    content: '';
 * *    height: 1px;
 * *    position: absolute;
 * *    background: $primary-color);
 * *    width: 100%;
 * *    left: 0;
 * *    bottom: 2px;
 * *} */
.dashed {
  position: relative;
}
.dashed::after {
  content: "";
  border-bottom: 1px dashed #cbcbcb;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 30px;
}

a.mute.underline:after {
  background: #5f5f5f;
}
a.mute.underline:hover, a.mute.underline:focus {
  color: #24A844;
}
a.mute.underline:hover::after, a.mute.underline:focus::after {
  background: #24A844;
}

.border-bottom-dotted {
  border-bottom: 2px dotted;
  border-color: #3D352E;
}

.bg {
  background-color: #F2F2F2 !important;
}

.bg-primary_1 {
  background-color: #034379 !important;
}
.bg-primary {
  background-color: #152C89 !important;
}

.bg-tertiary {
  background-color: #3D352E !important;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.bg-color {
  background-color: #A8A8A8 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-dark {
  background-color: #131313 !important;
}

.primary-color {
  color: #24A844;
}

.secondary-color {
  color: #24A844;
}

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

.flat {
  border-radius: 0;
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.bg-absolute {
  position: absolute;
  display: flex;
  height: 100%;
  align-items: center;
  z-index: -1;
}

.col-2 > * {
  flex: 0 1 calc(50% - 15px);
}

.col-3 > * {
  flex: 0 1 calc(33.3333333333% - 20px);
}

.col-4 > * {
  flex: 0 1 calc(25% - 22.5px);
}

.z-1 {
  z-index: -1;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

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

.p-absolute {
  position: absolute;
}

/* col-xl-* upto 100% */
.col-xl-0 {
  width: 0%;
}

.col-xl-5 {
  width: 5%;
}

.col-xl-10 {
  width: 10%;
}

.col-xl-15 {
  width: 15%;
}

.col-xl-20 {
  width: 20%;
}

.col-xl-25 {
  width: 25%;
}

.col-xl-30 {
  width: 30%;
}

.col-xl-35 {
  width: 35%;
}

.col-xl-40 {
  width: 40%;
}

.col-xl-45 {
  width: 45%;
}

.col-xl-50 {
  width: 50%;
}

.col-xl-55 {
  width: 55%;
}

.col-xl-60 {
  width: 60%;
}

.col-xl-65 {
  width: 65%;
}

.col-xl-70 {
  width: 70%;
}

.col-xl-75 {
  width: 75%;
}

.col-xl-80 {
  width: 80%;
}

.col-xl-85 {
  width: 85%;
}

.col-xl-90 {
  width: 90%;
}

.col-xl-95 {
  width: 95%;
}

.col-xl-100 {
  width: 100%;
}

.col-auto {
  flex: 1 0 0%;
}

.col-calc .col-1-2 {
  flex: 0 1 calc(50% - 30px);
}
.col-calc .col-1-3 {
  flex: 0 1 calc(33.3333333333% - 20px);
}
.col-calc .col-1-4 {
  flex: 0 1 calc(25% - 22.5px);
}
.col-calc.gap-40 .col-1-4 {
  flex: 0 1 calc(25% - 30px);
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.d-table {
  display: table;
}

.ff-1 {
  
}

.ff-2 {
  
}

.img-flex {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* theme */
/* maket */
h1.dec-underline {
  text-decoration: underline;
  text-decoration-thickness: 8px;
  font-weight: 700;
  text-decoration-color: #24A844;
}

.h2 span.label,
h2 span.label {
  margin-left: 50px;
}

.video__block {
  --gap-video: 90px;
  gap: var(--gap-video);
}
.video__block.col-2 > * {
  flex: 0 1 calc(50% - var(--gap-video) / 2);
}
.video__block.col-3 > * {
  flex: 0 1 calc(33.3333333333% - var(--gap-video) * 2 / 3);
}
.video__block .video__box {
  margin-right: -10px;
  height: 100%;
}
.video__block .video__box .box {
  border: 12px solid black;
  border-radius: 25px;
  position: relative;
  margin-bottom: 30px;
  height: 100%;
}
.video__block .video__box .box::after {
  content: "";
  width: 80%;
  height: 80%;
  background: #24A844;
  right: -20px;
  top: -20px;
  position: absolute;
  z-index: -1;
}
.video__block .video__box .box img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}
.video__block .video__box .text {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 130%;
}

.fancy-arrows-wrapper {
  position: relative;
}
.fancy-arrows-wrapper .fancy-arrows {
  height: 100%;
  position: absolute;
}
.fancy-arrows-wrapper .fancy-arrows .arrows {
  position: sticky;
  position: -webkit-sticky;
  top: 155px;
  left: 0;
  cursor: pointer;
  height: 16vw;
}
.fancy-arrows-wrapper .fancy-arrows .arrows span {
  display: block;
  width: 11vw;
  height: 16vw;
  margin-left: -9%;
  animation: fancy-arrows-animate 3.5s infinite;
  position: relative;
  background-image: url(img/bg/arrow-transparent.png);
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}
.fancy-arrows-wrapper .fancy-arrows .arrows span:nth-child(2) {
  background-image: url(img/bg/arrow-primary.png);
}
.fancy-arrows-wrapper .fancy-arrows .arrows.color-2 span:nth-child(2) {
  background-image: url(img/bg/arrow-secondary.png);
}
.fancy-arrows-wrapper .fancy-arrows .arrows span:nth-child(2) {
  animation-delay: -0.2s;
}
.fancy-arrows-wrapper .fancy-arrows .arrows span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes fancy-arrows-animate {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-7vw, 0vw);
  }
  5% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg) translate(3vw, 0vw);
  }
}
.uslugi strong {
  font-size: clamp(50px, 20vw, 90px);
  color: #24A844;
  font-weight: 700;
  line-height: 1;
}

.dov {
  overflow: hidden;
}
.dov .group__block {
  position: relative;
}
.dov .group__block:before {
  content: "";
  width: 500%;
  position: absolute;
  height: 0;
  top: 40px;
  display: block;
  border-bottom: 1px solid #5a5a5a;
  left: -100%;
  z-index: -10;
}
.production {
  padding-top: 25% !important;
}
.production .big-circle {
  position: absolute;
  background-image: url(img/bg/big-circle.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.production .big-circle.bc-second {
  background-image: url(img/bg/big-circle-2.jpg);
}

.works__section .cards .card__item {
  background: transparent;
}
.works__section .cards .card__image img {
  border-radius: 10px;
  aspect-ratio: 300/350;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.video-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.video-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1070/550;
}

img.plant {
  width: 18%;
  position: absolute;
  top: 0;
  margin-top: -8%;
  right: 34%;
  z-index: 1;
  filter: drop-shadow(-15px -7px 7px rgba(0, 0, 0, 0.15));
}

.contacts__section .map__absolute {
  top: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 43%;
}

.pricetable {
  width: 100%;
}
.pricetable .table-row {
  display: flex;
  padding: 17px 30px;
  width: 100%;
  border-radius: 10px;
}
.pricetable .table-row:first-child {
  color: white;
  text-transform: uppercase;
}
.pricetable .table-row > * {
  flex: 80%;
}
.pricetable .table-row > *:last-child {
  flex: 20%;
}

.services__section .cards .card__item {
  background: transparent;
}
.services__section .cards .card__image img {
  border-radius: 10px;
  aspect-ratio: 410/280;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

ul.icon__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  height: 80% !important;
  gap: 30px;
  position: relative !important;
}

ul.icon__list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  height: 80% !important;
  gap: 43px;
  position: relative !important;
}
ul.icon__list3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  height: 80% !important;
  gap: 43px;
  position: relative !important;
}

ul.icon__list4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  height: 80% !important;
  gap: 25px;
  position: relative !important;
}

ul.icon__list:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #E1E1E1;
  margin-left: 35px;
}

ul.icon__list2:before {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #E1E1E1;
  margin-left: 35px;
}
ul.icon__list3:before {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #E1E1E1;
  margin-left: 35px;
}

ul.icon__list4:before {
	content:"";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #E1E1E1;
  margin-left: 35px;
}

ul.icon__list li {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 21px;
}
ul.icon__list2 li {
  display: block;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  width: 14%;
  text-align: center;
}
ul.icon__list3 li {
  display: block;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  width: 13%;
  text-align: center;
}

ul.icon__list4 li {
  display: block;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  width: 13%;
  text-align: center;
}
ul.icon__list li .bg__icon {
  margin-right: 30px;
}

.btn.btn-thin {
  font-size: 18px;
}

#naviagation {
  background:#152C89;
	padding-top: 20px;
    padding-bottom: 20px;
}

#naviagation .menu-item:hover .menu-item   a ,
#naviagation .menu-item .menu-item   a {
  color: #fff;
	    padding: 10px;
}

#naviagation .header__orderby a {
    background: #fff;
    color: #000 !important;
    padding: 19px 30px;
    display: block;
    height: auto;
}

#naviagation .header__orderby a:hover{
  background: #276ca6;
  color: #fff !important;
}


.__phone {
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.homeslider__item {
  min-height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homeslider__item::after {
  content: "";
  background-color: #000000a1;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.homeslider__item-content a,
.homeslider__item-content h2,
.homeslider__item-content  p{
  color: #fff;
}
.homeslider__item-content {
  min-height: 550px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.homeSlider  .swiper-button-next{
  background: #152C89;
  right: 0;
  padding: 39px 28px;
}
.homeSlider  .swiper-button-prev{
  background: #152C89;
  left: 0;
  padding: 39px 28px;
}
.home_header {
    position:static;
    z-index: 9;
    width: 100%;
	    background-color: #152C89 !important;
}
.home_header  #naviagation {
    background: #152c896b;

}
.homeSlider  .swiper-button-next:after,
.homeSlider  .swiper-button-prev:after {
  color: #fff;
}
.iconphone svg path {
  fill: #034379;
}
.header__contacts p {
  margin-bottom: 0;
}
.header__whatsapp__link path,
.header__whatsapp__link svg {
  width: 30px;
  height:30px;
}
.skrivat  {
  display: none;
}
.formomo {
  display: flex;
  justify-content: space-between;
}
.bh  {
  width: 48%;
}
.formsection{
  background: #034379;
  padding-top: 71px;
  padding-bottom: 50px;
}
.formsection h2{
  color: #fff;
}
 .ttt {
  color: #fff;
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
}
.formsection .wpcf7-form-control-wrap {
  display: block;
}
.formsection select {
  background: #fff;
  width: 100%;
  display: block;
  border-radius: 10px;
  appearance: auto;

}
.formsection  input {
  border: 0px  !important;
}
.formsection .wpcf7-not-valid-tip {

  font-size: 12px;
  margin-top: 6px;
}
.formbutnol input {
  width: 20%;
  background: #ffffff;
  color: #070707;
  margin-top: 20px;
  cursor: pointer;
}
.formomo-upload input {
  padding: 20px;
  background: transparent;
  color: #fff;
  border: 1px dashed #fff !important;
  min-height: 80px;
}
.formbutnol .wpcf7 form.sent .formbutnol .wpcf7-response-output {
  border-color: #46b450;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.fsormmorm h2 {
  font-size: 27px !important;
  margin-bottom: 10px !important;
}
.golm .ttt{
  color: #000;
}
.fsormmorm input {
  border:0 !important;
}
.fsormmorm .wpcf7-submit  {
  background: #244E9B;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.category__item2 {
    min-height: 362px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.part {
}
.ategory {
  padding: 20px;
  background: #152C89!important;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.category__item2 .category__info{
  position: absolute;
  width: 100%;
  bottom: 0;
}
.singleprod h1,
.singleprod p {
  color: #000;

}
.prodim{
  padding-top: 30px;
  padding-bottom: 30px;
}
.osxe img {
  width: 85%;
}
.prodim img{
  width: 50%;
}
.plogo {
  min-height: 150px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.block-product-specifications__output {
  margin-top: 2rem;
  width:100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 9)), to(rgba(0, 0, 0, 0)));
  opacity: 0.75;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.block-product-specifications__output_item {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #858899;
}
.block-product-specifications__output_item h4 {
  font-size: 1rem;
  font-weight: 400;
  color: #223059;
}
.block-product-specifications__output_item h4:nth-of-type(2) {
  text-align: right;
}
.xar {
  background-color: #034379;
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-product__container_item h2,
.block-product-specifications__output_item h4 {
  color: #fff;
}
.block-product-specifications__output_item h4 {
  color: #fff;
  margin-bottom: 0;
}
.styq {
  width: 100%;
}
.tsf {
	 background-image: url(/wp-content/uploads/2024/10/industrysolutions.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: space-between;
}
.gal {
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.styq4 {
  width: 100%;
}
.container_item {
  margin: 0;
  padding: 0;
  width: 65%;
}
.block-about-docs__item_icon {
  margin: 0;
  width: 1.2rem;
  height: 1.5rem;
  background-image: url(/wp-content/uploads/2024/09/docs.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 1.2rem;
}
.block-about-docs__item_text {
  margin: auto;
  padding: 0;
  width: calc(100% - 2.5rem);
  height: auto;
  font-size: 1.2rem;
  font-weight: 400;
  color: #244E9B;
  text-decoration: underline;
}
.block-about-docs__item {
  margin: 1rem 0;
  display: flex;

}
.contacts__section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.btnnoviblok {
  margin-top: 25px;
}
#block-what-do {
  padding-top: 25px;
  padding-bottom: 25px;
  height: auto;
  background-color: #034379;
  overflow: hidden;
}
#block-what-do_img-particle {
  width: 50%;
  height: 30rem;
  position: absolute;
  background-image: url(https://mtehnologiy.ru/wp-content/uploads/2024/10/particle_create-1.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100%;
}
#block-what-do_img-world {
  width: 100%;
  height: 30rem;
  position: absolute;
  background-image: url(https://mtehnologiy.ru/wp-content/uploads/2024/10/global_create.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 30%;
}
.void {
  width: 15%;
}
.block-what-do__container {
  margin: 4rem 0;
  z-index: 5;
  width: 85%;
  display: flex;
}
.block-what-do__container > .wrapper1 {
  margin: auto;
}
.do__container_item {
  margin: 0;
  padding: 0;
  width: 65%;
}
#block-what-do h2 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 90%;
  color: #fff;
}
#block-what-do .block-what-do__container_item:nth-of-type(1) .wrapper1 {
  margin-bottom: .5rem;
}
#block-what-do .wrapper1 {
  display: flex;
}
.block-what-do__container_item___number {
  margin-right: 1rem;
}
.block-what-do__container_item___number {
  margin: auto 0;
  color: #fff;
  font-size: 2rem;
}
.block-what-do__container_item___text {
  margin: auto 0;
  color: #fff;
  font-size: 1.2rem;
}
#block-what-do .block-what-do__container_item:nth-of-type(1) .wrapper1:last-of-type {
  margin-bottom: 0;
}
#block-what-do button {
  border: none;
}
.block-what-do__container_item button {
  cursor: pointer;
  margin-top: 2rem;
  padding: .8rem 3rem;
  color: #244E9B;
  background-color: #fff;
  border-radius: 2rem;
  display: inline-block;
}
.tightright {
  margin: 0;
  padding: 0;
  background-image: url(https://mtehnologiy.ru/wp-content/uploads/2024/10/block_create-1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  width: 32.9%;
}
.tightright .wrapper1 {
  margin: auto;
  padding: 0;
  width: 80%;
  height: auto;
  flex-direction: column;
}
.tightright h3 {
  margin-top: 2rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
.wrapper12 {
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  height: auto;
  justify-content: space-between;
}
#block-what-do__container_item___img {
  margin: 0;
  padding: 0;
  width: 16rem;
  height: 16rem;
  background-image: url(https://mtehnologiy.ru/wp-content/uploads/2024/10/car-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.block-what-do__container_item___number {
  margin-right: 1rem;
}
.block-what-do__container {
  position: relative;
}
.tightright h3 {
  margin-top: 2rem;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}













.product-page {
  display: flex;
  gap: 30px;
}

.product-gallery {
  width: 52%;
}

.large-image {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  border: 1px solid #ccc;
}
.thumbnail-images-slider {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.thumbnail-track {
  display: flex;
  transition: transform 0.3s ease;
  margin-top: 20px;
}

.thumbnail {
  width: 130px;
  height: 120px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  cursor: pointer;
}
.slider-button {
  background-color: #f0f0f0;
  border: none;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 35px;
}

.slider-button.prev {
  left: 0;
}

.slider-button.next {
  right: 0;
}

.product-info {
  width: 48%;
}

.product-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
}

.product-price {
  margin-bottom: 15px;
}
.thumbnail.active{
  border: 1px solid;
}
.new-price {
  font-size: 20px;
  font-weight: bold;
  color:#152C89;
}

.old-price {
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 10px;
}

.discount {
  font-size: 16px;
  color: red;
  margin-left: 10px;
}

.product-description {
  margin-bottom: 20px;
}
.order-button {
  padding: 12px 44px;
  color: white;
  border: none;
  cursor: pointer;
  background: #FEED01;
  color: #152C89;
  font-weight: bold;
  font-size: 19px;
}
.product-tabs {
  margin-top: 30px;
  width: 100%;
}

.tabs {
  display: flex;
  gap: 10px;
}

.tab-button {
  padding: 20px 44px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  cursor: pointer;
}

.tab-button.active {
  padding: 20px 44px;
  color: white;
  border: none;
  cursor: pointer;
  background: #FEED01;
  color: #152C89;
  font-size: 19px;
}

.tab-content {
  margin-top: 10px;
  border: 1px solid #cccccc4f;
  padding: 10px;
  display: none;
  background: #fff;
}
.tab-content:first-child {
  display: block;
}



/* Общие стили для экранов до 1024px */
@media (max-width: 1024px) {
  .product-page {
    flex-direction: column;
    gap: 20px;
  }

  .product-gallery {
    width: 100%;
    height: auto;
  }

  .large-image {
    height: 400px;
  }

  .thumbnail-images-slider {
    flex-direction: column;
    max-width: 100%;
  }

  .thumbnail-track {
    margin-top: 10px;
  }

  .thumbnail {
    width: 90px;
    height: 90px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-info {
    width: 100%;
  }

  .product-title {
    font-size: 20px;
  }

  .product-price {
    font-size: 18px;
  }

  .new-price {
    font-size: 18px;
  }

  .old-price {
    font-size: 14px;
  }

  .discount {
    font-size: 14px;
  }

  .product-description {
    font-size: 14px;
  }

  .order-button {
    padding: 8px 16px;
  }
}

/* Для мобильных устройств (до 768px) */
@media (max-width: 768px) {
  .product-page {
    flex-direction: column;
    gap: 10px;
  }

  .product-gallery {
    width: 100%;
    height: auto;
  }

  .large-image {
    height: 300px;
  }

  .thumbnail {
    width: 80px;
    height: 80px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-title {
    font-size: 18px;
  }

  .product-price {
    font-size: 16px;
  }

  .new-price {
    font-size: 16px;
  }

  .old-price {
    font-size: 14px;
  }

  .discount {
    font-size: 14px;
  }

  .product-description {
    font-size: 12px;
  }

  .order-button {
    padding: 6px 12px;
  }
}

@media only screen and (max-width: 600px) {
.parrent_item {
  width:100%;
}
}

@media only screen and (max-width: 800px) {
.parrent_item {
  width:100%;
}
}


/* media */ 
/* helpers start */
@media (min-width: 1400px) {
  .col-xxl-30 {
    width: 30%;
  }
  .col-xxl-35 {
    width: 35%;
  }
  .col-xxl-40 {
    width: 40%;
  }
  .col-xxl-45 {
    width: 45%;
  }
  .col-xxl-50 {
    width: 50%;
  }
  .col-xxl-55 {
    width: 55%;
  }
  .col-xxl-60 {
    width: 60%;
  }
  .col-xxl-65 {
    width: 65%;
  }
  .col-xxl-70 {
    width: 70%;
  }
  .col-xxl-75 {
    width: 75%;
  }
  .col-xxl-80 {
    width: 80%;
  }
  .col-xxl-85 {
    width: 85%;
  }
  .col-xxl-90 {
    width: 90%;
  }
  .col-xxl-95 {
    width: 95%;
  }
  .col-xxl-100 {
    width: 100%;
  }
  .d-xxl-none {
    display: none;
  }
}
@media (max-width: 1399px) {
  .col-xl-30 {
    width: 30%;
  }
  .col-xl-35 {
    width: 35%;
  }
  .col-xl-40 {
    width: 40%;
  }
  .col-xl-45 {
    width: 45%;
  }
  .col-xl-50 {
    width: 50%;
  }
  .col-xl-55 {
    width: 55%;
  }
  .col-xl-60 {
    width: 60%;
  }
  .col-xl-65 {
    width: 65%;
  }
  .col-xl-70 {
    width: 70%;
  }
  .col-xl-75 {
    width: 75%;
  }
  .col-xl-80 {
    width: 80%;
  }
  .col-xl-85 {
    width: 85%;
  }
  .col-xl-90 {
    width: 90%;
  }
  .col-xl-95 {
    width: 95%;
  }
  .col-xl-100 {
    width: 100%;
  }
  .d-xl-none {
    display: none;
  }
}
@media (max-width: 1199px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .col-lg-20 {
    width: 20%;
  }
  .col-lg-25 {
    width: 25%;
  }
  .col-lg-30 {
    width: 30%;
  }
  .col-lg-35 {
    width: 35%;
  }
  .col-lg-40 {
    width: 40%;
  }
  .col-lg-45 {
    width: 45%;
  }
  .col-lg-50 {
    width: 50%;
  }
  .col-lg-55 {
    width: 55%;
  }
  .col-lg-60 {
    width: 60%;
  }
  .col-lg-65 {
    width: 65%;
  }
  .col-lg-70 {
    width: 70%;
  }
  .col-lg-75 {
    width: 75%;
  }
  .col-lg-80 {
    width: 80%;
  }
  .col-lg-85 {
    width: 85%;
  }
  .col-lg-90 {
    width: 90%;
  }
  .col-lg-95 {
    width: 95%;
  }
  .col-lg-100 {
    width: 100%;
  }
  .col-calc .col-1-3-lg {
    flex: 0 1 calc(33.3333333333% - 20px);
  }
  .col-1-lg > * {
    flex: 100% !important;
  }
  .col-2-lg > * {
    flex: 0 1 calc(50% - 15px);
  }
  .d-lg-none {
    display: none;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .gap-lg-20 {
    gap: 20px;
  }
  .gap-lg-5 {
    gap: 5px;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .inline__form > * {
    width: 100%;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .col-md-15 {
    width: 15%;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-30 {
    width: 30%;
  }
  .col-md-35 {
    width: 35%;
  }
  .col-md-40 {
    width: 40%;
  }
  .col-md-45 {
    width: 45%;
  }
  .col-md-50 {
    width: 50%;
  }
  .col-md-55 {
    width: 55%;
  }
  .col-md-60 {
    width: 60%;
  }
  .col-md-65 {
    width: 65%;
  }
  .col-md-70 {
    width: 70%;
  }
  .col-md-75 {
    width: 75%;
  }
  .col-md-80 {
    width: 80%;
  }
  .col-md-85 {
    width: 85%;
  }
  .col-md-90 {
    width: 90%;
  }
  .col-md-95 {
    width: 95%;
  }
  .col-md-100 {
    width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .ml-md-0 {
    margin-left: 0;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .align-md-left {
    align-items: start;
  }
  .text-md-center {
    text-align: center;
  }
  .align-md-center {
    align-items: center;
  }
  .p-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .col-2 > * {
    flex: 0 1 calc(50% - 15px);
  }
  .col-2.gap-20 > * {
    flex: 0 1 calc(50% - 10px);
  }
  .col-2 > .flex-row {
    flex-direction: column;
  }
  .col-3 > * {
    flex: 100%;
  }
  .col-3 > .flex-column {
    flex-direction: row;
  }
  .col-3 > .text-center {
    text-align: left;
    align-items: start;
  }
  .col-4 > * {
    flex: 0 1 calc(25% - 22.5px);
  }
  .col-2-md > * {
    flex: 0 1 calc(50% - 15px);
  }
  .col-calc .col-1-2-md {
    flex: 0 1 calc(50% - 30px);
  }
  .px-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  /* sm */
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .col-sm-50 {
    width: 50%;
  }
  .col-sm-70 {
    width: 70%;
  }
  .col-sm-75 {
    width: 75%;
  }
  .col-sm-80 {
    width: 80%;
  }
  .col-sm-85 {
    width: 85%;
  }
  .col-sm-90 {
    width: 90%;
  }
  .col-sm-95 {
    width: 95%;
  }
  .col-sm-100 {
    width: 100%;
  }
  .fancy-bg:after {
    display: block;
  }
  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .col-2 > * {
    flex: 100% !important;
  }
  .col-2 > .flex-row {
    flex-direction: row;
  }
  .col-4 > * {
    flex: 0 1 calc(50% - 15px);
  }
  .col-1-sm > * {
    flex: 100%;
  }
}
@media (max-width: 575px) {
  .px-sx-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .gap-xs-0 {
    gap: 0px;
  }
  .gap-xs-30 {
    gap: 30px;
  }
  .d-xs-none {
    display: none;
  }
  .d-xs-block {
    display: block;
  }
  .col-xs-50 {
    width: 50%;
  }
  .col-xs-70 {
    width: 70%;
  }
  .col-xs-75 {
    width: 75%;
  }
  .col-xs-80 {
    width: 80%;
  }
  .col-xs-85 {
    width: 85%;
  }
  .col-xs-90 {
    width: 90%;
  }
  .col-xs-95 {
    width: 95%;
  }
  .col-xs-100 {
    width: 100%;
  }
  .col-2 > .flex-row, .col-3 > .flex-column {
    flex-direction: column;
  }
  .col-1-xs > * {
    flex: 100%;
  }
  .mt-xs-40-neg {
    margin-top: -40px;
  }
  .mr-xs-40 {
    margin-right: 40px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .flex-xs-column {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .d-xxs-none {
    display: none;
  }
  .col-xxs-50 {
    width: 50%;
  }
  .col-xxs-70 {
    width: 70%;
  }
  .col-xxs-75 {
    width: 75%;
  }
  .col-xxs-80 {
    width: 80%;
  }
  .col-xxs-85 {
    width: 85%;
  }
  .col-xxs-90 {
    width: 90%;
  }
  .col-xxs-95 {
    width: 95%;
  }
  .col-xxs-100 {
    width: 100%;
  }
}
/* helpers end */
@media (max-width: 1400px) {
  .scroll__top {
    right: 50px;
  }
  .par-tech {
    top: 15%;
  }
  .with-shadow.with-gap.__slider:not(.images__thumbnails) {
    margin: 0 -20px;
  }
  .with-shadow.with-gap.__slider:not(.images__thumbnails) .slick-list {
    box-sizing: initial;
    padding: 50px 10px 115px !important;
  }
}
@media (max-width: 1299px) {
  .categories .category__info .btn {
    font-size: 23px;
  }
  .header__list {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .d-lg-block {
    display: block;
  }
  .homeslider__item .bottom__text {
    margin-bottom: 19% !important;
  }
  .fancy-bg {
    height: 500px;
  }
  .section__stylist .fancy-bg {
    height: 625px;
  }
  .main__pic {
    right: 5%;
  }
  .header__list {
    gap: 20px;
  }
  header.header .btn {
    padding: 0 15px;
  }
  a.menu-item   a {
    font-size: 15px;
  }
  .header:not(.offcanvas__show) .menu-item.has__children > a:after {
    background-size: 8px;
    height: 20px;
  }
  .wrapper {
    max-width: 100%;
    width: 100%;
  }
  .scroll__top {
    right: 30px;
    bottom: 30px;
  }
  header .header__contacts {
    gap: 10px;
    flex-direction: column-reverse;
  }
  header .header__contacts .phone__icon {
    display: none;
  }
  .group__block.oboi .icon__text {
    font-size: 15px;
    line-height: 1.4;
    gap: 10px;
  }
  .group__block.oboi .icon {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
  .col__lb .col__right {
    padding: 0 0 0 5%;
  }
  .col__rb .col__left {
    padding: 0 4% 0 0;
  }
  .product__wrapper .product__right {
    max-width: 35%;
  }
  .product__wrapper .product__left {
    max-width: 60%;
  }
  .btn-round {
    max-width: 150px;
    font-size: 16px;
  }
  h2 br,
  .h2 br {
    display: none;
  }
  .h2 span.label,
  h2 span.label {
    margin-left: 0;
  }
  .dov .group__block:before {
    display: none;
  }
}
@media (max-width: 1120px) {
  .categories .category__info .btn {
    font-size: 18px;
  }
}
@media (max-width: 1099px) {
  header .btn-catalog {
    font-size: 0 !important;
  }
  header .btn.btn-catalog:before {
    margin-right: 0 !important;
  }
  .accordion__tab .accordion__content {
    padding: 60px 45px 60px 70px;
  }
}


@media (max-width: 991px) {
  .col__rb:before {
    width: 100%;
  }
  .col__rb .col__block,
  .col__lb .col__block {
    gap: 40px;
  }
  .col__rb .col__block .col__left,
  .col__rb .col__block .col__right,
  .col__lb .col__block .col__left,
  .col__lb .col__block .col__right {
    flex: 100%;
    padding: 0;
  }
  img.plant {
    right: 41%;
  }
  .categories__section:before {
    display: none;
  }
  .col__lb:not(.col__w__img):before,
  .col__rb:not(.col__w__img):before {
    background-color: #F2F2F2 !important;
  }
  .form__section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .contacts__section .map__absolute {
    width: 100%;
    position: relative;
  }
  .contacts__section .map__absolute iframe {
    min-height: 450px;
  }
  .production {
    padding-top: 33% !important;
  }
  .homeslider .homeslider__item .box-block {
    width: 100%;
    border-radius: 15px 15px 0 0;
    padding: 35px;
  }
  .accordion__tab .accordion__item {
    margin-right: 0px;
  }
  .accordion__tab .accordion__item .accordion__content {
    width: 100%;
    position: relative;
    border-radius: 0 0 15px 15px !important;
    padding: 0 40px 40px 40px;
  }
  .accordion__tab .accordion__item .accordion__content .h3,
  .accordion__tab .accordion__item .accordion__content h3 {
    display: none;
  }
  .accordion__tab .accordion__item .accordion__content .scrollbar-outer {
    max-height: none !important;
  }
  .accordion__tab .accordion__item .accordion__title {
    width: 100%;
    border-radius: 15px;
  }
  .accordion__tab .accordion__item.active .accordion__title {
    border-radius: 15px 15px 0 0 !important;
    padding: 35px 85px 35px 40px;
  }
  .accordion__tab .accordion__item.active:after {
    transform: rotate(-90deg);
    right: 40px !important;
  }
  header .header__contacts .phone__icon {
    display: block;
  }
  .header .menu-item {
    height: auto;
  }
  .header__top {
    font-size: 13px;
  }
  .offcanvas.show .percent-icon {
    padding: 10px 0 10px 35px !important;
  }
  .offcanvas.show .percent-icon:before {
    margin-top: 0;
    top: 8px;
  }
  .btn.btn-cool.cool-dark {
    height: 55px;
  }
  .btn.btn-cool.cool-dark:after {
    background-size: 55px;
    width: 55px;
  }
  .homeslider .slick-next:before, .homeslider .slick-prev:before {
    -webkit-backdrop-filter: brightness(200%) blur(3px);
            backdrop-filter: brightness(200%) blur(3px);
  }
  .homeslider .bottom__text {
    margin-bottom: 9% !important;
    line-height: 1.3 !important;
  }
  .homeslider .homeslider__content.absolute__content {
    padding-top: 120px;
  }
  .homeslider .homeslider__content .production-word {
    bottom: 25%;
  }
  .product__left .slider__vertical .product__images {
    padding: 60px 60px;
  }
  .product__wrapper .product__left {
    flex-basis: 49%;
    max-width: 49%;
  }
  .product__wrapper .product__right {
    flex-basis: 49%;
    max-width: 45%;
  }
  .fancy-bg {
    height: 400px;
  }
  .section__stylist .fancy-bg {
    height: 480px;
  }
  h2.styled, .h2.styled {
    font-size: 50px;
    padding-top: 115px;
  }
  h2.styled:before, .h2.styled:before {
    font-size: 200px;
    top: -25px;
  }
  .offcanvas.show .header__list .menu-item {
    text-align: right;
  }
  .offcanvas.show .header__list .menu-item .btn-catalog {
    font-size: 20px !important;
    color: #252525 !important;
    background: transparent;
    padding: 10px 0px;
  }
  .offcanvas.show .header__list .menu-item .btn-catalog:before {
    content: "";
    display: none;
  }
  .card__block .card__item {
    flex-basis: calc(50% - 15px);
  }
  header .header__contacts {
    gap: 40px;
    flex-direction: row;
  }
  .categories .category__info .btn {
    font-size: 21px;
  }
  .product__wrapper .product__left {
    flex-basis: 45%;
  }
  .product__wrapper .product__right {
    flex-basis: 50%;
  }
  .images__thumbnails img {
    max-width: calc(33% - 6px);
  }
  .reviews__section:before {
    background-position-y: 85%;
    background-size: 50%;
  }
  .reviews__section:after {
    background-position-y: 30%;
    background-size: 50%;
  }
  .slider__columns {
    flex-direction: column;
  }
  .slider__columns .outside__arrows {
    width: 100%;
    justify-content: space-between;
    bottom: 12px;
  }
  .slider__columns > *:first-child {
    width: 100%;
  }
  .group__block.column__3 {
    flex-direction: column;
  }
  .group__block.column__3 .icon__text span {
    max-width: 65%;
  }
  .categories {
    height: auto;
    flex-direction: row;
  }
  nav.header__nav {
    order: 1;
  }
  .popup-window:not(.popup-large) {
    padding: 80px 50px 55px;
    max-width: calc(100% - 30px);
    max-width: 910px;
    margin: 40px auto;
  }
  .popup-small {
    max-width: 450px !important;
  }
  .header__nav {
    height: auto;
    display: flex;
  }
  .header__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .header__nav .navbar__toggler {
    display: flex;
    align-self: center;
  }
  .col__block .col__left, .col__block .col__right {
    flex: 50%;
  }
  .space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contacts__block .icon__text {
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }
  .contacts__block .icon__text .icon {
    margin-bottom: 0;
  }
  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: white;
    visibility: hidden;
    background-color: #131313;
    background-clip: padding-box;
    outline: 0;
    justify-content: start;
    align-items: start;
    top: 0;
    right: 0;
    width: 300px;
    border-right: 1px solid rgba(0, 0, 0, 0.175);
    transform: translateX(100%);
    padding: 0 30px 25px;
    background-position: left top;
    height: 100vh;
  }
  .offcanvas.show {
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas.show:not(.hiding) {
    transform: none;
    visibility: visible;
  }
  .offcanvas.showing {
    transform: none;
    visibility: visible;
  }
  .offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible;
  }
  .offcanvas .btn-close {
    display: block !important;
    align-self: end;
  }
  .offcanvas .header__list {
    display: block;
    padding-left: 0;
    height: auto;
    width: 100%;
  }
  .offcanvas.show .header__list .menu-item .menu-item   a {
    text-align: right;
    padding: 10px 0px;
    color: #000;
    font-size: 20px;
  }
  .offcanvas .menu-item   a {
    width: 100%;
    text-align: left;
  }
  .menu-item   a::before {
    bottom: 5px;
    width: 50%;
  }
  .menu-item::after, .menu-item.has__children > a:after {
    display: none;
  }
  .products, .group__block {
    justify-content: center;
  }
  .flex-1x {
    flex: 0;
  }
  .footer__social, .footer__item.flex-2x {
    flex: 1;
  }
  .d-md-block {
    display: block;
  }
  .d-md-none {
    display: none;
  }
  .group__block.oboi .icon__text {
    font-size: 18px;
    line-height: 1.6;
    justify-content: center;
    gap: 20px;
    margin-right: 0 !important;
  }
  .group__block.oboi.col-4 .icon__text {
    flex: 1 1 calc(50% - 15px);
  }
  .group__block.oboi.col-4 .icon__text:nth-child(odd) {
    margin-right: -50px !important;
  }
  .group__block.oboi.col-4 .icon__text:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: -50px !important;
  }
  .group__block.oboi.col-3.odd .icon__text {
    flex: 0 1 calc(50% - 15px);
  }
  .group__block.oboi.col-3.odd .icon__text:nth-child(1) {
    margin-right: -50px !important;
  }
  .group__block.oboi.col-3.odd .icon__text:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: -100px !important;
  }
  .product__characteristics_full .shop_attributes .col-auto:first-child .woocommerce-product-attributes-item:last-child .woocommerce-product-attributes-item__label, .product__characteristics_full .shop_attributes .col-auto:first-child .woocommerce-product-attributes-item:last-child .woocommerce-product-attributes-item__value {
    border-bottom: 1px solid #DEDEDE;
  }
  .numbers__section .icon__text {
    padding: 30px 0;
  }
	
	
	
	
	.menu-item-has-children:hover .sub-menu {
    display: none !important;
}
	
	
#naviagation	.joa {
    display: flex !important
;
}
	
	
	
.about__section ul.icon__list ul {
    display: flex
;
    flex-wrap: wrap !important;
    justify-content: space-between;
    flex-direction: inherit;
    gap: 20px;
}
	
	
	
	
	
	
	
	
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5 !important;
    width: 16px !important;
    height: 16px !important;
}
.swiper-pagination-bullet-active {
	    opacity: 1 !important;

}

@media (max-width: 767px) {
  .production {
    padding-top: 40% !important;
  }
  .numbers__section .icon__text {
    padding: 0;
  }
  .advantages__section .group__block.box {
    padding: 30px;
  }
  .tabs .tab-item {
    padding: 35px 40px;
  }
  .section__stylist .fancy-bg {
    height: 365px;
  }
  .fancy-bg .btn.btn-round {
    width: 130px;
    padding-bottom: 130px;
  }
  h2.styled, .h2.styled {
    font-size: 46px;
    padding-top: 95px;
  }
  h2.styled:before, .h2.styled:before {
    font-size: 175px;
    top: -23px;
  }
  .slider__wrapper .slick-prev, .slick-prev {
    left: -7px;
  }
  .slider__wrapper .slick-next, .slick-next {
    right: -7px;
  }
  .homeslider__item .item-image-wrapper .item-image {
    background-size: 100% !important;
  }
  .product__wrapper .product__left {
    flex: 100%;
    max-width: 100%;
    margin: auto;
  }
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .slider__wrapper .slick-next, .__slider.with-gap .slick-next {
    right: -7px;
  }
  .par-tech {
    top: -25%;
    width: 90%;
  }
  .slider__wrapper__full {
    width: auto;
    position: inherit;
    margin-left: 0;
    overflow: visible;
    left: 0;
  }
  .slider__wrapper__full .with-offset {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .fancy-bg {
    height: auto;
  }
  .fancy-bg.blur:after {
    display: block;
  }
  header .header__contacts {
    gap: 20px;
  }
  .product__wrapper .product__left, .product__wrapper .product__right {
    flex-basis: 100%;
  }
  .images__thumbnails img {
    max-width: calc(20% - 8px);
  }
  .col__block .col__left, .col__block .col__right {
    flex: 100%;
  }
  .col__rb .col__left, .col__lb .col__right {
    padding: 0;
  }
  .space.col__rb {
    padding-bottom: 30px;
  }
  .d-sm-block {
    display: block;
  }
  .footer__items .footer__item .footer__contacts {
    align-items: start;
  }
  .footer__items .footer__item .simple__link {
    text-align: left;
  }
  .product__single__wrap:after {
    background-size: 75%;
  }
  .product__single__wrap:before {
    background-size: 120%;
    background-position-y: center;
  }
  .card__block .card__item {
    flex-basis: 100%;
  }
  .space-bottom {
    padding-bottom: 60px/2;
  }
  .space-top {
    padding-top: 60px/2;
  }
  .with-gap {
    margin: 0 -7px;
  }
  .with-gap .slick-slide {
    margin: 0 9px;
  }
  .slider__wrapper .slick-prev {
    left: -7px;
  }
  .with-shadow.with-gap.__slider:not(.images__thumbnails) {
    margin: 0 -10px;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .with-shadow.with-gap.__slider:not(.images__thumbnails) .slick-list {
    box-sizing: initial;
    padding: 50px 10px 50px !important;
    margin-left: -10px;
    margin-right: -10px;
  }
  .mfp-inline-holder .mfp-close {
    right: calc(50% - 35px);
  }
  .advantages__section .group__block .icon__text:nth-child(odd):not(:last-child):before {
    width: calc(100% + 20px);
  }
  .advantages__section .group__block .icon__text:nth-child(even):not(:last-child):before {
    width: calc(100% + 20px);
  }
  .group__block.oboi.col-3.odd .icon__text {
    flex: 100%;
    margin-top: 0 !important;
  }
  .group__block.oboi.col-3.odd .icon__text:nth-child(1) {
    margin-right: 0 !important;
  }
  .group__block.oboi.col-3.odd .icon__text:nth-child(2), .group__block.oboi.col-3.odd .icon__text:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: -50px !important;
  }
  .group__block.oboi.col-3.odd .icon__text:not(:nth-child(1)) {
    margin-top: -50px !important;
  }
}
@media (max-width: 650px) {
  .logo__mobile {
    display: block;
  }
  .header__top .right__side {
    flex-direction: column;
    gap: 0;
    align-items: end;
  }
}
@media (max-width: 600px) {
  header .header__contacts {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .production {
    padding-top: 280px !important;
  }
  .production .big-circle {
    background-size: 200%;
  }
  .yx-row {
    justify-content: start !important;
  }
  .yx-row .xy-one {
    font-size: clamp(30px, 25vw, 170px) !important;
  }
  .h-special-wrapper .h-special-item {
    white-space: normal !important;
  }
  .h-special-wrapper .h-special-item br {
    display: none;
  }
  .header .header__wrapper .gap-45 {
    gap: 20px;
  }
  header .logo .logo-text {
    display: none;
  }
  .form__section .box {
    padding: 50px 30px;
  }
  .section__stylist .fancy-bg {
    height: 600px;
  }
  .fancy-bg .btn.btn-round {
    width: 150px;
    padding-bottom: 150px;
  }
  .header__top .right__side {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
  .header__top .center__side {
    justify-content: start;
  }
  .homeslider__item .item-image-wrapper .item-image {
    background-size: 115% !important;
  }
  .tabs .tab-item {
    padding: 25px 20px;
  }
  .footer__items .footer__item:nth-child(2) {
    margin-top: 0;
  }
  .footer .d-xs-none {
    display: none !important;
  }
  .popup-small {
    padding: 65px 30px 50px;
    max-width: calc(100% - 30px) !important;
  }
  .popup-small .h4 {
    font-size: 30px;
  }
  .product__single__wrap:after {
    background-size: 135%;
  }
  .product__single__wrap:before {
    background-size: 160%;
    background-position-y: center;
  }
  .reviews__section:before, .reviews__section:after {
    background-size: 90%;
  }
  header .header__contacts {
    flex-direction: column-reverse;
    gap: 10px;
  }
  header .header__contacts .btn-book {
    padding: 7px 25px 3px;
    height: 44px;
  }
  .contacts__block .icon__text {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
  .contacts__block .icon__text strong {
    margin-bottom: 10px;
    display: block;
  }
  .form__section {
    background-position-x: 50%;
  }
  .form__section .form {
    max-width: 100%;
  }
  .about__section {
    background-position: 75%;
  }
  .about__section .col-1-2:first-child {
    flex: 1 1 100%;
  }
  .about__section .col-1-2:last-child {
    display: none;
  }
  .about__section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.9;
    top: 0;
    left: 0;
  }
  .categories .category__item {
    flex-basis: 100%;
  }
  .group__block.column__3 .icon__text span {
    max-width: 100%;
  }
  .d-xs-none {
    display: none;
  }
  .offcanvas.show .menu-item   a {
    font-size: 20px;
    padding: 15px 0 !important;
  }
  .offcanvas.show .percent-icon {
    padding: 15px 0 15px 35px !important;
  }
  .offcanvas.show .percent-icon:before {
    margin-top: 0;
    top: 13px;
  }
  .products {
    justify-content: center;
    gap: 30px;
  }
  .products .product__item {
    flex: 0 1 100%;
  }
  .review__top {
    flex-direction: column;
  }
  .homeslider__content p {
    font-size: 18px;
    line-height: 30px;
  }
  .footer__logo__wrap {
    margin: 0 auto;
    padding: 20px;
  }
  .footer__items {
    flex-direction: column;
  }
  .footer__item {
    padding: 0 !important;
  }
  .footer ul.columns-2 {
    height: auto;
  }
  .footer__bottom .flex-2x {
    flex: 4;
  }
  .footer__item {
    flex-basis: 100%;
    text-align: left;
  }
  .footer__items .footer__item .simple__link {
    text-align: left;
  }
  .footer__contacts {
    align-items: left !important;
  }
  .footer__items .footer__item:last-child {
    order: 0;
  }
  footer .header__contacts {
    gap: 10px;
    flex-direction: column;
    align-items: start;
  }
  footer .sm-links {
    flex-direction: column;
    display: flex;
  }
  footer .sm-links span, footer .sm-links a {
    display: inline-block;
    width: -moz-max-content;
    width: max-content;
  }
  .accordion__content {
    display: none;
    padding-right: 36px;
  }
  .accordion__title:after, .accordion__item.active .accordion__title:after {
    background-size: 30px;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 35px;
  }
  .group__block.oboi .icon__text {
    margin-right: 0 !important;
  }
  .group__block.oboi.col-4 .icon__text {
    flex: 100%;
    margin-top: 0 !important;
  }
  .group__block.oboi.col-4 .icon__text:nth-child(odd) {
    margin-right: 0 !important;
  }
  .group__block.oboi.col-4 .icon__text:not(:nth-child(1)) {
    margin-top: -50px !important;
  }
}
@media (max-width: 480px) {
  .header .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .par-tech {
    top: -30%;
  }
  #product-pics .slick-dots {
    display: none;
  }
  .col-xxs-100 {
    width: 100%;
  }
  .footer__items {
    flex-direction: column;
  }
  .homeslider__item .item-image-wrapper .item-image {
    background-size: 140% !important;
  }
}
@media (max-width: 450px) {
  header .header__contacts .phone__icon {
    display: none;
  }
}
@media (max-width: 420px) {
  .header__wrapper {
    gap: 0;
  }
}
@media (max-width: 390px) {
  .header__nav .navbar__toggler {
    padding-right: 0;
  }
  .homeslider__item .item-image-wrapper .item-image {
    background-size: 170% !important;
  }
}
@media (max-width: 360px) {
  .header__contacts a:not(.phone__icon) {
    display: none;
  }
  header .phone__icon {
    display: block !important;
  }
}
/* Grid start */
.wrapper {
  max-width: 1350px;
  margin: 0 auto;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  width: 100%;
}

/* Grid end */
body {
  margin-bottom: 30px !important;
}

div#seopmdev {
  position: fixed;
  width: 100%;
  height: 30px;
  bottom: 0;
  z-index: 999999;
  background: rgba(19, 19, 19, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  color: white;
  padding: 10px;
  text-align: center;
  
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}/*# sourceMappingURL=style.css.map */




.ffs svg {
  margin-right: 20px;
}

.asd{
  margin-right: 6px !important;
  position: relative;
  left: -7px;
}
.seotext {
  padding-top: 35px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1340px) {
  .card__block .card__item {
    flex-basis: calc(23.333333% - 5px);

}
.card__block .card__item .card__front {
  position: absolute;
  width: 100%;
  height: 80%;
}
	.card__block .card__item .card__inner {
 
    height: 200px;
    text-align: center;
}
	    .card__block .card__item .card__front {
        position: absolute;
        width: 100%;
        height: 100%;
    }
	
	
}


@media only screen and (max-width: 1200px) {
  header .header__contacts {
    gap: 10px;
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
}
header  .flex-lg-column {
  flex-direction: row;
}

.card__block .card__item {
  flex-basis: calc(30.333333% - 0px);
}
header .header__contacts {
     
        width: 40%;
    }

}

@media only screen and (max-width: 1000px) {
  ul.icon__list {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between;
    flex-direction: inherit;
  }
	ul.icon__list2 {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between;
    flex-direction: inherit;
  }
	ul.icon__list3 {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between;
    flex-direction: inherit;
  }
.categories.col-4 > * {
    flex: 0 1 calc(33% - 22.5px);
}
.formbutnol input {
  width: 33%;
  background: #ffffff;
  color: #070707;
  margin-top: 20px;
  cursor: pointer;
}
header .header__contacts {

  width: 60%;
}
.header__contacts div.d-flex:nth-child(1){
  display: none;
}
.homeslider__item .wrapper{
  box-sizing: border-box;
}

.homeslider__item-content{
  width: 70%;
  margin: 0px auto;
}

.homeslider__item-content h1{
  font-size: 24px;
  margin-bottom: 17px;
}

.homeslider__item-content p {
  font-size: 16px;
  margin-bottom: 0;
  padding: 2%;
}
.homeslider__item-content,
.homeslider__item {
  min-height: 400px;
}

.categories.col-4 > * {
  flex: 0 1 calc(100% - 0px);
}
.form__section{
  margin-top: 50px;
}
.why__section .media-body {
  text-align: left;
}
.card__block .card__item {
  flex-basis: calc(100% - 0px);
}
.card__block .card__item .card__front {

  height: 100%;
}
.card__block .card__item .card__back {

  text-align: center;
  justify-content: center;
}
.formomo {
  display: block;
  justify-content: space-between;
}
.bh {
  width: 100%;
}
.offcanvas {
 

 transform:inherit;

}
.primary-menu-container{
  width: 100%;
}
.offcanvas .menu-item a {

  display: block;
}
.header__contacts {
  display: none;
}
    .card__block .card__item {
        flex-basis: calc(45% - 0px);
    }
}
@media only screen and (max-width: 768px) {
ul.icon__list3 li {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  width:auto;
}
}
@media only screen and (max-width: 600px) {
  .header__contacts div.d-flex:nth-child(2){
    display: none;
  }
  header .header__contacts {
    width: 50%;
    justify-content: end;
}
.header .logo img {
  max-width: 80%;
  transition: 0.5s ease;
  overflow: hidden;
  border-radius: 0;
}
ul.icon__list li {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
}
	ul.icon__list2 li {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  width:auto;
}
	
   

	ul.icon__list3 li {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  width:auto;
}
	ul.icon__list4 li {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  width:auto;
}
.__phone {
  font-size: 13px;
  font-weight: bold;
}
.header__contacts a:not(.phone__icon) {
  display: block;
}
.homeslider__item-content {
  width: 100%;
  margin: 0px auto;
}
.homeslider__item-content h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
.homeSlider .swiper-button-prev ,
.homeSlider .swiper-button-next{
  display: none;
}
.btn.btn-color {
  background: #ffffff;
  color: rgb(11, 11, 11);
  font-size: 14px;
}
.formbutnol input {
  width: 100%;

}

.asd rect{
  fill: transparent !important;
}
.ategory {

  display: block;

}

.card__block .card__item .card__inner {
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
}

.faqnumb {
  background: #152C89;
  padding: 10px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  box-sizing: border-box;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.faq-txt {
  font-size: 13px;
  padding-left: 19px;
  font-weight: 400;
}

.faq-icon {
  position: absolute;
  width: 34px;
  background:#152C89;
  right: 0;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.faq__head {
  width: 100%;
  border: 1px solid #d5d5d5;
  align-items: center;
  padding: 10px;
}
.faq__body {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 50px;
  background: #244E9B;
  color: #fff;
  padding: 10px;
}
.faq-txt {
  font-size: 14px;
  padding-left: 0;
  font-weight: 400;
}
.faq-section .wrapper{
  padding: 0;
}

.s3kalonki {
  display: block;
  justify-content: space-between;
}

.s3kalonki div {
  margin-bottom: 20px;
}
.formyform {
  justify-content: space-between;
  gap: 20px;
  display: block;
}
.formyform-item input {
  margin-bottom: 20px;
}

.s3kalonki div {
  width: 100%;
}
.homeslider__item-content {
  width: 100%;
  margin: 0px auto;
  padding-bottom: 50px;
  padding-top: 20px;
}
.header__orderby {
  margin-top: 20px;
}
.footer ul.footer__menu {
  cursor: inherit !important;
}
.homeslider__item-content, .homeslider__item {
  min-height: 330px;
}
.tightright {
  display: none;
}
#block-what-do h2 {
  margin-bottom: 2rem;
  font-size: 25px;
  font-weight: 400;
  line-height: 90%;
  color: #fff;
}
.block-what-do__container_item___text {
  margin: auto 0;
  color: #fff;
  font-size: 14px;
}
.block-what-do__container_item___number {
  color: #fff;
  font-size: 22px;
}
 .card__block .card__item {
        flex-basis: calc(100% - 0px);
    }
    .card__block .card__item .card__inner {
        position: relative;
        width: 100%;
        height: 250px;
        text-align: center;
    }
}
.tsf li {
  list-style: disc;
  list-style-position: inside;
}
.contacts__section svg path{
  fill: #034379"!important;

}

.pravic h1 {
  color:#000 !important;
}
body {
  margin-bottom: 0px !important;
}


.categories__section {
    background-image: url(/wp-content/uploads/2024/10/industrysolutions.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seotext {
    background-image: url(/wp-content/uploads/2024/10/industrysolutions.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .image-item {
      text-align: center;
    }

    .image-item img {
      width: 370px;
      height: auto;
      border-radius: 5px;
    }

    .image-item p {
      margin-top: 10px;
      font-size: 0.9em;
    }




@media (max-width: 768px) {
  .prodim {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 200%;
}
}


.singleprt a{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
}
.singleprt {
	position:relative;
}



.categories__section .category__item {

    border: 1px solid #ccc !important;
}	
	
	





@media only screen and (max-width: 768px)  {
    .card__block .card__item .card__front {
        width: 100%;
		
	}
	    ul.icon__list2 li {
        text-align: left;
        gap: 13px;
    }
	    ul.icon__list2 li {
  
        text-align: left;
    }

	#icon__list2 .bg__icon2 {
    background-color: #034379 !important;
    border-radius: 100%;
    background-size: 64% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 20px;
    height: 70px;
}   
	
	.new-price {
        font-size: 23px;
    }
	    .order-button {
        padding: 6px 12px;
        width: 100%;
        padding: 20px;
    }
	.tab-button {

    display: block;
    width: 100%;
    margin: 10px 0px;
}
	.menu-item a {
    font-size: 14px;
    padding: 15px 0;
}
	.faq-section .wrapper {
        padding: 0px 11px;
    }
	    .contacts__section .map__absolute iframe {
        min-height: 200px;
    }
	.tabs {
    display: block !important;
    gap: 10px;
}
	.lang-item {
		display:none;
	}
	
}
.language-switcher {
    list-style: none;
    display: flex;
    gap: 10px;
}

.language-switcher li {
    display: flex;
}

.language-switcher a,
.language-switcher span{
    text-decoration: none;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.language-switcher a:hover {
    background-color: #0073e6;
    color: white;
}

.language-switcher .current-language {
    font-weight: bold;
}

.language-switcher img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}
.joa {
	display:none !important;
}
@media only screen and (max-width: 992px)  {
	.menu-item a {
    font-size: 14px;
    padding: 3px 0 !important;
}
	.lang-item {
		display:block!important;
	}
}


@media only screen and (max-width: 1200px)  {
	.header__wrapper {
	
		flex-wrap: nowrap;
	}
	    .header__list {
        gap: 15px;
    }
	
}
@media only screen and (max-width: 991px)  {
	
	.lang-item {
		display:none!important;
	}
	.categories__section .category__item {
		min-height: 404px;
	}
}
@media only screen and (max-width: 640px)  {
	.categories__section .category__item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 288px;
    height: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.5s ease-in-out;
    background-position: top;
    font-size: 14px;
}
}
.large-image {
   
    background-size: contain;
    background-position: center;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-color: #fff;
}
@media only screen and (max-width: 500px)  {

	    .categories__section .category__item {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        min-height: 300px;
        height: inherit;
        background-size: 71%;
        background-repeat: no-repeat;
        transition: 0.5s ease-in-out;
        background-position: top;
        font-size: 14px;
        background-color: #fff;
    }
	
	
	
	
	
	
}
@media only screen and (max-width: 800px)  {
    
.blog-post {
    width: 44% !important;

}
	.assaa {
    min-height: 151px !important;
    background-position: center;
    background-size: cover;
}
	

}





@media only screen and (max-width: 600px)  {
    
.blog-post {
    width: 100% !important;

}
	.assaa {
    min-height:281px !important;

}
	.formsection input[type="submit"] {
    width: 48% !important;

}

	
	
	.news__section  .col-4 > * {
        flex: 0 1 calc(100% - 15px);
    }
	

}





@media only screen and (max-width: 1010px) {
	ul.icon__list li {

    width: 100% !important;
}

}
@media only screen and (max-width: 991px) {


}



@media only screen and (max-width: 1000px)  {
    .categories.col-4 > * {
        flex: 0 1 calc(45% - 0px);
    }

}


@media only screen and (max-width: 500px)  {
    .categories.col-4 > * {
        flex: 0 1 calc(100% - 0px);
    }

}


@media only screen and (max-width: 768px)  {
    .card__block .card__item .card__front {
        width: 100%;
		
	}
	.joa {
	display:flex !important;
}

	    ul.icon__list3 li {
        text-align: left;
        gap: 13px;
    }
	    ul.icon__list3 li {
  
        text-align: left;
    }

	#icon__list3 .bg__icon3 {
    background-color: #034379 !important;
    border-radius: 100%;
    background-size: 64% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 20px;
    height: 70px;
}
}

@media only screen and (max-width: 768px)  {
    .card__block .card__item .card__front {
        width: 100%;
		
	}
	    ul.icon__list4 li {
        text-align: left;
        gap: 13px;
    }
	    ul.icon__list4 li {
  
        text-align: left;
    }

	#icon__list4 .bg__icon4 {
   
    border-radius: 100%;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 20px;
    height: 70px;
}
	.sub-menu {

    display: none !important;
}
.thumbnail-track{
    display: ruby !important;
}
	.slider-button.next,
	.slider-button.prev {
		display:none  !important;
	}
	
}

@media only screen and (max-width: 768px) {
    .icon__list2 .bg__icon2 {
		width:100%;
	}
}



@media only screen and (max-width: 768px) {
    .icon__list2 .bg__icon2 {
		width:100%;
	}
	.sub-menu{
		display:none;
	}
}







@media only screen and (max-width: 768px) {
    .icon__list2 .bg__icon2 {
		width:100%;
	}
}
@media only screen and (max-width: 768px) {
    .icon__list3 .bg__icon3 {
		width:100%;
	}
	    .thumbnail {
        width: 62px;
        height: 62px;
        margin-right: 0;
        margin-bottom: 10px;
    }
}