/*!
Theme Name: Servista
*/

/*--------------------------------------------------------------
>>> 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
	 ========================================================================== */

@font-face {
    font-family: 'Roboto';
    src: url(fonts/Roboto-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(fonts/Roboto-Italic.ttf);
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url(fonts/Roboto-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(fonts/Roboto-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}
/**
 * 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 {
	font-family: Roboto;
	margin: 0;
}
.out {
	width:100%;
	margin:0 !important;
}



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

/* 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: Roboto, 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: Roboto, 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
--------------------------------------------------------------*/
body {
	padding:0px;
}
#page {
	
}
img.custom-logo {
	width:180px;
	height:auto;
}
header a.custom-logo-link {
	display:inline-block;
	margin-right:20px;
}
.out {
  width: 100%;
}

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



@media (min-width: 780px) { 
.site-branding {
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	margin-right:20px;
}
.site-branding a img {
	width:190px;
	height:auto;
}
.in {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 0 5px;
}
.main-navigation {
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	text-align:right;
	width:78%;
	
}
.main-navigation ul {
	list-style: none;
}
.main-navigation ul li {
	display:inline-block;
	
	margin-right:9px;
}
.main-navigation ul li a {
	text-transform:uppercase;
	color:#1b9646;
	
}
.main-navigation ul li a:hover {
	color:#02cc48;
}
.phone-wite {
	text-align:right;	
}
.phone-wite a {
	color:#fff;
	padding:9px 20px 9px;
	background-color:#1b9646;
	border-radius:9px;
	font-size:18px;
}
.menu-mob {
	display:none !important;
}
.nav-mob {
display: none;
}
    .hamb {
        display: none;
    }
input#side-menu {
	display: none;
}
.site-header.in {
	height:97px;
}
}
@media (max-width: 779.98px) and (min-width: 400px) {
.site-branding {
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	margin-right:9px;
}
.site-branding img {
	width:150px !important;
	height:auto;
}
	.in {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 0 5px;
}
.main-navigation {
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	text-align:right;
	width:72%;
}
.main-navigation ul {
	list-style: none;
	padding-left:2px !important;
}
.main-navigation ul li {
	display:inline-block;
	
	margin-right:9px;
}
.main-navigation ul li a {
	text-transform:uppercase;
	color:#1b9646;
	font-size:10px;
}
.main-navigation ul li a:hover {
	color:#02cc48;
}
.phone-wite {
	text-align:right;	
}
.phone-wite a {
	color:#fff;
	padding:9px 20px 9px;
	background-color:#1b9646;
	border-radius:9px;
	font-size:18px;
}
.menu-mob {
	display:none !important;
}
.nav-mob {
display: none;
}
    .hamb {
        display: none;
    }
input#side-menu {
	display: none;
}
.site-header.in {
	height:97px;
}
}	 
@media (max-width: 399.98px) { 
.callback_popup_active {
  transition: all .4s;
  transform: translate(-50%, -50%);
  display: flex;
}
.callback_popup {
  max-width: 320px !important;
  min-height: 430px;
  width:79% !important;
}
.in {
  width: 98% !important;
  padding: 0 5px;
  border-radius:3px;
}
.main-navigation ul {
	display:none !important;
}
/*-----menu mob------*/
/* Menu Icon */
.hamb {
    cursor: pointer;
    float: right;
    padding: 25px 20px;
	margin-top:-52px;
	margin-right:5px;
}
/* Style label tag */

.hamb-line {
    background: #1b9646;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

}
 /* Style span tag */

.hamb-line::before,
.hamb-line::after {
    background: #1b9646;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before {
    top: 7px;
}
.hamb-line::after {
    top: -7px;
}
.side-menu, punkt-menu {
    display: none;
}
 /* Hide checkbox */
 /* Toggle menu icon */
.side-menu:checked ~ nav {
    max-height: 187px;
}
.punkt-menu:checked ~ nav {
    max-height: 0px;
}
ul.menu-mob {
	list-style: none !important;
	
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}
 /* Toggle menu icon */
.nav-mob {
width: 97%;
height: 300px;
position: fixed;
background-color:#1b9646;
overflow: hidden; 
}
.nav-mob .menu-mob a {
display: block;
padding: 4px;
color: #fff;
}
.nav-mob .menu-mob a:hover {
background-color: #007242;
}
.nav-mob {
max-height: 0;
transition: max-height .5s ease-out;
z-index:10;
}
nav.main-navigation {
display:none !important;
}
/*-----menu mob------*/
.site-header.in {
	padding-top:5px;
	padding-left:5px;
	height:47px;
}
.site-branding a img {
	width:150px;
	height:auto;
}
}


