@charset "UTF-8";
@import 'all.min.css';
@import '../fonts/feather/feather.css';
@import '../fonts/rugon/rugon.css';
.stock__item-link, .advantage__item-title, .prices__item-title, .banner-wrapper .banner-btn, .footer__title, .article__item-overlay, .article__item-title, .album__item, .service__item, .slider__item-link, .page__header, .about__numbers-title, .tab__nav-link, .btn, a.more {
  font-family: "Futura PT", sans-serif;
}

.form__main-wrapper .page__header, .stock__item-title, .prices__item-price, .price__list-title, .banner-wrapper .banner-title, .subscribe__form-title, .page__contacts-item, .news__page-intro,
.stock__page-intro, .news__page-header,
.stock__page-header, .news__item-title, .article__page-intro, .article__page-header, .side-title, .album__item-title, .photo__item span, .service__page-price, .services__list-title, .slider__item-name, .breadcrumb__item--back, .breadcrumb__item, .menu a, .header__contacts-item {
  font-family: "Futura PT Demi", sans-serif;
}

* {
  outline: none;
}

body {
  min-height: 100%;
  position: relative;
  background-color: #fff;
  background: url("./bg8.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Montserrat", Tahoma, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.015em;
  color: #000;
}
body:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
}
.container .error {
  color: #a94442;
}

.wrapper {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.wrapper__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.wrapper__inner--active {
  position: relative;
}
.wrapper__inner--active::before {
  content: "";
  position: absolute;
  z-index: 90;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
}

.section__page {
  padding-bottom: 80px;
}
.section__page-img {
  min-height: 480px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f8f8f8;
  margin-bottom: 80px;
  overflow: hidden;
  border-radius: 4px;
}
.section__page-text {
  max-width: 770px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 32px;
}
.section__page-text p {
  margin-bottom: 30px;
}
.section__page-text p:last-of-type {
  margin-bottom: 0;
}
.section__page-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.danger {
  color: #a94442;
}

.accent__color {
  color: #003b57;
}
.accent__color--hover {
  color: #d2dfe6;
}

div.jGrowl-notification {
  font-size: 16px;
  padding: 20px;
  font-weight: 300;
  font-family: "Montserrat", Tahoma, sans-serif;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

a {
  color: #003b57;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #d2dfe6;
  outline: none;
  text-decoration: none;
}
a.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
a.more .rg,
a.more .fas,
a.more .far,
a.more .fab,
a.more .feather {
  margin-right: 10px;
}

input[type=submit]:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  border-radius: 4px;
  background: #003b57;
  color: #fff;
  border: 1px solid #003b57;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  white-space: normal;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out;
}
.btn:hover {
  text-decoration: none;
  background: #d2dfe6;
  border: 1px solid #d2dfe6;
  color: #003b57;
}
.btn:hover .rg,
.btn:hover .fas,
.btn:hover .far,
.btn:hover .fab,
.btn:hover .feather {
  color: #003b57;
}
.btn:focus, .btn:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.btn .rg,
.btn .fas,
.btn .far,
.btn .fab,
.btn .feather {
  color: #d2dfe6;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.btn--inverse {
  background: transparent;
  border: 1px solid #003b57;
  color: #003b57;
}
.btn--inverse:hover {
  background: #003b57;
  border-color: #003b57;
  color: #fff;
}
.btn--inverse:hover .fas,
.btn--inverse:hover .far,
.btn--inverse:hover .fab,
.btn--inverse:hover .feather {
  color: #d2dfe6;
}
.btn--clear {
  background: transparent;
  border: none;
  padding: 0;
  color: #003b57;
}
.btn--clear:hover {
  background: transparent;
  border: none;
  color: #000;
}
.btn__more {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 13px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #E0E0E0;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}
.btn__more:hover {
  color: #fff;
  background: #003b57;
  border-color: #003b57;
  cursor: pointer;
}
.btn__more:hover .fas,
.btn__more:hover .far,
.btn__more:hover .fab,
.btn__more:hover .feather {
  color: #d2dfe6;
}
.btn__more .rg,
.btn__more .fas,
.btn__more .far,
.btn__more .fab,
.btn__more .feather {
  color: #003b57;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.form-control,
select,
textarea,
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=file] {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 14px 35px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: auto;
}
.form-control:focus,
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=file]:focus {
  outline: 0;
  border-color: #003b57;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 59, 87, 0.25);
          box-shadow: 0 0 0 3px rgba(0, 59, 87, 0.25);
}
.form-control::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder {
  color: #888;
  font-weight: 400;
}
.form-control::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder {
  color: #888;
  font-weight: 400;
}
.form-control:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=file]:-moz-placeholder {
  color: #888;
  font-weight: 400;
}
.form-control:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder {
  color: #888;
  font-weight: 400;
}
.form-control.error,
select.error,
textarea.error,
input[type=text].error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
input[type=file].error {
  border-color: #ff0000;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.25);
}
.form-control.error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
input[type=text].error::-webkit-input-placeholder,
input[type=password].error::-webkit-input-placeholder,
input[type=tel].error::-webkit-input-placeholder,
input[type=email].error::-webkit-input-placeholder,
input[type=file].error::-webkit-input-placeholder {
  color: #ff0000;
}
.form-control.error::-moz-placeholder,
select.error::-moz-placeholder,
textarea.error::-moz-placeholder,
input[type=text].error::-moz-placeholder,
input[type=password].error::-moz-placeholder,
input[type=tel].error::-moz-placeholder,
input[type=email].error::-moz-placeholder,
input[type=file].error::-moz-placeholder {
  color: #ff0000;
}
.form-control.error:-moz-placeholder,
select.error:-moz-placeholder,
textarea.error:-moz-placeholder,
input[type=text].error:-moz-placeholder,
input[type=password].error:-moz-placeholder,
input[type=tel].error:-moz-placeholder,
input[type=email].error:-moz-placeholder,
input[type=file].error:-moz-placeholder {
  color: #ff0000;
}
.form-control.error:-ms-input-placeholder,
select.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder,
input[type=text].error:-ms-input-placeholder,
input[type=password].error:-ms-input-placeholder,
input[type=tel].error:-ms-input-placeholder,
input[type=email].error:-ms-input-placeholder,
input[type=file].error:-ms-input-placeholder {
  color: #ff0000;
}
.form-control.error + .form-control-feedback,
select.error + .form-control-feedback,
textarea.error + .form-control-feedback,
input[type=text].error + .form-control-feedback,
input[type=password].error + .form-control-feedback,
input[type=tel].error + .form-control-feedback,
input[type=email].error + .form-control-feedback,
input[type=file].error + .form-control-feedback {
  color: #ff0000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: rgb(245, 245, 245) !important;
}

