button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/* ----- Fonts ------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"); }
@font-face {
  font-family: "Glyphter";
  src: url("../fonts/Glyphter.woff") format("woff"); }
[class*='icon-svg-'] {
  line-height: 1em;
  font-family: "Glyphter";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-style: normal; }

/* ----- END Fonts --------------------- */
/*                                       */
/*                                       */
.icon {
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle; }

a.icon {
  text-decoration: none;
  outline: none; }

.icon-atm_logo {
  width: 18px;
  height: 18px;
  background-position: -5px -5px; }

.icon-counter1 {
  width: 87px;
  height: 31px;
  background-position: -5px -33px; }

.icon-counter2 {
  width: 87px;
  height: 31px;
  background-position: -102px -5px; }

.icon-home {
  width: 15px;
  height: 15px;
  background-position: -33px -5px; }

.icon-mail {
  width: 10px;
  height: 15px;
  background-position: -58px -5px; }

.icon-map {
  width: 13px;
  height: 15px;
  background-position: -78px -5px; }

/* ----- Typography -------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #0669B2;
  font: 12px "Arial", Verdana, sans-serif;
  line-height: 17px;
  color: #00415e; }

.title-site, h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-family: "Arial", Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  color: #00415e; }

h1, .title-site_h1 {
  font-size: 18px;
  margin-bottom: 20px; }

h2, .title-site_h2 {
  font-size: 16px;
  margin-bottom: 20px; }

h3, .title-site_h3 {
  font-size: 16px; }

h4, .title-site_h4 {
  font-size: 14px; }

h5, .title-site_h5 {
  font-size: 14px;
  line-height: 1.3em; }

h6, .title-site_h6 {
  font-size: 12px;
  line-height: 1.3em; }

.color-danger {
  color: #ff0000; }
  .color-danger:hover {
    color: #ff0000; }

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 20px; }

strong, b {
  font-weight: bold; }

.fancy {
  text-decoration: none;
  outline: none; }

.text-bl ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 15px; }
.text-bl > a {
  margin-bottom: 20px;
  display: block; }
.text-bl > div {
  margin-bottom: 20px; }
.text-bl__center {
  text-align: center; }
.text-bl_center {
  text-align: center; }
.text-bl ol {
  margin-bottom: 20px;
  list-style-type: decimal;
  padding-left: 15px; }

.text-bl-grid_center {
  text-align: center; }

.text-italic {
  font-style: italic; }

.text-bold {
  font-weight: bold; }

.text_center, .text-center {
  text-align: center; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_uppercase {
  text-transform: uppercase; }

.title-site_h4 a {
  font-size: 12px;
  font-weight: bold; }

.st-text {
  font-weight: normal;
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%; }

a {
  color: #00415e;
  text-decoration: underline; }
  a:hover {
    text-decoration: none;
    color: #002f45; }

.text-bl-grid {
  text-align: center; }
  .text-bl-grid > div {
    margin-bottom: 10px; }
  .text-bl-grid > div:last-child {
    margin-bottom: 0; }

.text-bl > img {
  margin-bottom: 20px; }

.text-bl__list-push li {
  margin-bottom: 20px; }
  
  
.aside-fix-panel {
    position: fixed;
    right: -295px;
    top: 40%;
    z-index: 2000;
    width: 340px;
}  
 
 
table.bord{
    border-top:   1px solid #00415e !important;
    border-right: 1px solid #00415e !important;
    margin-bottom: 10px !important;
}
  
.bord td{
    border-bottom: 1px solid #00415e !important;
    border-left:   1px solid #00415e !important;
    padding: 5px  !important;
}  

.gallery img{
    width: 99%;
    margin-right:5px !important; 
    margin-bottom: 5px;
    border:2px solid #0082c6;
}
 
.news_list{
    margin-top: 10px;
    margin-left: 0px;
} 

.news_list li{
    margin-bottom: 6px;
}

.news_list li > A{
    font-weight:bold;
}

.blanks_content{
    float: left;
    width: -webkit-fill-available;
}

.blanks_list{
    margin-left: 0px;
    list-style-type: none;
    width: max-content;
    float: left;
}

.blanks_list li{
    float: left;
    list-style-type: none;
    display: table-cell;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 210px;
}

.blanks_list li img{
    height: 100px;
    margin-bottom: 6px;
}

.blank_title{
    margin-bottom: 4px;
    height: 30px;
}

/*
.blanks_gallery{
    float: left !important;
    width: 100% !important;
}
*/

 
.blanks_gallery img{
    height: 130px;
    border: 1px solid #0A71BC;
    margin-right: 4px;
    margin-bottom: 10px;
} 

