@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
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: .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: -.25em;
}

sup {
  top: -.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: .35em .625em .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: 'Circe-Bold';
  src: url("../fonts/Circe-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Circe-Light';
  src: url("../fonts/Circe-Light.woff") format("woff");
}

@font-face {
  font-family: 'Circe-ExtraBold';
  src: url("../fonts/Circe-ExtraBold.woff") format("woff");
}

/* ----- END Fonts --------------------- */
/*                                       */
/*                                       */
/* ----- Typography -------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 14px "Circe-Light", Arial, sans-serif;
  line-height: 20px;
  color: #434343;
}

h1, .title-site--h1, h2, .title-site--h2, h3, .title-site--h3, h4, .title-site--h4, h5, .title-site--h5, h6, .title-site--h6 {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  color: #434343;
}

h1, .title-site--h1 {
  font-size: 30px;
  margin-bottom: 25px;
}

h2, .title-site--h2 {
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

h3, .title-site--h3 {
  font-size: 18px;
}

h4, .title-site--h4 {
  font-size: 17px;
}

h5, .title-site--h5 {
  font-size: 16px;
  line-height: 1.3em;
}

h6, .title-site--h6 {
  font-size: 15px;
  line-height: 1.3em;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 20px;
}

.text-bl ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 15px;
}

.text-bl ol {
  margin-bottom: 20px;
  list-style-type: decimal;
  padding-left: 15px;
}

.text-bl li {
  margin-bottom: 10px;
}

.text--center {
  text-align: center;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--uppercase {
  text-transform: uppercase;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: #434343;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #363636;
}

.info_page p, info_page div, info_page span, .info_page li{
    font-size: 16px;
    line-height: 22px;
}

.info_page ul{
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.info_page ol{
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}

.info_page h2{
    margin-top: 20px !important;
    margin-bottom: 10px;
    line-height: 24px;
}

.gallery{
    margin-top: -50px !important;
    margin-bottom: -50px !important;
}

.gallery div{
    width: auto;
    height: 250px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery img{
    width: auto;
    height: 250px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.error{
    border: 1px solid red !important;
}

.instarcom{
    display: block;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

.instarcom:hover{
    color: #fff;
    text-decoration: underline;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  h1, .title-site--h1 {
    font-size: 50px;
  }
  h2, .title-site--h2 {
    font-size: 22px;
    line-height: 1.1em;
  }
  h3, .title-site--h3 {
    font-size: 20px;
  }
  h4, .title-site--h4 {
    font-size: 19px;
  }
  h5, .title-site--h5 {
    font-size: 18px;
  }
  h6, .title-site--h6 {
    font-size: 16px;
  }
  .text-bl-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .text-bl-grid__half-col {
    width: 48%;
  }
  /* end media min width 768 pixels */
}

/* ----- END Typography ---------------- */
/*                                       */
/*                                       */
.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-arrow {
  background-image: url(../img/sprite.png);
  background-position: -14px -74px;
  width: 13px;
  height: 8px;
}

.icon-arrow2 {
  background-image: url(../img/sprite.png);
  background-position: -66px -33px;
  width: 6px;
  height: 10px;
}

.icon-arrow3 {
  background-image: url(../img/sprite.png);
  background-position: -46px -33px;
  width: 18px;
  height: 12px;
}

.icon-close {
  background-image: url(../img/sprite.png);
  background-position: -74px -28px;
  width: 18px;
  height: 18px;
}

.icon-download {
  background-image: url(../img/sprite.png);
  background-position: 0px -48px;
  width: 26px;
  height: 24px;
}

.icon-file {
  background-image: url(../img/sprite.png);
  background-position: -46px 0px;
  width: 26px;
  height: 31px;
}

.icon-pen {
  background-image: url(../img/sprite.png);
  background-position: -74px 0px;
  width: 25px;
  height: 26px;
}

.icon-phone {
  background-image: url(../img/sprite.png);
  background-position: -28px -48px;
  width: 20px;
  height: 20px;
}

.icon-phone2 {
  background-image: url(../img/sprite.png);
  background-position: -50px -48px;
  width: 20px;
  height: 20px;
}

.icon-phone3 {
  background-image: url(../img/sprite.png);
  background-position: -72px -48px;
  width: 20px;
  height: 20px;
}

.icon-prev {
  background-image: url(../img/sprite.png);
  background-position: 0px -74px;
  width: 12px;
  height: 18px;
}

.icon-prod {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 44px;
  height: 46px;
}

/* ----- Button styles ----------------- */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 12px 52px 8px;
  border: none;
  font: normal normal 15px/25px "Circe-Bold", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 23px;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #1282e1;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1f8fed;
}

.btn--second-st {
  background-color: #2d2d2d;
}

.btn--second-st:hover {
  background-color: #3a3a3a;
}

.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 #1282e1;
  background: transparent;
  color: #1282e1;
  line-height: 22px;
}

.btn--border:hover {
  color: #fff;
}

.btn--border.btn--second-st {
  border-color: #2d2d2d;
  color: #2d2d2d;
}

.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;
}

/* ----- END Buttons ------------------- */
/*                                       */
/*                                       */
/* ----- Forms ------------------------- */
.st-form {
  margin-bottom: 20px;
}

.st-form:last-child {
  margin-bottom: 0;
}

.st-form__tt {
  display: block;
}

.form-group {
  margin-bottom: 10px;
  position: relative;
}

.form-group__label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
  color: #9b9b9b;
}

.form-group__label sup {
  color: #1888e7;
}

.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;
}

.placeholder {
  color: #9b9b9b;
}

input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9b9b9b;
  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[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="range"],
input[type="tel"],
textarea {
  position: relative;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border: none;
  font: 16px "Circe-Light", Arial, sans-serif;
  color: #9b9b9b;
  background-color: #fff;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: none;
}

textarea {
  vertical-align: top;
  height: 130px;
  padding: 13px 20px;
  resize: none;
}

.feedback-form__item {
  margin-bottom: 28px;
}

