/*!
Theme Name: sky
Theme URI: http://fotobashnya.com.ua
Author: Студия Фотобашня
Author URI: http://fotobashnya.com.ua
Description: Студия разработки сайтов
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sky
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 with others.

sky is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
    color:#0e0e0e;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
.owl-carousel .owl-item img {
    height: 100%;
    border:1px solid #25282b;
}
/*.serv {
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index: 999;
}*/

.serv {
    background: #25282b;
}

.site-header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background: #fff;
    z-index:1000;
}
.mainvideo{
    position:fixed;
    top:0;
    left:0;
    /*background: rgba(0, 0, 0, .5);*/
    width:100%;
    height: 100vh;
background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 24%, rgba(0,0,0,0.8) 92%, rgba(0,0,0,0.8) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(8%, rgba(0,0,0,0.8)), color-stop(76%, rgba(0,0,0,0))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 24%, rgba(0,0,0,0.8) 92%, rgba(0,0,0,0.8) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(0,0,0,0) 24%, rgba(0,0,0,0.8) 92%, rgba(0,0,0,0.8) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(0,0,0,0) 24%, rgba(0,0,0,0.8) 92%, rgba(0,0,0,0.8) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(0,0,0,0) 24%, rgba(0,0,0,0.8) 92%, rgba(0,0,0,0.8) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.mainpagestile {   
    margin-top: 50px; 
}

.owl-carousel.owl-drag .owl-item p {
    margin-top:-100px;
}
.owl-carousel.owl-drag .owl-item p a {
    background:rgba(0, 0, 0, .7);
    padding:15px 25px 15px 15px;
    color:#d2d2d2;
    font-size:12px;
    text-transform:uppercase;
    line-height: 45px;
}

p {
    font-weight: 300;
}
footer {
    background: #fbfbfb;
}

.site-footer-intro {
    padding-top: 10px; 
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.menu-toggle, .main-navigation.toggled ul {
    display: block;
    background: transparent!important;
    color:#ccc;
    font-size:20px;
    border:0px solid #000;
}

.dashicons, .dashicons-before:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 50px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #0e0e0e;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    color:#0e0e0e;
    line-height: 1;
}
h3 {
    padding: 10px 0;
}

/*h2.entry-title {
    font-size:24px;
    padding-top: 20px; 
    color:#0e0e0e;
}*/

h2.entry-title a {   
    color:#0e0e0e!important;
    text-decoration:none;
}

h2.page-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style:italic;
    padding-top:20px; 
}

p {
	margin-bottom: 2em;
    line-height: 1.4;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	/*background: #fbfbfb;*/
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	/*padding: .6em 1em .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: #010101;
	border: 1px solid #010101;
	border-radius: 0px;
	padding: 10px;
    background: transparent;
}

input[type="search"]{
    background: transparent;
    border-radius:0;
    color:#d3d4d4;
    border-bottom: 1px solid #d3d4d4;
    border-top:0px solid #0061da;
    border-right:0px solid #0061da;
    border-left:0px solid #0061da;
    padding:10px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {      
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 0px;
   border-bottom: 1px solid #d3d4d4;
    border-top:0px solid #0061da;
    border-right:0px solid #0061da;
    border-left:0px solid #0061da;
    padding:12px 0;
}


input[type="submit"].search-submit, input[type="submit"].search-submit:hover{
     background: transparent url(image/search.png) center center no-repeat;   
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 0px;
   border-bottom: 1px solid #d3d4d4;
    border-top:0px solid #0061da;
    border-right:0px solid #0061da;
    border-left:0px solid #0061da;
    padding:12px 0;
    color:transparent;
    box-shadow:none;
}

input[type="submit"] {
     background: #3498db;   
    font-size: 14px;
    line-height: 1;
    border-radius: 2px;
   border-bottom: 0px solid #d3d4d4;
    border-top:0px solid #0061da;
    border-right:0px solid #0061da;
    border-left:0px solid #0061da;
    padding:15px 25px;
    color:#fbfbfb;
    
}

input[type="submit"]:hover {
     background: #3498db;   
    font-size: 14px;
    line-height: 1;
    border-radius: 2px;
   border-bottom: 0px solid #d3d4d4;
    border-top:0px solid #0061da;
    border-right:0px solid #0061da;
    border-left:0px solid #0061da;
    padding:15px 25px;
    color:#fbfbfb;
    box-shadow:1px 1px 10px 1px rgba(52,152,219,1);
-webkit-box-shadow:1px 1px 10px 1px rgba(52,152,219,1);
-moz-box-shadow:1px 1px 10px 1px rgba(52,152,219,1);
}



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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color:#0e0e0e;
}


a:hover, a:focus, a:active {
	color:#0061da;
}

a:focus {
	outline: thin dotted;
    color:#0061da;
}

a:hover, a:active {
	outline: 0;
    color:#0061da;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    font-family: 'Roboto', sans-serif;
	clear: both;
	display: block;
	float: left;
	width: 100%;
    text-decoration:none;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
    display: block;
    /* text-align: right; */
    float: right;       
    margin: 0;
}