.form-group-feedback {
  position: relative;
}
.form-group-feedback input.form-control,
.form-group-feedback textarea {
  padding-left: 50px;
}
.form-group-feedback .form-control-feedback {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  color: #003b57;
  font-size: 20px;
}
.form-group-feedback .has-feedback,
.form-group-feedback .form-group {
  position: relative;
}
.form-group-feedback .has-feedback .form-control-feedback,
.form-group-feedback .form-group .form-control-feedback {
  top: auto;
  bottom: 0;
}
.form-group-feedback .textarea-form-group .form-control-feedback {
  top: 25px;
  bottom: auto;
}

.custom-control {
  line-height: 24px;
  font-size: 12px;
  color: #666;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #003b57;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:active ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #003b57;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #003b57;
  border-color: #003b57;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #003b57;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #003b57;
  border-color: #003b57;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 59, 87, 0.25);
          box-shadow: 0 0 0 3px rgba(0, 59, 87, 0.25);
}

.mfp-close {
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.mfp-close:hover,
.mfp-close:focus,
.mfp-close:active,
.mfp-close:active:focus,
.mfp-close.active:focus {
  margin: 0;
  background: transparent;
  border: none;
  top: 0;
}

.mfp-arrow:hover,
.mfp-arrow:focus,
.mfp-arrow:active,
.mfp-arrow:active:focus,
.mfp-arrow.active:focus {
  background: transparent;
  border: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  padding: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
}

img {
  max-width: 100%;
}

table {
  background-color: transparent;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-weight: 500;
}
table td,
table th {
  padding: 12px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

b,
strong,
label {
  font-weight: 600;
}

label:hover {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Futura PT Demi", sans-serif;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.form-group span.fa {
  font-size: 18px;
  line-height: 34px;
  bottom: 0;
  top: auto;
  color: #666;
}

tr.cart-order .shk-count {
  padding: 0 12px;
  vertical-align: middle;
}
tr.cart-order .shk-count:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
tr.cart-order .shk_count_button {
  vertical-align: middle;
}
tr.cart-order .product-name {
  font-weight: 500;
  display: block;
}
tr.cart-order .product-option {
  margin-top: 3px;
  padding: 4px 10px;
  font-size: 14px;
  background-color: #f5f5f5;
  display: none;
}
tr.cart-order .product-option.active {
  display: inline-block;
}

.pagination {
  margin: 20px 0;
  border-radius: 0;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination .page-item.active .page-link {
  background: #003b57;
  border-color: #003b57;
  color: #fff;
}
.pagination .page-item.disabled a,
.pagination .page-item.disabled span {
  color: #555;
}
.pagination .page-link,
.pagination span {
  display: block;
  padding: 6px 14px;
  border: 1px solid #dee2e6;
  margin-left: -1px;
  color: #003b57;
}
.pagination .page-link:hover {
  background: rgba(0, 59, 87, 0.3);
  border-color: rgba(0, 59, 87, 0.3);
  color: #fff;
}
.pagination .page-link:focus, .pagination .page-link:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group a {
  margin-right: 3px;
  margin-bottom: 3px;
}

.image-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #000;
}
.image-page a.zoom-gal {
  display: block;
  padding-right: 1px;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.image-page a.zoom-gal:last-child {
  padding-right: 0;
  padding-left: 1px;
}

.modal {
  display: block;
  background: #fff;
  padding: 30px 40px 40px;
  margin: 0 auto;
  height: auto;
  max-width: 500px;
  width: 100%;
  position: relative;
  border-radius: 4px;
}
.modal__form-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 6px;
  color: #000;
  padding-right: 25px;
}
.modal__form-info {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
  color: #666;
}
.modal .form-group {
  margin-bottom: 25px;
}
.modal textarea {
  min-height: 100px;
}
.modal .btn {
  width: 100%;
}

.success__message,
.subscribe__message {
  display: none;
  background: #f5f5f5;
  max-width: 570px;
  width: 100%;
  padding: 50px 50px 30px;
  text-align: center;
  font-size: 14px;
  color: #949494;
  font-weight: 300;
  overflow: hidden;
  border-radius: 4px;
}
.success__message-wrapper,
.subscribe__message-wrapper {
  position: relative;
  z-index: 9999999999;
  display: none;
}
.success__message-block,
.subscribe__message-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(11, 11, 11, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.success__message-icon,
.subscribe__message-icon {
  max-width: 100px;
  margin: 0 auto 30px;
}
.success__message-icon .svg-img,
.subscribe__message-icon .svg-img {
  max-width: 100%;
  max-height: 100px;
}
.success__message-icon path,
.subscribe__message-icon path {
  -webkit-filter: none;
  filter: none;
  fill: #003b57;
}

button.mfp-arrow-btn {
  display: block;
  background: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border: none;
  cursor: pointer;
  padding: 10px;
}
button.mfp-arrow-btn:hover::before {
  opacity: 1;
}
button.mfp-arrow-btn::before {
  content: "";
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  border: none;
  margin: 0;
  opacity: 0.65;
}
button.mfp-arrow-btn.mfp-arrow-left {
  left: 15px;
}
button.mfp-arrow-btn.mfp-arrow-left::before {
  content: "\f053";
}
button.mfp-arrow-btn.mfp-arrow-right {
  right: 15px;
}
button.mfp-arrow-btn.mfp-arrow-right::before {
  content: "\f054";
}

.content-btn {
  margin: 0;
  padding: 0;
  list-style: none;
}

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  padding-right: 35px;
  position: relative;
}

.tab__nav {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab__nav-item:last-child {
  margin-right: 0;
}
.tab__nav-item.last {
  margin-left: auto;
}
.tab__nav-link {
  display: block;
  text-align: center;
  position: relative;
  min-width: 385px;
  padding: 15px;
  border-bottom: 3px solid #E0E0E0;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.tab__nav-link::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  margin: 0 auto;
  background: #003b57;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}
.tab__nav-link:hover, .tab__nav-link.active {
  color: #000;
}
.tab__nav-link:hover::after, .tab__nav-link.active::after {
  width: 100%;
}

.tab__item {
  display: none;
}
.tab__item.active {
  display: block;
}

.jGrowl-close {
  display: none !important;
}

.header {
  margin-bottom: 20px;
}
.header__top {
  padding: 10px 0;
}
.header__top .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__bottom {
  padding: 10px 0;
  background: #003b57;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.header__bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.header__contacts-item:first-child {
  margin-left: 0;
}
.header__contacts-item .bold {
  display: none;
}
.header__contacts-item a {
  color: #000;
}
.header__contacts-item a:hover {
  color: #003b57;
}
.header__contacts-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003b57;
  margin-right: 8px;
  font-size: 20px;
}
.header__contacts-item .btn {
  color: #fff;
}
.header__contacts-item .btn .rg,
.header__contacts-item .btn .fas,
.header__contacts-item .btn .far,
.header__contacts-item .btn .fab,
.header__contacts-item .btn .feather {
  color: #d2dfe6;
}
.header__contacts-item .btn:hover {
  color: #003b57;
}
.header__contacts-item .btn:hover .fas,
.header__contacts-item .btn:hover .rg,
.header__contacts-item .btn:hover .far,
.header__contacts-item .btn:hover .fab,
.header__contacts-item .btn:hover .feather {
  color: #003b57;
}
.header__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__logo {
  margin-right: 30px;
}
.header__logo a {
  color: #003b57;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}
.header__slogan {
  color: #003b57;
  opacity: 0.6;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__item {
  white-space: normal;
  position: relative;
}
.menu__item:hover a {
  color: #003b57;
  background: rgba(0, 59, 87, 0.1);
}
.menu__item:hover .menu__dropdown {
  top: 100%;
  opacity: 1;
  margin-top: 0;
}
.menu a {
  display: block;
  padding: 8px 15px;
  border-radius: 4px;
  white-space: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #003b57;
}
.menu a.home-link {
  font-size: 0;
  line-height: 0;
  padding: 8px;
  margin-right: 10px;
  position: relative;
}
.menu a.home-link::before {
  content: "\e93f";
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: "rugon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu__item--active a {
  color: #fff;
  background: #003b57;
}
.menu__item--active .home-link {
  background: transparent;
  color: #003b57;
}
.menu__item--active .home-link:hover {
  color: #003b57;
  background: rgba(0, 59, 87, 0.1);
}
.menu__dropdown {
  display: block;
  background: #fff;
  position: absolute;
  z-index: 100;
  top: -9999px;
  margin: -10px 0 0 -10px;
  left: 0;
  width: 300px;
  padding: 10px;
  border-radius: 4px;
  border: none;
  opacity: 0;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
}
.menu__dropdown::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -6px;
  left: 15px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.menu__dropdown .menu__item {
  display: block;
  border: none;
  margin: 0;
}
.menu__dropdown .menu__item:last-child {
  border-bottom: none;
}
.menu__dropdown .menu__item.active a {
  background: #003b57;
  color: #fff;
}
.menu__dropdown .menu__item a {
  background: transparent;
  white-space: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding: 6px 14px;
  color: #4F4F4F;
}
.menu__dropdown .menu__item a:hover {
  background: rgba(0, 59, 87, 0.1);
  color: #003b57;
}

.menu__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 60px;
  font-size: 26px;
  color: #003b57;
  border-right: 1px solid #E0E0E0;
}
.menu__button--active .rg::before,
.menu__button--active .fas::before,
.menu__button--active .far::before,
.menu__button--active .fab::before,
.menu__button--active .feather::before {
  content: "\e91c";
}
.menu__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__button-wrapper .btn__callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 60px;
  font-size: 24px;
  color: #003b57;
  border-right: 1px solid #E0E0E0;
}

.btn__search {
  width: 60px;
  height: 60px;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  color: #003b57;
  -webkit-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background 0.1s ease-in-out;
}
.btn__search:hover {
  color: #fff;
  background: #003b57;
  border-color: #003b57;
  cursor: pointer;
}

.header__search {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  top: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.header__search .search-form {
  width: 100%;
  height: 100%;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-radius: 0;
  background: #fff;
}
.header__search .form-inline {
  position: relative;
  padding-left: 60px;
}
.header__search .form-inline::before {
  content: "\e971";
  position: absolute;
  left: 0;
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "rugon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #003b57;
}
.header__search .form-inline .input-group {
  width: 100%;
  height: 100%;
  margin: 0;
}
.header__search .form-inline .input-group-btn {
  height: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
.header__search .form-control {
  height: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #003b57;
}
.header__search .form-control::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #003b57;
}
.header__search .form-control::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #003b57;
}
.header__search .form-control:-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #003b57;
}
.header__search .form-control:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #003b57;
}
.header__search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__search .btn {
  border: none;
  padding: 0 30px;
  height: 100%;
  width: 100%;
  text-align: center;
  background: transparent;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #003b57;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.header__search .btn:hover {
  color: #d2dfe6;
  background: transparent;
  border: none;
  cursor: pointer;
}
.header__search .btn:hover .rg,
.header__search .btn:hover .fas,
.header__search .btn:hover .far,
.header__search .btn:hover .fab,
.header__search .btn:hover .feather {
  color: #d2dfe6;
}
.header__search .btn .rg,
.header__search .btn .fas,
.header__search .btn .far,
.header__search .btn .fab,
.header__search .btn .feather {
  margin: 0;
  color: #003b57;
  margin-right: 8px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.search-item .search-image {
  margin-right: 15px;
}
.search-item .search-title {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-results {
  display: none;
  position: absolute;
  z-index: 10;
  left: 15px;
  right: 15px;
  top: 100%;
  background: #fff;
  color: #666;
  padding: 15px;
  border: 1px solid #E0E0E0;
  border-top: none;
}
.search-results::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #E0E0E0;
}
.search-results a {
  color: #666;
}
.search-results a:hover {
  color: #003b57;
}

.info-search-results {
  color: #003b57;
  font-size: 12px;
  margin-bottom: 15px;
}

.ajax-search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.ajax-search-item:hover {
  background: #f5f5f5;
}
.ajax-search-item .search-img {
  margin-right: 10px;
}

.about__numbers {
  padding: 145px 0;
  margin-bottom: 80px;
  background: #F5F5F5;
}
.about__numbers-item {
  padding: 15px 0;
  text-align: center;
}
.about__numbers-title {
  font-weight: bold;
  font-size: 64px;
  line-height: 82px;
  letter-spacing: 0.015em;
  margin-bottom: 15px;
}
.about__numbers-description {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.015em;
}

.content-padding {
  padding: 20px 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 0;
  margin-bottom: 40px;
  background: transparent;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #E0E0E0;
}
.breadcrumb__item::after {
  content: "/";
  margin: 0 8px;
}
.breadcrumb__item:first-child::after, .breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E0E0E0;
}
.breadcrumb a:hover {
  color: #003b57;
}
.breadcrumb__item--back {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-right: 30px;
}
.breadcrumb__item--back a {
  color: #003b57;
}
.breadcrumb__item--back a:hover {
  color: #d2dfe6;
}
.breadcrumb__item--back .rg,
.breadcrumb__item--back .fas,
.breadcrumb__item--back .far,
.breadcrumb__item--back .fab,
.breadcrumb__item--back .feather {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.breadcrumb__item--back .rg,
.breadcrumb__item--back .feather,
.breadcrumb__item--back .fas,
.breadcrumb__item--back .far,
.breadcrumb__item--back .fab {
  margin-right: 12px;
}

.page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  color: #000;
  letter-spacing: 0.015em;
  border: none;
}
.page__header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003b57;
  margin-left: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.page__header-link:hover {
  color: #d2dfe6;
}
.page__header-link .rg,
.page__header-link .fas,
.page__header-link .far,
.page__header-link .fab,
.page__header-link .feather {
  margin-right: 6px;
}
.page__header span {
  display: block;
  width: 100%;
}
.page__header--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page__header--small {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
}

.slider {
  position: relative;
  background: #f5f5f5;
  -ms-touch-action: auto;
      touch-action: auto;
  overflow: hidden;
  border-radius: 4px;
}
.slider .slick-list,
.slider .slick-track, .slider__item {
  height: 100%;
}
.slider__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  position: relative;
  height: 480px;
}
.slider__item::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
}
.slider__item-content {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 70px;
  overflow: hidden;
}
.slider__item-name {
  width: 100%;
  max-width: 670px;
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 30px;
}
.slider__item-text {
  width: 100%;
  max-width: 670px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 30px;
}
.slider__item-link-wrapper {
  width: 100%;
}
.slider__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  background: rgba(210, 223, 230, 0.1);
  color: #d2dfe6;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  max-width: 146px;
  border-radius: 4px;
}
.slider__item-link .rg,
.slider__item-link .feather,
.slider__item-link .fas,
.slider__item-link .far,
.slider__item-link .fab {
  padding-right: 10px;
}
.slider__item-link:hover {
  background: rgba(0, 59, 87, 0.1);
}
.slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 90px;
  left: 70px;
}
.slider .slick-dots li {
  margin-right: 16px;
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-align: center;
}
.slider .slick-dots .slick-active button {
  background: #d2dfe6;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.slider .slick-dots button {
  display: block;
  padding: 0;
  margin: 0;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 4px;
  background: #fff;
  opacity: 0.3;
  font-size: 0;
  -webkit-transition: background 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.slider .slick-dots button:hover {
  background: #d2dfe6;
  width: 8px;
  height: 8px;
  opacity: 1;
  cursor: pointer;
}
.slider .slick-dots button::before, .slider .slick-dots button::after {
  display: none;
}
.slider__arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -30px;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.slider__arrow:hover {
  background: #003b57;
  color: #fff;
  cursor: pointer;
}
.slider__arrow-left {
  left: 60px;
}
.slider__arrow-right {
  right: 60px;
}

.service__list {
  margin-bottom: 40px;
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 300px;
  padding-top: 50px;
  color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
}
.service__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.service__item:hover {
  color: #fff;
}
.service__item:hover::before {
  opacity: 0.6;
}
.service__item:hover .service__item-btn {
  color: #fff;
}
.service__item:hover .service__item-btn .rg,
.service__item:hover .service__item-btn .fas,
.service__item:hover .service__item-btn .far,
.service__item:hover .service__item-btn .fab,
.service__item:hover .service__item-btn .feather {
  color: #d2dfe6;
}
.service__item--new {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.service__item--new .service__item-btn {
  background: #003b57;
  color: #fff;
  border-top: none;
  margin-top: 60px;
}
.service__item--new .service__item-btn .rg,
.service__item--new .service__item-btn .fas,
.service__item--new .service__item-btn .far,
.service__item--new .service__item-btn .fab,
.service__item--new .service__item-btn .feather {
  color: #d2dfe6;
}
.service__item--new .service__item-btn:hover {
  background: #d2dfe6;
  color: #003b57;
}
.service__item--new .service__item-btn:hover .rg,
.service__item--new .service__item-btn:hover .fas,
.service__item--new .service__item-btn:hover .far,
.service__item--new .service__item-btn:hover .fab,
.service__item--new .service__item-btn:hover .feather {
  color: #003b57;
}
.service__item-bage {
  width: 200px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  z-index: 20;
  left: -60px;
  top: 25px;
  background: #d2dfe6;
  color: #003b57;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service__item-title {
  position: relative;
  z-index: 10;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.service__item-btn {
  position: relative;
  z-index: 10;
  margin-top: auto;
  height: 60px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}
.service__item-btn .rg,
.service__item-btn .feather,
.service__item-btn .fas,
.service__item-btn .far,
.service__item-btn .fab {
  margin-right: 10px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.services__list {
  margin-bottom: 60px;
}
.services__list-item {
  padding: 30px 0;
  border-bottom: 1px solid #E0E0E0;
}
.services__list-item:first-child {
  padding-top: 0;
}
.services__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  cursor: pointer;
}
.services__list-title:hover {
  color: #003b57;
}
.services__list-title::after {
  content: "\e92e";
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-family: "feather";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.services__list-title--active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.services__list-text {
  display: none;
  padding: 30px 0;
}

.radio-block {
  display: block;
  margin-bottom: 6px;
}
.radio-block:last-child {
  margin-bottom: 0;
}
.radio-block input[type=radio] {
  display: none;
}
.radio-block input[type=radio]:checked + .radio-item::before {
  background: #003b57;
}

.radio-item {
  display: block;
  line-height: 18px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.radio-item:hover {
  cursor: pointer;
  color: #000;
}
.radio-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e1e1e1;
  border: 2px solid #e1e1e1;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.service__page-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}
.service__page-price {
  color: #003b57;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-right: 15px;
}
.service__page-price .rg,
.service__page-price .fas,
.service__page-price .far,
.service__page-price .fab,
.service__page-price .feather {
  font-size: 14px;
}

.textarea-form-group .textarea-form {
  width: 100%;
  display: block;
  padding: 9px 12px;
  padding-left: 40px;
}

.comment-form {
  padding-top: 15px;
}
.comment-form input[name=captcha].form-control {
  padding-left: 12px;
}
.comment-form.form-group-feedback .has-feedback .form-control-feedback, .comment-form.form-group-feedback .form-group .form-control-feedback {
  top: 0;
  bottom: auto;
}
.comment-form.form-group-feedback .textarea-form-group .form-control-feedback {
  top: 25px;
  bottom: auto;
}
.comment-form #comment-editor {
  width: 100%;
}

.card-main-text {
  padding-bottom: 50px;
}
.card-main-text .custom-control {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

div.comments {
  overflow: visible;
}

.comment-list {
  padding: 0;
}
.comment-list .ticket-comment:hover > .ticket-comment-body > .ticket-comment-header > .ticket-comment-dot-wrapper {
  display: none;
}

.ticket-comment {
  -webkit-box-shadow: 0 1px 8px 0 rgba(5, 5, 5, 0.08);
          box-shadow: 0 1px 8px 0 rgba(5, 5, 5, 0.08);
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
}
.ticket-comment .ticket-comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticket-comment .ticket-comment-text {
  padding: 15px 0 5px;
}
.ticket-comment .ticket-comment-rating {
  float: none;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticket-comment .ticket-comment-rating span {
  display: block;
  margin-left: 10px;
}
.ticket-comment .vote {
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.ticket-comment .vote:hover {
  color: #003b57;
  cursor: pointer;
}

.jGrowl > * {
  color: #fff;
}

.gallery__carousel-btn {
  display: none;
  position: absolute;
  top: 173px;
  font-size: 24px;
  line-height: 24px;
  color: #003b57;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.gallery__carousel-btn:hover {
  color: #d2dfe6;
  cursor: pointer;
}
.gallery__carousel-btn-right {
  right: -30px;
}
.gallery__carousel-btn-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -30px;
}
.gallery__carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}
.gallery__carousel .slick-dots li {
  margin-right: 16px;
}
.gallery__carousel .slick-dots li:last-child {
  margin-right: 0;
}
.gallery__carousel .slick-dots li.slick-active button {
  background: #003b57;
  border-color: transparent;
}
.gallery__carousel .slick-dots button {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #003b57;
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gallery__carousel .slick-dots button:hover {
  background: #003b57;
  border-color: transparent;
}
.gallery__carousel:hover .slider__arrow {
  background: rgba(0, 0, 0, 0.4);
}
.gallery__carousel:hover .slider__arrow:hover {
  background: #003b57;
}
.gallery__carousel .slider__arrow {
  background: transparent;
}

.photo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 560px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.photo__item:hover span {
  opacity: 1;
}
.photo__item-wrapper {
  padding: 0 15px;
}
.photo__item-wrapper .photo__item {
  margin-bottom: 0;
}
.photo__item span {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.photo__item span .rg,
.photo__item span .fas,
.photo__item span .far,
.photo__item span .fab,
.photo__item span .feather {
  width: 100%;
  text-align: center;
  color: #d2dfe6;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 20px;
}

.album__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 480px;
  padding-top: 50px;
  color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
}
.album__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.album__item:hover {
  color: #fff;
}
.album__item:hover::before {
  opacity: 0.6;
}
.album__item:hover .album__item-btn {
  color: #fff;
}
.album__item:hover .album__item-btn .rg,
.album__item:hover .album__item-btn .fas,
.album__item:hover .album__item-btn .far,
.album__item:hover .album__item-btn .fab,
.album__item:hover .album__item-btn .feather {
  color: #d2dfe6;
}
.album__item-title {
  position: relative;
  z-index: 10;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 12px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.album__item-btn {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  height: 60px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}
.album__item-btn .rg,
.album__item-btn .fas,
.album__item-btn .far,
.album__item-btn .fab,
.album__item-btn .feather {
  margin-right: 10px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.side-block {
  margin-bottom: 30px;
}

.side-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
.side-title .rg,
.side-title .fas,
.side-title .far,
.side-title .fab,
.side-title .feather {
  font-size: 20px;
  line-height: 20px;
  color: #003b57;
  margin-right: 8px;
}
.side-title .more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #003b57;
  font-size: 18px;
  line-height: 24px;
  opacity: 0.4;
  font-weight: 500;
  margin-left: auto;
}
.side-title .more-link:hover {
  opacity: 1;
}

.side-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.side-menu li {
  position: relative;
}
.side-menu li:last-child {
  border-bottom: none;
}
.side-menu li.active a {
  color: #d2dfe6;
}
.side-menu li:hover > a {
  color: #d2dfe6;
}
.side-menu li:hover .side-dropdown-menu {
  opacity: 1;
  top: -10px;
  margin: 0;
}
.side-menu li a {
  display: block;
  padding: 5px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #4F4F4F;
}

.side-dropdown-menu {
  margin: 0;
  margin-left: 15px;
  padding: 10px;
  list-style: none;
  position: absolute;
  z-index: 999;
  top: -9999px;
  left: 100%;
  width: 270px;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 10px 27px 0 rgba(8, 8, 8, 0.35);
          box-shadow: 0 10px 27px 0 rgba(8, 8, 8, 0.35);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
}
.side-dropdown-menu::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: -8px;
  top: 23px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}
.side-dropdown-menu li.row-class {
  margin: 0;
}
.side-dropdown-menu li.row-class.active a {
  color: #fff;
  background: #003b57;
}
.side-dropdown-menu li.row-class a {
  white-space: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  padding: 3px 10px;
  color: #4F4F4F;
}
.side-dropdown-menu li.row-class a:hover {
  background: rgba(0, 59, 87, 0.1);
  color: #003b57;
}

.reviews {
  padding-top: 60px;
}

.reviews__carousel,
.certificates__carousel {
  margin: 0 -15px;
  padding-bottom: 60px;
  position: relative;
}
.reviews__carousel .slick-track,
.certificates__carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__carousel .slick-slide,
.certificates__carousel .slick-slide {
  float: none;
}
.reviews__carousel-buttons,
.certificates__carousel-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__carousel-btn,
.certificates__carousel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 24px;
  color: #003b57;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.reviews__carousel-btn:hover,
.certificates__carousel-btn:hover {
  color: #d2dfe6;
  cursor: pointer;
}
.reviews__carousel-btn-right,
.certificates__carousel-btn-right {
  margin-left: 20px;
}

.review__item {
  background: #F5F5F5;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.review__item::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 30px;
  width: 20px;
  height: 20px;
  background: url(../img/quote.svg) no-repeat center center;
  background-size: contain;
}
.review__item-wrapper {
  padding: 0 15px;
}
.review__item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #bfc6d9;
  margin-bottom: 30px;
}
.review__item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  margin-bottom: 30px;
  min-height: 168px;
}
.review__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review__item-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 4px;
}
.review__item-descr {
  width: calc(100% - 50px);
  padding-left: 14px;
}
.review__item-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
}
.review__item-position {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

.certificate__item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.certificate__item-wrapper {
  padding: 0 15px;
}

.article__page-inner {
  max-width: 770px;
  margin: 0 auto;
}
.article__page-img {
  min-height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
}
.article__page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.article__page-header {
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
}
.article__page-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #4F4F4F;
}
.article__page-intro {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding-left: 24px;
  border-left: 3px solid #003b57;
  margin-bottom: 40px;
}
.article__page-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #4F4F4F;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
}
.article__page-next {
  padding-top: 80px;
}
.article__page p {
  margin-bottom: 30px;
}

.article__item {
  margin-bottom: 40px;
}
.article__item-title {
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.015em;
  color: #000;
  margin-bottom: 20px;
}
.article__item-title:hover {
  color: #d2dfe6;
}
.article__item-img {
  display: block;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 270px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.article__item-img:hover .article__item-overlay {
  opacity: 1;
}
.article__item-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.article__item-overlay .rg,
.article__item-overlay .fas,
.article__item-overlay .far,
.article__item-overlay .fab,
.article__item-overlay .feather {
  margin-right: 6px;
}
.article__item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
  margin-bottom: 4px;
}
.article__item-date span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #828282;
  margin: 0 7px;
}
.article__item-intro {
  font-size: 14px;
  line-height: 24px;
  color: #4F4F4F;
}