.check-block {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.check-block label {
  display: block;
  max-width: 360px;
}

/* checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  margin: 0 15px 0 0;
  height: 18px;
  min-width: 18px;
  width: 18px;
  background-color: #fff;
  float: left;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 12px;
  width: 12px;
  background: url("../img/icon-check.png") no-repeat 50% 50%;
  background-size: cover;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

.jcf-checkbox.jcf-disabled {
  background-color: #e1e1e1;
}

/* select */
.select-max-wrapp .jcf-select {
  width: 100%;
}

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  min-width: 100%;
  max-width: 100%;
  height: 50px;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
  transform: rotate(180deg);
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select {
  color: #9b9b9b;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  line-height: 50px;
  margin: 0 35px 0 20px;
  color: #9b9b9b;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background-image: url(../img/sprite.png);
  background-position: -14px -74px;
  width: 13px;
  height: 8px;
  right: 20px;
  top: 22px;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...';
}

.jcf-select.jcf-select-img-options img {
  width: 30px;
  margin-right: 5px;
}

.jcf-select-drop.jcf-select-img-options img {
  width: 30px;
  margin-right: 5px;
}

.jcf-select-drop .jcf-select-drop-content {
  border-top: 1px solid #1888e7;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border-top: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 20px;
  font-size: 14px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 20px;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 20px;
  color: #656565;
  min-height: 14px;
  height: 1%;
  cursor: pointer;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.jcf-select-drop .jcf-option-hideme {
  display: none;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .form-group-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .form-group-grid__half-col {
    width: 48.5%;
  }
  .form-group-grid__three-col {
    width: 31.3%;
  }
  .form-group-grid__four-col {
    width: 22.8%;
  }
  textarea {
    height: 230px;
  }
  .check-block {
    padding: 0 20px;
  }
  /* end media min width 768 pixels */
}

/* ----- END Forms --------------------- */
/*                                       */
/*                                       */
/* ----- Page structure ---------------- */
.clear {
  clear: both;
}

.group:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#wrapper {
  position: relative;
  left: 0;
  min-width: 320px;
  width: 100%;
  transition: left 0.2s linear;
}

.section-st {
  padding: 20px 0;
}

.section-st--dark {
  background-color: #f3f3f3;
}

.section-st--light {
  background-color: #f7f7f7;
}

.hidden-mobile,
.hidden-devices {
  display: none;
}

.footer_messangers{
	margin-top: 20px;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .hidden-mobile {
    display: block;
  }
  /* end media min width 768 pixels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  html, body {
    height: 100%;
  }
  #wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  #middle {
    flex: 1 0 auto;
  }
  .footer {
    flex-shrink: 0;
    width: 100%;
  }
  .section-st {
    padding: 50px 0;
  }
  .container {
    max-width: 1280px;
    margin: 0 auto;
  }
  .hidden-devices {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  
  .header_messangers{
	  min-width: 66px;
	  margin-right: 20px;
  }
  /* end media min width 1024 pixels */
}

@media only screen and (max-width: 768px) {
	.header_messangers{
		min-width: 66px;
		margin-left: 10px;
	}
}  

/* ----- END Page structure ------------ */
/*                                       */
/*                                       */
/* ----- Header ------------------------ */
.header {
  position: relative;
  background-color: #1888e7;
  color: #fff;
}

.header-bg {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-txt {
  display: none;
}

.header-address {
  display: none;
}

.logo {
  text-decoration: none;
  min-width: 90px;
  width: 90px;
  margin: 0 5px;
}

.header-contact {
  text-align: right;
}

.header-contact .link-modal {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  border-bottom: 1px dashed #fff;
  color: #fff;
  text-decoration: none;
}

.header-contact .link-modal:hover {
  text-decoration: none;
  color: #fff;
  border-bottom-color: transparent;
}

.link-tel {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
}

.link-tel:hover {
  text-decoration: none;
  color: #fff;
}

.link-tel > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.lang-panel {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lang-panel > li {
  display: block;
  margin: 0 0 5px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}

.lang-panel > li:last-child {
  margin-bottom: 0;
}

.lang-panel > li a {
  color: #fff;
  font-family: "Circe-ExtraBold", Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.lang-panel > li a:hover {
  text-decoration: underline;
  color: #fff;
}

/* ----- END Header -------------------- */
/*                                       */
/*                                       */
/* ----- Footer ------------------------ */
.footer {
  padding: 40px 0;
  background-color: #2d2d2d;
  color: #9b9b9b;
  text-align: center;
}

.footer .header-contact {
  display: inline-block;
  text-align: left;
}

.footer .logo {
  min-width: 75px;
  width: 75px;
  margin-bottom: 27px;
  display: inline-block;
}

.footer .header-address {
  display: block;
  margin-bottom: 15px;
  color: #9b9b9b;
}

.footer .header-address span {
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
}

.footer .header-address__item {
  color: #9b9b9b;
  margin: 0;
}

.footer .link-tel {
  font-size: 24px;
  line-height: 24px;
}

.footer .link-tel .link-tel__txt span {
  color: #1888e7;
}

.footer-logo {
  margin-bottom: 20px;
}

.copy {
  display: block;
  font-size: 14px;
  line-height: 18px;
}

.copy span {
  display: block;
  color: white;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* ----- END Footer -------------------- */
/*                                       */
/*                                       */
@media only screen and (min-width: 480px) {
  .logo {
    min-width: 120px;
    width: 120px;
  }
  .link-tel {
    font-size: 24px;
    line-height: 24px;
  }
  .header-contact .link-modal {
    font-size: 14px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 640px) {
  .header-address {
    display: block;
  }
  .header-address__item {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0 5px;
  }
  .header-address__item > span {
    font-family: "Circe-Bold", Arial, sans-serif;
    font-weight: normal;
  }
}

@media only screen and (min-width: 1024px) {
  .header-txt {
    display: block;
    max-width: 290px;
  }
  .header-txt span {
    font-family: "Circe-ExtraBold", Arial, sans-serif;
    font-weight: normal;
  }
  .lang-panel {
    margin-right: 10px;
  }
  .header {
    background: none;
  }
  .header-bg {
    background: url("../img/bg-header.jpg") no-repeat 50% 50%;
    background-size: cover;
    padding: 32px 20px 38px;
  }
  .lang-panel {
    font-size: 16px;
    line-height: 16px;
  }
  .lang-panel > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }
  .lang-panel > li:last-child {
    margin-right: 0;
  }
  .link-tel {
    margin-bottom: 3px;
  }
  .footer {
    text-align: left;
    padding: 46px 0;
  }
  .footer .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1220px;
    padding: 0 10px;
  }
  .footer .header-address {
    text-align: left;
  }
  .footer .header-contact {
    text-align: right;
  }
  .footer-logo {
    max-width: 250px;
  }
  .footer-nav {
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
    margin: 0 10px;
    max-width: 580px;
  }
  .footer-nav-item__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-nav-item__list > li {
    margin: 0 0 4px;
  }
  .footer-nav-item__list > li:last-child {
    margin-bottom: 0;
  }
  .footer-nav-item__list > li > a {
    display: inline-block;
    color: #9b9b9b;
    font-size: 15px;
    line-height: 20px;
    text-decoration: underline;
  }
  .footer-nav-item__list > li > a:hover {
    color: #1888e7;
    text-decoration: underline;
  }
  .footer-nav-item__tt {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: "Circe-Bold", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 20px;
    width: 100%;
  }
  .footer-nav-item__list {
    max-width: 148px;
  }
  .footer-nav-item--lg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 300px;
  }
  .footer-nav-item--lg .footer-nav-item__list {
    max-width: 170px;
  }
}

@media only screen and (min-width: 1300px) {
  .header-bg {
    padding: 32px 40px 38px;
  }
  .logo {
    min-width: 180px;
    width: 180px;
  }
  .header-address__item > span {
    margin-right: 5px;
  }
  .header-txt {
    font-size: 16px;
    line-height: 20px;
  }
  .lang-panel {
    margin-right: 24px;
  }
}

/* -- Bread crumbs ------------------ */
.bread-crumbs {
  padding: 0;
  list-style-type: none;
  display: none;
  max-width: 1280px;
  margin: 0 auto;
  background: #3c3c3c;
  position: relative;
  z-index: 10;
}

.bread-crumbs > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  position: relative;
}

.bread-crumbs > li:first-child {
  margin-right: 40px;
}

.bread-crumbs > li:first-child .bread-crumbs-link {
  background: #1268b0;
  padding-left: 39px;
  padding-right: 7px;
  position: relative;
}

.bread-crumbs > li:first-child .bread-crumbs-link:hover {
  background: #2690e9;
}

.bread-crumbs > li:first-child .bread-crumbs-link:hover .bread-crumbs-link__txt {
  text-decoration: none;
}

.bread-crumbs > li:first-child .bread-crumbs-link:hover:before {
  border-bottom: 37px solid #2690e9;
  border-left: 12px solid #2690e9;
}

.bread-crumbs > li:first-child .bread-crumbs-link:before {
  content: ' ';
  position: absolute;
  border: 21px solid transparent;
  border-bottom: 37px solid #1269b2;
  border-left: 12px solid #1269b2;
  position: absolute;
  right: -33px;
  top: 0px;
}

.bread-crumbs > li:last-child {
  margin-right: 0;
}

.bread-crumbs > li > a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 19px 0;
}

.bread-crumbs > li > a:hover {
  color: #fff;
  text-decoration: none;
}

.bread-crumbs-dropdown-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  background: #fff;
  min-width: 250px;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.bread-crumbs > li:hover .bread-crumbs-dropdown-wrap {
  max-height: 1000px;
  overflow: auto;
  transition: max-height 0.6s ease-out;
}

.bread-crumbs-dropdown {
  padding: 20px 30px;
  list-style: none;
  margin: 0;
}

.bread-crumbs-dropdown > li {
  margin: 0 0 10px;
}

.bread-crumbs-dropdown > li:last-child {
  margin-bottom: 0;
}

.bread-crumbs-dropdown-wrap--2 {
  min-width: 400px;
}

.bread-crumbs-dropdown-wrap--2 .bread-crumbs-dropdown {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bread-crumbs-dropdown-wrap--2 .bread-crumbs-dropdown > li {
  width: 48%;
}

.bread-crumbs-link .icon-arrow3,
.bread-crumbs-link .icon-prev {
  transform: scale(0.8);
}

a.bread-crumbs-link:hover .bread-crumbs-link__txt {
  text-decoration: underline;
}

.bread-crumbs-link__txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

/* -- 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 blocks ------------------- */
#middle {
  overflow: hidden;
}

.main-slider .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  bottom: 17px;
  right: 50%;
  width: 60px;
  margin-right: -42px;
  text-align: center;
  color: white;
}

