* {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 16px;
  color: #333333;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.178);
}

::-webkit-scrollbar-thumb {
  background-color: #fded04;
  border-radius: 20px;
  height: 16px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Muller", sans-serif;
}

h1 {
  font-size: 6rem;
  font-weight: 900;
}

h2 {
  font-size: 2.5rem;
  font-weight: 900;
}

h3 {
  font-size: 32px;
  font-weight: 900;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #fded04;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.w600 {
  font-weight: 600;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.h2-subproduct {
  color: #939393;
}

.cover-2 {
  background-color: #181818;
  position: fixed;
  width: 150%;
  height: 100vh;
  z-index: 99999;
}

.cover-3 {
  background-color: #292929;
  position: fixed;
  width: 150%;
  height: 100vh;
  z-index: 99999;
}

.cover-4 {
  background-color: #313131;
  position: fixed;
  width: 150%;
  height: 100vh;
  z-index: 99999;
}

.cover {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

.cover-heading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover-heading h1 {
  color: #222222;
  font-size: 52px;
  font-weight: 900;
  display: inline-block;
  font-family: "Muller", sans-serif;
}

.cover-heading span {
  color: #222222;
  font-size: 52px;
  font-weight: 900;
  display: inline-block;
  font-family: "Muller", sans-serif;
}

.cover-heading img {
  width: 300px;
}

.imsrk2 {
  z-index: 9;
  position: relative;
}

@keyframes img-logo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes load {
  0% {
    opacity: 0.08;
    /*         font-size: 10px; */
    /* 				font-weight: 400; */
    filter: blur(5px);
    letter-spacing: 3px;
  }
  100% {
    /*         opacity: 1; */
    /*         font-size: 12px; */
    /* 				font-weight:600; */
    /* 				filter: blur(0); */
  }
}

.animate-load {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #505050;
  margin: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  height: 80px;
  background-color: rgba(33, 33, 33, 0.5);
}

.header-logo {
  width: 150px;
  margin-left: 15px;
}

.line {
  display: block;
  height: 100%;
  width: 1px;
  background-color: #eeeff8;
  position: absolute;
  top: 0;
  z-index: 0;
}

.pos-1 {
  left: 0%;
}

.pos-2 {
  left: 25%;
}

.pos-3 {
  left: 50%;
}

.pos-4 {
  right: 25%;
}

.pos-5 {
  right: 0%;
}

.pos-rel {
  position: relative;
}

.head-phone {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 600;
  display: block;
  text-align: right;
  padding-right: 80px;
}

.head-nav {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.head-nav a {
  text-align: center;
  margin: 0 15px;
}

.head-link {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.head-link::after {
  content: '';
  width: 0;
  height: 3px;
  top: 100%;
  left: 0;
  position: absolute;
  background-color: #fded04;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.head-link:hover::after {
  width: 100%;
}

.mainmenu__item.head-link::after {
  top: 50%;
  height: 4px;
}

.head-border {
  display: inline-block;
  position: relative;
}

.head-border:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 180px;
  height: 20px;
  z-index: -1;
  background-color: #fded04;
}

.section .top-side {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
  color: #ffffff;
}

.section .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}

.section .top-side .title:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #fded04;
  margin: 8px auto;
}

.section .top-side h2 {
  font-weight: 700;
}

.section.portfolio .filters {
  text-align: center;
  margin-top: 80px;
}

.section.portfolio .filters ul {
  padding: 0;
}

.section.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}

.section.portfolio .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #fded04;
  transition: width 350ms ease-out;
}

.section.portfolio .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}

.section.portfolio .filters ul li.active:after {
  width: calc(100% - 60px);
}

.section.portfolio .filters-content {
  margin-top: 50px;
}

.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}

.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

.section.portfolio .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.section.portfolio .filters-content .item .p-inner {
  padding: 20px 30px;
}

.section.portfolio .filters-content .item .p-inner h5 {
  font-size: 15px;
}

.section.portfolio .filters-content .item .p-inner .cat {
  font-size: 13px;
}

.section.portfolio .filters-content .item img {
  width: 100%;
}

.other-page header .head-nav a,
.other-page header .head-phone a {
  color: #333333;
}

.prod-head-descr {
  color: #333333;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.8em;
  margin: 0 auto;
}

