/*    FONTS    */
@font-face {
    font-family: Open Sans;
    font-weight: normal;
    src: url(fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Open Sans;
    font-weight: 600;
    src: url(fonts/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: Roboto Slab;
    font-weight: normal;
    src: url(fonts/RobotoSlab-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    font-weight: normal;
    src: url(fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    src: url(fonts/Montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: normal;
    src: url(fonts/Gilroy/Gilroy-Regular.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: bold;
    src: url(fonts/Gilroy/Gilroy-Bold.ttf);
}

@font-face{
    font-family: Gilroy;
    font-weight: 500;
    src: url(fonts/Gilroy/Gilroy-Semibold.ttf);
}




@keyframes content {
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

*{
    outline: none !important;
}

body, html{
    animation: content 1s ease;
}
html{
    scroll-behavior: smooth;
}

body{
    position: relative;
    overflow-x: hidden;
}

section{
    position: relative;
    padding: 70px 0px;
    z-index: 1;
}

section .container{
    position: relative;
    z-index: 2;
}

.d-grid{
    display: grid;
    align-content: center;
}



a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input:focus ,
.button,
.button-o,
[role="button"],
textarea:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  user-select: none !important;
}

h1{
    font-family: Gilroy;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    color: #1E1F2D;
}

h2{
    font-family: Gilroy;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 0px;
}

p{
    font-family: Montserrat;
    font-weight: 450;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
}


.button{
    background: #EC1A25;
    box-sizing: border-box;
    padding: 15px 25px;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
    width: max-content;
    margin:0px;
    display: block;
    outline: none !important;
    transition: all 0.2s ease;
    text-align: center;
}

.button:hover{
    transform: scale(1.03);
}

.button-o{
    background:transparent;
    border: 1px solid #FFF;
    box-sizing: border-box;
    padding: 10px 25px;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    font-family: Gotham Pro;
    font-size: 18px;
    line-height: 149.8%;
    font-weight: 600;
    color: #FFF !important;
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
    width: max-content;
    margin:0px;
    display: block;
    outline: none !important;
    transition: all 0.2s ease;
    text-align: center;
}

.button-o:hover{
    transform: scale(1.03);
}



/*   Header   */
.top-nav {
    background: #141414;
    padding: 8px 0px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 10px;
    line-height: 120.69%;
    color: #FFFFFF;
}
.top-nav-two{
    display: grid;
    padding: 0px 5% 0px;
    max-width: 1140px;
    margin: auto;
    padding: 0px 15px;
    grid-template-columns: 2fr 2fr 2fr;
}
.gr_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
	display: none;
}
.gr_bg div {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    width: 1px;
    background-color: #E5E5E5;
}
.gr_bg div:nth-child(1) {
    left: 8%;
    bottom: 0px;
    top: 0px;
}
.gr_bg div:nth-child(2) {
    left: 9%;
    bottom: 0px;
    top: 0px;
}
.gr_bg div:nth-child(3) {
    left: 38%;
    bottom: 0px;
    top: 0px;
}
.gr_bg div:nth-child(4) {
    left: 39%;
    bottom: 0px;
    top: 0px;
}
.gr_bg div:nth-child(5) {
    left: 65%;
    bottom: 0px;
    top: 0px;
}
.gr_bg div:nth-child(6) {
    left: 66%;
    bottom: 0px;
    top: 0px;
}
.gr_bg div:nth-child(7) {
    left: 90%;
    bottom: 0px;
    top: 0px;
}
.gr_bg div:nth-child(8) {
    left: 91%;
    bottom: 0px;
    top: 0px;
}

header{
    z-index: 110;
    display: block;
    width: 100%;
    transition: all 0.4s ease;
    top: 0px;
}


.nav-div{
    padding:25px 0px;
    display: grid;
    grid-template-columns: 120px 1fr;
}
.logo-div{
    display: grid;
    justify-content: start;
}
.logo-div img{
    width: 100%;
    height: auto;
    pointer-events: all;
    cursor: pointer;
}

.cont-div{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 35px;
}

.cont-div a{
    pointer-events: all;
    padding: 0px 0;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #141414;
    transition: all 0.2s ease;
}
.cont-div .menu-item.phone{
    font-weight: 600;
    display: block !important;
}
.cont-div a:hover{
    color: #EC1A25;
    text-decoration: none;
}
.main{
    padding: 30px 0px 90px;
}
.main-inner{
    display: grid;
    grid-template-columns: 393px 1fr 1fr;
}
.main-inner-item h1{
    font-family: Gilroy;
    font-size: 43px;
    color: #1C1C1C;
    text-transform: none;
    font-weight: bold;
    padding-bottom: 50px;
}
.main-inner-text{
    padding: 100px 20px;
}
.about{
    background: #f5f5f5;
    padding: 0px;
}
.about::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 70%;
    background: url(../img/back-img.svg) no-repeat;
    background-size: contain;
    background-position: left center;
}
.about-inner{
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-gap: 50px;
}

.about-inner-text h1{
    padding-bottom: 30px;
}
.about-inner-text p{
    font-family: 'Montserrat';
    color: #000;
    font-size: 16px;
}
.play-btn {
    width: 5%;
    height: auto;
    margin: 0 auto;
    margin-top: 15%;
    position: absolute;
    z-index: 1;
    margin-left: calc(540px - 25%);
}

.play-btn__svg{
  transition: 1s; 
  fill:#fff; 
  opacity: 0.8;
}

.play-btn:hover .play-btn__svg {
  fill: #EC1A25;
  opacity: 1;
}
.about-img{
    transform: translate(0px, 40%);
    opacity: 0;
    transition: all 0.8s ease;
    width: 100%;
}
.about-img.active{
    transform: translate(0px, 0px);
    opacity: 1;
}
.about-inner-text{
    transform: translate(0px, 40%);
    opacity: 0;
    transition: all 0.8s ease;
    padding: 25px 100px 0px 0px;
    z-index: 1;
}
.about-inner-text .button{
	background: none;
	color: #EC1A25;
	box-shadow: none;
	padding: 10px 0px;
}
.about-inner-text.active{
    transform: translate(0px, 0px);
    opacity: 1;
}
.uslugi h1{
    text-align: center;
}
.uslugi-list{
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 40px 107px 30px;
}
.ad-link p{
    font-size: 22px;
    font-family: 'Gilroy';
    color: #797979;
    text-align: center;
    transition: all 0.4s ease;
}
.ad-link:hover p{
    color: #1E1F2D;
}
.ad-link:hover{
    text-decoration: none;
}
.ad-link.active p{
    color: #1E1F2D;
}
.ad-link.active p::before{
    content: '';
    background: #F1535B;
    width: 190px;
    height: 2px;
    position: absolute;
    margin-top: 30px;
}
.usluga{
    display: grid;
    grid-template-columns: 600px 700px;
    float: unset;
    padding-bottom: 40px;
}
.usluga.sec{
    float: unset;
	justify-content: end;
    grid-template-columns: 700px 600px;
}
.us-text{
    padding: 40px;
    background: #f5f5f5;
}
.more-link{
    font-family: 'Montserrat';
    color: #000;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.4s ease;
    display: inline-flex;
    column-gap: 5px;
}
.more-link svg{
    height: 15px;
  width: 20px;
  opacity: 1;
  transition: 250ms all ease;
  margin-top: 5px;
}
.more-link svg polyline{
    transition: 250ms all ease;
    stroke: #000;
}
.more-link:hover svg polyline {
  stroke: #EC1A25;
}
.more-link:hover svg{
      margin-left: 20px;
}
.more-link:hover{
    color: #EC1A25;
    text-decoration: none;
}
.us-text h3{
    font-family: 'Gilroy';
    font-size: 22px;
    color: #1E1F2D;
}
.us-text h3::after {
    content: '';
    background: #EC1A25;
    width: 30px;
    height: 2px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}
.us-text p{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
}
.us-text ul li{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
}
.us-text ul{
	margin-left: -25px;
}
::marker{
	color: #EC1A25;
}
.usluga img{
    margin-top: calc(700px - 660px);
    width: 100%;
}
#more{
    display: none;
}
#moreB{
    display: none;
}
#moreAbout{
    display: none;
}
.technologies{
    background: url(../img/tech.webp) center no-repeat;
    padding: 100px 0px 50px;
    background-size: cover;
}
.technologies h1{
    color: #fff;
    text-transform: none;
    padding-bottom: 30px;
}
.technologies p{
    font-family: 'Montserrat';
    font-size: 16px;
    width: 60%;

}
.technologies::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.55;
}
.specialists{
	padding: 70px 0px 0px;
}
.specialists h1{
    text-align: center;
}
.spec-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    padding-top: 40px;
}
.spec-inner img{
    width: 100%;
}
.spec-item{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 10px;
	background: #f5f5f5;
}
.spec-item-img{
	background: #fff;
	height: 400px;
	border-radius: 10px 0px 0px 10px;
}
.spec-item-txt{
	padding: 50px 35px;
	height: 340px;
}
.spec-item-txt ul{
	padding-left: 20px;
}
.spec-item-txt ul li{
	font-family: 'Montserrat';
    font-size: 15px;
    color: #1E1F2D;
    margin: 0px;
}
.spec-item-txt h2{
	 font-family: 'Gilroy';
    font-weight: 600;
    font-size: 36px;
    text-transform: none;
    color: #EC1A25;
    opacity: 0.8;
}
.spec-item-txt h3{
	font-family: 'Gilroy';
    color: #1E1F2D;
    opacity: 0.8;
}
.spec-item img{
    width: 100%;
	height: 100%;
	border-radius: 10px 0px 0px 10px;
}
.spec-item p{
    font-family: 'Montserrat';
    font-size: 15px;
    color: #1E1F2D;
    padding: 10px 0px;
    margin: 0px;
}
footer{
    padding: 0px;
}
.foot-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
}
.contact{
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 25px;
    transition: all 0.4s ease;
    cursor: pointer;
}
.contact:hover{
    text-decoration: none;
}
.contact:hover p{
    color: #EC1A25;
}
.contact p{
    color: #1E1F2D;
    font-family: 'Montserrat';
    font-size: 16px;
}
.form-con{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.foot-form-div form input{
    border: none;
    background: #f5f5f5;
    padding: 10px 90px 10px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
}
.foot-form-div form input::placeholder {
  color: #1E1F2D;
  font-size: 16px;
  font-family: 'Montserrat';
}
.foot-form-div form textarea::placeholder {
  color: #1E1F2D;
  font-size: 16px;
  font-family: 'Montserrat';
}
.form-con textarea::placeholder{
    color: #1E1F2D;
  font-size: 16px;
  font-family: 'Montserrat';
}
.form-con input::placeholder{
    color: #1E1F2D;
  font-size: 16px;
  font-family: 'Montserrat';
}
.form-con input::placeholder{
    color: #1E1F2D;
  font-size: 16px;
  font-family: 'Montserrat';
}
.form-con select option{
    color: #1E1F2D;
  font-size: 16px;
  font-family: 'Montserrat';
}
.foot-form-div form textarea{
    border: none;
    background: #f5f5f5;
    padding: 10px 90px 10px 10px;
    border-radius: 8px;
   margin-bottom: 10px;
}
.foot-form-div select{
    border: none;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
   margin-bottom: 10px;
	width: 100%;
}
.foot-form-div button{
    float: right;
    border: none;
}

/* map */
.map{
    padding-top: 60px;
}
.map.container-fluid {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 0;
    background-image: url("../img/map.png");
    background-position: center center;
    background-size: cover;
}

.map.container-fluid::after{
    content: "Кликните для просмотра";
    width: max-content;
    height: auto;
    font-family: Open Sans;
    font-size: 24px;
    line-height: 159.69%;
    color: #000000;
    padding: 5px 30px;
    background: rgba(255, 255, 255, 0.651);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.active.map.container-fluid::after{
    display: none;
}
footer .madein{
    text-align: center;
    padding: 20px 0px 10px;
}
footer .madein a{
    transition: all 0.4s ease;
}
footer .madein p{
    font-family: Roboto;
    font-size: 18px;
    color: #1c1c1c;
}
footer .madein a:hover p{
    color: #EC1A25;
}
footer .madein a:hover{
    text-decoration: none;
}
/* modal */

#call-modal .close{
    position: absolute;
    top: -25px;
    right: 10px;
}
#quiz .close{
    position: absolute;
    top: -10px;
    right: -27px;
}
.modal .title{
    font-weight: bold;
    font-size: 23px;
}

