* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Onest", sans-serif;
    padding: 0;
    margin: 0;
}

.img{
    width: 100%;
    height: 100%;
}

.mb{
    margin-bottom: 100px;
}

p{
    padding: 0px 0px 10px 0px;
}

a {
    text-decoration: none;
}

.pd {
    padding-top: 80px;
}

li {
    list-style: none;
    text-decoration: none;
}

:root {
  --container-width: 1246px;
  --container-padding: 15px;
}

.container {
    max-width: 1216px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

header{
    position: fixed;
    width: 100%;
    padding: 20px 0;
    background-color: transparent;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    background: #FFFFFF;
}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_menu ul{
    display: flex;
}

.header_menu li{
    margin-right: 35px;
}

.header_menu a{
    color: #151515;
    font-size: 16px;
    font-weight: 400;
}

.header_tel a{
    color: #151515;
    font-size: 16px;
    font-weight: 400;
}

.header_tel a:hover {
    color: #E30613;
    text-decoration: underline;
}

.menu{
    display: none;
}

.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 1000;
}

.header_tel{
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_tel a{
    color: #151515;
    font-size: 17px;
    font-weight: 400;
}

.header_btn button{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    background: #E30613;
    padding: 10px 25px;
    border: 0;
    border-radius: 5px;
    font-family: "Onest", sans-serif;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-sizing: border-box;
    border: 2px solid rgb(227, 6, 19);
}

.main{
    position: relative;
}

.main img{
    object-fit: cover;
}

.main_wrapper{
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    height: 100%;
}

.main_wrapper .container{
    height: 100%;
}

.main_title {
    color: #151515;
    font-size: 71px;
    font-weight: 500;
    width: 50%;
    line-height: 79px;
    margin-bottom: 30px;
}

.main_text{
    color: #151515;
    font-size: 27px;
    font-weight: 400;
}

.main_content_foot{
    color: #555555;
    font-size: 22px;
    font-weight: 400;
    position: relative;
}

.main_content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.line{
    position: relative;
    padding-top: 20px;
}

.line::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 19px;
    height: 1px;
    background: #555555;
    transition: .5s;
}

.main_uslugi_title{
    color: #151515;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 50px;
}

.main_uslugi_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.main_uslugi_item{
    position: relative;
    border-radius: 16px;
    height: 298px;
}

.main_uslugi_item img{
    object-fit: cover;
    border-radius: 16px;
}