.header-servista {
	background-color:#fff;
	margin-bottom: -5px;
}
.post h2 {
	display:none;
}
.post .entry-header, .post .entry-footer {
	display:none;
}
.site-footer.out {
	background-color:#81939f;
	background-image: url("/wp-content/uploads/2022/11/footer_bg-1.jpg");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:380px;
	color:#fff;
}
@media (min-width: 780px) { 

/*-------video header-----*/
.fullscreen-bg {
    position: relative;
overflow: hidden;
height: 370px;
width: 100%;
background: #000;
z-index: 3;
color: white;
}
.fullscreen-bg .in {
	display:block;
}
.fullscreen-bg .in h3 {
  font-size: 32px;
  line-height:37px;
  margin-bottom:20px;
  text-shadow: 1px 1px 7px black;
}
.fullscreen-bg .in h4 {
  font-size: 20px;
  margin-top:12px;
  text-shadow: 1px 1px 7px black;
}
.fullscreen-bg .in ul {
  list-style: none;
  font-size:16px;
  line-height:27px;
  text-shadow: 1px 1px 7px black;
}
.fullscreen-bg .in ul li::before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 0.5rem;
  background: #fff;
  box-shadow: 0 0 2px 1px black;
}
.fullscreen-bg:before {
background: rgb(57 53 53 / 50%);
content: "";
position: absolute;
width: 100%;
height: 376px;
z-index: -1;
}

 .fullscreen-bg__video {
width: 100%;
z-index: -2;
top: -220px;
height: auto;
position: absolute;
}
/*-------video header-----*/
}
@media (max-width: 779.98px) and (min-width: 400px) {
/*-------video header-----*/
.fullscreen-bg {
    position: relative;
overflow: hidden;
height: 370px;
width: 100%;
background: #000;
z-index: 3;
color: white;
}
.fullscreen-bg .in {
	display:block;
}
.fullscreen-bg .in h3 {
  font-size: 32px;
  line-height:37px;
  margin-bottom:20px;
  text-shadow: 1px 1px 7px black;
}
.fullscreen-bg .in h4 {
  font-size: 20px;
  margin-top:12px;
  text-shadow: 1px 1px 7px black;
}
.fullscreen-bg .in ul {
  list-style: none;
  font-size:16px;
  line-height:27px;
  text-shadow: 1px 1px 7px black;
}
.fullscreen-bg .in ul li::before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 0.5rem;
  background: #fff;
  box-shadow: 0 0 2px 1px black;
}
.fullscreen-bg:before {
background: rgb(57 53 53 / 50%);
content: "";
position: absolute;
width: 100%;
height: 376px;
z-index: -1;
}

 .fullscreen-bg__video {
width: 100%;
z-index: -2;
top: -43px;
height: auto;
position: absolute;
}
}
@media (max-width: 399.98px) { 
/*-------video header-----*/
.fullscreen-bg {
position: relative;
overflow: hidden;
height: 316px;
width: 100%;
background: #000;
background-image: url(/wp-content/uploads/2022/12/header_mob_bg-1.jpg);
background-repeat:no-repeat;
background-position:center;
z-index: 3;
color: white;
}
.fullscreen-bg .in {
	display:block;
}
.fullscreen-bg .in h3 {
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 7px black;
}
.fullscreen-bg .in h4 {
  font-size: 18px;
  margin-top: 5px;
  text-shadow: 1px 1px 7px black;
}
.fullscreen-bg .in ul {
  list-style: none;
  font-size:14px;
  line-height:18px;
  text-shadow: 1px 1px 7px black;
}
ul, ol {
  margin: 0 0 1.5em -0.8em !important;
}
.fullscreen-bg .in ul li::before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 0.5rem;
  background: #fff;
  box-shadow: 0 0 2px 1px black;
}
.fullscreen-bg:before {
background: rgb(57 53 53 / 50%);
content: "";
position: absolute;
width: 100%;
height: 376px;
z-index: -1;
}

 .fullscreen-bg__video {
	 display:none !important;
}
/*-------video header-----*/
}
/*-------1-----*/
@media (min-width: 780px) { 
.post h3 {
	text-align:center;
	font-size:24px;
}
}
@media (max-width: 779.98px) and (min-width: 400px) {
.post h3 {
	text-align:center;
	font-size:24px;
}
}
@media (max-width: 399.98px) { 
.post h3 {
	text-align:center;
	font-size:20px;
	margin-top:5px;
	margin-bottom:9px;
}
.entry-content, .entry-summary {
  margin: 1.2em 0 0 !important;
}
}
@media (min-width: 780px) { 
.tag-etapy .left-box {
	padding-top:55px;
	padding-left:118px;
	font-size:18px;
}
.post.tag-etapy .left-box {
width: calc(40% - 27px);
}
.left-box, .right-box {
vertical-align: top;
display: inline-block;
}
.post.tag-etapy .right-box {
width: calc(50% - 27px);
}
}
@media (max-width: 779.98px) and (min-width: 400px) {
.tag-etapy .left-box {
	padding-top:18px;
	padding-left:33px;
	font-size:18px;
}
.post.tag-etapy .left-box {
width: calc(40% - 27px);
}
.left-box, .right-box {
vertical-align: top;
display: inline-block;
}
.post.tag-etapy .right-box {
width: calc(50% - 27px);
}
}
@media (max-width: 399.98px) { 
.tag-etapy .left-box {
padding-top: 1px;
padding-left: 2px;
font-size: 15px;
}
.post.tag-etapy .left-box {
width:98%;
}
.left-box, .right-box {
vertical-align: top;
display:block;
}
.post.tag-etapy .right-box {
width:98%;
}
.post.tag-etapy .right-box img {
width:98%;
}
/*.phon {
	display:none !important;
}*/
}