.modal .button{
    box-shadow: none;
    padding: 12px 25px;
}
#quiz .modal-content{
    background-position: 405px center;
}
.modal-content{
    padding: 20px 30px;
    border: none;
    background: url(../img/back-img.svg) no-repeat;
    background-size: auto;
    background-position: 470px center;
    background-color: #fff;
}
.modal-header{
    border-bottom: none;
}

.modal-dialog{
    max-width: 700px;
}
#quiz .modal-dialog{
    max-width: 800px;
}
#quiz .modal-content{
    background-color: #f5f5f5;
    padding: 20px 40px 30px;
}
#quiz .modal-content h1{
    text-transform: none;
}
#quiz .modal-body p{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
    text-align: justify;
}

#call-modal form input{
    border: none;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
	width: 100%;
}
#call-modal form textarea{
    border: none;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
   margin-bottom: 10px;
	width: 100%;
}
#call-modal form select{
    border: none;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
   margin-bottom: 10px;
	width: 100%;
}
#call-modal button{
    float: right;
    border: none;
    margin-top: 20px;
}
#call-modal .form-con{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding-top: 40px;
}
#call-modal h1{
    text-align: center;
}
.test-slider__item-end__title{
    text-align: center;
}
.inputs_form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.main-input input{
    border: none;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
}
.inputs_form textarea{
    border: none;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
}
.btn--wrap{
    margin: 10px 0px 10px;
    justify-content: flex-end;
}
.btn--wrap button:not(:disabled) {
    cursor: pointer;
    background: transparent;
}
.next-test{
    border: none;
    cursor: pointer;
}
.next-test svg{
    height: 22px;
  width: 60px;
  opacity: 1;
  transition: 250ms all ease;
}
.next-test svg path{
    transition: 250ms all ease;
    height:100%;
}
.next-test:hover svg path {
  d: path(
    "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z"
  );
  d: "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z";
}
.btn--wrap button:not(:disabled) svg path{
    fill: #EC1A25;
}
.customRadio_radio {
    display: none;
}
.input-elem{
    display: inline-flex; 
    column-gap: 454px;
}
.test-slider__elem-min{
    margin-top: 15px;
    transition: all 0.8s ease;
}
.test-slider__p ul{
	margin-left: -25px;
}
.customRadio_label span{
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.test-slider__elem-min:hover {
    color: #EC1A25;
}
.customRadio_radio:checked ~ .test-slider__elem-min {
    color: #EC1A25;
}
#button {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: -70px;
  transition: right 0.8s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}
