* {
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  background: #fff;
  font-family: 'Montserrat', Tahoma, sans-serif;
  font-weight: 500;
  color: #666;
  font-size: 14px;
  line-height: 26px;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
}
.container .error {
  color: red;
}
.container.container-landing-wrapper {
  padding: 50px 17px;
}
.danger {
  color: red;
}
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: #EC9704;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out, opacity 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, opacity 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, opacity 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, opacity 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}
a:hover {
  color: #F7C815;
  outline: none;
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
.btn {
  display: inline-block;
  border-radius: 10px;
  background: #EC9704;
  color: #fff;
  border: 1px solid #EC9704;
  padding: 13px 22px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  white-space: normal;
  font-family: 'Gilroy', Tahoma, sans-serif;
  -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;
  border: 1px solid #EC9704;
  background: transparent;
  color: #EC9704;
}
.btn:focus,
.btn:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .fas,
.btn .far,
.btn .fab,
.btn .rg {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-inverse {
  background: transparent;
  border: 2px solid #EC9704;
  color: #000;
}
.btn.btn-inverse:hover {
  background: #EC9704;
  border-color: #EC9704;
  color: #fff;
}
.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.btn.btn-white:hover {
  background: transparent;
  color: #fff;
}
.form-control,
input[type=text],
select,
textarea,
input[type=password],
input[type=tel],
input[type=email],
input[type=file] {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 9px 12px;
  -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: 400;
  font-size: 14px;
  line-height: 20px;
  height: auto;
}
.form-control:focus,
input[type=text]:focus,
select:focus,
textarea:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=file]:focus {
  outline: 0;
  border-color: #EC9704;
  -webkit-box-shadow: 0 0 0 3px rgba(236, 151, 4, 0.25);
          box-shadow: 0 0 0 3px rgba(236, 151, 4, 0.25);
}
.form-control::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-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: #666;
  font-weight: 400;
}
.form-control::-moz-placeholder,
input[type=text]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder {
  color: #666;
  font-weight: 400;
}
.form-control:-moz-placeholder,
input[type=text]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=file]:-moz-placeholder {
  color: #666;
  font-weight: 400;
}
.form-control:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-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: #666;
  font-weight: 400;
}
.form-control.error,
input[type=text].error,
select.error,
textarea.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,
input[type=text].error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder,
textarea.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,
input[type=text].error::-moz-placeholder,
select.error::-moz-placeholder,
textarea.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,
input[type=text].error:-moz-placeholder,
select.error:-moz-placeholder,
textarea.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,
input[type=text].error:-ms-input-placeholder,
select.error:-ms-input-placeholder,
textarea.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,
input[type=text].error + .form-control-feedback,
select.error + .form-control-feedback,
textarea.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:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background: #f5f5f5 !important;
}
.form-group-feedback {
  position: relative;
}
.form-group-feedback input.form-control,
.form-group-feedback textarea {
  padding-left: 40px;
}
.form-group-feedback .form-control-feedback {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #EC9704;
  font-size: 16px;
}
.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 {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #EC9704;
}
.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: #EC9704;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #EC9704;
  border-color: #EC9704;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #EC9704;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #EC9704;
  border-color: #EC9704;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 3px rgba(236, 151, 4, 0.25);
          box-shadow: 0 0 0 3px rgba(236, 151, 4, 0.25);
}
.mfp-close {
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.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: 500;
}
label:hover {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: 'Gilroy', Tahoma, sans-serif;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.modal-block {
  background: #fff;
  padding: 30px 40px 40px;
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
  position: relative;
  border-radius: 10px;
}
.modal-block .form-control {
  background: #E6E6E6;
  color: #333;
}
.modal-block .form-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 6px;
  color: #000;
}
.modal-block .form-info {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
  color: #666;
}
.modal-block .form-group {
  margin-bottom: 25px;
}
.modal-block textarea {
  min-height: 100px;
}
.modal-block .btn {
  width: 100%;
}
.success-form-wrapper {
  position: relative;
  z-index: 9999999999;
  display: none;
}
.success-form-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-form-block .success-form {
  display: none;
  background: #f5f5f5;
  max-width: 570px;
  width: 100%;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
  color: #949494;
  font-weight: 300;
  border-radius: 10px;
}
.success-form-block .success-message {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #282828;
}
.success-form-block .modal-info span {
  color: #EC9704;
}
.success-form-block .success-form-icon {
  max-width: 100px;
  margin: 0 auto 30px;
}
.success-form-block .success-form-icon .svg-img {
  max-width: 100%;
  max-height: 100px;
}
.success-form-block .success-form-icon path {
  -webkit-filter: none;
  filter: none;
  fill: #EC9704;
}
button.mfp-arrow-btn {
  display: block;
  background: transparent;
  padding: 0;
  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";
}
select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff url(../img/arrow-down.svg) no-repeat;
  background-position: calc(100% - 16px) center;
  padding-right: 35px;
  position: relative;
}
.tab-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 0;
  border-bottom: 2px solid #e1e1e1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-nav li.nav-item {
  margin-bottom: 0;
  margin-right: 50px;
}
.tab-nav li.nav-item:last-child {
  margin-right: 0;
}
.tab-nav li.nav-item.last {
  margin-left: auto;
}
.tab-nav a.nav-link {
  display: block;
  padding: 10px 0;
  color: #989898;
  border: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.tab-nav a.nav-link::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #EC9704;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}
.tab-nav a.nav-link:hover,
.tab-nav a.nav-link.active {
  color: #EC9704;
  border: none;
}
.tab-nav a.nav-link:hover::after,
.tab-nav a.nav-link.active::after {
  width: 100%;
}
.jGrowl-close {
  display: none !important;
}
.header-main {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(88, 62, 38, 0.6);
  padding: 15px 0;
}
.header-main .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-header {
  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;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.contacts-header p {
  margin: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-header p:first-child {
  margin-left: 0;
}
.contacts-header a {
  color: #fff;
}
.contacts-header a:hover {
  color: #EC9704;
}
.contacts-header a.btn {
  color: #fff;
}
.contacts-header a.btn:hover {
  color: #fff;
}
.contacts-header .fas,
.contacts-header .far,
.contacts-header .fab,
.contacts-header .rg {
  margin-right: 10px;
  opacity: 0.4;
}
.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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.logo-wrapper img {
  max-height: 100%;
}
.logo-wrapper a {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
}
.slogan {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  opacity: 0.5;
  color: #fff;
}
.section-wrapper {
  padding: 60px 0;
  overflow: hidden;
}
.section-wrapper.section-bg {
  background-size: cover;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}
.section-wrapper.section-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1A1A1A;
  opacity: 0.85;
}
.section-wrapper.section-bg .section-title {
  color: #fff;
}
.section-wrapper.section-bg .container {
  position: relative;
  z-index: 10;
}
.section-wrapper .btn-block-wrapper {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vertical-line {
  border-right: 1px solid #E6E6E6;
}
.section-title {
  font-weight: bold;
  font-size: 46px;
  line-height: 54px;
  color: #000;
  font-family: 'Gilroy', Tahoma, sans-serif;
  margin-bottom: 20px;
}
.slider-wrapper {
  position: relative;
}
.slider-main {
  position: relative;
  height: 100%;
  background: #000;
  -ms-touch-action: auto;
      touch-action: auto;
  height: 720px;
  min-height: 600px;
}
.slider-main div {
  height: 100% !important;
}
.slider-btn-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
}
.slider-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: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  -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;
}
.slider-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #EC9704;
  cursor: pointer;
}
.slider-btn.slider-btn-prev {
  margin-right: 15px;
}
.slider-item {
  display: none;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.slider-item::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.slider-content {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 240px 15px 15px;
  color: #fff;
}
.slider-content span {
  display: block;
}
.slider-content .slider-name {
  width: 100%;
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 20px;
}
.slider-content .slider-text {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 34px;
}
.slider-content a.btn {
  width: auto;
  color: #fff;
}
.section-wrapper.about {
  border-bottom: 1px solid #E6E6E6;
}
.section-wrapper.about .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.section-wrapper.about.section-bg .number-item .number-description {
  color: #fff;
  opacity: 0.6;
}
.number-item {
  margin-bottom: 30px;
}
.number-item .number-title {
  font-weight: bold;
  font-family: 'Gilroy', Tahoma, sans-serif;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 10px;
  color: #EC9704;
}
.number-item .number-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.services .section-title {
  margin-bottom: 40px;
}
.service-item {
  margin-bottom: 30px;
}
.service-item.special {
  position: relative;
  min-height: 370px;
}
.service-item.special .service-img {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.service-item.special .bage {
  margin-bottom: 10px;
}
.service-item.special .service-description {
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 50px 60px;
  border-radius: 10px;
}
.service-item.special .service-title {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 10px;
}
.service-item.special .service-intro {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.service-item.special .service-price {
  color: #fff;
  padding-top: 40px;
}
.service-item .service-img {
  height: 200px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.service-item .bage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.service-item .bage.bage-popular {
  color: #F53659;
}
.service-item .bage.bage-sale {
  color: #40BF5C;
}
.service-item .bage.bage-special {
  color: #FFA620;
}
.service-item .bage .rg {
  margin-right: 5px;
}
.service-item .service-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #000;
  margin-bottom: 5px;
  font-family: 'Gilroy', Tahoma, sans-serif;
}
.service-item .service-intro {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}
.service-item .service-price {
  padding-top: 20px;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  color: #EC9704;
  font-family: 'Gilroy', Tahoma, sans-serif;
}
.service-item .service-price .old-price {
  font-size: 18px;
  line-height: 24px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  margin-left: 20px;
  color: #000;
}
.service-item .service-btn {
  padding-top: 15px;
}
.service-item .btn {
  padding: 16px 20px;
}
.service-item.with-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.service-item.with-img .bage {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  position: absolute;
  left: -50px;
  top: 35px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 200px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.service-item.with-img .bage.bage-popular {
  background: #F53659;
}
.service-item.with-img .bage.bage-sale {
  background: #40BF5C;
}
.service-item.with-img .bage.bage-special {
  background: #FFA620;
}
.packages-services .section-title {
  margin-bottom: 50px;
  text-align: center;
}
.packages-services.section-bg .service-package-item.special {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-color: #fff;
  color: #000;
}
.packages-services.section-bg .service-package-item.special .service-price {
  color: #EC9704;
}
.packages-services.section-bg .service-package-item.special .service-intro {
  color: #666;
  opacity: 1;
}
.packages-services.section-bg .service-package-item.special .btn {
  background: #F53659;
  border-color: #F53659;
  color: #fff;
}
.packages-services.section-bg .service-package-item.special .btn:hover {
  color: #F53659;
  background: #fff;
}
.packages-services.section-bg .service-package-item.special .service-info::after {
  opacity: 1;
  background: #EC9704;
  -webkit-box-shadow: 14px 0 0 0 #EC9704, 28px 0 0 0 #EC9704;
          box-shadow: 14px 0 0 0 #EC9704, 28px 0 0 0 #EC9704;
}
.packages-services-list .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-package-item {
  border: 1px solid #EC9704;
  border-radius: 10px;
  text-align: center;
  color: #000;
  background: #fff;
  padding: 40px 40px 50px;
}
.service-package-item.special {
  position: relative;
  z-index: 10;
  background: #EC9704;
  color: #fff;
  margin: 0 -10px;
}
.service-package-item.special .service-price {
  color: #fff;
}
.service-package-item.special .service-intro {
  color: #fff;
  opacity: 0.6;
}
.service-package-item.special .btn {
  background: #fff;
  border-color: #fff;
  color: #EC9704;
}
.service-package-item.special .btn:hover {
  color: #fff;
  background: #EC9704;
}
.service-package-item.special .service-info::after {
  opacity: 0.6;
  background: #fff;
  -webkit-box-shadow: 14px 0 0 0 #fff, 28px 0 0 0 #fff;
          box-shadow: 14px 0 0 0 #fff, 28px 0 0 0 #fff;
}
.service-package-item .bage {
  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;
  position: absolute;
  width: 130px;
  padding: 0 2px;
  border-radius: 10px;
  left: 50%;
  margin-left: -65px;
  top: -17px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.service-package-item .bage::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #F53659;
}
.service-package-item .bage.bage-popular {
  background: #F53659;
}
.service-package-item .bage.bage-popular::after {
  border-top-color: #F53659;
}
.service-package-item .bage.bage-sale {
  background: #40BF5C;
}
.service-package-item .bage.bage-sale::after {
  border-top-color: #40BF5C;
}
.service-package-item .bage.bage-special {
  background: #FFA620;
}
.service-package-item .bage.bage-special::after {
  border-top-color: #FFA620;
}
.service-package-item .bage .rg {
  margin-right: 5px;
}
.service-package-item .service-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 5px;
  font-family: 'Gilroy', Tahoma, sans-serif;
}
.service-package-item .service-info {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 23px;
}
.service-package-item .service-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17.5px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #EC9704;
  -webkit-box-shadow: 14px 0 0 0 #EC9704, 28px 0 0 0 #EC9704;
          box-shadow: 14px 0 0 0 #EC9704, 28px 0 0 0 #EC9704;
}
.service-package-item .service-intro {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  min-height: 156px;
}
.service-package-item .service-price {
  height: 78px;
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
  color: #EC9704;
  font-family: 'Gilroy', Tahoma, sans-serif;
  margin-bottom: 6px;
}
.service-package-item .service-price small {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-left: 5px;
}
.service-package-item .service-price .old-price {
  display: block;
  font-size: 18px;
  line-height: 24px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #000;
}
.service-package-item .service-btn {
  padding-top: 30px;
}
.service-package-item .btn {
  padding: 18px 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.products .section-title {
  margin-bottom: 60px;
}
.product-item {
  margin-bottom: 90px;
}
.product-item .product-img {
  height: 250px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.product-item .bage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.product-item .bage.bage-popular {
  color: #F53659;
}
.product-item .bage.bage-sale {
  color: #40BF5C;
}
.product-item .bage.bage-special {
  color: #FFA620;
}
.product-item .bage .rg {
  margin-right: 5px;
}
.product-item .product-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #000;
  font-family: 'Gilroy', Tahoma, sans-serif;
  margin-bottom: 10px;
}
.product-item .product-intro {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}
.product-item .product-price {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #EC9704;
  font-family: 'Gilroy', Tahoma, sans-serif;
}
.product-item .product-price .old-price {
  font-size: 18px;
  line-height: 24px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  margin-left: 15px;
  color: #000;
}
.product-item .product-btn {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 22px;
}
.product-item .btn .rg {
  font-size: 20px;
}
.gallery {
  background: #583E26;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.gallery .section-title {
  color: #fff;
}
.gallery-carousel-wrapper {
  margin-top: 50px;
  position: relative;
}
.gallery-carousel-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 210px;
  width: 165px;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.gallery-carousel-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  height: 210px;
  width: 165px;
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.gallery-carousel {
  height: 210px;
  overflow: hidden;
}
.gallery-carousel-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  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: 50px;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  background: #fff;
  -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;
}
.gallery-carousel-btn:hover {
  background: #EC9704;
  color: #fff;
  cursor: pointer;
}
.gallery-carousel-btn.gallery-carousel-prev {
  left: 40px;
}
.gallery-carousel-btn.gallery-carousel-next {
  right: 40px;
}
.photo-item {
  padding: 0 5px;
}
.photo-item .photo-img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 210px;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  position: relative;
}
.photo-item .photo-img:hover .overlay {
  opacity: 1;
}
.photo-item .photo-img .overlay {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
}
.photo-item .photo-img .overlay .rg {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 50px;
  margin-bottom: 5px;
}
.news .section-title {
  margin-bottom: 30px;
}
.news-item {
  margin-bottom: 30px;
}
.news-item .news-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 170px;
  width: 100%;
}
.news-item .news-date {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #EC9704;
  margin-bottom: 5px;
}
.news-item .news-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-family: 'Gilroy', Tahoma, sans-serif;
  margin-bottom: 10px;
}
.news-item .news-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-bottom: 20px;
}
.news-modal {
  max-width: 800px;
  padding: 40px 30px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}