.blanks_gallery2 img{
    height: 360px;
} 
 
.blank_download{
    font-weight: bold;
    color: #0A71BC;
} 
 
.desc iframe{
    min-height: 700px;
} 

.product_list{
    float:left;
    width: 100%;
}
 
.product_list A{
    width: 200px;
    margin-right: 6px;
    margin-bottom: 10px;
    float: left;
    text-align: center;
} 

.product_list img{
    margin-bottom: 6px;
    height: 150px;
}

.plitka{
    margin-top: 6px;
    /*line-height: 30px;*/
}

.plitka A{
    border: 1px solid #0669B2;
    padding: 4px 8px 4px 8px;
    border-radius: 8px;
    text-decoration: none;
}

.plitka A:hover{
    background: #0669B2;
    color: #fff;
}
 
.oglavlenie A{
    text-decoration: none;
    border-bottom: 1px dotted #00415e;
} 

.oglavlenie li{
    margin-bottom: 4px;
}

.gost_content{
    background: #fff !important;
}

.main_line{
    float: left;
    width: 100%;
    line-height: 30px;
    margin-bottom: 10px;
}

.main_line .bread{
    float:left;
}

.main_line .sublinks{
    float: right;
}

.main_line .sublinks A{
    background: #0A71BC;
    color: #fff;
    text-decoration: none;
    padding: 4px 8px 4px 8px;
    border-radius: 6px;
}

.main_line .download, .main_line .download2{
    float:right;
    background: #cb2141;
    padding: 4px 12px 4px 4px;
    border-radius: 6px;
} 

.main_line .download A, .main_line .download2 A{
    color: #fff;
    margin-left: 54px;
    text-decoration: none;
}

.main_line .download:before{
    content: " ";
    background: url(/img/download.png) top left no-repeat;
    width: 40px;
    height: 22px;
    position: absolute;
    margin-left: 6px;    
}

.main_line .download2:before{
    content: " ";
    background: url(/img/download2.png) top left no-repeat;
    width: 40px;
    height: 22px;
    position: absolute;
    margin-left: 6px;    
}

.main-grid{
    float: left;
    width: 100%;
}

.textDoc{
    padding-left: 2px !important;
    padding-right: 0px !important;
}

h2 A, h3 A, h4 A, A h2, A h3{
    text-decoration: none;
}
 
  
@media only screen and (min-width: 640px) {
  .text-bl-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .text-bl-grid__three-col {
      width: 48%; }
    .text-bl-grid__two-col {
      width: 48%;
      margin: 0 0.2%; } 

}
/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  h1, .title-site_h1 {
    font-size: 18px; }

  h2, .title-site_h2 {
    font-size: 18px; }

  h3, .title-site_h3 {
    font-size: 14px; }

  h4, .title-site_h4 {
    font-size: 13px; }

  h5, .title-site_h5 {
    font-size: 12px; }

  h6, .title-site_h6 {
    font-size: 12px; }

  .text-bl-grid__three-col {
    width: 32%;
    margin: 0 1%; }
  .text-bl-grid__four-col {
    width: 23%;
    margin: 0 1%; }
  .text-bl-grid__half-col {
    width: 48%;
    margin: 0 1%; }
  .text-bl-grid > div {
    margin-bottom: 0; }
  .text-bl-grid > div:first-child {
    margin-left: 0; }
  .text-bl-grid > div:last-child {
    margin-right: 0; }

  .text-bl-grid_center .text-bl-grid__two-col:first-child {
    text-align: right; }
  .text-bl-grid_center .text-bl-grid__two-col:last-child {
    text-align: left; }

  .text-bl ul {
    margin-left: 20px; }


  /* end media min width 768 pixels */ }