.garant-head-descr {
  color: #333333;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.8em;
}

.item-hov {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.uslugi.item {
  border-radius: 10px;
}

.uslugi_h5 {
  font-size: 17px;
  padding-left: 12px;
  padding-right: 12px;
}

.item-hov:hover .item {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0);
}

.item-hov img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-hov:hover img {
  transform: translateY(-50px);
}

.back-blue {
  background-color: #f5f8fd;
}

.p-inner {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item:hover .p-inner {
  transform: translateY(-50px);
}

.btn-prod {
  display: block;
  width: 150px;
  background-color: #fded04;
  padding: 10px 20px;
  border-radius: 5px;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 600;
  transform: translateY(10px);
  left: 50%;
  margin-left: -75px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.item:hover .btn-prod {
  opacity: 1;
}

.prod-img-about {
  position: relative;
  left: 0;
  border-radius: 10px;
}

.hitr-prod-back {
  position: absolute;
  font-size: 300px;
  margin-top: 100px;
  font-weight: 900;
  color: #ffffff;
}

.h-p-b-2 {
  color: rgba(177, 177, 177, 0.1);
}

.prod-text-1 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #333333;
}

.prod-text-2 {
  font-weight: 900;
  color: #444444;
}

.prod-text-3 {
  padding-top: 1rem;
  color: #999999;
}

.prod-text-4 {
  color: #7c7c7c;
}

.prod-text-line:before {
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 5px;
  margin-bottom: 20px;
  background-color: #333333;
}

.prod-numb {
  font-size: 70px;
  font-weight: 900;
  color: #fded04;
  line-height: .8em;
}

.footer {
  background-color: #24272c;
  padding: 100px 0 50px;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}

.footer-cont {
  font-size: 30px;
  font-weight: 800;
  display: inline-block;
}

.menu__item-inner .footer-cont {
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
}

.menu__item-inner .footer-cont:nth-child(3) {
  font-size: 26px;
  margin-top: 20px;
}

.footer-cont.phone {
  margin-top: 30px;
  font-size: 30px;
}

.footer-btn-margin {
  margin-top: 75px;
}

.garant-btn-margin {
  margin-top: 30px;
}

.button-foot {
  display: inline-block;
  height: 60px;
  background-color: #fded04;
  font-weight: 700;
  font-size: 1rem;
  line-height: 62px;
  color: #333333;
  text-align: center;
  text-decoration: none;
  padding: 0 55px;
  position: relative;
  border-radius: 5px;
  transition: all .1s ease-in-out;
}

.button-foot:before {
  height: 100%;
  width: 0;
  background-color: #333;
  content: "";
  transition: width .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 5px;
}

.button-foot:hover:not(.touch):before {
  width: 100%;
  border-radius: 3px;
}

.button-foot:hover span {
  color: #fded04;
}

.button-foot span {
  -webkit-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}

.footer-btn-margin .button-foot .feedback-icon {
  display: block;
  height: 13px;
  width: 16px;
  fill: #5e5e5e;
  stroke: #5e5e5e;
  margin: 24px 16px 0 0;
  float: left;
  -webkit-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}

.footer-btn-margin .button-foot .feedback-icon-buy {
  margin: 18px 16px 0 0;
  height: 23px;
  width: 23px;
}

.footer-btn-margin:hover .button-foot .feedback-icon {
  fill: #fded04;
  stroke: #fded04;
}

.button-foot span,
.button-foot svg {
  position: relative;
  z-index: 2;
}

.head-addres {
  padding-top: 20px;
  font-size: 16px;
  color: #9e9e9e;
}

.footer-addres {
  padding-top: 5px;
  font-size: 16px;
}

.copyright {
  padding-top: 40px;
  color: #9e9e9e;
  font-size: .8rem;
}

.footer-nav-head {
  font-size: 1.5rem;
  font-weight: 800;
  padding-bottom: 3rem;
  color: #606370;
}

.footer-nav-link a {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 3em;
}

.footer-nav-link:hover .head-link {
  color: #afb2bd;
}

.iqnova {
  position: absolute;
  bottom: 0px;
  right: 0;
}

.iqnova-text {
  font-size: 12px;
}

.iqnova-logo {
  width: 100px;
}

.logo-inova .box-logo {
  width: 130px;
  height: 50px;
}

.logo-inova .box-logo .title-logo {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 30px;
}

.logo-inova .box-logo .title-logo .block-logo {
  width: 0%;
  height: inherit;
  background: #f3dd56;
  position: absolute;
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
}

.title-logo h1 {
  text-transform: none !important;
}

.logo-inova .box-logo .title-logo h1 {
  font-family: 'Muller';
  font-weight: 800;
  color: #fff;
  font-size: 30px;
  -webkit-animation: mainFadeIn 2s forwards;
  -o-animation: mainFadeIn 2s forwards;
  animation: mainFadeIn 2s forwards;
  animation-delay: 1.6s;
  opacity: 0;
  display: flex;
  align-items: baseline;
  position: relative;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.logo-inova .box-logo .title-logo h1 span {
  width: 0px;
  height: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f3dd56;
  -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation: popIn 1.2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 3.8s;
  margin-left: 5px;
  margin-top: -10px;
  position: absolute;
  bottom: 13px;
  right: -12px;
}

.logo-inova .box-logo .role {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 20px;
  margin-top: 0px;
}

.logo-inova .box-logo .role .block-logo {
  width: 0%;
  height: inherit;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  display: flex;
}

.logo-inova .box-logo .role p {
  animation: secFadeIn 2s forwards;
  animation-delay: 3.2s;
  opacity: 0;
  font-weight: 300;
  font-family: 'Roboto';
  color: #fff;
  font-size: 8px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 4px;
}

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #f3dd56;
    border-radius: 80%;
    border: 0px solid #ddd;
    opacity: 0;
  }
  30% {
    width: 10px;
    height: 10px;
    background: #f3dd56;
    border-radius: 50%;
    opacity: 1;
    bottom: 50px;
  }
  45% {
    width: 7px;
    height: 5px;
    width: 15px;
    bottom: 10px;
  }
  60% {
    width: 10px;
    height: 10px;
    bottom: 25px;
  }
  75% {
    width: 7px;
    height: 5px;
    bottom: 10px;
  }
  90% {
    width: 6px;
    height: 7px;
    bottom: 15px;
  }
  100% {
    width: 7px;
    height: 7px;
    background: #f3dd56;
    border: 0px solid #222;
    bottom: 10px;
  }
}

