html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
button{
    border: 0px;
}
*{
    box-sizing: border-box;
}
h1{
    font-size: calc(20px + 20 * (100vw / 1400));
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
h2{
    font-size: calc(24px + 14 * (100vw / 1400));
    font-family: 'PFDinTextCondPro';
    font-weight: 400;
    color: #3e3838;
	flex:0 0 auto;
	text-transform: uppercase;
	text-align: left;
}
h3{
    font-size: calc(16px + 16 * (100vw / 1400));
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
@font-face {
	font-family: 'PFDinTextCondPro';
	src:
	     url('/wp-content/themes/astra/fonts/ofont.ru_PF\ Din\ Text\ Cond\ Pro.woff2') format('woff2'),
	     url('/wp-content/themes/astra/fons/ofont.ru_PF\ Din\ Text\ Cond\ Pro.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
header{
    
	background-image: url(/wp-content/uploads/2024/01/100.png);


    z-index: 12;
    width: 100%;

}
.container {
    max-width: 1400px;
    padding: 0px 15px;
    margin:  0 auto;
    
}
.header-flex {
    display: flex;
	padding-top: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}
.header-logo {
    max-width: 150px;

    border-radius: 20px;
 
}
.header-logo img{
    width: 100%;
}
.header-menu {
    display: flex;
    gap: calc(10px + 10 * (100vw / 1400));
}
.menu-list {
    list-style: none;
}
.menu-list a {
    text-decoration: none;
    color: #010049;
    font-size: 16px;
	text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.header-btn-block {
    display: flex;
    gap: 10px;
    flex-direction: column;
    
}
.header-btn-block a{
    color: #010049;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	display: flex;
	align-items: center;
	gap: 5px;
}
.header-btn-block a img{
	transition: all 0.3s ease 0s;
}
.header-btn-block a:hover img{
	transform: translatex(-10px);
}
.drop1{
	position: relative;
	display:flex;
	align-items: center;
	gap: 5px;
}
.drop1:hover .drop-down{
  opacity: 1;
   visibility: visible;
}
.drop1:hover .drop-down1{
    opacity: 1;
     visibility: visible;
  }
.drop-down{
position: absolute;
	opacity: 0;
	transition: all 0.3s linear 0.2s;
	visibility: hidden;
    top: 27px;
    left: -5px;
    content: "";
    width: 225px;
    z-index: 11;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ffffff;
    border-radius: 10px;
}
.drop-down1{
    position: absolute;
        opacity: 0;
        transition: all 0.3s linear 0.2s;
        visibility: hidden;
        top: 27px;
        left: -5px;
        content: "";
        width: 250px;
        height: 522px;
        z-index: 11;
        background-color: #fff;
        overflow: hidden;
        border: 1px solid #ffffff;
        border-radius: 10px;
    }
.drop-flex {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.wpcf7-submit{
	margin: 0 auto;
}
.list-drop{
	padding: 7px 10px 7px 10px;
    line-height: 19px;
	transition: all 0.3s ease 0s;
}
.list-drop a::before{
	display:none;
}
.list-drop a{
	color:#000;
    font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
.list-drop:hover{
	background-color: #050c3f;
	color: #fff !important;
}
.list-drop:hover a{
	color: #fff !important;
}



.main-btn1 {
    background-color: #d24a43;
    color: #fff;
    padding: 10px 30px;
    transition: all 0.4s ease 0s;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
}
.main-btn1:hover{
    background-color: #fff;
    color: #d24a43;
    scale: 1.05;
}
.main-btn3{
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 10px 30px;
    transition: all 0.4s ease 0s;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
	color: #585858;
	margin-bottom: 15px;
}
.main-btn3:hover{
	background-color: #010049; 
	color: #fff;
}
.burger{
    width: 20px;
    height: 2px;
    background-color: #010049;
    position: relative;
    transition: all 0.3s ease 0s;
    display: none;
}
.burger::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #010049;
    top: 10px;
    left: -10px;
    transition: all 0.4s ease 0s;
}
.burger::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #010049;
    top: -10px;
    left: -10px;
    transition: all 0.4s ease 0s;
}
.burger.active{
    background-color: #b3b3b3;
}
.burger.active::before{
    transform: translate(0px, -10px) rotate(-45deg);

}
.burger.active::after{
    transform: translate(0px, 10px) rotate(45deg);
  
}
.mobile-menu {
    position: absolute;
    z-index: 3;
    width: 100%;
    transform: translate(0px, -150%);
    transition: all 0.5s ease 0s;
    background-image: url(/wp-content/uploads/2024/01/100.png);
    padding: 20px;
}
.mobile-menu.active{
    transform: translate(0px, 0%);
    
}
.mobile-menu-list {
    display: flex;
    flex-direction: column;
}
.mobile-link {
    padding: 15px 0px;
    list-style: none;
}
.mobile-link a{
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}


.main-block1 {
    background-image:  url('/wp-content/uploads/2024/01/лифтовая-компания-баннер_1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    position: relative;
}

.block1-text{
	max-width:455px;
	padding-top: 60px;
	padding-bottom: 270px;

	margin-left: calc(5px + 25 * (100vw / 1400));
}
.block1-title{
	color: #000;
margin-bottom: 30px;
font-family: Inter;
	text-transform: uppercase;
	font-size: calc(26px + 22 * (100vw / 1400));
font-style: normal;
font-weight: 600;
line-height: normal;
}
.block1-subtitle{
	color: rgba(0, 0, 0, 0.60);

font-family: Inter;

	font-size: calc(16px + 8 * (100vw / 1400));
font-style: normal;
font-weight: 600;
line-height: normal;
}
.form-zayavka {
    margin: 40px 0px;
    background-color: #ffffffd7;
    padding: 40px 20px 10px 20px;
}
.title-zayavki {
    font-size: calc(16px + 10 * (100vw / 1400));
    font-family: 'PFDinTextCondPro';
    font-weight: 400;
    color: #3e3838;
    text-align: center;
}
.form-zay{
    display: flex;
    justify-content: center;
    margin: 40px auto;
    gap: 20px;
}
.main-btn1 {
}


.main-block2 {
    margin: 100px 0px;
}

.title-block2 {
    text-align: center;
    
}
.title-before{
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.title-before::before{
    position: absolute;
    content: "";
    bottom: -20px;
    left: 46%;
    width: 10%;
    height: 5px;
    background-color: #d24a43;
    transition: all 0.5s ease 0s;
}
.title-before:hover::before{
    width: 100%;
    left: 0%;
}
.block2-usl {
    margin-top: 50px;
}
.uls-flex1 {
    display: flex;
    gap: 2px;
    min-height: 602px;
}
.left-flex1 {
    display: flex;
    flex: 0 1 40%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.block1-title h1{
	color: #fff !important;
}
.block2-subtitle h3{
	color: #fff !important;
}
.title-usl {
    text-align: left;
    font-size: calc(16px + 10 * (100vw / 1400));
    line-height: 28px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.main-btn2 {
    display: block;
    width: 190px;
    padding: 12px;
    margin-top: 20px;
    border: 2px solid #fff;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    background-color: #f0f8ff00;
    color: #fff;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.main-btn2:hover{
    border: 2px solid #d24a43;
    background-color: #d24a43;
}
.rigth-flex1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex: 0 1 60%;
    
}
.flex1-top {
    display: flex;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
}
.flex1-bottom {
    margin-top: 2px;
    display: flex;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
}
.uls-polniy {
    margin-top: 2px;
    margin-bottom: 2px;
    display: flex;
    max-height: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.bottom-translte {
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 20px;
    position: relative;
    z-index: 2;
}
.bottom-translte::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    left: -20px;
    bottom: -20px;
    border-radius: 0px 150px 0px 0px;
    background: #3f3f3f;
    z-index: -1;
    box-shadow: 35px 0px 78px 77px #3F3F3F;
}


.main-block3{
    overflow: hidden;
    margin: 100px 0px;
    text-align: center;
}

.scroll-container {
    width: 100%;
    
    margin-top: 60px;
}
.image-wrapper {
    display: flex;
    gap: 50px;
    animation: scrollAnimation 15s linear infinite;
    transition: transform 0.5s ease; /* Добавляем анимацию для плавного перехода */
}
.image-wrapper img {
    filter: grayscale(100%);
    transition: all 0.4s ease 0s;
    object-fit: contain;
    max-width: 100px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
}
.image-wrapper img:hover{
    filter: grayscale(0%);
}
@keyframes scrollAnimation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
}

.main-block4{
	padding-top: calc(20px + 30 * (100vw / 1400));

	margin-bottom: calc(30px + 70 * (100vw / 1400));
    text-align: center;
}

.main-block4 {
}
.container {
}
.title-before {
}
.block-advantages {
    margin-top: 70px;
    display: flex;
    gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.advantages-item {
    flex: 0 1 23%;
}
.advantages-text {
	font-family: Inter;
	line-height: 19px;
}


footer{
    background-image: url(/wp-content/uploads/2024/01/why.png);
    padding: 50px 0px 0px 0px;
	overflow: hidden;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    max-width: 150px;
}
.logo img{
    width: 100%;
}
.adress {
    font-size: calc(16px + 2 * (100vw / 1400));
    line-height: 20px;
    color: #fff;
	
    font-family: 'Open Sans', sans-serif;
}
.adress{
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.adress a{
	font-size: 13px;
	text-decoration: underline;
	color: #010049;
}
.tel a{
    text-decoration: none;
    font-size: calc(16px + 2 * (100vw / 1400));
    line-height: 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.mail a{
    text-decoration: none;
    font-size: calc(16px + 2 * (100vw / 1400));
    line-height: 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.mobile-tel{
	display: none;
	gap: 10px;
	font-family: Inter;
	font-size: 20px;
}
.mobile-tel a{
	color:#010049;
}
.main-block1::before{
	position: absolute;
	width:100%;
	height: 100%;
	left: 0px;
	content: "";
	background: rgb(255 255 255 / 20%);
}
@media (max-width:992px) {
    .header-menu{
        display: none;
    }
    .header-btn-block{
        display: none;
    }
    .burger{
        display: block;
    }
    .image-wrapper {
        display: flex;
        gap: 20px;
        animation: scrollAnimation 6s linear infinite;
        transition: transform 0.5s ease; /* Добавляем анимацию для плавного перехода */
     }
	.mobile-tel{
		display: flex;
	}
}
@media (max-width:900px) {
    .form-zay{
        flex-wrap: wrap;
    }
    .input1{
        flex: 0 1 48%;
       height: 40px;
    }
    .block-advantages {
        margin-top: 50px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .advantages-item {
        flex: 0 1 47%;
    }
}
@media (max-width:800px) {
    .uls-flex1{
        flex-wrap: wrap;
    }
    .left-flex1{
        flex: 0 1 100%;
        height: 300px;
        background-position: center;
    }
    .rigth-flex1{
        flex: 0 1 100%;
    }
    .flex1-top{
        height: 300px;
        background-position: center;
    }
    .flex1-bottom{
        height: 300px;
        background-position: center;
    }
    .uls-polniy{
        display: flex;
    }
}
@media (max-width:500px) {
    .form-zay{
        flex-wrap: wrap;
    }
    .input1{
        flex: 0 1 100%;
       height: 40px;
    }
    .bottom-translte::before{
        display: none;
    }
    .advantages-item {
        flex: 0 1 100%;
    }
	.mobile-tel{
		gap: 5px;
		font-size: 16px;
	}
}

.container-form{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}
.calculator__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
	gap: 20px;
}
.calculator__property{
	display: flex;

	cursor: pointer;
	
	font-size: calc(14px + 2 * (100vw / 1400));
    font-family: 'PFDinTextCondPro';
    font-weight: 600;
}

input[type=radio]{
display: none !important; 
}
.wpcf7-list-item.checked{
	background-color: #050c3f;
	color: #fff;
}

.wpcf7-form-control {
    flex-basis: auto;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
	overflow: hidden;
    border-radius: 20px;
    border: 1px solid #494242;
}
.wpcf7-form-control .wpcf7-list-item {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #494242;
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
	margin: 0px !important;
}
.calculator__property {
    flex-basis: 285px;
	padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 20px;
background: #162368;
color: #fff;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right: 20px;
    font-family: "OpenSansBold";
    letter-spacing: unset;
}
.calculator__value {
	width: 100%;
}
.wpcf7-list-item.last{
	border-right: none;
}
.calculator__value_contact p{
flex-basis: auto;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
   
	
}
.calculator__value_contact{
border: none;
}
.calculator__value.calculator__value_contact .wpcf7-form-control-wrap {
    flex-grow: 1;
    margin-right: 13px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50,50,54,0.44);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50,50,54,0.44);
    box-shadow: 0px 0px 10px 0px rgba(50,50,54,0.44);
}
input {
    height: 40px;
    border: none;
    outline: none;
    font-size: 13px;
    padding-left: 18px;
}
.btn-fotm-flex{
	display: flex;
	margin-bottom: 50px;
	gap: 20px;
	justify-content: center;
}
.btn-form1{
	padding: 15px 25px;
	border-radius: 20px;
background-color: #fff;
color: #525252;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	font-size: 12px;
    letter-spacing: 1.2px;
}
.btn-form1.active{
	color: #fff !important;
	background-color: #162368 !important;
    box-shadow: none;
}
#wpcf7-f8-o3,
#wpcf7-f14-o4,
#wpcf7-f8-o2,
#wpcf7-f14-o3,
#wpcf7-f14-o2,
#wpcf7-f8-o1,
#wpcf7-f8-o4,
#wpcf7-f14-o5{
    display: none;
}
#wpcf7-f8-o3.active{
	display: block;
}
#wpcf7-f14-o4.active{
	display: block;
}
#wpcf7-f8-o2.active{
	display: block;
}
#wpcf7-f14-o3.active{
	display: block;
}
#wpcf7-f14-o2.active{
	display: block;
}
#wpcf7-f8-o1.active{
	display: block;
}
#wpcf7-f8-o4.active{
	display: block;
}
#wpcf7-f14-o5.active{
	display: block;
}
.btn-form{
	margin-top: 25px;
	display: flex;
    justify-content: center;
}
.wpcf7-submit{
	    min-width: 200px;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #fff;
	transition: all 0.4s ease 0s;
    border-radius: 20px !important;
background: #162368 !important;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
	line-height: 20px;
	padding-bottom: 27px !important;
	padding-top: 10px !important;
}
.wpcf7-submit:hover{
	  color: #fff !important;
    border-radius: 20px !important;
	box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
background: #081248 !important;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    padding: .75em;
    border-radius: 20px;
}
@media (max-width: 980px){
.calculator__arrow-mobile, .blog__arrow-mobile {
    display: block;
    width: 5px;
    height: 5px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotateZ(-45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transition-duration: .2s;
	}

	.calculator__property {
    flex-basis: auto;
    margin: 0;
    position: relative;
	}
	.calculator__row {
    flex-direction: column;
    margin-bottom: 7px;
    cursor: pointer;
		gap: 0px;
	}
	.wpcf7-form-control {
    flex-direction: column;
    height: initial;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
    border: none;
    display: inline;
	}
	.calculator__value {
    flex-direction: column;
    height: initial;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
    border: none;
    display: inline;
}
	.calculator__property.open + .calculator__value {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
    border: 1px solid #d24a43;
    border-top: none;
	}
	.wpcf7-form-control .wpcf7-list-item {
    height: 30px;
		border-right: none;
	}
}





.detal-oborud {
    background-image: url('/wp-content/uploads/2023/12/sun_city_sochi.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 90px;
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
}
.detal-oborud::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #00000044;
}
.form-zayavka1{
    padding: 40px 40px 10px 40px;
}
.container {
}
.oborud1-flex {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 40px;
    align-items: center;
}
.title-oborud1 {
    flex: 0 1 50%;
}
.title-oborud1 h1{
    color: #fff;
}
.form-zayavka {
    flex: 0 1 50%;
}


.detal-oborud2{
    margin: 50px 0px;
}
.flex-detal2 {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.detal2-item-opis {
    flex: 0 1 16.666%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.detal2-item-opis img{
    max-width: 70px;
    width: 100%;
    margin-bottom: 12px;
}
.title-item-opis {
    font-size: 20px;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.subtitle-item-opis {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #696969;
}


.search{
    margin: 100px 0px;
    text-align: center;
}
.filter__goods-list .filter__goods-item {
    display:none;	
    }
    .filter__goods-list .filter__goods-item:nth-of-type(1),
    .filter__goods-list .filter__goods-item:nth-of-type(2),
    .filter__goods-list .filter__goods-item:nth-of-type(3),
    .filter__goods-list .filter__goods-item:nth-of-type(4),
    .filter__goods-list .filter__goods-item:nth-of-type(5),
    .filter__goods-list .filter__goods-item:nth-of-type(6){
    display:block;	
    }
.block-center{
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.filter__conditions {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 90px;
}
.filter__conditions-item {
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
	gap: 20px;
}
.filter__conditions-name {
   color: #162368;

font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.filter__conditions-select {
	appearance: none;
    background-image: url('/wp-content/uploads/2024/01/Vector-8.png');
    background-position: right 13px center;
    background-repeat: no-repeat;
    height: 40px;
    font-size: 14px;
    letter-spacing: 1.2px;
    outline: none;
    padding: 0 25px 0 10px;
    text-transform: uppercase;
border-radius: 20px;
border: 1px solid #434C7C;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.filter__goods-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.filter__goods-item{
    flex: 0 1 31.333%;
    background-color: #050c3f;
    padding: 15px;
    border-radius: 20px;    
    background: rgba(153, 153, 153, 0.70);
    -webkit-box-shadow: 0px 10px 38px 0px rgba(61,61,60,0.4);
    -moz-box-shadow: 0px 10px 38px 0px rgba(61,61,60,0.4);
    box-shadow: 0px 10px 38px 0px rgba(61,61,60,0.4);

    position: relative;
}
.filter__goods-description {
    display: flex;
    flex-direction: column;
    padding: 20px 0px ;
    color: #fff;
    flex-grow: 1;
}
.hidden-class, .hidden-attr {
    display: none;
}
.filter__goods-header {
    text-transform: uppercase;
    color: #162368;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
    margin-bottom: 15px;

}
.filter__goods-text {
    display: block;

   color: #162368;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: normal;
    flex-grow: 1;
}
.filter__goods-line {
    display: block;
    margin-bottom: 30px;
    width: 100% ;
	margin-top:10px;
    height: 0;
    border-top: 2px solid #fff;
}
.filter__goods-detail {
    width: 100%;
}
.filter__goods-button {
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.2px;
	display:none;
    margin-top: 50px;
    padding: 13px;
    width: 100%;
    max-width: 250px;
    align-self: center;
    position: absolute;
    bottom: 50px;
	background-color: #d24a43;
	transition: all 0.4s ease 0s;
}
.filter__goods-button:hover{
	background-color: #fff;
	color: #d24a43;
	
}
.filter__goods-detail tr {
    display: flex;
    padding: 7px 0;
}
.filter__goods-detail td:first-child {
    margin-right: 15px;
	color: #000;

font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.filter__goods-detail td:last-child {
    color: #000;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.filter__goods-image{
    width: 100%;
    height: 390px;
    object-fit: cover;
}
.portfolio__button-red, .lift__button-red {
    display: block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.2px;
    padding: 16px;
    margin: 40px auto 0;
    min-width: 250px;
    border-radius: 20px;
background: #162368;

box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}
.lift__button-red:hover{
	color: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    background: #081248 !important;
}
.lift__button-red:focus{
	color: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    background: #081248 !important;
}
.button-wrapper{
    
	text-align: center;
}


.portfolio {
    margin: 100px 0px;
}

.porfolio-flex {
    display: flex;
	flex-wrap: wrap;
    margin: 0 auto;
    gap: 25px;
    margin-top: 60px;
}

.portfolio-img {
    height: 352px;
    width: 100%;
    overflow: hidden;
}
.portfolio-img img{
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
    transition: all 0.4s ease 0s;
    max-height: 150%;
}
.portfolio-img:hover img{
    scale: 1.1;
}
.portfolio-text {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 20px;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
}

a.portfolio__button {
    display: block;
    width: max-content;
    padding: 10px 20px;
    margin: 40px auto 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #f24941;
    border: 1px solid #f24941;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
a.portfolio__button:hover{
    background-color: #d24a43;
    box-shadow: 0px 10px 18px 0px rgba(61,61,60,0.4);
    color: #fff;
}


.why {
    padding: 50px 0px;
    background-image: url('/wp-content/uploads/2023/12/list-advantages.png');

}
.container {
}
.text-why {
    width: 60%;
    padding: 10px 20px 10px 70px;
}
.title-why {
    color: #fff;
    font-size: calc(22px + 18 * (100vw / 1400));
    line-height: 38px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-family: "PFDinTextCondPro";
}
.subtitle-why {
    display: block;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: calc(16px + 9 * (100vw / 1400));
    font-family: "PFDinTextCondPro";
    line-height: 1;
    color: #d24a43;
}
.list-why {
}
.item-why {
    display: flex;
    align-items: center;
    font-size: calc(13px + 5 * (100vw / 1400));
    line-height: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}
.list-advantages__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 30px;
    background-image: url('/wp-content/uploads/2023/12/ellipse-white.png');
    background-repeat: no-repeat;
    flex-shrink: 0;
    font-size: 20px;
    color: #d24a43;
}
.link-calculate-cost {
	color: #fff;
    display: block;
    margin: 10px auto 0;
    width: max-content;
    max-width: 100%;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background-color: #2a84e7;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(17,25,85,0.34);
    -moz-box-shadow: 0px 0px 18px 0px rgba(17,25,85,0.34);
    box-shadow: 0px 0px 18px 0px rgba(17,25,85,0.34);
}

.scvoz-form{
	margin: -100px 0px 50px 0px;
	position: relative;
	z-index:2;
}
.form-block2{
	border-radius: 20px;
background: rgba(153, 153, 153, 0.70);
    padding: 20px 75px;
    color: #fff;
}
.title-form-block2{
	color: #fff;
    margin-bottom: calc(15px + 20 * (100vw / 1400));
    font-size: calc(20px + 10 * (100vw / 1400));
    line-height: 32px;
	font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: bold;
}
.subtitle-form-block2{
	display: block;
    font-size: calc(16px + 6 * (100vw / 1400));
    line-height: 1;
	font-family: 'Open Sans', sans-serif;
    text-align: center;
    
	margin-bottom: calc(15px + 25 * (100vw / 1400));
}
#wpcf7-f46-o2 .wpcf7-form {
	padding-top: 20px;
	display: flex;
    align-items: start;
    gap: 20px;
    justify-content: center;
} 
#wpcf7-f46-o2 p {
	display: flex;
    gap: 20px;
} 
#wpcf7-f48-o1 .wpcf7-form {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
    align-items: start;
    gap: 20px;
    
} 
#wpcf7-f48-o1 p {
	display: flex;
	align-items: center;
    gap: 20px;
	max-width: 800px;
}
.info-detal{
	margin: 100px 0px;
}
.info-flex-detal{
	display: flex;
    gap: 20px;
	align-items: center;
}
.flex-detal-left-img{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 490px;
    height: 450px;
    background-image: url('/wp-content/uploads/2023/12/square_lines.png');
    background-size: 99%;
}
.flex-detal-rugth-text{
	flex: 0 1 70%;
}
.title-detal-info{
	font-family: "PFDinTextCondPro";
    font-weight: normal;
     font-size: calc(25px + 15 * (100vw / 1400));
    line-height: 38px;
    color: #3e3838;
	margin-bottom: 20px;
}
.subtitle-detal-info{
	    line-height: 22px;
	    font-size: calc(13px + 5 * (100vw / 1400));
    line-height: 32px;
	font-family: 'Open Sans', sans-serif;
    color: #3e3838;

}
.btn-detal-info{
	
}
@media (max-width: 1300px) {
    .oborud1-flex{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .title-oborud1{
        flex: 0 1 100%;
    }
    .form-zayavka1{
        flex: 0 1 100%;
    }
}
@media (max-width: 1050px) {
    .filter__goods-list {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    .filter__goods-item{
        flex: 0 1 40%;
    }
    .flex-detal2{
        flex-wrap: wrap;
        gap: 20px;
    }
    .filter__conditions{
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .filter__conditions-item{
        flex: 0 1 45%;
    }
    .porfolio-flex{
        flex-wrap: wrap;
        justify-content: center;
    }
    .portfolio-item{
        flex: 0 1 33%;
    }
    .text-why {
        width: 100%;
        padding: 20px 20px 20px 70px;
    }
    .why{
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media (max-width: 992px){
	#wpcf7-f46-o2 .wpcf7-form {
	padding-top: 20px;
	display: flex;
    align-items: center;
	flex-direction: column;
    gap: 20px;
    justify-content: center;
	} 
	#wpcf7-f46-o2 p {
		display: block;
	} 
	#wpcf7-f46-o2 p span input{
		padding: 20px;
	} 
	#wpcf7-f46-o2 p  .wpcf7-submit{
		padding-top: 19px !important;
    padding-bottom: 22px !important;
	}
	#wpcf7-f46-o2 p  .wpcf7-spinner{
		display: none;
	}
	
	
	#wpcf7-f48-o1 .wpcf7-form {
	padding-top: 20px;
	display: flex;
    align-items: center;
	flex-direction: column;
    gap: 20px;
    justify-content: center;
	} 
	#wpcf7-f48-o1 p {
		display: block;
	} 
	#wpcf7-f48-o1 p span input{
		padding: 20px;
	} 
	#wpcf7-f48-o1 p  .wpcf7-submit{
		padding-top: 19px !important;
    padding-bottom: 22px !important;
	}
	#wpcf7-f48-o1 p  .wpcf7-spinner{
		display: none;
	}
	.info-flex-detal{
	display: flex;
		flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	}
	.flex-detal-rugth-text{
	flex: 0 1 100%;
		text-align: center;
	}
}
@media (max-width: 700px){
    .portfolio-item{
        flex: 0 1 48%;
    }
    .text-why {
        width: 100%;
        padding: 20px;
    }
	.main-block1 {
    background-position: right;
	}
}
@media (max-width: 500px) {
    .filter__goods-list {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    .filter__goods-item{
        flex: 0 1 90%;
    }
    .flex-detal2{
        flex-wrap: wrap;
        gap: 20px;
    }
    .portfolio-item{
        flex: 0 1 90%;
    }
    .filter__conditions{
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .filter__conditions-item{
        flex: 0 1 100%;
    }
	.form-block2 {
  
    padding: 20px 10px;
    color: #fff;
	}
	.detal2-item-opis {
    flex: 0 1 47%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
	}
}
.portfolio__block {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.portfolio__item {
    flex: 0 1 23%;
    margin-bottom: 5px;
    background-image:url('/wp-content/uploads/2024/01/bg-porfolio.png') ;
    -webkit-box-shadow: 0px 10px 38px 0px rgba(61,61,60,0.4);
    -moz-box-shadow: 0px 10px 38px 0px rgba(61,61,60,0.4);
    box-shadow: 0px 10px 38px 0px rgba(61,61,60,0.2);
	border-radius: 10px;
	overflow: hidden;
}
.portfolio__item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.portfolio__image-block {
    height: 352px;
    width: 100%;
    overflow: hidden;
	position: relative;
}
.portfolio__image {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
    max-height: 150%;
}
.portfolio__title {
    padding: 20px 10px;
    text-align: center;
    color: #000;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.portfolio_page .portfolio__item {
display:none;
}
.filter__conditions-reset{
	border-radius: 20px;
background: #162368;
	transition: all 0.3s ease 0s;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.portfolio_page .portfolio__item:nth-of-type(1),
.portfolio_page .portfolio__item:nth-of-type(2),
.portfolio_page .portfolio__item:nth-of-type(3),
.portfolio_page .portfolio__item:nth-of-type(4),
.portfolio_page .portfolio__item:nth-of-type(5),
.portfolio_page .portfolio__item:nth-of-type(6),
.portfolio_page .portfolio__item:nth-of-type(7),
.portfolio_page .portfolio__item:nth-of-type(8),
.portfolio_page .portfolio__item:nth-of-type(9),
.portfolio_page .portfolio__item:nth-of-type(10),
.portfolio_page .portfolio__item:nth-of-type(11),
.portfolio_page .portfolio__item:nth-of-type(12){
display:block;
}
@media (max-width: 1000px){
	.portfolio__item {
		flex: 0 1 31%;
	}
}
@media (max-width: 700px){
	.portfolio__item {
		flex: 0 1 46%;
	}
}
@media (max-width: 450px){
	.portfolio__item {
		flex: 0 1 100%;
	}
	#wpcf7-f48-o1 .chekbox1 {
		justify-content: center;
	}
}
#wpcf7-f48-o1 .chekbox1 {
    display: flex;
    align-items: center;
    gap: 5px;
	color:#000;
	margin-top: -20px;
	flex-wrap: wrap;
    max-width: 800px;
}
.chekbox1 .wpcf7-form-control-wrap{
	max-width: 20px;
}
.chekbox1 .wpcf7-form-control-wrap .wpcf7-form-control {
    height: 40px;
    border: 0px solid #494242;
}
.chekbox1 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    border-right: 0px solid #494242;
}
.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 1em;
}
.new-title{
	display: flex;
	gap:20px;
	align-items:center;
}
.new-line{
	flex: 0 1 70%;
	background-color:#727272;
	height: 2px;
	width: 100%;
}
.new-block-usl::before{
	position: absolute;
	content: "";
	width: 100%;
	top: -40px;
	background: url('/wp-content/uploads/2023/12/newplaska.png'), lightgray 0px -825.758px / 100% 808.806% no-repeat;
	height: 100%;
	z-index: -1;
	max-height: 213px;
	border-radius: 20px;
}
.new-block-usl::after{
	position: absolute;
	content: "";
	width: 100%;
	bottom: -40px;
	background: url('/wp-content/uploads/2023/12/newplaska.png'), lightgray 0px -825.758px / 100% 808.806% no-repeat;
	height: 100%;
	z-index: -1;
	max-height: 213px;
	border-radius: 20px;
}
.new-block-usl{
	position: relative;
	display: grid;
	margin-top: 150px;
	grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;

  grid-auto-flow: row;
}
.btn-margin{
	margin-top:40px;	
}
.mani-btnnew {
    min-width: 200px;
    color: #FFF;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
    transition: all 0.4s ease 0s;
    border-radius: 20px !important;
    background: #162368 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
	
    padding: 12px 35px;
}
.mani-btnnew:hover{
	color: #fff !important;
	background: #081248 !important;
}
.item2-img{
	grid-row: span 2;
	    display: flex;
    justify-content: center;
}
.item1-tb{
	    display: flex;
    flex-direction: column;
    margin-left: 100px;
}
.item4-tb{
	    display: flex;
    flex-direction: column;
    margin-left: 100px;
	justify-content: end;
}
.item3-img{
	grid-row: span 2;
	    display: flex;
    justify-content: center;
}
.name-usl{
	color: #000;

font-family: Inter;
	 font-size: calc(18px + 12 * (100vw / 1400));
font-style: normal;
font-weight: 600;
line-height: normal;
}
.flex-new-patrn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
	margin-top: 50px;
}
.img-part{
	flex:0 1 23%;
}
.img-part img{
	filter: grayscale(1);
	transition: all 0.3s ease 0s;
}
.img-part img:hover{
	filter: grayscale(0);
	object-fit: contain;
}
.text-new-form{
	color: #000;
	font-family: Inter;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}
