/*!
Theme Name: sbsmed_ver2
Theme URI: http://underscores.me/
Author: BNV
Author URI: https://dct.kz/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sbsmed_ver2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sbsmed_ver2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	color: #464646 !important
}

p{
	color: #464646
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */


/*--------------------------------------------------------------
# Typography

--------------------------------------------------------------*/
@font-face {
font-family: 'Roboto Light';
src: url('./libs/fonts/Roboto-Light.eot');
src: url('./libs/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
url('./libs/fonts/Roboto-Light.woff') format('woff'),
url('./libs/fonts/Roboto-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Roboto Regular';
src: url('./libs/fonts/Roboto-Regular.eot');
src: url('./libs/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
url('./libs/fonts/Roboto-Regular.woff') format('woff'),
url('./libs/fonts/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'Roboto Italic';
src: url('./libs/fonts/Roboto-Italic.eot');
src: url('./libs/fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
url('./libs/fonts/Roboto-Italic.woff') format('woff'),
url('./libs/fonts/Roboto-Italic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'Montserrat-Medium';
src: url('./libs/fonts/Montserrat-Medium.eot');
src: url('./libs/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
url('./libs/fonts/Montserrat-Medium.woff') format('woff'),
url('./libs/fonts/Montserrat-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Montserrat-Regular';
src: url('./libs/fonts/Montserrat-Regular.eot');
src: url('./libs/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
url('./libs/fonts/Montserrat-Regular.woff') format('woff'),
url('./libs/fonts/Montserrat-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto Regular';
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*---------------*/

body{
	margin-bottom: 0 !important
}

.container{
	max-width: 1234px !important
}

.custom-logo {
    max-width: 253px;
    margin-top: 5px;
}

.first_header .container, .second_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}

.first_header{
	background-color: #2f9117;
}


.site-header {
    background-image: url(/wp-content/uploads/2021/06/headerbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.first_header .lang_swch {
    display: flex;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 0px !important;
    padding-left: 0px !important
}

.first_header .lang_swch li {
    list-style: none;
}


.first_header .lang_swch li:not(:last-child)::after {
    content: '/';
    color: #fff;
}

.first_header .lang_swch .current-lang img {
    display: block !important;
    float: left;
    margin-top: 8px;
}
.first_header .lang_swch li a img {
    display: none;
}

.first_header .lang_swch li a:hover{
	text-decoration: none;
}

.first_header .lang_swch .current-lang span {
    border-bottom: #fff 1px dashed;
}
.first_header .lang_swch li a span {
    text-transform: uppercase;
    color: #fff;
}

.Wt_battt {
	border: #fff 1px solid;
	border-radius: 30px;
	display: block;
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	transition: 1s;
	word-wrap: normal;
	cursor: pointer;
}

.Wt_battt a{
	color: #fff !important;
	text-decoration: none;
	font-size: 16px !important
}

.Wt_battt:hover{
background-color: rgba(255,255,255,0.3);
transition: 1s
}

.Wt_battt:hover > a{
	text-decoration: none;
	color: #fff !important
}

.first_header .Wt_battt{
	max-width: 210px
}

.second_header :nth-child(4) p{
	margin-bottom: 0
}

.second_header i{
	color: #2f9117;
}

.second_header p, a {
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	/*color: #fff !important;*/
	color: #464646 !important;
}

.second_header :nth-child(4) > p > a{
color: #EB1B18 !important
}

.second_header :nth-child(4) > p > a:hover{
	text-decoration: none;
	/*color: #464646;*/
	border-bottom: #EB1B18 1px dashed;
}

.menu_header{
	background-color: #2f9117;
}

.menu_header .nav-menu li a, .menu_header .nav-menu li a:hover{
	color: #fff !important;
	text-decoration: none;
}

.menu_header .nav-menu{
	padding-top: 5px;
	padding-bottom: 5px
}

.menu_header .nav-menu li{
	margin-right: 30px;
	
}

.first_footer{
	background: linear-gradient(to bottom,#8a898a,#d1d0d0);
	padding-top: 20px;
	padding-bottom: 20px
}

.first_footer .container{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-info {
	background-color: #656665;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff9;
    font-size: 12px;
}

.site-footer, .site-footer a{
	color: #fff !important;
	font-family: 'Montserrat-Regular';
	font-size: 20px 
}

.first_footer .container:first-child p{
	margin-bottom: 0
} 

.first_footer .container:first-child h4{
	margin-bottom: 10px
}

.first_footer .container :nth-child(1) a:hover{
	text-decoration: none;
	border-bottom: #fff 1px dashed;
}

.first_footer .Wt_battt{
	font-size: 16px !important;
	margin-bottom: 10px;
	height: 35px;
padding: 0 20px;
}

.first_footer .Wt_battt a{
	line-height: 1
}

.first_footer .Wt_battt a:hover, .first_footer .Wt_battt:hover a{
	border-bottom: none !important;
}

.menu-toggle{
	border: none;
	background-color: transparent;
	color: #fff;
	font-size: 25px
}

.MobVers{
	display: none;
}

.AboutAssist .slick-initialized .slick-slide{
	padding-top: 20px;
	padding-bottom: 20px
}


#AssistItem1, #AssistItem4, #AssistItem2, #AssistItem3, #AssistItem5, #AssistItem6{
	width: 100%;
	border-radius: 10px;
	box-shadow: #9f9f9f 0 0 10px;
	margin:0 10px;
	padding: 30px;
	min-height: 550px
}

#AssistItem1 object, #AssistItem4 object, #AssistItem2 object, #AssistItem3 object, #AssistItem5 object, #AssistItem6 object{
	max-width: 50px;
	margin: 0 auto 20px auto;
	display: block;
	height: 52px;
}

#AssistItem2, #AssistItem3, #AssistItem5, #AssistItem6{
	max-width: 292px;
}


#AssistItem1, #AssistItem4{
	max-width: 560px;
	background-color: #fff;
	margin:0 10px;
}

#AssistItem1 h2{
	color: #2f9117;
	font-weight: 800;
font-size: 30px;
}

#AssistItem1 h3, #AssistItem4 h3{
color: #464646;
	font-size: 26px;
}


#AssistItem1 object{
	filter: invert(25%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
opacity: 0.9;
}

#AssistItem1 p{
	background-color: #2f9117;
max-width: 190px;
padding-left: 20px;
color: #fff;
font-size: 18px;
}

#AssistItem1 ul, #AssistItem4 ul{
	margin-left: 0;
	padding-left: 20px;
	margin-top: 30px
}


#AssistItem1 ul li, #AssistItem4 ul li{
	color: #464646;
	margin-bottom: 10px
}

#AssistItem3{
	background: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.5)),url(/wp-content/uploads/2021/06/block_bg3.png);
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	
}

#AssistItem3 h2{
	font-family: 'Montserrat-Medium';
	font-size: 28px;
	color: #EB1B18
}

#AssistItem3 h3{
	font-size: 23px;
	color: #464646
}