.post-19 {
	background-color:#fff;
	background-image:url(/wp-content/uploads/2023/03/bg1_.jpg);
	background-repeat:no-repeat;
	background-position: center -63px;
}
.post-32 {
	background-color:#ecf0f1;
	background-image:url(/wp-content/uploads/2023/03/bg2_.jpg);
	background-repeat:no-repeat;
	background-position: center -120px;
}
.post-34 {
	background-color:#fff;
	background-image:url(/wp-content/uploads/2023/03/bg3_.jpg);
	background-repeat:no-repeat;
	background-position: center -121px;
}
.post-36 {
	background-color:#ecf0f1;
	background-image:url(/wp-content/uploads/2023/03/bg4_.jpg);
	background-repeat:no-repeat;
	background-position: center -86px;
	border-bottom:#1b9646 3px solid;
}
.post.tag-etapy {
	padding-top:1px;
	padding-bottom:18px;
	margin-top:0px !important;
}


/*-------1-----*/
/*-------личный кабинет-----*/
@media (min-width: 780px) { 
.post-50 h5 {
	text-align:center;
	font-size:13px;
	font-style:italic;
	margin-top:0px;
	margin-bottom:11px;
}
.hint-1 h5 {
	font-size:17px;
	margin-top:16px;
	margin-bottom:10px;
}
.post-50 .entry-content, .post-61 .entry-content {
	margin-top:10px;
}
.post-61 {
	background-color:#1b9646;
	padding-top:7px;
	padding-bottom:6px;
}
.post-61 h3 {
	color:#fff;
	margin-top:0px;
	margin-bottom:10px;
}
.hint  {
	border-radius:12px;
	border:#91e0b1 solid 1px;
	box-shadow:0 0 2px 3px rgba(129, 223, 167, 0.4);	
	width:1064px !important;
	padding:5px 10px 6px;
	margin-top:15px !important;
	margin-bottom:30px !important;
	position:relative;
}
.hint-arrow {
	position:absolute;
	bottom:-28px;
	right:153px;
}

.hint .left-box {
	width:calc(30% - 27px);	
	padding: 12px 60px 4px;
}
.hint .right-box {
	width:calc(60% - 27px);
	padding: 5px 10px 4px;
}
.tabl-mob {
	display:none;
}
.accordion-header.active {
/* content: '\f077';
 font-family: "FontAwesome";
 font-size:24px;
 color: #1b9646;*/
 width:100%;
height:40px;
 background-image:url(/wp-content/uploads/2023/03/arrow_up.gif);
background-position-x: center;
background-position-y: -18px;
background-repeat: no-repeat;
 bottom: 0;
 left: 0;
 right: 0;
 top: 0;
 margin:auto; 
 transition: 0.5s;
}
}
@media (max-width: 779.98px) and (min-width: 400px) {
.post-50 h5 {
	text-align:center;
	font-size:13px;
	font-style:italic;
	margin-top:0px;
	margin-bottom:11px;
}
.hint-1 h5 {
	font-size:17px;
	margin-top:16px;
	margin-bottom:10px;
}
.post-50 .entry-content, .post-61 .entry-content {
	margin-top:10px;
}
.post-61 {
	background-color:#1b9646;
	padding-top:7px;
	padding-bottom:6px;
}
.post-61 h3 {
	color:#fff;
	margin-top:0px;
	margin-bottom:10px;
}
.hint  {
	border-radius:12px;
	border:#91e0b1 solid 1px;
	box-shadow:0 0 2px 3px rgba(129, 223, 167, 0.4);	
	width:1064px !important;
	padding:5px 10px 6px;
	margin-top:15px !important;
	margin-bottom:30px !important;
	position:relative;
}
.hint-arrow {
	position:absolute;
	bottom:-28px;
	right:153px;
}

.hint .left-box {
	width:calc(30% - 27px);	
	padding: 12px 18px 4px;
}
.hint .right-box {
	width:calc(60% - 27px);
	padding: 5px 10px 4px;
}
.tabl-mob {
	display:none;
}
.accordion-header.active {
/* content: '\f077';
 font-family: "FontAwesome";
 font-size:24px;
 color: #1b9646;*/
 width:100%;
height:40px;
 background-image:url(/wp-content/uploads/2022/12/anima-arrow-up_.gif);
background-position-x: center;
background-position-y: 2px;
background-repeat: no-repeat;
 bottom: 0;
 left: 0;
 right: 0;
 top: 0;
 margin:auto; 
 transition: 0.5s;
}
}
@media (max-width: 399.98px) { 
/*---таблица мобильная---*/
.tabl-big {
	display:none;
}
.tabl-mob-block {
	display:block;
	width:95%;
	margin:auto;
	border-radius: 3px;
	border: #91e0b1 solid 1px;
	padding:3px;
	margin-bottom:3px;
}
.tabl-mob-block p.long {
	display:block;
	width:98%;
	padding:3px;
	background-color:#f3f3f3;
	font-size:11px;
	color:#07623f;
	margin:1px 0 1px;
}
.tabl-mob-block p.short-green {
	display:block;
	width:90%;
	padding:3px;
	background-color:#fff;
	font-size:11px;
	color:#218a4e;
	margin:1px 0 1px;
}
.tabl-mob-block p.short {
	display:block;
	width:90%;
	padding:3px;
	background-color:#fff;
	font-size:11px;
	color:#07623f;
	margin:1px 0 1px;
}
.tabl-mob-block p.tabl-mob-file {
	display:block;
	width:98%;
	padding:3px;
	background-color:#f3f3f3;
	font-size:11px;
	color:#07623f;
	margin:1px 0 1px;
}
/*---таблица мобильная---*/
.post-50 h5 {
	text-align:center;
	font-size:13px;
	font-style:italic;
	margin-top:0px;
	margin-bottom:11px;
}
.hint-1 h5 {
	font-size:17px;
	margin-top:16px;
	margin-bottom:10px;
}
.post-50 .entry-content, .post-61 .entry-content {
	margin-top:10px;
}
.post-61 {
	background-color:#1b9646;
	padding-top:7px;
	padding-bottom:6px;
}
.post-61 h3 {
	color:#fff;
	margin-top:0px;
	margin-bottom:10px;
}
.hint  {
	border-radius:12px;
	border:#91e0b1 solid 1px;
	box-shadow:0 0 2px 3px rgba(129, 223, 167, 0.4);	
	width:90% !important;
	padding:3px 5px 0px;
	margin-top:9px !important;
	margin-bottom:10px !important;
	position:relative;
	margin:auto;
}
.hint-arrow {
	display:none;
}
.hint ul, .hint p {
	font-size:12px;
	line-height:17px;
}

.hint-2 .left-box {
	width:90% ;	
	padding: 4px 9px 3px;
}
.hint-2 .right-box {
	display:none;
}
.hint-1 .left-box {
	display:none;	
}
.hint-1 .right-box {
	width:90% ;	
	padding: 4px 9px 3px;
}
.accordion-header.active {
/* content: '\f077';
 font-family: "FontAwesome";
 font-size:24px;
 color: #1b9646;*/
 width:100%;
height:40px;
 background-image:url(/wp-content/uploads/2023/03/arrow_up.gif);
background-position-x: center;
background-position-y: 2px;
background-repeat: no-repeat;
 bottom: 0;
 left: 0;
 right: 0;
 top: 0;
 margin:auto; 
 transition: 0.5s;
}
}
/*-----accordion----*/
.accordion-header {
	position:relative;
	background-color: #e9e9e9;	
	display: block;
	width:100%;
	height:70px;
}
.accordion-header {
/* content: '\f078';*/
 display:block;
/* font-family: "FontAwesome";
 font-size:24px;*/
/* color: #1b9646;*/
width:100%;
height:40px;
background-image:url(/wp-content/uploads/2023/03/arrow_down.gif);
background-position-x: center;
background-position-y: -6px;
background-repeat: no-repeat;
 bottom: 0;
 left: 0;
 right: 0;
 top: 0;
 margin:auto; 

}

