
body {
    margin:0;
    padding:0;
	background: #F7F7F7;
}

input, textarea, select {
    outline:none
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.woff2');
	font-weight: 400, 500;
}

@font-face {
	font-family: 'Inter-Regular';
	src: url('../fonts/Inter-Regular.woff2');
	font-weight: 400, 500;
}

@font-face {
	font-family: 'Inter-Medium';
	src: url('../fonts/Inter-Medium.woff2');
	font-weight: 400, 500;
}

@font-face {
	font-family: 'Inter-Bold';
	src: url('../fonts/Inter-Bold.woff2');
	font-weight: 600, 700;
}

.addresses {
    padding-top:18px;
    padding-bottom:11px;
    color: #E9E8E8;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 100% */
    letter-spacing: 0.14px;
    background:#444;
}

.address {
    display: flex;
    gap:5px;
}

.address img{
    width:12px;
}

.address_list {
    display: flex;
    justify-content: space-between;
}

.logo {
    color: #6A6868;
    font-family: Inter-Bold;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px; /* 100% */
    letter-spacing: 0.17px;
    text-decoration: none;
}

.logo img {
    max-width:280px;    
    margin-top:6px;
}

.upmenu {
    display: flex;
    justify-content: space-between;
    padding-top:10px;
    padding-bottom:25px;
}

.rightup {
    padding-top:14px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap:55px;
}

.order-phone {
    border-radius: 16px;
    text-decoration: none;
    border:1px solid #707070;
    padding:12px 20px;
    color: #6A6868;
    font-family: Inter-Bold;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px; /* 100% */
    letter-spacing: 0.51px;
    text-transform: uppercase;
}