#button svg{
    margin-top: 10px;
    height: 16px;
    fill: #EC1A25;
    transition: all 0.3s ease;
    animation: bounce 0.6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
#button:hover {
  cursor: pointer;

}
#button:hover svg{
    margin-top: 0px;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 0.75;
  visibility: visible;
  right: 30px;
}
@keyframes bounce {
  from { transform: translate3d(0, 0, 0);     }
  to   { transform: translate3d(0, 7px, 0); }
}
.usluga{
    transform: translate(0px, 40%);
    opacity: 0;
    transition: all 0.8s ease;
}
.usluga.active{
    transform: translate(0px, 0px);
    opacity: 1;
}
.usluga.sec{
    transform: translate(0px, 40%);
    opacity: 0;
    transition: all 0.8s ease;
}
.usluga.sec.active{
    transform: translate(0px, 0px);
    opacity: 1;
}
.usluga.not{
    transform: translate(0px, 0px);
    opacity: 1;
    transition: all 0.8s ease;
}
.usluga.sec.not{
    transform: translate(0px, 0px);
    opacity: 1;
    transition: all 0.8s ease;
}
.tech-txt{
    transform: translate(0px, 40%);
    opacity: 0;
    transition: all 0.8s ease;
	display: flex;
}
.spec-item.tech-txt img{
	width: 262px;
    height: 340px;
    object-fit: cover;
}
.tech-txt.active{
    transform: translate(0px, 0px);
    opacity: 1;
}
#openB{
    margin-left: calc(1600px - 50%);
	display: unset;
}
#open{
    margin-left: unset;
	margin: auto;
	display: block;
}
#open[style*='display: unset']{
	display: block !important;
}
#openC{
    margin-left: calc(1600px - 50%);
	display: unset;
}
#closeAd[style*='display: unset']{
	display: block !important;
}
#closeAd{
    margin-left: unset;
	margin: auto;
	display: block;
}
#closeAdB{
    margin-left: calc(1600px - 50%);
	display: unset;
}
#closeAdC{
    margin-left: calc(1600px - 50%);
	display: unset;
}
.main-inner-mob-txt p{
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}
.main-inner-mob{
    display: none;
}
.main-inner-mob h1{
    font-size: 40px;
    color: #fff;
    padding-bottom: 195px;
}
.about-mob{
    display: none;
    grid-template-columns: 1fr;
}
.about-mob-img{
    height: 100%;
    width: 100%;
	padding-top: 20px;
}
.about-mob-img video{
    width: 100%;
}
.swiper-container{
	padding: 30px 0px 20px;
}
.swiper-slide{
	padding: 40px;
}


