@font-face {
  font-family: 'Mont';
  src: local('✽'),
      url('../fonts/Mont-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mont';
  src: local('✽'),
      url('../fonts/Mont-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Mont';
  src: local('✽'),
      url('../fonts/Mont-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mont';
  src: local('✽'),
      url('../fonts/Mont-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.mainWrap * {
  box-sizing: border-box;
}

a,
a *,
.menuWrap *,
.readMore,
.badgeContainer,
.badgeContainer *,
.modalContainer,
.modalContainer *,
.searchWrap,
.searchWrap *,
.manufactureBlock *,
.contactsWrap *,
.reviewsAccordion * {
  transition: all .2s ease-in-out 0s;
}

.listWrap .row > div {
  transition: box-shadow .2s ease-in-out 0s;
}

.listWrap .row * {
  transition: color .2s ease-in-out 0s;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: 'Mont', 'Arial', sans-serif;
  font-size: 18px;
  color: #000;
  min-width: 335px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 38px;
}

h2 {
  margin-top: 60px;
  font-size: 32px;
}

.selectWrap,
.inputWrap {
  display: inline-block;
  height: 36px;
  position: relative;
  border: #000 1px solid;
}

.selectWrap::before {
  font: normal normal normal 24px/1 "Material Design Icons";
  content: "\F0140";
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 30px;
  line-height: 30px;
  background-color: #fff;
  z-index: -1;
}

.selectWrap select {
  width: 100%;
  padding: 5px 30px 5px 10px;
  font-size: 20px;
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

.selectWrap.multiselect {
  display: inline-block;
  width: 100%;
  max-width: 298px;
  position: relative;
}

.selectWrap.multiselect > span.counter {
  position: absolute;
  right: 2px;
  top: -20px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  font-size: 14px;
  background-color: #51b7cd;
  color: #fff;
}

.selectWrap.multiselect > span.counter.active {
  display: flex;
}

.selectWrap.multiselect > div {
  height: 34px;
  padding: 5px 34px 5px 10px;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Arial", sans-serif;
  cursor: pointer;
}

.selectWrap.multiselect > p.select {
  display: none;
  padding: 0;
  cursor: default;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  padding: 5px 0;
  border: #cfcfd8 1px solid;
  border-radius: 6px;
  box-shadow: 2px 2px 3px 0px #888;
  background-color: #fff;
  font-size: 20px;
  z-index: 1;
}

.selectWrap.multiselect > p.select.overflow {
  height: 350px;
  overflow: auto;
}

.selectWrap.multiselect.active {
  height: auto;
}

.selectWrap.multiselect.active > p.select {
  display: inline-block;
  min-height: 100px;
  overflow: auto;
  border-top: #cfcfd8 1px solid;
}

.selectWrap.multiselect.active > .select .option {
  display: block;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
}

.selectWrap.multiselect.active > .select .option:hover {
  background-color: #e0e0e6;
}

.selectWrap.multiselect.active > .select .option.selected {
  font-weight: bold;
}

.selectWrap.multiselect.active > .select .option.optImg {
  padding-left: 40px;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.selectWrap.multiselect.active > .select .option.disabled,
.selectWrap.multiselect.active > .select .option.inactive {
  color: #9b9b9b;
}

.selectWrap.multiselect.disabled {
  color: #9b9b9b;
  border-color: #9b9b9b;
  cursor: not-allowed;
}

.selectWrap.multiselect.disabled > * {
  cursor: not-allowed;
}

.inputWrap input {
  font-family: "Mont", "Arial", sans-serif;
  width: 100%;
  padding: 5px 10px;
  font-size: 20px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.textAreaWrap {
  display: inline-block;
  position: relative;
  border: #000 1px solid;
}

.textAreaWrap textarea {
  font-family: "Mont", "Arial", sans-serif;
  padding: 5px 10px;
  font-size: 20px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

.modalContent .inputWrap,
.modalContent .textAreaWrap {
  display: block;
  margin: 0 0 10px;
}

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

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

.modalContent input[type="checkbox"] + label {
  cursor: pointer;
}

.modalContent input[type="checkbox"] + label a {
  font-size: 14px;
  vertical-align: middle;
  color: #51b7cd;
  text-decoration: underline;
}

.modalContent input[type="checkbox"] + label a:hover {
  text-decoration: none;
}

.modalContent input[type="checkbox"] + label a::before {
  display: none;
}

.modalContent input[type="checkbox"]:checked + label::before {
  content: "\F0135";
}

.modalContent .modalButtonWrap {
  margin: 20px 0 0;
  text-align: center;
}

.modalContent .readMore {
  color: #000;
  box-shadow: 0 0 0 1px #000;
  cursor: pointer;
}

.modalContent .readMore:hover {
  box-shadow: 0 0 0 3px #000;
}

.modalContent .fieldError {
  border-color: #c44040;
}

.modalContent .fieldError > * {
  color: #c44040;
}

.modalButtonWrap.disabled .readMore {
  color: #9b9b9b;
  box-shadow: 0 0 0 1px #9b9b9b;
  cursor: not-allowed;
}

.modalButtonWrap .readMore.loading {
  box-shadow: none;
  cursor: default;
}

.modalButtonWrap .readMore.loading > * {
  display: none;
}

.loading {
  display: none;
  height: 30px;
  width: 30px;
  border: #51b7cd 3px solid;
  border-top: transparent 3px solid;
  border-radius: 50%;
  animation: loader 3s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wrapper ul {
  padding-left: 1em;
}

.wrapper ul li {
  list-style-type: none;
  position: relative;
}

.wrapper ul li::before {
  content: "●";
  position: absolute;
  left: -2em;
  top: 0.7em;
  font-size: 0.5em;
}

.mainWrap a {
  position: relative;
  color: #000;
  text-decoration: none;
}

.mainWrap a::before {
  content: " ";
  display: block;
  height: 1px;
  width: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  background-color: #000;
  transition: all .2s ease-in-out 0s;
}

a:hover::before,
a.active::before {
  width: 100%;
}

.readMore {
  display: inline-block;
  padding: 5px 10px;
  color: #51b7cd;
  box-shadow: 0 0 0 1px #51b7cd;
}

.readMore::before,
.mainWrap a.readMore::before {
  display: none;
}

.readMore:hover {
  box-shadow: 0 0 0 3px #51b7cd;
}

.mainWrap {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.badgeContainer {
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  max-width: 300px;
  font-weight: bold;
  text-align: center;
  background-color: #51b7cd;
  box-shadow: 0 0 0 1px #fff;
  z-index: 99;
}

.badgeContainer.active {
  top: 88px;
}

.modalContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: -1;
}

.modalContainer.active {
  opacity: 1;
  z-index: 99;
}

.modalWrap {
  flex-shrink: 0;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
}

.modalHeader {
  position: relative;
  min-height: 45px;
  padding: 10px 40px 10px 10px;
  background-color: #e8e8e8;
}

.modalClose {
  position: absolute;
  top: 4px;
  right: 5px;
  font-size: 30px;
  opacity: .5;
  cursor: pointer;
}

.modalClose:hover {
  opacity: 1;
}

.modalContent {
  max-height: 70vh;
  padding: 10px;
  overflow: auto;
}

.modalWrap.imgSlide,
.modalWrap.pdfSlide {
  display: flex;
  flex-direction: column;
  width: 90vw;
  height: 99vh;
  max-width: none;
}

.modalWrap.imgSlide .modalContent {
  flex: 1;
  max-height: none;
}

.imgGallery {
  cursor: zoom-in;
}

.galleryImgWrap {
  position: relative;
  height: 100%;
}

.galleryImgWrap img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.galleryImgWrap.inactive img {
  cursor: default;
}

.galleryImgWrap i {
  display: inline-block;
  position: absolute;
  top: 45%;
  font-size: 40px;
  text-shadow: 1px 1px 2px #fff;
  opacity: .3;
  cursor: pointer;
}

.galleryImgWrap i:hover {
  opacity: 1;
}

.galleryImgWrap i.galleryImgPrev {
  left: 0;
}

.galleryImgWrap i.galleryImgNext {
  right: 0;
}

.modalWrap.videoSlide {
  max-width: 900px;
}

.modalWrap.videoSlide .modalContent {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  max-width: 900px;
}

.modalWrap.videoSlide .modalContent iframe,
.modalWrap.pdfSlide .modalContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.modalWrap.pdfSlide .modalContent {
  flex: 1;
  position: relative;
  max-height: none;
}

.test {
  display: flex;
  height: 300px;
}

.test > div {
  flex: 1;
}

.nicescroll-rails {
  width: 4px;
  background: #e8e8e8;
}

.mainContent {
  flex: 1;
  display: flex;
  flex-direction: column;
}

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

.mainWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}

ul.breadCrumbs {
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
}

.breadCrumbs li {
  display: inline-block;
}

.breadCrumbs li::after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}

.breadCrumbs li::before,
.breadCrumbs li:last-child::after {
  display: none;
}

.breadCrumbs a::before {
  display: none;
}

.breadCrumbs a:hover {
  color: #51b7cd;
}

.breadCrumbs .divider {
  display: inline-block;
  margin: 0 10px;
}

.breadCrumbs .divider::after {
  content: "/";
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 0 0;
  font-size: 14px;
  background-color: #e8e8e8;
  z-index: 2;
  border-bottom: #ccc 1px solid;
  z-index: 10;
}

.header > .wrapper > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logoWrap {
  height: 40px;
}

.header .logoWrap a::before {
  display: none;
}

.header .logoWrap img {
  height: 100%;
}

.header > .wrapper > div:first-child > div:last-child,
.header .headerRow {
  display: flex;
  align-items: center;
}

.header .semiButton {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
}

.header .semiButton::before,
.header .semiButton::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

.header .semiButton::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #a2d7e3;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
  transform: scale(0) rotate(0);
  z-index: -1;
}

.header .semiButton:hover::after {
  border-radius: 0;
  transform: scale(1) rotate(180deg);
}

.header .searchInputWrap {
  display: flex;
  align-items: center;
}

.header .searchInputWrap label {
  position: absolute;
  opacity: 0;
  z-index: -1;
  font-size: 1px;
  text-indent: -9999px;
}

.header .searchInputWrap .inputWrap {
  display: flex;
  align-items: center;
  height: 26px;
  width: 150px;
  position: relative;
  border: #b3b3b3 1px solid;
}

.header .searchInputWrap input {
  font-family: "Mont", "Arial", sans-serif;
  width: 100%;
  padding: 5px 10px;
  font-size: 18px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.header .headerRow:nth-child(2) > .semiButton {
  display: none;
}

.menuWrap {
  flex: 1;
  text-align: center;
}

.menuWrap ul {
  padding: 0;
  margin: 0;
}

.menuWrap > ul {
  display: inline-flex;
}

.wrapper .menuWrap ul li {
  list-style-type: none;
  position: static;
}

.menuWrap li::before {
  display: none;
}

.menuWrap a {
  white-space: nowrap;
  text-transform: uppercase;
}

.menuWrap ul li > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 68px;
  max-width: none;
  padding: 0;
  text-align: left;
  background-color: #a2d7e3;
  max-height: 0;
  overflow: hidden;
}

.menuWrap ul li > div > div {
  text-align: center;
}

.menuWrap ul li > div ul {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  left: 20px;
  transition: max-width 0s ease-in-out 0s;
}

.menuWrap ul ul li {
  vertical-align: top;
  width: 332px;
  margin: 10px;
}

.menuWrap ul li {
  display: inline-block;
}

.menuWrap > ul li {
  padding: 2px 30px 2px 0;
}

.menuWrap > ul > li {
  padding: 2px 30px 2px;
}

.menuWrap > ul a {
  display: inline-block;
  position: relative;
}

.menuWrap > ul > li.hasChilds .mdi {
  display: none;
}

.menuWrap > ul li.hasChilds:hover {
  background-color: #a2d7e3;
}

.menuWrap > ul > li > a.active::before {
  width: 100%;
}

.menuWrap > ul li.hasChilds:hover > div {
  max-height: 500px;
}

.menuWrap ul ul li a {
  padding: 0;
}

.mdi-menu {
  display: none;
}

.langSelector {
  display: inline-block;
  width: 34px;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}

.langSelector span,
.langSelector a {
  display: block;
  width: 34px;
  padding: 0 5px;
}

.langSelector a::before {
  display: none;
}

.langSelector span {
  position: relative;
  z-index: 1;
}

.langSelector i {
  position: absolute;
  right: -12px;
  top: 0;
}

.langSelector a {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 26px;
  align-items: center;
  text-decoration: none;
  opacity: 0;
  z-index: 1;
}

.langSelector:hover span,
.langSelector:hover i,
.langSelector:hover a,
.langSelector.active span,
.langSelector.active i,
.langSelector.active a {
  background-color: #a2d7e3;
}

.langSelector:hover a,
.langSelector.active a {
  bottom: -26px;
  opacity: 1;
}

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.owl-carousel * {
  transition: all 0s ease-in-out 0s;
}

.owl-carousel .owl-stage {
  position: relative;
  display: flex;
  touch-action: manipulation;
}

.owl-carousel .owl-item > * {
  width: auto;
  height: 100%;
}

.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
}

.owl-carousel .owl-item img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-nav {
  text-align: center;
  font-size: 28px;
}

.owl-nav .disabled {
  color: #c8c8c8 !important;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  opacity: 0;
  font-size: 1px;
  text-indent: -9999px;
  position: absolute;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.pagerWrap {
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
}

.pagerWrap * + * {
  margin-left: 15px;
}

.pagerWrap a {
  color: #bebebe;
}

.pagerWrap a:hover {
  color: #51b7cd;
}

.pagerWrap span {
  font-weight: bold;
}

.pagerWrap a::before {
  display: none;
}

.topButton {
  position: fixed;
  bottom: 60px;
  right: 50%;
  margin-right: -47%;
  font-size: 60px;
  color: #51b7cd;
  cursor: pointer;
  opacity: 0;
}

.topButton:hover {
  opacity: 1 !important;
}

.footer {
  padding: 10px 0;
  background-color: #e8e8e8;
}

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

.footer .wrapper > div {
  transition: all 0s ease-in-out 0s;
  font-size: 14px;
}

.footer .wrapper > div:nth-child(2) {
  font-size: 12px;
}

.footer .wrapper > div:nth-child(2) > div {
  margin: 0 auto;
}

.footer .wrapper > div:last-child {
  text-align: right;
}

.footer .wrapper > div:last-child a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: cover;
  filter: grayscale(.8);
}

.footer .wrapper > div:last-child a:hover {
  filter: grayscale(0);
}

.footer .wrapper > div:last-child a + a {
  margin-left: 8px;
}

.footer .wrapper > div:last-child a::before {
  display: none;
}

.footer .ig {
  background-image: url("../images/01.svg");
}

.footer .fb {
  background-image: url("../images/02.svg");
}

.footer .yt {
  background-image: url("../images/03.svg");
}

.footer .vk {
  background-image: url("../images/04.svg");
}

.footer .rt {
  background-image: url("../images/05.svg");
}

.footer .tg {
  background-image: url("../images/06.svg");
}

.footer .rustore {
  background-image: url("../images/rustore_mirtek.svg");
}


.bannerWrap {
  position: fixed;
  bottom: 2px;
  left: 0;
  right: 0;
  padding: 0 10px;
  z-index: 10;
}

.bannerWrap > .wrapper {
  padding: 0;
}

.bannerWrap > .wrapper > div {
  padding: 30px;
  border: #51b7cd 3px solid;
  box-shadow: 0px 0 6px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.bannerWrap .bannerText {
  margin-bottom: 20px;
}

.bannerWrap a {
  color: #000;
  font-weight: bold;
}

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

.bannerWrap .modalButtonWrap > * {
  cursor: pointer;
}

@media all and (max-width: 1180px) {
  body.menuExpanded {
    overflow: hidden;
  }

  .header {
    padding: 5px 0;
    margin-bottom: 1px;
  }

  .header .headerRow:nth-child(2) > .semiButton {
    display: inline-block;
  }

  .header::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    margin: 0 auto;
    background-color: #000;
    transition: all .2s ease-in-out 0s;
  }

  .menuExpanded .header::before {
    width: 100%;
  }

  .header > .wrapper > * {
    transition: all .2s ease-in-out 0s;
  }

  .header .menuWrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 57px;
    margin-top: 0;
    flex: auto 1;
    max-height: 0;
    background-color: #fff;
    overflow: hidden;
  }

  .menuWrap.active {
    max-height: 1000px;
    bottom: 0;
    overflow: auto;
  }

  .header > .wrapper {
    padding: 0 5px;
  }

  .header .headerRow > * {
    margin-left: 15px;
  }

  .semiButton:hover::after {
    display: none;
  }

  .mdi-menu {
    display: inline;
  }

  .menuWrap ul,
  .menuWrap ul li {
    display: block;
    width: 100%;
  }

  .menuWrap ul li > div,
  .menuWrap > ul li.hasChilds:hover > div {
    position: static;
    max-height: 0;
    background-color: inherit;
  }

  .menuWrap ul li,
  .menuWrap ul ul li {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .menuWrap ul a,
  .menuWrap ul ul li a {
    display: block;
    text-align: left;
    padding: 10px;
  }

  .menuWrap > ul a {
    padding-left: 40px;
  }

  .menuWrap > ul li.hasChilds:hover {
    background-color: inherit;
  }

  .menuWrap ul a::after,
  .menuWrap ul li a::before {
    display: none;
  }

  .menuWrap ul ul li a {
    padding-left: 60px;
  }

  .menuWrap a.active,
  .menuWrap i.active {
    color: #fff;
  }

  .menuWrap > ul li:hover > a {
    background-color: inherit;
  }

  .menuWrap ul li a:hover {
    background-color: #a2d7e3;
  }

  .menuWrap ul li a.active,
  .menuWrap ul li:hover a.active {
    background-color: #51b7cd;
  }

  .wrapper .menuWrap > ul > li {
    position: relative;
  }

  .menuWrap > ul > li.hasChilds .mdi {
    display: flex;
    height: 27px;
    width: 27px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 30px;
    z-index: 1;
    transition: all .2s ease-in-out 0s;
    cursor: pointer;
  }

  .menuWrap > ul > li.hasChilds.active .mdi {
    transform: rotate(90deg);
  }

  .hasChilds.active > div,
  .menuWrap > ul li.hasChilds.active:hover > div {
    max-height: 500px;
  }

  .footer .wrapper {
    flex-direction: column;
    text-align: center;
  }

  .footer .wrapper > div:first-child {
    order: 3;
  }

  .footer .wrapper > div:nth-child(2) {
    order: 1;
    margin-bottom: 20px;
  }

  .footer .wrapper > div:nth-child(2) a {
    display: inline-block;
    margin-bottom: 10px;
  }

  .footer .wrapper > div:nth-child(2) a::before {
    display: none;
  }

  .footer .wrapper > div:last-child {
    order: 2;
    margin-bottom: 20px;
  }

  .footer .wrapper > div:last-child a {
    filter: grayscale(0);
  }

  .topButton {
    bottom: 10px;
  }
}

@media all and (max-width: 700px) {
  .header > .wrapper {
    position: relative;
  }

  .header > .wrapper > div:first-child {
    display: block;
  }

  .header .logoWrap {
    height: 30px;
  }

  .header > .wrapper > div:first-child > div:last-child {
    justify-content: space-between;
  }

  .header .headerRow:last-child > .semiButton,
  .header .headerRow:last-child .langSelector {
    position: absolute;
    top: 2px;
    right: 5px;
  }

  .header .headerRow:last-child .langSelector {
    position: absolute;
    top: 6px;
    right: 62px;
  }

  .header .headerRow {
    margin: 10px 0 0;
  }

  .header .headerRow > * {
    margin: 0;
  }

  .header .menuWrap {
    top: 79px;
  }

}

@media all and (max-width: 530px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    margin-top: 20px;
    font-size: 24px;
  }

  .modalWrap {
    max-width: 90vw;
  }
}

@media all and (max-width: 360px) {
  .header .searchInputWrap .inputWrap {
    width: 130px;
  }
}

.software-block{
  margin-top: 40px;
  display: flex;
  gap: 30px;
  align-items: center;
}

.software-block .item:first-child{
  max-width: 800px;
}

.software-title{
  align-self: stretch;
  color: #1E1E1E;
  font-family: Mont;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.software-subtitle{
  padding-top: 10px;
  align-self: stretch;
  color: #1E1E1E;
  font-family: Mont;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#myForm{
  padding-top: 20px;
}

#myForm label{
  color: var(--text_black, #1D1D1D);
  /* Text: 14px(Regular) */
  font-family: Mont;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#myForm #name,
#myForm #company,
#myForm #phone,
#myForm #email,
#myForm #comment{
  display: flex;
  padding: 10px 10px 8px 10px;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  font-family: Mont;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#myForm #name::placeholder,
#myForm #company::placeholder,
#myForm #phone::placeholder,
#myForm #email::placeholder,
#myForm #comment::placeholder{
  color: #BABABA;
}

#myForm #comment{
  max-width: 800px;
  min-height: 180px;
  max-height: 180px;
}

#myForm #agreement{
  width: 16px;
  height: 16px;
}


#myForm .software-agreement{
  display: flex;
  gap: 8px;
  align-items: center;
}

#myForm .software-agreement p{
  padding: 0;
  margin: 0;
  color: var(--text_black, #1D1D1D);
  /* Text: 14px(Regular) */
  font-family: Mont;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#myForm .software-agreement a{
  text-decoration: underline;
}

#myForm button,
.btnSoftware{
  display: flex;
  padding: 10px 20px 8px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 3px;
  background: #51B7CD;
  color: var(--white, #FFF);
  text-align: center;
  font-family: Mont;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all 1s ease;
}

.btnSoftware{
  max-width: 215px;
}

#myForm button:hover,
.btnSoftware:hover{
  background: #4396A8;
  border-color: #4396A8;
  transition: all 1s ease;
}

#myForm #agreement:checked{
  background: #51B7CD;
}


@media all and (max-width: 480px) {
  .software-block {
    flex-direction: column;
    align-items: center;
  }

  .software-block .software-image img {
    max-width: 460px;
  }

  #myForm #comment {
    max-width: 460px;
    max-height: 180px;
  }

  #myForm .software-agreement {
    gap: 4px;
  }

  .btnSoftware{
    margin: 0 auto;
  }
}

@media all and (max-width: 360px) {
  .software-block .software-image img{
    max-width: 340px;
  }

  #myForm #comment{
    max-width: 340px;
    max-height: 180px;
  }

  #myForm .software-agreement{
    gap: 2px;
  }
}