/* ----- END Typography ---------------- */
/*                                       */
/*                                       */
.table-box {
  text-align: center;
  overflow: auto; }
  .table-box table {
    width: 840px;
    border-top: 1px solid #00415e;
    border-left: 1px solid #00415e; }
    .table-box table td {
      border-bottom: 1px solid #00415e;
      border-right: 1px solid #00415e;
      padding: 5px; }
    .table-box table th {
      border-bottom: 1px solid #00415e;
      border-right: 1px solid #00415e;
      padding: 5px; }

/* ----- Page structure ---------------- */
.clear {
  clear: both; }

.group:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden; }

#wrapper {
  min-width: 320px;
  background: linear-gradient(to bottom, #0075d0 0%, #067fd3 8%, #199edd 68%, #1ba2df 100%);
  border-top: 1px solid #fff;
  margin-top: 20px; }

.section-st {
  padding: 20px 0; }

.container {
  padding-left: 15px;
  padding-right: 15px; }

.hidden-mobile {
  display: none; }
  @media only screen and (min-width: 768px) {
    .hidden-mobile {
      display: block; } }

.hidden-devices {
  display: none; }

.fixed-window {
  display: none;
  text-decoration: none;
  outline: none;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -80px;
  z-index: 5; }

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .fixed-window {
    display: block; }

  html, body {
    height: 100%; }

  body {
    display: flex;
    flex-direction: column; }

  #wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column; }

  #middle {
    flex: 1 0 auto;
    display: flex; }
    #middle .container {
      min-height: 100%;
      width: 100%; }
      #middle .container .middle-box {
        min-height: 97%;
        background-color: #C4EDFF;
        background-clip: content-box;
        margin: 3% auto 0; }

  .footer {
    flex-shrink: 0; }

  .section-st {
    padding: 50px 0; }

  .container {
    max-width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto; }

  .hidden-devices {
    display: block; }

  .hidden-desktop {
    display: none; }

  /* end media min width 1000 pixels */ }
/* ----- Header ------------------------ */
.header {
  position: relative; }

.logo a {
  display: block;
  outline: none;
  overflow: hidden;
  max-width: 250px;
  position: relative;
  height: 80px; }
.logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -34%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px; }

@media only screen and (min-width: 480px) {
  .logo a {
    max-width: 300px; }
  .logo img {
    max-width: 700px; } }
@media only screen and (min-width: 640px) {
  .logo a {
    max-width: 400px; }
  .logo img {
    max-width: 950px; } }
@media only screen and (min-width: 1000px) {
  .logo a {
    overflow: visible;
    max-width: none;
    height: 120px; }
  .logo img {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 100%;
    max-width: none; } }