.main_uslugi_content{
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

.main_uslugi_name {
    color: #151515;
    font-size: 19px;
    font-weight: 500;
    height: 60px;
    display: flex;
    align-items: center;
}

.main_uslugi_item:hover .main_uslugi_name{
    color: #151515;
    font-size: 19px;
    font-weight: 500;
}



.main_uslugi_hover {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.9s ease, max-height 0.9s ease;
}

.main_uslugi_item:hover .main_uslugi_hover {
    opacity: 1;
    max-height: 200px; /* достаточно для текста и ссылки */
}

.main_uslugi_opis{
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

.main_uslugi_link{
    color: #E30613;
    font-size: 17px;
    font-weight: 500;
}

.main_uslugi_link:hover{
    text-decoration: underline;
    transition: transform 0.3s ease;
}

.main_uslugi_block{
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}

.main_about_title{
    color: #151515;
    font-size: 42px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 50px;
    width: 72%;
    position: relative;
}

.main_about_title span{
    color: #E30613;
    position: relative;
}

.main_about_title span::before {
    content: '';
    position: absolute;
    background-image: url(/storage/app/media/span.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 38px;
    bottom: 0px;
}

.main_uslugi_item:hover .main_uslugi_block {
    background:#E30613;
}

.main_uslugi_item:hover .main_uslugi_name {
    color: #fff;
}

.main_uslugi_item:hover .main_uslugi_opis {
    color: #fff;
}

.main_uslugi_item:hover .main_uslugi_link {
    color: #fff;
}

.main_about_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.main_about_item{
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.main_about_name{
    color: #151515;
    font-size: 21px;
    font-weight: 400;
}

.main_about_text{
    color: #555555;
    font-size: 17px;
    font-weight: 400;
}

.main_zayavka{
    position: relative;
}

.main_zayavka_wrapper{
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.main_zayavka_title{
    color: #151515;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

.main_zayavka_text{
    color: #151515;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 25px;
}

.main_zayavka_item{
   margin-bottom: 30px; 
}

.main_zayavka_text span{
    color: #E30613;
    position: relative;
}

.main_zayavka_text span::before {
    content: '';
    position: absolute;
    background-image: url(/storage/app/media/span.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 30px;
    bottom: 0px;
}

.main_zayavka_content{
    width: 50%;
}

.main_zayavka_slug{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #151515;
    font-size: 27px;
    font-weight: 400;
}

.main_zayavka_slug a{
    color: #151515;
    font-size: 27px;
    font-weight: 400;
    transition: 0.3s ease;
}

.main_zayavka_slug a:focus,
.main_zayavka_slug a:hover,
.main_zayavka_slug a:active{
	color: #E30613;
}

.main_zayavka_subtitle{
    color: #151515;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 25px;
}

.zayavka_line{
    position: relative;
    padding-top: 20px;
}

.zayavka_line::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 19px;
    height: 1px;
    background: #555555;
    transition: .5s;
}

.main_zayavka_btn button{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6.43px;
    background: #E30613;
    border: 0;
    padding: 12px 40px;
    font-family: "Onest", sans-serif;
    cursor: pointer;
    border: 2px solid rgb(227, 6, 19);
}

.main_gallery_title{
    color: #151515;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 50px;
}

.gallery__after::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 16px;
}

.gallery__link{
	height: 300px;
	width: 100%;
	display: block;
	position: relative;
}

.gallery__img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.reviews__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
}

.main_company_title{
    color: #151515;
    font-size: 42px;
    font-weight: 500;
}

.main_company_text{
    color: #555555;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.main_company_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_company_img{
    width: 48%;
}

.main_company_item {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
}

.main_company_item a{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6.43px;
    background: #E30613;
    border: 0;
    padding: 12px 40px;
    font-family: "Onest", sans-serif;
    border: 2px solid rgb(227, 6, 19);
}

.footer{
    background: #F3F3F3;
    padding: 30px 0px;
}

.footer_title{
    text-transform: uppercase;
    color: #151515;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

.foot_line{
    position: relative;
    padding-bottom: 10px;
}

.foot_line::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 58px;
    height: 1px;
    background: #151515;
    transition: .5s;
}

.footer_item ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer_link{
    color: #555555;
    font-size: 14px;
    font-weight: 400;
}

.footer_item li{
    margin-bottom: 5px;
    margin-right: 25px;
}

.footer_num{
    color: #151515;
    font-size: 16px;
    font-weight: 400;
}

.footer_content{
    display: flex;
    gap: 40px;
}

.footer_item p{
    color: #555555;
    font-size: 14px;
    font-weight: 400; 
    margin-top: 10px;
}

.footer_mail{
    color: #555555;
    font-size: 14px;
    font-weight: 400; 
}

.footer_head{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 30px;
}

.footer_icons_icons{
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

.footer_icons_icons img:hover{
    box-shadow: 0 0 7px 7px rgba(0, 0, 0, .1);
    border-radius: 50%;
}

.footer_foot {
    padding-top: 30px;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
}

.main_company_item a:hover {
    color: rgb(227, 6, 19);
    border: 2px solid rgb(227, 6, 19);
    background: #fff;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.main_zayavka_btn button:hover {
    color: rgb(227, 6, 19);
    border: 2px solid rgb(227, 6, 19);
    background: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.header_btn button:hover {
    color: rgb(227, 6, 19);
    border: 2px solid rgb(227, 6, 19);
    background: none;
    padding: 10px 25px;
}

#video-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#video-intro video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

li.parent {
    position: relative;
}

ul.child_list {
    position: absolute;
    list-style: none;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin: 0;
    box-shadow: 0 0 20px 0 #0000001f;
    min-width: 300px;
    max-height: 300px;
    overflow: auto;
    display: none;
}

.header_tel .child_list {
    position: absolute;
    list-style: none;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin: 0;
    box-shadow: 0 0 20px 0 #0000001f;
    min-width: 200px;
    max-height: 300px;
    overflow: auto;
    display: none;
}

li.parent:Hover ul.child_list {
    display: block;
}

.child_list li{
    margin-bottom: 10px;
}

.child_list a br{
	display:none;
}

.header_menu a:hover{
    color: #E30613;
    text-decoration: underline;
}

.modal-dialog {
    display: flex;
    background: #EDEEF3;
    border-radius: 8px;
    justify-content: space-between;
    pointer-events: auto;
    background: #fff;
    position: relative;
}

.modal_img{
    background: #EBEBEB;
    width: 42%;
    border-radius: 25px 0px 0px 25px;
}

.modal_title{
    color: #151515;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
}

.modal_content {
    width: 49%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-right: 50px;
}

.modal-dialog{
    border-radius: 25px;
}

.modal_form_one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.modal_form_one input{
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #B1B1B1;
}

.modal_form_one select{
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #B1B1B1;
}

.modal_form_one input:nth-child(1){
    width: 25%;
}

.modal_form_one input:nth-child(2){
    width: 45%;
}

.modal_form_one input:nth-child(3){
    width: 25%;
    position: relative;
}

.modal_form_one select{
    width: 25%;
    position: relative;
}

/* .modal_form_one::before {
    content: '';
    position: absolute;
    background-image: url(/storage/app/media/vector.svg);
    width: 100%;
    height: 100%;
    top: 28px;
    background-repeat: no-repeat;
    left: 97%;
    z-index: 1;
} */

.modal_form_name{
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.modal_form_two input{
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #B1B1B1;
}

.modal_form_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.modal_form_flex input:nth-child(1){
    width: 95px;
}

.modal_form_flex input:nth-child(2){
    width: 95px;
}

.modal_form_flex input:nth-child(3){
    width: 95px;
}

.modal_form_flex input:nth-child(4){
    width: 298px;
}

.modal_form_flex_two input{
    width: 100%;
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #B1B1B1;
}

.modal_form_flex_two{
    margin-bottom: 20px;
}

.modal_form button{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    background: #E30613;
    padding: 10px 65px;
    border: 0;
    border-radius: 5px;
    font-family: "Onest", sans-serif;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-sizing: border-box;
    border: 2px solid rgb(227, 6, 19);
}

.modal_form button:hover {
    color: rgb(227, 6, 19);
    border: 2px solid rgb(227, 6, 19);
    background: none;
    padding: 10px 65px;
}

.modal-btn{
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-btn button{
    border: 0;
    background: 0;
}

.uslugi{
    position: relative;
    height: 90vh;
}



.uslugi::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.uslugi img {
    object-fit: cover;
    /* filter: brightness(0.5); */
}

.uslugi_wrapper {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.uslugi_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.uslugi_title{
    color: #FFFFFF;
    font-size: 71px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 86%;
}

.uslugi_text{
    color: #E5E5E5;
    font-size: 22px;
    font-weight: 400;
    width: 58%;
}

.uslugi_company{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uslugi_company_img{
    width: 50%;
}

.uslugi_company_item{
    width: 42%;
}

.uslugi_company_title{
    color: #151515;
    font-size: 42px;
    font-weight: 500;
}

.uslugi_company_text{
    color: #555555;
    font-size: 18px;
    font-weight: 400;
}

.uslugi_uslugi_title {
    color: #151515;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 50px;
}

.uslugi_uslugi_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.uslugi_uslugi_item {
    position: relative;
    border-radius: 16px;
    height: 238px;
}

.uslugi_uslugi_item img {
    object-fit: cover;
    border-radius: 16px;
}

.uslugi_uslugi_content {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

.uslugi_uslugi_block {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}

.uslugi_uslugi_name {
    color: #151515;
    font-size: 19px;
    font-weight: 500;
    height: 50px;
    display: flex;
    align-items: center;
}

.uslugi_uslugi_hover {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.9s ease, max-height 0.9s ease;
}

.uslugi_uslugi_opis {
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

.uslugi_uslugi_link {
    color: #E30613;
    font-size: 17px;
    font-weight: 500;
}

.uslugi_uslugi_item:hover .uslugi_uslugi_block {
    background:#E30613;
}

.uslugi_uslugi_item:hover .uslugi_uslugi_name {
    color: #fff;
}

.uslugi_uslugi_item:hover .uslugi_uslugi_opis {
    color: #fff;
}

.uslugi_uslugi_item:hover .uslugi_uslugi_link {
    color: #fff;
}

.uslugi_uslugi_item:hover .uslugi_uslugi_hover {
    opacity: 1;
    max-height: 200px;
}




.uslugi_uslugi_link:hover {
    text-decoration: underline;
    transition: transform 0.3s ease;
}

.uslugi_about_title {
    color: #151515;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 50px;
    width: 72%;
    position: relative;
}

.uslugi_about_title span {
    color: #E30613;
    position: relative;
}

.uslugi_about_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.uslugi_about_item {
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.uslugi_about_name {
    color: #151515;
    font-size: 21px;
    font-weight: 400;
}

.uslugi_about_text {
    color: #555555;
    font-size: 17px;
    font-weight: 400;
}

.uslugi_about_title span::before {
    content: '';
    position: absolute;
    background-image: url(/storage/app/media/span.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 38px;
    bottom: 0px;
}

<!---->

.uslugi_zayavka{
    position: relative;
}

.uslugi_zayavka_wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.uslugi_zayavka_content {
    width: 50%;
}

.uslugi_zayavka_title {
    color: #151515;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

.uslugi_zayavka_text {
    color: #151515;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 25px;
}

.uslugi_zayavka_text span{
    color: #E30613;
    position: relative;
}

.uslugi_zayavka_text span::before {
    content: '';
    position: absolute;
    background-image: url(/storage/app/media/span.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 30px;
    bottom: 0px;
}

.uslugi_zayavka_item {
    margin-bottom: 30px;
}

.uslugi_zayavka_slug {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #151515;
    font-size: 27px;
    font-weight: 400;
}

.uslugi_zayavka_slug a {
    color: #151515;
    font-size: 27px;
    font-weight: 400;
}

.uslugi_line {
    position: relative;
    padding-top: 20px;
}

.uslugi_zayavka_subtitle {
    color: #151515;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 25px;
}

.uslugi_line::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 19px;
    height: 1px;
    background: #555555;
    transition: .5s;
}

.uslugi_zayavka_btn button {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6.43px;
    background: #E30613;
    border: 0;
    padding: 12px 40px;
    font-family: "Onest", sans-serif;
    cursor: pointer;
    border: 2px solid rgb(227, 6, 19);
}

.uslugi_zayavka_btn button:hover {
    color: rgb(227, 6, 19);
    border: 2px solid rgb(227, 6, 19);
    background: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.uslugi_gallery_title {
    color: #151515;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 50px;
}

.uslugi_company_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reverse{
	flex-direction: row-reverse;
}

.uslugi_company_img {
    width: 48%;
}

.uslugi_company_img img{
    border-radius: 16px;
}

.uslugi_company_img-2{
	border-radius: 20px;
}

.uslugi_company_item {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.uslugi_company_title {
    color: #151515;
    font-size: 42px;
    font-weight: 500;
}

.uslugi_company_text {
    color: #555555;
    font-size: 18px;
    font-weight: 400;
}

.site_link {
    display: flex;
    gap: 5px;
    margin: 30px 0px 30px;
}

.site_link p:nth-child(1){
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.site_link p:nth-child(2){
    color: #555555;
    font-size: 14px;
    font-weight: 400;
}

.about_about_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_about_title{
    color: #151515;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about_about_text{
    color: #555555;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
}

.about_about_item{
    width: 60%;
}

.about_about_img{
    width: 35%;
}

.about_about_btns button{
    border: 0;
    background: #EBEBEB;
    border-radius: 50%;
    padding: 15px 20px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.about_about_btns button:hover {
    background: rgb(227, 6, 19);
}

.about_nav .slick-current{
    opacity: 40%;
}

.about_img{
    width: 417px;
    height: 391px;
    object-fit: cover;
    border-radius: 16px;
}

.about_nav_img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}



.about_slider{
    margin-bottom: 10px;
}

.about_nav button{
    display: none !important;
}

.about_oborud_title{
    color: #151515;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 50px;
}

.about_sertifikat_title{
    color: #151515;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 50px;
}

.contact_map{
    width: 100%;
    border-radius: 16px;
}

.contact_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact_item {
    border-radius: 16px;
    border: 1px solid #E9E9E9;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.contact_name{
    color: #151515;
    font-size: 17px;
    font-weight: 500;
}

.contact_add{
    color: #555555;
    font-size: 16px;
    font-weight: 400;
}

.contact_add_add{
    color: #555555;
    font-size: 16px;
    font-weight: 400;
}

.contact_item a{
    color: #555555;
    font-size: 16px;
    font-weight: 400;
}

.contact_item:nth-child(1){
    width: 299px;
}

.contact_item:nth-child(3){
    width: 207px;
}

.contact_block{
    margin-bottom: 50px;
}

.floating-buttons img{
    width: 70px;
    }
    
.main_zayavka_slug p{
    padding:0;
    }
    
    
 .slide {
  min-width: 320px;
  padding-bottom: 85px;
  overflow: hidden;
  position: relative;
}


.slide-container {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.container-right {
  padding-left: calc(
    (100% - var(--container-width)) / 2 + var(--container-padding)
  );
}

.slide-img {
	flex-shrink: 0;
  width: 624px;
  height: 693px;
  /* position: absolute;
  top: 0;
  left: calc((100% - var(--container-width)) / 2 + var(--container-padding)); */
}

.slide-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.slide__inner {
	flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap:16px;
  padding: 0px 0 64px 0;
  margin-left: -99px;
  position: relative;
  z-index: 5;
}

.slide__block-top{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-left: 160px;
	max-width: 530px;
  width: 100%;
}

.slide__block-top .main_about_title {
   margin-bottom: 0;
   width: 100%;
   
}


.slide__block-top-text{
	display: flex;
	flex-direction: column;
}



.slide__block-layout {
  /* // max-width: 1180px; */
  width: 100%;
  position: relative;
  flex-shrink: 1;
}

.slide__block {
  position: relative;
  display: flex;
}

.slide-item {
  display: flex !important;
  flex-direction: column;
  gap: 15px;
  padding: 38px 46px;
  border-radius: 16px;
  background-color:#EEEEEE;
  min-height: 270px;
}

.slide-item {
	/* width: auto !important;
	  max-width: 384px; */
  width: calc((100% - 32px) / 2.3) !important;
  flex-shrink: 0;
}

.swiper-slide.slide-item {
  display: flex !important;
  height: auto !important;
}

.slide-item__icon {
  width: 170px;
  height: 108px;
}

.slide-item__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.slide__btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -66px;
  gap: 28px;
}

.pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #9f9f9f;
  background-color: transparent;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.pagination .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
}

.pagination .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E30613;
}

.slider-arrow {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  z-index: 50;
  cursor: pointer;
  transition: 0.4s linear;
}

.slider-arrow:focus,
.slider-arrow:hover,
.slider-arrow:active {
  border: 1px solid #9f9f9f;
}

.button-prev img {
  position: relative;
}

.button-next img {
  position: relative;
  transform: rotate(180deg);
}

.slide__block .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 10;
  bottom: 0 !important;
  width: auto !important;
}


.raiting__wrapper{
	display: flex;
	gap: 30px;
}

.raiting__list{
	display: flex;
	gap: 30px;
}

.raiting__item{
	border-radius:16px;
	display: flex;
	flex-direction: column;
	gap:0px;
	background-color: #CFCFCF;
	padding: 40px 45px 41px 34px;
}

.raiting-red{
	background-color: #E30613;
}

.raiting-title{
	font-size: 67px;
	line-height: 120%;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

.raiting__item .main_uslugi_opis{
	padding: 0;
	margin: 0;
}

.raiting-red .raiting-title{
	color:#fff;
}

.raiting-red .main_uslugi_opis{
	color:#fff;
}

.raiting__block{
	display: flex;
	align-items: center;
	gap: 25px;
	background-color: #CFCFCF;
	padding: 30px 42px;
	border-radius:16px;
}

.raiting__block .main_company_text{
	padding: 0;
	margin: 0;
}


.video-responsive {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  border-radius: 16px;
}


.blog__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
}

.blog__img {
  overflow: hidden;
  width: 100%;
  height: 227px;
  border-radius: 20px;
}

.blog__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: scale(1);
  transition: 0.3s ease;
}


.blog__info {
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.blog__info .main_uslugi_name{
	height: auto;
	font-size: 17px;
}

.blog__info .about_about_text{
	font-size: 15px;
}







