html {
  height: 100%;
}

body {
  font-weight: normal;
  color: #8f8f90;
  font: 18px "Myriad Pro";
  position: relative;
  min-height: 100%;
}

footer {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

h1 {
	color: #6fafeb;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
	margin-top: 7px;
}

h3 {
    margin-bottom: 10px;
	font-weight: normal;
    color: #6fafeb;
}

a {
  color: #6fafeb;
  text-decoration: none;
}

p {
    line-height: 1.3;
	padding-bottom: 20px;
}

table {
    width: 100%;
    text-align: center;
}

tr {
	line-height: 2;
}

tr.table {
    background: #6fafeb;
    color: #fff;
    text-align: center;
}

tr.blue {
    background: rgba(111,175,235,0.1);
}

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

header {
  width: 100%;
}

header .bar{
  height: 161px;
}

header .bar .container-fluid{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 161px;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px
}

header .bar .container-fluid div{
  font-size: 16.5px;
  color:#8f8f90;
}

header nav{
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

header nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
  height: 44px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: left;
  align-items: center;
}

header nav ul li{
  padding:0 15px;
  position: relative;
}

header nav ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  display: block;
  height: 44px;
  line-height: 43px;
}

header nav ul li a:hover{
  color:#fff;
}

header nav ul ul{
	position: absolute;
	left: 0;
	top: 0;
	background: #6fafeb;
	z-index: 1000;
	height: auto;
	display: block;
	margin-top: 66px;
	font-size: 14px;
	padding-top: 10px;
	/*-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;*/
	opacity: 0;
	visibility: hidden;

}

header nav ul li:hover > ul {
	margin-top: 44px;
    opacity: 1;
    visibility: visible;
    border-top: 2px solid #fff;
}

header nav ul li ul li:hover > ul {
    margin-top: 44px;
    opacity: 1;
    visibility: visible;
    margin-left: 155px;
    margin-top: -12px;
}

header nav ul ul li{
	margin-bottom: 10px;
	font-size: 16.5px;
	white-space: nowrap;
	height: auto;
}

header nav ul ul li:hover{
	background: #8f8f90;
}

header nav ul ul li a{
	font-size: 16.5px;
	white-space: nowrap;
	height: auto;
	line-height: normal;
	line-height: 45px;
}

header nav ul ul{
	display: block;
}

header .slider .container-fluid {
    max-width: 1140px;
    padding-top: 5px;
}

form.zakaz-item{
  text-align: center;
}

form.zakaz-item label{
  display: block;
  margin-bottom: 20px;
}