@keyframes secFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.black {
  color: #333;
}

.white {
  color: #fff;
}

.white-logo {
  color: #fff;
}

.logo-inova:hover .box-logo .title-logo h1 {
  color: #f3dd56;
}

.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  display: none;
  background-color: #f3dd56;
}

.cursor-dot-outline {
  z-index: 999999;
  width: 30px;
  height: 30px;
  border: 2px solid #f3dd56;
}

.cont-text-1 {
  padding-top: 5rem;
  font-size: 18px;
  font-weight: 500;
  color: #9ba0a3;
}

.cont-text-2 {
  padding-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #616161;
  padding-bottom: 3rem;
}

.cont-block .footer-cont {
  color: #333333;
  font-weight: 900;
}

.cont-block .footer-btn-margin {
  margin-top: 2rem;
}

.cont-pdf {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding-top: 2rem;
  margin-left: 10px;
  text-decoration: underline;
}

.cont-pdf span {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.cont-pdf:hover {
  text-decoration: none;
}

.pdf-img {
  position: relative;
  margin-bottom: -10px;
}

.contacts-block {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ymaps-layers-pane {
  filter: grayscale(50%);
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
}

.cart-prod {
  background-color: #ffffff;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.04);
  padding: 40px 40px;
  border-radius: 10px;
}

.tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-top: 8rem;
}

.tabs>li {
  transition-duration: .25s;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 700;
}

.tabs>li.active {
  border-bottom: 3px solid #fded04;
}

.tabs>li.active:before {
  transition-duration: .5s;
  background-color: #333333;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tab__content {
  position: relative;
  width: 100%;
  height: 400px !important;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  margin: 3rem 0 10rem;
  border-radius: 10px;
}

.tab__content>li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}

.tab__content>li .content__wrapper {
  border-radius: 10px;
  width: 100%;
  padding: 65px 40px 40px 40px;
  background-color: 333333;
}

.cart-descr {
  color: #333333;
  font-weight: 500;
  padding-top: 20px;
}