.news__title {
  color: #1e1f2d;
  text-align: center;
  font-family: Gilroy;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 42px;
}

.news__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  margin-bottom: 42px;
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none !important;
}

.news-card__img {
  height: 225px;
  width: 100%;
  object-fit: cover;
}

.news-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-card__date {
  color: rgba(0, 0, 0, 0.5);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news-card__title {
  color: #000;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-card__link {
  color: rgba(0, 0, 0, 0.5);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s ease;
}

.news-card:hover .news-card__link {
  color: #ec1a25;
  text-decoration: underline;
}

.news-card:nth-child(n + 7) {
  display: none;
}

.news__box.expanded .news-card:nth-child(n + 7) {
  display: flex;
}

.other-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  min-width: 320px;
  width: fit-content;
  border-radius: 5px;
  background: #ec1a25;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.17);
}

.button-show-news {
  margin-inline: auto;
}

@media (max-width: 768px) {
  .news__box {
    grid-template-columns: 100%;
  }

  .news-card__img {
    height: 150px;
  }

  .news-card {
    gap: 8px;
  }

  .news-card__content {
    gap: 4px;
  }

  .news-card__title {
    font-size: 16px;
  }

  .news-card__link {
    font-size: 12px;
  }

  .news-card__date {
    font-size: 12px;
  }

  .news__title {
    font-size: 30px;
  }

  a.other-button {
    padding: 15px 20px;
    min-width: fit-content;
    width: 100%;
    border-radius: 5px;
  }
}