form.zakaz-item select{
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #6fafeb;
  font: 16px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

form.zakaz-item input{
  display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #8f8f90;
    font: 16px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

form.zakaz-item textarea{
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border:1px solid #6fafeb;
  font: 16px;
  resize: none;
  height: 130px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

form.zakaz-item .invalid > *{
  border-color:#ff0000;
}

form.zakaz-item a.button-1{
  background: #6fafeb;
  color:#fff;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 15px;
}

form.zakaz-item .success{
  color:green;
  margin-top: 20px;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

p.pol {
    font-size: 14px;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}

.popup {
  background: #fff;
    overflow-x: auto;
    position: fixed;
    display: none;
    z-index: 11;
    width: 100%;
    max-width: 360px;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid #6fafeb;
    -webkit-box-shadow: 0 0 50px rgb(0 0 0 / 50%);
    box-shadow: 0 0 50px rgb(0 0 0 / 50%);
    padding: 25px; 
}

  .popup p.title {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 30px;
	color: #6fafeb;
}

  .popup a.close {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 10px;
    color: #6fafeb;
    font-size: 36px;
    line-height: 1;
}

.crumbs {
    padding-top: 20px;
	padding-bottom: 20px;
    margin-bottom: 50px;
    max-width: 100%;
    background-color: #f0f7fd;
}

.container-crumbs {
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.bar-and-nav {
    width: 100%;
	padding-bottom: 3px;
}

.bar_fon {
    background: #3d3d3d;
    z-index: -3;
    display: none;
}

.nav_fon {
    height: 50px;
    background: rgba(0,0,0,.8);
    z-index: -3;
	display: none;
}

.footer-block {
	width: 100%;
    height: 50px;
    background-color: #8f8f90;
	margin-top: 50px;
}

.logo {
    padding-top: 20px;
}

li.first.level1.current.odd {
    background-color: #6fafeb;
    height: 44px;
	color: #fff;
    font-size: 20px;
    line-height: 45px;
}

li.first.level1.current.odd:hover {
    background: #8f8f90;
}

li.level1.even.two {
    background-color: #6fafeb;
    height: 44px;
	color: #fff;
    font-size: 20px;
    line-height: 45px;
	cursor: pointer;
}

li.level1.even.two:hover {
    background: #8f8f90;
}

li.level1.odd.two {
    background-color: #6fafeb;
    height: 44px;
	color: #fff;
    font-size: 20px;
    line-height: 45px;
}

li.level1.odd.two:hover {
    background: #8f8f90;
}

li.level1.odd.three {
    background-color: #6fafeb;
    height: 44px;
	color: #fff;
    font-size: 20px;
    line-height: 45px;
	cursor: pointer;
}

li.level1.odd.three:hover {
    background: #8f8f90;
}

li.level1.even.three {
    background-color: #6fafeb;
    height: 44px;
	color: #fff;
    font-size: 20px;
    line-height: 45px;
}

li.level1.even.three:hover {
    background: #8f8f90;
}

li.level1.even.four {
    background-color: #6fafeb;
    height: 44px;
	color: #fff;
    font-size: 20px;
    line-height: 45px;
}

li.level1.even.four:hover {
    background: #8f8f90;
}

li.last.level1.odd {
    background-color: #6fafeb;
    height: 44px;
	color: #fff;
    font-size: 20px;
    line-height: 45px;
}

li.last.level1.odd:hover {
    background: #8f8f90;
}

.footer-container-fluid {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 16.5px;
	justify-content: space-between;
    align-items: center;
    display: flex;
}

header nav ul a:hover {
    text-decoration: none;
}

.cat ul {
    list-style: none;
	padding: 0;
}

.cat li {
    display: flex;
    margin-bottom: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cat li:hover {
    border: 1px solid #6fafeb;
	margin-left: -1px;
	margin-top: -1px;
}

.cat li img {
    display: block;
    margin: auto;
	max-width: 434px;
}

.img-cat {
    width: 434px;
    height: 319px;
	display: flex;
}

.img-cat-fon {
    width: 434px;
    height: 319px;
    background-color: rgba(111,175,235,0.1);
    position: absolute;
}

.img-item {
    width: 434px;
    height: 379px;
	border: 1px solid #6fafeb;
    position: relative;
}

.img-item-fon {
    width: 434px;
    height: 319px;
    background-color: rgba(111,175,235,0.1);
    position: absolute;
	z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.img-item img {
	display: block;
    margin: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	max-width: 432px;
}

.text-item {
    width: 705px;
    margin-left: 30px;
}

.cat a:hover {
    text-decoration: none;
}

h2.item-title {
    color: #6fafeb;
    font-size: 22px;
    font-weight: normal;
	margin-bottom: 20px;
}

a.button1 {
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    padding: .6em 1.7em calc(.5em + 3px);
    border-radius: 3px;
    background: #6fafeb;
    box-shadow: 0 -3px #328de3 inset;
    transition: 0.2s;
} 

a.button1:hover { background: #328de3;
}

a.button1:active {
  background: #276fb2;
  box-shadow: 0 3px #276fb2 inset;
}

.pagination {
    margin-top: 25px;
}

a.ditto_previous_link {
    font-size: 14px;
}

a.ditto_next_link {
    font-size: 14px;
}

span.ditto_previous_link {
    font-size: 14px;
}

span.ditto_next_link {
    font-size: 14px;
}

.pagination-pages {
    height: 100px;
    display: block;
    align-items: center;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}

span.ditto_currentpage {
    background-color: #6fafeb;
    border-radius: 4px;
    border: 1px solid #8f8f90;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
	margin-left: 5px;
}

a.ditto_page {
    color: #8f8f90;
	margin-left: 5px;
	display: inline-block;
    line-height: 2.5;
}

a.ditto_page span {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
	border: 1px solid #8f8f90;
    border-radius: 4px;
	color: #8f8f90;
}

.photoblock img {
    cursor: zoom-in;
}

.photoblock a {
    cursor: zoom-in;
}

h2.char {
    color: #6fafeb;
    font-size: 22px;
    font-weight: normal;
	margin-bottom: 26px;
}

.partnery-text-2 {
    padding-top: 26px;
    font-size: 22px;
}

h2.partnery-text-1 {
    color: #6fafeb;
    font-size: 22px;
	font-weight: normal;
}
	
.nav_fon_top {
    background: #6fafeb;
	height: 44px;
	text-transform: uppercase;
}

.item-line {
    margin-left: 30px;
}

.mfp-title {
    line-height: 12px !important;
    font-size: 12px;
}

.mfp-img {
	margin-top: -50px !important;
}

.mobyes {
	display: none;
}

.header-image {
	display: block;
}

.mobile-header-image {
	display: none;
}

span.mobile {
	display: none;
}
	
span.desctop {
	display: block;	
}

/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { min-width: 300px; max-width: 1140px; margin: auto; padding: 0; position: relative; margin-top: 5px;

 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer; 
}

.cycle-pager span.cycle-pager-active {
    color: #6fafeb;
}

.cycle-pager > * {
    cursor: pointer;
}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { min-width: 100%;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}