.main-slider .owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 16px;
  font-family: "Circe-Light", Arial, sans-serif;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 1px;
  line-height: 30px;
}

.main-slider .owl-nav > div {
  position: absolute;
  bottom: 20px;
  background-color: #1282e1;
  width: 40px;
  height: 40px;
  left: 0;
  text-indent: -9999px;
  transition: 0.4s;
}

.main-slider .owl-nav > div:hover {
  background-color: #ececec;
}

.main-slider .owl-nav > div:before {
  background-image: url(../img/sprite.png);
  background-position: -46px -33px;
  width: 18px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -11px;
  content: ' ';
  transform: rotate(90deg);
}

.main-slider .owl-nav > div.owl-next {
  left: auto;
  right: 0;
}

.main-slider .owl-nav > div.owl-next:before {
  transform: rotate(-90deg);
  margin-left: -7px;
}

.main-slider .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 6px;
  color: white;
}

.main-slider .owl-dot span {
  display: none;
}

.main-slider .owl-dot.active:before {
  content: counter(slides-num);
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 24px;
  position: absolute;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  left: 0;
  top: 0;
}

.main-slider .owl-dot.active:after {
  content: " /";
}

.active .main-slider-item {
  z-index: 2;
}

.main-slider-item {
  position: relative;
  padding: 50px 15px 110px;
  overflow: hidden;
}

.main-slider-item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-slider-item__img:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.main-slider-item__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  height: auto;
  max-width: none;
  max-height: 120%;
}

.main-slider-item__bl {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 20px;
  max-width: 470px;
}

.main-slider-item__bl p {
  margin-bottom: 19px;
}

.main-slider-item__bl .btn {
  margin-top: 34px;
}

.main-slider-tt {
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 20px;
}

.main-slider-tt:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  background: #fff;
  height: 70px;
}

.info-line {
  background-color: #1282e1;
  padding: 20px 15px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.link-prod {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}

.link-prod .list-cont {
  display: none;
  margin-top: 30px;
}

.link-prod:hover .link-prod__block h3, .link-prod:hover .link-prod__block .title-site--h3 {
  text-decoration: none;
}

.link-prod:hover .link-prod__block h3 > a, .link-prod:hover .link-prod__block .title-site--h3 > a {
  text-decoration: none;
}

.list-cont {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 20px;
}

.list-cont:last-child {
  margin-bottom: 0;
}

.list-cont > li {
  margin: 0 0 15px;
  padding-left: 14px;
  position: relative;
}

.list-cont > li:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #434343;
}

.list-cont > li:last-child {
  margin-bottom: 0;
}

.container-block {
  padding: 50px 15px;
  position: relative;
}

.container-block--border {
  border-bottom: 2px solid #1888e7;
}

.container-block--border:before {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 25%;
  background-color: #434343;
}

.title-site--inner {
  color: #1888e7;
}

.link-prod-img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 81%;
}

.link-prod-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: 120%;
}

.link-prod__block {
  padding: 23px 0;
}

.link-prod__block h3, .link-prod__block .title-site--h3 {
  margin-bottom: 0;
  text-decoration: underline;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}

.grid__item--four-col {
  width: 48%;
  margin-left: 2%;
}

.title-site--inner-min {
  font-size: 16px;
  text-transform: none;
  font-family: "Circe-Light", Arial, sans-serif;
  font-weight: normal;
  color: #9b9b9b;
}

.grid-content {
  color: #9b9b9b;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 40px;
}

.grid-content p {
  margin: 25px 0 24px;
}

.grid-content p:last-child {
  margin-bottom: 0;
}

.link-arrow {
  display: inline-block;
  text-decoration: none;
  color: #1888e7;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  transition: color 0.4s ease-out;
  font-size: 18px;
  line-height: 20px;
}

.link-arrow:hover {
  color: #115fa2;
  text-decoration: none;
}

.link-arrow span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.grid__item--three-col {
  margin-left: 2%;
  width: 98%;
}

.link-prod-img--md {
  padding-top: 56%;
}

.title-wrap {
  margin-bottom: 20px;
}

.title-wrap > a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  color: #1b65ae;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}

.title-wrap > a:hover {
  text-decoration: none;
  color: #1b65ae;
}