.title {
  color: #1e1f2d;
  font-family: Gilroy;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;

  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .title {
    font-size: 28px;
  }
}

.news-inner__container {
  max-width: 560px;
}

.news-inner__date {
  color: rgba(0, 0, 0, 0.5);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;

  margin-bottom: 12px;
}

.news-inner__title {
  text-transform: uppercase;

  margin-bottom: 24px;
}

.news-inner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  margin-bottom: 24px;
}

.news-inner__content *{
  color: #000;
}

.news-inner__content p{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .news-inner__title {
    font-size: 23px;
  }
}

.serv__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.serv-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1;

  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  text-decoration: none !important;
}

.serv-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

  object-fit: cover;
}

.serv-card__mark {
  color: #000;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  width: fit-content;
}

.serv-card__btn {
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transition: color 0.3s ease, background 0.3s ease;
}

.serv-card:hover .serv-card__btn {
  background: #ed1925;
  color: #fff !important;
}

@media (max-width: 768px) {
  .serv__box {
    grid-template-columns: 100%;
  }
}

.serv-inner__img {
  max-width: calc(50vw - 26px);
  height: auto;
  object-fit: cover;
  float: left;
}

.serv-inner__right {
  padding-left: 26px;
  display: flex;
  flex-direction: column;
}

.serv-inner__title {
  margin-bottom: 24px;
}