#AssistItem3 object{
	opacity: 0.7
}


#AssistItem2, #AssistItem5{
	background:#2f9117;
	
}

#AssistItem2 object, #AssistItem6 object, #AssistItem5 object{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);
	opacity: 0.95
}

#AssistItem2 h2{
color: #fff;
font-size: 26px;
margin-bottom: 30px
}

#AssistItem2 p{
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto Light';
}

#AssistItem4 object{
	filter: invert(17%) sepia(68%) saturate(4201%) hue-rotate(353deg) brightness(112%) contrast(78%);
}

#AssistItem4 h2{
	font-weight: 800;
font-size: 30px;
color: #EB1B18
}

#AssistItem4{
	background-image: url(/wp-content/uploads/2021/06/ik_bg.png);
	background-repeat: no-repeat;
	background-size: 40%;
background-position: 108% 108%;
}

#AssistItem6{
	background: linear-gradient(rgba(9, 9, 9, 0.8),rgba(13, 13, 13, 0.5)),url(/wp-content/uploads/2021/06/labr.jpg);
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#AssistItem6 h2{
font-family: 'Montserrat-Medium';
	font-size: 28px;
	color: #fff;
	margin-bottom: 50px;
}

#AssistItem6 p{
	font-size: 23px;
	color: #fff;
}