.link-sertificate {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}

.slider-list-item__link {
  margin-bottom: 20px;
  color: #434343;
}

.slider-list-item__link a {
  color: #434343;
  font-size: 18px;
  line-height: 22px;
}

.slider-list-item {
  color: #9b9b9b;
  font-size: 15px;
  line-height: 20px;
}

.slider-list-item p:last-child {
  margin-bottom: 0;
}

.slider-list .owl-nav > div,
.slider-list2 .owl-nav > div {
  position: absolute;
  top: 70px;
  background-color: #1282e1;
  width: 40px;
  height: 40px;
  left: -15px;
  text-indent: -9999px;
  transition: 0.4s;
}

.slider-list .owl-nav > div:hover,
.slider-list2 .owl-nav > div:hover {
  background-color: #ececec;
}

.slider-list .owl-nav > div:before,
.slider-list2 .owl-nav > div:before {
  background-image: url(../img/sprite.png);
  background-position: -46px -33px;
  width: 18px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -11px;
  content: ' ';
  transform: rotate(90deg);
}

.slider-list .owl-nav > div.owl-next,
.slider-list2 .owl-nav > div.owl-next {
  left: auto;
  right: -15px;
}

.slider-list .owl-nav > div.owl-next:before,
.slider-list2 .owl-nav > div.owl-next:before {
  transform: rotate(-90deg);
  margin-left: -7px;
}

.slider-list2 .owl-nav > div {
  top: 50%;
  margin-top: -65px;
}

.slider-list2 h3:hover, .slider-list2 .title-site--h3:hover {
  text-decoration: none;
}

.slider-list2 h3 a:hover, .slider-list2 .title-site--h3 a:hover {
  text-decoration: none;
}

.doc-block {
  overflow: hidden;
  margin-bottom: 23px;
  color: #9b9b9b;
  font-size: 15px;
  line-height: 20px;
}

.doc-block a {
  font-size: 18px;
  line-height: 24px;
}

.doc-block__icon {
  float: left;
  width: 26px;
  padding-top: 6px;
}

.doc-block__txt {
  margin-left: 40px;
}

.doc-block p {
  margin-bottom: 18px;
}

.doc-block p:last-child {
  margin-bottom: 0;
}

.section-about-company {
  background: #ececec;
  color: #434343;
  font-size: 16px;
  line-height: 20px;
}

.section-about-company p:last-child {
  margin-bottom: 0;
}

b {
  font-family: "Circe-ExtraBold", Arial, sans-serif;
  font-weight: normal;
}

.about-company-img {
  position: relative;
  margin-bottom: 30px;
}

.about-company-img:before {
  content: ' ';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.about-company-img > img {
  display: block;
  width: 100%;
}

.about-company-img__block {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  padding: 0 10px;
  color: #fff;
  z-index: 2;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.about-company-img__block p {
  max-width: 290px;
}

.about-company-img__block p:last-child {
  margin-bottom: 0;
}

.about-company-logo {
  display: block;
  max-width: 120px;
  margin-bottom: 20px;
}

.section-feedback {
  background: #1074c9;
  color: #fff;
}

.feedback-title__txt {
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  overflow: hidden;
}

.feedback-title__txt span {
  display: block;
  margin-left: 40px;
}

.feedback-title__txt .icon {
  float: left;
}

.feedback-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}

.feedback-btn span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  border-bottom: 1px dotted #fff;
}

.feedback-content {
  margin-top: 40px;
}

.st-form__tt {
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 9px;
}

.feedback-content {
  max-height: 0;
  margin: 0;
  overflow: hidden;
}

.section-feedback--opened .feedback-content {
  max-height: 2000px;
  transition: max-height 0.4s ease-out;
}

.section-feedback--opened .feedback-title {
  margin-bottom: 31px;
}

.section-feedback--opened .feedback-btn .icon {
  background-image: url(../img/sprite.png);
  background-position: -74px -28px;
  width: 18px;
  height: 18px;
}

.section-feedback--opened .feedback-btn__txt {
  display: none;
}

.section-feedback--opened .feedback-btn__txt:nth-child(2) {
  display: inline-block;
}

.feedback-btn__txt:nth-child(2) {
  display: none;
}

.color-link,
.color-link > a,
.link-prod__block h3.color-link, .link-prod__block .title-site--h3.color-link {
  color: #1282e1;
  text-decoration: none;
}

.color-link:hover,
.color-link > a:hover,
.link-prod__block h3.color-link:hover, .link-prod__block .title-site--h3.color-link:hover {
  color: #1282e1;
  text-decoration: underline;
}

.link-prod__block > p {
  margin: 20px 0;
  font-size: 15px;
  line-height: 20px;
}

.link-prod__block > p:last-child {
  margin-bottom: 0;
}

.link-prod-img--md2 {
  padding-top: 52%;
}

.grid__item--half-col {
  margin-left: 2%;
  width: 98%;
}

.grid__item--half-col .link-prod-img {
  margin-bottom: 33px;
}

.grid__item--half-col h3, .grid__item--half-col .title-site--h3 {
  margin-bottom: 20px;
}

.title-site--inner .icon {
  margin-left: 10px;
  margin-top: -10px;
}

.downloads-block {
  overflow: hidden;
  margin-bottom: 30px;
  color: #9b9b9b;
  font-size: 15px;
  line-height: 20px;
}

.downloads-block p {
  margin: 0 0 15px;
}

.downloads-block p a {
  color: #434343;
  text-decoration: underline;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
}

.downloads-block p a:hover {
  color: #434343;
  text-decoration: none;
}

.downloads-block p:last-child {
  margin-bottom: 0;
}

.downloads-block__img {
  float: left;
  width: 120px;
  text-align: center;
  background: #fff;
  position: relative;
}

.img-corner:after {
  content: ' ';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/bent-corner.png) no-repeat 50% 50%;
  background-size: cover;
  width: 80px;
  height: 72px;
}

.img-corner--min:after {
  width: 50px;
  height: 45px;
}

.downloads-block__txt {
  margin-left: 140px;
}

.about-company-img--2:before {
  display: none;
}

.about-company--2 p:last-child {
  margin-bottom: 0;
}

