#logo img {
	height:80px;
}
#header__bottom .btn:hover {
	background:#fff;
}

 
#contact_wrap iframe {
	position:absolute;
	z-index:1;
	left:0;
	width:100%;
}
#contact_wrap .rowconnect .card-theme {
	position: relative;
    z-index: 2;
    top: 4rem;
    height: auto;
}
#contact_wrap .rowconnect {
	min-height:700px;
}


.card-product > .thumb img {
    width: 100%;
    max-height: 238px;
    height: 238px;
    object-fit: cover;
}
.manager__form img {
    max-height: 660px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact__tel a:hover {
	color:#333;
}
h1 {
	font-size:53px;
}

#recallModal .modal__head  {
	background-image:url('../images/bg-main.png');
	background-size:cover;
	padding:0;
	height: 440px;
}


.submenu__item {
	list-style: none;
}
.menu__main {
	border-bottom:none;
}
.menu__main.fixed {    
	border-bottom: 1px solid #b1b1b1;
}

.home__wrapslide {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 18rem;
    overflow: hidden;
}

.about__trigger:after {
	left:-65px;
	right:auto;
}
.about__trigger .number {
	left:20px;
	right:auto;
}

.btn-close {
	filter: brightness(0) invert(1);
    padding: 20px;
}
.footer__column {
	border-right:none;
}

.card-btn a:hover {
	background:#000;
	color:#fff;
}
.notice label {
	text-transform:none;
}

.forming {
    transition: 0.3s;
    position: relative;
    padding-bottom: 2rem;
}
.blog_item img {
    min-width: auto;
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.wpcf7-response-output {
	background:#fff;
}
.bg-black-img {
    background: rgba(0, 0, 0, 0.82) url(../images/tehnika/black.jpg) center;
    background-size: cover;
}
.service-featured-image img {
	width: 100%;
    object-fit: cover;
    max-height: 450px;
	border-radius:4px;
}

.overlay__hover>.lists_link li {
	margin-bottom:5px;
	font-size:90%;
    color: #fff;
}

.notice {
	    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    display: flex;
}
.notice input {
	    width: auto;
    margin-right: 1rem;
}
.notice label {
	font-size:14px;margin-bottom:0;
}
.notice label a {
	color:#fff;text-decoration:underline;
}
.modal__body .notice {
	color:#333;
}

.menu__item {
	position:relative;
}
.item__withsub:hover .submenu {
    transform:none;
    left: -30px;
    min-width: 250px;
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
}
.submenu__inner {
	border-radius:4px;
	position:relative;
	overflow:visible;
}
.submenu__inner:before {
	display: block;
    content: '';
    border: solid 6px transparent;
    border-bottom: solid 6px #f3f3f3;
    width: 6px;
    height: 6px;
    top: -12px;
    position: absolute;
    left: 30px;
}
.mob_phone {
	font-size:1.1rem;
	font-weight:600;
	margin-right:10px;
}
.services__item>img {
    width: 100%;
    max-height: 210px;
    object-fit: cover;
}
.services__item {
	background:none;
	border:solid 1px #dadada;
}
.services__item>.caption>.desc,
.services__item .caption{
	color:#333;
}
body .services__item .btn__blacked {
	height:auto;
	border-radius:4px;
}
.services__item .btn__blacked:hover{
	background:#ffbb00 !important;
}
body .card-theme:hover a {
	color:#fff;
}

@media screen and (max-width:768px) {
	.container {
		padding-left: 1.2rem;
        padding-right: 1.2rem;
	}
	.home__slide .h1 {
        font-size: 22px;
		line-height:24px;
	}
	.home__wrapslide { 
		padding-top: 3rem;
		padding-bottom: 8rem;
	}
	#logo img {
		height:50px;
	}
	.about__trigger {
        padding-top: 20px;
	}
	.about__trigger .title {    
		padding-left: 90px; 
	}
	.about__trigger .title .text-head {
		font-size: 18px;
		line-height: 32px;
	}
	#header__top.marker { 
		border-bottom: solid 1px #b1b1b1;
	}
	#recallModal .modal__head {
		height:180px;
	}
	.modal.show .modal-dialog { 
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
	.submenu {
		display:none !important;
	}
	.services__item>.caption>.desc {
		height:auto;
	}
	#header__top {
        border-bottom: solid 1px #dadada;
	}
}

