@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

:focus {
  outline: none;
}

a,
button,
input {
  text-decoration: none;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  max-width: 100%;
  width: 100%;
  font-size: 18px;
}

body {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  background-color: #f1f1f1;
  color: #000000;
  overflow-x: hidden;
}

section {
  padding: 75px 0;
}

.container {
  margin: 0 auto;
  width: 1840px;
}

h1 {
  font-family: "Gilroy";
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.11px;
  margin-left: -5px;
  color: #000000;
}

h2 {
  font-family: "Gilroy";
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 80px */
  letter-spacing: 0.08px;
  color: #000000;
}

h3 {
  font-family: "Gilroy";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.032px;
  color: #000000;
}

h4 {
  font-family: "Gilroy";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.024px;
  color: #000000;
}

p,
span {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
a .normal {
  display: block;
}
a .hover {
  display: none;
}
a:hover .normal {
  display: none;
}
a:hover .hover {
  display: block !important;
}

ul {
  padding: 0;
}

.dn {
  display: none !important;
}

.a-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

figure {
  overflow: hidden;
}
figure img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
}
.wrap .lt,
.wrap .rt {
  width: 48%;
}
.wrap .lt {
  margin: auto 0;
}
.wrap .rt {
  margin: auto;
  margin-left: auto;
  margin-right: 0;
}

.hidden {
  overflow: hidden !important;
}

a.link-blue {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background-color: #0865fe;
  padding: 5px 5px 5px 25px;
}
a.link-blue p {
  color: #ffffff;
  font-size: 1rem;
}
a.link-blue figure {
  margin-left: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
}
a.link-blue:hover {
  background-color: #ffd500;
}
a.link-blue:hover p {
  color: black;
}
a.link-blue:hover figure {
  background-color: #000000;
}

a.link-blue-mini {
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  background-color: #0865fe;
  padding: 5px;
  width: 54px;
  height: 54px;
}
a.link-blue-mini figure {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
}
a.link-blue-mini:hover {
  background-color: #ffd500;
}
a.link-blue-mini:hover figure {
  background-color: #000000;
}

a.link-yellow {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background-color: #ffd500;
  padding: 5px 5px 5px 25px;
}
a.link-yellow p {
  color: #000000;
  font-size: 1rem;
}
a.link-yellow figure {
  margin-left: 15px;
  background-color: #000000;
  border-radius: 50%;
  padding: 10px;
}
a.link-yellow:hover {
  background-color: #0865fe;
}
a.link-yellow:hover p {
  color: #ffffff;
}
a.link-yellow:hover figure {
  background-color: #ffffff;
}

li,
figure,
p.white-box {
  border-radius: 35px !important;
}

.social a figure,
.header-btns a figure {
  border-radius: 0 !important;
}

#offer {
  min-height: 900px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 777;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  background: rgba(241, 241, 241, 0.4);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
header .wrapper a.custom-logo-link img {
  width: auto;
  height: 70px;
}
header .wrapper nav {
  width: 50%;
  margin: auto 0;
}
header .wrapper nav ul.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrapper nav ul.menu li a {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #000000;
}
header .wrapper nav ul.menu li:hover a, header .wrapper nav ul.menu li.current-menu-item a {
  color: #0865fe;
}
header .wrapper nav ul.menu li.menu-item-has-children {
  position: relative;
}
header .wrapper nav ul.menu li.menu-item-has-children:hover a {
  color: #000000;
}
header .wrapper nav ul.menu li.menu-item-has-children::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: -24px;
  background: url(../img/i-chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
header .wrapper nav ul.menu li.menu-item-has-children ul.sub-menu {
  display: none;
}
header .wrapper nav ul.menu li.menu-item-has-children ul.sub-menu li.current-menu-item a {
  color: #ffd500 !important;
}
header .wrapper nav ul.menu li.menu-item-has-children:hover ul.sub-menu {
  display: block !important;
  position: absolute;
  z-index: 1;
  left: -40px;
  padding: 20px 40px;
  border-radius: 25px;
  background-color: #0865fe;
  width: 360px;
}
header .wrapper nav ul.menu li.menu-item-has-children:hover ul.sub-menu li {
  line-height: 1.2;
  margin: 12px 0;
}
header .wrapper nav ul.menu li.menu-item-has-children:hover ul.sub-menu li a {
  color: #ffffff;
}
header .wrapper nav ul.menu li.menu-item-has-children:hover ul.sub-menu li:hover a {
  color: #ffd500;
}
header .wrapper .header-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
}
header .wrapper .header-btns a.fb-btn {
  width: 40px;
  height: 40px;
}
header .wrapper .header-btns a.insta-btn {
  width: 40px;
  height: 40px;
}
header .wrapper a.user-btn {
  display: flex;
  align-items: center;
}
header .wrapper a.user-btn figure {
  margin-left: 10px;
  width: 40px;
  height: 40px;
}
header .wrapper a.user-btn:hover p {
  color: #0865fe;
}
header .wrapper .menu_icon {
  display: none;
}

#page-home #offer {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 5;
}
#page-home #offer .offer-cover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page-home #offer .offer-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0%;
     object-position: 0%;
  width: auto;
  height: 100%;
}
#page-home #offer .container {
  display: flex;
  align-items: center;
  height: 100%;
}
#page-home #offer .container .title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 730px;
  height: 300px;
  top: -10%;
  left: 45%;
}
#page-home #offer .container .title h4 {
  margin-top: 40px;
}
#page-home #offer .container .title .btns {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#page-home #offer .container .title .btns a.link-yellow {
  margin-left: 25px;
}
#page-home #offer .container .title .btns a.link-yellow figure {
  height: 48px;
  padding: 15px;
}
#page-home #about-us .wrap .lt h2 {
  margin-bottom: 50px;
}
#page-home #about-us .wrap .lt .text {
  width: 80%;
  margin-left: auto;
}
#page-home #about-us .wrap .lt .text p strong {
  text-transform: uppercase;
  font-weight: 600;
}
#page-home #about-us .wrap .lt .text .white-box {
  margin: 25px 0 30px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: -40px 4px 60px 0px rgba(102, 175, 119, 0.1);
}
#page-home #about-us .wrap .lt a.link-yellow figure {
  height: 48px;
  padding: 15px;
}
#page-home #about-us .wrap .rt figure {
  height: 550px;
}
#page-home #about-us .wrap .rt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-home #about-us .wrap .about-us-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  transform: translate(0, -70%);
  filter: drop-shadow(-40px 4px 60px rgba(102, 175, 119, 0.1));
  width: 620px;
  height: 710px;
}
#page-home #key-indicators .wrapper h2 {
  text-align: center;
}
#page-home #key-indicators .wrapper ul {
  margin-top: 50px;
  display: flex;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-home #key-indicators .wrapper ul li {
  width: 23%;
}
#page-home #key-indicators .wrapper ul li span {
  display: inline-block;
  font-family: "Gilroy";
  font-size: 80px;
  font-weight: 600;
  font-style: normal;
  color: #0865fe;
  width: 100%;
  text-align: center;
}
#page-home #key-indicators .wrapper ul li span strong {
  font-family: "Gilroy";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}
#page-home #key-indicators .wrapper ul li p {
  text-align: center;
}
#page-home #services .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-home #services .title a {
  margin-top: 15px;
  height: 54px;
}
#page-home #services .wrapper ul.accordion {
  display: flex;
  width: 100%;
  height: 600px;
  gap: 10px;
  margin-top: 50px;
  overflow: hidden;
}
#page-home #services .wrapper ul.accordion li.accordion-item {
  flex-grow: 1;
  flex-basis: 0;
  background-size: cover;
  background-position: center;
  position: relative;
  color: black;
  min-width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
#page-home #services .wrapper ul.accordion li.accordion-item figure.cover {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}
#page-home #services .wrapper ul.accordion li.accordion-item figure.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
}
#page-home #services .wrapper ul.accordion li.accordion-item a.link-blue figure {
  height: 48px;
  padding: 15px;
}
#page-home #services .wrapper ul.accordion li.accordion-item a.link-blue-mini {
  transition: 0.1s;
}
#page-home #services .wrapper ul.accordion li.accordion-item a.link-blue-mini figure {
  padding: 13px;
}
#page-home #services .wrapper ul.accordion li.accordion-item .content {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 25px;
}
#page-home #services .wrapper ul.accordion li.accordion-item .content h4 {
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 15px;
}
#page-home #services .wrapper ul.accordion li.accordion-item .content p.text {
  transition: 0.3s;
  display: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 25px;
}
#page-home #services .wrapper ul.accordion li.accordion-item .content a.link-blue-mini {
  display: block;
}
#page-home #services .wrapper ul.accordion li.accordion-item .content a.link-blue {
  display: none;
}
#page-home #services .wrapper ul.accordion li.accordion-item.active {
  flex-grow: 2;
  cursor: default;
}
#page-home #services .wrapper ul.accordion li.accordion-item.active p.text {
  display: block !important;
}
#page-home #services .wrapper ul.accordion li.accordion-item.active a.link-blue-mini {
  display: none;
}
#page-home #services .wrapper ul.accordion li.accordion-item.active a.link-blue {
  display: inline-flex;
}
#page-home #services .wrapper.scrolling {
  height: auto;
}
#page-home #guarantee h2 {
  color: #020001;
  font-size: 400px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: center;
}
#page-home #guarantee .wrap {
  width: 65%;
  margin: -170px auto 0;
}
#page-home #guarantee .wrap .lt figure {
  height: 325px;
}
#page-home #guarantee .wrap .lt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-home #guarantee .wrap .rt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
}
#page-home #guarantee .wrap .rt a {
  margin-top: 30px;
}
#page-home #latest-news .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-home #latest-news .title a {
  margin-top: 15px;
  height: 54px;
}
#page-home #latest-news .title a figure {
  height: 48px;
  padding: 15px;
}
#page-home #latest-news ul {
  margin-top: 50px;
  display: flex;
  gap: 25px;
  padding: 0;
  list-style: none;
}
#page-home #latest-news ul li {
  position: relative;
  z-index: 0;
  flex: 1;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#page-home #latest-news ul li figure {
  height: 100%;
}
#page-home #latest-news ul li figure img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-home #latest-news ul li:hover figure img {
  transform: scale(1.05);
}
#page-home #latest-news ul li:hover .content h4 {
  color: #ffd500;
}
#page-home #latest-news ul li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 100px 30px 30px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 90%);
}
#page-home #latest-news ul li .content h4 {
  color: #ffffff;
}
#page-home #latest-news ul li .content p {
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
}
#page-home #our-facilities .wrap .lt h2 {
  margin-bottom: 50px;
}
#page-home #our-facilities .wrap .lt p {
  width: 80%;
  margin-top: 25px;
  margin-left: auto;
}
#page-home #our-facilities .wrap .lt a {
  margin-left: 20%;
  margin-top: 50px;
  height: 54px;
}
#page-home #our-facilities .wrap .lt a p {
  margin: 0;
}
#page-home #partners {
  padding-bottom: 40px;
}
#page-home #partners h2 {
  text-align: center;
}
#page-home #partners .sl-partners {
  margin-top: 100px;
  padding-bottom: 30px;
}
#page-home #partners .sl-partners .sl-item figure {
  height: 85px;
}
#page-home #partners .sl-partners .slick-prev {
  top: -170px;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
  margin-left: 800px;
}
#page-home #partners .sl-partners .slick-next {
  top: -170px;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
  margin-left: 890px;
}

#gallery {
  overflow-x: hidden;
}

ul.sl-gallery {
  margin-top: 50px;
}
ul.sl-gallery .slick-list {
  width: 130%;
}
ul.sl-gallery li.item {
  padding: 0 5px;
  width: 100%;
  height: 400px;
}
ul.sl-gallery li.item figure {
  overflow: hidden;
  height: 100%;
}
ul.sl-gallery li.item figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

ul.sl-gallery-square {
  margin-top: 50px;
}
ul.sl-gallery-square .slick-list {
  width: 130%;
}
ul.sl-gallery-square li.item {
  position: relative;
  padding: 0 5px;
  background-color: #0865fe;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 5px;
  flex: 1;
  aspect-ratio: 1/1;
}
ul.sl-gallery-square li.item figure {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 30px;
  width: 135px;
  height: 155px;
  border-radius: 0 !important;
}
ul.sl-gallery-square li.item figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
ul.sl-gallery-square li.item h3,
ul.sl-gallery-square li.item p {
  color: #ffffff;
}
ul.sl-gallery-square li.item p {
  margin-top: 20px;
}

#page-about-us #offer {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#page-about-us #offer .offer-cover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page-about-us #offer .offer-cover img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0%;
     object-position: 0%;
  width: auto;
  height: 100%;
}
#page-about-us #offer .container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  height: 100%;
}
#page-about-us #offer .container .offer-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  filter: drop-shadow(-40px 4px 60px rgba(102, 175, 119, 0.1));
  width: 600px;
  height: 700px;
}
#page-about-us #offer .container .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 730px;
  height: 300px;
  top: -10%;
  left: 45%;
}
#page-about-us #offer .container .title h1 {
  margin-bottom: 50px;
}
#page-about-us #offer .container .title p {
  margin-top: 15px;
}
#page-about-us #offer .container .title a.link-blue {
  margin-top: 25px;
}
#page-about-us #offer .container .title a.link-blue p {
  margin-top: 0;
}
#page-about-us #offer .container .box {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0px;
  overflow: hidden;
  height: 620px;
  width: 340px;
}
#page-about-us #offer .container .box figure {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 25px;
}
#page-about-us #mission .wrap .lt h2 {
  margin-bottom: 50px;
}
#page-about-us #mission .wrap .lt .text {
  width: 80%;
  margin-left: auto;
}
#page-about-us #mission .wrap .lt .text .white-box {
  margin: 25px 0 30px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: -40px 4px 60px 0px rgba(102, 175, 119, 0.1);
}
#page-about-us #mission .wrap .rt figure {
  height: 450px;
}
#page-about-us #mission .wrap .rt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-about-us #benefits .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-about-us #benefits .title a {
  margin-top: 15px;
  height: 54px;
}
#page-about-us #benefits ul {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
#page-about-us #benefits ul li {
  width: 33.3333333333%;
  padding-right: 2%;
  margin-top: 50px;
  text-align: left;
}
#page-about-us #benefits ul li figure {
  width: 135px;
  height: 155px;
}
#page-about-us #benefits ul li h3 {
  margin: 25px 0 10px;
  color: #0865fe;
}
#page-about-us #benefits ul li p {
  color: #000000;
}
#page-about-us #our-goals .container {
  position: relative;
}
#page-about-us #our-goals .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-about-us #our-goals .container ul li {
  width: 23%;
  margin-top: 50px;
  position: relative;
}
#page-about-us #our-goals .container ul li span {
  color: #0865fe;
  font-family: "Gilroy";
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.11px;
}
#page-about-us #our-goals .container ul li p {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 255px;
}
#page-about-us #our-goals .container ul li h3 {
  margin: 25px 0 10px;
}
#page-about-us #our-goals .container .offer-bg {
  position: absolute;
  z-index: -1;
  top: -20%;
  right: 15%;
  filter: drop-shadow(-40px 4px 60px rgba(102, 175, 119, 0.1));
  width: 600px;
  height: 700px;
}
#page-about-us #team ul.sl-team {
  margin-top: 50px;
}
#page-about-us #team ul.sl-team li.item {
  position: relative;
  padding: 0 5px;
  height: 560px;
}
#page-about-us #team ul.sl-team li.item figure {
  z-index: 0;
  height: 100%;
}
#page-about-us #team ul.sl-team li.item figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-about-us #team ul.sl-team li.item .content {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 10px;
  padding: 0 35px 10px 35px;
}
#page-about-us #team ul.sl-team li.item .content h3,
#page-about-us #team ul.sl-team li.item .content p {
  color: #ffffff;
}
#page-about-us #our-objects {
  padding-bottom: 50px;
  overflow-x: hidden;
}
#page-about-us #our-objects .digital-kvt {
  margin-top: 120px;
  text-align: center;
}
#page-about-us #our-objects .digital-kvt span {
  display: inline-block;
  text-align: center;
  font-family: "Gilroy";
  font-size: 300px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.3px;
  color: #0865fe;
  text-align: center;
  width: 100%;
}
#page-about-us #our-objects .digital-kvt p {
  margin: 20px auto 0;
  padding: 20px 0;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: -40px 4px 60px 0px rgba(102, 175, 119, 0.1);
  width: 540px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