.grid--select .jcf-select {
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.grid--select .jcf-select .jcf-select-opener {
  right: 18px;
}

.grid--select .jcf-select .jcf-select-text {
  margin-right: 35px;
}

.grid--select .grid__item--four-col {
  width: 98%;
}

.table-wrap {
  margin: 0 -15px;
  padding: 0 15px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  font-size: 14px;
  line-height: 20px;
}

.table-wrap table {
  width: 100%;
  min-width: 800px;
  border-spacing: 0;
}

.table-wrap table a {
  text-decoration: underline;
  color: #1282e1;
  display: inline-block;
}

.table-wrap table a:hover {
  color: #1282e1;
  text-decoration: none;
}

.table-wrap td {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 10px 10px 0;
  vertical-align: top;
}

.table-wrap tbody tr:last-child td {
  border-bottom: none;
}

.table-wrap tbody td:nth-child(2),
.table-wrap tbody td:nth-child(4) {
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  color: #434343;
}

.table-wrap thead {
  line-height: 14px;
}

.table-wrap thead td:first-child {
  color: #434343;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
}

.table-wrap thead a {
  font-size: 14px;
  text-decoration: none;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  color: #1282e1;
  border-bottom: 1px dotted #1282e1;
}

.table-wrap thead a:hover {
  color: #1282e1;
  border-bottom-color: transparent;
  text-decoration: none;
}

.table-wrap::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.icon-file2 {
  display: inline-block;
  vertical-align: middle;
  background: url("../img/icon-file2.png") no-repeat 50% 50%;
  width: 20px;
  height: 26px;
}

.img-table,
.link-table__txt {
  display: none;
}

.slider-product-wrap {
  max-width: 640px;
  margin: 0 auto 20px;
  padding: 0 40px;
}

.slider-product .owl-dots {
  display: none;
}

.slider-product .owl-nav > div {
  top: 50%;
  margin-top: -20px;
  bottom: auto;
  left: -40px;
}

.slider-product .owl-nav > div.owl-next {
  right: -40px;
  left: auto;
}

.slider-product-item {
  background-color: #fafafa;
}

.line-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.line-list > li {
  margin: 0 0 10px;
  position: relative;
  padding-left: 15px;
}

.line-list > li:before {
  content: '– ';
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 20px;
}

.line-list > li:last-child {
  margin-bottom: 0;
}

.slider-product-txt {
  font-size: 16px;
  line-height: 20px;
  color: #434343;
}

.slider-product-txt b {
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
}

.box {
  display: none;
}

.box.visible {
  display: block;
}

.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 44px;
  position: relative;
  color: #1888e7;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.tabs > li {
  margin: 0 0 10px;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
  padding: 10px;
}

.tabs > li.current {
  border: 1px solid #1282e1;
  color: #434343;
}

.korpus-table {
  margin-bottom: 40px;
  border-top: 1px solid #e8e8e8;
}

.korpus-table table {
  width: 100%;
  border-spacing: 0;
}

.korpus-table table td {
  vertical-align: top;
  padding: 10px 5px;
  color: #434343;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.korpus-table table td:first-child {
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
}

.korpus-txt {
  background-color: #fafafa;
  padding: 20px;
  color: #434343;
  font-size: 15px;
  line-height: 20px;
}

.news {
  margin-bottom: 40px;
}

.news:last-child {
  margin-bottom: 0;
}

.news-item {
  padding-bottom: 26px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 26px;
}