.cont-back {
  position: absolute;
  font-size: 300px;
  font-weight: 900;
  color: #f7f7f7;
  z-index: -3;
}

.prod-back-1 {
  position: absolute;
  font-size: 18rem;
  font-weight: 900;
  color: #f8f8f8;
  z-index: -3;
  text-transform: uppercase;
}

.cart-gead-li {
  padding-top: 3rem;
  font-weight: 700;
  color: #858585;
}

.cart-descr-li {
  color: #333333;
  font-weight: 500;
  padding-top: 12px;
}

.cart-descr-li li {
  padding-bottom: 8px;
  list-style-type: none;
  line-height: 1.2em;
}

.cart-descr-li li:before {
  content: ' ';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #fded04;
  margin-right: 5px;
  margin-bottom: 1px;
}

.black-menu {
  color: #333333;
  font-weight: 600;
}

.menu-svg {
  opacity: .1;
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.svg-2 {
  opacity: .3;
  width: 230px;
}

.svg-3 {
  opacity: .3;
  width: 200px;
}

.svg-4 {
  opacity: .2;
  width: 200px;
}

.service-block {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 70px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  height: 300px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.service-text-1 {
  font-size: 2rem;
  transform: translateY(40px);
  color: #333;
  font-weight: 900;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.service-img {
  position: absolute;
  width: 150px;
  right: -10px;
  bottom: -10px;
  filter: grayscale(1);
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.service-block:hover .service-img {
  filter: grayscale(0);
}

.service-block:hover .service-text-1 {
  transform: translateY(0px);
  color: #333333;
}

.service-text-2 {
  opacity: 1;
  color: #646464;
  font-weight: 800;
  transform: translateY(300px);
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.service-block:hover .service-text-2 {
  transform: translateY(20px);
}

[data-theme="dark"] {
  background-color: #222 !important;
  color: #ffffff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

[data-theme="dark"] .bg-light {
  background-color: #222 !important;
}

[data-theme="dark"] .bg-white {
  background-color: #222 !important;
}

[data-theme="dark"] .bg-black {
  background-color: #222 !important;
}

.toggle-btn {
  position: relative;
  width: 146px;
  height: 74px;
  border-radius: 40px;
  transform: scale(.3);
  display: inline-block;
}

input[type="checkbox"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}


/* First toggle btn */

#_1st-toggle-btn span {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  opacity: 1;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, .1);
  border-radius: 40px;
  transition: 0.2s ease background-color, 0.2s ease opacity;
}

#_1st-toggle-btn span:before,
#_1st-toggle-btn span:after {
  content: '';
  position: absolute;
  top: 8px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transition: 0.5s ease transform, 0.2s ease background-color;
}

#_1st-toggle-btn span:before {
  background-color: #fff;
  transform: translate(-58px, 0px);
  z-index: 1;
}

#_1st-toggle-btn span:after {
  background-color: #333;
  transform: translate(8px, 0px);
  z-index: 0;
}

#_1st-toggle-btn input[type="checkbox"]:checked+span {
  background-color: #333;
}

#_1st-toggle-btn input[type="checkbox"]:active+span {
  opacity: 0.5;
}

#_1st-toggle-btn input[type="checkbox"]:checked+span:before {
  background-color: #333;
  transform: translate(56px, -19px);
}

#_1st-toggle-btn input[type="checkbox"]:checked+span:after {
  background-color: #fff;
  transform: translate(79px, 0px);
}

.dark-mode-p {
  position: absolute;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  margin-top: 25px;
  margin-left: -40px;
  line-height: 1em;
}