.social__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social__share-item {
  display: block;
  cursor: pointer;
  padding: 5px;
  font-size: 20px;
  line-height: 20px;
}
.social__share-item:first-of-type {
  margin-left: 10px;
}

.media {
  margin-bottom: 10px;
  padding: 15px;
  background: #f5f5f5;
}
.media .media-img {
  display: block;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  width: 250px;
  margin-right: 20px;
}

.img-left {
  float: left;
  margin-right: 25px;
}

.media-heading {
  height: 42px;
  line-height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
}
.media-heading a {
  display: inline-block;
  vertical-align: bottom;
  line-height: 20px;
  color: #000;
}
.media-heading a:hover {
  color: #003b57;
}

.media-intro {
  color: #8c8c8c;
  height: 60px;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.media-bottom-content {
  border-top: 1px solid #c0c0c0;
  padding-top: 15px;
}

.media-link {
  float: right;
  font-size: 14px;
  font-weight: 500;
}
.media-link a {
  color: #aaa;
}
.media-link a:hover {
  color: #003b57;
}

.media-date {
  font-size: 14px;
  color: #aaa;
  font-weight: 500;
}

.news__item {
  margin-bottom: 30px;
}
.news__item-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 8px;
}
.news__item-title:hover {
  color: #d2dfe6;
}
.news__item-img {
  display: block;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 180px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.news__item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
}
.news__item-date span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #828282;
  margin: 0 7px;
}
.news__item-intro {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}