.main-navigation ul li a {
	padding: 30px 15px 30px 15px;
}
/*.main-navigation ul li.current-menu-item, .main-navigation ul li.current-menu-ancestor  {
    border-top: 5px solid #0061da;
}*/

.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	float: left;
	position: absolute;
    padding-top:0;
	top: 100%;
	left: -999em;
	z-index: 99999;
    background: #fff;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
    border-left:1px solid #eee;
}

.main-navigation li {
    border-top: 5px solid #fff;
    }

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
/**{
    border:1px solid red;
}*/
.main-navigation ul ul a {
	width: 220px;
    padding:10px;
    text-transform: none;
    font-weight: 400;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul li a.current-menu-item {
    color:red;
}

.main-navigation li{
	float: left;
	position: relative;
    display: inline-block;   
}

.footer-navigation li ul{
    display: none;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #222;   
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.main-navigation ul ul a {
    display: block;
    text-decoration: none;
    color: #222;
    padding: 7px 25px 7px 10px;
    text-transform:none;
    font-size: 14px;  
}


.footer-navigation ul {
    list-style-type: none;
    padding-top: 25px; 
    margin-left:-30px; 
}

.footer-navigation ul li {
   display: inline-block;
    font-size: 13px;
}


.floatright {
     padding:  20px 0;
     float: right;
    text-align: right;
}

.main-navigation a:hover, .footer-navigation a:hover{
    color:#0061da!important;
   
}
.main-navigation li:hover {
    border-top: 5px solid #0061da;
} 

.main-navigation ul li ul li:hover {
    border-top: 5px solid #fff;
} 

.titlehead {
    border-bottom:1px solid #eeeeee;
}

.language {
    
    color: #e6e6e6;    
}

.languageline a {    
    color: #e6e6e6;
    text-decoration:none;
}

.languageline a.act {
    color: #0061da!important;
}

.languageline {
    border-bottom: 1px solid rgba(230, 230, 230, .4);   
    margin-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
}

small {
    color:#8b8b8b;  
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
    
.menu-toggle::before{
     content: "\2014 \00A0";
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 0px;
    border-bottom: 1px solid #d3d4d4;
    border-top: 0px solid #0061da;
    border-right: 0px solid #0061da;
    border-left: 0px solid #0061da;
    padding: 15px 0;
    color: transparent;
}
}




.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.date {
    font-size:12px;
    color:#8e8e8e;
}

nav {
 transition: 1s;
}

/*--------------------------------------------------------------
# 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;
}


/*.site-header {
    margin:20px;
}*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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: left;
    color:#a1a1a1;
    font-size: 11px;
    line-height: 1.1;
    padding: 10px 0;
    border-bottom: 1px solid #b7b7b7;    
}

.kama {
    margin-bottom: 50px;
    background: #fbfbfb;    
    color:#ccc; 
    /*margin-top: 70px;*/
    font-size:12px;
}

.kama a { 
    color:#0261d9!important;
}

.bread {
    padding:25px 0;
   /* margin-top:70px; */
}

.bread-page {
    padding:25px 0;
    margin-top:0px; 
}


h3.news-title {
    text-align: left;
}

h3.news-title::first-line{
   color: red!important;
}

h3.news-title a, h2.titleArticle{
    font-family: 'Roboto Condensed', sans-serif;
    color:#0960b9!important;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    font-size: 36px; 
}
.details a {
    padding: 10px;
    color:#0960b9;
    border:1px solid #0960b9;
    display: block;
    width: 150px;
    text-align: center;
    text-decoration: none;
    margin: 20px 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
#services {
    position: absolute;
    left:0;
    bottom:0;
    widows: 100%;
    z-index:999;
}
footer .site-footer {
    background: #fbfbfb;
}

.serv {
    background: #25282b;
}

.psgal {float:left;}
.site-footer nav, .site-footer-intro nav {
    /*padding: 20px 0;*/
    background: #fbfbfb;
    margin-bottom:-1px;
    padding: 0!important;
    
}


.menu-nizhnye-menyu-container ul {
    
}
.menu-nizhnye-menyu-container ul li a
{
    color:#696b6c;
    padding: 10px;
}

.flot {
    float: none;
    display: inline-block;
    text-align: right;
}
.excerpt {
    padding-top:20px;
}
.title {
    font-size:18px; 
    font-weight: bold;
    padding-top: 20px;
}


/*newssss*/
.news  {
    line-height: 20px;
    background:#e9e9e4;
    padding: 30px;
    margin-top:-30px;
}

.intro {
    padding-left: 30px;
}




.block-position .left-position{
   float: right;
     -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 50px 0 5% 0!important;
}

.block-position .produkt{
   float: left;
     -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: table;
     vertical-align: middle;
    margin: auto;
}

.block-position:nth-child(2n) .left-position{
   float: left!important;
     -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
     padding: 50px 0 5% 0!important;
}

.block-position:nth-child(2n) .produkt{
   float: right!important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: table;
    vertical-align: middle;
}

.block-position:nth-child(2n) .left-position:first-child  {
   float: right;
     -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bbbt{
    display: table-cell;
    vertical-align: middle;
    padding: 0 5% 0 25%;
    text-align: left;    
}

.bbbtr {padding: 0 25% 0 5%;}

.imageright {
   
    border:1px solid red;
}


.site-branding svg {
    width:200px;
}

.bbbt p {
    margin-top: 20px;
    vertical-align: middle;
    vertical-align: middle;
}

.produkt { 
  text-align: center;  
}

.colophon .socialicons  {
    /*margin-top: 15px;*/
    text-align: right;
    color:#0061da;
    padding-top: 10px;
}

.colophon .socialicons a { 
    color:#696b6c!important;
    padding: 0 20px 0 0;
}

.nav-links a {
     background: transparent;
    border: 1px solid #ccc;
    padding: 10px 15px;
    color: #727275;
    border-radius:50%;
}


.nav-links a:hover {
   background: #3498db;
    border: 1px solid #3498db;
    padding: 10px 15px;
    color: #fbfbfb;
    text-decoration: none;
    border-radius:50%;
}


.nav-links a.next, .nav-links a.prev{
    background: transparent;
    border: 1px solid #ccc;
    padding: 10px 15px;
    color: #3498db;
    border-radius:5px;
    text-decoration: none;
}
.nav-links a.next:hover, .nav-links a.prev:hover{
    background: #3498db;
    border: 1px solid #3498db;
    padding: 10px 15px;
    color: #fbfbfb;
    border-radius:5px;
    text-decoration: none;
}

.nav-links span {
    background: #3498db;
    padding: 10px 15px;
    color: #fff;
    border-radius:50%;
}
.linemainblock {
    position:sticky;
    bottom:0;
    overflow: hidden;
}
@media screen and (max-width: 900px) {    
    header.flot img {
        display:none;
    }
    .bbbt{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10%;
    text-align: left;    
}
.bbbtr {padding: 0 10%;}
    
.bread {
        padding:25px 0;
    }
        
.site-content {
    
    margin-top: 0px!important;
} 
  
}
    
.floatright {
        float:right!important;
} 


@media  (min-width: 1200px){
.site-content {
    margin-top:70px; 
}
    }
    
@media  (min-width: 320px) and (max-width: 1200px) {    
.bread {
    padding:25px 0;
    margin-top:0px; 
        }
    
    }

    video#bgvid {
        display: none;
    }
    
    .smailblock {
        display: block;
    }
    
    #demosno, .colophon .smailblocknet{
        display: none;
    }
    
    .mainpagestile {   
   margin-top:70px; 
}   
    
}