.accordion-header.active {
}
.accordion-header a {
	display:none;
}
.accordion-header {
	text-align:center;
	height:40px;
	cursor:pointer;
}

.accordion-body {
	display:none;
	transition: 0.5s;
}
/*.accordion-body {
	display: block;
	transition: 0.5s;
}*/
/*-----accordion----*/
.post-52 {
	margin-top:-30px !important;
}
/*.post-52 .in {
	width:100% !important;
}*/
.post-52 .lightweight-accordion .lightweight-accordion-title {
  display: list-item;
  background-color: #aee8c2 !important;
  padding: 10px 12px 10px 18px;
  cursor: pointer;
  width:100%;
  
}
.post-52 summary.lightweight-accordion-title span {
  display: none !important;
}

.post-52 summary, slot[name="internal-main-summary"]::slotted(summary) {
  display: list-item;
  background-image:url(/wp-content/uploads/2022/11/accord_arrow_down.jpg);
  background-repeat:no-repeat;
  background-position:center;
  counter-increment: list-item 0;
  list-style: disclosure-closed inside;
}
.post-52 :host([open]) summary, :host([open]) slot[name="internal-main-summary"]::slotted(summary) {
  list-style-type: disclosure-open;
  background-image:url(/wp-content/uploads/2022/11/accord_arrow_top.jpg);
  background-repeat:no-repeat;
  background-position:center;
}
/*-------табличка-----*/
table tr {
	display: block;
	margin-bottom:1px;
	border: #e8e8e8 1px solid;
	border-radius:3px;	
}
table tr.file {
	background-color:#f4f4f4;
}