.news__page-img,
.stock__page-img {
  position: relative;
  min-height: 480px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 50px 70px;
  margin-bottom: 90px;
  overflow: hidden;
  border-radius: 4px;
}
.news__page-img::before,
.stock__page-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}
.news__page-header,
.stock__page-header {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  margin: 0;
}
.news__page-date,
.stock__page-date {
  position: relative;
  z-index: 10;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 15px;
}
.news__page-intro,
.stock__page-intro {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding-left: 20px;
  border-left: 3px solid #003b57;
  margin-bottom: 40px;
}

.page__contacts .page__header {
  margin-bottom: 15px;
}
.page__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.page__contacts .bold {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #4F4F4F;
  margin-bottom: 4px;
}
.page__contacts a {
  color: #000;
}
.page__contacts a:hover {
  color: #d2dfe6;
}
.page__contacts .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page__contacts .rg,
.page__contacts .fas,
.page__contacts .far,
.page__contacts .fab,
.page__contacts .feather {
  width: 20px;
  margin-right: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #003b57;
}

.form__default .btn {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__default small {
  display: block;
  padding-top: 18px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 40px 0;
  border-top: 1px solid #E0E0E0;
  overflow: hidden;
}
.footer--active {
  position: relative;
}
.footer--active::before {
  content: "";
  position: absolute;
  z-index: 90;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
}
.footer__slogan {
  margin: 0;
  margin-top: 8px;
}
.footer__socials-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin-top: auto;
  padding-top: 30px;
}
.footer__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px;
  color: #000;
}
.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  margin-right: 12px;
}
.footer__contacts-item:last-child {
  margin-right: 0;
}
.footer__contacts-item .bold {
  display: none;
}
.footer__contacts-item .rg,
.footer__contacts-item .fas,
.footer__contacts-item .far,
.footer__contacts-item .fab,
.footer__contacts-item .feather {
  margin-right: 14px;
  color: #003b57;
  font-size: 20px;
}
.footer__contacts-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.footer__contacts-item a:hover {
  color: #003b57;
}
.footer__right-wrapper {
  position: relative;
}
.footer__right-wrapper::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -50px;
  bottom: -50px;
  width: 1px;
  background: #E0E0E0;
}
.footer__right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-left: 30px;
}
.footer__links {
  margin-top: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__block-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 50px;
}