.serv-inner__descmark {
  color: rgba(0, 0, 0, 0.5);
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;

  margin-bottom: 12px;
}

.serv-inner__desc p{
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;

  margin-bottom: 42px;
}

.serv-inner__container {
  display: flex;
}

.si-form-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 5px;
  background: #f5f5f5;
}

.si-form-box__title {
  color: #1e1f2d;
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.si-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.si-form__submit {
  outline: none;
  border: none;
  width: 100%;
}

.si-form__input {
  padding: 12px 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #f5f5f5;
  color: #1e1f2d;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
}

.serv-inner__rcont {
  max-width: 540px;
  margin-right: auto;
}

@media (max-width: 768px) {
  .serv-inner__container {
    flex-direction: column;
    padding-inline: 16px;
    margin-inline: auto;
  }

  .serv-inner__rcont {
    max-width: 100%;
    margin-right: auto;
  }

  .serv-inner__img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    float: unset;

    margin-bottom: 26px;
  }

  .serv-inner__right {
    padding-left: 0;
  }

  .serv-inner__title {
    margin-bottom: 20px;
  }

  .serv-inner__descmark {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .serv-inner__desc {
    margin-bottom: 24px;
  }

  .si-form-box {
    gap: 8px;
    padding: 20px;
  }

  .si-form-box__title {
    font-size: 25px;
  }

  .si-form {
    gap: 8px;
  }

  .si-form__submit {
    min-width: 100%;
  }
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2;
  margin-top: 0px;
  top: 0px;
  pointer-events: none;
  transition: all 1s ease;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.loader-container {
  left: 50%;
  top: 50%;
  width: fit-content;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
}

.loader-ltr {
  transform: translateX(-300px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.loader-rtl {
  transform: translateX(300px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.loader-ltr2 {
  transform: translateX(-300px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

#loading.first-step .loader-ltr {
  transform: translateX(0);
  opacity: 1;
}

#loading.second-step .loader-rtl {
  transform: translateX(0);
  opacity: 1;
}

#loading.third-step .loader-ltr2 {
  transform: translateX(0);
  opacity: 1;
}

#loading.disappearance {
  top: -100%;
  opacity: 0;
}
.soc-div{
	display: flex;
	grid-gap: 10px;
}
.soc-div a{
	padding: 0;
	transition: all 0.4s ease;
}
.soc-div a:hover{
	transform: scale(1.1);
}
.about-inner video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-mob video{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
@media all and (max-width: 768px){
	.nav-div{
		grid-template-columns: 80px 1fr;
	}
	.soc-div a img{
		width: 20px;
		height: 20px;
	}
	.spec-item.tech-txt{
		flex-direction: column;
	}
	.spec-item.tech-txt img{
		width: 100%;
    	height: 200px;
	}
}
.uslugi .item{
	display: flex;
    flex-direction: column;
}