.text-new-form span{
	font-size: 24px;
}
#wpcf7-f48-o2 .wpcf7-form{
	display: flex;
	
	flex-wrap: wrap;
}
#wpcf7-f48-o2 .wpcf7-form p{
	display: flex;
	gap: 10px;
}
#wpcf7-f48-o2 .wpcf7-form p .wpcf7-form-control-wrap{
	max-width: 250px;
}
.chekbox1{
	align-items: center;
}
.chekbox1 span{
	max-width: 20px !important;
}
#wpcf7-f48-o2 .wpcf7-form p .wpcf7-submit{
	margin-left: 40px;
}
.calculator__value p .wpcf7-form-control-wrap{
	border-radius: 20px;
}
.sw4{
	max-width: 90%;
	overflow: visible;
	margin-top: 75px;
	position: relative;
}
.sw4::before{
	max-height:100%;
	height: 100%;
	max-width: 500px;
	width: 100%;
	position: absolute;
	content: "";
	left:-42%;
	top: 0px;
	background: #fff;
	z-index: 2;
}
.sw4::after{
	max-height:100%;
	height: 100%;
	max-width: 500px;
	width: 100%;
	position: absolute;
	content: "";
	right:-42%;
	top: 0px;
	background: #fff;
	z-index: 2;
}
.swiper-slide{
	border-radius: 20px;
	overflow: hidden;
}
.block-slider{
	display: flex;
	flex: 0 1 30%;
	border-radius: 20px;
	flex-direction: column;
	background: url('/wp-content/uploads/2023/12/слайдерлифты.png'), lightgray 0px -1903.143px / 100% 808.806% no-repeat;
}
.block-slider img {
	margin: 10px;
	border-radius:10px;
}
.text-slider1{
	color: #162368;
	padding-bottom: 15px;
text-align: center;
font-family: Inter;
	font-size: calc(16px + 14 * (100vw / 1400));
font-style: normal;
font-weight: 700;
line-height: normal;
}
.text-slider{
	padding: 10px 20px 20px 10px;
	color: #525252;
	flex: 0 1 31%;
	border-radius: 20px;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -7%;
    right: auto;
	width: 73px;
	height: 73px;
	border: 1px solid #162368;
	border-radius: 100%;
	color: #162368;
	transition: all 0.5s ease 0s;
}