video#bgvid[poster]{      
    background: url(image/poster.jpg) center center no-repeat; 
    background-size: cover;
}

@media screen and (min-width: 1919px) {
body,
button,
input,
select,
optgroup,
textarea {
	color: #0e0e0e;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: normal;
    }

}
.smailblock {
    display: none;
}




table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse !important;
    border-spacing: 0;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
table th, table td {
    padding: 10px;
      border-width: 1px;
    border-style: solid;
    border-color:#ccc;
}

table tr:nth-child(2n+1) td {
    background: rgba(0,0,0,0.02);
}
/*social_button*/
#share {
	width:50%;
	/*border:1px solid #eaeaea;*/
	/*margin: 0 auto;*/
}
.like {
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
}
.push {
	display: inline-block;
	width: 17%;
	min-width: 100px;
	line-height: 40px;
	margin: 5px 2px 20px 2px;
	font-size: 15px;
	text-align: center;
	color:#fff;
	cursor: pointer;
}
 
.facebook {background-color:#ccc; color:#fff!important;}
.facebook:hover {background-color:#2d4373; color:#fff!important;}
.google {background-color:#ccc; color:#fff!important;}
.google:hover {background-color:#c23321; color:#fff!important;}
.twitter1 {background-color:#ccc; color:#fff!important;}
.twitter1:hover {background-color:#2795e9; color:#fff;}
.vkontakte {background-color:#587ea3;}
.vkontakte:hover {background-color:#466482; color:#fff;}
.ok {background-color:#ee8208;}
.ok:hover {background-color:#ee7808; color:#fff;}
/*social_button*/


.bbbn {
   display: table-cell;
   vertical-align: middle;
   padding: 20px 0;
    text-align: left;
}

 
.articleContainer p, .linkdoc p {
    margin-bottom: 10px; 
    line-height: 1.4;
}
.articleContainer ul, .linkdoc ul {
    margin-left: -5px;     
}

.linkdoc ul li {
   padding: 5px 0;     
}

.su-spoiler-style-default>.su-spoiler-title {
    font-family: 'Roboto', sans-serif;
    padding: 15px 0 15px 55px!important;
    /*border: 1px solid #0960b9;*/
    color:#0960b9;
    background: #fbfbfb;
    margin: 0px!important;
    font-size:16px;
}

.su-spoiler-style-default>.su-spoiler-title strong {
     font-weight: 400!important;
}

.su-accordion p {
    display: none;
}

.linkdoc ul {
    margin-left: -25px;
    color: #0960b9;
    font-weight: 300;
    font-size:14px;
}

.su-spoiler-icon {
    position: absolute;
    left: 20px!important;
    top: 14px!important;
    display: block;
    width: 20px;
    height: 20px;
    font-weight: 400!important;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-family: ShortcodesUltimateIcons;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    *margin-right: 0.3em;
    color:#0960b9;
}
/*
.su-service-title {
    display: block;    
    color: #333;
   font-weight: 300!important;
   font-size: 13px!important;
}
.su-service {
    
    display: inline-block!important;
    width: 190px!important;   
    line-height: 20px!important;
    border:1px solid #eee;
    padding: 10px;
    height:60px;
    overflow: hidden;
}
.su-service-title {
    display: block;
    color: #333;    
    font-size: 16px;
    line-height: 18px!important; 
}
.su-service-title img {
    position: absolute!important; 
    top: 12px!important; 
    left: 10px!important; 
    display: block!important;    
    border: none!important;
    box-shadow: none!important;
  
}*/
.su-button {
    display: inline-block;
    width:25%;  
    min-width: 130px;
    margin: 2px 0 2px 2px; 
    padding: 10px 0 0 0!important;
    vertical-align: top;
    height: 120px;
    pointer-events: none!important;
    cursor: default!important;    
}
.su-button small {
    display: block;
    margin: 0!important;
    padding: 10px 0 0 0!important;
    color: inherit;
    text-align: center;
    font-style: normal;
    font-size: 14px!important;
    line-height: 1;
    opacity: 0.7;   
}


.su-button img {
    border: none !important;
    vertical-align: middle !important;
   width: 42px!important;
    height: 42px!important;
    margin: 0em 15px 0 15px !important;
}