#page-askoe-ta-luzod #offer {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#page-askoe-ta-luzod #offer .offer-cover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page-askoe-ta-luzod #offer .offer-cover img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0%;
     object-position: 0%;
  width: auto;
  height: 100%;
}
#page-askoe-ta-luzod #offer .container {
  display: flex;
  align-items: center;
  height: 100%;
}
#page-askoe-ta-luzod #offer .container .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 730px;
  height: 300px;
  top: -10%;
  left: 45%;
}
#page-askoe-ta-luzod #offer .container .title h4 {
  margin-top: 40px;
}
#page-askoe-ta-luzod #offer .container .title .btns {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#page-askoe-ta-luzod #offer .container .title .btns a.link-yellow {
  margin-left: 25px;
}
#page-askoe-ta-luzod #offer .container .title .btns a.link-yellow figure {
  height: 48px;
  padding: 1px;
}
#page-askoe-ta-luzod #why-needed-company {
  overflow-x: hidden;
}
#page-askoe-ta-luzod #why-needed-company h2 {
  width: 55%;
}
#page-askoe-ta-luzod #description .wrap .lt {
  width: 40%;
}
#page-askoe-ta-luzod #description .wrap .lt .text {
  margin-top: 50px;
}
#page-askoe-ta-luzod #description .wrap .lt .text p {
  margin-bottom: 10px;
}
#page-askoe-ta-luzod #description .wrap .lt .text ul {
  margin-top: 10px;
}
#page-askoe-ta-luzod #description .wrap .lt .text ul li {
  position: relative;
  padding-left: 25px;
}
#page-askoe-ta-luzod #description .wrap .lt .text ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 9px;
  background-color: #000000;
}
#page-askoe-ta-luzod #description .wrap .lt .white-box {
  margin: 25px 0 30px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: -40px 4px 60px 0px rgba(102, 175, 119, 0.1);
}
#page-askoe-ta-luzod #description .wrap .rt {
  width: 55%;
}
#page-askoe-ta-luzod #description .wrap .rt figure {
  height: 100%;
}
#page-askoe-ta-luzod #description .wrap .rt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-askoe-ta-luzod #purpose-of-askoe .wrap .lt {
  width: 55%;
}
#page-askoe-ta-luzod #purpose-of-askoe .wrap .lt figure {
  height: 100%;
}
#page-askoe-ta-luzod #purpose-of-askoe .wrap .lt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-askoe-ta-luzod #purpose-of-askoe .wrap .rt {
  width: 40%;
}
#page-askoe-ta-luzod #purpose-of-askoe .wrap .rt .text {
  margin-top: 50px;
}
#page-askoe-ta-luzod #purpose-of-askoe .wrap .rt .text p {
  margin-bottom: 10px;
}
#page-askoe-ta-luzod #purpose-of-askoe .wrap .rt .text ul {
  margin-top: 10px;
}
#page-askoe-ta-luzod #purpose-of-askoe .wrap .rt .text ul li {
  position: relative;
  padding-left: 25px;
}
#page-askoe-ta-luzod #purpose-of-askoe .wrap .rt .text ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #000000;
}
#page-askoe-ta-luzod #purpose-of-askoe .wrap .rt .white-box {
  margin: 25px 0 30px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: -40px 4px 60px 0px rgba(102, 175, 119, 0.1);
}
#page-askoe-ta-luzod #benefits .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#page-askoe-ta-luzod #benefits .title h2 {
  width: 55%;
}
#page-askoe-ta-luzod #benefits .title a {
  margin-top: 15px;
  height: 54px;
}
#page-askoe-ta-luzod #benefits ul {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
#page-askoe-ta-luzod #benefits ul li {
  width: 33.3333333333%;
  padding-right: 2%;
  margin-top: 50px;
  text-align: left;
}
#page-askoe-ta-luzod #benefits ul li figure {
  width: 135px;
  height: 155px;
}
#page-askoe-ta-luzod #benefits ul li h3 {
  margin: 25px 0 10px;
  color: #0865fe;
}
#page-askoe-ta-luzod #stages-of-implementation .container {
  position: relative;
}
#page-askoe-ta-luzod #stages-of-implementation .container h2 {
  width: 55%;
}
#page-askoe-ta-luzod #stages-of-implementation .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-askoe-ta-luzod #stages-of-implementation .container ul li {
  width: 32%;
  margin-top: 50px;
}
#page-askoe-ta-luzod #stages-of-implementation .container ul li ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#page-askoe-ta-luzod #stages-of-implementation .container ul li ul li {
  margin-top: 5px;
  position: relative;
  width: 100%;
  padding-left: 20px;
}
#page-askoe-ta-luzod #stages-of-implementation .container ul li ul li:nth-child(1) {
  margin-top: 0;
}
#page-askoe-ta-luzod #stages-of-implementation .container ul li ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 50%;
}
#page-askoe-ta-luzod #stages-of-implementation .container ul li span {
  color: #0865fe;
  font-family: "Gilroy";
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.11px;
}
#page-askoe-ta-luzod #stages-of-implementation .container ul li h3 {
  margin: 25px 0 20px;
}
#page-askoe-ta-luzod #services-forecasting .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#page-askoe-ta-luzod #services-forecasting .title h2 {
  width: 80%;
}
#page-askoe-ta-luzod #services-forecasting .title a {
  margin-top: 15px;
  height: 54px;
}
#page-askoe-ta-luzod #services-forecasting .wrap1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
#page-askoe-ta-luzod #services-forecasting .wrap1 .lt {
  width: 40%;
  margin: auto 0;
}
#page-askoe-ta-luzod #services-forecasting .wrap1 .lt ul {
  display: flex;
  flex-direction: column;
}
#page-askoe-ta-luzod #services-forecasting .wrap1 .lt ul li {
  margin-top: 5px;
  position: relative;
  width: 100%;
  padding-left: 20px;
}
#page-askoe-ta-luzod #services-forecasting .wrap1 .lt ul li:nth-child(1) {
  margin-top: 20px;
}
#page-askoe-ta-luzod #services-forecasting .wrap1 .lt ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 50%;
}
#page-askoe-ta-luzod #services-forecasting .wrap1 .rt {
  width: 55%;
  margin: auto;
  margin-left: auto;
  margin-right: 0;
}
#page-askoe-ta-luzod #services-forecasting .wrap1 .rt figure {
  height: 100%;
}
#page-askoe-ta-luzod #services-forecasting .wrap1 .rt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-askoe-ta-luzod #services-forecasting .wrap2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 150px;
}
#page-askoe-ta-luzod #services-forecasting .wrap2 .lt {
  width: 55%;
  margin: auto 0;
}
#page-askoe-ta-luzod #services-forecasting .wrap2 .lt figure {
  border-radius: 50px;
  height: 100%;
}
#page-askoe-ta-luzod #services-forecasting .wrap2 .lt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-askoe-ta-luzod #services-forecasting .wrap2 .rt {
  width: 40%;
  margin: auto;
  margin-left: auto;
  margin-right: 0;
}
#page-askoe-ta-luzod #services-forecasting .wrap2 .rt h2 {
  margin-bottom: 50px;
}
#page-askoe-ta-luzod #services-forecasting ul.services-forecasting-list {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-askoe-ta-luzod #services-forecasting ul.services-forecasting-list li {
  margin-top: 10px;
  position: relative;
  width: 48%;
  text-align: left;
  padding-left: 95px;
  min-height: 80px;
}
#page-askoe-ta-luzod #services-forecasting ul.services-forecasting-list li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -15px;
  width: 80px;
  height: 60px;
  background: url(../img/icon-list.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#page-askoe-ta-luzod #gallery {
  padding-bottom: 20px;
}

#page-ses #offer {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#page-ses #offer .offer-cover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page-ses #offer .offer-cover img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0%;
     object-position: 0%;
  width: auto;
  height: 100%;
}
#page-ses #offer .container {
  display: flex;
  align-items: center;
  height: 100%;
}
#page-ses #offer .container .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 730px;
  height: 300px;
  top: 0;
  left: 45%;
}
#page-ses #offer .container .title h4 {
  margin-top: 40px;
}
#page-ses #offer .container .title .btns {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#page-ses #offer .container .title .btns a.link-yellow {
  margin-left: 25px;
}
#page-ses #offer .container .title .btns a.link-yellow figure {
  height: 48px;
  padding: 1px;
}
#page-ses #service-description {
  padding-top: 0;
}
#page-ses #service-description .wrap .lt {
  width: 40%;
}
#page-ses #service-description .wrap .rt {
  width: 55%;
}
#page-ses #service-description .wrap2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 150px 0;
}
#page-ses #service-description .wrap2 .lt {
  width: 55%;
  margin: auto 0;
}
#page-ses #service-description .wrap2 .rt {
  width: 40%;
  margin: auto;
  margin-left: auto;
  margin-right: 0;
}
#page-ses #service-description h2 {
  margin-bottom: 50px;
}
#page-ses #service-description figure {
  height: 700px;
}
#page-ses #service-description figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-ses #service-description p {
  padding-bottom: 15px;
}
#page-ses #service-description p:nth-last-child(1) {
  padding-bottom: 0;
}
#page-ses #types-of-solutions .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-ses #types-of-solutions .title h2 {
  width: 55%;
}
#page-ses #types-of-solutions li,
#page-ses #types-of-solutions p,
#page-ses #types-of-solutions h3 {
  color: #ffffff !important;
}
#page-ses #types-of-solutions ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-ses #types-of-solutions ul li.item {
  padding: 40px;
  border-radius: 40px;
  background: #0865fe;
  width: 32.5%;
}
#page-ses #types-of-solutions ul li.item figure {
  width: 130px;
  height: 130px;
  margin-left: auto;
  margin-right: 0;
}
#page-ses #types-of-solutions ul li.item .text {
  margin-top: 50px;
}
#page-ses #types-of-solutions ul li.item ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#page-ses #types-of-solutions ul li.item ul li {
  position: relative;
  padding-left: 20px;
}
#page-ses #types-of-solutions ul li.item ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}
#page-ses #stages-of-implementation .container {
  position: relative;
}
#page-ses #stages-of-implementation .container h2 {
  width: 55%;
}
#page-ses #stages-of-implementation .container ul {
  display: flex;
  flex-wrap: wrap;
}
#page-ses #stages-of-implementation .container ul li {
  width: 33.3333333333%;
  padding-right: 1.5%;
  margin-top: 50px;
}
#page-ses #stages-of-implementation .container ul li ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#page-ses #stages-of-implementation .container ul li ul li {
  margin-top: 5px;
  position: relative;
  width: 100%;
  padding-left: 20px;
}
#page-ses #stages-of-implementation .container ul li ul li:nth-child(1) {
  margin-top: 0;
}
#page-ses #stages-of-implementation .container ul li ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 50%;
}
#page-ses #stages-of-implementation .container ul li span {
  color: #0865fe;
  font-family: "Gilroy";
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.11px;
}
#page-ses #stages-of-implementation .container ul li h3 {
  margin: 25px 0 10px;
}
#page-ses #benefits .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#page-ses #benefits .title h2 {
  width: 55%;
}
#page-ses #benefits .title a {
  margin-top: 15px;
  height: 54px;
}
#page-ses #benefits ul {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
#page-ses #benefits ul li {
  width: 33.3333333333%;
  padding-right: 2%;
  margin-top: 50px;
  text-align: left;
}
#page-ses #benefits ul li figure {
  width: 135px;
  height: 155px;
}
#page-ses #benefits ul li h3 {
  margin: 25px 0 10px;
  color: #0865fe;
}

#page-eis #offer {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#page-eis #offer .offer-cover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page-eis #offer .offer-cover img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0%;
     object-position: 0%;
  width: auto;
  height: 100%;
}
#page-eis #offer .container {
  display: flex;
  align-items: center;
  height: 100%;
}
#page-eis #offer .container .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 730px;
  height: 300px;
  top: -10%;
  left: 45%;
}
#page-eis #offer .container .title h1 strong {
  font-weight: 600;
}
#page-eis #offer .container .title h4 {
  margin-top: 40px;
}
#page-eis #offer .container .title .btns {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#page-eis #offer .container .title .btns a.link-yellow {
  margin-left: 25px;
}
#page-eis #offer .container .title .btns a.link-yellow figure {
  height: 48px;
  padding: 1px;
}
#page-eis #service-description .wrap .lt {
  width: 40%;
}
#page-eis #service-description .wrap .rt {
  width: 55%;
}
#page-eis #service-description .wrap2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 150px 0;
}
#page-eis #service-description .wrap2 .lt {
  width: 55%;
  margin: auto 0;
}
#page-eis #service-description .wrap2 .rt {
  width: 40%;
  margin: auto;
  margin-left: auto;
  margin-right: 0;
}
#page-eis #service-description .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#page-eis #service-description .title h2 {
  width: 50%;
  margin: 0;
}
#page-eis #service-description .title a {
  height: 54px;
}
#page-eis #service-description .title a p {
  padding-top: 13px;
}
#page-eis #service-description .title a figure {
  width: 45px;
  height: 45px;
}
#page-eis #service-description .wrap3 {
  margin-top: 50px;
}
#page-eis #service-description .wrap3 ul li {
  position: relative;
  margin-top: 20px;
  text-align: left;
  padding-left: 95px;
  min-height: 70px;
}
#page-eis #service-description .wrap3 ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -15px;
  width: 80px;
  height: 60px;
  background: url(../img/icon-list.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}