.social__item {
  width: 50px;
  height: 50px;
  background: #f5f6fa;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
  font-size: 20px;
  line-height: 20px;
  color: #003b57;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}
.social__item:last-child {
  margin-right: 0;
}
.social__item:hover {
  background: #003b57;
  color: #fff;
}
.social__item--vk:hover {
  background: #4C75A3;
}
.social__item--facebook:hover {
  background: #3B5999;
}
.social__item--youtube:hover {
  background: #FF0000;
}
.social__item--instagram:hover {
  background: #e13e66;
}
.social__item--odnoklassniki:hover {
  background: #ee8208;
}

.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__menu-item {
  margin-right: 15px;
}
.footer__menu-item:last-child {
  margin-right: 0;
}
.footer__menu-item.active a {
  color: #d2dfe6;
}
.footer__menu a {
  display: inline-block;
  padding: 3px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.footer__menu a:hover {
  color: #003b57;
}

.svg-img path {
  -webkit-filter: none;
  filter: none;
  fill: #003b57;
}

.subscribe__form {
  margin-bottom: 20px;
}
.subscribe__form-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 12px;
  color: #000;
}
.subscribe__form-info {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
  margin-bottom: 28px;
}
.subscribe__form .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E0E0E0;
}
.subscribe__form .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 9px 0;
}
.subscribe__form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.subscribe__form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  color: #000;
  font-size: 0;
  padding: 10px;
  padding-right: 0;
}
.subscribe__form button .rg,
.subscribe__form button .fas,
.subscribe__form button .far,
.subscribe__form button .fab,
.subscribe__form button .feather {
  font-size: 16px;
  line-height: 16px;
}
.subscribe__form button:hover {
  color: #d2dfe6;
}

.banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 350px;
  padding-top: 50px;
  color: #fff;
}
.banner-wrapper:hover {
  color: #fff;
}
.banner-wrapper:hover::before {
  opacity: 0.8;
}
.banner-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.banner-wrapper .banner-title {
  position: relative;
  z-index: 10;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 12px;
  text-align: center;
  padding: 0 20px;
}
.banner-wrapper .banner-info {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 0 20px;
}
.banner-wrapper .banner-btn {
  background: #003b57;
  color: #fff;
  position: relative;
  z-index: 10;
  margin-top: auto;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}
.banner-wrapper .banner-btn .rg,
.banner-wrapper .banner-btn .fas,
.banner-wrapper .banner-btn .far,
.banner-wrapper .banner-btn .fab,
.banner-wrapper .banner-btn .feather {
  margin-right: 10px;
  color: #d2dfe6;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.banner-wrapper .banner-btn:hover {
  background: #d2dfe6;
  color: #003b57;
}
.banner-wrapper .banner-btn:hover .rg,
.banner-wrapper .banner-btn:hover .fas,
.banner-wrapper .banner-btn:hover .far,
.banner-wrapper .banner-btn:hover .fab,
.banner-wrapper .banner-btn:hover .feather {
  color: #003b57;
}

.price__table {
  max-width: 770px;
  margin: 0 auto;
  padding: 20px 0 60px;
}
.price__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.price__table-item:last-of-type {
  margin-bottom: 0;
}
.price__table-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.price__table-dotted {
  margin: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 2px dotted #E0E0E0;
  position: relative;
  bottom: 4px;
}
.price__table-cost {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  min-width: 90px;
  text-align: right;
}