.order-service {
    border-radius: 16px;
    text-decoration: none;
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 17px;
    font-style: normal;
    padding:13px 20px;
    font-weight: 700;
    line-height: 17px; /* 100% */
    letter-spacing: 0.51px;
    text-transform: uppercase;
    background: linear-gradient(0deg, #7F0E20 0%, #A4172D 100%);
}

.downmenu {
    padding-top:15px;
    display: flex;
    align-items: center;
    gap:32px;
    justify-content: end;   
}

.downmenu a{
    display: flex;
    align-items: center;
    gap:5px;
    color: #444;
    font-family: Inter-Bold;
    padding:7px 12px;
    background:#fff;
    text-decoration: none;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px; /* 100% */
    letter-spacing: 0.51px;
    text-transform: uppercase;
}

section {
    padding-bottom:70px;
}

h2 {
    color: #444;
    font-family: Inter-Bold;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 100% */
    letter-spacing: 0.78px;
    text-transform: uppercase;
}

.subtitle {
    padding-bottom:30px;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */
    letter-spacing: 0.54px;
}

.servblock {
    color: #444;
    font-family: Inter-Bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.881px; /* 116.17% */
    letter-spacing: 0.72px;    
    text-transform: uppercase;
    text-decoration: none;
    padding-top:35px;
    padding-left:32px;
    display: block;
    height:225px;
    border-radius:30px;
    overflow:hidden;
    border:1px solid #E9E8E8;
    background:linear-gradient(15deg, #DDDBDB -2.78%, #E9E8E8 8.88%, #FFF 78.87%);
}

.servblock div.servname{
    height:56px;
}

.servblock small{    
    display: block;
    margin-top:13px;
    color: #444;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    letter-spacing: 0.48px;
}    

.servrow .col-lg-4{
    padding-bottom:42px;
}

.r1 {
    border-radius: 0px 32px 32px 0px;
}
.r2 {
    border-radius: 32px 0px 0px 32px;
}

.clients {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    padding-top:30px;
    padding-left:25px;
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 25.488px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.984px; /* 133.333% */
    letter-spacing: 0.765px;
    height:150px;
    background:linear-gradient(134deg, #626262 -70.72%, #B2ADAD 0%);
}

.clients a{
    position:absolute;
    left:25px;
    bottom:15px;
    text-decoration: none;
    display: flex;
    gap:3px;
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 13.522px;
    font-style: normal;
    font-weight: 700;
    line-height: 13.522px; /* 100% */
    letter-spacing: 0.406px;
}

.clients.client2 {
    background: linear-gradient(15deg, #626262 -2.78%, #B2ADAD 78.87%);
}

.clients img {
    position:absolute;
    bottom:0;
    right:0px;
}

.clientsrow {
    margin-top:15px;
}

.tech_category {
    margin-top:25px;
    background:linear-gradient(15deg, #DDDBDB -2.78%, #E9E8E8 8.88%, #FFF 78.87%);
    text-align: center;
    display: block;
    color: #444;
    text-align: center;
    font-family: Inter-Bold;
    text-decoration: none;
    height:210px;
    font-size: 24.113px;
    border-radius:12px;
    overflow:hidden;
    font-style: normal;
    font-weight: 700;
    line-height: 27.328px; /* 113.333% */
    letter-spacing: 0.723px;
}

.ciphers {
    display: flex;
    justify-content: space-between;
    color: #9A1429;
    font-family: Inter;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px; /* 100% */
    letter-spacing: -3.6px;
    text-transform: uppercase;
    margin-top:16px;
}

.ciphers span{
    display: block;
    color: #969595;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.54px;
    padding-bottom:20px;
}

.promotext p{
    margin-bottom:24px;
    color: #444;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.757px; /* 131.985% */
    letter-spacing: 0.54px;
}

.graysection {
    padding-top:66px;
    padding-bottom:24px;
    margin-bottom:70px;
    background:#efefef;
    border-radius: 64px 0 0 0;
    min-height:500px;
}

.graysection h2{
    margin-bottom:32px;
}

.alw-block {
    display: flex;
    align-items: center;
    gap:32px;
    margin-bottom: 40px;
    color: #444;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.48px;
}

.alw-block strong{
    color: #444;
    font-family: Inter-Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 100% */
    letter-spacing: 0.54px;
    text-transform: uppercase;
    display: block;
    margin-bottom:14px;
}

.alw-image {
    flex:0 0 100px;
    width:100px;
    height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:0px 24px 0px 24px;
    background:#fff;
}

.alw-image img{
    max-width:75px;
}

.pr {
    position:relative;
}

.action_image {
    width:100%;
}

.action_image img{
    width:100%;
}

.action_date {
    display: flex;
    align-items: center;
    gap:12px;
    padding-top:15px;
    padding-bottom:15px;
    color: #BFBFBF;
    font-family: Inter-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 100% */
    letter-spacing: 0.42px;
}

.action_name{
    color: #444;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.48px;
}

.action_slider {
    padding:60px 30px;
    position:relative;
}

.swiper-button-prev {
    position:absolute;
    left:0;
    top:42%;
}

.swiper-button-next {
    position:absolute;
    right:0;
    top:42%;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-next.custom svg {
    transform:rotate(180deg)
}

.banner {
    position: relative;
    width:100%
}

.banner img {
    width:100%;
}

.banner_body {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display: flex;
    padding-top:40px;
    padding-bottom:40px;
    padding-left:70px;
    flex-direction:column;    
    justify-content: space-between;
}

.banner_head {
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 150% */
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.banner_text {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 161.111% */
    letter-spacing: 0.54px;
}

.banner_button a.order_service{
    display: inline-block;
    padding: 14px 16px;
    border-radius:16px;
    background:linear-gradient(0deg, #7F0E20 0%, #A4172D 100%);
    color: #FFF;
    font-family: Inter;
    text-decoration: none;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px; /* 100% */
    letter-spacing: 0.51px;
    text-align: center;
    text-transform: uppercase;
}

.banner_button_sub {
    display: none;
}

.banner_button_sub a.order_service{
    display: inline-block;
    padding: 14px 16px;
    border-radius:16px;
    background:linear-gradient(0deg, #7F0E20 0%, #A4172D 100%);
    color: #FFF;
    font-family: Inter;
    text-decoration: none;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px; /* 100% */
    letter-spacing: 0.51px;
    text-align: center;
    text-transform: uppercase;
}

.banner_label {
    text-decoration: none;
    position: absolute;
    right:40px;
    top:15px;
    z-index:100;
    color: #F7F5F5;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    border-radius:8px;
    background:#AAA;
    font-weight: 400;
    line-height: 12px; /* 100% */
    letter-spacing: 0.36px;
    padding:9px 15px;

}

.swiper-button-prev-action {
    position: absolute;
    margin-top:-10px;
    left:15px;
    top:50%;
    z-index:99;
}

.swiper-button-next-action {
    position: absolute;
    right:15px;
    margin-top:-10px;
    top:50%;
    z-index:99;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    bottom:25px;
    left:50%;
    margin-left:-50%;
    display: flex;
    gap:25px;
    justify-content: center;
    z-index:99;
}

.banner_slider  {
    position: relative;
}

.dot{
    width:9px;
    height:9px;
    border-radius:50%;
    cursor:pointer;
    border:1px solid #696868
}

.dot.dot_active{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#696868;
}

.upbanner {
    padding-top:30px;
}

.action_image {
    border-radius:36px;
    overflow:hidden;
}

.map {
    border-radius:100px 0 0 0;
    overflow:hidden;
}

#map {
    max-width:100%;
    width:600px;
    height:550px;
}

#map2 {
    width:100%;
    height:315px;
}

#map3 {
    width:100%;
    height:315px;
}

.feed_form {
    display: flex;  
    align-items: center; 
    margin-top:70px;
    gap:40px;
}

.feed_form:before {
    content:'';
    border-radius:100px 0 0 0;
    position:absolute;
    width:850px;
    height:610px;
    background:#EFEFEF;
}

.ajax_form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap:24px;
}

.form {
    padding-top:0px;
    padding-left:78px;
}

.form select{
    width:400px;
}

.form input[type="text"]{
    width:400px;
    border:1px solid #696868;
    border-radius:16px;
    padding:13px 16px;
    color: #696868;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 100% */
    letter-spacing: 0.51px;
}

.form textarea{
    width:400px;
    resize:none;
    border:1px solid #696868;
    border-radius:24px;
    padding:16px;
    color: #696868;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 100% */
    letter-spacing: 0.51px;
    height:100px;
}

.feed_form label {
    color: #444;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 100% */
    letter-spacing: 0.51px;
}

.feed_form label a{
    color: #444;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 100% */
    letter-spacing: 0.51px;
}

.agree input {
    display: none;
}

.agree label {
    position:relative;
    cursor: pointer;
    /*display: flex;*/
    height:24px;
    padding-left:37px;
    /*flex-direction: row;
    align-items: center;
    justify-content: flex-start;*/
}

.agree label:before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    display: flex;
    flex:0 0 24px;
    width: 24px;
    aspect-ratio: 1 / 1;
    border-radius: 3px;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #696868;
}

.agree input:checked + label:after {
    content: "";
    top:3px;
    left:3px;
    width: 18px;
    aspect-ratio: 1 / 1;
    position:absolute;
    border-radius: 100px;
    background:#696868;
}

.feed_form {
    margin-bottom:100px;
}

.jq-selectbox__select {
    width:400px;
    height:48px;
    border:1px solid #696868;
    background:#fff;
    border-radius:16px;
    padding:16px;
    color: #696868;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 100% */
    letter-spacing: 0.51px;
}

.jq-selectbox__select:hover {
    background: #fff;
}

.jq-selectbox__select:active {
    background: #FFF;
    box-shadow: unset;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: none;
}

.jq-selectbox__trigger-arrow {
    border:none;
    width:17px;
    height:10px;
    top:50%;
    margin-top:-5px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect width='17' height='10' fill='url(%23pattern0_4_160)'/%3e%3cdefs%3e%3cpattern id='pattern0_4_160' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0_4_160' transform='scale(0.0588235 0.1)'/%3e%3c/pattern%3e%3cimage id='image0_4_160' width='17' height='10' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAABa0lEQVR4AYyRPUvDUBSGb1MIOAXBDxQnJzcXwcHNQRcRXfwJgkNM2khacOmgIAptamy6VMGfIAgugosO6iDiIoLg4OAsgoa2ic+RGlos0vA+93zknpN7crVsNruQyWTeILRte1X1+DiOM0HNLcRaFEWT1A2Dnkqltkmu4P8r13VHqauwaQqUxnOKcwOiARafRsvYrjJNc7DRaBzxchZEkVYsFu/puk50B6IhloqMie1QPp/vT6fTtTiO539f4K9pEpTL5WsCE/8BRCPEVU40J4GQy+WMMAwPGXlR4hZms9k8/mkiCc/zrthg4T+CaIylalnWNFbV6/Uqtn3MDcMwar7vh0kTNihGu8DKiZ6wonH+2QEnuuRkS5JosYkNCoXCF1Z1NJFEqVQ6p8CGZ4lBbmAG2weiLcbaZ9+nBMKfJpL0PO+M0Rz8F0hEbpeb2QuC4CNJ4nRtQl7xpROKXPxXUPi+rus7/IN3idv5BgAA//9HO9MvAAAABklEQVQDANIrh6nV76a9AAAAAElFTkSuQmCC'/%3e%3c/defs%3e%3c/svg%3e ");
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.dropdown.opened .jq-selectbox__trigger-arrow{
    transform:rotate(180deg)
}

.button button{
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 17px;
    font-style: normal;
    border-radius:16px;
    font-weight: 700;
    line-height: 17px; /* 100% */
    letter-spacing: 0.51px;
    text-transform: uppercase;
    border:none;
    padding:13px 17px;
    background: linear-gradient(0deg, #626262 0%, #B2ADAD 100%);
}

h2 span {
    position:relative;
    color: #E9E8E8;
    font-family: Inter-Bold;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px; /* 100% */
    letter-spacing: 1.14px;
    text-transform: uppercase;
}

.servblock {
    position: relative;
}

.servblock img{
    position:absolute;
    right:0;
    bottom:0;
}

.r6 img {
    right:15px;
    bottom:10px;
}

.all-col {
    text-align: right;
}

a.all {
    display: inline-flex;
    align-items:center;
    gap:10px;
    color: #444;
    font-family: Inter-Bold;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px; /* 100% */
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.video {
    display: block;
    border-radius: 50px 0 0 0;
    overflow:hidden;
    position:relative;
    margin-bottom:30px;
}

.video img.img{width:100%;}

.play {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
}

.l45 {
    padding-right:45px;
}
.promotext {
    margin-bottom:35px;
}

.promotext:not(.opened) {
    height:360px;
    overflow:hidden;    
    position:relative;
}

.promotext:not(.opened):after {
    content:'';
    position: absolute;
    z-index:2;
    width:100%;
    height:72px;
    bottom:0;
    left:0;
    background:linear-gradient(0deg, #F8F8F8 0%, rgba(248, 248, 248, 0.00) 100%);
}

.show_promo {
    text-decoration: none;
    color: #7E97B1;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    letter-spacing: 0.16px;
}

footer {
    background:#444;
    padding-top:40px;
    padding-bottom:80px;
}

.footer_block {
    display: flex;
    gap:100px;
}

.upblock {
    display: flex;
    align-items: center;
    gap:48px;
    margin-bottom:48px;
}

.upblock a{
    display: inline-block;
    padding:13px 17px;
    text-decoration: none;
    border-radius:17px;
    border:1px solid #fff;
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px; /* 100% */
    letter-spacing: 0.51px;
    text-transform: uppercase;
}

.col2 {
    flex-grow: 1;
}

.col2 strong {
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 100% */
    letter-spacing: 0.18px;
    text-transform: uppercase;
}

.linkblock {
    margin-top:20px;
}

.linkblock a {
    display: block;
    margin-bottom:15px;
    color: #FFF;
    text-decoration: none;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    letter-spacing: 0.16px;
}

.station_block {
    padding:12px 15px;
    border-radius:20px;
    background:#EFEFEF;
    margin-top:10px;
    max-width:285px;
    position: relative;
}

.station_block div.div1 {
    margin-bottom:5px;
}

.phones {
    margin-top:10px;
    margin-bottom:35px;
    color: #444;
    font-family: Inter-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 87.5% */
    letter-spacing: 0.48px;
}

.swiper-button-prev-station, .swiper-button-next-station {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:20px;
    height:20px;
    border-radius:3px;
    border:1px solid #6f6f6f;
    background:rgba(0,0,0,0)
}

.swiper-button-prev-station{
    position: absolute;
    left:18px;
    bottom:10px;
    z-index: 10;
}

.swiper-button-next-station{
    position: absolute;
    left:130px;
    bottom:10px;
    z-index: 10;
}

.othersto {
    position:absolute;
    left:47px;
    bottom:14px;
    color: #6F6F6F;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */
    letter-spacing: 0.12px;
}

.mobile_head {
    display: none;
}


.logo_desktop {
    display: block;
}

.logo_mobile {
    display: none;
}

.banner_button .more {
    display: none;
}

.action_dots {
    display: none;
}


@media (min-width: 992px){
    .mobile_menu {
        display: none !important;
    }
}

@media (max-width: 991px){
    .map {
        margin-top:20px;
    }

    .action_dots {
        display: flex;
    }


    .addresses, .upcontainer {
        display: none;
    }

    .mobile_head {
        display: block;
        padding:20px 24px;        
    }

    .upmenu {
        width:100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .right_up_menu {
        display: flex;
        gap:40px;
        align-items: center;
    }

    .upmenu .logo img{
        max-width:130px;
    }

    .ciphers {
        flex-wrap:wrap;
    }

    .feed_form:before {
        display: none;
    }

    .form {
        padding-left:0px;
    }

    .jq-selectbox__select {
        width:100%;
    }

    .form select, .form input[type="text"], .form textarea {
        width: 100%;
    }

    .feed_form {
        flex-direction: column;
        width:100%;
    }

    .agree label {
        font-size:11px;
    }

    .map {
        max-width:100%;
    }

    .upmenu {
        padding:0;
    }
    
    .logo_desktop {
        display: none;
    }

    .logo_mobile {
        display: block;
    }

    .swiper-button-prev-action {
        display: none;
    }
    
    .swiper-button-next-action {
        display: none;
    }

    .banner_body {
        padding-top:60px;
        padding-left:25px;
        padding-bottom:20px;
    }

    .banner_label {
        top:2px;
        right:0;
        border-radius:0px;
    }

    .banner_head {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 31px; /* 140.909% */
    }

    .banner_text {
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.54px;
    }

    .banner_button a.order_service {
        display: none;
    }

    .banner_button .more {
        display: flex;
        align-items: center;
        gap:6px;
        color: #FFF;
        font-family: Inter-Bold;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px; /* 100% */
        letter-spacing: 0.36px;
        text-transform: lowercase;
    }

    .banner {
        border-radius:60px 0 60px 0px;
        overflow:hidden;
    }

    .banner_slider {
        padding-bottom:30px;
    }

    .banner_slider .dots{
        bottom:5px;
        z-index:99;
    }
    
    .banner_button_sub {
        display: block;
    }

    .banner_button_sub a.order_service{
        display: block;
        padding: 17px;
        border-radius:16px;
        background:linear-gradient(0deg, #7F0E20 0%, #A4172D 100%);
        color: #FFF;
        font-family: Inter;
        text-decoration: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 17px; /* 100% */
        letter-spacing: 0.51px;
        text-align: center;
        text-transform: uppercase;
        margin-top:20px;
    }

    h2 {
        color: #444;
        font-family: Inter-Bold;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0.78px;
        text-transform: uppercase;
    }

    .subtitle {
        padding-bottom: 25px;
        color: #000;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.54px;
    }

    .servrow .col-lg-4 {
        flex:0 0 50%;
        width:50%;
    }

    .servblock {
        height:150px;
        padding-top:15px;
        padding-left:15px;
    }

    .servrow .col-lg-4 {
        padding-bottom: 20px;
    }

    .servblock {
        font-size:15px;
        line-height:20px;
    }

    .servname {
        font-size:12px;
    }

    .servblock small {
        font-size: 12px;
        margin-top:6px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px; /* 100% */
    }

    .servblock img{
        width:90px;
    }

    .servblock div.servname {
        height: 40px;
    }

    .r6 img {
        width:70px;
        bottom:0;
        right:0;
    }

    .r1mob {
        border-radius: 0px 32px 32px 0px;
    }

    .r2mob {        
        border-radius: 32px 0 0 32px;
    }

    .clientsrow .col-lg-6{
        margin-bottom:11px;
    }

    .clients {
        font-size: 15px;
        line-height:20px;
        padding-top: 22px;
        height:120px;
        padding-left: 12px;
    }

    .clients img {
        width:160px;
    }
    
    .tech_category img{
        width:75px;
    }

    .tech_category {
        height:140px;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 17px; /* 113.333% */
    }

    .tech_row .col-lg-3 {
        flex:0 0 50%;
        width:50%;
    }

    .ciphers {
        font-size: 34px;
        line-height: 34.629px; /* 100% */
        letter-spacing: -1.731px;
    }

    .ciphers span {
        font-size: 10.986px;
        font-style: normal;
        font-weight: 300;
        line-height: 16.232px; /* 125% */
    }

    .promotext p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 17.959px; 
    }

    .promotext:not(.opened) {
        height: 280px;
        overflow: hidden;
        position: relative;
    }
    .promotext {
        margin-bottom: 0px;
    }    

    .show_promo {
        display: inline-block;
        margin-bottom:15px;
    }

    .l45 {
        padding-right:15px;
    }

    .cipher {
        flex:0 0 50%;
        width:50%;
    }
    
    .o3 {
        order:3;
    }

    .o4 {
        order:4;
    }

    .alw-block strong {
        font-size:15px;
        line-height: 17px; /* 113.333% */
    }

    .alw-block {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 40px;
        color: #444;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        margin-bottom: 18px;
        letter-spacing: 0.48px;
    }

    .alw-image {
        flex:0 0 60px;
        width:60px;
        height:60px;
        border-radius: 0px 12px 0px 12px;
    }

    .action_slider {
        padding-top:15px;
        padding-left:0px;
        padding-right:0px;
    }

    .swiper-button-prev {
        bottom:15px;
        z-index:999;        
        top:auto;
        border:1px solid #B3ADAD;
        border-radius:12px;
        overflow:hidden;
        display: flex;
        align-items: center;
        width:31px;
        height:31px;
    }

    .swiper-button-next svg, .swiper-button-next svg{
        width:10px;
    }

    .swiper-button-next {
        z-index:999;
        bottom:15px;
        top:auto;
        border-radius:12px;
        border:1px solid #B3ADAD;
        overflow:hidden;
        display: flex;
        align-items: center;
        width:31px;
        height:31px;
    }

    .mobile_menu{
        padding: 20px 24px;
        display: block;
        position:fixed;
        width:100vw;
        z-index:100;
        height:100vh;
        left:-100%;
        top:0;        
        max-width:450px;
        background: linear-gradient(15deg, #DDDBDB -2.78%, #FFF 32.54%, #F7F7F7 78.87%);
    }
    
    .menublock{
        display: flex;
        gap:16px;
        flex-direction: column;
        margin-top:30px;
        margin-bottom:25px;
    }

    .menublock a{
        color: #444;
        border:1px solid #626262;
        border-radius:24px;
        padding:16px 16px;
        text-decoration: none;
        font-family: Inter-Bold;
        font-size: 16.904px;
        font-style: normal;
        font-weight: 700;
        line-height: 16.904px; /* 100% */
        letter-spacing: 0.169px;
        text-transform: uppercase;
    }

    .call-phone a{
        color: #FFF;
        font-family: Inter-Bold;
        text-decoration: none;
        display: flex;
        border-radius:24px;
        align-items: center;
        justify-content: center;
        padding:16px 16px;
        font-size: 16.904px;
        font-style: normal;
        font-weight: 800;
        line-height: 16.904px; /* 100% */
        letter-spacing: 0.507px;
        text-transform: uppercase;
        background: linear-gradient(0deg, #7F0B1E 0%, #83020E 0%, #B00011 100%);
    }

    .overlayed {
        overflow:hidden !important;
    }

    .map {
        border-radius: 48px 0 0 0;
        overflow: hidden;
    }

    .choose_auto {
        gap:10px;
    }

    .ajax_form .times{
        padding-left:15px;
        color: #444;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.458px; /* 149.674% */
        letter-spacing: 0.13px;
    }

    .choose_auto button{
        width:100%;
    }

    .ajax_form strong{
        margin-top:15px;
        margin-bottom:10px;
        color: #444;
        font-family: Inter-Bold;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px; /* 100% */
        letter-spacing: 0.45px;
        text-transform: uppercase;
    }

    .sub_choose_auto {
        padding-left:15px;
        padding-right:15px;
        display: flex;
        flex-direction: column;
        gap:10px;
    }

    .footer_block {
        gap:30px;
    }

    .downlogo {
        max-width:120px;
    }

    .upblock {
        flex-direction: column;
        gap:14px;
        align-items: start;
        justify-content: start;
    }

    .upblock a {
        display: inline-block;
        padding: 16px 10px;
        text-decoration: none;
        border-radius: 24px;
        border: 1px solid #fff;
        color: #FFF;
        font-family: Inter-Bold;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 100%;
        letter-spacing: 0.51px;
        text-transform: uppercase;
        background: linear-gradient(0deg, #626262 0%, #B2ADAD 100%);
    }

    .upblock a.callme {
        background: linear-gradient(0deg, #7F0B1E 0%, #841B2D 0%, #B00011 100%);
    }

    .div1 {
        font-size:12px;
    }

    .phones {
        font-size:12px;
    }

    .station_block {
        max-width:200px;
    }

    .downmenublock {
        display: flex;
        flex-direction: column;
        margin-top:22px;
        gap:36px;
    }

    .downmenublock a{        
        text-decoration: none;
        color: #FFF;
        font-family: Inter-Bold;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px; /* 100% */
        letter-spacing: 0.16px;
        text-transform: uppercase;
    }
}

.overlay {
    display: none;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    width:100vw;
    height: 100%;
    z-index: 200;
}

.overlay.opened {
    display: block;
}

.popup {    
    display: none;
    position: fixed;
    top:10vw;
    left:50%;    
    width:460px;
    transform:translateX(-50%);
    max-width:calc(100vw - 30px);
    z-index:300;    
}

.popup_body {
    background: linear-gradient(15deg, #DDDBDB -2.78%, #FFF 32.54%, #F7F7F7 78.87%);   
    padding:15px;
    padding-top:45px;
    border-radius:32px;
    overflow:hidden
}

.popup_head {
    display: flex;
    align-items: end;
    justify-content: end;
    padding-bottom:20px;
}

.fillist {

}

@media (min-width: 992px){
    .dots_desktop {
        display: none;
    }
}
@media (max-width: 991.98px){
    .swiper-button-next-keep {
        z-index: 999;
        bottom: 15px;
        top: auto;
        border-radius: 6px;
        border: 1px solid #B3ADAD;
        overflow: hidden;
        display: flex;
        align-items: center;
        width: 31px;
        height: 31px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content:center;
        right: 0;
    }

    .swiper-button-prev-keep {
        position: absolute;
        left: 0;
        display: flex;
        align-items: center;
        justify-content:center;
        bottom: 15px;
        z-index: 9999;
        top: auto;
        border: 1px solid #B3ADAD;
        border-radius: 6px;
        overflow: hidden;
        display: flex;
        align-items: center;
        width: 31px;
        height: 31px;
    }

    .keep_swiper {
        padding-bottom:50px;
    }
}

.fillist {
    cursor:pointer;
    width: 400px;
    max-width:100%;
    height: 60px;
    border: 1px solid #696868;
    background: #fff;
    border-radius: 16px;    
    color: #696868;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.51px;    
}


.fil_arrow_layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: none;
    border: none;    
}

.fil_arrow {
    width: 17px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect width='17' height='10' fill='url(%23pattern0_4_160)'/%3e%3cdefs%3e%3cpattern id='pattern0_4_160' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0_4_160' transform='scale(0.0588235 0.1)'/%3e%3c/pattern%3e%3cimage id='image0_4_160' width='17' height='10' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAABa0lEQVR4AYyRPUvDUBSGb1MIOAXBDxQnJzcXwcHNQRcRXfwJgkNM2khacOmgIAptamy6VMGfIAgugosO6iDiIoLg4OAsgoa2ic+RGlos0vA+93zknpN7crVsNruQyWTeILRte1X1+DiOM0HNLcRaFEWT1A2Dnkqltkmu4P8r13VHqauwaQqUxnOKcwOiARafRsvYrjJNc7DRaBzxchZEkVYsFu/puk50B6IhloqMie1QPp/vT6fTtTiO539f4K9pEpTL5WsCE/8BRCPEVU40J4GQy+WMMAwPGXlR4hZms9k8/mkiCc/zrthg4T+CaIylalnWNFbV6/Uqtn3MDcMwar7vh0kTNihGu8DKiZ6wonH+2QEnuuRkS5JosYkNCoXCF1Z1NJFEqVQ6p8CGZ4lBbmAG2weiLcbaZ9+nBMKfJpL0PO+M0Rz8F0hEbpeb2QuC4CNJ4nRtQl7xpROKXPxXUPi+rus7/IN3idv5BgAA//9HO9MvAAAABklEQVQDANIrh6nV76a9AAAAAElFTkSuQmCC'/%3e%3c/defs%3e%3c/svg%3e");
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    position:absolute;
}

.fillist.active .fil_arrow
{
    transform:rotate(180deg)
}


.filname {
    height:60px;
    display: flex;
    align-items: center;
    padding-left:16px;
    text-decoration: none;
    color: #696868;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.51px;
    background:#fff;
    z-index:9999;
    border: 1px solid #696868;
    border-radius: 16px 16px 0 0px;
    overflow:hidden;
    border-bottom:none;
    position:absolute;
    left:-1px;
    top:-1px;
    width:calc(100% + 2px);
}

.fillist:not(.active) {
    overflow:hidden
}

.fillist:not(.active) .filname {
    border: 1px solid #696868;
    border-radius: 16px;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
}

.filradios {
    display: none;
}

.fillist input {
    display:none;
}

.fillist .filradios {
    display: none;
    padding:15px 10px;
    z-index:1000;    
    position:absolute;
    display: block;    
    border: 1px solid #696868;
    border-top:none;
    width:calc(100% + 2px);
    background: #fff;
    top:0;
    left:-1px;
    border-radius:16px;   
    overflow:hidden;
}

.filradios label{
    cursor:pointer;
    width:100%;
    padding-left:10px;
    padding-bottom:16px;
    margin-bottom:16px;
    border-bottom: 1px solid #e9e8e8;
}

.filradios label:last-child{
    margin-bottom:0px;
    padding-bottom:0px;
    border-bottom: 0px solid #e9e8e8;

}

h2 {
    position:relative;
}

h2 span {
    position: absolute;
    left:4%;    
    top:-20px;
}

h2 div {
    position:relative;
    z-index:150;
}

@media (max-width: 992px) {
    h2 span {
        position: absolute;
        display: none;
    }
}

@media (min-width: 992px) {
    .popup {
        top:15px;
    }

    .map3 {
        height:200px;
        overflow:hidden
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header {
        margin:0 auto;
    }
    header, .container, .container-md, .container-sm {
        max-width: 450px;
    }
}

.popup_body .form {
    padding-left: 0px;
}

.advert_popup {
    display: none;
    position:absolute;
    right:15px;
    top:15px;
    padding:20px;
    border-radius:24px;
    background:#EAEAEA;
    z-index:150;
    color: #717171;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.757px;
    letter-spacing: 0.14px;
}

.advert_popup span{
    color: #83A8CA;
}

.advert_popup a{
    display: block;
    margin-top:20px;
    color: #83A8CA;
    text-decoration: none;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.757px; /* 169.695% */
    letter-spacing: 0.14px;
    color: #83A8CA;
}

.advert_close {
    position:absolute;
    right:15px;
    top:10px;
    margin:0 !important;
}