#AssistItem5 h2{
color: #fff;
font-size: 25px;
font-weight: 600;
margin-bottom: 10px	
}

#AssistItem5 h3{
color: #fff;
font-size: 20px;
margin-bottom: 10px
}

#AssistItem5 p{
font-family: 'Roboto Light';
color: #fff;
font-size: 14px;
}

.AboutAssist_slider .slick-slide{
	padding-top: 20px;
	padding-bottom: 20px;
	overflow-x: hidden;
}

.AboutAssist_slider .slick-prev::before, .AboutAssist_slider .slick-next::before{
	font-family: none;
	font-size: 40px;
	color: #176806;
	z-index: 5;
	position: absolute;
}

.AboutAssist_slider .slick-prev::after, .AboutAssist_slider .slick-next::after{
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: #aaa4a4 0 0 10px;
	z-index: ;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff
}

.AboutAssist_slider .slick-prev{
	z-index: 50
}

#AssistItem1 ul{
	min-width: 500px
}


.Redbatton{
	border-radius: 36px;
	border:#EB1B18 2px solid;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
cursor: pointer;
}


.FullRedbatton{
	border-radius: 36px;
	border:#EB1B18 2px solid;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
background-color: #EB1B18;
cursor: pointer;
}



.Redbatton a{
	color: #EB1B18 !important;
	cursor: pointer;
}

.FullRedbatton a, .WtBatton a{
	color: #fff !important;
	cursor: pointer;
}

.FullRedbatton a:hover, .WtBatton a:hover{
	color: #fff;
	text-decoration: none;
}

.Redbatton a:hover{
	color: #EB1B18;
	display: none
}

#Main_banner .FullRedbatton{
	max-width: 320px;
	margin: 30px auto;
}

#Main_banner h3{
	font-family: 'Montserrat-Medium';
font-size: 32px;
line-height: 1.4;
color: #464646;
margin: 80px 0;
max-width: 900px;
}

#AboutCompany p{
font-size: 25px;
max-width: 980px;
margin: 0px auto 40px auto;
color: #464646;
}

#AboutCompany p span{
	color: #2f9117;
	font-weight: 800
}

#AboutCompany{
	padding-top: 60px;
	padding-bottom: 0px
}

#struktura .block{
background-color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: #9f9f9f 0 0 10px;
min-height: 290px;
margin-bottom: 30px
}

#struktura .block img{
	max-width: 150px;
margin: 0px auto 20px auto;
display: block;
}

#struktura .block h3, #struktura .block p{
	color: #464646
}

#LB1{
	background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.2)),url(/wp-content/uploads/2021/06/lb1.jpg);
background-position: 50% 80%;
background-size: cover;
background-repeat: no-repeat;
margin-top: 30px
}

.Long_banner{
	height: 140px
}


.Long_banner .container{
	display: flex;
	justify-content: space-between;
align-items: center;
height: 100%;
}

.Long_banner p{
		font-family: 'Montserrat-Medium';
		font-size: 22px;
		color: #fff;
		margin-bottom: 0
}

.Long_banner .Wt_battt{
	border: #fff 2px solid;
	max-width: 230px;
	height: 60px
}

.Long_banner .Wt_battt a{
	font-size: 20px !important
}

.map h2, #FOS h2{
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 40px;
	font-family: 'Montserrat-Medium';
	color: #464646;
	text-align: center;
}

#Set{
	padding-top: 40px
}

.run_number2{
	font-size: 60px;
font-weight: 600;
color: #2f9117;
}

#run_num .plus:after{
content: '+';
font-size: 40px;
color: #2f9117;
font-weight: 800
}

.it-body h6{
	font-size: 22px;
	color: #464646;
	font-family: 'Montserrat-Medium';
}