.price__list {
  margin-bottom: 60px;
}
.price__list-item {
  padding: 30px 0;
  border-bottom: 1px solid #E0E0E0;
}
.price__list-item:first-child {
  padding-top: 0;
}
.price__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  cursor: pointer;
}
.price__list-title:hover {
  color: #003b57;
}
.price__list-title::after {
  content: "\e92e";
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-family: "feather";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.price__list-title--active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.price__list-table {
  display: none;
}

.prices__item {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
}
.prices__item-info {
  width: calc(100% - 150px);
  padding-right: 15px;
}
.prices__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 7px;
}
.prices__item-text {
  font-size: 14px;
  line-height: 17px;
}
.prices__item-price {
  width: 150px;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-align: right;
}

.advantages {
  padding: 60px 0;
  margin-bottom: 80px;
}
.advantages .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages .page__header {
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantage__item {
  margin-bottom: 30px;
  text-align: center;
}
.advantage__item-img {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
}
.advantage__item-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.advantage__item-info {
  font-weight: 500;
  color: #4F4F4F;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.015em;
}

.stock__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  width: 100%;
  min-height: 400px;
  padding: 40px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
}
.stock__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}
.stock__item-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
}
.stock__item-content {
  position: relative;
  z-index: 10;
}
.stock__item-title {
  color: #fff;
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 30px;
  max-width: 534px;
}
.stock__item-intro {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  display: -ms-grid;
  display: grid;
  border-radius: 30px;
  margin-bottom: 30px;
}
.stock__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d2dfe6;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.stock__item-link .rg,
.stock__item-link .fas,
.stock__item-link .far,
.stock__item-link .fab,
.stock__item-link .feather {
  margin-right: 10px;
}
.stock__item-link:hover {
  color: #fff;
}

