@import url('sanitize.css');
@import url('html5-reset-stylesheet.css');
@import url('../fonts/FuturaFuturis/stylesheet.css');
@import url('flex.css');
@import url('flashgrid-prefix.css');
@import url('default.css');
@import url('custom.css');



/* start css */
[hidden] {
  display: none;
}

.header-left-img {
  position: absolute;
  top: -665px;
  left: -600px;
}

.header-right-img {
  position: absolute;
  top: -290px;
  right: -300px;
}

.header-nav {
  padding-top: 20px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  z-index: 100;
}

.fixmenu {
  background-color: #1F1F1F;
  padding: 15px 0 5px;
}

.a-header {
  background-color: #1f1f1f;
  background-image: url('../img/bg-header.png');
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 270px;
  padding-bottom: 140px;
  color: #fff;
}

.logo-text {
  border-left: 1px solid rgba(255, 255, 255, .7);
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 22px;
}

.header-middle__text {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-align: center;
  padding-left: 10px;
}

.danger {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;

  border-radius: 50%;
  background-color: #3dbd2a;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.list-unstyled {}

.header-middle__items {
  gap: 10px;
}

.header-soc {
  gap: 5px;
  text-decoration: none;
  color: #fff;
}

.soc-text {
  font-size: 14px;
  line-height: 22px;
}

.header-contacts {
  margin-left: 4%;
  gap: 30px;
}

.manager-box {
  gap: 20px;
}

.manager {
  position: relative;
  background-color: #eeeeee;
  border-radius: 50%;
  width: 62px;
  height: 62px;
}

.manager img {
  position: absolute;
  bottom: 0;
}

.manager-online {
  border-radius: 50%;
  background-color: #00c850;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  box-shadow: 0px 4px 4px 0px rgb(203 0 49 / 20%);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}

.header-callback {}

.header-callback__title {
  font-size: 13px;
  line-height: 17px;
}

.danger-red {
  display: inline-block;
  border-radius: 50%;
  background-image: linear-gradient(180deg, rgba(203, 0, 49, 1) 0%, rgba(191, 0, 46, 1) 100%);
  border-color: transparent;
  border-style: solid;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  margin-right: 10px;
}

.phone {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.header-link {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #cb0031;
  background-image: url('../img/svg/phone-outline.svg');
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  box-shadow: 0px 15px 20px -8px rgb(203 0 100 / 20%)
}

.master-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -300px;
}

.header-b__details {
  width: 100%;
  max-width: 675px;
}

.title {
  margin-bottom: 20px;

  color: transparent;
  background-image: linear-gradient(180deg, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -webkit-background-clip: text;
  will-change: transform;
  letter-spacing: 1.5px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.subtitle {
  gap: 15px;
  font-size: 20px;
  line-height: 23px;
  max-width: 500px;
}

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

.btn-bg {
  background-color: #cb0031;
  background-image: url('../img/svg/bg-button.svg');
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0px 15px 20px -8px rgb(203 0 100 / 20%);
}

.btn-font {
  font-size: 18px;
  color: #fff;
}

.btn-hover:hover {
  box-shadow: 0px 15px 70px rgb(203 0 100 / 40%);
}

.btn-size {
  min-height: 71px;
  padding: 0 70px;
}

.header-f--mt {
  margin-top: 115px;
}

.header-f {
  position: relative;
  z-index: 10;
}

.cho-items {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 70px;
}

.cho-items li {
  display: flex;
  align-items: center;
  padding: 0 10px;
  column-gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .5);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  border-right: 1px dashed rgba(255, 255, 255, .5);
  border-left: 1px dashed rgba(255, 255, 255, .5);
}

.icon-i {
  flex: none;
  width: 100%;
  max-width: 70px;
  display: inline-block;
}

.icon-i svg {
  width: 100%;
  max-width: 70px;
}

.icon-text {
  flex: 1;
  color: #fff;
  font-size: 20px;
}

/* b1 */
.b1 {
  background-color: #1f1f1f;
  color: #fff;
  padding-bottom: 100px;
  padding-top: 30px;
}

.b1 .container {
  position: relative;
}

.camera-left {
  position: absolute;
  top: 0;
  left: -550px;
  z-index: 10;
  width: 552px;
  height: 310px;
}

.camera-right {
  position: absolute;
  top: -230px;
  right: -480px;
}

.b1 h2 {
  margin-bottom: 80px;
}

.proects {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.project {
  width: 100%;
  min-height: 330px;
  padding: 50px 15px 100px;
  background-image: url('../img/project-1.png');
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  box-shadow: 0px 20px 15px 0px rgb(20 20 20 / 20%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.project-1 {
  background-image: url('../img/camera/project-1.png');
}

.project-2 {
  background-image: url('../img/camera/project-2.png');
}

.project-3 {
  background-image: url('../img/camera/project-3.png');
}

.project-4 {
  background-image: url('../img/camera/project-4.png');
}

.project-5 {
  background-image: url('../img/camera/project-5.png');
}

.project-6 {
  background-image: url('../img/camera/project-6.png');
}

.project-7 {
  background-image: url('../img/camera/project-7.png');
}

.project-8 {
  background-image: url('../img/camera/project-8.png');
}

.project-last {
  background-image: url('../img/men.jpeg');
}

.project__top {
  margin-top: auto;
}

.project__top h3 {
  width: 100%;
  max-width: 315px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, .5);
  padding: 5px;
  border-radius: 5px;
}

.project__top button {
  width: 92%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  min-height: 50px;
  box-sizing: border-box;
}

.project-hidden {
  z-index: 5;
  position: absolute;
  top: -100%;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  line-height: 30px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  transition: all 0.7s ease-out;
}

.project:hover .project-hidden {
  top: 0;
}

.project:hover .project__top h3 {
  display: none;
}

.project-hidden p {
  font-size: 16px;
  line-height: 18px;
}

/* b2 */

.b2 {
  padding-top: 70px;
  padding-bottom: 50px;
}

.btn-radius {
  background-image: none;
  border-radius: 100px;
  padding: 15px 20px;
  min-height: 25px;
}

.b2-container {
  border-radius: 20px;
  box-shadow: 0px 15px 15px 0px rgb(20 20 20 / 10%);
  padding: 50px 40px;
  position: relative;
}

.b2-container h2 {
  margin-top: 15px;
  font-weight: 400;
  width: 100%;
  max-width: 650px;
  margin-bottom: 20px;
}

.lists {
  margin-bottom: 30px;
}

.lists li {
  display: flex;
}

.lists li:not(:last-of-type) {
  margin-bottom: 10px;
}

.lists-marker-red li::before {
  content: '';
  background: linear-gradient(180deg, rgba(203, 0, 49, 1) 0%, rgba(191, 0, 46, 1) 100%);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 20px;
  flex: none;
}

.politics-text {
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  max-width: 363px;
  text-align: center;
  margin-top: 10px;
}

.document {
  position: absolute;
  bottom: -30px;
  left: -300px;
}

.ingener {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 5;
}

.journal {
  position: absolute;
  bottom: 0;
  right: 360px;
  z-index: 1;
}

/* Start popup */
.pop--css {
  width: 100%;
  max-width: 560px;
}

.pop--css {
  padding: 40px 45px;
  border-radius: 20px;
  background-color: #1f1f1f;
  color: #fff;
}

.pop-logo {
  margin-bottom: 40px;
}

.text-logo {
  font-size: 50px;
  text-transform: uppercase;
  margin-left: 20px;
  display: inline-block;
}

.formbox {}

.text-center {}

.formbox__title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 10px;
}

.formbox__subtitle {
  font-size: 18px;
  margin-bottom: 40px;
}

.a-group-form {
  margin-bottom: 20px;
}

.form-inp {
  width: 100%;
  color: #313131;
  border: 1px solid #c9c9c9;
  background-color: #ebebeb;
  border-radius: 10px;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
}

.form-but {
  background-color: #cb0031;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  min-height: 60px;
  width: 100%;
}

.security {
  margin-top: 20px;
  font-size: 15px;
  line-height: 23px;
}

.security a {
  color: #cb0031;
}

/* End popup */

/* b3 */
.b3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tabs--css {
  border-top: 3px solid #EEEEEE;
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}

.tabs--css li {
  text-align: center;
  margin-top: -9px;
}

.metca {
  display: inline-block;
  width: 7px;
  height: 15px;
  background-color: #1f1f1f;
  margin: 0 auto 30px;
}

.tabs--css a {
  text-decoration: none;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: inline-grid;
  font-family: 'FuturaFuturisLightC';
}

.tabs--css a:hover {
  font-family: 'FuturaFuturisC';
  border-bottom: 1px solid #333232;
}

.tabs--css a:hover .metca {
  background-color: #eb1a16;
}

.tabs--css a.js-current {
  font-family: 'FuturaFuturisC';
}

.tabs--css a.js-current .metca {
  font-family: 'FuturaFuturisC';
  width: 20px;
  height: 19px;
  background-color: #eb1a16;
}

/* b4 */
.b4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.camers {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.camera {
  padding: 70px 20px 90px;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.camera__text {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}

.camera__hidden {
  background: #333232cc;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.5s ease-out;
  color: #fff;
}

.camera:hover .camera__hidden {
  display: block;
}

.camera__hidden .camera__text {
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 25px;
}

.camera__hidden p {
  font-size: 16px;
  line-height: 20px;
  font-family: 'FuturaFuturisLightC';
  text-align: left;
}

/*  */
.scheme-working---new-container {
  background: #eaeaea;
}

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

.who-work {
  padding-top: 50px;
}

.scheme-working---new-wrapper {
  position: relative;
  height: 470px;
}

.scheme-working---new-img {
  width: 135px;
  height: auto;
  display: block;
  float: left;
}

.scheme-working---new-img_1 {
  display: block;
  cursor: pointer;
  width: 300px;
  padding-right: 160px;
  background: url('../img/camers/dots_1.svg');
  background-repeat: no-repeat;
  background-position: 100%;
}

.scheme-working---new-img_2 {
  display: block;
  cursor: pointer;
  width: 280px;
  padding-right: 140px;
  padding-bottom: 90px;
  background: url('../img/camers/dots_11.svg');
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.scheme-working---new-img_3 {
  display: block;
  cursor: pointer;
  margin: 22% 0 0 -5%;
  width: 300px;
  padding-right: 160px;
  background: url('../img/camers/dots_1.svg');
  background-repeat: no-repeat;
  background-position: 100%;
}

.scheme-working---new-img_4 {
  display: block;
  cursor: pointer;
  margin: 22% 0 0 1%;
  width: 140px;
}

.scheme-working---new-wrapper-text {
  position: absolute;
  width: 38%;
  bottom: 0;
  left: 0;
}

.scheme-working---new-text {
  font-size: 18px;
  float: left;
  margin-top: -2%;
  clear: left;
  margin-bottom: 40px;
}

.scheme-working---new-block {
  background: url('../img/camers/step_back1200.jpg');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 670px;
}

.scheme-working---new-text_p {
  display: none;
}

.scheme-working---new-text_1 {
  display: block;
}

/*  */
.who-we {
  padding-top: 50px;
  padding-bottom: 50px;
}

.how-working---new-imglist_li-img {
  max-width: 130px;
  width: 55%;
  display: block;
  margin: 40px auto;
}

.how-working---new-imglist_li-p {
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 20px 0 0;
}

.how-working---new-imglist {
  width: 100%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.how-working---new-imglist_li {
  float: left;
  width: 22%;
  margin-bottom: 50px;
  align-content: baseline;
}

.how-working---new-imglist_li,
.how-working---new-imglist_li-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.how-working---new-imglist_li-dots {
  align-content: center;
  width: 15%;
}

.how-working---new-imglist_li-dots-3 {
  display: none;
}

.how-working---new-block1 p {
  font-size: 18px;
}

.how-working---new-block1 p:not(:last-of-type) {
  margin-bottom: 20px;
}

/* b7 */
.b7 {
  padding-top: 50px;
  padding-bottom: 50px;

}

.title-box {
  margin-top: 30px;
  gap: 20px;
}

.title-box h2 {
  width: 100%;
  max-width: 500px;
}

.year {
  font-size: 70px;
  line-height: 90px;
  color: #cb0031;
  font-weight: 700;
}

.author {
  margin-top: 30px;
  grid-template-columns: minmax(320px, 35%) 1fr;
  grid-gap: 50px;
  align-items: flex-end;
}

.author__left {}

.names {
  text-align: right;
  margin-bottom: 20px;
}

.names__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.names__subtitle {}

.director-foto {
  position: relative;
  text-align: center;
}

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

.foto {}

.author__right {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding-top: 63px;
}

.author-box {
  box-shadow: 0px 30px 30px -20px rgb(0 0 0 / 10%);
  position: relative;
  padding: 90px 20px 50px;
  display: grid;
}

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

.author__img--1 {
  right: -30px;
}

.author__img--2 {
  top: 30px;
}

.author__img--3 {
  top: 15px;
}

.author__img--4 {
  top: -20px;
}

.author-box--mt {
  margin-top: auto;
}

.author-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
}


/* b8 */
.b8 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.offices {
  grid-template-columns: 1fr 1fr minmax(300px, 450px);
  grid-gap: 40px;
}

.offices h3 {
  margin-bottom: 20px;
}

.office__left {}

.office__top {
  margin-bottom: 40px;
}

.offices h4 {
  margin-bottom: 20px;
  line-height: 22px;
}

.a-lists {
  margin-bottom: 20px;
}

.a-lists a {
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
  color: #1f1f1f;
  font-family: 'FuturaFuturisLightC';
}

.a-lists li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.a-lists li:not(:last-of-type) {
  margin-bottom: 15px;
}

.a-lists {}

.i-icon {
  box-shadow: 0px 8px 19px 0px rgb(53 53 58 / 10%);
  border-radius: 7px;
}

.whatsapp {
  gap: 20px;
  padding: 20px;
  width: 100%;
  max-width: 270px;
}

.office__img img {
  display: block;
  border-radius: 20px;
}

.office__right {}

.map {
  border-radius: 20px;
  overflow: hidden;
}

/* footer */
.a-footer {
  background-color: #1f1f1f;
  background-image: url('../img/bg-footer.png');
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 20px 0;
}

.a-footer .logo-text {
  color: #fff;
}

/* politics */
.t220__textwrapper {
  width: 100%;
  max-width: 880px;
  margin: auto;
  padding: 60px;
}

.t-heading_sm {
  font-size: 28px;
  line-height: 1.17;
  margin-bottom: 35px;
}

.t-text_md {
  font-size: 20px;
  line-height: 1.55;
}

.t-text {
  font-family: 'FuturaFuturisC', Arial, sans-serif;
  font-weight: 300;
  color: #000000;
}

/* politics */

.who-video,
.mob-b {
  display: none;
}

#gismap iframe {
  border: none !important;
  width: 100% !important;
  height: 510px !important;
}

.sect__services-additional {
  position: relative;
  z-index: 1;
  padding: 110px 0;
}

.sect__services-additional::before {
  height: 100%;
  background: url(../img/pattern-full-bg.png) 50% 50%/cover no-repeat #fafafa;
  left: -50%;
  top: -50px;
  z-index: -1;
}

.align-horisontal-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.services-additional__row .title__col {
  max-width: 410px;
}

.sect__title--lg {
  font: 55px Roboto-Light, Arial, sans-serif;
  line-height: 109%;
}

.services-additional__col {
  max-width: 480px;
  padding-right: 45px;
}

.img-decor-wrapper {
  position: relative;
}

.services-additional__col .img-decor {
  top: -200px;
  right: -210px;
}

.img-decor {
  position: absolute;
  pointer-events: none;
}

.alarm-content {
  font-size: 20px;
  line-height: 150%;
}

.alarm-content h3 {
  font-family: Roboto-Medium, Arial, sans-serif;
  margin-bottom: 15px;
}

.alarm-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.alarm-content ul li {
  position: relative;
  padding-left: 35px;
  line-height: 130%;
  margin-bottom: 20px;
  font-size: 16px;
}

.alarm-content ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-image: url(../img/alert-ic.svg);
}

.sect__services-additional::after,
.sect__services-additional::before {
  position: absolute;
  width: 100%;
  display: inline-block;
  content: '';
}

.a-form-c .b24-form-header-padding {
  display: none;
}

.a-form-c .b24-form-padding-side {
  padding: 0;
}

.a-form-c .b24-form-sign {
  display: none;
}

.a-form-c .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: 0;
}

.a-form-c .b24-form-wrapper {
  background-color: transparent;
}

.a-form-c .b24-form-control {
  color: #313131!important;
  border: 1px solid #c9c9c9!important;
  background-color: #ebebeb!important;
  border-radius: 10px!important;
}

.a-form-c .b24-form-field-agreement-link {
  color: #fff;
}

.a-form-c .b24-form-btn {
  background-color: #cb0031!important;
}

/* start media */

@media(max-width: 1125px) {
  .camera__hidden {
    padding: 10px;
  }
}

@media(max-width: 1024px) {
  .project-hidden {
    padding: 25px 20px;
  }

  .journal {
    max-width: 200px;
  }

  .scheme-working---new-img_3 {
    width: 275px;
    padding-right: 135px;
  }

  .how-working---new-imglist_li-p {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  #whatsapp-widget {
    display: none !important;
  }
}

@media(max-width: 991.98px) {
  .services-additional__row .title__col {
    max-width: 100%;
    margin-bottom: 0;
    padding: 30px 15px;
    background: url(../img/pattern-bg.png) 50% 50%/cover no-repeat #c63e34;
  }

  .sect__services-additional .title__col {
    max-width: 100%;
  }

  .services-additional__col {
    padding: 40px 15px;
    max-width: 100%;
    width: 100%;
  }

  .sect__services-additional::before {
    display: none;
  }

  .logo-text {
    display: none
  }

  .cho-items {
    column-gap: 40px;
  }

  .icon-text {
    font-size: 18px;
  }

  .proects {
    display: block
  }

  .project {
    max-width: 350px;
    margin: 0 10px
  }

  .carousel__button.is-prev,
  .carousel__button.is-next {
    background-color: #fff;
    color: #1b1b1b;
  }

  .journal {
    display: none
  }

  .b2-container h2 {
    max-width: 500px;
  }

  .ingener {
    max-width: 300px;
  }

  .lists {
    max-width: 440px;
  }

  .lists li {
    line-height: 21px;
    align-items: center;
  }

  .camers {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
  }

  .d-md-none {
    display: none
  }

  .d-md-block {
    display: block
  }

  .who-video {
    display: block !important;
  }

  .who-video {
    padding-top: 50px;
    padding-bottom: 250px;
    background: #eaeaea url(../img/camers/step_back1200.jpg) 100% 100% no-repeat;
    background-size: 650px
  }

  .whovideos {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 30px;
    margin-bottom: 30px
  }

  .whovideo {}

  .whovideo__img {
    width: 100%;
    max-width: 100px;
    margin-bottom: 20px
  }

  .whovideo__details p {
    line-height: 22px
  }

  .how-working---new-imglist_li-p {
    font-size: 18px;
  }

  .title-box h2 {
    width: 100%;
    max-width: 485px;
  }

  .year {
    font-size: 60px;
  }

  .author {
    grid-template-columns: 1fr;
  }

  .author__right {
    padding-top: 0;
  }

  .author__left {
    max-width: 400px;
    margin: auto;
  }

  .offices {
    grid-template-columns: repeat(2, 1fr);
  }

  .office__right {
    grid-column: span 2;
  }
}

@media (max-width: 767.98px) {
  .header-middle {
    display: none
  }

  .logo-box {
    margin-right: auto
  }

  .a-header {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .title {
    max-width: 445px;
  }

  .header-b__details {
    position: relative;
  }

  .subtitle--mb {
    max-width: 350px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
  }

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

  .cho-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .icon-i svg {
    width: 100%;
    max-width: 45px;
    height: 85px;
  }

  .icon-i {
    max-width: 45px;
  }

  .icon-text {
    font-size: 16px;
    line-height: 20px;
  }

  .ingener {
    max-width: 250px;
    right: -20px;
    z-index: -1;
  }

  .lists {
    max-width: 340px;
  }

  .tabs--css a {
    font-size: 14px;
  }

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

  .btn-size {
    padding: 0 50px;
  }

  .btn-radius {
    padding: 15px 20px;
  }

  .author__img--1 {
    max-width: 150px;
  }

  .author__img--2 {
    max-width: 100px;
  }

  .author__img--3 {
    max-width: 90px;
  }

  .author__img--4 {
    width: 100%;
    max-width: 130px;
  }

  .how-working---new-imglist {
    margin: 30px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .how-working---new-imglist_li {
    float: none;
    width: 100%;
  }

  .how-working---new-imglist_li-dots {
    width: 100%;
  }

  .how-working---new-imglist li:nth-of-type(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .how-working---new-imglist li:nth-of-type(5) {
    grid-column: 1;
    grid-row: 2;
  }

  .how-working---new-imglist li:nth-of-type(6) {
    grid-column: 3;
    grid-row: 2;
  }

  .how-working---new-imglist_li-dots-4 {
    display: none
  }
}

@media (max-width: 575.98px) {
  .sect__services-additional {
    padding: 0;
  }

  .sect__title--lg {
    font: 23px Roboto-Light, Arial, sans-serif;
    line-height: 125%;
  }

  .alarm-content h3 {
    font-size: 20px;
  }

  .pop--css {
    padding: 40px 15px;
  }

  .formbox__title {
    font-size: 25px;
    line-height: 30px;
  }

  .formbox__subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .form-inp {
    height: 50px;
  }

  .form-but {
    min-height: 50px;
  }

  .security {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .mob-b {
    display: block
  }

  .panel {
    aspect-ratio: 16/9;
  }

  .header-contacts {
    gap: 15px;
  }

  .phone {
    font-size: 17px;
  }

  .header-callback__title {
    font-size: 11px;
  }

  .manager-box {
    gap: 10px;
  }

  .manager {
    width: 50px;
    height: 50px;
  }

  .header-link {
    width: 40px;
    height: 40px;
  }

  h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .title {
    max-width: 280px;
  }

  .subtitle--mb {
    max-width: 230px;
    font-size: 14px;
    line-height: 16px;
  }

  .master-img {
    right: -100px;
  }

  .cho-items {
    grid-template-columns: 1fr;
  }

  .icon-i {
    max-width: 35px;
  }

  .icon-i svg {
    max-width: 35px;
    height: 55px;
  }

  .btn-size {
    padding: 0 20px;
    width: 100%;
    min-height: 50px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .b1 h2 {
    margin-bottom: 40px;
  }

  .b2-container {
    padding: 20px 20px 30px;
  }

  .btn-radius {
    font-size: 16px;
  }

  .lists-marker-red li::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }

  .ingener {
    max-width: 190px;
  }

  .lists li {
    line-height: 17px;
    max-width: 210px;
  }

  .document {
    left: -84px;
    max-width: 200px;
    z-index: -1;
  }

  .comp-b {
    display: none
  }

  .tabs--css a {
    font-size: 12px;
    line-height: 18px;
  }

  .camera {
    padding: 60px 10px 70px;
  }

  .camera__text {
    font-size: 14px;
    line-height: 20px;
  }

  .camera__hidden .camera__text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .camera__hidden p {
    font-size: 11px;
    line-height: 14px;
  }

  .camera__hidden {
    padding: 5px;
  }

  .author-box h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
  }

  .offices {
    grid-template-columns: 1fr;
  }

  .a-footer .d-flex {
    gap: 65px;
  }

  .how-working---new-imglist_li-p {
    font-size: 14px;
  }

  .how-working---new-imglist_li {
    margin-bottom: 0;
  }

  .how-working---new-block1 {
    margin-top: 50px
  }

  .how-working---new-block1 p {
    font-size: 14px;
  }

  .whatsapp-link {
    position: relative; /* Чтобы позиционировать текст относительно иконки */
  }

  .btn-green {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #25D366; /* Зелёный фон WhatsApp */
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

 .btn-green:hover {
    background-color: #1DA851; /* Цвет темнее при наведении */
  }


  .whatsapp-text {
    position: absolute;
    top: -20px; /* Поднимает текст над иконкой */
    left: -50px; /* Позиционирование слева */
    font-size: 10px; /* Размер текста */
    color: #ffffff; /* Цвет текста */
    background-color: #25D366; /* Цвет фона, как у WhatsApp */
    padding: 2px 6px; /* Отступы для текста */
    border-radius: 4px; /* Скругление углов */
    font-weight: bold;
    white-space: nowrap; /* Запрещает перенос текста */
    z-index: 10; /* Текст выше других элементов */
  }

  #whatsapp-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }

  #whatsapp-widget img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
  }

  #whatsapp-widget img:hover {
    transform: scale(1.1);
  }


  .office__right {
    grid-column: 1;
    width: 100%;
    max-width: 375px;
  }

  .b8 {
    text-align: center;
  }

  .a-lists {
    max-width: 275px;
    margin: 0 auto 20px;
  }
}