.news-modal .news-img {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  padding: 25px 20px;
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.news-modal .news-img::before {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
}
.news-modal .news-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  position: relative;
  z-index: 20;
  width: 100%;
}
.news-modal .news-text {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.news-modal .news-date {
  display: inline-block;
  position: relative;
  z-index: 20;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 10px;
  background: rgba(236, 151, 4, 0.8);
  padding: 4px 8px;
  border-radius: 10px;
}
.news-modal .news-date .fas,
.news-modal .news-date .fas,
.news-modal .news-date .fab {
  margin-right: 3px;
}
.contacts {
  background: #EC9704;
  color: #fff;
  padding-bottom: 0;
}
.contacts .section-title {
  color: #fff;
}
.contacts-list {
  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;
  font-weight: 600;
  font-size: 16px;
}
.contacts-list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  margin-bottom: 30px;
  line-height: 25px;
}
.contacts-list a {
  color: #fff;
}
.contacts-list a:hover {
  opacity: 0.8;
}
.contacts-list .rg,
.contacts-list .far,
.contacts-list .fab,
.contacts-list .fas {
  color: #fff;
  opacity: 0.6;
  margin-right: 10px;
  font-size: 20px;
  line-height: 25px;
}
.map-wrapper {
  padding-top: 70px;
}
.advantages.section-bg .advantage-item .advantage-title {
  color: #fff;
}
.advantages.section-bg .advantage-item .advantage-info {
  color: #fff;
  opacity: 0.6;
}
.advantages.advantages-columns .advantages-list {
  padding-top: 0;
}
.advantages.advantages-columns .section-title {
  font-size: 47px;
}
.advantages.advantages-columns .advantage-item {
  margin-bottom: 50px;
}
.advantages-list {
  padding-top: 45px;
}
.advantage-item .advantage-img {
  height: 100px;
  width: 100px;
  margin-bottom: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.advantage-item .advantage-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #333;
  margin-bottom: 10px;
  font-family: 'Gilroy', Tahoma, sans-serif;
}
.advantage-item .advantage-info {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.footer-main {
  background: #583E26;
  padding: 30px 0;
}
.footer-main .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.svg-img path {
  -webkit-filter: none;
  filter: none;
  fill: #EC9704;
}
.social-block {
  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;
}
.social-block a {
  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;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.social-block a:hover {
  color: #EC9704;
  border-color: #EC9704;
  cursor: pointer;
}
.footer-links {
  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;
}
.copyright {
  padding-top: 5px;
}
.logo-subtitle {
  white-space: nowrap;
  position: relative;
  top: 1px;
  color: #FFf;
  font-size: 11px;
  font-weight: 600;
}
.logo {
  max-width: 70px;
}
.slider-content {
  margin-top: 60px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.slider-content .slider-name {
  font-size: 45px;
  line-height: 1.7;
}
.slider-main {
  height: 790px;
}
.advantage-item {
  text-align: center;
}
.advantage-img {
  margin-right: auto;
  margin-left: auto;
}
.service-item.special .service-description {
  height: 100%;
  min-height: 370px;
}
.service-text-wrapper {
  height: 110px;
}
.gallery {
  padding-bottom: 60px;
}
.section-wrapper.about .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-item .service-title {
  line-height: 1.4;
}
.advantage-item-wr {
  margin-bottom: 60px;
}
.service-text-wrapper {
  height: 80px;
}
#gallery .gallery-carousel {
  height: 300px;
}
#gallery .gallery-carousel .slick-list,
#gallery .gallery-carousel .slick-track {
  height: 300px;
}
#gallery .slick-initialized .slick-slide {
  width: 315px;
}
#gallery .slick-initialized .slick-slide div {
  width: 300px;
  height: 300px;
}
#gallery .slick-initialized .slick-slide .photo-item {
  width: 315px;
}
#gallery .photo-item .photo-img {
  width: 300px;
  height: 300px;
}
#gallery .gallery.section-wrapper {
  padding-bottom: 120px;
}
#gallery .gallery-carousel-wrapper::before,
#gallery .gallery-carousel-wrapper::after {
  height: 100%;
}

.slider-item::after{
    background: rgba(0, 0, 0, 0.4);
    
}

.header-main{
    background: rgba(88, 62, 38, 0.9);
}

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

.about-us-list{
    list-style: none;
    padding-left: 20px;
}
.about-us-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.about-us-list li:before {
  content: "\2713";
  padding-right: 10px;
  font-weight: 900;
  font-size: 20px;
  color: #40BF5C;
}