.swiper-button-prev:hover{
	border: 1px solid #000;
	border-radius: 40%;
	color: #000;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -7%;
    left: auto;
	width: 73px;
	height: 73px;
	border: 1px solid #162368;
	border-radius: 100%;
	color: #162368;
	transition: all 0.5s ease 0s;
}
.swiper-button-next:hover{
	border: 1px solid #000;
	border-radius: 40%;
	color: #000;
}
.flex-news-block{
	display: flex;
	gap: 20px;
	align-items: center;
	position: relative;
	margin-top: 75px;
}
.flex-news-block::before{
	position: absolute;
	content:"";
	width: 100%;
	max-height: 260px;
	height: 100%;
	background: rgba(153, 153, 153, 0.70);
	top: 15%;
	z-index: -1;
	border-radius: 20px;
}
.news-bl-left{
	flex: 0 1 40%;
}
.news-bl-rigth{
	flex: 0 1 60%;
	margin-right: 20px;
}
.news-bl-rigth img{
	width: 100%;
}
.news-title1{
	max-width: 450px;
	color: #525252;
	margin-left: 20px;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.news-title1 p{
	margin-bottom: 30px;
	font-weight: 400;
}
@media (max-width: 1400px){
	#wpcf7-f48-o2 .wpcf7-form p .wpcf7-form-control-wrap {
    max-width: 200px;
	}
	.wpcf7-spinner{
		display: none;
	}
}
@media (max-width: 1200px){
	.sw4{
		width: 70%;
	}
	.sw4::before{
	
   left: calc(-518px - 20 * (100vw / 1400));
	}
	.sw4::after{
	right:calc(-518px - 20 * (100vw / 1400));
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -17%;
	width: 53px;
	height: 53px;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-prev {
    left: -17%;
	width: 53px;
	height: 53px;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
	}
}
@media (max-width: 1100px){
	.news-bl-left {
    flex: 0 1 50%;
	}
	.news-bl-rigth {
    flex: 0 1 50%;
	}
	.flex-news-block::before {
    max-height: 190px;
    height: 100%;
	}
	.mani-btnnew {
    font-size: 15px;
    padding: 8px 30px;
	}
	.item1-tb {
    margin-left: 30px;
	}
	#wpcf7-f48-o2 .wpcf7-form p .wpcf7-submit {
    margin-left: 10px;
}
}
.img-part img{
		object-fit: contain;
	}