.news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.news-item__img {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.news-item__img img {
  display: block;
  width: 100%;
}

.news-item__txt p {
  margin-bottom: 20px;
}

.news-item__txt p:last-child {
  margin-bottom: 0;
}

.news-tt {
  margin-bottom: 14px;
}

.news-date {
  display: inline-block;
  vertical-align: middle;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 20px;
  margin-right: 20px;
}

.link-news {
  display: inline-block;
  vertical-align: middle;
  color: #434343;
  font-size: 16px;
  line-height: 20px;
  color: #434343;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.link-news:hover {
  text-decoration: underline;
  color: #434343;
}

.contact {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid #3094e9;
  font-size: 16px;
  line-height: 20px;
}

.contact:before {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 21%;
  background-color: #434343;
}

.contact p {
  margin: 0 0 10px;
}

.contact p a {
  color: #1282e1;
  text-decoration: underline;
}

.contact p a:hover {
  color: #1282e1;
  text-decoration: none;
}

.contact p:last-child {
  margin-bottom: 0;
}

.contact .link-tel {
  color: #434343;
  margin: 29px 0 28px;
}

.contact .link-tel:hover {
  color: #434343;
}

.form-cont input[type="text"], .form-cont input[type="password"], .form-cont input[type="search"], .form-cont input[type="email"], .form-cont input[type="url"], .form-cont input[type="range"], .form-cont input[type="tel"], .form-cont textarea {
  border: 1px solid #e8e8e8;
}

.form-cont textarea {
  height: 100px;
}

.contact-feedback {
  margin-bottom: 40px;
}

.contact-feedback h2, .contact-feedback .title-site--h2 {
  margin-bottom: 33px;
}

.captcha {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.captcha__input {
  width: 80px;
}

.captcha__input input {
  height: 45px;
}

.captcha__tt {
  color: #434343;
  font-size: 14px;
  line-height: 20px;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
}

.captcha__img {
  margin: 0 10px;
  text-align: center;
}

.captcha__img a {
  color: #1282e1;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.captcha__img a:hover {
  color: #1282e1;
  text-decoration: underline;
}

.map {
  overflow: hidden;
  height: 300px;
  margin-bottom: 40px;
}

.map-wrap:last-child .map:last-child {
  margin-bottom: 0;
}

.col-wt {
  color: #fff;
}

.col-wt.list-cont > li:before {
  background: #fff;
}

a.col-wt {
  color: #fff;
  font-size: 15px;
}

a.col-wt:hover {
  color: #fff;
}






.table-wrap--2{
  margin: 0 0 40px;
  padding: 0;
}



.table-wrap--2:last-child{
  margin-bottom: 0;
}


.table-head{
  display: none;
}


.table-row{
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  font-size: 16px;
  line-height: 20px;
}


.table-td__tt-mob{
  color: #434343;
  font-family: "Circe-Bold", Arial, sans-serif;
  font-weight: normal;
}


.table-td .img-table{
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  margin-left: 20px;
}


.table-td .link-table__txt{
  display: inline-block;
  vertical-align: middle;
}

.link-table-txt{
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  color: #1282e1;
  display: inline-block;
}


.link-table{
  display: inline-block;
  text-decoration: none;
  color: #1282e1;
}


.link-table:hover{
  color: #1282e1;
  text-decoration: none;
}


.table-td .link-table:hover .link-table__txt{
  text-decoration: none;
}


.table-td{
  margin-bottom: 15px;
}


.table-td:last-child{
  margin-bottom: 0;
}


.link-table-txt:hover{
  color: #1282e1;
  text-decoration: none;
}




@media only screen and (min-width: 375px) {
  .slider-list .owl-nav > div {
    top: 90px;
  }
  .slider-list2 .owl-nav > div {
    margin-top: -50px;
  }
}

@media only screen and (min-width: 480px) {
  .grid__item--three-col {
    width: 48%;
  }
  .slider-list .owl-nav > div {
    top: 125px;
  }
  .about-company-img__block {
    padding: 0 40px;
    top: 35px;
    font-size: 16px;
    line-height: 20px;
  }
  .about-company-logo {
    max-width: 180px;
  }
  .grid__item--half-col {
    width: 48%;
  }
  .downloads-block__txt {
    margin-left: 100px;
  }
  .downloads-block__img {
    width: 85px;
  }
  .grid--select .grid__item--four-col {
    width: 48%;
  }
}

@media only screen and (min-width: 640px) {
  .grid-content {
    margin-bottom: 55px;
  }
  .grid-content h2, .grid-content .title-site--h2 {
    min-height: 49px;
  }
  .slider-list .owl-nav > div {
    top: 110px;
  }
  .news-item {
    overflow: hidden;
  }
  .news-item__img {
    width: 250px;
    float: left;
    margin-bottom: 0;
  }
  .news-item__txt {
    margin-left: 270px;
  }
  .captcha-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .captcha {
    margin-bottom: 0;
  }
  .captcha__input {
    width: 100px;
  }
  .table-td{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .table-td--name,
  .table-td--link{
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .grid {
    margin-left: -2%;
  }
  .grid__item--four-col {
    width: 23%;
    margin-left: 2%;
  }
  .grid-content h2, .grid-content .title-site--h2 {
    min-height: 54px;
  }
  .slider-list .owl-nav > div {
    top: 85px;
  }
  .about-company-img {
    float: left;
    width: 320px;
  }
  .about-company-txt {
    margin-left: 340px;
  }
  .about-company-logo {
    width: 100px;
  }
  .about-company-img__block {
    padding: 0 20px;
    top: 20px;
  }
  .feedback-title__txt {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 42px;
  }
  .feedback-btn {
    display: inline-block;
    vertical-align: middle;
  }
  .section-feedback {
    background: url("../img/bg-modal1.jpg") no-repeat 50% 0;
    background-size: cover;
  }
  .downloads-block__txt {
    margin-left: 120px;
    max-width: 160px;
  }
  .downloads-block__img {
    width: 100px;
  }
  .table-wrap table {
    min-width: 1000px;
  }
  .table-wrap table td {
    vertical-align: middle;
    padding-right: 15px;
  }
  .table-wrap tbody {
    font-size: 16px;
    line-height: 20px;
  }
  .img-table {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    width: 44px;
  }
  .link-table__txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-decoration: underline;
  }
  .table-wrap table a.link-table {
    text-decoration: none;
  }
  .table-wrap table a.link-table:hover .link-table__txt {
    text-decoration: none;
  }
  .slider-product-wrap {
    margin: 0;
    width: 300px;
    float: left;
  }
  .slider-product-txt {
    margin-left: 320px;
  }
  .slider-product-txt h2, .slider-product-txt .title-site--h2 {
    margin-bottom: 23px;
  }
  .korpus-item {
    overflow: hidden;
  }
  .korpus-table {
    width: 100%;
    float: left;
    max-width: 600px;
  }
  .korpus-txt {
    width: 100%;
    float: left;
    padding: 44px 32px;
  }
  .tabs {
    padding-left: 10px;
  }
  .tabs:before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #1888e7;
  }
  .tabs > li {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
    border-bottom: none;
    position: relative;
    z-index: 2;
    padding: 15px 15px;
  }
  .tabs > li.current {
    background: #fff;
    border-bottom: none;
  }
  .slider-list2 .owl-nav > div {
    margin-top: -66px;
  }
  .captcha-wrap {
    display: block;
  }
  .captcha {
    margin-bottom: 25px;
  }
  .contact-feedback {
    margin-bottom: 0;
  }
  .table-td--bold{
    color: #434343;
    font-family: "Circe-Bold", Arial, sans-serif;
    font-weight: normal;
  }
  .table-td{
    display: table-cell;
    vertical-align: middle;
    padding: 10px 5px;
    border-bottom: 1px solid #e8e8e8;
  }
  .table-row{
    display: table-row;
    width: 100%;
    padding: 0;
  }
  .table-cont{
    display: table;
    width: 100%;
    border-spacing: 0;
  }
  .table-td__tt-mob{
    display: none;
  }
  .table-td .link-table__txt{
    display: none;
  }
  .table-row{
    font-size: 14px;
    line-height: 20px;
  }
  .table-head{
    font-size: 12px;
    line-height: 20px;
  }
  .table-td .img-table{
    display: none;
  }
  .link-table-txt--2{
    text-decoration: none;
    font-family: "Circe-Bold", Arial, sans-serif;
    font-weight: normal;
    color: #1282e1;
    border-bottom: 1px dotted #1282e1;
    display: inline;
  }
  .link-table-txt--2:hover{
    border-bottom-color: transparent;
  }
  .table-td--center{
    text-align: center
  }
}

@media only screen and (min-width: 1024px) {
  .main-slider-item {
    padding: 117px 80px 162px;
  }
  .main-slider-item__img:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 220px;
    height: 199px;
    background: url("../img/bent-corner2.png") no-repeat 50% 50%;
    z-index: 2;
  }
  .main-slider .owl-nav > div {
    top: 50%;
    bottom: auto;
    margin-top: -20px;
  }
  .main-slider .owl-dots {
    margin: 0;
    right: auto;
    left: 80px;
    bottom: 40px;
  }
  .main-slider-tt {
    font-size: 200px;
    line-height: 170px;
  }
  .main-slider-tt {
    margin-bottom: 53px;
    padding-left: 0;
  }
  .main-slider-tt:before {
    left: -40px;
    width: 10px;
    top: -18px;
    height: 170px;
  }
  .info-line {
    background: url("../img/bg-header.jpg") no-repeat 50% 50%;
    background-size: cover;
    padding: 20px 40px;
  }
  .link-prod__block {
    padding: 27px 23px;
  }
  .grid__item {
    position: relative;
  }
  .link-prod {
    margin-bottom: 0;
  }
  .link-prod:hover {
    position: absolute;
    top: -8px;
    left: -7px;
    right: -7px;
    padding: 8px 7px 13px;
    color: #fff;
    background: url("../img/bg-link-prod.jpg") no-repeat 50% 50%;
    background-size: cover;
    z-index: 5;
  }
  .link-prod:hover .link-prod-img:before {
    display: none;
  }
  .link-prod:hover h3, .link-prod:hover .title-site--h3 {
    color: #fff;
  }
  .link-prod:hover h3 > a, .link-prod:hover .title-site--h3 > a {
    text-decoration: none;
    color: #fff;
  }
  .link-prod:hover .list-cont {
    display: block;
  }
  .grid__item--four-col {
    margin-left: 7px;
    width: calc(25% - 7px);
  }
  .grid--cont-four {
    margin-left: -7px;
  }
  .link-prod-img:before {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/bent-corner.png") no-repeat 50% 50%;
    width: 80px;
    height: 72px;
    z-index: 2;
  }
  .list-cont {
    font-size: 16px;
    line-height: 20px;
  }
  .grid--cont-three {
    margin-left: -21px;
  }
  .grid__item--three-col {
    width: 31.33%;
    width: calc(33.33% - 21px);
    margin-left: 21px;
  }
  .grid-content {
    margin-bottom: 0;
  }
  .grid-content .link-arrow {
    margin-left: 39px;
  }
  .grid-content h2, .grid-content .title-site--h2 {
    margin-bottom: 18px;
  }
  .grid-content .list-cont {
    font-size: 18px;
    line-height: 24px;
    padding-left: 24px;
    margin-bottom: 26px;
  }
  .grid-content .list-cont > li {
    margin-bottom: 12px;
  }
  .grid-content .list-cont > li:before {
    top: 8px;
  }
  .slider-list {
    padding: 0 40px;
  }
  .slider-list .owl-nav > div {
    top: 125px;
  }
  .title-wrap {
    margin-bottom: 50px;
  }
  .title-wrap h2, .title-wrap .title-site--h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px 0 0;
  }
  .title-wrap > a {
    margin: 0;
  }
  .text-bl-grid--padding {
    padding: 0 40px;
  }
  .section-about-company .container-block {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .section-about-company h2, .section-about-company .title-site--h2 {
    margin-bottom: 44px;
  }
  .section-feedback .container-block {
    padding-top: 35px;
    padding-bottom: 32px;
  }
  .feedback-title__txt {
    font-size: 22px;
    line-height: 29px;
  }
  .feedback-title__txt span {
    padding-top: 3px;
  }
  .feedback-title {
    overflow: hidden;
  }
  .section-feedback--opened .feedback-btn {
    float: right;
    margin-right: 40px;
    padding-top: 9px;
  }
  .bg-wrapper {
    background: url("../img/bg-wrapper.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .bread-crumbs {
    display: block;
  }
  .section-main-slider--2 .main-slider .owl-dots {
    left: 130px;
    bottom: 25px;
  }
  .section-main-slider--2 .main-slider-item {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 460px;
  }
  .main-slider-item__bl--border {
    border-left: 10px solid #fff;
    margin-left: -10px;
    padding-left: 30px;
  }
  .container-block.container-block--2 {
    padding-bottom: 23px;
  }
  .main-slider-item {
    border-left: 1px dashed #d8d8d6;
    border-right: 1px dashed #d8d8d6;
  }
  .main-slider-item:before {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px dashed #d8d8d6;
    border-right: 1px dashed #d8d8d6;
    z-index: 2;
    left: 40px;
    right: 40px;
  }
  .main-slider-item:after {
    border-left: 1px dashed #d8d8d6;
    top: 0;
    height: 100%;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    position: absolute;
    content: ' ';
  }
  .main-slider-item--md.main-slider-item:after {
    display: none;
  }
  .main-slider-item--md .main-slider-item__bl--border {
    max-width: 830px;
  }
  .main-slider-item--md p {
    max-width: 460px;
  }
  .downloads-block__txt {
    margin-left: 184px;
  }
  .downloads-block__img {
    width: 163px;
  }
  .downloads-block p {
    margin-bottom: 19px;
  }
  .downloads-block {
    margin-bottom: 0;
  }
  .grid--select .grid__item--four-col {
    width: 23%;
    width: calc(25% - 7px);
  }
  .table-wrap table {
    min-width: 1280px;
  }
  .table-wrap table thead td {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .table-wrap table td {
    padding: 8px 15px 5px;
  }
  .table-wrap table td:first-child {
    padding-left: 40px;
    width: 300px;
  }
  
  .table-wrap table td:last-child{
    width: 146px;
  }
  
  .img-table {
    margin-right: 4px;
  }
  .table-wrap {
    margin-left: -40px;
    margin-right: -40px;
    padding: 0;
  }
  .slider-product-wrap {
    width: 540px;
  }
  .slider-product-txt {
    margin-left: 600px;
  }
  .slider-product-txt .list-cont {
    margin-bottom: 38px;
  }
  .slider-product-txt .list-cont > li {
    padding-left: 31px;
    margin-bottom: 10px;
  }
  .slider-product-txt .list-cont > li:before {
    top: 8px;
    left: 13px;
  }
  .korpus-txt {
    padding: 44px 52px;
  }
  .korpus-table table td {
    font-size: 16px;
    line-height: 19px;
    padding: 8px 42px;
  }
  .slider-list2 .owl-nav > div {
    margin-top: -58px;
  }
  .link-news {
    font-size: 20px;
    line-height: 24px;
  }
  .news-item__txt {
    font-size: 16px;
    line-height: 20px;
  }
  .text-bl-grid--contact .text-bl-grid__half-col {
    width: 46.5%;
  }
  .text-bl-grid--contact .text-bl-grid__half-col:nth-child(2n) {
    width: 50%;
  }
  .form-group--sm {
    max-width: 400px;
  }
  .captcha-wrap {
    display: flex;
    padding-top: 10px;
  }
  .captcha-wrap .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
  .captcha {
    margin-bottom: 0;
  }
  .captcha__input {
    width: 70px;
  }
  .map {
    height: 400px;
  }
  .table-cont .table-td:first-child{
    padding-left: 40px;
  }
  .table-cont .table-td:last-child{
    padding-right: 40px;
  }
  .table-td .img-table{
    display: inline-block;
  }
  .table-td .link-table__txt{
    display: inline-block;
  }
}

@media only screen and (min-width: 1300px) {
  .container-block {
    padding: 50px 40px;
  }
  .slider-list .owl-nav > div {
    top: 155px;
    left: -40px;
  }
  .slider-list .owl-nav > div.owl-next {
    right: -40px;
  }
  .about-company-img {
    width: 560px;
    margin-bottom: 0;
  }
  .about-company-txt {
    margin-left: 600px;
    max-width: 510px;
  }
  .about-company-txt .btn {
    margin-top: 28px;
  }
  .about-company-logo {
    width: 180px;
  }
  .about-company-img__block {
    padding: 0 40px;
    top: 65px;
  }
  .about-company-logo {
    margin-bottom: 34px;
  }
  .feedback-content {
    padding: 0 40px;
  }
  .feedback-form .form-group-grid__half-col {
    width: 50%;
  }
  .feedback-form .form-group-grid__half-col:nth-child(2n) {
    width: 47%;
  }
  .jcf-select .jcf-select-text {
    margin-right: 60px;
  }
  .jcf-select .jcf-select-opener {
    right: 41px;
  }
  .grid__item--half-col {
    width: 45.5%;
    margin-left: 4.5%;
  }
  .grid--cont-two {
    margin-left: -4.5%;
  }
  .about-company-img--2 {
    width: 573px;
  }
  .about-company--2 .about-company-txt {
    margin-left: 600px;
  }
  .slider-product-wrap {
    width: 640px;
    margin-left: -40px;
  }
  .slider-product-txt {
    margin-left: 640px;
  }
  .korpus {
    margin: 0 -40px;
  }
  .korpus-item {
    padding: 0 40px;
  }
  .tabs {
    padding-left: 40px;
  }
  .tabs > li {
    font-size: 20px;
    padding: 15px 43px;
  }
  .korpus-txt {
    margin-right: 40px;
  }
  .slider-list2 .owl-nav > div {
    left: -40px;
  }
  .slider-list2 .owl-nav > div.owl-next {
    left: auto;
    right: -40px;
  }
  .news-item__img {
    width: 295px;
  }
  .news-item__txt {
    margin-left: 330px;
  }
  .news-date {
    margin-right: 34px;
  }
  .captcha__input {
    width: 100px;
  }
  .captcha__tt {
    font-size: 16px;
  }
  .captcha-wrap .btn {
    min-width: 201px;
  }
  .captcha__img {
    margin: 0 19px;
  }
  .table-row{
    font-size: 16px;
  }
  .table-head{
    font-size: 14px;
  }

}

/* ----- END Main blocks --------------- */
/*                                       */
/*                                       */
/* ----- Plugins libs css -------------- */
.mfp-container, .owl-theme .owl-dots {
  text-align: center;
}

.mfp-arrow, .owl-carousel, .owl-carousel .owl-item, .owl-theme .owl-dots, .owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: '';
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.mfp-bg, .mfp-container, .mfp-wrap {
  width: 100%;
  height: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-close, .mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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;
  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-bg, .fancybox-inner, .fancybox-outer, .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: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .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: translateZ(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: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  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;
  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: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  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, .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%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .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-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  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 .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .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--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  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 .25s,visibility 0s,color .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: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .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;
  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, .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: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -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: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  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: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-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: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(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: translateZ(0) scale(1);
  transform: translateZ(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;
}

.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;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  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;
  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;
  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: 50%;
  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 (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* ----- END Plugins libs css ---------- */
/*                                       */
/*                                       */
/* ----- Plugins custom options -------- */
/* ----- END Plugins custom options ---- */


.jcf-checkbox:has(.policy_checkbox){
    width:  18px !important;
    height: 18px !important;
	border: 1px solid #aeaeae;
	border-radius: 4px !important;
} 


.jcf-checkbox:has(.policy_checkbox.error){
	border: 1px solid red;
}	

.policy_checkbox{
	
	
	/*
	float: left;
    margin-top: 4px;
    margin-right: 6px;
	*/
}

.policy_checkbox.error{
/*
	-moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
*/	

}

.policy_block{
	display: inline-grid;
}




.t972 {
	position: fixed;
	right: 34px;
	bottom: 34px;
	z-index: 1001;
	box-sizing: border-box;
	max-height: calc(100vh - 2 * 34px)
}

.t972_closed {
	display: none !important
}

.t972_preview {
	position: static;
	padding: 30px;
	max-width: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0
}

.t972_preview-left {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.t972__banner,
.t972__settings {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	transition: all 0.3s ease;
	opacity: 1;
	bottom: 0
}

.t972__banner {
	max-width: 358px;
	padding: 17px 24px 20px 19px
}

.t972__banner.hidden {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0
}

.t972__settings.hidden {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0
}

.t972__title {
	font-weight: 500;
	padding: 0;
	margin: 0;
	margin-bottom: 5px
}

.t972__text {
	font-weight: 400;
	padding: 0;
	margin: 0
}

.t972__actions {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 19px
}

.t972__btn {
	padding: 7px 12px;
	height: unset;
	font-weight: 400;
	border-radius: 5px;
	font-size: 14px;
	background-color: transparent;
	border: none;
	outline: none;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.t972__settings {
	width: 100%;
	max-width: 400px;
	max-height: inherit;
	display: none;
	flex-direction: column
}

.t972__settings-header {
	background-color: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .04);
	border-radius: 1px;
	padding: 17px 21px;
	color: rgba(0, 0, 0, .5);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer
}

.t972__settings-arrow {
	margin-right: 14px
}

.t972__settings-body {
	padding: 0 20px;
	height: 100%;
	flex-shrink: 1;
	overflow: auto;
	width: 100%;
	box-sizing: border-box
}

.t972__settings-title {
	font-weight: 500;
	padding: 0;
	margin: 29px 0 16px
}

.t972__settings-text {
	font-weight: 400;
	padding: 0;
	margin: 0;
	margin-bottom: 30px
}

.t972__settings-footer {
	background: #fff;
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .04);
	border-radius: 5px;
	padding: 16px 21px;
	width: 100%;
	box-sizing: border-box
}

.t972__categories {
	margin-bottom: 31px
}

.t972__category {
	border-bottom: 1px solid rgba(157, 153, 153, .4);
	padding: 14px 0 16px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.t972__category:first-child {
	border-top: 1px solid rgba(157, 153, 153, .4)
}

.t972__category-headline {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.t972__category-header {
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.t972__category-title {
	font-weight: 400;
	font-size: 13px;
}

.t972__category-btn {
	position: relative;
	border: none;
	background-color: transparent;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 11px;
	outline: none;
	width: 11px;
	height: 11px;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.t972__line {
	content: '';
	position: absolute;
	background-color: #000;
	transition: all 0.3s ease;
	opacity: 1
}

.t972__line_vertical {
	width: 1px;
	height: 100%
}

.t972__line_horizontal {
	width: 100%;
	height: 1px
}

.t972__opened .t972__line_vertical {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.t972__opened .t972__line_horizontal {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0
}

.t972__category-toggle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.t972__toggle-txt {
	font-size: 11px;
	line-height: 1.4;
	color: #a2a2a2
}

.t972__toggle-input {
	display: none
}

.t972__toggle-label {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.t972__toggle-container {
	width: 48px;
	height: 24px;
	border-radius: 100px;
	margin-left: 14px;
	margin-bottom: 0;
	cursor: pointer;
	transition: all ease 0.3s;
	position: relative;
	overflow: hidden;
	transform: translateZ(0)
}

.t972__toggle-background {
	background-color: #c6c5c5;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all ease 0.3s
}

.t972__toggle-mark {
	width: 20px;
	height: 20px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .24);
	border-radius: 50%;
	margin: 2px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: all ease 0.3s
}

.t972__toggle-input:checked+.t972__toggle-container .t972__toggle-background {
	opacity: .3
}

.t972__toggle-input:checked+.t972__toggle-container .t972__toggle-mark {
	-webkit-transform: translateX(24px);
	transform: translateX(24px)
}

.t972__category-body {
	font-weight: 400;
	margin-top: 16px;
	color: rgba(0, 0, 0, .6);
	display: none;
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%
}

@media screen and (max-width:1200px) {
	.t972__banner {
		overflow-y: auto;
		min-height: 100px;
		max-height: inherit
	}
}

@media screen and (max-width:640px) {
	.t972 {
		bottom: 0;
		left: 0;
		width: 100%;
		max-height: calc(100vh - 2 * 10px)
	}

	.t972__banner,
	.t972__settings {
		border-radius: 0
	}

	.t972__settings {
		height: 100vh;
		max-width: initial
	}

	.t972__banner {
		max-width: initial
	}

	.t972__category {
		padding: 18px 0
	}

	.t972__category-toggle {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.t972__category-body {
		margin-bottom: 19px;
		font-weight: 300
	}

	.t972__toggle-txt {
		font-size: 14px
	}

	.t972__category-enabled_always {
		font-size: 16px
	}
}


.no-top{
	padding-top: 0px;
}	
.no-bottom{
	padding-bottom: 0px;
}

.footer-nav-item__list A{
	text-transform: lowercase;
}

.footer-nav-item__list A:first-letter{
	text-transform: uppercase;
}