/*   
Theme Name: Vilochnyi 2
Theme URI: http://eqlab.pp.ua
Version: 2.0
Tags: vilochnyi
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: LCGreyAngel
Author URI: http://eqlab.pp.ua
*/
/*20211206*/
/*
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic&display=swap');
*/

.ya-site-form table * {
	border: none;
}
					
.eqlab-menu-wrapper .eqlab-form-wrap,
.eqlab-form-wrap {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95);
	/*background: rgba(210,210,210,1);*/
	z-index: 9999;
	-webkit-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.eqlab-menu-wrapper .eqlab-form-wrap.search-activate,
.eqlab-form-wrap.search-activate {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.eqlab-form-close {
	position: absolute;
	right: 40px;
	top: 30px;
	/*font-size: 64px;*/
	font-size: 48px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.eqlab-form-close {
		font-size: 32px;
	}
}


.eqlab-menu-wrapper .eqlab-form-wrap .search-form,
.eqlab-form-wrap .search-form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin-left: -50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.eqlab-menu-wrapper .eqlab-form-wrap .search-form .search-field,
.eqlab-form-wrap .search-form .search-field {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	width: 80%;
	height: 70px;
	display: block;
	margin: 0 auto;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 1px solid #e1e1e1;
	font-size: 34px;
}

.header .eqlab-menu-search {
	align-self: center;
	text-align: center;
}

.eqlab-menu-search .eqlab-search-icon {
	display: inline-block;
	line-height: 2rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 1px solid #dadada;
	font-size: 1.125rem;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}	
.eqlab-menu-search .eqlab-search-icon:hover {
	/*color: */
}
.ya-site-form__submit {
	display: inline-block;
	color: #333;
	background-color: #FFD6AD;
	border: 0.0625rem solid #dedede;
	background: -webkit-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 135.09%);
	background: -o-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 135.09%);
	background: linear-gradient(315deg, #FFAA54 15.83%, #FFD6AD 135.09%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9375rem;
	line-height: 1.125rem;
	cursor: pointer;
	text-align: center;
	padding: 0.625rem 2rem;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;

margin-bottom: 1rem;
height: 30px;
line-height: 30px;
padding-top: 0;
padding-bottom: 0;	


}

.ya-site-form__submit:hover, 
.ya-site-form__submit:focus {
	color: #fff;
	outline: none;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13);
	background-color: #FFD6AD;
	border: 0.0625rem solid #dedede;
	background: -webkit-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
	background: -o-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
	background: linear-gradient(315deg, #FFAA54 15.83%, #FFD6AD 100%);
}

.ya-site-form__submit:active, 
.ya-site-form__submit:not(:disabled):not(.disabled):active, 
.ya-site-form__submit:not(:disabled):not(.disabled).active {
	color: #000;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #FFD6AD;
	border: 0.0625rem solid #dedede;
	background: -webkit-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
	background: -o-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
	background: linear-gradient(315deg, #FFAA54 15.83%, #FFD6AD 100%);
}


.contacts-wrapper-lg .search-form {
	width: auto;
}