#run_num{
	margin-top: 60px;
	margin-bottom: 60px
}

#FOS{
	background: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.2)),url(/wp-content/uploads/2021/06/bg_main4.png);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}

.Callme a{
color: #EB1B18 !important;
font-weight: 800;
font-size: 28px
}

.Callme a:hover{
	color: #EB1B18;
	text-decoration: none;
}

.Callme p{
	margin-bottom: 10px
}

.Callme h3{
	margin-bottom: 30px
}

.PostFormWrp input{
	height: 40px;
	border-radius: 10px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 280px
}

.PostFormWrp input[type="submit"]{
border: none;
background: transparent;
color: #fff !important;
padding: 0;
font-size: 20px;
margin-bottom: 0;
}
 
.PostFormWrp .FullRedbatton{
	max-width: 280px;
	padding: 5px;
	border-radius: 16px;
	margin: 0 auto;
}

.PostFormWrp .ajax-loader{
	display: none
}

.PostFormWrp .smtxtPP, .PostFormWrp .smtxtPP a{
	font-size: 14px;
color: #464646 !important;
margin-top: 20px;
max-width: 340px;
}

.PostFormWrp .smtxtPP a{
	border-bottom: #464646 1px dashed;
	font-size: 13px;
}

.PostFormWrp .smtxtPP a:hover{
	text-decoration: none;
}

#FOS h3{
	color: #464646
}

#FOS {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

#FOS .PostForm{
background: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.2)),url(/wp-content/uploads/2021/06/bg_main4.png);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
box-shadow: #292929 0 0 20px;
border-radius: 20px;
    padding: 20px 20px;
    max-width: 360px;
    text-align: center;

}

#stst{
	position: absolute;
max-width: 350px;
top: 40px;
right: 60px;
	-moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}


.Pict{
	text-align: center;
	padding-top: 50px;
padding-bottom: 20px;
background: linear-gradient(rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.9)),url(/wp-content/uploads/2021/06/bg_main4.png);
/*background-image: url(/wp-content/uploads/2021/06/block_bg1.png);*/
background-repeat: no-repeat;
background-size: cover;
background-position: 100% 50%;
border-radius: 20px;


}

#fancybox-wrap{
background: transparent;
}

.mapinfo {
	margin-top: 60px
}

.mapinfo .forik2 img {
    height: 30px;
}

.mapinfo h5{
	color: #2f9117;
	font-size: 30px
}

.mapinfo .txt16{
	font-size: 20px;
	color: #464646;
	margin-bottom: 0
}

.mapinfo a{
	color: #2f9117 !important;
	border-bottom: #2f9117 1px dashed
}

.mapinfo a:hover{
	color: #2f9117;
	text-decoration: none;
}

.mapinfo table td{
	padding-bottom: 20px
}

.Callme h2{
	text-align: left !important;
}

.SimpleTable td, .SimpleTable{
	border: #f5f5f5 1px solid;
	border-collapse: collapse;
}

.SimpleTable td{
	padding: 10px
}

#wpmem_login_form{
border: #e1e0e0 1px solid;
box-shadow: #d7d6d6 0 0 10px;
padding: 20px 40px !important;
border-radius: 10px;
background: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.4)),url(/wp-content/uploads/2021/06/bg_main6.png);

background-color: #e5e5e5;
/*background-position: 50% -20%;*/
background-position: 50% 0%;
background-size: cover;
background-repeat: no-repeat;
max-width: 520px;
margin: 60px auto !important;	
}

#wpmem_login legend{
	color: #464646;
	margin-bottom: 30px !important;
}

#wpmem_login .div_text{
	width: 100% !important
}

#wpmem_login input{
	background-color: #2f9117;
border: none;
color: #fff;
}

.HedBl_menu_plus_batt{
	display: flex;
	padding: 5px 0;
	align-items: center;
}

.HedBl_menu_plus_batt nav{
	width: 80%
}

.HedBl_menu_plus_batt .Wt_battt{
	width: 20%
}































