/*!
Theme Name: sunmi
Author: Yaroslav Tkachuk
Author URI: tkachukyaroslav1@gmail.com
Description: eva-integrator - POS-терминалы на Android. Лучшее решение для автоматизации ресторанного бизнеса
Version: 1.0.0
*/

/* .lang{
    pointer-events: none;
    user-select: none;
} */



.primary-nav {padding-right: 10px!important;}
.primary-nav li a{padding: 30px 10px!important;}
.header__nav {
	display: flex;
	justify-content: center;
	align-items: center;
}

.toolbar__mono {
    display: inline-flex;
}

#sidebar-first-region .popup__content {
    padding-left: 0rem;
	max-width: 100%;
}

.single_terminal_banner_heading{
	font-family: "Rubik-Bold";
    font-size: 28px;
    color: #42454e;
}

.banner_first, .banner_second, .banner_third, .banner_fourth{
	padding: 75px 0;
}

.banner_fourth{
	margin-bottom: 80px;
}

.banner_second, .banner_fourth{
	background-color: #f9f9f9;
}

.form-popup__wrap.form-popup__textarea {
	height: 90px;
}

.form-popup__wrap.form-popup__textarea .form-popup__input{
	padding: 15px;
}

.error-404 {
	padding: 150px 0;
}
.error-404 .page-title {
	font-size: 40px;
}
@media screen and (max-width: 1023px) {
	.error-404 .page-title {
		font-size: 34px;
	}
}
@media screen and (max-width: 640px) {
	.error-404 .page-title {
		font-size: 28px;
	}
}

.f-news {
	margin-top: 85px;
}
.page__post {
	margin-bottom: 100px;
}

/* @media screen and (max-width: 640px) {
	br {
		display: none;
	}
} */

.blog__heading a {
	color: #42454e;
}

.models__slider .slider-for .slick-slide img {
	margin: auto;
}

.landing-advantages:not(:last-child) {
	margin-bottom: 100px
}

@media screen and (max-width: 576px) {
	.product-item .btn {
		font-size: 12px
	}
}
.primary-nav .current-menu-parent > a,
.primary-nav .current-menu-item a{color: #ff6900;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
.sl-products .sl-products__price{min-height:30px!important;}