table tr td.long, table tr th.long {
	display:inline-block;
	width:50%;
}
table tr td {
	font-size:12px;
}
table tr th {
	background-color:#e8e8e8;
	height:40px;
}
table tr td.short {
	display:inline-block;
	width:15%;
}
table tr td a {
	color:#1d8c47 !important;
}
table tr th.short {
	display:inline-block;
	width:15%;
}
i.fa-file-pdf-o {
	display:inline-block;
	margin-right:5px;
	margin-left:3px;
}
i.fa-check-circle-o {
	font-size:18px;
}
/*-------табличка-----*/

.control {
	text-align:center;
}
.control img {
	margin-left:15px;
}

.3dmodel {
	text-align:center !important;
}
.out.line {
	border-top:#1f954b 1px solid;
	width:100%;
}


/*-------слайдер-----*/

/*-------слайдер-----*/
@media (min-width: 780px) { 
h2.dopmat {
	display:block !important;
	color:#189746;
	background-color:#aee8c2;
	font-size:24px;
	width:100%;
	height:42px;
	margin-top:-7px;
	margin-bottom:20px;
	text-align:center;
}
h3.model {
	text-align:left;
	font-size:18px;
	margin-top:4px;
	margin-bottom:5px;
}
.gallery {
	text-align:justify;
}
.gallery:after {
                        width: 100%;
                        height: 0px;
                        visibility: hidden;
                        overflow: hidden;
                        content: '';
                        display: inline-block;
						margin-bottom:-10px;
        }

.gallery a {
	display:inline-block;
	vertical-align:top;
	margin-right:0px;
	margin-bottom:15px;
}
.gallery a img {
	width:180px;
	height:auto;
}
.hint-2 .left-box {
  width: calc(65% - 20px) !important;
  padding: 12px 60px 4px;
}
.hint-2 .right-box {
  width: calc(25% - 20px) !important;
  padding: 5px 10px 4px;
}
.model__frame {
	width:1086px;
	height:500px;
	margin:auto;	
}
.tag-why-we {
	padding:15px 0 20px;
}
.tag-why-we .why-are-we {
	margin:auto;
	width:700px;
}
.post-152 h3 {
	color:#fff;
	background-color:#179e42;
	height:49px;
	padding:7px 0 1px;
	font-size:28px;
}
.why-are-we h4 {
	font-size:22px;
	color:#1c9548;
	padding-left:30px;
}
.why-are-we {
	font-size:16px;
	padding-left:230px;
}
.post-154 {
	background-color: #e9e9e9;
	background-image:url(/wp-content/uploads/2023/03/servista_bg_why_we_2_.jpg);
	background-position-x: 45%;
	background-position-y: 52px;
	background-repeat: no-repeat;
}
.post-152 {
	background-image:url(/wp-content/uploads/2023/03/servista_bg_why_we_1_.jpg);
	background-position-x: 45%;
	background-position-y: 138px;
	background-repeat: no-repeat;
}
.post-156 {
	background-image:url(/wp-content/uploads/2023/03/servista_bg_why_we_3_.jpg);
	background-position-x: 45%;
	background-position-y: 198px;
	background-repeat: no-repeat;
	border-bottom:#e9e9e9 30px solid;
}
.ifr {
 width:1080px;
 height:500px;
}
}
@media (max-width: 779.98px) and (min-width: 400px) {
h2.dopmat {
	display:block !important;
	color:#189746;
	background-color:#aee8c2;
	font-size:24px;
	width:100%;
	height:42px;
	margin-top:-7px;
	margin-bottom:20px;
	text-align:center;
}
h3.model {
	text-align:left;
	font-size:18px;
	margin-top:4px;
	margin-bottom:5px;
}
.gallery {
	text-align:justify;
}
.gallery:after {
                        width: 100%;
                        height: 0px;
                        visibility: hidden;
                        overflow: hidden;
                        content: '';
                        display: inline-block;
						margin-bottom:-10px;
        }

.gallery a {
	display:inline-block;
	vertical-align:top;
	margin-right:0px;
	margin-bottom:15px;
}
.gallery a img {
	width:180px;
	height:auto;
}
.hint-2 .left-box {
  width: calc(65% - 20px) !important;
  padding: 12px 60px 4px;
}
.hint-2 .right-box {
  width: calc(25% - 20px) !important;
  padding: 5px 10px 4px;
}
.model__frame {
	width:1086px;
	height:500px;
	margin:auto;	
}
.tag-why-we {
	padding:15px 0 20px;
}
.tag-why-we .why-are-we {
	margin:auto;
	width:700px;
}
.post-152 h3 {
	color:#fff;
	background-color:#179e42;
	height:49px;
	padding:7px 0 1px;
	font-size:28px;
}
.why-are-we h4 {
	font-size:22px;
	color:#1c9548;
	padding-left:30px;
}
.why-are-we {
	font-size:16px;
	padding-left:230px;
}
.post-154 {
	background-color: rgb(174, 232, 194);
	background-image:url(/wp-content/uploads/2022/12/servista_bg_why_we_2.jpg);
	background-position-x: 45%;
	background-position-y: 52px;
	background-repeat: no-repeat;
}
.post-152 {
	background-image:url(/wp-content/uploads/2022/12/servista_bg_why_we_1.jpg);
	background-position-x: 45%;
	background-position-y: 138px;
	background-repeat: no-repeat;
}
.post-156 {
	background-image:url(/wp-content/uploads/2022/12/servista_bg_why_we_3.jpg);
	background-position-x: 45%;
	background-position-y: 198px;
	background-repeat: no-repeat;
	border-bottom:#aee8c2 30px solid;
}
.ifr {
 width:1080px;
 height:500px;
}
}
@media (max-width: 399.98px) { 
h2.dopmat {
	display:block !important;
	color:#189746;
	background-color:#aee8c2;
	font-size:18px;
	width:100%;
	height:42px;
	margin-top:-7px;
	margin-bottom:20px;
	text-align:center;
}
#to_top_scrollup {
	display:none !important;
}
h3.model {
	text-align:left;
	font-size:12px;
	margin-top:4px;
	margin-bottom:5px;
}
.control {
	font-size:10px;
}
.control-mouse {
	display:none;
}
.gallery {
	text-align:justify;
}
.gallery:after {
                        width: 97%;
                        height: 0px;
                        visibility: hidden;
                        overflow: hidden;
                        content: '';
                        display: inline-block;
						margin-bottom:-10px;
        }