.cloudimage-inner-box {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.cart_uslugi {
  text-align: center;
  padding-bottom: 40px;
}

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

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

.breadcrumb li:last-child a {
  color: #ababab;
  pointer-events: none;
}

.breadcrumb li:not(:last-child) a:after {
  content: '>';
  position: relative;
  padding-left: 10px;
  bottom: -1px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 1px;
}

.breadcrumb li:not(:last-child):after {
  content: '';
  right: 0;
  top: 0;
}

.breadcrumb li a {
  font-size: 16px;
  font-weight: 500;
}

.ptb-uslugi {
  padding-top: 100px;
  padding-bottom: 150px;
}


/*МЕНЮ НАЧАЛО*/

body {
  --color-link-hover: #fded04;
  --color-bg-item1: #15171b;
  --color-bg-item2: #2c35b7;
  --color-bg-item3: #0f1013;
  --color-bg-item4: #1d2027;
  --color-bg-item5: #0f1013;
  --color-item-alt: #494d54;
  --color-quote: #5b677a;
  --color-info: #57535a;
  --color-title: #e23434;
  --color-tagline: #e2e2e2;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}

button:focus,
a:focus {
  outline: none;
}

.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

.background__copy {
  opacity: 0.3;
}

.action {
  background: none;
  border: 0;
  color: #fded04;
  cursor: pointer;
  padding: 0;
}

.action--menu {
  pointer-events: auto;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
}

.menu--open .action--menu {
  pointer-events: none;
}

.action--close {
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  z-index: 1000;
  opacity: 0;
  padding: 0 0.5rem;
}

.icon--menu {
  width: 6rem;
}

.icon--close {
  width: 2rem;
}

.menu {
  text-align: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, 33.33%);
  pointer-events: none;
}

.menu__item {
  transform: scale(0%);
  -webkit-transition: transform 0s;
  -o-transition: transform 0s;
  transition: transform 0s;
}

.menu--open {
  pointer-events: auto;
  opacity: 1;
}

.menu--open .menu__item {
  opacity: 1;
  transform: scale(100%);
}

.menu__item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.menu__item-inner {
  overflow: hidden;
  transform: translate3d(100%, 0, 0);
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu__item--1 .menu__item-inner {
  background: var(--color-bg-item1);
}

.menu__item--2 .menu__item-inner {
  background: #fded04;
}

.menu__item--3 .menu__item-inner {
  background: var(--color-bg-item3);
}

.menu__item--4 .menu__item-inner {
  background: var(--color-bg-item4);
}

.menu__item--5 .menu__item-inner {
  background: var(--color-bg-item5);
}

.menu__item--4,
.menu__item--5 {
  display: none;
}

.label {
  display: none;
}

.mainmenu__item {
  opacity: 0;
}

.mainmenu__item,
.sidemenu__item {
  position: relative;
  overflow: hidden;
  transition: color 0.1s;
  margin: 0.5rem 0;
  font-weight: 600;
  display: inline-block;
}

.sidemenu__item-inner {
  display: block;
  transform: translate3d(0, 100%, 0);
}

.menu__item-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.menu__item-inner:hover .menu__item-map {
  transform: scale3d(1.1, 1.1, 1);
}

.menu__item-hoverlink {
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  z-index: 1000;
  display: block;
  color: #333333;
}

.menu__item-hoverlink:hover {
  color: #5a5a5a;
}

.quote {
  font-size: 2rem;
  padding: 1rem;
  text-align: center;
  max-width: 70%;
  color: var(--color-quote);
  font-family: "sabbath-black", serif;
}

.menu__item-link {
  text-align: left;
  align-self: flex-start;
  justify-self: start;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1;
  padding: 2rem;
  margin: 3rem 0 auto;
  display: flex;
  flex-direction: column;
  height: calc(100% - 3rem);
}

.menu__item-link::after {
  content: '\27F6';
  display: block;
  margin-top: auto;
  font-size: 0.95rem;
}

.garant-back {
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 50px;
}

.parallax-window {
  border-radius: 0 0 10px 10px !important;
}

@media screen and (min-width: 1em) {
  body {
    padding: 0;
  }
  .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    min-height: 100vh;
    text-align: left;
  }
  .frame {
    position: fixed;
    z-index: 199;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 1.5rem;
    pointer-events: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    grid-template-areas: 'codropsheader info' '... ...' 'github ...';
  }
  .codrops-header {
    grid-area: codropsheader;
    padding: 0;
    justify-content: start;
  }
  .codrops-links {
    margin: 0;
  }
  .frame a {
    pointer-events: auto;
  }
  .github {
    grid-area: github;
    justify-self: start;
  }
  .info {
    margin: 0 6rem 0 0;
    color: var(--color-info);
  }
  .menu {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    grid-template-columns: 25% 25% 50%;
    grid-template-rows: 50% 50%;
    grid-template-areas: "item3 item2 item1" "item4 item5 item1";
  }
  .menu__item {
    height: 100%;
  }
  .menu__item--1 {
    grid-area: item1;
  }
  .menu__item--2 {
    grid-area: item2;
  }
  .menu__item--3 {
    grid-area: item3;
  }
  .menu__item--4 {
    grid-area: item4;
  }
  .menu__item--5 {
    grid-area: item5;
  }
  .menu__item--4,
  .menu__item--5 {
    display: block;
  }
  .menu__item-inner {
    align-items: center;
  }
  .label {
    display: block;
    color: var(--color-item-alt);
    position: absolute;
    z-index: 1000;
    font-size: 0.85rem;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
  }
  .label--topleft {
    top: 2rem;
    left: 2rem;
  }
  .label--vert,
  .label--vert-mirror {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .label--vert-mirror {
    transform: rotate(180deg);
  }
  .label--bottomright {
    bottom: 2rem;
    right: 2rem;
  }
  .label::before {
    content: '------------- ';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -1px;
    margin: 0 0.75rem 0 0;
  }
  .label--vert::before,
  .label--vert-mirror::before {
    margin: 0.75rem 0;
  }
  .mainmenu,
  .sidemenu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mainmenu {
    counter-reset: menuitem;
  }
  .mainmenu__item {
    font-size: 4rem;
    font-weight: 700;
    overflow: visible;
    margin: 0.9rem 0;
    padding: 0 0.5rem;
    position: relative;
    transition: color 0.3s;
  }
  .mainmenu__item::before {
    counter-increment: menuitem;
    content: counters(menuitem, "", decimal-leading-zero);
    position: absolute;
    font-size: 0.85rem;
    top: 25%;
    left: -1.25rem;
    color: var(--color-item-alt);
  }
  .sidemenu__item {
    font-size: 1.2rem;
  }
  .menu__item-hoverlink {
    font-size: 1.5rem;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .menu__item-inner:hover .menu__item-hoverlink {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .menu {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    grid-template-areas: "item1";
  }
}


/*МЕНЮ КОНЕЦ*/

.pt-block {
  padding-top: 150px;
}

.pb-block {
  padding-bottom: 150px;
}

.ptb-block {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 1199px) {
  .ptb-uslugi {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section .top-side {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .parallax-window {
    background-image: url(/img/img1dark.jpg);
    background-size: cover;
  }
  .hitr-prod-back {
    font-size: 50px;
  }
  h1 {
    font-size: 30px;
  }
  .head-phone {
    position: absolute;
    right: 0 !important;
  }
  .cart-prod {
    padding: 15px;
  }
  .pt-block {
    padding-top: 70px;
  }
  .pb-block {
    padding-bottom: 70px;
  }
  .ptb-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .header-logo {
    width: 100px;
    margin-left: 15px;
  }
  .icon--menu {
    width: 6rem;
  }
  .footer-nav-head {
    font-size: 1.5rem;
    font-weight: 800;
    padding-bottom: 10px;
    padding-top: 30px;
    color: #606370;
  }
  .copyright {
    padding-top: 40px;
    color: #ffffff;
    font-size: 14px;
  }
  .footer-btn-margin {
    margin-top: 25px;
  }
  .footer {
    background-color: #24272c;
    padding-top: 50px;
    color: #ffffff;
  }
  .service-block {
    padding: 15px 15px;
  }
  .service-text-1 {
    font-size: 26px;
  }
  .mainmenu__item {
    font-size: 2.5rem;
  }
  .cursor-dot-outline {
    border: 0px;
  }
  .footer-nav-link a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2em;
  }
  .pt-200 {
    padding-top: 100px;
  }
  .pb-200 {
    padding-bottom: 70px;
  }
  h3 {
    font-size: 28px;
    font-weight: 900;
  }
  .pb-12rem {
    padding-bottom: 70px;
  }
  .cont-text-1 {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #9ba0a3;
  }
  .contacts-block {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .cont-back {
    font-size: 50px;
  }
  .prod-text-3 {
    padding-top: 0px;
    line-height: 1.1em;
    color: #999999;
  }
  .pt-custom-1 {
    padding-top: 40px;
  }
  .footer-cont.phone {
    margin-top: 15px;
    font-size: 24px;
  }
  .garant-back {
    padding: 20px;
  }
  .footer-cont {
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
  }
}