/* ----- END Header -------------------- */
/*                                       */
/*                                       */
/* ----- Footer ------------------------ */
.footer {
  padding: 10px 0;
  color: #fff;
  background: #0A71BC; }
  .footer .container {
    max-width: 910px; }

.f-box__item {
  margin-bottom: 20px; }
  .f-box__item:nth-child(1) {
    display: inline-block;
    vertical-align: middle; }
  .f-box__item:nth-child(2) {
    display: inline-block;
    vertical-align: middle; }
.f-box .f-icon a {
  margin-right: 18px; }
.f-box .f-links a {
  margin-right: 5px; }

@media only screen and (min-width: 480px) {
  .f-box .f-icon a {
    margin-right: 35px; }
  .f-box .f-links a {
    margin-right: 5px; } }
@media only screen and (min-width: 768px) {
  .footer {
    background-image: url("../img/13.gif");
    background-position: 0 0;
    background-repeat: repeat-x; }

  .f-box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .f-box .f-icon a:last-child {
      margin-right: 0; }
    .f-box .f-links a:last-child {
      margin-right: 0; } }
/* ----- END Footer -------------------- */
/*                                       */
/*                                       */
/* ----- Content page -------------------- */
.st-window-img {
  border: 2px solid #0082c6;
  overflow: hidden;
  border-radius: 3px; }

.gallery-box h2 {
  margin-bottom: 5px;
  text-align: center; }
.gallery-box .title-site {
  margin-bottom: 5px;
  text-align: center; }
.gallery-box .gallery-list {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }
  .gallery-box .gallery-list > div {
    margin: 0 5px 10px; }
    .gallery-box .gallery-list > div:last-child {
      margin-bottom: 0; }

.gallery-list__col-sm {
  max-width: 200px; }

.gallery-list__one-col {
  max-width: 300px; }

.gallery-list--push {
  margin-bottom: 20px; }

.gallery-list__three-col_lg {
  max-width: 300px;
  margin: 0 auto; }

.st-window-img--non-border {
  border: none; }

.main-grid {
  text-align: center; }
  .main-grid__half-col {
    max-width: 300px;
    margin: 0 auto 10px;
    padding: 0 10px; }

.news-list p {
  margin-top: 10px;
  margin-bottom: 10px; }

.img-sm {
  max-width: 250px;
  max-height: 170px; }

.text-bl-grid_wrapp .text-bl-grid__three-col {
  max-height: 180px; }
  .text-bl-grid_wrapp .text-bl-grid__three-col img {
    max-height: 100%; }

@media only screen and (min-width: 640px) {
  .gallery-list__half-col {
    width: 48%;
    margin: 0 1% 10px;
    align-self: flex-start;
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
    .gallery-list__half-col:nth-child(2n) {
      margin-right: 0; }
    .gallery-list__half-col:first-child {
      margin-left: 0; }
    .gallery-list__half-col:last-child {
      margin-right: 0; }
    .gallery-list__half-col:nth-child(2n+1) {
      margin-left: 0; }
    .gallery-list__half-col .st-window-img {
      align-self: flex-start; }

  .gallery-box .gallery-list--wrapp {
    justify-content: flex-start; }

  .main-grid {
    display: flex;
    justify-content: center;
    align-items: center; }
    .main-grid__half-col {
      width: 48%;
      max-width: none;
      padding: 0; } }
@media only screen and (min-width: 768px) {
  .gallery-list__four-col:nth-child(4) {
    display: none; }

  .text-bl-grid_map .text-bl-grid__two-col {
    margin: 0 1%; } }
@media only screen and (min-width: 1000px) {
  .gallery-box .gallery-list {
    flex-wrap: nowrap; }
    .gallery-box .gallery-list .gallery-list__four-col:nth-child(4) {
      display: block;
      margin-right: 0; }
    .gallery-box .gallery-list .gallery-list__four-col:nth-child(1) {
      margin-left: 0; }
  .gallery-box .gallery-list--wrapp {
    flex-wrap: wrap; } }
/* ----- END Content page /--------------- */
/*                                       */
/*                                       */
/* ----- Controls styles ----------------- */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 8px 15px;
  border: none;
  font: normal normal 14px/24px "Arial", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #fc8a00; }
  .btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff9617; }
  .btn_second-st {
    background-color: #00C613; }
    .btn_second-st:hover {
      background-color: #00e015; }
  .btn__icon-text {
    display: inline-block;
    vertical-align: middle; }
  .btn__icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    font-style: normal; }
    .btn__icon_right {
      margin-left: 5px; }
    .btn__icon_left {
      margin-right: 5px; }
  .btn_border {
    border: 1px solid #fc8a00;
    background: transparent;
    color: #fc8a00;
    line-height: 22px; }
    .btn_border:hover {
      color: #fff; }
    .btn_border.btn_second-st {
      border-color: #00C613;
      color: #00C613; }
      .btn_border.btn_second-st:hover {
        color: #fff; }
  .btn_min-width {
    min-width: 110px; }
  .btn_max {
    width: 100%; }
  .btn_sm {
    padding: 5px 10px;
    font-size: 12px; }
    .btn_sm.btn_min-width {
      min-width: 80px; }
  .btn_md {
    padding: 16px 25px;
    font-size: 18px; }
    .btn_md.btn_min-width {
      min-width: 140px; }
  .btn_lg {
    padding: 22px 30px;
    font-size: 24px; }
    .btn_lg.btn_min-width {
      min-width: 180px; }

.placeholder {
  color: #444; }

input:-moz-placeholder, input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #444;
  opacity: 1; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #444;
  opacity: 1; }
input:focus:-moz-placeholder, input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0; }

::-webkit-contacts-auto-fill-button {
  opacity: 0; }

input[type="password"]::-webkit-contacts-auto-fill-button {
  opacity: 1; }

input,
textarea {
  position: relative;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #000;
  font: 14px "Arial", Arial, sans-serif;
  color: #000;
  background-color: #fff;
  outline: none;
  border-radius: 5px;
  -webkit-appearance: none;
  box-shadow: none; }
  input:hover,
  textarea:hover {
    border-color: rgba(0, 0, 0, 0.5); }
  input:focus,
  textarea:focus {
    border-color: rgba(0, 0, 0, 0.2); }

textarea {
  vertical-align: top;
  height: 130px;
  padding: 10px 15px;
  resize: none; }

/* ----- END controls ------------------- */
/*                                       */
/*                                       */
/* ----- Forms ------------------------- */
.st-form {
  margin-bottom: 20px; }
  .st-form__tt {
    display: block; }

.form-group {
  margin-bottom: 20px; }
  .form-group__label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px; }
  .form-group_inline {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .form-group_inline .form-group__label {
      min-width: 140px;
      max-width: 140px;
      padding: 0 10px 0 0;
      margin: 5px 0; }

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .form-group-grid {
    display: flex;
    justify-content: space-between; }
    .form-group-grid_half-col {
      width: 48.5%; }
    .form-group-grid_three-col {
      width: 31.3%; }
    .form-group-grid_four-col {
      width: 22.8%; }

  /* end media min width 768 pixels */ }
/* ----- END Forms --------------------- */
/*                                       */
/*                                       */
/* ----- Navigation -------------------- */
/* -- Bread crumbs ------------------ */
.bread-crumbs {
  padding: 0;
  list-style-type: none; }
  .bread-crumbs li {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    .bread-crumbs li:before {
      content: "/ "; }
    .bread-crumbs li:first-child:before {
      display: none; }

/* -- Pagination -------------------- */
.pagination {
  list-style-type: none; }
  .pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px; }
  .pagination a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #f3f3f3;
    line-height: 30px;
    text-align: center;
    text-decoration: none; }
    .pagination a:hover {
      background-color: #fc8a00;
      color: #fff; }
  .pagination__prev a, .pagination__next a {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none; }
    .pagination__prev a:hover, .pagination__next a:hover {
      background: none;
      color: #000; }
  .pagination__active a {
    background-color: #fc8a00;
    color: #fff; }

/* -- Main menu --------------------- */
.menu-open-wrapper-page {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.burger-menu {
  display: block;
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 101;
  cursor: pointer;
  padding: 10px; }

.burger-menu-box {
  display: block;
  width: 30px;
  padding: 8px 0; }

.burger-menu-inner {
  display: block;
  position: relative;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .burger-menu-inner:before, .burger-menu-inner:after {
    content: " ";
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #fff;
    width: 100%;
    border-radius: 3px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform; }
  .burger-menu-inner:before {
    top: -8px;
    transition: top 75ms ease 0.12s, opacity 75ms ease; }
  .burger-menu-inner:after {
    bottom: -8px;
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.menu-wrapper-fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  left: -100%;
  transition: left 0.4s cubic-bezier(0, 0.995, 0.99, 1); }

.menu-open-wrapper {
  padding: 20px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: background 0.25s ease-out; }

.menu-burger--opened .burger-menu {
  position: fixed; }
.menu-burger--opened .burger-menu-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg); }
  .menu-burger--opened .burger-menu-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    opacity: 0; }
  .menu-burger--opened .burger-menu-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg); }

.menu-burger--opened .menu-wrapper-fixed {
  left: 0; }
.menu-burger--opened .menu-open-wrapper {
  background: #1ba2df linear-gradient(to bottom, #0075d0 0%, #0075d0 20%, #067fd3 39%, #199edd 68%, #1ba2df 100%); }
.menu-burger--opened .menu-item {
  margin-left: 0; }
  .menu-burger--opened .menu-item:nth-of-type(1) {
    transition-delay: 0s; }
  .menu-burger--opened .menu-item:nth-of-type(2) {
    transition-delay: 0.06s; }
  .menu-burger--opened .menu-item:nth-of-type(3) {
    transition-delay: 0.12s; }
  .menu-burger--opened .menu-item:nth-of-type(4) {
    transition-delay: 0.18s; }
  .menu-burger--opened .menu-item:nth-of-type(5) {
    transition-delay: 0.24s; }
  .menu-burger--opened .menu-item:nth-of-type(6) {
    transition-delay: 0.3s; }
  .menu-burger--opened .menu-item:nth-of-type(7) {
    transition-delay: 0.36s; }
  .menu-burger--opened .menu-item:nth-of-type(8) {
    transition-delay: 0.42s; }
  .menu-burger--opened .menu-item:nth-of-type(9) {
    transition-delay: 0.48s; }
  .menu-burger--opened .menu-item:nth-of-type(10) {
    transition-delay: 0.54s; }

.header-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 100%; }

.menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu-item {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  width: 100%;
  margin-left: -100%;
  transition: all 0.4s cubic-bezier(0, 0.995, 0.99, 1); }
  .menu-item__link {
    color: #fff;
    text-decoration: none; }

.menu-item__link:hover, .menu-item.active {
      color: #ffef41;
      text-decoration: underline; }
      
.menu-item.active A{
    color: #ffef41;
}      

/* - Drop down main menu -------- */
.menu-item__link--dd-open:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-top-color: #fff;
  margin: 0 0 0 10px; }

.menu-dd {
  display: none;
  margin: 0;
  padding: 5px 0 0;
  list-style: none; }

.menu-dd-item {
  line-height: 20px;
  margin: 10px 0;
  position: relative; }
  .menu-dd-item__link {
    color: #fff;
    text-decoration: none;
    font-size: 18px; }
    .menu-dd-item__link:hover {
      color: #fff; }

.menu-item_dd-opened .menu-dd {
  display: block; }
.menu-item_dd-opened .menu-item__link_dd-open:after {
  transform: rotate(180deg); }

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .menu-open-wrapper-page {
    overflow: visible;
    position: relative;
    height: auto;
    width: auto; }

  .menu-wrapper-fixed {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    transition: none;
    width: 100%; }

  .menu-open-wrapper {
    background: none;
    padding: 0;
    height: auto;
    overflow: visible; }

  .burger-menu {
    display: none; }

  .header-nav {
    display: block; }

  .menu {
    text-align: left;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .menu li {
      width: 11.1%; }
      .menu li:nth-child(1) a:before {
        background-image: url(/img/icon1.gif); }
      .menu li:nth-child(2) a:before {
        background-image: url(/img/icon3.gif); }
      .menu li:nth-child(3) a:before {
        background-image: url(/img/icon5.gif); }
      .menu li:nth-child(4) a:before {
        background-image: url(/img/icon7.gif); }
      .menu li:nth-child(5) a:before {
        background-image: url(/img/icon2.gif); }
      .menu li:nth-child(6) a:before {
        background-image: url(/img/icon4.gif); }
      .menu li:nth-child(7) a:before {
        background-image: url(/img/icon6.gif); }
      .menu li:nth-child(8) a:before {
        background-image: url(/img/icon8.gif); }
      .menu li:nth-child(9) a:before {
        background-image: url(/img/icon9.gif); }
      .menu li a {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        text-align: center; }
        .menu li a:before {
          content: " ";
          background-position: 0 0;
          background-repeat: no-repeat;
          width: 90px;
          height: 90px;
          line-height: 90px;
          overflow: hidden;
          border-radius: 50%; }

  .menu-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 17px;
    width: auto;
    margin: 0; }
    .menu-item:nth-child(1) {
      margin-top: -75px; }
    .menu-item:nth-child(9) {
      margin-top: -75px; }
    .menu-item:nth-child(2) {
      margin-top: -37px; }
    .menu-item:nth-child(8) {
      margin-top: -37px; }
    .menu-item:nth-child(3) {
      margin-top: -16px; }
    .menu-item:nth-child(7) {
      margin-top: -16px; }
    .menu-item:nth-child(4) {
      margin-top: -5px; }
    .menu-item:nth-child(6) {
      margin-top: -5px; }
      .menu-item:nth-child(6) .menu-item__link {
        padding: 0 2px; }
    .menu-item__link {
      display: block;
      padding: 0; } }
/* ----- END Navigation ---------------- */
/*                                       */
/*                                       */
/* ----- Owl carousel ----------------- */
/* ----- END Owl carousel--------------- */
/*                                       */
/*                                       */
/* ----- Magnific popup ---------------- */
/* ----- END Magnific popup------------- */
/*                                       */
/*                                       */
/* ----- Preview page -------------------- */
.preview-section {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(to bottom, #0075d0 0%, #0075d0 35%, #067fd3 50%, #199edd 50%, #1ba2df 100%);
  padding-top: 220px; }
  .preview-section:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg.jpg) 50% 0 no-repeat;
    width: 100%;
    height: 100%; }