.form__main-wrapper {
  padding: 80px 0 56px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  color: #fff;
}
.form__main-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}
.form__main-wrapper .row {
  position: relative;
  z-index: 10;
}
.form__main-wrapper .page__header {
  padding-top: 20px;
  color: #fff;
  font-size: 44px;
  line-height: 52px;
  font-weight: 600;
}

.form__main {
  padding: 50px 50px 30px;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  border-radius: 4px;
}
.form__main-intro {
  max-width: 355px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
}
.form__main .form-control {
  background: transparent;
}
.form__main .form-group {
  margin-bottom: 24px;
}
.form__main .form-buttons {
  padding-top: 26px;
}
.form__main small {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
}
.form__main small a {
  text-decoration: underline;
}
.form__main textarea {
  min-height: 59px;
  max-height: 300px;
}

.logo-subtitle {
  white-space: nowrap;
  position: relative;
  top: -6px;
  color: #FF430F;
  font-size: 11px;
  font-weight: 600;
}

.header__contacts-item .btn {
  border: 2px solid #003b57;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__contacts-item .btn:hover {
  background-color: #fafefd;
  border: 2px solid #003b57;
}

.menu a,
.menu__item--active .home-link {
  color: #fafefd;
}
.menu a:hover,
.menu__item--active .home-link:hover {
  background-color: rgba(250, 254, 253, 0.4);
  color: #fafefd;
}

.menu__item--active a {
  background-color: rgba(250, 254, 253, 0.4);
}

.menu {
  gap: 4px;
}

.menu__button-wrapper .btn__callback,
.menu__button {
  color: #fafefd;
}

.prices__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.prices__item-price {
  min-width: 255px;
}

.prices__item {
  padding: 18px 0px;
}

.proizvoditely-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.proizvoditely-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33%;
          flex: 0 1 33.33%;
}

.proizvoditely__img-wrapper {
  position: relative;
  width: 100%;
  height: 93px;
  margin-bottom: 5px;
}
.proizvoditely__img-wrapper img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.proizvoditely__item-name {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
}

.footer__socials-links a {
  border: 1px solid #003b57;
  background-color: transparent;
}
.footer__socials-links a:hover {
  background-color: #003b57;
}

.copyright {
  margin-top: 22px;
}

.header__top .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__top .header__logo-wrapper {
  width: 235px !important;
}

._sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #53A3C1;
  z-index: 1000;
  border-bottom: 1px solid #fff;
  padding: 5px 0px;
}
._sticky .header__contacts-item a {
  color: #fff;
}
._sticky .header__contacts-item .btn {
  border: 2px solid #003b57;
  background-color: #FE744B;
  color: #003b57;
}
._sticky .header__contacts-item .btn i {
  color: #003b57;
}
._sticky .header__contacts-item .btn:hover {
  background-color: #003b57;
  border: 2px solid #fff;
  color: #fff;
}
._sticky .header__contacts-item .btn:hover i {
  color: #fff;
}
._sticky .social__item {
  color: #fff;
}
._sticky .social__item:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.header__contacts-item .btn {
  font-size: 18px;
}

/* Добавляем отступ равный высоте меню к контенту */
._sticky + .header__bottom-wrapper {
  padding-top: 100px;
}

.header__socials-links .social__item {
  border: 1px solid transparent;
  height: 39px;
  width: 39px;
}

.footer__socials-links .social__item:hover .soc-item-red {
  color: #fff !important;
}

.soc-item-red {
  color: #DB001A;
}

.modal__form-title {
  font-size: 22px;
  line-height: 1.4;
}

.slider__item {
  height: 580px;
}

.slider__item-content {
  padding: 105px 40px;
}

.slider__item::after {
  opacity: 0.5;
}

.publ-off {
  line-height: 17px;
  display: block;
  margin-top: 10px;
  color: #CA0000;
}

.social__item img {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page__contacts-list .social__item:hover i {
  color: #fff !important;
}

.header__contacts-item .btn:hover {
  background-color: transparent;
}