#page-eis #service-description h2 {
  margin-bottom: 50px;
}
#page-eis #service-description figure {
  height: 700px;
}
#page-eis #service-description figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-eis #service-description p {
  padding-bottom: 15px;
}
#page-eis #service-description p:nth-last-child(1) {
  padding-bottom: 0;
}
#page-eis #service-for {
  overflow-x: hidden;
}
#page-eis #service-for h2 {
  width: 55%;
}
#page-eis #service-for li,
#page-eis #service-for p {
  color: #ffffff;
}
#page-eis #service-for ul.sl-gallery-square li.item {
  position: relative;
  height: 280px;
  min-height: 280px;
}
#page-eis #service-for ul.sl-gallery-square li.item .text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 70px 50px 50px 50px;
  width: 100%;
}
#page-eis #service-for ul.sl-gallery-square li.item ul {
  margin-top: 20px;
}
#page-eis #service-for ul.sl-gallery-square li.item ul li {
  position: relative;
  padding-left: 20px;
}
#page-eis #service-for ul.sl-gallery-square li.item ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}
#page-eis #service-for ul.sl-gallery-square li.item h3,
#page-eis #service-for ul.sl-gallery-square li.item p {
  color: #ffffff;
}
#page-eis #service-for ul.sl-gallery-square li.item p {
  margin-top: 20px;
}
#page-eis #benefits .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#page-eis #benefits .title h2 {
  width: 55%;
}
#page-eis #benefits .title a {
  margin-top: 15px;
  height: 54px;
}
#page-eis #benefits ul {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
#page-eis #benefits ul li {
  width: 33.3333333333%;
  padding-right: 2%;
  margin-top: 50px;
  text-align: left;
}
#page-eis #benefits ul li figure {
  width: 135px;
  height: 155px;
}
#page-eis #benefits ul li h3 {
  margin: 25px 0 10px;
  color: #0865fe;
}
#page-eis #stages-of-implementation {
  padding-bottom: 150px;
}
#page-eis #stages-of-implementation .container {
  position: relative;
}
#page-eis #stages-of-implementation .container h2 {
  width: 55%;
}
#page-eis #stages-of-implementation .container ul {
  display: flex;
  flex-wrap: wrap;
}
#page-eis #stages-of-implementation .container ul li {
  width: 33.3333333333%;
  padding-right: 2%;
  margin-top: 100px;
  position: relative;
}
#page-eis #stages-of-implementation .container ul li ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#page-eis #stages-of-implementation .container ul li ul li {
  margin-top: 5px;
  position: relative;
  width: 100%;
  padding-left: 20px;
}
#page-eis #stages-of-implementation .container ul li ul li:nth-child(1) {
  margin-top: 0;
}
#page-eis #stages-of-implementation .container ul li ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 50%;
}
#page-eis #stages-of-implementation .container ul li span {
  color: #0865fe;
  font-family: "Gilroy";
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.11px;
}
#page-eis #stages-of-implementation .container ul li h3 {
  margin: 25px 0 10px;
}
#page-eis #stages-of-implementation .container ul li p {
  position: absolute;
  left: 0;
  top: 220px;
}
#page-eis #gallery {
  overflow-x: hidden;
  padding-bottom: 40px;
}

#page-video-security #offer {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#page-video-security #offer .offer-cover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page-video-security #offer .offer-cover img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0%;
     object-position: 0%;
  width: auto;
  height: 100%;
}
#page-video-security #offer .container {
  display: flex;
  align-items: center;
  height: 100%;
}
#page-video-security #offer .container .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 730px;
  height: 300px;
  top: -10%;
  left: 45%;
}
#page-video-security #offer .container .title h4 {
  margin-top: 40px;
}
#page-video-security #offer .container .title .btns {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#page-video-security #offer .container .title .btns a.link-yellow {
  margin-left: 25px;
}
#page-video-security #offer .container .title .btns a.link-yellow figure {
  height: 48px;
  padding: 1px;
}
#page-video-security #service-description .wrap .lt {
  width: 40%;
}
#page-video-security #service-description .wrap .lt h2 {
  margin-bottom: 50px;
}
#page-video-security #service-description .wrap .lt p {
  padding-bottom: 15px;
}
#page-video-security #service-description .wrap .lt p:nth-last-child(1) {
  padding-bottom: 0;
}
#page-video-security #service-description .wrap .rt {
  width: 55%;
}
#page-video-security #service-description .wrap .rt figure {
  height: 570px;
}
#page-video-security #service-description .wrap .rt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-video-security #stages-of-implementation .container {
  position: relative;
}
#page-video-security #stages-of-implementation .container h2 {
  width: 55%;
}
#page-video-security #stages-of-implementation .container ul {
  display: flex;
  flex-wrap: wrap;
}
#page-video-security #stages-of-implementation .container ul li {
  width: 33.3333333333%;
  padding-right: 2%;
  margin-top: 50px;
}
#page-video-security #stages-of-implementation .container ul li ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#page-video-security #stages-of-implementation .container ul li ul li {
  margin-top: 5px;
  position: relative;
  width: 100%;
  padding-left: 20px;
}
#page-video-security #stages-of-implementation .container ul li ul li:nth-child(1) {
  margin-top: 0;
}
#page-video-security #stages-of-implementation .container ul li ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 50%;
}
#page-video-security #stages-of-implementation .container ul li span {
  color: #0865fe;
  font-family: "Gilroy";
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.11px;
}
#page-video-security #stages-of-implementation .container ul li h3 {
  margin: 25px 0 10px;
}
#page-video-security #solutions-for {
  overflow-x: hidden;
}
#page-video-security #solutions-for h2 {
  width: 55%;
}
#page-video-security #solutions-for li,
#page-video-security #solutions-for p {
  color: #ffffff;
}
#page-video-security #solutions-for ul.sl-gallery-square li.item {
  justify-content: center;
  height: 270px;
}
#page-video-security #solutions-for ul.sl-gallery-square li.item h3,
#page-video-security #solutions-for ul.sl-gallery-square li.item p {
  color: #ffffff;
}
#page-video-security #solutions-for ul.sl-gallery-square li.item p {
  margin-top: 20px;
}
#page-video-security #solutions-for ul li.item ul {
  margin-top: 20px;
}
#page-video-security #solutions-for ul li.item ul li {
  position: relative;
  padding-left: 20px;
}
#page-video-security #solutions-for ul li.item ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}
#page-video-security #our-approach .wrap .lt {
  width: 40%;
}
#page-video-security #our-approach .wrap .lt h2 {
  margin-bottom: 50px;
}
#page-video-security #our-approach .wrap .lt p {
  padding-bottom: 15px;
}
#page-video-security #our-approach .wrap .lt p:nth-last-child(1) {
  padding-bottom: 0;
}
#page-video-security #our-approach .wrap .rt {
  width: 55%;
}
#page-video-security #our-approach .wrap .rt figure {
  height: 570px;
}
#page-video-security #our-approach .wrap .rt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-video-security #benefits .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#page-video-security #benefits .title h2 {
  width: 55%;
}
#page-video-security #benefits .title a {
  margin-top: 15px;
  height: 54px;
}
#page-video-security #benefits ul {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
#page-video-security #benefits ul li {
  width: 33.3333333333%;
  padding-right: 2%;
  margin-top: 50px;
  text-align: left;
}
#page-video-security #benefits ul li figure {
  width: 135px;
  height: 155px;
}
#page-video-security #benefits ul li h3 {
  margin: 25px 0 10px;
  color: #0865fe;
}
#page-video-security #gallery {
  padding-bottom: 40px;
}

#page-fire-alarm #offer {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#page-fire-alarm #offer .offer-cover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page-fire-alarm #offer .offer-cover img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0%;
     object-position: 0%;
  width: auto;
  height: 100%;
}
#page-fire-alarm #offer .container {
  display: flex;
  align-items: center;
  height: 100%;
}
#page-fire-alarm #offer .container .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 730px;
  height: 300px;
  top: -10%;
  left: 45%;
}
#page-fire-alarm #offer .container .title h4 {
  margin-top: 40px;
}
#page-fire-alarm #offer .container .title .btns {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#page-fire-alarm #offer .container .title .btns a.link-yellow {
  margin-left: 25px;
}
#page-fire-alarm #offer .container .title .btns a.link-yellow figure {
  height: 48px;
  padding: 1px;
}
#page-fire-alarm #service-description .wrap .lt {
  width: 40%;
}
#page-fire-alarm #service-description .wrap .lt h2 {
  margin-bottom: 50px;
}
#page-fire-alarm #service-description .wrap .lt p {
  padding-bottom: 15px;
}
#page-fire-alarm #service-description .wrap .lt p:nth-last-child(1) {
  padding-bottom: 0;
}
#page-fire-alarm #service-description .wrap .rt {
  width: 55%;
}
#page-fire-alarm #service-description .wrap .rt figure {
  height: 570px;
}
#page-fire-alarm #service-description .wrap .rt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-fire-alarm #stages-of-implementation .container {
  position: relative;
}
#page-fire-alarm #stages-of-implementation .container h2 {
  width: 55%;
}
#page-fire-alarm #stages-of-implementation .container ul {
  display: flex;
  flex-wrap: wrap;
}
#page-fire-alarm #stages-of-implementation .container ul li {
  width: 33.3333333333%;
  padding-right: 2%;
  margin-top: 50px;
}
#page-fire-alarm #stages-of-implementation .container ul li ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#page-fire-alarm #stages-of-implementation .container ul li ul li {
  margin-top: 5px;
  position: relative;
  width: 100%;
  padding-left: 20px;
}
#page-fire-alarm #stages-of-implementation .container ul li ul li:nth-child(1) {
  margin-top: 0;
}
#page-fire-alarm #stages-of-implementation .container ul li ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 50%;
}
#page-fire-alarm #stages-of-implementation .container ul li span {
  color: #0865fe;
  font-family: "Gilroy";
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.11px;
}
#page-fire-alarm #stages-of-implementation .container ul li h3 {
  margin: 25px 0 10px;
}
#page-fire-alarm #fire-alarm-needed {
  overflow-x: hidden;
}
#page-fire-alarm #fire-alarm-needed h2 {
  width: 55%;
}
#page-fire-alarm #fire-alarm-needed li,
#page-fire-alarm #fire-alarm-needed p {
  color: #ffffff;
}
#page-fire-alarm #fire-alarm-needed ul.sl-gallery-square li.item {
  justify-content: center;
  height: 270px;
}
#page-fire-alarm #fire-alarm-needed ul.sl-gallery-square li.item h3,
#page-fire-alarm #fire-alarm-needed ul.sl-gallery-square li.item p {
  color: #ffffff;
}
#page-fire-alarm #fire-alarm-needed ul.sl-gallery-square li.item p {
  margin-top: 20px;
}
#page-fire-alarm #fire-alarm-needed ul li.item ul {
  margin-top: 20px;
}
#page-fire-alarm #fire-alarm-needed ul li.item ul li {
  position: relative;
  padding-left: 20px;
}
#page-fire-alarm #fire-alarm-needed ul li.item ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}
#page-fire-alarm #types-of-alarms-gallery {
  overflow-x: hidden;
}
#page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item {
  height: 500px;
  padding-bottom: 200px;
}
#page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item figure {
  margin-bottom: 20px;
}
#page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item .text {
  position: relative;
}
#page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item .text p {
  position: absolute;
  left: 0;
  top: 80px;
}
#page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item .text h3,
#page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item .text p {
  color: #000000;
}
#page-fire-alarm #service-description2 .wrap .lt {
  width: 40%;
}
#page-fire-alarm #service-description2 .wrap .rt {
  width: 55%;
}
#page-fire-alarm #service-description2 .wrap2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 150px 0;
}
#page-fire-alarm #service-description2 .wrap2 .lt {
  width: 55%;
  margin: auto 0;
}
#page-fire-alarm #service-description2 .wrap2 .rt {
  width: 40%;
  margin: auto;
  margin-left: auto;
  margin-right: 0;
}
#page-fire-alarm #service-description2 .wrap4 .rt ul li {
  margin-top: 20px;
  min-height: 70px;
}
#page-fire-alarm #service-description2 h2 {
  margin-bottom: 50px;
}
#page-fire-alarm #service-description2 h3 {
  margin-bottom: 10px;
}
#page-fire-alarm #service-description2 figure {
  height: 700px;
}
#page-fire-alarm #service-description2 figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-fire-alarm #service-description2 ul {
  margin-bottom: 10px;
}
#page-fire-alarm #service-description2 ul li {
  position: relative;
  padding-left: 20px;
}
#page-fire-alarm #service-description2 ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
#page-fire-alarm #service-description2 p {
  padding-bottom: 15px;
}
#page-fire-alarm #service-description2 p:nth-last-child(1) {
  padding-bottom: 0;
}
#page-fire-alarm #service-description2 em {
  display: block;
  margin: 25px 0 30px;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: -40px 4px 60px 0px rgba(102, 175, 119, 0.1);
  font-style: normal;
}
#page-fire-alarm #service-description2 .title {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#page-fire-alarm #service-description2 .title h2 {
  width: 50%;
  margin: 0;
}
#page-fire-alarm #service-description2 .title a {
  height: 54px;
}
#page-fire-alarm #service-description2 .title a p {
  padding-top: 13px;
}
#page-fire-alarm #service-description2 .title a figure {
  width: 45px;
  height: 45px;
}
#page-fire-alarm #service-description2 .wrap4 {
  margin-top: 50px;
}
#page-fire-alarm #service-description2 .wrap4 .lt {
  width: 55%;
}
#page-fire-alarm #service-description2 .wrap4 .rt {
  width: 40%;
}
#page-fire-alarm #service-description2 .wrap4 ul li {
  position: relative;
  margin-top: 50px;
  text-align: left;
  padding-left: 95px;
}
#page-fire-alarm #service-description2 .wrap4 ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -15px;
  width: 80px;
  height: 60px;
  background: url(../img/icon-list.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}
#page-fire-alarm #benefits .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#page-fire-alarm #benefits .title h2 {
  width: 55%;
}
#page-fire-alarm #benefits .title a {
  margin-top: 15px;
  height: 54px;
}
#page-fire-alarm #benefits ul {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
#page-fire-alarm #benefits ul li {
  width: 25%;
  padding-right: 2%;
  margin-top: 50px;
  text-align: left;
}
#page-fire-alarm #benefits ul li figure {
  width: 135px;
  height: 155px;
}
#page-fire-alarm #benefits ul li h3 {
  margin: 25px 0 10px;
  color: #0865fe;
}