@media (max-width:900px){

	.img-part {
    flex: 0 1 22%;
    display: flex;
    justify-content: center;
	}
	.new-block-usl {
    position: relative;
    display: flex;
    margin-top: 50px;
    gap: 20px;
    flex-wrap: wrap;
	}
	.item1-tb {
    margin-left: 30px;
    flex: 0 1 41%;
    justify-content: center;
	}
	.item2-img {
    display: flex;
    flex: 0 1 50%;
    justify-content: center;
	}
	.item3-img {
    display: flex;
    flex: 0 1 50%;
	}
	.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
	}
	.wpcf7-submit {
    min-width: 200px;
    padding-bottom: 19px !important;
    padding-top: 19px !important;
}
	.item4-tb {
    display: flex;
    flex: 0 1 45%;
    flex-direction: column;
    align-items: end;
    margin-left: 0px; 
    justify-content: center;
	}
	.new-block-usl::before {
    top: 26px;
    max-height: 143px;
	}
	.new-block-usl::after {
    bottom: 73px;
    max-height: 143px;

	}
	.btn-margin {
    margin-top: 20px;
	}
	.flex-new-patrn {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 50px;
    justify-content: center;
	}
}
@media (max-width:800px){
		.new-block-usl::after {
    bottom: 53px;
    max-height: 143px;
	}
}
@media (max-width:700px){
		.new-block-usl::after {
    bottom: 43px;
    max-height: 143px;
	}
}
@media (max-width:600px){
	.img-part{
	flex:0 1 31%;
	}
	.text-new-form {
    color: #000;
		text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
	}
	.text-new-form span {
    font-size: 16px;
	}
	#wpcf7-f48-o2 .wpcf7-form p .wpcf7-form-control-wrap {
    max-width: 100%;
	}
	#wpcf7-f48-o2 .wpcf7-form p {
    display: flex;
    justify-content: center;
    flex: 0 1 100%;
    flex-direction: column;
    gap: 0px;
}
	#wpcf7-f48-o2 .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	.flex-new-patrn {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px;
    justify-content: center;
	}
	.scvoz-form {
   margin: -200px 0px 25px 0px;
    position: relative;
    z-index: 10;
	}
	.item3-img {
    display: flex;
    flex: 0 1 100%;
	}
	.item2-img {
    display: flex;
    flex: 0 1 100%;
    justify-content: center;
	}
	.item4-tb {
    display: flex;
    flex: 0 1 100%;
    gap: 10px;
    padding: 0px 10px;
    flex-direction: row;
    align-items: center;
    margin-left: 0px;
    justify-content: center;
	}
	.name-usl {
    font-size: calc(16px + 12 * (100vw / 1400));
    margin-top: 20px;
	}
	.item1-tb {
    margin-left: 10px;
		margin-right: 10px;
    align-items: center;
    gap: 10px;
		flex-direction: row;
    justify-content: center;
    flex: 0 1 100%;
    justify-content: center;
	}
	.new-block-usl {
    gap: 15px;
	}
	.new-block-usl::before {
    top: 1px;
    max-height: 143px;
	}
	.new-block-usl::after {
    bottom: -16px;
    max-height: 143px;
}
}
@media (max-width:450px){
	.img-part{
	flex:0 1 40%;
	}
	.flex-new-patrn {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px;
    justify-content: center;
	}
}
.main-blockdetal{
	background-image: url(/wp-content/uploads/2024/01/elevators_xl-2015-1.png);
	background-size: cover;
	background-position: center;
	overflow: hidden;
	background-repeat: no-repeat;
}
.block2-text{
	padding: 200px 0px 140px 0px;
	display: flex;
    flex-direction: column;
    max-width: 670px;
	position:relative;
}
.block2-text::before{
	position: absolute;
	content:"";
	left:-1500px;
	top:25%;
	border-radius: 20px;
background: rgba(255, 255, 255, 0.70);
	width: 150%;
	height:57%;
	transition: all 1s ease-in 0.3s;
}
.block2-title{
	color: #000;
position:relative;
	z-index: 1;
font-family: Inter;
font-size: calc(20px + 20 * (100vw / 1400));
font-style: normal;
font-weight: 600;
line-height: normal;
}
.block2-subtitle{
	color: rgba(0, 0, 0, 0.60);
	margin-top:20px;
font-family: Inter;
font-size: calc(14px + 6 * (100vw / 1400));
font-style: normal;
font-weight: 400;
	position:relative;
	z-index: 1;
line-height: normal;
	display: flex;
	gap: 10px;
}
.bg-form{
	background: rgba(153, 153, 153, 0.0);
}
@media (max-width:1200px){
	h2{
		flex:0 1 auto;
	}
}
@media (max-width:700px){
	.block2-text::before{
	left:-50px;
	top:25%;
	}
	.block-slider {
    flex: 0 1 48%;
	}
	.porfolio-flex {
    gap: 10px;
    margin-top: 30px;
	}
	.portfolio__button-red, .lift__button-red {
    margin: 0px auto 0;
	}
	.main-block2 {
    margin: 40px 0px;
	}
	.calculator__value_contact p {
    flex-basis: auto;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
}
.calculator__property.open{
	border-radius: 20px 20px 0px 0px;
}
.calculator__property.open + .calculator__value {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
    border: 1px solid #162368;
    border-top: none;
	overflow: visible;
}
.portfolio-flex {
	display: flex;
	gap: 30px;
	margin-top: calc(20px + 30 * (100vw / 1400));
}
.porfolio-item{
	border-radius: 20px;
	flex: 0 1 33%;
	padding:10px;
	background-image: url(/wp-content/uploads/2024/01/bg-porfolio.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.porfolio-item a img{
	width: 100%;
	object-fit: cover;
}
.text-portfolio{
	color: #525252;
	padding: 20px 10px;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.btn-all{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.btn-portfolio{
	color: #162368;
	font-family: Inter;
	font-size: calc(14px + 6 * (100vw / 1400));
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 10px 20px;
	border: 1px solid #fff;
	transition: all 0.3s ease 0s;
	border-radius: 20px;
}
.btn-portfolio:hover{
	border: 1px solid #434C7C;

background: #FFF;

box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.why{
	background-image: url(/wp-content/uploads/2024/01/why.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.title-why{
	color: #000;
	margin-bottom: 0px;
font-family: 'PFDinTextCondPro';
font-size: calc(20px + 14 * (100vw / 1400));
font-style: normal;
font-weight: 600;
line-height: normal;
}
.line-why{
	width: 100%;
	background-color: #727272;
	height:2px;
}
.flex-block-why{
	display: flex;
	align-items: center;
	gap: 10px;
}
.left-why{
	flex: 0 1 50%;
	padding-left:10px;
}
.left-why-subtitle{
	color: #162368;
	margin-bottom: 20px;
font-family: Inter;
font-size: calc(16px + 4 * (100vw / 1400));
font-style: normal;
font-weight: 400;
line-height: normal;
}
.left-list{
	color: #525252;

font-family: Inter;
font-size: calc(14px + 6 * (100vw / 1400));
font-style: normal;
font-weight: 400;
line-height: normal;
}
.rigth-why{
	flex: 0 1 50%;
}
@media (max-width:992px){
	.flex-news-block::before {
    width: 100%;
    max-height: 260px;
    top: 0%;
	}
}
@media (max-width:700px){
	.flex-block-why {
    gap: 10px;
    justify-content: center;
		flex-wrap: wrap;
	}
	.left-why {
    flex: 0 1 100%;
    padding-left: 10px;
	}
	.rigth-why {
    flex: 0 1 80%;
	}
	.why {
    padding: 20px 0px;
	}
	.sw4::after {
    	right: calc(-453px - 20 * (100vw / 1400));
	}
	.sw4::before {
    left: calc(-478px - 20 * (100vw / 1400));
	}
	.news-title1 {
     max-width: 100%;
    margin-left: 0px; 
	}
	.news-bl-left {
    flex: 0 1 100%;
	text-align: center;
	}
	.flex-news-block {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
	}
	.news-bl-rigth {
    flex: 0 1 70%;
		margin-right: 0px;
	}
	.flex-news-block::before {
    width: 0%;
	}
}
@media (max-width:600px){
	.portfolio-flex {
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	}
	.porfolio-item{
	flex: 0 1 48%;
	}
	.sw4::before {
    left: calc(-410px - 1 * (100vw / 1400));
	}
	.sw4::after {
    right: calc(-412px - 1 * (100vw / 1400));
	}
	.sw4{
		margin-top: 20px;
	}
}
@media (max-width:500px){
	.sw4::after {
    right: calc(-332px - 1 * (100vw / 1400));
	}
	.sw4::before {
    left: calc(-340px - 1 * (100vw / 1400));
	}
}
@media (max-width:450px){
	.portfolio-flex {
	flex-wrap: wrap;
	gap: 10px;
	}
	.porfolio-item{
	flex: 0 1 80%;
	}
	.new-line {
    display: none;
	}
	.sw4::before {
    left: calc(-310px - 1 * (100vw / 1400));
	}
	.sw4::after {
    right: calc(-290px - 1 * (100vw / 1400));
	}
	.news-bl-rigth {
    flex: 0 1 85%;
	}
}
.block-tarif{

	margin-top: calc(20px + 25 * (100vw / 1400));
}
.new-title{
	    font-size: calc(18px + 18 * (100vw / 1400));
    font-family: 'PFDinTextCondPro';
    font-weight: 400;
    color: #3e3838;

    text-align: left;
}
.title-tarif{
	color: #000;

	margin-bottom: calc(10px + 10 * (100vw / 1400));
font-family: Inter;
font-size: calc(16px + 16 * (100vw / 1400));
font-style: normal;
font-weight: 600;
line-height: normal;
}
.opis-tarif{
	padding-left: 20px;
	color: rgba(0, 0, 0, 0.70);
	margin-top: calc(10px + 10 * (100vw / 1400));
font-family: Inter;
font-size: calc(14px + 8 * (100vw / 1400));
font-style: normal;
font-weight: 400;
line-height: normal;
}
.usl-scvoz{
	padding: 50px 0px;
}
.paragraf{
	color: #525252;
	margin-top: 15px;
font-family: Inter;
font-size: calc(14px + 6 * (100vw / 1400));
font-style: normal;
font-weight: 400;
line-height: normal;
}
.padding-p{
	padding-bottom: 30px;
}
.btn-usl{
	border-radius: 20px;
background-color: #162368;

box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	padding: 19px 70px;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
	transition: all 0.4s ease 0s;
}
.btn-usl:hover{
	background-color: #fff;
	color:  #162368;
}

.block-bad{
	margin: 75px 0px;
}
.flex-block{
	margin-top: 50px;
}
.rigth-grid-img {
    flex: 0 1 50%;
    display: flex;
    padding: 10px;
    justify-content: end;
    margin-bottom: -125px;
    transform: translate(0px, -125px);
}
.left-flex-img{
	flex: 0 1 50%;
    padding: 10px;
    margin-top: -125px;
    transform: translate(0px, 125px);
}
.rigth-grid-text{
	flex: 0 1 50%;
	padding: 20px;
}
.left-grid-text{
	display: flex;
	
	color: #162368;
font-family: Inter;
font-size: calc(14px + 6 * (100vw / 1400));
font-style: normal;
font-weight: 300;
line-height: normal;
	border-radius: 20px;
	background: rgba(153, 153, 153, 0.70);
	margin-bottom: 160px;
}
.left-grid-text1{
	display: flex;
	
	color: #162368;
font-family: Inter;
font-size: calc(14px + 6 * (100vw / 1400));
font-style: normal;
font-weight: 300;
line-height: normal;
	border-radius: 20px;
	background: rgba(153, 153, 153, 0.70);

}
.rigth-grid-text a{
	color: #162368;
	text-decoration: underline;
}
.rigth-grid-text a{
	color: #162368;
	text-decoration: underline;
}
@media (max-width:1110px){
	.rigth-grid-img {
    margin-bottom: 0px;
    transform: translate(0px, 0px);
	}
	.left-flex-img{
    margin-top: 0px;
    transform: translate(0px, 0px);
	}
	.left-grid-text{
	margin-bottom: 40px;
	}
}
@media (max-width:700px){
	.left-grid-text{
		flex-direction: column;
	}
	.left-grid-text1{
		flex-direction: column-reverse;
	}
}
.drop3,
.drop4{
	text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.drop-down4,
.drop-down2{
	display: none;
}
.drop-down4._active{
	display: block;
}
.drop-down2._active{
	display: block;
}
.block1-subtitle1{
	font-size: calc(14px + 6 * (100vw / 1400));
}
.block-about-text{
	font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #000;
	margin-top: 50px;
}
.block-flex-mask{
	display: flex;
	align-items: center;
}
.about-flex{
	flex: 0 1 50%;
	padding: 50px 0px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.mask-block{
	flex: 0 1 50%;
	display: flex;
    justify-content: center;
}
.mask-overlay{
	border-radius: 20px 100px 20px 300px;
	overflow: hidden;
	display: inline-block;
	transition: all 0.5s ease 0s;
}
.mask-overlay:hover{
	border-radius: 0px 0px 0px 0px;
}
.mask-overlay img{
	transition: all 0.4s ease 0s;
}
.mask-overlay:hover img{
	scale: 1.1;
}
.before-el{
	color: #000;
	position:relative;
font-family: Inter;
	font-size: calc(14px + 6 * (100vw / 1400));
	text-transform: uppercase;
font-style: normal;
font-weight: 400;
}
.before-el::before{
	position: absolute;
	content:"";
	width: 40px;
	height: 40px;
	background-image: url('/wp-content/uploads/2024/01/Frame-1.png');
	
	left: -25px;
	top: -13px;
	z-index: -1;
}
.bg-block-info{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url('/wp-content/uploads/2024/01/13.jpg'), lightgray 50% / cover no-repeat;
	background-position: center;
    background-size: 100%;
	margin-bottom: 30px;
}
.flex-block2{
	display: flex;
	align-items: center;
	gap: 20px;
}
.img-info{
	flex: 0 1 40%;
	padding: 60px;
}
.img-info img{
	border-radius: 40px 20px 150px 20px;
}
.text-info4{
	flex: 0 1 60%;
	color: #FFF;

font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.myswiper{
	margin: 40px 0px;
}
.s1{
	min-height: 200px;
}
.sw1{
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #000;
	padding: 15px;
    height: 150px;
    display: flex;
    background-image: url('/wp-content/uploads/2024/01/why.png');
}
.swiper-pagination-bullet{
	width: 20px !important;
	height: 20px !important;
	border: 2px solid #162368 !important;
	opacity: 0.5 !important;
	background: rgba(255, 255, 255, 0.00);
}
.swiper-pagination-bullet-active{
	background: url('/wp-content/uploads/2024/01/image-17.png') !important;
	border-radius: 0px;
	border: none !important;
	opacity: 1 !important;
}
@media (max-width: 750px){
.filter__conditions-item {
    flex: 0 1 75%;
}
}
.hit{
	margin: 50px 0px;
}
.block-none p{
	margin-top: 15px;
	color: #000;
font-family: Inter;
font-size: calc(14px + 6 * (100vw / 1400));
font-style: normal;
font-weight: 400;
}
.list-fal{
	margin-left: 10px;
	color: #525252;
	margin-top: 15px;
font-family: Inter;
font-size: calc(14px + 6 * (100vw / 1400));
font-style: normal;
font-weight: 500;
}
.btn-fall{
	margin: 40px 0px;
	border-radius: 20px;
background: #162368;
font-family: Inter;
font-size: calc(14px + 6 * (100vw / 1400));
font-style: normal;
font-weight: 500;
	transition: all 0.4s ease 0s;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.block-none ul{
	transform: translate(0px, 100px);
	opacity: 0;
	scale:0.5;
	transition: all 0.4s ease 1s;
}
.block-none.active ul{
	opacity: 1;
	scale:1;
	transform: translate(0px, 0px);
}
.footer-bottom{
	display: flex;
	flex-direction: column;
}
.flex-menu{
	width: 100%;
}
.flex-menu ul{
	display: flex;
	justify-content: space-between; 
	margin: 30px 0px;
}
.list-top-menu{
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
		color:  #010049;
	list-style: none;
}
.list-top-menu a{
	font-family: Inter;
	font-size: 18px;
	color:  #010049;
	font-style: normal;
	font-weight: 700;
	cursor: pointer;
	line-height: normal;
		transition: all 0.3s ease 0s;
}
.flex-bottom-menu{
	display: flex;
	gap: 30px;
	width: 100%;
}
.bottom-menu-list{
	list-style: none;
	margin-top: 10px;
}
.bottom-menu-list a{
	color:  #010049;
	cursor:; position
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
	transition: all 0.3s ease 0s;
}
.list-top-menu a:hover{
	color:#000;
}
.bottom-menu-list a:hover{
	color:#000;
}
.footer-bottom1{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lg1{
	border-radius: 20px;
	padding-bottom: 20px;
}
.adress{
	color: #010049;
	font-family: Inter;
	font-size: calc(14px + 6 * (100vw / 1400));
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.mail a{
	display: flex;
	align-items:center;
	color: #010049;
	font-family: Inter;
	font-size: calc(14px + 6 * (100vw / 1400));
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.tel a{
	display: flex;
	align-items:center;
	color: #010049;
	font-family: Inter;
	font-size: calc(20px + 12 * (100vw / 1400));
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.filter{
	margin-top: 50px;
}
@media (max-width:1100px){
	.footer-bottom {
    display: none;
	}
	.footer-bottom1{
	margin-top: 0px;
		padding-bottom: 30px;
		gap: 15px;
	flex-direction: column;
	}
	.lg1 {
    border-radius: 20px;

    padding-bottom: 0px;
    transform: translate(0px, 0px);
	}
}
@media (max-width:992px){
	.about-flex {
    flex: 0 1 50%;
    padding: 30px 0px 30px 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
	}
	.block-flex-mask {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
	}
	.s1 {
    min-height: 250px;
	}
	.img-info{
		display: none;
	}
	.sw1 {
    height: 200px;
	}
	.text-info4 {
    flex: 0 1 100%;
    padding: 15px;
    font-size: calc(14px + 3 * (100vw / 1400));
	}
	header{
		position: sticky;
		top: 0px;
	}
	.header-flex {
    padding-bottom: 10px;
    z-index: 10;
	}
	.header-logo {
    max-width: 120px;
    border-radius: 20px;
   
    transform: translateY(0px);
 
	}
}
@media (max-width:592px){
	.bg-block-info {
    background-size: cover;
	}
	
	.header-logo {
    max-width: 100px;
    transform: translateY(0px);
	}
	.s1 {
    min-height: 300px;
	}

	.sw1 {
    height: 250px;
	}
}
.portfolio__block{
	padding-bottom: 30px;
}
.pum-overlay {
	background-color: #000000a1;
}
#popmake-193{
	padding: 20px;
    text-align: center;
	    margin-left: -19%;
    width: 40%;
    top: 20% !important;
	border-radius: 20px;
    background-image: url('/wp-content/uploads/2024/01/100.png');
}
.pum-container, .pum-content, .pum-content+.pum-close, .pum-content+.pum-close:active, .pum-content+.pum-close:focus, .pum-content+.pum-close:hover, .pum-overlay, .pum-title {
    margin-bottom: 20px !important;
	text-align: center;
	color: #010049;
	font-family: Inter;
	font-size: calc(20px + 12 * (100vw / 1400));
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.wpcf7-spinner{
	display: none;
}
.pum-container .pum-content+.pum-close {
    text-decoration: none;
    text-align: center;
    line-height: 1;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #000;
    font-size: 23px;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
    background-color: transparent;
}
.block-kont{
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 50px 0px 0px 0px;
}


.chekbox1{
	color: #000;
}
#wpcf7-f48-o3 form{
	display: flex;
 flex-wrap: wrap;
	gap: 10px;
}
#wpcf7-f48-o3 form p{
	display: flex;
	gap: 5px;

	align-items: center;
}
.text-info4 p:last-child{
	margin-top: 10px;
}
.time-work{
color: #010049;
    font-family: Inter;
    font-size: calc(14px + 6 * (100vw / 1400));
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width:800px){
	#popmake-193{
	padding: 20px;
    text-align: center;
	    margin-left: -19%;
    width: 70%;
    top: 20% !important;
	}
	#wpcf7-f48-o3 form p{
	flex-wrap: wrap;
	}
}
@media (max-width:500px){
	#popmake-193{
	padding: 20px;
    text-align: center;
	    margin-left: -19%;
    width: 90%;
    top: 20% !important;
	}
	#wpcf7-f48-o3 form p{
	flex: 0 1 100%;
	}
}
.calculator__property p{
	font-family: Inter;
	font-weight: 400;
}
.wpcf7-list-item-label{
	font-family: Inter;
}
.block1-title{
	opacity:0;
	transition: all 0.5s ease 0s;
	transform: translate(0px, 50px);
}
.block1-title._active{
	opacity: 1;
	transform: translate(0px, 0px);
}
.block1-subtitle{
	opacity:0;
	transition: all 0.5s ease 0.3s;
	transform: translate(0px, 50px);
}
.block1-subtitle._active{
	opacity: 1;
	transform: translate(0px, 0px);
}
.advantages-item{
	transition: all 0.5s ease 0s;
	transform: translate(50px, 0px);
	opacity:0;
}
.advantages-item._active{

	transform: translate(0px, 0px);
	opacity: 1;
}
.img-part{
	opacity:0;
	scale: 0;
}
.img-part._active{
	opacity:1;
scale: 1;
}
.porfolio-item img{
	border-radius: 10px;
}
.gsap-anim{
	position: relative;
}
.anim-lift{
	max-width: 16px !important;
	position: absolute;
	left: 27px;
	opacity: 0;
	top: 100px;
}
.block2-text._active::before{
	left:-300px;
}
.block2-title{
	transform: translate(-400px, 0px);
	opacity: 0;
	transition: all 1s ease-in-out 1s;
}
.block2-title._active{
	transform: translate(0px, 0px);
	opacity: 1;

}
.block2-subtitle{
	transform: translate(-400px, 0px);
	opacity: 0;
	transition: all 0.7s ease-in-out 1.3s;
}
.block2-subtitle._active{
	transform: translate(0px, 0px);
	opacity: 1;
}
.block-slider{
	opacity: 0.5;
	scale: 0.6;
}
.block-none{
	color: #525252;
    margin-top: 15px;
    font-family: Inter;
    font-size: calc(14px + 6 * (100vw / 1400));
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	padding-left: 10px;
}
.block-none p{
	color: #525252;
}
.btn-form1{
	transition: all 0.4s ease-in-out 0s;
}
.btn-form1:hover{
	color: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    background: #081248 !important;
}
.btn-fall:hover{
		color: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    background: #081248 !important;
}
.btn-fall:focus{
		color: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    background: #081248 !important;
}
.portfolio__button-red:hover{
		color: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    background: #081248 !important;
}
.portfolio__button-red:focus{
		color: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    background: #081248 !important;
}
.wpcf7-response-output{
	color: #162368;
	padding:5px;
	border-color: #162368 !important;
	border-radius:10px;
	margin: 5px !important;
	font-size: 17px;
}
.wpcf7-not-valid-tip{
		font-size: 17px;
}
.opisanie-portfolio-block{
	position: absolute;
	content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #000000bd;
    color: #fff;
    font-family: 'Inter';
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
}
.text-object{
	padding: 10px;
}
.portfolio__item:hover .opisanie-portfolio-block{
	opacity: 1;
}
@media (max-width:700px){
	.block2-text._active::before{
	left:-50px;
	}
}
a:focus {
    outline: none;
}
.clear{
	margin-bottom: 20px;
}
.wpcf7 form>div, .wpcf7 form>p {
     margin-bottom: 10px; 
}
.chekbox1 {
    color: #000;
    font-size: 14px;
    display: flex;
}
.chekbox1 a{
	color: #010049;
	margin-left: 5px;
}
#wpcf7-f183-o1 .wpcf7-form p br{
	display: none;
}
#wpcf7-f183-o1 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-text{
	margin-bottom: 20px;
}
.title-glav-form{
	    font-family: Inter;
    line-height: 21px;
	font-size: calc(22px + 8 * (100vw / 1400));
	font-weight: 500;
	margin-bottom: 25px;
	color: #000;
}
@media (max-width:500px){
	.chekbox1 {
    flex-wrap: wrap;
	}
	.block-about-text p{
		font-size: 20px;
		font-weight: 400;
		font-family: Inter;
	}
}