.preview-container {
  padding: 0 10px;
  max-width: 640px;
  margin: 0 auto; }

.preview-list {
  list-style: none;
  text-align: left;
  margin-bottom: 30px; }
  .preview-list li {
    position: relative;
    margin-bottom: 10px; }
    .preview-list li a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-decoration: none;
      outline: none;
      font-family: Arial, Verdana, Sans-Serif;
      font-size: 14px;
      line-height: 16px;
      color: #fff; }
      .preview-list li a:hover span {
        color: #ffef41;
        text-decoration: underline; }
      .preview-list li a:hover .preview-icon {
        box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.51); }
    .preview-list li span {
      margin: 0 10px;
      text-shadow: 3px 3px 5px #0e0c0c; }

.preview {
  text-align: center;
  position: relative;
  z-index: 1; }

.preview-icon {
  position: relative;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden; }

.link-center {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  outline: none; }

.color-light {
  color: #fff; 
  cursor: pointer;  
}

a.color-light {
  text-decoration: none;
  outline: none; }
  a.color-light:hover {
    color: #fff;
    text-decoration: underline; }

.wrapp-link {
  margin-bottom: 20px; }
  .wrapp-link_push-bt {
    margin-bottom: 40px; }

.icon-atm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

@media only screen and (min-width: 480px) {
  .preview-section {
    background: linear-gradient(to bottom, #0075d0 0%, #0075d0 20%, #067fd3 39%, #199edd 68%, #1ba2df 100%); }

  .preview-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .preview-list li {
      width: 50%;
      padding-left: 20px; }
      .preview-list li:nth-child(odd) {
        padding-left: 0;
        padding-right: 20px; }
        .preview-list li:nth-child(odd) .preview-icon {
          order: 1; }
        .preview-list li:nth-child(odd) span {
          text-align: right; }
        .preview-list li:nth-child(odd) a {
          justify-content: flex-end; }
      .preview-list li:nth-child(9) a {
        margin-left: 10px;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        .preview-list li:nth-child(9) a .preview-icon {
          order: 0; }
      .preview-list li:nth-child(1) {
        padding-right: 60px; }
      .preview-list li:nth-child(2) {
        padding-left: 60px; }
      .preview-list li:nth-child(3) {
        padding-right: 30px; }
      .preview-list li:nth-child(4) {
        padding-left: 30px; }
      .preview-list li:nth-child(5) {
        padding-right: 20px; }
      .preview-list li:nth-child(6) {
        padding-left: 20px; }
      .preview-list li:nth-child(7) {
        padding-right: 20px; }
      .preview-list li:nth-child(8) {
        padding-left: 20px; } }
@media only screen and (min-width: 640px) {
  .preview-section {
    flex-shrink: 0; }

  .body-preview {
    height: auto; }

  .preview-list li:nth-child(9) a {
    margin-left: 15px; }
    .preview-list li:nth-child(9) a .preview-icon {
      order: 0; }
  .preview-list li:nth-child(1) {
    padding-right: 75px; }
  .preview-list li:nth-child(2) {
    padding-left: 75px; }
  .preview-list li:nth-child(3) {
    padding-right: 50px; }
  .preview-list li:nth-child(4) {
    padding-left: 50px; }
  .preview-list li:nth-child(5) {
    padding-right: 30px; }
  .preview-list li:nth-child(6) {
    padding-left: 30px; }
  .preview-list li:nth-child(7) {
    padding-right: 25px; }
  .preview-list li:nth-child(8) {
    padding-left: 25px; } }
/* ----- END index page /--------------- */
/*                                       */
/*                                       */
/* ----- Index page -------------------- */
.middle {
  padding-bottom: 20px; }

.middle-box {
  border-radius: 10px;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px; }
  .middle-box__cap {
    background: #0669b2 linear-gradient(to right, #0669b2 0%, #1aa0df 0%, #1aa0df 0%, #0669b2 0%, #1aa0df 100%, #0669b2 100%);
    text-align: center;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px; }
    .middle-box__cap h1 {
      margin-bottom: 0;
      color: inherit;
      line-height: 30px;
      font-size: 18px;
      font-weight: bold; }
  .middle-box__content {
    background-color: #C4EDFF;
    padding: 10px 10px 1px; }

@media only screen and (min-width: 1000px) {
  .middle-box {
    max-width: 900px;
    margin: 35px auto 0; }
    .middle-box__cap {
      padding-left: 30px;
      padding-right: 30px; }
      .middle-box__cap h1 {
        line-height: 24px; }
    .middle-box__content {
      padding-left: 30px;
      padding-right: 30px; } }
/* ----- END index page /--------------- */
/*                                       */
/*                                       */
/* ----- Fancy box ----------------- */
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }
  .fancybox-container * {
    box-sizing: border-box; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
  .fancybox-slide::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current {
  display: block; }

.fancybox-slide--next {
  display: block;
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }
  .fancybox-slide--image::before {
    display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }
  .fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
  color: #ccc; }
  .fancybox-button:visited, .fancybox-button:link {
    color: #ccc; }
  .fancybox-button:focus, .fancybox-button:hover {
    color: #fff; }
  .fancybox-button.disabled, .fancybox-button[disabled] {
    color: #888;
    cursor: default; }
    .fancybox-button.disabled:hover, .fancybox-button[disabled]:hover {
      color: #888;
      cursor: default; }
  .fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision; }
    .fancybox-button svg path {
      fill: transparent;
      stroke: currentColor;
      stroke-linejoin: round;
      stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2), .fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s; }

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }
  .fancybox-close-small svg {
    fill: transparent;
    opacity: 0.8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke 0.1s; }
  .fancybox-close-small:focus {
    outline: none; }
  .fancybox-close-small:hover svg {
    opacity: 1; }

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg, .fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }
  .fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1; }
  .fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0; }
  .fancybox-caption a {
    color: #ccc;
    text-decoration: none; }
    .fancybox-caption a:link, .fancybox-caption a:visited {
      color: #ccc;
      text-decoration: none; }
    .fancybox-caption a:hover {
      color: #fff;
      text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }
  .fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0; }
  .fancybox-share p {
    margin: 0;
    padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }
  .fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff; }
  .fancybox-share__button:hover {
    text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }
  .fancybox-share__button--fb:hover {
    background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }
  .fancybox-share__button--pt:hover {
    background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }
  .fancybox-share__button--tw:hover {
    background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }
  .fancybox-share__button svg path {
    fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }
.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991; }
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); 
    } 
    

    .blanks_list{
	width: 100% !important;
    }
    
    .blanks_list li{
	width: 100%;
	display: contents;
    }

    .blank_image{
	float: left;
	margin-right: 6px;
	width: 60%;
    }
    
    .blank_desc{
	float: right;
	width: 37%;
	height: 100px;
    }
    
    .blank_title{
	height: 70px;
    }
    
    
    .product_list A{
	width: 100%;
    }
    
    .product_list img{
        width: 100%;
        height: auto;
    }
    
    .plitka{
	float: left;
    }  
    
    .plitka A{
	display: inline-block;
	padding: 0px 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	float: left;
    }
    
}
/* ----- END Fancy box--------------- */
/*                                       */
/*                                       */

/*# sourceMappingURL=main.css.map */