#page-news #news-box {
  margin-top: 100px;
  padding-bottom: 150px;
}
#page-news #news-box span.subtitle {
  color: #0865fe;
  font-size: 1rem;
  font-weight: 700;
}
#page-news #news-box .last-post {
  margin: 50px 0 0;
}
#page-news #news-box .last-post .wrap .lt {
  width: 40%;
  margin: 0;
}
#page-news #news-box .last-post .wrap .lt h2 {
  color: #000000 !important;
}
#page-news #news-box .last-post .wrap .lt p {
  margin-top: 50px;
}
#page-news #news-box .last-post .wrap .lt .link-blue {
  margin-top: 0;
  height: 54px;
}
#page-news #news-box .last-post .wrap .lt .link-blue p {
  margin-top: 0;
}
#page-news #news-box .last-post .wrap .lt .link-blue figure {
  margin-top: 0;
  height: auto;
}
#page-news #news-box .last-post .wrap .lt .link-blue figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
#page-news #news-box .last-post .wrap .rt {
  width: 55%;
  text-align: right;
}
#page-news #news-box .last-post .wrap .rt .post-date {
  text-align: right;
  margin-left: auto;
}
#page-news #news-box .last-post .wrap .rt figure {
  margin-top: 25px;
  height: 570px;
}
#page-news #news-box .last-post .wrap .rt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-news #news-box h2.title {
  width: 700px;
  margin-top: 150px;
}
#page-news #news-box .news-list {
  position: relative;
  margin-top: 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
}
#page-news #news-box .news-list .offer-bg {
  position: absolute;
  z-index: -1;
  top: -80%;
  right: 15%;
  filter: drop-shadow(-40px 4px 60px rgba(102, 175, 119, 0.1));
  width: 600px;
  height: 700px;
}
#page-news #news-box .news-list article {
  margin-top: 50px;
  position: relative;
  height: 680px;
}
#page-news #news-box .news-list article figure {
  height: 400px;
}
#page-news #news-box .news-list article figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-news #news-box .news-list article .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#page-news #news-box .news-list article .wrapper .link-blue figure {
  margin-top: 0;
  height: auto;
}
#page-news #news-box .news-list article .wrapper .link-blue figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

.pagination-wrapper {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -130px;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.pagination-wrapper .pagination-icon img {
  width: 48px;
  height: 48px;
  transition: opacity 0.2s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.pagination-wrapper .next.page-numbers,
.pagination-wrapper .prev.page-numbers {
  display: none;
}
.pagination-wrapper .pagination {
  display: flex;
  gap: 10px;
}
.pagination-wrapper .pagination .page-numbers {
  padding: 0px 15px;
  text-decoration: none;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}
.pagination-wrapper .pagination .current {
  border: 1px solid #777;
  border-radius: 10px;
  color: #000000;
}

#single-page-news #offer {
  padding-top: 150px;
  padding-bottom: 0;
}
#single-page-news #offer .title {
  position: relative;
}
#single-page-news #offer .title span.subtitle {
  color: #0865fe;
  font-size: 1rem;
  font-weight: 700;
}
#single-page-news #offer .title h1 {
  margin: 100px auto 50px;
  width: 75%;
}
#single-page-news #offer .title p.post-date {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  font-size: 1rem;
}
#single-page-news #offer figure.cover {
  border-radius: 80px;
  height: 800px;
}
#single-page-news #offer figure.cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
#single-page-news #offer .content {
  margin: 100px auto;
  width: 75%;
}
#single-page-news #offer .content p {
  margin-bottom: 10px;
}
#single-page-news #offer .content h2,
#single-page-news #offer .content h3 {
  margin-bottom: 20px;
}
#single-page-news #offer ul.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px;
}
#single-page-news #offer ul.gallery li {
  width: 32.5%;
}
#single-page-news #offer ul.gallery li figure {
  height: 450px;
}
#single-page-news #offer ul.gallery li figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#single-page-news #offer .btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#single-page-news #offer .btns a.link-blue:nth-child(1) {
  padding: 5px 25px 5px 5px;
}
#single-page-news #offer .btns a.link-blue:nth-child(1) figure {
  margin-left: 0;
  transform: rotate(-135deg);
}
#single-page-news #offer .btns a.link-blue:nth-child(1) p {
  margin-left: 10px;
}
#single-page-news #offer .btns a.link-blue:nth-child(2) figure {
  transform: rotate(45deg);
}

#page-contacts #offer .wrap {
  margin: 150px auto 0;
  width: 80%;
}
#page-contacts #offer .wrap .lt {
  width: 48%;
}
#page-contacts #offer .wrap .lt ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-contacts #offer .wrap .lt ul li {
  margin-top: 25px;
  width: 45%;
}
#page-contacts #offer .wrap .lt ul li:nth-child(1) a {
  max-width: 200px;
}
#page-contacts #offer .wrap .lt ul li span {
  display: block;
  color: #777;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
}
#page-contacts #offer .wrap .lt ul li a {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}
#page-contacts #offer .wrap .lt ul li a:hover {
  color: #0865fe;
}
#page-contacts #offer .wrap .lt ul li p {
  font-weight: 700;
}
#page-contacts #offer .wrap .lt ul li .btns {
  display: flex;
  justify-content: space-between;
  width: 100px;
}
#page-contacts #offer .wrap .lt ul li .tels,
#page-contacts #offer .wrap .lt ul li .email {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
#page-contacts #offer .wrap .lt ul li .tels a,
#page-contacts #offer .wrap .lt ul li .email a {
  color: #000000;
  font-size: 1rem;
}
#page-contacts #offer .wrap .lt ul li .tels a:nth-last-child(1),
#page-contacts #offer .wrap .lt ul li .email a:nth-last-child(1) {
  margin-bottom: 0;
}
#page-contacts #offer .wrap .lt ul li .tels a:hover,
#page-contacts #offer .wrap .lt ul li .email a:hover {
  color: #0865fe;
}
#page-contacts #offer .wrap .rt {
  width: 48%;
}
#page-contacts #offer .wrap .rt .map iframe {
  width: 100%;
  height: 600px;
  border-radius: 35px;
  overflow: hidden;
}

#page-user #offer {
  margin-top: 150px;
  padding-bottom: 50px;
}
#page-user #offer h1 {
  text-align: center;
}
#page-user #offer form {
  position: relative;
  margin: 100px auto 0;
  width: 65%;
}
#page-user #offer form .wpcf7-form-control-wrap {
  position: relative;
}
#page-user #offer form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 1;
  font-size: 0.8rem;
  left: 20px;
  bottom: -40px;
  min-width: 220px;
}
#page-user #offer form .wpcf7-response-output {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  color: #ffffff;
  width: 370px;
  height: 80px;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  font-size: 0.8rem;
}
#page-user #offer form #buttonEye-password-130 {
  cursor: pointer;
  opacity: 0.5;
  margin-left: -40px !important;
}
#page-user #offer form .box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
#page-user #offer form .box .wpcf7-list-item {
  margin: auto;
  display: flex;
  align-items: center;
  width: 200px;
}
#page-user #offer form .box .wpcf7-list-item input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: white;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
}
#page-user #offer form .box .wpcf7-list-item input[type=checkbox]:checked::after {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background-color: #000000;
}
#page-user #offer form .box .wpcf7-list-item .wpcf7-list-item-label {
  color: #ffffff;
  margin-left: 15px;
}
#page-user #offer form .box .btn-submit {
  margin-top: 0;
}
#page-user #offer form .box .btn-submit p::after {
  background-image: url(../img/i-attow-w.svg);
}

#page-information-for-consumers #offer .title {
  width: 90%;
  margin: 150px auto;
}
#page-information-for-consumers #offer .title h1 {
  text-align: center;
}
#page-information-for-consumers #offer .wrap-odd .lt {
  width: 40%;
}
#page-information-for-consumers #offer .wrap-odd .rt {
  width: 55%;
}
#page-information-for-consumers #offer .wrap-even .rt {
  width: 40%;
}
#page-information-for-consumers #offer .wrap-even .lt {
  width: 55%;
}
#page-information-for-consumers #offer ul.list li.wrap {
  margin-top: 150px;
}
#page-information-for-consumers #offer ul.list li.wrap figure.cover {
  height: 600px;
  overflow: hidden;
}
#page-information-for-consumers #offer ul.list li.wrap figure.cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-information-for-consumers #offer ul.list li.wrap h3 {
  margin-bottom: 50px;
}
#page-information-for-consumers #offer ul.list li.wrap h4 {
  margin: 25px 0 20px;
}
#page-information-for-consumers #offer ul.list li.wrap ul {
  margin-top: 10px;
}
#page-information-for-consumers #offer ul.list li.wrap ul li {
  position: relative;
  padding-left: 20px;
}
#page-information-for-consumers #offer ul.list li.wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
}
#page-information-for-consumers #offer ul.list li.wrap p {
  padding-top: 10px;
}
#page-information-for-consumers #offer ul.list li.wrap:nth-last-child(1) {
  border-radius: 0 !important;
}
#page-information-for-consumers #offer #contacts-for-inquiries {
  margin-top: 130px;
  padding: 0 5%;
}
#page-information-for-consumers #offer #contacts-for-inquiries .wrapper {
  margin-top: 100px;
  background-color: #0865fe;
  padding: 50px;
  border-radius: 35px;
}
#page-information-for-consumers #offer #contacts-for-inquiries .wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-information-for-consumers #offer #contacts-for-inquiries .wrapper ul li {
  display: flex;
  flex-direction: column;
  width: 12%;
}
#page-information-for-consumers #offer #contacts-for-inquiries .wrapper ul li span {
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 25px;
}
#page-information-for-consumers #offer #contacts-for-inquiries .wrapper ul li a,
#page-information-for-consumers #offer #contacts-for-inquiries .wrapper ul li p {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
}
#page-information-for-consumers #offer #contacts-for-inquiries .wrapper ul li .tels {
  display: flex;
  flex-direction: column;
}
#page-information-for-consumers #offer #contacts-for-inquiries .wrapper ul li .tels a {
  margin-top: 10px;
}

.scrolling {
  position: relative;
  z-index: 1;
  height: 600px;
  overflow: hidden;
}
.scrolling .lt {
  height: 600px;
  overflow-y: scroll;
  padding-right: 25px;
  cursor: pointer;
}
.scrolling .lt::-webkit-scrollbar {
  width: 6px;
}
.scrolling .lt::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.1);
}
.scrolling .lt::-webkit-scrollbar-thumb {
  background-color: #0865fe;
  border-radius: 4px;
}

#page-legislation #offer .wrap {
  margin-top: 150px;
}
#page-legislation #offer .wrap .lt {
  width: 40%;
}
#page-legislation #offer .wrap .lt h1 {
  margin-bottom: 50px;
}
#page-legislation #offer .wrap .lt p {
  padding-top: 10px;
}
#page-legislation #offer .wrap .lt a {
  margin-top: 50px;
}
#page-legislation #offer .wrap .lt a p {
  padding-top: 0;
}
#page-legislation #offer .wrap .rt {
  width: 55%;
}
#page-legislation #offer .wrap .rt figure {
  height: 600px;
}
#page-legislation #offer .wrap .rt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-legislation #legislation-list {
  padding-bottom: 150px;
}
#page-legislation #legislation-list h2 {
  text-align: center;
}
#page-legislation #legislation-list ul {
  position: relative;
  margin-top: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
}
#page-legislation #legislation-list ul li {
  position: relative;
  margin-top: 100px;
}
#page-legislation #legislation-list ul li figure.cover {
  height: 300px;
  border: 1px solid #777;
  padding: 60px 40px;
}
#page-legislation #legislation-list ul li figure.cover img {
  transition: 0.3s;
}
#page-legislation #legislation-list ul li figure.cover:hover img {
  transform: scale(1.05);
}
#page-legislation #legislation-list ul li h3 {
  margin: 25px 0 15px;
}
#page-legislation #legislation-list ul li p {
  padding-bottom: 70px;
}
#page-legislation #legislation-list ul li a.link-yellow {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 54px;
}
#page-legislation #legislation-list ul li a.link-yellow p {
  padding-bottom: 0;
}
#page-legislation #legislation-list ul li a.link-yellow figure {
  padding: 0;
  height: 48px;
}

#page-documents #offer .wrap {
  margin-top: 150px;
}
#page-documents #offer .wrap .lt {
  width: 40%;
}
#page-documents #offer .wrap .lt h1 {
  margin-bottom: 50px;
}
#page-documents #offer .wrap .lt p {
  padding-top: 10px;
}
#page-documents #offer .wrap .lt a {
  margin-top: 50px;
}
#page-documents #offer .wrap .lt a p {
  padding-top: 0;
}
#page-documents #offer .wrap .rt {
  width: 55%;
}
#page-documents #offer .wrap .rt figure {
  height: 600px;
}
#page-documents #offer .wrap .rt figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page-documents #documents-list {
  padding-bottom: 150px;
}
#page-documents #documents-list h2 {
  text-align: center;
}
#page-documents #documents-list ul {
  position: relative;
  margin-top: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
}
#page-documents #documents-list ul li {
  position: relative;
  margin-top: 100px;
}
#page-documents #documents-list ul li figure.cover {
  height: 300px;
  border: 1px solid #777;
  padding: 60px 40px;
}
#page-documents #documents-list ul li figure.cover img {
  transition: 0.3s;
}
#page-documents #documents-list ul li figure.cover:hover img {
  transform: scale(1.05);
}
#page-documents #documents-list ul li h3 {
  margin: 25px 0 15px;
}
#page-documents #documents-list ul li p {
  padding-bottom: 70px;
}
#page-documents #documents-list ul li a.link-yellow {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
#page-documents #documents-list ul li a.link-yellow p {
  padding-bottom: 0;
}
#page-documents #documents-list ul li a.link-yellow figure {
  transform: rotate(135deg);
}

#page-privacy-policy section {
  padding-top: 0;
}
#page-privacy-policy section .offer-cover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}
#page-privacy-policy section .offer-cover img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0%;
     object-position: 0%;
  width: auto;
  height: 100%;
}
#page-privacy-policy section .container {
  position: relative;
  z-index: 5;
  margin-top: 250px;
  width: 55%;
}
#page-privacy-policy section .container h1 {
  margin-bottom: 60px;
  font-size: 4rem;
}
#page-privacy-policy section .container h4 {
  margin: 20px 0;
}

#feedback {
  padding-top: 120px;
  padding-bottom: 75px;
}
#feedback .title {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
#feedback .title p.subtitle {
  margin-top: 25px;
}
#feedback .wrap {
  margin-top: 50px;
}
#feedback .wrap .lt {
  width: 49%;
  border-radius: 30px;
  border: 2px solid #0865fe;
  padding: 75px 50px;
  overflow: hidden;
}
#feedback .wrap .lt h3 {
  font-weight: 600;
  margin-bottom: 50px;
}
#feedback .wrap .lt .icon {
  display: flex;
  margin: 20px 0;
}
#feedback .wrap .lt .icon figure {
  width: 60px;
  height: 60px;
}
#feedback .wrap .lt .icon span {
  display: block;
  margin: auto 15px;
  color: #777;
  font-size: 16px;
  font-weight: 300;
}
#feedback .wrap .lt a {
  font-family: "Gilroy";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #000000;
}
#feedback .wrap .lt a:hover {
  color: #0865fe;
}
#feedback .wrap .lt .tels a {
  margin-right: 15px;
}
#feedback .wrap .rt {
  position: relative;
  width: 49%;
}

