.tech-wrap img{
	max-width: 100%;
	height: 300px;
	object-fit: contain;
}
.tech-wrap .tech-header {
	font-size: 1.2em;
}
#success-send-mail{
	background-color: #59b0ff;
	color: #FFF;
	width: 350px;
	margin: auto;
	text-align: center;
	padding: 20px;
	position: relative
}
#success-send-mail span{
	font-size: 1.6em;
	display: block;
}
.work-cran {
    padding-top: 20px;
}
section.our-technique {
    margin-top: 0;
}
.slide-item-wrap {
    position: relative;
}
.slide-info-wrap {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 30px 40px 10px;
    width: 500px;
    position: absolute;
    top: 25%;
    left: 50%;
}
.slider-main-wrap {
    margin-top: 0;
}
.slide-info-wrap h4 {
    margin: 0 0 20px;
}
.slide-info-wrap p {
    margin: 0;
}
.slide-info-wrap a {
    display: inline-block;
    padding: 5px 15px;
    background-color: blue;
    color: #fff;
    float: right;
}
.slide-info-wrap a:hover {
    text-decoration: none;
}
.main-blocks-wrap {
    background-color: #e8e8e8;
    padding: 30px 0;
}
.main-blocks {
    display: flex;
    justify-content: space-around;
}
.main-blocks span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    z-index: 20
}
.main-blocks a {
    display: inline-block;
    position: relative;
    width: 250px;
    overflow: hidden;
    transition: ease-in-out .5s;
}
.main-blocks img {
    max-width: 100%;
    transition: ease-in-out .5s;
}
.main-blocks a:hover span {
    opacity: 0
}
.main-blocks a:hover img {
    transform: scale(1.1, 1.1)
}
h1.main-header {
    color:#000;
}
.footer-bottom {
    background-color: red;
    padding: 30px 0;
    text-align: center;
}
.footer-menu {
    text-align: left;
}
.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-menu li a {
    color: #000;
}
.footer-adress {
    text-align: right;
}
.footer-adress a {
    color: #000;
}
.footer-adress a:hover {
    text-decoration: none;
}
.rent-tech {
    padding-bottom: 25px;
}
section.consultation {
    margin-top: 0;
}
.footer-map iframe {
    width: 100%;
    max-height: 200px;
}
.slider-item-wrap:hover {
    text-decoration: none !important;
}
h2 {
    color: #000;
}
.work h2 {
    color: #fff;
}
.slider-main-wrap .slide-item-wrap img {
    width: 100%;
}
.top-header .menu-collapser {
    background-color: red;
}
.footer-socials ul {
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.footer-socials li:not(:last-child) {
    margin-right: 8px;
}
.footer-socials a {
    color: #000;
    font-size: 28px;
}
.footer-socials a:hover {
    opacity: 0.7;
}

@media only screen and (max-width:998px) {
	.main-blocks {
		display: block;
		text-align: center;
	}
	.main-blocks a {
		display: block;
		width: auto;
		margin-bottom: 10px;
	}
	.footer-menu, .footer-adress {
		text-align: center;
	}
	.footer-bottom .site-name {
		font-size: 2.5em;
		margin: 15px 0;
		display: inline-block;
	}
	.slide-info-wrap {
		width: 90%;
		left: 5%;
		top: 15%;
		font-size: 1.5em;
		text-align: center;
	}
	.slide-info-wrap a {
		float: none;
	}
    .footer-map {
        margin: 20px 0;
    }
    .footer-socials ul {
        justify-content: center;
    }
}

@media only screen and (max-device-width:350px){
	#success-send-mail{
		width: 310px;
	}
	.top-header .site-name{
	   font-size: 1.4em;
   }
}

input.error{
	border: 2px solid red;
}

.bg-header div.desc2{
	margin-top: 10px;
    background-color: rgb(255, 244, 0);
    padding: 10px;
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
	text-align: center;
}

@media only screen and (max-device-width:480px){
   .top-header .bg-header .desc{
	   margin-top: 80px;
   }
   .top-header .site-name{
	   font-size: 1.4em;
   }
   .wp-block-table.has-fixed-layout {
   		font-size: 12px;
   }
}

.single-work-wrap {
    padding: 50px 0;
}
.single-work-wrap .work-img-wrap {
    max-height: 500px;
    overflow: hidden;
}
.single-work-wrap h2 {
    margin-top: 0;
}

.our-works .work-img {
    border: 5px solid #e02525;
    margin: 0 auto;
    max-height: 200px;
}
.our-works h2 {
    color: #000;
}
.our-works h3 {
    color: #000;
    height: 50px;
}
.work-img-wrap img {
    max-height: 400px;
    max-width: 100%;
}
#lightSlider img {
    max-height: 203px;
    object-fit: contain;
    max-width: 100%;
}
