@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro-Medium.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro-Black.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.container.wide {
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #2d2d2d;
  line-height: 1.6;
}
body.active__menu {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
* {
  outline: none;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: inherit;
}
p a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  font-family: 'Gotham Pro';
  line-height: 1.3;
  margin: 0 0 25px 0;
  position: relative;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 24px;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
a:hover {
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  color: inherit;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 14px;
}
article {
  margin-bottom: 30px;
}
article p {
  line-height: 1.7;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 9999;
  background-image: url('../images/svg/preloader.svg');
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  -webkit-background-size: 65px 65px;
  background-size: 65px;
}
.base {
  padding: 50px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .base {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 576px) {
  .base {
    padding: 35px 0;
  }
}
.base-custom {
  padding: 50px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .base-custom {
    padding: 45px 0 10px 0;
  }
}
@media only screen and (max-width: 576px) {
  .base-custom {
    padding: 35px 0 10px 0;
  }
}
.base-blue {
  background-color: #043b71;
  color: #fff;
}
.base-grey {
  background-color: #f7f7f7;
}
.base-decor-top:before,
.base-decor-bottom:before,
.base-decor-top:after,
.base-decor-bottom:after {
  content: "";
  position: absolute;
  background-image: url("../images/decor-line.png");
  background-repeat: repeat;
  width: 100%;
  left: 0;
}
.base-decor-top:before {
  width: 100%;
  height: 9px;
  left: 0;
  top: 0;
}
.base-decor-bottom:after {
  width: 100%;
  height: 9px;
  left: 0;
  bottom: 0;
}
.button {
  border: none;
  cursor: pointer;
  position: relative;
  background-color: #ffe50b;
  color: #000000;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Gotham Pro';
  padding: 10px 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid transparent;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.button.transparent {
  background-color: transparent;
  color: #fff;
  border-color: #ddc407;
}
.button.transparent:hover {
  background-color: #ddc407;
  color: #000000;
}
.button:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: #000;
  background-color: #f1d700;
}
.button:active {
  outline: none;
  background-color: #bea900;
}
.button-border {
  background-color: transparent;
  color: #ddc407;
  border: 1px solid #ddc407;
}
.button-border i {
  margin-left: 5px;
  font-size: 12px;
}
.button-border:hover {
  color: #000000;
  background-color: #ddc407;
}
.sk__menu__toggle {
  position: absolute;
  top: 20px;
  right: 0;
  width: 35px;
  height: 20px;
  cursor: pointer;
  display: none;
  z-index: 999;
}
@media only screen and (max-width: 992px) {
  .sk__menu__toggle {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .sk__menu__toggle {
    right: 15px;
    top: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .sk__menu__toggle {
    top: 14px;
  }
}
.sk__menu__toggle:hover span {
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.sk__menu__toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #2d2d2d;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.sk__menu__toggle span:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sk__menu__toggle span:nth-child(2) {
  top: 50%;
  width: 20px;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sk__menu__toggle span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sk__menu__toggle.active span:nth-child(1) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.sk__menu__toggle.active span:nth-child(2) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  width: 100%;
}
.sk__menu__toggle.active span:nth-child(3) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: inherit;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.top__scroll__button {
  width: 43px;
  height: 43px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #0c4479;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top__scroll__button img {
  width: 15px;
  height: 15px;
}
.top__scroll__button:hover {
  background-color: #115ea7;
}
.top__scroll__button:active {
  background-color: #0e5190;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
  background-color: #fff;
  outline: none;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
  min-height: 45px;
  font-size: 14px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border-color: #ddc407;
}
textarea {
  padding: 20px;
  min-height: 90px;
}
.input__field {
  margin-bottom: 20px;
  position: relative;
}
.input__field input[type="text"],
.input__field input[type="email"],
.input__field input[type="tel"],
.input__field input[type="number"],
.input__field input[type="password"],
.input__field select,
.input__field textarea,
.input__field button {
  width: 100%;
}
.input__field-ico {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 20px;
  font-size: 13px;
  color: #ddc407;
}
.input__field-icon input[type="text"],
.input__field-icon input[type="email"],
.input__field-icon input[type="tel"],
.input__field-icon input[type="number"],
.input__field-icon input[type="password"],
.input__field-icon select,
.input__field-icon textarea {
  padding: 0 20px 0 40px;
}
.input__field.mb0 {
  margin-bottom: 0;
}
.sk__title__section {
  margin-bottom: 45px;
}
@media only screen and (max-width: 576px) {
  .sk__title__section {
    margin-bottom: 35px;
  }
}
.sk__title__section:last-child {
  margin-bottom: 0;
}
.sk__title__section-center {
  text-align: center;
}
.sk__title__section h2 {
  margin: 0 0 10px 0;
}
.sk__title__section h2:last-child {
  margin: 0;
}
.sk__logo {
  font-size: 23px;
  font-family: 'Gotham Pro';
  font-weight: 900;
  line-height: 1.2;
}
@media only screen and (max-width: 576px) {
  .sk__logo {
    font-size: 15px;
  }
}
.sk__logo span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #ddc407;
}
@media only screen and (max-width: 576px) {
  .sk__logo span {
    font-size: 12px;
  }
}
.sk__logo.small {
  font-size: 13px;
}
.sk__logo.small span {
  font-size: 10px;
}
.sk__logo.white {
  color: #fff;
}
.sk__logo.white span {
  color: #fff;
}
.sk__ws {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  min-width: 230px;
}
.sk__ws-ico {
  max-width: 25px;
  width: 100%;
  margin-right: 10px;
}
.sk__ws-text {
  font-size: 13px;
  color: #4caf50;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sk__ws-text a {
  font-size: 14px;
  font-weight: 700;
  display: inline;
}
.sk__ws-white .sk__ws-text {
  color: #fff;
}
.sk__ws:hover {
  opacity: 0.7;
}
.sk__phone {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.24px;
  white-space: nowrap;
  line-height: 0.8;
}
.sk__phone:hover {
  color: #ddc407;
}
.sk__worktime {
  font-size: 13px;
  color: #6e6e6e;
  line-height: 1.2;
}
.sk__worktime-time {
  color: #fff;
}
.contact__ico {
  max-width: 10px;
  width: 100%;
  margin-right: 5px;
  display: inline-block;
  vertical-align: baseline;
}
.contact__ico-email {
  max-width: 12px;
}
.contact__ico-time {
  max-width: 15px;
  vertical-align: bottom;
}
.contact__ico-orange path,
.contact__ico-orange circle {
  fill: #ddc407;
}
.contact__ico-white path,
.contact__ico-white circle {
  fill: #689bcb;
}
.sk__email {
  color: #b7daf7;
}
.sk__panel__form {
  background-color: #f7f4d8;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  max-width: 507px;
}
@media only screen and (max-width: 992px) {
  .sk__panel__form {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .sk__panel__form {
    padding: 30px;
  }
}
.sk__panel__form-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .sk__panel__form-header br {
    display: none;
  }
}
.sk__panel__form-header-ico {
  max-width: 40px;
  width: 100%;
  margin-right: 15px;
}
@media only screen and (max-width: 576px) {
  .sk__panel__form-header-ico {
    display: none;
  }
}
.sk__panel__form-header-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #2d2d2d;
}
@media only screen and (max-width: 1200px) {
  .sk__panel__form-header-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .sk__panel__form-header-text {
    text-align: center;
  }
}
.sk__table {
  width: 100%;
  overflow-x: auto;
}
.sk__table table {
  width: 100%;
  font-size: 14px;
  color: #626262;
}
.custom__slider__controls {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom__slider__controls li {
  margin-right: 8px;
}
.custom__slider__controls li:last-child {
  margin-right: 0;
}
.custom__slider__controls li a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e0e0e0;
  text-align: center;
  line-height: 40px;
  color: #434343!important;
  font-size: 14px;
  cursor: pointer;
}
.custom__slider__controls li a:hover {
  background-color: #ddc407;
  color: #000!important;
}
.custom__slider__controls li a:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
.sk__header {
  -webkit-box-shadow: 0 3px 8px rgba(56, 56, 56, 0.13);
  box-shadow: 0 3px 8px rgba(56, 56, 56, 0.13);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .sk__header .container {
    padding: 0;
  }
}
.sk__header-items {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .sk__header-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  .sk__header-items {
    padding: 0;
  }
}
.sk__header-contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .sk__header-contact {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sk__header-contact {
    display: none;
  }
}
.sk__header-contact-item {
  margin-right: 30px;
}
.sk__header-contact-item:last-child {
  margin-right: 0;
}
.sk__header-contact-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sk__header-contact-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
}
.sk__header-contact-mobile li {
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
}
.sk__header-contact-mobile li:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: none;
}
.sk__header-contact-mobile li a {
  min-height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sk__header-contact-mobile li a img {
  max-width: 25px;
}
.sk__header-contact-mobile li:first-child {
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .sk__header-logo {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 576px) {
  .sk__header-logo {
    padding: 10px 0 5px 15px;
  }
}
.sk__footer {
  padding: 20px 0;
  background-color: #032f59;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .sk__footer .row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.sk__footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .sk__footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .sk__footer-info br {
    display: none;
  }
}
.sk__footer-info .sk__logo {
  margin-bottom: 10px;
}
.sk__footer-info-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
@media only screen and (max-width: 576px) {
  .sk__footer-info-text {
    margin-left: 0;
  }
}
.sk__footer-info-message {
  font-size: 13px;
  color: #2e6ba4;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .sk__footer-item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .sk__footer-item {
    text-align: center;
  }
}
.sk__footer-item a {
  margin-bottom: 10px;
}
.sk__footer-item a.sk__phone,
.sk__footer-item a.top__scroll__button {
  margin-top: 11px;
}
.sk__main h1 {
  font-size: 51px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
  .sk__main h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 992px) {
  .sk__main h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .sk__main h1 {
    font-size: 28px;
  }
}
.sk__main h1 span {
  font-size: 48px;
  display: block;
  color: #ddc407;
}
@media only screen and (max-width: 1200px) {
  .sk__main h1 span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .sk__main h1 span {
    font-size: 27px;
  }
}
.sk__main-info.reset {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 576px) {
  .sk__main-info.reset {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .sk__main-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.sk__main-info li {
  font-family: 'Gotham Pro';
  color: #ddc407;
  font-weight: 900;
  font-size: 22px;
  position: relative;
  padding: 0 15px;
}
@media only screen and (max-width: 1200px) {
  .sk__main-info li {
    font-size: 15px;
  }
}
.sk__main-info li:first-child:before {
  display: none;
}
.sk__main-info li:before {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #ddc407;
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -4px;
}
.sk__main-img {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .sk__main-img {
    text-align: center;
    margin-bottom: 30px;
  }
}
.sk__main-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sk__advantages {
  padding: 30px 0;
}
@media only screen and (max-width: 576px) {
  .sk__advantages {
    padding: 15px 0;
  }
}
.sk__advantages-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.sk__advantages-ico {
  max-width: 40px;
  width: 100%;
  margin-right: 20px;
}
.sk__advantages-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #787878;
  font-size: 13px;
}
.sk__questions {
  background-image: url("../images/questions-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.sk__questions-info {
  font-family: 'Gotham Pro';
  color: #fff;
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .sk__questions-info {
    text-align: center;
    font-size: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .sk__questions-info {
    font-size: 16px;
  }
}
.sk__questions-title {
  color: #ddc407;
  font-family: 'Gotham Pro';
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .sk__questions-title {
    text-align: center;
    font-size: 26px;
  }
}
@media only screen and (max-width: 400px) {
  .sk__questions-title {
    font-size: 20px;
  }
}
.sk__questions-title b {
  display: block;
  font-size: 49px;
}
@media only screen and (max-width: 576px) {
  .sk__questions-title b {
    font-size: 36px;
  }
}
@media only screen and (max-width: 400px) {
  .sk__questions-title b {
    font-size: 26px;
  }
}
.sk__certificates-item {
  margin-bottom: 30px;
  text-align: center;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sk__certificates-item img {
  -webkit-box-shadow: 0 13px 16px rgba(129, 129, 129, 0.06);
  box-shadow: 0 13px 16px rgba(129, 129, 129, 0.06);
}
.sk__certificates-item-box {
  padding: 20px;
  border: 1px solid #dadada;
  font-size: 13px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.sk__certificates-item-box-ico {
  margin-bottom: 20px;
}
.sk__certificates-item-box b {
  color: #ddc407;
}
.sk__about-slider {
  max-width: 780px;
  margin: 0 auto;
}
.sk__about-slider img {
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.sk__about-slider-item {
  position: relative;
}
.sk__about-slider-item-text {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 20px;
  color: #262525;
  text-align: center;
  width: 80%;
  padding: 20px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 576px) {
  .sk__about-slider-item-text {
    font-size: 14px;
    padding: 15px;
    width: 100%;
    position: relative;
  }
}
.slick-dots {
  bottom: -50px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  background-color: #03172b;
  opacity: 0.7;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.slick-dots li.slick-active {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #ddc407;
  opacity: 1;
}
.slick-dots li:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0.9;
}
.slick-dots li button {
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.sk__info-text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .sk__info-text {
    text-align: center;
  }
}
.sk__info-header {
  font-size: 46px;
}
@media only screen and (max-width: 1200px) {
  .sk__info-header {
    font-size: 36px;
  }
}
@media only screen and (max-width: 576px) {
  .sk__info-header {
    font-size: 26px;
  }
}
@media only screen and (max-width: 400px) {
  .sk__info-header {
    font-size: 24px;
  }
}
.sk__info-header b {
  display: block;
  color: #ddc407;
  font-size: 60px;
}
@media only screen and (max-width: 1200px) {
  .sk__info-header b {
    font-size: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .sk__info-header b {
    font-size: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .sk__info-header b {
    font-size: 30px;
  }
}
.sk__info-description {
  font-size: 17px;
  font-weight: 500;
}
.sk__info-img {
  margin-bottom: 30px;
  text-align: center;
}
.sk__catalog-item {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(56, 56, 56, 0.19);
  box-shadow: 0 4px 12px rgba(56, 56, 56, 0.19);
  margin-bottom: 30px;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}
.sk__catalog-item-img {
  position: relative;
}
.sk__catalog-item-img .custom__slider__controls {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  right: 10px;
}
.sk__catalog-item-img .custom__slider__controls li a {
  background-color: #fff;
}
.sk__catalog-item-img .custom__slider__controls li a:hover {
  background-color: #ddc407;
}
.sk__catalog-item-img-item {
  height: 205px;
  background-color: #ddd;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sk__catalog-item-text {
  padding: 15px 20px;
}
.sk__catalog-item-title {
  font-weight: 700;
  font-size: 20px;
  font-family: 'Gotham Pro';
  margin-bottom: 10px;
}
.sk__catalog-item-price {
  font-size: 28px;
  font-weight: 700;
}
.sk__catalog-item-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d4d4d4;
  padding: 15px 20px;
}
.sk__catalog-item-footer img {
  max-width: 28px;
  width: 100%;
  margin-right: 15px;
}
.sk__catalog-item-footer span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ac9b19;
  font-size: 14px;
  line-height: 1.3;
}
.sk__steps-items {
  position: relative;
}
.sk__steps-items:before {
  content: "";
  width: 100px;
  height: 641px;
  background-image: url("../images/steps-decor.png");
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1200px) {
  .sk__steps-items:before {
    display: none;
  }
}
.sk__steps-items .row {
  margin-bottom: 50px;
}
@media only screen and (max-width: 576px) {
  .sk__steps-items .row {
    margin-bottom: 30px;
  }
}
.sk__steps-items .row:last-child {
  margin-bottom: 0;
}
.sk__steps-items .row:nth-child(odd) .sk__steps-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .sk__steps-items .row:nth-child(odd) .sk__steps-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}
.sk__steps-items .row:nth-child(even) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sk__steps-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sk__steps-item-ico {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 10px solid #ffe50b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 46px rgba(255, 229, 11, 0.85);
  box-shadow: 0 4px 46px rgba(255, 229, 11, 0.85);
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .sk__steps-item-ico {
    width: 60px;
    height: 60px;
    border-width: 3px;
  }
}
@media only screen and (max-width: 576px) {
  .sk__steps-item-ico {
    margin-right: 20px;
  }
}
.sk__steps-item-ico img {
  max-width: 50px;
}
@media only screen and (max-width: 768px) {
  .sk__steps-item-ico img {
    max-width: 30px;
  }
}
.sk__steps-item-num {
  opacity: 0.5;
  color: #fee41f;
  font-family: "Gotham Pro";
  font-size: 124px;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  .sk__steps-item-num {
    font-size: 60px;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 576px) {
  .sk__steps-item-num {
    display: none;
  }
}
.sk__steps-item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sk__steps-item-text h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .sk__steps-item-text h4 {
    font-size: 18px;
  }
}
.sk__steps-item-text p {
  font-size: 14px;
}
.sk__calculator {
  min-height: 661px;
  background-color: #bfbbb8;
  background-image: url("../images/calc-bg-open.png");
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .sk__calculator {
    background-image: url("../images/calc-bg-open-xs.png");
    background-position: -webkit-calc(50% + 10px) center;
    background-position: calc(50% + 10px) center;
  }
}
.sk__calculator-inner {
  width: 527px;
  height: 516px;
  margin: 50px auto 0 auto;
  position: relative;
  left: -3px;
}
@media only screen and (max-width: 576px) {
  .sk__calculator-inner {
    margin: 50px auto 0 auto;
  }
}
.sk__calculator-inner-door {
  position: absolute;
  width: 528px;
  height: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  left: -2px;
}
@media only screen and (max-width: 576px) {
  .sk__calculator-inner-door {
    width: 285px;
    top: -20px;
    height: -webkit-calc(100% + 10px);
    height: calc(100% + 10px);
  }
}
.sk__calculator-inner-door.active h4,
.sk__calculator-inner-door.active a.button {
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  opacity: 0;
}
.sk__calculator-inner-door.active:before {
  -webkit-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.sk__calculator-inner-door.active__content {
  z-index: -1;
}
.sk__calculator-inner-door:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/calc-bg-open-door.png");
  -webkit-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}
.sk__calculator-inner-door h4 {
  font-size: 26px;
  margin-bottom: 45px;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media only screen and (max-width: 576px) {
  .sk__calculator-inner-door h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.sk__calculator-inner-door a.button {
  font-size: 16px;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media only screen and (max-width: 576px) {
  .sk__calculator-inner {
    left: 0;
    width: 283px;
  }
}
.sk__calculator-inner-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 15px 13px 25px;
}
@media only screen and (max-width: 576px) {
  .sk__calculator-inner-header {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.sk__calculator-inner-header span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  color: #24201f;
}
@media only screen and (max-width: 576px) {
  .sk__calculator-inner-header span {
    padding: 10px;
    text-align: center;
    font-size: 14px;
  }
}
.sk__calculator-inner-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 30px 10px 30px;
}
@media only screen and (max-width: 576px) {
  .sk__calculator-inner-item {
    padding: 5px;
  }
  .sk__calculator-inner-item.column__xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sk__calculator-inner-item.column__xs .sk__calculator-inner-item-column {
    width: 100%;
  }
}
.sk__calculator-inner-item.cheks {
  max-width: 390px;
  margin-top: 4px;
}
.sk__calculator-inner-item.user__vals {
  margin-top: 10px;
  margin-left: 140px;
}
@media only screen and (max-width: 576px) {
  .sk__calculator-inner-item.user__vals {
    margin-left: 0;
  }
}
.sk__calculator-inner-item.submit__form {
  text-align: right;
  padding-right: 5px;
  margin-top: 12px;
}
@media only screen and (max-width: 576px) {
  .sk__calculator-inner-item.submit__form {
    margin-right: 0;
  }
}
.sk__calculator-inner-item.submit__form button {
  border: none;
  background-color: transparent;
  width: 183px;
  height: 46px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000000;
  font-weight: 600;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media only screen and (max-width: 576px) {
  .sk__calculator-inner-item.submit__form button {
    width: 100%;
    background-color: #ddc407;
  }
}
.sk__calculator-inner-item.submit__form button:focus {
  outline: none;
}
.sk__calculator-inner-item.submit__form button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 576px) {
  .sk__calculator-inner-item.submit__form button:hover {
    background-color: #ac9805;
  }
}
.sk__calculator-inner-item.submit__form button:active {
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}
.sk__calculator-inner-item-column {
  width: 50%;
}
.input__el_calc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.input__el_calc-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #302629;
}
@media only screen and (max-width: 576px) {
  .input__el_calc-title {
    margin-left: 15px;
    font-size: 12px;
  }
}
.input__el_calc-title.checkbox {
  position: relative;
  padding-left: 40px;
  margin: 0;
  line-height: 2;
}
@media only screen and (max-width: 576px) {
  .input__el_calc-title.checkbox {
    padding-left: 25px;
  }
}
.input__el_calc-title.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  background-color: #c8c2b2;
  border: 1px solid #aea797;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media only screen and (max-width: 576px) {
  .input__el_calc-title.checkbox:before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
.input__el_calc-title.checkbox:after {
  content: "";
  width: 7px;
  height: 15px;
  border: solid #302629;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 10px;
  top: 3px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
@media only screen and (max-width: 576px) {
  .input__el_calc-title.checkbox:after {
    left: 7px;
    top: 3px;
  }
}
.input__el_calc-title.checkbox:active:before {
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  border-color: #ddc407;
}
.input__el_calc input[type="checkbox"] {
  display: none;
}
.input__el_calc input[type="checkbox"]:checked + .input__el_calc-title:after {
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
}
.input__el_calc input[type="number"],
.input__el_calc input[type="text"],
.input__el_calc input[type="tel"] {
  min-height: 27px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #c8c2b2;
  text-align: center;
  font-size: 12px;
  padding: 0;
  margin: 0;
  border-color: #aea797;
}
.input__el_calc input[type="number"].number,
.input__el_calc input[type="text"].number,
.input__el_calc input[type="tel"].number {
  width: 70px;
}
.rev_slider-inner {
  position: relative;
}
.rev_slider-inner .custom__slider__controls {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.rev_slider-inner .slick-slider {
  margin-left: -12%;
  margin-right: -12%;
  max-width: 920px;
  margin: 0 auto;
}
.rev_slider-inner .slick-list {
  padding-top: 7%!important;
  padding-bottom: 7%!important;
  padding-left: 15%!important;
  padding-right: 15%!important;
}
.rev_slider-inner .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.rev_slider-inner .slick-track {
  max-width: 100%!important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 100px;
  perspective: 100px;
}
.rev_slider-inner .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.rev_slider-inner .slick-snext,
.rev_slider-inner .slick-sprev {
  display: block;
}
.rev_slider-inner .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  -webkit-transform: translate3d(0, 0, 20px);
  transform: translate3d(0, 0, 20px);
  z-index: 2;
}
.rev_slider-inner .slick-snext {
  opacity: 1;
  -webkit-transform: translate3d(20%, 0, 0px);
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
  opacity: 0.2;
}
.rev_slider-inner .slick-sprev {
  opacity: 1;
  -webkit-transform: translate3d(-20%, 0, 0px);
  transform: translate3d(-20%, 0, 0px);
  opacity: 0.2;
}
.rev_slider-inner .rev__slider {
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 400px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .rev_slider-inner .rev__slider {
    min-height: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .rev_slider-inner .rev__slider {
    min-height: 200px;
  }
}
.rev_slider-inner .rev__slider img {
  margin: 0 auto;
  max-height: 400px;
}
.sk__menu {
  position: fixed;
  max-width: 350px;
  width: 100%;
  background-color: #fff;
  right: 0;
  top: 0;
  min-height: 100vh;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
@media only screen and (max-width: 576px) {
  .sk__menu {
    max-width: 100%;
  }
}
.sk__menu.active {
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  opacity: 1;
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.sk__menu-inner {
  min-height: 100vh;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sk__menu-inner-header {
  text-align: right;
  padding: 15px 25px 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sk__menu-inner-header a {
  cursor: pointer;
}
.sk__menu-inner-header a:hover {
  opacity: 0.8;
}
.sk__menu-inner-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 25px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sk__menu-inner-content ul li {
  width: 100%;
}
.sk__menu-inner-content ul li a {
  display: block;
  width: 100%;
  font-weight: 700;
  padding: 10px 25px;
}
.sk__menu-inner-content ul li a:hover {
  background-color: #ddc407;
  color: #fff;
}
.sk__menu-inner-footer {
  background-color: #073b70;
  padding: 25px;
  color: #fff!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sk__menu-inner-footer a {
  margin-bottom: 10px;
}
.sk__menu-inner-footer a:last-child {
  margin-bottom: 0;
}
.sk__menu-inner-footer .sk__worktime {
  margin-bottom: 10px;
}
.sk__menu-inner-footer svg path,
.sk__menu-inner-footer svg circle {
  fill: #fff;
}
.hidden {
  display: none;
}
.show__text.active i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.modal-dialog {
  max-width: 400px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
}
.modal-content {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f7f4d8;
  padding: 25px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .modal-content {
    padding: 15px;
  }
}
.modal-close {
  font-size: 26px;
  color: #c6c3ad;
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background-color: transparent;
  line-height: 100%;
  z-index: 3;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.modal-close:hover {
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  opacity: 0.5;
}
.modal-body-header {
  margin-bottom: 25px;
}
.modal-body-header h4 {
  margin-bottom: 5px;
}
.modal-body-header p {
  font-size: 14px;
}
@media only screen and (max-width: 576px) {
  .modal-body-header p br {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .hide__lg {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .hide__md {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hide__tb {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .hide__xs {
    display: none;
  }
}
.vise__tb {
  display: none;
}
@media only screen and (max-width: 768px) {
  .vise__tb {
    display: block;
  }
}
.vise__md {
  display: none;
}
@media only screen and (max-width: 992px) {
  .vise__md {
    display: block;
  }
}

.bok_knopka{
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display:block;
    position:fixed; 
    z-index:7999;
    right:-40px; 
    bottom:40px; 
    background:yellow; 
    font-size:1.2em; 
    color:black!important;
    text-align:center; 
    padding:10px 20px;
    border-radius:5px; 
    border:1px solid #fff; 
}