form {
  border-radius: 30px;
  padding: 50px 50px;
  overflow: hidden;
  background-color: #0865fe;
}
form .wrapper {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
form .wrapper p {
  position: relative;
  width: 47%;
}
form label {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
form label input {
  margin-top: 15px;
  border-radius: 40px;
  height: 50px;
  border: none;
  padding: 10px 20px;
  width: 100%;
}
form label textarea {
  width: 100%;
  margin-top: 15px;
  border-radius: 20px;
  border: none;
  height: 150px;
  padding: 20px;
}
form .btn-submit {
  margin-top: 15px;
  text-align: right;
}
form .btn-submit p {
  display: inline-block;
  position: relative;
}
form .btn-submit p::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 3px;
  right: 5px;
  background-image: url(../img/i-phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
form .btn-submit p:hover .wpcf7-submit {
  background-color: #555555 !important;
  color: #ffd500 !important;
}
form .btn-submit p .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background-color: #ffd500;
  padding: 12px 60px 12px 20px;
  border: none;
  margin-left: auto;
  margin-right: 0;
  color: #000000;
  font-size: 1rem;
}
form .wpcf7-spinner {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 0;
  color: #ffffff;
  border-radius: 40px;
  text-align: center;
  width: 600px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.wpcf7 form .cf7-success {
  border: 2px solid #46b450;
  background-color: rgba(70, 180, 79, 0.7);
}
.wpcf7 form .cf7-error {
  background: rgba(255, 0, 0, 0.7);
  border: 2px solid red !important;
}

footer {
  padding: 50px 0 25px 0;
}
footer ul.upper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
  border-bottom: 1px solid #0865fe;
}
footer ul.upper li.footer-item .custom-logo-link img {
  width: auto;
  height: 75px;
}
footer ul.upper li.footer-item li.menu-item {
  margin-bottom: 10px;
}
footer ul.upper li.footer-item li.menu-item:nth-last-child(1) {
  margin-bottom: 0;
}
footer ul.upper li.footer-item li.menu-item a {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
footer ul.upper li.footer-item li.menu-item:hover a, footer ul.upper li.footer-item li.menu-item.current-menu-item a {
  color: #0865fe;
}
footer ul.upper li.footer-item span {
  font-family: "DM Sans", sans-serif;
  display: block;
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
footer ul.upper li.footer-item span.social-title {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
}
footer ul.upper li.footer-item .tels,
footer ul.upper li.footer-item .email,
footer ul.upper li.footer-item .address {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
footer ul.upper li.footer-item .tels a,
footer ul.upper li.footer-item .email a,
footer ul.upper li.footer-item .address a {
  font-family: "DM Sans", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 5px;
}
footer ul.upper li.footer-item .tels a:nth-last-child(1),
footer ul.upper li.footer-item .email a:nth-last-child(1),
footer ul.upper li.footer-item .address a:nth-last-child(1) {
  margin-bottom: 0;
}
footer ul.upper li.footer-item .tels a:hover,
footer ul.upper li.footer-item .email a:hover,
footer ul.upper li.footer-item .address a:hover {
  color: #0865fe;
}
footer ul.upper li.footer-item .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90px;
}
footer ul.upper li.footer-item .social a.fb-btn {
  width: 40px;
  height: 40px;
}
footer ul.upper li.footer-item .social a.insta-btn {
  width: 40px;
  height: 40px;
}
footer .down {
  padding-top: 25px;
}
footer .down .wrap .lt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 470px;
}
footer .down .wrap .lt a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
footer .down .wrap .lt a:hover {
  color: #0865fe;
}
footer .down .wrap .lt p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
footer .down .wrap .rt {
  text-align: right;
}
footer .down .wrap .rt a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
footer .down .wrap .rt a:hover {
  color: #0865fe;
}

#error_404 #offer {
  height: 100vh;
  position: relative;
}
#error_404 #offer .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 330px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#error_404 #offer .wrap h1 {
  color: black;
  text-transform: none;
  font-size: 3rem;
  font-weight: 700;
}
#error_404 #offer .wrap p {
  font-size: 1.5rem;
  margin-bottom: 25px;
}
#error_404 #offer .wrap a {
  height: 54px;
  width: 160px;
}
#error_404 #offer .wrap a p {
  font-size: 1rem;
  margin-bottom: 0;
}

.slick-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  top: -85px;
  left: auto;
  color: transparent !important;
  border-radius: 50%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.slick-slider .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  top: 0;
  background: url(../img/i-next.svg) no-repeat;
  background-size: contain;
}
.slick-slider .slick-prev {
  right: 90px;
}
.slick-slider .slick-prev::after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.slick-slider .slick-prev:hover {
  right: 95px !important;
}
.slick-slider .slick-next {
  right: 0;
}
.slick-slider .slick-next:hover {
  right: -5px !important;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  display: none;
}
.slick-slider ul.slick-dots {
  position: absolute;
  bottom: -50px;
}
.slick-slider ul.slick-dots li {
  margin: auto 5px;
  width: 35px;
  height: 4px;
}
.slick-slider ul.slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #777;
  padding: 0;
}
.slick-slider ul.slick-dots li button:before {
  display: none;
}
.slick-slider ul.slick-dots li.slick-active button {
  background-color: #0865fe;
}

