@import url(/static/css/mobile-resise.css);
@import url(/static/css/navbar.css);

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  background: url(/static/images/main-bg.gif) repeat center 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
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;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}
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 {
  -webkit-box-sizing: content-box;
          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;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
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;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.wrap-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header-block {
  position: fixed;
  top: 0;
  z-index: 6;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: url(/static/images/h-bg.png);
}
.content {
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 1 0 auto;
}
.footer {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  width: 100%;
  border-top: 1px solid #999;
}
.mainlogoblock{
	background:url(/static/images/logo.png) no-repeat top -4px left -5px;
	width: 236px;
	height: 236px;
	border-radius: 50%;
	box-shadow:0 0 100px -12px #fff;
	-moz-box-shadow:0 0 100px -12px #fff;
	-ms-box-shadow:0 0 100px -12px #fff;
	-o-box-shadow:0 0 100px -12px #fff;
	-webkit-box-shadow:0 0 100px -12px #fff;	
}
.mainlogonav{
    background:url(/static/images/logo.png);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    left: 24px;
    width: 70px;
    height: 70px;
    top: 16px;
    margin-top: -9px;
    border-radius: 50%;
    z-index: 999;
}
.slider-block {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  width: 100%;
  height: 280px;
  padding: 22px 60px;
  background: url(/static/images/slider-bg_01.gif) repeat;
}
.slider-navigation-block {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/static/images/h-bg.png);
}
.slider-main .item p {
  margin: 4px;
}
.slider-main .item .name {
  color: #60b2ed;
  font-size: 28px;
  line-height: 30px;
}
.slider-main .item .text {
  color: #e4e4e4;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
.slider-main .item .small-text {
  color: #889499;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 22px;
}
.slider-main {
  margin-left: 30px;
  max-width: 360px;
}
.foot-menu, .copiright {
  text-align: right;
  width: 100%;
}
.copiright {
  padding: 0 40px;
}
.wrap-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 40px 32px 40px;
  color: #333;
}

.wrap-content h1,
.wrap-content h2,
.wrap-content h3,
.wrap-content h4 {
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-shadow: 0 0 1px #a3b0ba;
}
.wrap-content h1,
.wrap-content h2 {
  color: #1a3a52;
  width: 100%;
}
.wrap-content h3,
.wrap-content h4 {
  color: #4480ac;
  font-size: 18px;
  width: 100%;
}
.wrap-content h1 {
  font-size: 28px;
}
.wrap-content h2 {
  font-size: 20px;
}
.wrap-content a {
  color: #4480ac;
}

.squaer-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
  width: 100%;
}
.inner1, .inner2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.inner1 {
  border-bottom: 1px solid #6baad8;
  background-color: #4480ac;
}
.inner2 {  
  background-color: #214967;
  color: #fff!important;
  padding: 7px 0;
}
.squaer-block h2,
.squaer-block ul {
  color: #fff!important;
  text-transform: uppercase;
  text-shadow: 0;
  width: 100%;
  text-align: center;
}
.squaer-block ul {
  list-style: none;
  font-size: 14px;
  margin: 16px 0 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
}
.squaer-block li {
  padding-bottom: 9px;
  width: 100%;
  text-align: center;
}
.list1, .list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 14px;
}
.list1 {
  background-color: #214967;
  min-height: 200px;
}
.list2 {
  border-top: 1px solid #6baad8;
  background-color: #4480ac;
  min-height: 214px;
}
.button1, .button2 {
  display: inline-block;
  color: #fff!important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 24px;
  border: none;
}
.button1 {
  background-color: #4480ac;
  background: linear-gradient(#4480ac,#214967);
  margin: 8px 0;
}
.button1:hover {
  background: linear-gradient( #214967,#4480ac);
  text-decoration: none;
}
.button2 {
  background-color: #214967;
  background: linear-gradient( #214967,#4480ac);
  margin-top: 16px 0;
}
.button2:hover {
  background: linear-gradient(#4480ac,#214967);
  text-decoration: none;
}
.small-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.range {
  width: 100%;
  margin: 0;
  display: block;
}
.product-slider {
  text-align: -webkit-center!important;
}
.range .slick-prev,
.range .slick-prev:hover {
  background: url(/static/images/ui_left.png) no-repeat left top;
  width: 33px;
  height: 56px;
}
.range .slick-next,
.range .slick-next:hover {
  background: url(/static/images/ui_right.png) no-repeat right top;
  width: 33px;
  height: 56px;
}
.range .slick-prev::before,
.range .slick-next::before {
  content: '';
}
.range .slick-prev:hover,
.range .slick-next:hover {
  opacity: 0.8;
}
.imggal{
	position: relative;
	display: block;
	width: 100%;
	height: 250px;
  width: 250px;
	background-size: cover !important;
}
.panel{
	position: absolute;
	bottom: 0;
	display: flex;
  align-items: center;
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,0.6);
}
.panel p, .panel ul, .panel h3{	
	color: #fff;
  text-decoration: none;
  vertical-align: middle;
  padding: 3px 10px;
  margin: 0;
}
.panel h3 {	
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form textarea{
  padding:8px;
  display:block;
  width:98%;
  background:#fcfcfc;
  border: none;
  outline:none;
  color:#989898;
  font-size:0.9em;
  font-family:Arial, Helvetica, sans-serif;
  box-shadow: inset 0px 0px 3px #999;
  -webkit-box-shadow: inset 0px 0px 3px #999;
  -moz-box-shadow: inset 0px 0px 3px #999;
  -o-box-shadow: inset 0px 0px 3px #999;
  -webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.pers-item {
  display: flex;
  flex-wrap:wrap;
  margin: 40px 0;
  width: 100%;
}
.pers-img-wrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 1px 16px #4480ac;
}
.pers-img-wrap img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  -o-transform:translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pers-item-info {
  margin: 16px 24px;
}
.pers-item-info ul {
  list-style-type: none;
}
.pers-item-info ul li {
  margin: 8px 0;
}
.conact-info {
  font-size: 24px;
}


.section__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.section__panel {
  position: relative;
}

.section__container {
  position: relative;
  z-index: 5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.gallery__item {
  /*width: 48%;*/
  margin: 2%;
}

.gallery__item p {
  text-align: center;
  word-wrap: break-word;
}

.gallery__preview {
  display: block;
  padding: 4px;
  text-align: center!important;
}
.gallery__preview img {
  max-width: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  height: 200px;
  margin: 0 auto;
}
@supports (display: grid) {
  .gallery__preview img {
    height: auto;
    margin: 0;
  }
}
.gallery__unit {
  display: block;
  margin-bottom: 10px;
}
.gallery__unit.is--center {
  margin-top: 10px;
}
@media (min-width: 575px) {
  .gallery__unit {
    max-width: 300px;
  }
  .gallery__unit.is--left {
    float: left;
    margin-right: 20px;
  }
  .gallery__unit.is--right {
    float: right;
    margin-left: 20px;
  }
  .gallery__unit.is--center {
    margin-left: auto;
    margin-right: auto;
  }
}

.bread-crumbs {
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  list-style-type: none;
}

.bread-crumbs li::before {
  content: '/';
  margin: 0 4px;
}