.gallery a {
	display:inline-block;
	vertical-align:top;
	margin-right:0px;
	margin-bottom:10px;
}
.gallery a img {
	width:150px;
	height:auto;
}
.tag-why-we {
	padding:15px 0 2px;
}
.tag-why-we .why-are-we {
	margin:auto;
	width:90%;
}
.post-152 h3 {
	color:#fff;
	background-color:#179e42;
	height:49px;
	padding:7px 0 1px;
	font-size:28px;
}
.why-are-we h4 {
	font-size:20px;
	color:#1c9548;
	padding-left:0px;
	margin-bottom:5px;
	margin-top:5px;
}
.why-are-we {
	font-size:14px;
	padding-left:0px;
}
.post-154 {
	background-color: rgb(174, 232, 194);
	background-image: none;
	background-position-x: 45%;
	background-position-y: 52px;
	background-repeat: no-repeat;
}
.post-152 {
	background-image: none;
	background-position-x: 45%;
	background-position-y: 138px;
	background-repeat: no-repeat;
}
.post-156 {
	background-image: none;
	background-position-x: 45%;
	background-position-y: 198px;
	background-repeat: no-repeat;
	border-bottom:#aee8c2 30px solid;
}
.ifr {
 width:98%;
 height:200px;
}
.aista-map {
	display:none;
}
.aista-map-mob {
	display:block;
	width:98%;
	height:250px;
	background-image:url(/wp-content/uploads/2022/12/aista-mob-bg.jpg);
	background-position:left top;
	background-size:cover;
	background-repeat: no-repeat;
}
}
/*-------личный кабинет-----*/
/*-------footer-----*/
@media (min-width: 780px) { 

.site-branding-footer {
	padding-top:15px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	margin-right:150px;
}
.site-branding-footer  a {
	margin-top:10px;
	display:inline-block;
	vertical-align:top;
}
.site-branding-footer  .top-footer {
	margin-top:19px;
	display:inline-block;
	vertical-align:top;
}
a.button-down {
	font-size:12px;
	text-align:center;
	display: block;
	padding:10px 10px 11px;
	border-radius:9px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 2px 3px;
	background-color:#fff;
}
.contact-footer {
	padding-top:15px;
	display:inline-block;
	vertical-align:top;
	width:50%;
	margin-right:50px;
}
.footer-in {
	width:900px !important;
	margin:auto;
}
}
@media (max-width: 779.98px) and (min-width: 400px) {
.site-branding-footer {
	padding-top:15px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	margin-right:150px;
}
.site-branding-footer  a {
	margin-top:10px;
	display:inline-block;
	vertical-align:top;
}
.site-branding-footer  .top-footer {
	margin-top:19px;
	display:inline-block;
	vertical-align:top;
}
a.button-down {
	font-size:12px;
	text-align:center;
	display: block;
	padding:10px 10px 11px;
	border-radius:9px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 2px 3px;
	background-color:#fff;
}
.contact-footer {
	padding-top:15px;
	display:inline-block;
	vertical-align:top;
	width:50%;
	margin-right:50px;
}
.footer-in {
	width:900px !important;
	margin:auto;
}	
	
}