/* 1301-1920px */
@media screen and (max-width: 1920px) {
  .container {
    width: 90%;
  }
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 24px;
  }
  header .container .wrapper nav {
    width: 60%;
  }
  header .container .wrapper nav ul.menu li a {
    font-size: calc(16px + 2 * (100vw - 1301px) / 619);
  }
  header .container .wrapper .header-btns a.user-btn p {
    font-size: calc(16px + 2 * (100vw - 1301px) / 619);
  }
  #page-home #offer .container .title {
    left: 37%;
  }
  #page-home #about-us .wrap .about-us-bg {
    width: 480px;
    height: 540px;
  }
  #page-home #services .wrapper ul.accordion li.accordion-item .content h4 {
    margin-bottom: 0;
    line-height: 1.1;
    position: absolute;
    transform: rotate(-90deg);
    bottom: 190px;
    left: -95px;
    width: 300px;
    font-size: 32px;
  }
  #page-home #services .wrapper ul.accordion li.accordion-item.active .content h4 {
    margin-bottom: 15px;
    line-height: 1.1;
    position: relative;
    transform: rotate(0deg);
    bottom: 0;
    left: 0;
    width: auto;
  }
  #page-home #services .wrapper ul.accordion li.accordion-item:nth-child(1) .content h4 {
    bottom: 210px;
  }
  #page-home #services .wrapper ul.accordion li.accordion-item:nth-child(1).active .content h4 {
    margin-bottom: 15px;
    line-height: 1.1;
    position: relative;
    transform: rotate(0deg);
    bottom: 0;
    left: 0;
    width: auto;
  }
  #page-home #guarantee {
    padding-top: 40px;
  }
  #page-home #guarantee .container h2 {
    font-size: calc(270px + 130 * (100vw - 1300px) / 620);
  }
  #page-home #guarantee .container .wrap {
    width: 85%;
    margin: -100px auto 0;
  }
  #page-home #partners .sl-partners .slick-prev {
    top: -150px;
    margin-left: calc(45% - 120px);
  }
  #page-home #partners .sl-partners .slick-next {
    top: -150px;
    margin-left: calc(45% - 30px);
  }
  #feedback .wrap .lt a {
    font-size: 22px;
  }
  ul.sl-gallery-square li.item figure {
    width: auto;
    height: 80px;
  }
  ul.sl-gallery-square li.item p {
    margin-top: 15px;
    line-height: 1.1;
  }
  ul.sl-gallery-square li.item h3 {
    font-size: 26px;
  }
  #page-askoe-ta-luzod #offer .offer-cover {
    left: -10%;
  }
  #page-askoe-ta-luzod #offer .container .title {
    left: 37%;
  }
  #page-askoe-ta-luzod #benefits .container ul li h3 {
    font-size: 28px;
  }
  #page-askoe-ta-luzod #why-needed-company h2 {
    width: 950px;
  }
  #page-askoe-ta-luzod #stages-of-implementation .container h2 {
    width: 810px;
  }
  #page-askoe-ta-luzod #services-forecasting .title h2 {
    width: 75%;
  }
  #page-ses #offer .container .title {
    width: 540px;
    left: 50%;
  }
  #page-ses #offer .container .title h4 {
    margin-top: 25px;
  }
  #page-ses #benefits .container ul li h3 {
    font-size: 28px;
  }
  #page-ses #stages-of-implementation .container h2 {
    width: 100%;
  }
  #page-eis #offer .offer-cover {
    left: -10%;
  }
  #page-eis #offer .container .title {
    left: 37%;
    top: -20%;
  }
  #page-eis #stages-of-implementation .container h2 {
    width: 810px;
  }
  #page-eis #stages-of-implementation .container ul {
    justify-content: space-between;
  }
  #page-eis #stages-of-implementation .container ul li {
    width: 32%;
  }
  #page-eis #service-for ul.sl-gallery-square li.item .text {
    padding: 50px;
  }
  #page-video-security #offer .offer-cover {
    left: -10%;
  }
  #page-video-security #offer .container .title {
    left: 45%;
    width: 610px;
  }
  #page-video-security #stages-of-implementation .container h2 {
    width: 810px;
  }
  #page-fire-alarm #offer .offer-cover {
    left: -10%;
  }
  #page-fire-alarm #offer .container .title {
    left: 37%;
  }
  #page-fire-alarm #stages-of-implementation .container h2 {
    width: 810px;
  }
  #page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item {
    height: 530px;
    padding-bottom: 250px;
  }
  #page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item figure {
    height: 310px;
  }
  #page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item h3 {
    font-size: 23px;
  }
  #page-information-for-consumers #offer ul.list #contacts-for-inquiries {
    padding: 0;
  }
  #page-information-for-consumers #offer ul.list #contacts-for-inquiries .wrapper ul li {
    width: 22%;
  }
  #page-legislation #offer .wrap .lt {
    width: 50%;
  }
  #page-legislation #offer .wrap .lt h1 {
    font-size: 80px;
  }
  #page-legislation #offer .wrap .rt {
    width: 45%;
  }
  #page-legislation #legislation-list ul li h3 {
    font-size: 25px;
  }
  #page-documents #offer .wrap .lt {
    width: 50%;
  }
  #page-documents #offer .wrap .lt h1 {
    font-size: 80px;
  }
  #page-documents #offer .wrap .rt {
    width: 45%;
  }
  #page-documents #documents-list ul li h3 {
    font-size: 25px;
  }
  #page-about-us #offer .offer-cover {
    left: -14%;
  }
  #page-about-us #offer .container .title {
    left: 37%;
  }
  #page-about-us #offer .container .box {
    height: 486px;
    width: 270px;
  }
  #page-about-us #our-objects .digital-kvt span {
    font-size: 185px;
  }
  #page-about-us #our-goals {
    padding-bottom: 150px;
  }
  #page-about-us #our-goals .container ul li h3 {
    font-size: 24px;
  }
  #page-about-us #our-goals .container ul li p {
    top: 220px;
  }
  #page-news #news-box .last-post .wrap .lt h2 {
    font-size: 50px;
  }
  #page-news #news-box .news-list article h3 {
    font-size: 22px;
  }
  #page-news #news-box .news-list article p {
    font-size: 16px;
  }
  #single-page-news #offer .title h1 {
    margin: 50px auto;
    font-size: 70px;
  }
  form .wrapper p {
    width: 49%;
  }
}
/* 1201-1300px */
@media screen and (max-width: 1300px) {
  h1 {
    font-size: 4rem;
  }
  header .container .wrapper {
    position: relative;
    padding: 10px 0;
  }
  header .container .wrapper a.custom-logo-link img {
    height: 60px;
  }
  header .container .wrapper nav,
  header .container .wrapper .user-panel .text,
  header .container .wrapper .user-panel .tels {
    display: none;
  }
  header .container .wrapper .user-panel #user-btn {
    margin-left: 0;
    margin-right: 60px;
  }
  header .container .wrapper .header-btns {
    margin-right: 70px;
  }
  header .container .wrapper .menu_icon {
    display: block !important;
    position: absolute;
    top: 19px;
    right: 0;
    background-color: #0865fe;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    cursor: pointer;
  }
  header .container .wrapper .menu_icon span {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 20px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  header .container .wrapper .menu_icon span:nth-child(1) {
    top: 12px;
  }
  header .container .wrapper .menu_icon span:nth-child(2) {
    top: 20px;
  }
  header .container .wrapper .menu_icon span:nth-child(3) {
    top: 28px;
  }
  header.active {
    background-color: #edf9ff !important;
    height: 100vh;
    border-radius: 0;
    overflow-x: hidden;
  }
  header.active .container {
    height: 100%;
  }
  header.active .wrapper {
    width: 100%;
    position: relative;
  }
  header.active .wrapper nav {
    display: block !important;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0);
    width: 340px;
    height: calc(95vh - 150px);
    overflow-y: scroll;
  }
  header.active .wrapper nav::-webkit-scrollbar {
    width: 2px;
  }
  header.active .wrapper nav::-webkit-scrollbar-track {
    background: rgba(128, 128, 128, 0.01);
  }
  header.active .wrapper nav::-webkit-scrollbar-thumb {
    background-color: #0865fe;
    border-radius: 1px;
  }
  header.active .wrapper nav ul.menu {
    position: absolute;
    z-index: 1;
    display: block;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }
  header.active .wrapper nav ul.menu li {
    margin: 25px 0 !important;
    display: table;
  }
  header.active .wrapper nav ul.menu li a {
    font-size: 20px;
  }
  header.active .wrapper nav ul.menu li.menu-item-has-children {
    padding-right: 25px;
  }
  header.active .wrapper nav ul.menu li.menu-item-has-children::after {
    top: 8px;
    right: 0;
  }
  header.active .wrapper nav ul.menu li.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    padding: 0;
    left: 0;
    top: 10px;
  }
  header.active .wrapper nav ul.menu li.menu-item-has-children:hover ul.sub-menu li {
    margin: 15px 0 !important;
  }
  header.active .wrapper nav ul.menu li.menu-item-has-children:hover ul.sub-menu li a {
    color: #777;
    font-size: 16px;
  }
  header.active .wrapper nav ul.menu li.menu-item-has-children:hover ul.sub-menu li:hover a, header.active .wrapper nav ul.menu li.menu-item-has-children:hover ul.sub-menu li.current-menu-item a {
    color: #0865fe !important;
  }
  header.active .wrapper .user-panel .user-panel-wrap {
    position: absolute;
    width: 216px;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  header.active .wrapper .user-panel .user-panel-wrap .tels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
    width: 100%;
  }
  header.active .wrapper .user-panel .user-panel-wrap .tels a {
    display: inline-block;
    margin: 5px 0;
  }
  header.active .wrapper .user-panel .user-panel-wrap .text {
    display: inline-block;
    width: 100%;
    font-size: 1.1rem;
  }
  header.active .wrapper .menu_icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 20px;
    left: 11px;
  }
  header.active .wrapper .menu_icon span:nth-child(2) {
    width: 0;
  }
  header.active .wrapper .menu_icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 20px;
    left: 11px;
  }
  #page-home #offer .offer-cover {
    opacity: 0.3;
  }
  #page-home #offer .container .title {
    width: 610px;
  }
  #page-home #services .container {
    width: 100%;
    overflow: hidden;
  }
  #page-home #services .container .title {
    width: 90%;
    margin: 0 auto;
  }
  #page-home #services .container .wrapper {
    position: relative;
    left: 5%;
    padding-bottom: 25px;
    overflow-x: scroll;
  }
  #page-home #services .container .wrapper ul.accordion {
    width: 130%;
    padding-right: 7%;
  }
  #page-home #services .container .wrapper.scrolling {
    height: auto;
  }
  #page-home #services .container .wrapper.scrolling::-webkit-scrollbar {
    height: 4px;
  }
  #page-home #services .container .wrapper.scrolling::-webkit-scrollbar-track {
    background: rgba(128, 128, 128, 0.1);
  }
  #page-home #services .container .wrapper.scrolling::-webkit-scrollbar-thumb {
    background-color: #0865fe;
    border-radius: 4px;
  }
  #page-home #guarantee {
    padding-top: 40px;
  }
  #page-home #guarantee .container .wrap {
    width: 90%;
    margin: -80px auto 0;
  }
  #feedback .wrap .lt a {
    font-size: 18px;
  }
  ul.sl-gallery-square li.item p {
    font-size: 16px;
  }
  #page-askoe-ta-luzod #offer .offer-cover {
    opacity: 0.3;
  }
  #page-askoe-ta-luzod #offer .container .title {
    width: 610px;
  }
  #page-askoe-ta-luzod #description .wrap .lt h2 {
    width: 770px;
  }
  #page-askoe-ta-luzod #description .wrap .rt figure {
    margin-top: 120px;
  }
  #page-ses #offer .offer-cover {
    opacity: 0.3;
  }
  #page-eis #offer .offer-cover {
    opacity: 0.3;
  }
  #page-eis #offer .container .title {
    left: 37%;
    width: 610px;
  }
  #page-eis #stages-of-implementation .container ul li {
    width: 33%;
  }
  #page-video-security #offer .offer-cover {
    opacity: 0.3;
  }
  #page-video-security #offer .container .title {
    width: 610px;
  }
  #page-fire-alarm #offer .offer-cover {
    opacity: 0.3;
  }
  #page-fire-alarm #offer .container .title {
    width: 610px;
  }
  #page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item {
    height: 545px;
  }
  #page-information-for-consumers #offer ul.list #contacts-for-inquiries .wrapper ul li {
    width: 25%;
  }
  #page-about-us #offer .offer-cover {
    opacity: 0.3;
  }
  #page-about-us #offer .container .title {
    width: 610px;
  }
  #page-about-us #benefits ul li h3 {
    font-size: 28px;
  }
  #page-about-us #our-goals .container ul li h3 {
    font-size: 24px;
  }
  #page-news #news-box .news-list article {
    height: 705px;
  }
}
/* 992-1200px */
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 3.5rem;
  }
  h4 {
    font-size: 22px;
  }
  #offer {
    min-height: 800px;
  }
  #page-home #offer .container .title {
    width: 540px;
  }
  #page-home #key-indicators .wrapper ul li {
    width: 24%;
  }
  #page-home #key-indicators .wrapper ul li span {
    font-size: 60px;
  }
  #page-home #key-indicators .wrapper ul li p {
    font-size: 16px;
  }
  #page-home #services .title a {
    margin-top: 10px;
  }
  #page-home #latest-news ul {
    gap: 10px;
  }
  #page-home #latest-news ul li .content {
    padding: 100px 15px 5px 15px;
  }
  #page-home #latest-news ul li .content h4 {
    font-size: 20px;
  }
  #feedback .wrap .lt {
    padding: 40px 30px;
  }
  #feedback .wrap .lt a {
    font-size: 17px;
  }
  form {
    padding: 30px;
  }
  form label input {
    font-size: 17px;
  }
  form label textarea {
    height: 120px;
    font-size: 17px;
  }
  ul.sl-gallery-square li.item p {
    font-size: 17px;
  }
  .wrap .lt,
  .wrap .rt {
    width: 48% !important;
  }
  #page-askoe-ta-luzod #offer .offer-cover {
    left: 0;
  }
  #page-askoe-ta-luzod #offer .container .title {
    width: 540px;
  }
  #page-askoe-ta-luzod #why-needed-company h2 {
    width: 700px;
  }
  #page-askoe-ta-luzod #description .wrap .lt h2 {
    width: 685px;
  }
  #page-askoe-ta-luzod #description .wrap .lt .white-box {
    margin: 50px 0 30px;
  }
  #page-askoe-ta-luzod #description .wrap .rt figure {
    margin-top: auto;
  }
  #page-askoe-ta-luzod #benefits ul li h3 {
    font-size: 24px;
  }
  #page-ses #offer .container .title {
    width: 540px;
    left: 37%;
    top: 5%;
  }
  #page-ses #benefits .container ul li h3 {
    font-size: 24px;
  }
  #page-ses #types-of-solutions ul li.item {
    padding: 20px;
  }
  #page-ses #types-of-solutions ul li.item figure {
    width: 80px;
    height: 80px;
  }
  #page-eis #offer .container .title {
    width: 540px;
  }
  #page-eis #benefits .container ul li h3 {
    font-size: 24px;
  }
  #page-eis #stages-of-implementation .container ul li h3 {
    font-size: 22px;
  }
  #page-video-security #offer .offer-cover {
    left: 0;
  }
  #page-video-security #offer .container .title {
    width: 540px;
  }
  #page-video-security #benefits .container ul li h3 {
    font-size: 24px;
  }
  #page-video-security #stages-of-implementation .container ul li h3 {
    font-size: 24px;
  }
  #page-fire-alarm #offer .container .title {
    left: 37%;
    width: 540px;
  }
  #page-fire-alarm #benefits ul li h3 {
    font-size: 28px;
  }
  #page-fire-alarm #fire-alarm-needed h2 {
    width: 70%;
  }
  #page-fire-alarm #stages-of-implementation .container ul li h3 {
    font-size: 28px;
  }
  #page-fire-alarm #service-description2 .title h2 {
    width: 55%;
    margin: 0;
  }
  #page-legislation #offer .wrap .lt h1 {
    font-size: 60px;
  }
  #page-documents #offer .wrap .lt h1 {
    font-size: 60px;
  }
  #page-about-us #offer .container .title {
    left: 45%;
    width: 450px;
    top: -20%;
  }
  #page-about-us #our-goals .container ul li {
    width: 45%;
  }
  #page-about-us #our-goals .container ul li p {
    position: relative;
    top: auto;
  }
  #page-about-us #our-objects .digital-kvt span {
    font-size: 145px;
  }
  #page-news #news-box .news-list article {
    height: 750px;
  }
  #page-news #news-box .news-list article p.post-date {
    font-size: 13px;
  }
  #page-contacts #offer .wrap {
    width: 100%;
  }
  #page-user #offer {
    padding-bottom: 0;
  }
  #page-user #offer form {
    width: 80%;
  }
}
/* 768-992px */
@media screen and (max-width: 992px) {
  .container {
    width: 90%;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.7rem;
  }
  .wrap .lt,
  .wrap .rt {
    width: 100% !important;
  }
  #page-home #offer .container .title {
    width: 450px;
  }
  #page-home #about-us .wrap .lt .text {
    width: 100%;
  }
  #page-home #about-us .wrap .rt {
    margin-top: 50px;
  }
  #page-home #key-indicators .wrapper ul {
    margin-top: 30px;
  }
  #page-home #key-indicators .wrapper ul li {
    width: 48%;
    margin-top: 20px;
  }
  #page-home #services .title a {
    margin-top: 0;
  }
  #page-home #guarantee {
    padding-top: 40px;
  }
  #page-home #guarantee .container .wrap {
    margin: -40px auto 0;
  }
  #page-home #guarantee .container .wrap .rt {
    margin-top: 50px;
  }
  #page-home #latest-news ul {
    flex-wrap: wrap;
  }
  #page-home #latest-news ul li {
    flex: auto;
    width: 48%;
  }
  #page-home #our-facilities .wrap .lt p {
    width: 100%;
  }
  #page-home #our-facilities .wrap .lt a {
    margin-left: 0;
  }
  #page-home #our-facilities .wrap .rt {
    margin-top: 50px;
  }
  #feedback .wrap .lt {
    width: 100%;
  }
  #feedback .wrap .lt a {
    font-size: 22px;
  }
  #feedback .wrap .rt {
    margin-top: 25px;
    width: 100%;
  }
  footer .footer-item {
    width: 48%;
  }
  footer .footer-item:nth-child(3), footer .footer-item:nth-child(4) {
    margin-top: 25px;
  }
  footer .down .wrap .lt {
    width: 260px;
  }
  ul.sl-gallery-square li.item figure {
    height: 150px;
  }
  ul.sl-gallery-square li.item h3 {
    font-size: 28px;
  }
  ul.sl-gallery-square li.item p {
    font-size: 18px;
    line-height: 1.2;
  }
  .slick-slider .slick-prev:hover {
    right: 90px !important;
  }
  .slick-slider .slick-next:hover {
    right: 0 !important;
  }
  #page-askoe-ta-luzod #offer .container .title {
    left: 1px;
    width: 540px;
  }
  #page-askoe-ta-luzod #why-needed-company h2 {
    width: 485px;
  }
  #page-askoe-ta-luzod #description .wrap .lt h2 {
    width: 100%;
  }
  #page-askoe-ta-luzod #description .wrap .lt .white-box {
    margin: 25px 0 30px;
  }
  #page-askoe-ta-luzod #description .wrap .rt {
    margin-top: 50px;
  }
  #page-askoe-ta-luzod #purpose-of-askoe .wrap .lt {
    order: 2;
    margin-top: 40px;
  }
  #page-askoe-ta-luzod #purpose-of-askoe .wrap .rt {
    order: 1;
  }
  #page-askoe-ta-luzod #benefits .container ul li figure {
    display: inline-block;
    margin: 0;
    width: auto;
    height: 85px;
  }
  #page-askoe-ta-luzod #benefits .container ul li h3 {
    font-size: 21px;
  }
  #page-askoe-ta-luzod #stages-of-implementation .container h2 {
    margin-bottom: 40px;
    width: 80%;
  }
  #page-askoe-ta-luzod #stages-of-implementation .container ul li {
    width: 100%;
    margin-top: 35px;
  }
  #page-askoe-ta-luzod #services-forecasting .title a {
    margin-top: 50px;
  }
  #page-askoe-ta-luzod #services-forecasting .title h2 {
    width: 100%;
  }
  #page-askoe-ta-luzod #services-forecasting .wrap1 .rt {
    margin-top: 50px;
  }
  #page-askoe-ta-luzod #services-forecasting .wrap2 {
    margin-top: 70px;
  }
  #page-askoe-ta-luzod #services-forecasting .wrap2 .lt {
    margin-top: 50px;
    order: 2;
  }
  #page-askoe-ta-luzod #services-forecasting .wrap2 .rt {
    order: 1;
  }
  #page-askoe-ta-luzod #services-forecasting .wrap2 ul.services-forecasting-list {
    order: 3;
  }
  #page-askoe-ta-luzod #services-forecasting ul.services-forecasting-list {
    margin-top: 60px;
  }
  #page-askoe-ta-luzod #services-forecasting ul.services-forecasting-list li {
    width: 100%;
  }
  #page-ses #offer .container .title {
    left: 1px;
    width: 540px;
  }
  #page-ses #service-description .wrap .rt {
    margin-top: 50px;
  }
  #page-ses #service-description .wrap2 .lt {
    order: 2;
    margin-top: 50px;
  }
  #page-ses #service-description .wrap2 .rt {
    order: 1;
    margin-top: 0;
  }
  #page-ses #types-of-solutions ul {
    margin-top: 65px;
  }
  #page-ses #types-of-solutions ul li.item {
    width: 100%;
    margin-top: 25px;
    padding: 40px;
    min-height: 380px;
  }
  #page-ses #types-of-solutions ul li.item figure {
    width: 120px;
    height: 120px;
  }
  #page-ses #stages-of-implementation .container ul {
    justify-content: space-between;
  }
  #page-ses #stages-of-implementation .container ul li {
    width: 48%;
    padding-right: 0;
  }
  #page-ses #benefits .container ul li figure {
    display: inline-block;
    margin: 0;
    width: auto;
    height: 85px;
  }
  #page-ses #benefits .container ul li h3 {
    font-size: 21px;
  }
  #page-eis #offer .container .title {
    top: 0;
    left: 1px;
    width: 540px;
  }
  #page-eis #offer .container .title h1 br {
    display: none;
  }
  #page-eis #service-description .wrap .rt {
    margin-top: 50px;
  }
  #page-eis #service-description .wrap2 .lt {
    order: 2;
    margin-top: 50px;
  }
  #page-eis #service-description .wrap2 .rt {
    order: 1;
    margin-top: 0;
  }
  #page-eis #stages-of-implementation {
    padding-bottom: 50px;
  }
  #page-eis #stages-of-implementation .container ul {
    justify-content: space-between;
  }
  #page-eis #stages-of-implementation .container ul li {
    width: 48%;
    padding-right: 0;
    margin-top: 50px;
  }
  #page-eis #stages-of-implementation .container ul li p {
    position: relative;
    top: 0;
  }
  #page-eis #stages-of-implementation .container h2 {
    width: 100%;
  }
  #page-eis #benefits .container ul li figure {
    display: inline-block;
    margin: 0;
    width: auto;
    height: 85px;
  }
  #page-eis #benefits .container ul li h3 {
    font-size: 21px;
  }
  #page-video-security #offer .container .title {
    left: 1px;
    width: 540px;
  }
  #page-video-security #service-description .wrap .rt {
    margin-top: 50px;
  }
  #page-video-security #service-description .wrap2 .lt {
    order: 2;
    margin-top: 50px;
  }
  #page-video-security #service-description .wrap2 .rt {
    order: 1;
    margin-top: 0;
  }
  #page-video-security #stages-of-implementation .container ul {
    justify-content: space-between;
  }
  #page-video-security #stages-of-implementation .container ul li {
    width: 48%;
    padding-right: 0;
  }
  #page-video-security #stages-of-implementation .container h2 {
    width: 100%;
  }
  #page-video-security #benefits .container ul li figure {
    display: inline-block;
    margin: 0;
    width: auto;
    height: 85px;
  }
  #page-video-security #benefits .container ul li h3 {
    font-size: 21px;
  }
  #page-video-security #our-approach .wrap .rt {
    margin-top: 50px;
    width: 100%;
  }
  #page-fire-alarm #offer .offer-cover {
    left: 0;
  }
  #page-fire-alarm #offer .container .title {
    left: 1px;
    width: 540px;
  }
  #page-fire-alarm #service-description .wrap .rt {
    margin-top: 50px;
  }
  #page-fire-alarm #service-description .wrap2 .lt {
    order: 2;
    margin-top: 50px;
  }
  #page-fire-alarm #service-description .wrap2 .rt {
    order: 1;
    margin-top: 0;
  }
  #page-fire-alarm #stages-of-implementation .container ul {
    justify-content: space-between;
  }
  #page-fire-alarm #stages-of-implementation .container ul li {
    width: 48%;
    padding-right: 0;
  }
  #page-fire-alarm #stages-of-implementation .container h2 {
    width: 100%;
  }
  #page-fire-alarm #fire-alarm-needed h2 {
    width: 75%;
  }
  #page-fire-alarm #types-of-alarms-gallery ul.sl-gallery {
    margin-top: 60px;
  }
  #page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item {
    height: 490px;
    padding-bottom: 80px;
  }
  #page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item .text {
    top: 0;
  }
  #page-fire-alarm #types-of-alarms-gallery ul.sl-gallery li.item .text p {
    top: 60px;
  }
  #page-fire-alarm #service-description2 .wrap .rt {
    margin-top: 50px;
  }
  #page-fire-alarm #service-description2 .wrap2 .lt {
    order: 2;
    margin-top: 50px;
  }
  #page-fire-alarm #service-description2 .wrap2 .rt {
    order: 1;
    margin-top: 0;
  }
  #page-fire-alarm #benefits ul li {
    width: 33.3333%;
  }
  #page-fire-alarm #benefits ul li figure {
    display: inline-block;
    margin: 0;
    width: auto;
    height: 85px;
  }
  #page-fire-alarm #benefits ul li h3 {
    font-size: 21px;
  }
  #page-information-for-consumers #offer {
    padding-bottom: 0;
  }
  #page-information-for-consumers #offer .title {
    margin: 100px auto 0;
  }
  #page-information-for-consumers #offer ul.list li.wrap {
    margin-top: 70px;
  }
  #page-information-for-consumers #offer ul.list li.wrap-odd .rt {
    margin-top: 50px;
  }
  #page-information-for-consumers #offer ul.list li.wrap-odd.scrolling {
    height: 100%;
  }
  #page-information-for-consumers #offer ul.list li.wrap-even .lt {
    margin-top: 50px;
    order: 2;
  }
  #page-information-for-consumers #offer ul.list li.wrap-even .rt {
    order: 1;
  }
  #page-information-for-consumers #offer ul.list #contacts-for-inquiries {
    margin-top: 70px;
  }
  #page-information-for-consumers #offer ul.list #contacts-for-inquiries .wrapper {
    margin-top: 50px;
    padding-top: 15px;
  }
  #page-information-for-consumers #offer ul.list #contacts-for-inquiries .wrapper ul {
    padding-top: 0;
  }
  #page-information-for-consumers #offer ul.list #contacts-for-inquiries .wrapper ul li {
    width: 45%;
    margin-top: 35px;
  }
  #page-legislation #offer .wrap {
    margin-top: 100px;
  }
  #page-legislation #offer .wrap .rt {
    margin-top: 50px;
  }
  #page-legislation #legislation-list ul {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  #page-documents #offer .wrap {
    margin-top: 100px;
  }
  #page-documents #offer .wrap .rt {
    margin-top: 50px;
  }
  #page-documents #documents-list ul {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  #page-about-us #offer .container .title {
    left: 1px;
    width: 540px;
  }
  #page-about-us #offer .container .title a.link-blue {
    margin-top: 50px;
  }
  #page-about-us #offer .container .box {
    display: none;
  }
  #page-about-us #benefits .title a {
    margin-top: 50px;
  }
  #page-about-us #benefits ul li figure {
    display: inline-block;
    margin: 0;
    width: auto;
    height: 85px;
  }
  #page-about-us #benefits ul li h3 {
    font-size: 21px;
  }
  #page-about-us #our-objects .digital-kvt span {
    font-size: 110px;
  }
  #page-news #news-box h2.title {
    width: 100%;
    margin-top: 70px;
  }
  #page-news #news-box .news-list {
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  #page-news #news-box .news-list article {
    height: 710px;
  }
  #page-news #news-box .news-list article p {
    font-size: 18px;
  }
  #page-news #news-box .news-list article p.post-date {
    font-size: 18px;
  }
  #single-page-news #offer .title h1 {
    width: 100%;
    font-size: 60px;
    margin: 25px auto 50px;
  }
  #single-page-news #offer .title p.post-date {
    bottom: -35px;
  }
  #single-page-news #offer figure.cover {
    height: 450px;
  }
  #single-page-news #offer .content {
    margin: 50px auto;
    width: 100%;
  }
  #single-page-news #offer ul.gallery li {
    width: 45%;
  }
  #page-contacts #offer {
    padding-bottom: 0;
  }
  #page-contacts #offer .wrap {
    margin-top: 100px;
  }
  #page-contacts #offer .wrap .rt {
    margin-top: 50px;
  }
  #page-user #offer form {
    margin-top: 50px;
    width: 100%;
  }
}
/* 576-768px */
@media screen and (max-width: 768px) {
  section,
  #feedback {
    padding: 35px 0;
  }
  h3 {
    font-size: 1.3rem;
  }
  li,
  figure,
  p.white-box {
    border-radius: 25px !important;
  }
  #page-home #offer {
    padding-bottom: 0;
  }
  #page-home #offer .offer-cover {
    bottom: -60%;
  }
  #page-home #offer .container .title {
    left: 1px;
  }
  #page-home #about-us .wrap .lt {
    width: 100%;
  }
  #page-home #about-us .wrap .rt {
    margin-top: 50px;
    width: 100%;
  }
  #page-home #services .container .wrapper ul.accordion {
    width: 175%;
  }
  #page-home #guarantee .container .wrap {
    width: 100%;
    margin: 20px auto 0;
  }
  #page-home #latest-news .title a {
    margin-top: 0;
  }
  #page-home #latest-news ul {
    gap: 15px;
  }
  #page-home #latest-news ul li {
    width: 100%;
  }
  #page-home #latest-news ul li .content h4 {
    font-size: 22px;
  }
  #page-home #our-facilities .wrap .lt {
    width: 100%;
    margin-left: 0;
  }
  #page-home #our-facilities .wrap .rt {
    width: 100%;
    margin-top: 50px;
  }
  #page-home #partners h2 {
    text-align: left;
    margin-left: 5%;
  }
  #feedback {
    padding-top: 70px;
  }
  #feedback .title {
    width: 100%;
  }
  #feedback .wrap .lt {
    padding: 30px;
  }
  #feedback .wrap .lt a {
    font-size: 21px;
  }
  ul.sl-gallery-square {
    margin-top: 150px;
  }
  ul.sl-gallery-square li.item figure {
    height: 60px;
  }
  ul.sl-gallery-square li.item h3 {
    font-size: 20px;
  }
  ul.sl-gallery-square li.item p {
    font-size: 14px;
    line-height: 1.2;
  }
  #page-askoe-ta-luzod #offer {
    padding-bottom: 0;
  }
  #page-askoe-ta-luzod #offer .offer-cover {
    bottom: -60%;
  }
  #page-askoe-ta-luzod #offer .offer-cover img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page-askoe-ta-luzod #why-needed-company h2 {
    width: 100%;
  }
  #page-askoe-ta-luzod #benefits .container .title h2 {
    width: 100%;
  }
  #page-askoe-ta-luzod #benefits .container .title a {
    margin-top: 50px;
  }
  #page-askoe-ta-luzod #benefits .container ul {
    justify-content: space-between;
  }
  #page-askoe-ta-luzod #benefits .container ul li {
    width: 48%;
    padding-right: 0;
  }
  #page-askoe-ta-luzod #benefits .container ul li h3 {
    font-size: 24px;
  }
  #page-askoe-ta-luzod #stages-of-implementation .container h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-askoe-ta-luzod #stages-of-implementation .container ul li {
    margin-top: 25px;
  }
  #page-ses #offer {
    padding-bottom: 0;
  }
  #page-ses #offer figure.offer-cover img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page-ses #service-description .wrap {
    margin-top: 70px;
  }
  #page-ses #service-description .wrap:nth-child(1) {
    margin-top: 0;
  }
  #page-ses #service-description .wrap .lt figure,
  #page-ses #service-description .wrap .rt figure {
    height: 300px;
  }
  #page-ses #service-description .wrap2 {
    margin-bottom: 0;
  }
  #page-ses #types-of-solutions ul.sl-gallery-square li.item figure {
    height: 70px;
  }
  #page-ses #benefits .container .title a {
    margin-top: 50px;
  }
  #page-ses #benefits .container ul {
    justify-content: space-between;
  }
  #page-ses #benefits .container ul li {
    width: 48%;
    padding-right: 0;
  }
  #page-ses #benefits .container ul li h3 {
    font-size: 24px;
  }
  #page-ses #gallery {
    padding-top: 50px;
  }
  #page-eis #offer {
    padding-bottom: 0;
  }
  #page-eis #offer figure.offer-cover img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page-eis #service-description .wrap {
    margin-top: 70px;
  }
  #page-eis #service-description .wrap:nth-child(1) {
    margin-top: 0;
  }
  #page-eis #service-description .wrap .lt figure,
  #page-eis #service-description .wrap .rt figure {
    height: 300px;
  }
  #page-eis #service-description .wrap2 {
    margin-bottom: 0;
  }
  #page-eis #service-description .title {
    margin-top: 50px;
  }
  #page-eis #service-description .wrap3 {
    margin-top: 25px;
  }
  #page-eis #service-description .wrap3 .rt {
    margin-top: 70px;
  }
  #page-eis #service-for h2 {
    width: 100%;
  }
  #page-eis #service-for ul.sl-gallery-square li.item {
    height: 240px;
    min-height: auto;
  }
  #page-eis #benefits .container ul {
    justify-content: space-between;
  }
  #page-eis #benefits .container ul li {
    width: 48%;
    padding-right: 0;
  }
  #page-eis #benefits .container ul li h3 {
    font-size: 24px;
  }
  #page-eis #gallery {
    padding-top: 50px;
  }
  #page-video-security #offer {
    padding-bottom: 0;
  }
  #page-video-security #offer figure.offer-cover img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page-video-security #service-description .wrap {
    margin-top: 70px;
  }
  #page-video-security #service-description .wrap:nth-child(1) {
    margin-top: 0;
  }
  #page-video-security #service-description .wrap .lt figure,
  #page-video-security #service-description .wrap .rt figure {
    height: 300px;
  }
  #page-video-security #service-description .wrap2 {
    margin-bottom: 0;
  }
  #page-video-security #service-description .title {
    margin-top: 50px;
  }
  #page-video-security #service-description .wrap3 {
    margin-top: 25px;
  }
  #page-video-security #service-description .wrap3 .rt {
    margin-top: 70px;
  }
  #page-video-security #solutions-for h2 {
    width: 100%;
  }
  #page-video-security #our-approach .wrap .rt figure {
    height: 300px;
  }
  #page-video-security #benefits .container .title a {
    margin-top: 50px;
  }
  #page-video-security #benefits .container ul {
    justify-content: space-between;
  }
  #page-video-security #benefits .container ul li {
    width: 48%;
    padding-right: 0;
  }
  #page-video-security #benefits .container ul li h3 {
    font-size: 24px;
  }
  #page-video-security #gallery {
    padding-top: 50px;
  }
  #page-fire-alarm #offer {
    padding-bottom: 0;
  }
  #page-fire-alarm #offer figure.offer-cover img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page-fire-alarm #fire-alarm-needed h2 {
    width: 100%;
  }
  #page-fire-alarm #service-description .wrap {
    margin-top: 70px;
  }
  #page-fire-alarm #service-description .wrap:nth-child(1) {
    margin-top: 0;
  }
  #page-fire-alarm #service-description .wrap .lt figure,
  #page-fire-alarm #service-description .wrap .rt figure {
    height: 300px;
  }
  #page-fire-alarm #service-description .wrap2 {
    margin-bottom: 0;
  }
  #page-fire-alarm #service-description .title {
    margin-top: 50px;
  }
  #page-fire-alarm #service-description .wrap3 {
    margin-top: 25px;
  }
  #page-fire-alarm #service-description .wrap3 .rt {
    margin-top: 70px;
  }
  #page-fire-alarm #service-description2 .title h2 {
    width: 100%;
  }
  #page-fire-alarm #service-description2 .title a {
    margin-top: 50px;
  }
  #page-fire-alarm #service-description2 .wrap {
    margin-top: 70px;
  }
  #page-fire-alarm #service-description2 .wrap:nth-child(1) {
    margin-top: 0;
  }
  #page-fire-alarm #service-description2 .wrap .lt figure,
  #page-fire-alarm #service-description2 .wrap .rt figure {
    height: 300px;
  }
  #page-fire-alarm #service-description2 .wrap2 {
    margin-bottom: 0;
  }
  #page-fire-alarm #service-description2 .title {
    margin-top: 50px;
  }
  #page-fire-alarm #service-description2 .wrap3 {
    margin-top: 25px;
  }
  #page-fire-alarm #service-description2 .wrap3 .rt {
    margin-top: 70px;
  }
  #page-fire-alarm #stages-of-implementation .container ul li h3 {
    font-size: 22px;
  }
  #page-fire-alarm #types-of-alarms-gallery ul.sl-gallery {
    margin-top: 160px;
  }
  #page-fire-alarm #benefits .title h2 {
    width: 100%;
  }
  #page-fire-alarm #benefits .title a {
    margin-top: 50px;
  }
  #page-fire-alarm #benefits ul {
    justify-content: space-between;
  }
  #page-fire-alarm #benefits ul li {
    width: 48%;
    padding-right: 0;
  }
  #page-fire-alarm #benefits ul li h3 {
    font-size: 24px;
  }
  #page-fire-alarm #gallery {
    padding-top: 50px;
  }
  #page-information-for-consumers #offer ul.list li.wrap figure {
    height: 300px !important;
  }
  #page-information-for-consumers #offer ul.list #contacts-for-inquiries .wrapper ul li {
    width: 100%;
  }
  #page-legislation #offer .wrap .rt figure {
    height: 300px;
  }
  #page-legislation #legislation-list ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  #page-legislation #legislation-list ul li {
    margin-top: 35px;
  }
  #page-documents #offer .wrap .rt figure {
    height: 300px;
  }
  #page-documents #documents-list ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  #page-documents #documents-list ul li {
    margin-top: 35px;
  }
  #page-about-us #mission .wrap .lt .text {
    width: 100%;
  }
  #page-about-us #mission .wrap .rt figure {
    height: 300px;
  }
  #page-about-us #benefits ul {
    justify-content: space-between;
  }
  #page-about-us #benefits ul li {
    width: 45%;
    padding-right: 0;
  }
  #page-about-us #our-objects {
    padding-bottom: 0;
  }
  #page-about-us #our-objects .digital-kvt span {
    font-size: 80px;
  }
  #page-about-us #our-objects .digital-kvt p {
    display: inline-block;
    padding: 15px 20px;
    width: auto;
    font-size: 1.1rem;
  }
  #page-news #news-box .last-post .wrap .rt figure {
    height: 300px;
  }
  #page-news #news-box .news-list {
    grid-template-columns: repeat(1, 1fr);
  }
  #page-news #news-box .news-list article {
    height: 650px;
  }
  #page-news #news-box .news-list article p {
    font-size: 18px;
  }
  #page-news #news-box .news-list article p.post-date {
    font-size: 18px;
  }
  #single-page-news #offer figure.cover {
    height: 350px;
  }
  #single-page-news #offer ul.gallery li {
    width: 100%;
  }
  #single-page-news #offer ul.gallery li figure {
    height: 350px;
  }
}
/* 340-576px */
@media screen and (max-width: 576px) {
  html {
    font-size: 16px;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  h2 {
    font-size: 2.1rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1rem;
  }
  #offer {
    min-height: 650px !important;
  }
  header .container .wrapper a.custom-logo-link img {
    height: 55px;
  }
  header .container .wrapper .header-btns {
    display: none;
  }
  header .container .wrapper .menu_icon {
    top: 15px;
  }
  header.active .container .wrapper .header-btns {
    display: flex !important;
    position: absolute;
    left: 50%;
    top: 90vh;
    transform: translate(-50%, 0);
    width: 200px;
  }
  header.active .container .wrapper .header-btns figure {
    width: 40px;
    height: 40px;
  }
  header.active .container .wrapper nav {
    width: 100%;
  }
  #page-home #offer .offer-cover {
    bottom: 0;
    opacity: 0.3;
  }
  #page-home #offer .container .title {
    top: 0;
    transform: translate(0, 0);
    height: auto;
  }
  #page-home #offer .container .title h4 {
    margin-top: 15px;
  }
  #page-home #offer .container .title .btns {
    margin-top: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  #page-home #offer .container .title .btns a.link-yellow {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  #page-home #about-us .wrap .about-us-bg {
    width: 90%;
    height: auto;
  }
  #page-home #about-us .wrap .rt figure {
    border-radius: 20px;
    height: 300px;
  }
  #page-home #key-indicators .wrapper ul {
    margin-top: 10px;
  }
  #page-home #key-indicators .wrapper ul li {
    width: 48%;
    margin-top: 25px;
  }
  #page-home #key-indicators .wrapper ul li span {
    position: relative;
    padding-left: 15px;
  }
  #page-home #key-indicators .wrapper ul li span strong {
    position: absolute;
    top: 35px;
    left: 0;
    transform: rotate(90deg);
    font-size: 14px;
  }
  #page-home #services .container .title {
    flex-direction: column;
  }
  #page-home #services .container .title a {
    margin-top: 50px;
    width: 242px;
  }
  #page-home #services .container .wrapper ul.accordion {
    width: 280%;
  }
  #page-home #services .container .wrapper ul.accordion li.accordion-item .content h4 {
    bottom: 275px;
    left: -170px;
    width: 445px;
    font-size: 26px;
  }
  #page-home #services .container .wrapper ul.accordion li.accordion-item.active .content h4 {
    bottom: 0;
    left: 0;
    width: auto;
  }
  #page-home #guarantee .container .wrap .lt {
    width: 100%;
  }
  #page-home #guarantee .container .wrap .rt {
    width: 100%;
    margin-top: 25px;
  }
  #page-home #latest-news .title a {
    margin-top: 50px;
    height: 54px;
  }
  #page-home #latest-news ul {
    margin-top: 25px;
    gap: 10px;
  }
  #page-home #partners .sl-partners {
    margin-top: 50px;
    padding-bottom: 0px;
  }
  #page-home #partners .sl-partners .slick-prev {
    top: -95px;
  }
  #page-home #partners .sl-partners .slick-next {
    top: -95px;
  }
  #feedback {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #feedback .wrap .lt h3 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
  #feedback .wrap .lt .tels {
    display: flex;
    flex-direction: column;
  }
  #feedback .wrap .lt .tels a {
    margin: 5px 0;
  }
  form .wrapper p {
    width: 100%;
    margin: 8px 0;
  }
  #gallery ul.sl-gallery {
    margin-top: 70px;
  }
  #gallery ul.sl-gallery .slick-list {
    width: 190%;
  }
  ul.sl-gallery-square .slick-list {
    width: 190%;
  }
  ul.sl-gallery-square .slick-list li.item {
    flex: 1;
    aspect-ratio: 0;
    height: 445px;
  }
  ul.sl-gallery-square .slick-list li.item figure {
    height: 60px;
  }
  ul.sl-gallery-square .slick-list li.item h3 {
    font-size: 20px;
  }
  ul.sl-gallery-square .slick-list li.item p {
    margin-top: 10px;
    font-size: 16px;
  }
  footer ul.upper li.footer-item .custom-logo-link img {
    height: 60px;
  }
  footer ul.upper li.footer-item a {
    font-weight: 600 !important;
  }
  footer ul.upper li.footer-item li.menu-item a {
    font-size: 20px;
    font-weight: 700 !important;
  }
  footer .down .wrap .lt p {
    padding: 5px 0;
  }
  footer .down .wrap .rt {
    width: 100%;
    text-align: left;
  }
  #page-askoe-ta-luzod #offer .offer-cover {
    bottom: 0;
    opacity: 0.3;
  }
  #page-askoe-ta-luzod #offer .container .title {
    top: 0;
    transform: translate(0, 0);
    height: auto;
  }
  #page-askoe-ta-luzod #offer .container .title h4 {
    margin-top: 15px;
  }
  #page-askoe-ta-luzod #offer .container .title .btns {
    margin-top: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  #page-askoe-ta-luzod #offer .container .title .btns a.link-yellow {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  #page-askoe-ta-luzod #description .wrap .lt .text {
    margin-top: 35px;
  }
  #page-askoe-ta-luzod #description .wrap .rt {
    margin-top: 40px;
  }
  #page-askoe-ta-luzod #description .wrap .rt figure {
    height: 300px;
  }
  #page-askoe-ta-luzod #purpose-of-askoe {
    padding-top: 50px;
  }
  #page-askoe-ta-luzod #purpose-of-askoe .wrap .lt figure {
    height: 300px;
  }
  #page-askoe-ta-luzod #purpose-of-askoe .wrap .rt .text {
    margin-top: 35px;
  }
  #page-askoe-ta-luzod #benefits .container .title h2 {
    width: 100%;
  }
  #page-askoe-ta-luzod #benefits .container .title a {
    margin-top: 50px;
  }
  #page-askoe-ta-luzod #benefits .container ul {
    margin-top: 0;
    justify-content: space-between;
  }
  #page-askoe-ta-luzod #benefits .container ul li {
    width: 100%;
  }
  #page-askoe-ta-luzod #benefits .container ul li h3 {
    font-size: 22px;
  }
  #page-askoe-ta-luzod #services-forecasting .wrap2 .rt h2 {
    margin-bottom: 40px;
  }
  #page-askoe-ta-luzod #services-forecasting .wrap figure {
    height: 300px !important;
  }
  #page-ses #offer .offer-cover {
    bottom: 0;
    opacity: 0.3;
  }
  #page-ses #offer .container .title {
    top: 0;
    transform: translate(0, 0);
    height: auto;
  }
  #page-ses #offer .container .title h4 {
    margin-top: 15px;
  }
  #page-ses #offer .container .title .btns {
    margin-top: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  #page-ses #offer .container .title .btns a.link-yellow {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  #page-ses #types-of-solutions .title h2 {
    width: 100%;
  }
  #page-ses #types-of-solutions .title a {
    margin-top: 40px;
  }
  #page-ses #types-of-solutions ul {
    margin-top: 35px;
  }
  #page-ses #types-of-solutions ul li.item {
    padding: 30px;
  }
  #page-ses #types-of-solutions ul li.item figure {
    width: 90px;
    height: 90px;
  }
  #page-ses #stages-of-implementation {
    padding-top: 50px;
  }
  #page-ses #stages-of-implementation .container ul li {
    width: 100%;
  }
  #page-ses #benefits .container .title h2 {
    width: 100%;
  }
  #page-ses #benefits .container .title a {
    margin-top: 50px;
  }
  #page-ses #benefits .container ul {
    margin-top: 0;
    justify-content: space-between;
  }
  #page-ses #benefits .container ul li {
    width: 100%;
  }
  #page-ses #benefits .container ul li h3 {
    font-size: 22px;
  }
  #page-eis #offer .offer-cover {
    bottom: 0;
    opacity: 0.3;
  }
  #page-eis #offer .container .title {
    top: 0;
    transform: translate(0, 0);
    height: auto;
  }
  #page-eis #offer .container .title h4 {
    margin-top: 15px;
  }
  #page-eis #offer .container .title .btns {
    margin-top: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  #page-eis #offer .container .title .btns a.link-yellow {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  #page-eis #stages-of-implementation {
    padding-top: 50px;
  }
  #page-eis #stages-of-implementation .container ul li {
    width: 100%;
  }
  #page-eis #benefits .container .title h2 {
    width: 100%;
  }
  #page-eis #benefits .container .title a {
    margin-top: 50px;
  }
  #page-eis #benefits .container ul {
    margin-top: 0;
    justify-content: space-between;
  }
  #page-eis #benefits .container ul li {
    width: 100%;
  }
  #page-eis #benefits .container ul li h3 {
    font-size: 22px;
  }
  #page-eis #service-description .title h2 {
    width: 100%;
  }
  #page-eis #service-description .title a {
    margin-top: 50px;
  }
  #page-eis #service-for ul.sl-gallery-square li.item .text {
    padding: 40px;
  }
  #page-video-security #offer .offer-cover {
    bottom: 0;
    opacity: 0.3;
    left: -20%;
  }
  #page-video-security #offer .container .title {
    top: 0;
    transform: translate(0, 0);
    height: auto;
  }
  #page-video-security #offer .container .title h4 {
    margin-top: 15px;
  }
  #page-video-security #offer .container .title .btns {
    margin-top: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  #page-video-security #offer .container .title .btns a.link-yellow {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  #page-video-security #stages-of-implementation {
    padding-top: 50px;
  }
  #page-video-security #stages-of-implementation .container ul li {
    width: 100%;
  }
  #page-video-security #benefits .container .title h2 {
    width: 100%;
  }
  #page-video-security #benefits .container .title a {
    margin-top: 50px;
  }
  #page-video-security #benefits .container ul {
    margin-top: 0;
    justify-content: space-between;
  }
  #page-video-security #benefits .container ul li {
    width: 100%;
  }
  #page-video-security #benefits .container ul li h3 {
    font-size: 22px;
  }
  #page-fire-alarm #offer .offer-cover {
    bottom: 0;
    opacity: 0.3;
  }
  #page-fire-alarm #offer .container .title {
    top: 0;
    transform: translate(0, 0);
    height: auto;
  }
  #page-fire-alarm #offer .container .title h4 {
    margin-top: 15px;
  }
  #page-fire-alarm #offer .container .title .btns {
    margin-top: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  #page-fire-alarm #offer .container .title .btns a.link-yellow {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  #page-fire-alarm #stages-of-implementation {
    padding-top: 50px;
  }
  #page-fire-alarm #stages-of-implementation .container ul li {
    width: 100%;
  }
  #page-fire-alarm #benefits .container .title h2 {
    width: 100%;
  }
  #page-fire-alarm #benefits .container .title a {
    margin-top: 50px;
  }
  #page-fire-alarm #benefits .container ul {
    margin-top: 0;
    justify-content: space-between;
  }
  #page-fire-alarm #benefits .container ul li {
    width: 100%;
  }
  #page-fire-alarm #benefits .container ul li h3 {
    font-size: 22px;
  }
  #page-fire-alarm #types-of-alarms-gallery ul.sl-gallery .slick-list {
    width: 190%;
  }
  #page-fire-alarm #types-of-alarms-gallery ul.sl-gallery .slick-list li.item .text p {
    top: 85px;
  }
  #page-legislation #offer .wrap .lt h1 {
    font-size: 42px;
    margin-bottom: 25px;
  }
  #page-legislation #legislation-list ul {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  #page-documents #offer .wrap .lt h1 {
    font-size: 42px;
    margin-bottom: 25px;
  }
  #page-documents #documents-list ul {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  #page-about-us #offer {
    height: 100%;
    overflow: auto;
    top: 100px;
    padding-bottom: 150px;
  }
  #page-about-us #offer .container .title {
    height: auto;
  }
  #page-about-us #offer .container .title h1 {
    margin-bottom: 10px;
  }
  #page-about-us #benefits .container ul li {
    width: 100%;
  }
  #page-about-us #our-goals .container ul li {
    width: 100%;
  }
  #page-about-us #team ul.sl-team {
    margin-top: 70px;
  }
  #page-about-us #our-objects ul.sl-gallery {
    margin-top: 150px;
  }
  #page-about-us #our-objects ul.sl-gallery .slick-list {
    width: 190%;
  }
  #page-about-us #our-objects .digital-kvt span {
    font-size: 50px;
  }
  #page-news #news-box {
    margin-top: 80px;
  }
  #page-news #news-box .last-post {
    margin-top: 10px;
  }
  #page-news #news-box .last-post .wrap .lt h2 {
    font-size: 36px;
  }
  #page-news #news-box .last-post .wrap .lt p {
    margin-top: 40px;
  }
  #page-news #news-box .news-list article {
    height: 620px;
  }
  #page-news #news-box .news-list article figure {
    height: 300px;
  }
  #page-news #news-box .news-list article p.post-date {
    font-size: 16px;
  }
  #single-page-news #offer {
    padding-top: 120px;
  }
  #single-page-news #offer figure.cover {
    height: 300px;
  }
  #single-page-news #offer .title h1 {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  #single-page-news #offer .title p.post-date {
    bottom: -30px;
  }
  #single-page-news #offer ul.gallery li figure {
    height: 300px;
  }
  #single-page-news #offer .btns a.link-blue {
    padding: 5px;
  }
  #single-page-news #offer .btns a.link-blue figure {
    margin-left: 2px;
  }
  #single-page-news #offer .btns a.link-blue:nth-child(1) {
    padding: 5px;
  }
  #single-page-news #offer .btns a.link-blue:nth-child(1) p {
    margin-left: 2px;
  }
  #page-contacts #offer .wrap .lt ul li {
    width: 100%;
  }
  #page-privacy-policy .container .wrapper h1 {
    font-size: 1.7rem;
  }
  #page-privacy-policy .container .wrapper h3 {
    font-size: 1.3rem;
  }
  .error-404 .wrap p {
    font-size: 1.5rem;
  }
  form .btn-submit p .wpcf7-submit {
    padding: 12px 60px 15px 20px;
  }
}/*# sourceMappingURL=main.css.map */