@media only screen and (max-width: 1510px){

#stst{
	right: 0px;
}

}

@media only screen and (max-width: 1470px){

#stst{
	display: none !important;
}

}


@media only screen and (max-width: 1230px){


#AssistItem1, #AssistItem4, #AssistItem2, #AssistItem3, #AssistItem5, #AssistItem6 {
   max-width: 98%;
   
}


.AboutAssist_slider .slick-prev{
	left: -5px
}

.AboutAssist_slider .slick-next{
	right: 35px
}

#AssistItem1 ul {
    min-width: 100%;
}

#AssistItem1 ul li{
	margin-bottom: 0
}

#AssistItem1 ul{
	margin-top: 0
}

body{
	background-size: 150% !important
}

#Main_banner h3{
	font-size: 25px
}

#AboutCompany p{
	font-size: 20px
}

#AboutCompany{
	padding-top: 30px;
}

#stst{
	display: none;
}

.map h2, #FOS h2{
	font-size: 36px
}


}

















@media only screen and (max-width: 768px){


.second_header .Head_contact:nth-child(2) {
	display: none;
}

.second_header .Head_contact:nth-child(3){
	display: none;
}

.first_footer .container{
	max-width: 100%
}

.first_footer .container div{
    flex-basis: 50%
}

#AssistItem4 ul li{
	margin-bottom: 0
}

#AssistItem4 ul{
	margin-top: 0
}

#AssistItem4 ul li, #AssistItem1 ul li{

	font-size: 12px;
}

#AssistItem1 h3, #AssistItem4 h3{
	font-size: 18px
}



#Main_banner h3 {
    font-size: 22px;
    margin: 30px 0;
}

.map h2, #FOS h2{
	font-size: 30px
}


}


@media only screen and (max-width: 580px){


.DescVers{
	display: none;
}

.MobVers{
	display: flex;
	max-width: 210px
}

.menu_header .container{
	position: relative;
}


.menu_header .Wt_battt{
	position: absolute;
top: 16px;
right: 10px;
}

.custom-logo {
    max-width: 153px;
   
}

body{
	background-size: 250% !important
}

.menu-toggle{
	/*color: #2f9117*/
	color: #fff;
	padding-top: 10px !important
}

.HedBl_menu_plus_batt .Wt_battt{
	width: 80% !important;
	max-width: 200px;
}

.HedBl_menu_plus_batt .main-navigation{
	width: 20% !important
}

.menu_header .Wt_battt{
	border: #fff 1px solid;
}


.menu_header .Wt_battt a{
	color: #fff !important
}

.Long_banner p{
	font-size: 20px
}

.Long_banner {
    height: auto;
    padding: 40px 0;
}

}







@media only screen and (max-width: 500px){

.first_footer .container {
    align-items: start;
    flex-direction: column;
    padding-left: 20%;
}

body{
	background-size: 380% !important;
background-position: 28% 0% !important; 
}

#Main_banner h3{
	font-size: 20px
}

#AssistItem1 h2{
	font-size: 25px
}

.AboutAssist_slider .slick-prev::after, .AboutAssist_slider .slick-next::after{
	opacity: 0.4;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots{
	bottom: 50px;
}

.map h2, #FOS h2{
	font-size: 26px
}

.Long_banner .container{
	flex-direction: column;
}

.it-body h6{
	font-size: 18px
}

.AboutAssist_slider .slick-prev::before {
	font-family: FontAwesome;
    content: '\f060';

}

.AboutAssist_slider .slick-next::before {
	font-family: FontAwesome;
    content: '\f061';
}


.AboutAssist_slider .slick-prev::before, .AboutAssist_slider .slick-next::before{
	font-size: 20px;
}

.AboutAssist_slider .slick-next{
	right: 10px;
}

.AboutAssist_slider .slick-prev {
    left: -10px;
}

.AboutAssist_slider .slick-prev::after, .AboutAssist_slider .slick-next::after{
	width: 40px;
height: 40px;
}


}