@media (max-width: 399.98px) { 
.site-branding-footer {
	padding-top:15px;
	display:block;
	width:98%;
	margin-right:0px;
}
.site-branding-footer  a {
	margin-top:10px;
	display:inline-block;
	vertical-align:top;
}
.site-branding-footer  .top-footer {
	margin-top:19px;
	display:inline-block;
	vertical-align:top;
}
a.button-down {
	font-size:12px;
	text-align:center;
	display: block;
	padding:10px 10px 11px;
	border-radius:9px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 2px 3px;
	background-color:#fff;
}
.contact-footer {
	padding-top:15px;
	display:block;
	width:98%;
	margin-right:0px;
}
.footer-in {
	width:98% !important;
	margin:auto;
}
}
/*-------footer-----*/
/*----МЕДИАЗАПРОСЫ!!!---*/
@media (min-width: 780px) { 
.out {
  width: 100%;
}
.in {
  width: 100%;
  max-width: 1088px;
  margin: auto;
  padding: 0 5px;
}
 }

@media (max-width: 779.98px) and (min-width: 400px) {
.out {
  width: 100%;
}
.in {
  width: 100%;
  max-width: 721px;
  margin: auto;
  padding: 0 5px;
}
 }


/*----МЕДИАЗАПРОСЫ!!!---*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #007242;
	font-family: Roboto, Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.9rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 0.7em;
}

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 0.2em;
}

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: #1d8c47;
}

a:visited {
	color: #1d8c47;
}

a:hover,
a:focus,
a:active {
	color: #199a48;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:none;
	border-color:none;
	border-radius: 0px;
	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:none;
}

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;
}
.wpcf7-validates-as-required {
	border: 2px solid #ec691f  !important;
}

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


@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 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 2.2em 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;
}
