@charset "UTF-8";
@media screen and (max-width: 414px) {
  /*---comments-all start---*/
  .box2 {
    background: red;
  }
  /*---comments-all end---*/
}
/*-----fonts-start----*/
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-v4020-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-v4020-SemiBold.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-v4020-Regular.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/*-----fonts-end----*/
/*-----base-start----*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  font-family: "Raleway", sans-serif;
  color: #0b0b0b;
  font-size: 15px;
  min-width: 340px;
  min-height: 640px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  background-color: #ffffff;
}

a {
  color: inherit;
  display: inline-block;
}

p {
  margin: 0 0 30px;
}

.ln,
.ln li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-disk {
  padding: 0;
}
.custom-disk li {
  padding: 0;
  list-style: none;
  padding-left: 15px;
  position: relative;
}
.custom-disk li:before {
  content: "";
  width: 4px;
  position: absolute;
  height: 4px;
  left: 0;
  top: 8px;
  background: #0b0b0b;
  border-radius: 100%;
}

.flex-align {
  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;
}

.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.vertical-align * {
  margin: auto 0;
}

.img-cover {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.img-cover img {
  visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #0b0b0b;
  font-weight: 600;
  line-height: 1.1;
}

h1 {
  font-size: 68px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 24px;
}

.tablebodytext {
  display: none !important;
}

@media (max-width: 820px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 18px;
  }
}
/*-----base-end----*/
/*-----content-start----*/
.main-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  padding: 0 15px;
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
}
.main-grid .main-grid {
  padding: 0;
}

.main-full {
  padding: 0 15px;
  max-width: 1620px;
  margin: 0 auto;
}

section {
  padding: 75px 0 0px;
  position: relative;
  overflow: hidden;
}

.stub-section {
  height: 90px;
}

.head-section {
  margin-bottom: 30px;
}
.head-section h2 {
  font-size: 24px;
  font-weight: 300;
}
.head-section h3 {
  color: #444444;
  font-weight: 300;
  margin-top: 8px;
  font-size: 18px;
}
.head-section h3 a {
  color: #D6A360;
  text-decoration: none;
}
.head-section h3 a:hover {
  text-decoration: underline;
}
.head-section .arrow-stub {
  display: inline-block;
  width: 180px;
}
.head-section .btn-container {
  text-align: right;
}

.btn-container-section {
  padding: 40px 0 0px;
  text-align: center;
}
.btn-container-section .btn {
  width: 260px;
}

.breadcrumbs {
  font-size: 13px;
  padding: 8px 8px;
  color: #98A1A7;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-bottom: 1px solid #F2F2F2;
}
.breadcrumbs em {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 130%;
  background-image: url("../images/arrows/carret-right-gray.svg");
  vertical-align: middle;
}
.breadcrumbs a {
  text-decoration: none;
  color: #0b0b0b;
  vertical-align: middle;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  vertical-align: middle;
  margin: 0 5px;
}
.breadcrumbs span:first-child {
  margin-left: 0;
}

.content {
  position: relative;
  min-height: calc(100vh - 300px);
}
.content h1 {
  padding: 10px 0 30px;
}
.content img {
  max-width: 100%;
}

.section-stub {
  height: 75px;
}

@media (max-width: 1440px) {
  .main-grid,
  .main-full {
    max-width: 1140px;
  }
}
/*-----default-content-end----*/
/*-----elements-start----*/
.tag {
  background-color: #98A1A7;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
  display: inline-block;
  padding: 0 14px;
  margin: 0 8px 15px 0;
  text-decoration: none;
}
.tag:hover {
  background-color: #D6A360;
  color: #ffffff;
}

.link {
  font-weight: 700;
  font-size: 15px;
  color: #011C51;
  text-decoration: none;
}
.link:hover {
  color: #D6A360;
}

.phone-ico {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/phone-black.svg");
}

.mail-ico {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/mail-black.svg");
}

.marker-ico {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/marker-black.svg");
}

.date-ico {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/calendar-black.svg");
}

.time-ico {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/time-black.svg");
}

.view-ico {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/view-black.svg");
}

.btn {
  background: none;
  text-decoration: none;
  border: 1px solid;
  border-color: #ffffff;
  color: #0b0b0b;
  border-radius: 0px;
  background-color: #ffffff;
  padding: 12px 15px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  width: 160px;
}
.btn i, .btn em {
  font-style: normal;
}
.btn:hover {
  background-color: #0b0b0b;
  border-color: #0b0b0b;
  color: #ffffff;
}

.btn--blue {
  background-color: #011C51;
  border-color: #011C51;
  color: #ffffff;
}
.btn--blue:hover {
  background: #D6A360;
  color: #ffffff;
  border-color: #D6A360;
}

.btn--blue-border {
  background: none;
  border-color: #011C51;
  color: #011C51;
}
.btn--blue-border:hover {
  background: #D6A360;
  color: #ffffff;
  border-color: #D6A360;
}

.btn--black {
  background-color: #0b0b0b;
  border-color: #ffffff;
  color: #ffffff;
}
.btn--black:hover {
  background: #D6A360;
  color: #ffffff;
  border-color: #D6A360;
}

.btn--black-border {
  background: none;
  border-color: #0b0b0b;
  color: #0b0b0b;
}
.btn--black-border:hover {
  background: #D6A360;
  color: #ffffff;
  border-color: #D6A360;
}

.btn--gold {
  background-color: #D6A360;
  border-color: #D6A360;
  color: #ffffff;
}
.btn--gold:hover {
  background: #0b0b0b;
  color: #ffffff;
  border-color: #0b0b0b;
}

.btn--gold-border {
  background: none;
  border-color: #D6A360;
  color: #D6A360;
}
.btn--gold-border:hover {
  background: #0b0b0b;
  color: #ffffff;
  border-color: #0b0b0b;
}

/*pagination page start*/
.pagination {
  text-align: center;
  margin: 45px 0 45px;
  position: relative;
  z-index: 2;
}
.pagination a, .pagination span {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  line-height: 27px;
  border: 1px solid #7F8FA8;
  font-size: 13px;
  vertical-align: middle;
  margin: 0 6px;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  color: #98A1A7;
  cursor: pointer;
}
.pagination a:hover {
  color: #D6A360;
  border-color: #D6A360;
}
.pagination span {
  background-color: #D6A360;
  color: #ffffff;
}
.pagination.selected {
  color: #ffffff;
  background-color: #D6A360;
}
.pagination .prev,
.pagination .next {
  background-size: 100%;
  font-size: 0;
}
.pagination .prev.disabled,
.pagination .next.disabled {
  opacity: 0;
  visibility: hidden;
}
.pagination .prev {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/carret-left-gray.svg");
}
.pagination .prev:hover {
  background-color: #D6A360;
  background-image: url("../images/arrows/carret-left-white.svg");
}
.pagination .next {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/carret-right-gray.svg");
}
.pagination .next:hover {
  background-color: #D6A360;
  background-image: url("../images/arrows/carret-right-white.svg");
}

/*pagination page end*/
.close-btn {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-white.png");
  cursor: pointer;
}

.hamburger-btn {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/hamburger-black.svg");
  cursor: pointer;
}
.hamburger-btn:hover {
  background-image: url("../images/icons/hamburger-gray.svg");
}

.phone-btn {
  border-color: #0b0b0b;
  cursor: pointer;
  padding: 6px 13px;
}
.phone-btn i, .phone-btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.phone-btn i {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/phone-black.svg");
}
.phone-btn:hover {
  color: #ffffff;
}
.phone-btn:hover i {
  background-image: url("../images/icons/phone-white.svg");
}

.mail-btn {
  border-color: #0b0b0b;
  cursor: pointer;
  padding: 4px 13px;
}
.mail-btn i, .mail-btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.mail-btn i {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/mail-black.svg");
}
.mail-btn:hover {
  color: #D6A360;
}

.marker-btn {
  border-color: #0b0b0b;
  cursor: pointer;
  padding: 4px 13px;
}
.marker-btn i, .marker-btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.marker-btn i {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/marker-black.svg");
}
.marker-btn:hover {
  color: #D6A360;
}

/* next,prev-btn */
.prev-btn,
.next-btn {
  cursor: pointer;
  padding: 6px 13px;
}
.prev-btn i, .prev-btn span,
.next-btn i,
.next-btn span {
  display: inline-block;
  vertical-align: middle;
}
.prev-btn i,
.next-btn i {
  margin-left: 15px;
  margin-right: 15px;
}
.prev-btn:hover,
.next-btn:hover {
  color: #98A1A7;
}
.prev-btn.btn,
.next-btn.btn {
  border-color: #0b0b0b;
}

.prev-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/arrow-left-black.svg");
}
.prev-btn.btn i {
  margin-left: -15px;
}
.prev-btn.btn:hover {
  color: #ffffff;
}
.prev-btn.btn:hover i {
  background-image: url("../images/arrows/arrow-left-white.svg");
}

.next-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/arrow-right-black.svg");
}
.next-btn.btn i {
  margin-right: -15px;
}
.next-btn.btn:hover {
  color: #ffffff;
}
.next-btn.btn:hover i {
  background-image: url("../images/arrows/arrow-right-white.svg");
}

/* next,prev-btn */
.video-btn {
  cursor: pointer;
}
.video-btn span {
  border-radius: 100%;
  width: 76px;
  position: absolute;
  height: 76px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border: 2px solid #ffffff;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.video-btn i {
  border-radius: 100%;
  width: 54px;
  position: absolute;
  height: 54px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  background-image: url("../images/icons/play-white.svg");
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.video-btn:hover span {
  width: 80px;
  height: 80px;
}
.video-btn:hover i {
  width: 50px;
  height: 50px;
}

.mouse-down-btn {
  width: 14px;
  height: 22px;
  border-radius: 30px;
  border: 2px solid #D6A360;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin: 0 auto;
}
.mouse-down-btn .dot {
  margin: 2px auto 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #D6A360;
  -webkit-animation: dotMove 2s ease-in-out forwards infinite;
          animation: dotMove 2s ease-in-out forwards infinite;
}

@-webkit-keyframes dotMove {
  0% {
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes dotMove {
  0% {
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.social {
  display: inline-block;
  vertical-align: middle;
}
.social a {
  display: inline-block;
  margin: 0 15px 0 0;
  position: relative;
  overflow: hidden;
  font-size: 0;
  border: 1px solid #0b0b0b;
  border-radius: 100%;
  padding: 7px;
  vertical-align: middle;
}
.social a img,
.social a .ico-hover {
  -o-object-fit: contain;
     object-fit: contain;
  width: 22px;
  height: 22px;
}
.social a:hover {
  border-color: #011C51;
  background-color: #011C51;
}
.social a:hover .ico-hover {
  opacity: 1;
  visibility: visible;
}
.social .ico-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.preloader-container {
  position: relative;
  height: 120px;
}

.preloader {
  overflow: hidden;
  border-radius: 50%;
  background: #011C51;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #011C51), color-stop(42%, rgba(101, 171, 248, 0)));
  background: linear-gradient(to right, #011C51 10%, rgba(101, 171, 248, 0) 42%);
  -webkit-animation: loadAnimate 1.4s infinite linear;
          animation: loadAnimate 1.4s infinite linear;
  width: 30px;
  position: absolute;
  height: 30px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
          transform: translateX(0%) translateY(0%) translateZ(0);
  margin-left: -15px;
  margin-top: -15px;
}
.preloader:before {
  width: 50%;
  height: 50%;
  background: #011C51;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.preloader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes loadAnimate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadAnimate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*-----elements-end----*/
/*-----grid-start----*/
.col-1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.col-2 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.col-3 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

.col-4 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

.col-5 {
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

.col-6 {
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

.col-7 {
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}

.col-8 {
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

.col-9 {
  -ms-grid-column-span: 9;
  grid-column-end: span 9;
}

.col-10 {
  -ms-grid-column-span: 10;
  grid-column-end: span 10;
}

.col-11 {
  -ms-grid-column-span: 11;
  grid-column-end: span 11;
}

.col-12 {
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

@media (max-width: 1680px) {
  .col-xxl-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-xxl-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-xxl-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-xxl-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-xxl-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-xxl-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-xxl-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-xxl-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-xxl-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-xxl-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-xxl-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-xxl-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 1440px) {
  .col-xl-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-xl-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-xl-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-xl-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-xl-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-xl-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-xl-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-xl-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-xl-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-xl-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-xl-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-xl-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 1280px) {
  .col-lg-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-lg-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-lg-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-lg-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-lg-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-lg-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-lg-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-lg-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-lg-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-lg-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-lg-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-lg-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 992px) {
  .col-md-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-md-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-md-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-md-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-md-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-md-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-md-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-md-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-md-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-md-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-md-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-md-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 820px) {
  .col-sm-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-sm-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-sm-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-sm-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-sm-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-sm-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-sm-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-sm-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-sm-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-sm-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-sm-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-sm-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 576px) {
  .col-xs-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
.col-offset-1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.col-offset-2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.col-offset-3 {
  -ms-grid-column: 3;
      grid-column-start: 3;
}

.col-offset-4 {
  -ms-grid-column: 4;
      grid-column-start: 4;
}

.col-offset-5 {
  -ms-grid-column: 5;
      grid-column-start: 5;
}

.col-offset-6 {
  -ms-grid-column: 6;
      grid-column-start: 6;
}

.col-offset-7 {
  -ms-grid-column: 7;
      grid-column-start: 7;
}

.col-offset-8 {
  -ms-grid-column: 8;
      grid-column-start: 8;
}

.col-offset-9 {
  -ms-grid-column: 9;
      grid-column-start: 9;
}

.col-offset-10 {
  -ms-grid-column: 10;
      grid-column-start: 10;
}

.col-offset-11 {
  -ms-grid-column: 11;
      grid-column-start: 11;
}

.col-offset-12 {
  -ms-grid-column: 12;
      grid-column-start: 12;
}

@media (max-width: 1680px) {
  .col-offset-xxl-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-xxl-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-xxl-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-xxl-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-xxl-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-xxl-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-xxl-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-xxl-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-xxl-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-xxl-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-xxl-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-xxl-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 1440px) {
  .col-offset-xl-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-xl-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-xl-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-xl-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-xl-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-xl-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-xl-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-xl-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-xl-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-xl-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-xl-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-xl-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 1280px) {
  .col-offset-lg-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-lg-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-lg-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-lg-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-lg-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-lg-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-lg-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-lg-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-lg-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-lg-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-lg-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-lg-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 992px) {
  .col-offset-md-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-md-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-md-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-md-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-md-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-md-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-md-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-md-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-md-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-md-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-md-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-md-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 820px) {
  .col-offset-sm-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-sm-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-sm-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-sm-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-sm-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-sm-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-sm-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-sm-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-sm-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-sm-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-sm-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-sm-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 576px) {
  .col-offset-xs-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-xs-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-xs-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-xs-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-xs-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-xs-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-xs-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-xs-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-xs-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-xs-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-xs-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-xs-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
.hidden {
  display: none;
}

@media (min-width: 1440px) {
  .hidden-xxl {
    display: none !important;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 821px) and (max-width: 992px) {
  .hidden-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (min-width: 576px) and (max-width: 820px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-xs {
    display: none !important;
  }
}
/*-----grid-end----*/
/*-----forms-start----*/
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.input-decorate,
.custom-select,
.file-decorate {
  padding: 15px;
  border: 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  resize: none;
  width: 100%;
  background: none;
  color: #0b0b0b;
  border: 1px solid #0b0b0b;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  background-color: #ffffff;
}
.input-decorate:focus,
.custom-select:focus,
.file-decorate:focus {
  outline: 0;
  border-color: #D6A360;
}
.input-decorate::-webkit-input-placeholder, .custom-select::-webkit-input-placeholder, .file-decorate::-webkit-input-placeholder {
  color: #0b0b0b;
}
.input-decorate::-moz-placeholder, .custom-select::-moz-placeholder, .file-decorate::-moz-placeholder {
  color: #0b0b0b;
}
.input-decorate:-ms-input-placeholder, .custom-select:-ms-input-placeholder, .file-decorate:-ms-input-placeholder {
  color: #0b0b0b;
}
.input-decorate::-ms-input-placeholder, .custom-select::-ms-input-placeholder, .file-decorate::-ms-input-placeholder {
  color: #0b0b0b;
}
.input-decorate::placeholder,
.custom-select::placeholder,
.file-decorate::placeholder {
  color: #0b0b0b;
}

.input-search {
  font-size: 13px;
  background-color: #F2F2F2;
  border-radius: 30px;
  text-transform: initial;
  font-weight: 600;
  border: 0;
  padding: 14px 12px;
  width: 100%;
  color: #011C51;
}
.input-search:focus {
  outline: 0;
}
.input-search::-webkit-input-placeholder {
  font-weight: 500;
}
.input-search::-moz-placeholder {
  font-weight: 500;
}
.input-search:-ms-input-placeholder {
  font-weight: 500;
}
.input-search::-ms-input-placeholder {
  font-weight: 500;
}
.input-search::placeholder {
  font-weight: 500;
}

.file-decorate-error span,
.input-error {
  border-color: #E30B17;
}

.mail-error {
  border-color: #fba72a;
}

.error-hint {
  color: #E30B17;
  margin-top: 2px;
}

.input-box {
  margin: 0 0 15px;
}

.agreement-box {
  text-align: right;
}
.agreement-box .wpcf7-acceptance {
  display: inline-block;
}

/*-custom-select-*/
.custom-select {
  cursor: pointer;
  position: relative;
  background-color: #011C51;
  color: #011C51;
  border-color: #ffffff;
  border-radius: 10px;
  -webkit-transition: 0s;
  transition: 0s;
}
.custom-select input {
  width: 0;
  position: absolute;
  height: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}
.custom-select ul {
  width: 100%;
  position: absolute;
  height: auto;
  z-index: 2;
  left: 0;
  top: calc(100% + 15px);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid #011C51;
  margin-left: -1px;
  width: calc(100% + 2px);
  max-height: 210px;
  border-top: 0;
}
.custom-select ul li {
  padding: 5px 14px;
  cursor: pointer;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
.custom-select ul li.hide-selected {
  display: none;
}
.custom-select ul li:hover {
  color: #D6A360;
}
.custom-select.active {
  z-index: 3;
  border-radius: 10px;
}
.custom-select.active ul {
  visibility: visible;
  opacity: 1;
  border-radius: 10px;
}
.custom-select.active i {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.custom-select span {
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.custom-select i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px;
  background-image: url("../images/arrows/carret-down-white.svg");
  width: 36px;
  position: absolute;
  height: 36px;
  z-index: 2;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*-custom-select-*/
/*-file-upload-*/
.file-input-item {
  position: relative;
  margin-top: 30px;
}
.file-input-item:first-child {
  margin-top: 0;
}

.input-file {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.file-decorate {
  cursor: pointer;
}
.file-decorate span {
  display: block;
  width: 100%;
  padding-left: 30px;
}
.file-decorate span::before {
  content: "";
  width: 24px;
  position: absolute;
  height: 24px;
  left: 8px;
  top: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("../images/icons/download-black.svg");
}
.file-decorate i {
  width: 30px;
  position: absolute;
  height: 30px;
  z-index: 2;
  right: 8px;
  top: 12px;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url("../images/icons/trash-black.svg");
  border-radius: 100%;
  cursor: pointer;
}
.file-decorate i:hover {
  background-color: #98A1A7;
  background-image: url("../images/icons/trash-white.svg");
}

.file-decorate-full i {
  display: block;
}

.hiddened-file {
  opacity: 0;
}

.notice-file {
  position: absolute;
  right: 0;
  top: -30px;
  display: none;
}
.notice-file em {
  font-style: normal;
}
.notice-file i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/warning-black.svg");
  margin-left: 15px;
}

.notice-file--show {
  display: block;
}

/*-checkbox-start-*/
.checkbox,
.radio {
  display: inline-block;
  position: relative;
  padding: 5px;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: top;
}
.checkbox label,
.radio label {
  cursor: pointer;
}
.checkbox:last-child,
.radio:last-child {
  margin-right: 0;
}
.checkbox input,
.radio input {
  margin: 0;
  width: 30px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkbox input:checked ~ span,
.radio input:checked ~ span {
  background-color: #011C51;
  border-color: #011C51;
}
.checkbox input:checked ~ span:after,
.radio input:checked ~ span:after {
  display: block;
}
.checkbox span,
.radio span {
  width: 20px;
  position: absolute;
  height: 20px;
  left: 0px;
  top: 5px;
  border: 1px solid #98A1A7;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  cursor: pointer;
  border-radius: 100%;
}
.checkbox span:after,
.radio span:after {
  content: "";
  width: 10px;
  position: absolute;
  height: 10px;
  left: 4px;
  top: 4px;
  background-color: #ffffff;
  border-radius: 100%;
  display: none;
}

.agreement span {
  width: 21px;
  position: absolute;
  height: 21px;
  left: 0px;
  top: 5px;
  background-color: #011C51;
  border-radius: 0%;
  border: 1px solid #ffffff;
}
.agreement span:after {
  content: "";
  background: none;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0%;
  top: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/agree-lite-white.svg");
}
.agreement input:checked ~ span {
  border-color: #ffffff;
}

/*-checkbox-wp-*/
.ico-field {
  position: relative;
}
.ico-field input {
  padding-left: 45px;
}
.ico-field i {
  width: 24px;
  position: absolute;
  height: 24px;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

/* range-sliders */
.style-range-container {
  position: relative;
  height: 50px;
}
.style-range-container .slider-track {
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #ffffff;
}
.style-range-container .range-num {
  width: 20px;
  position: absolute;
  height: 20px;
  left: 0;
  top: 28px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
.style-range-container .range-num::before {
  content: "";
  width: 20px;
  position: absolute;
  height: 20px;
  left: 0;
  top: -28px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  background-color: #011C51;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.style-range-container input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 0;
  outline: none;
  background: none;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.style-range-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

input[type=range]:active + .range-num {
  color: #D6A360;
}
input[type=range]:active + .range-num::before {
  border-color: #D6A360;
  background-color: #D6A360;
  -webkit-animation: useCircle 1s infinite;
          animation: useCircle 1s infinite;
}

@-webkit-keyframes useCircle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes useCircle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.range-sliders-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.range-sliders-input span {
  margin: auto 8px;
}
.range-sliders-input .input-decorate {
  border: 1px solid #7F8FA8;
  padding-left: 21px;
  padding-right: 12px;
}

.range-slider-second .slider-track {
  background-color: #7F8FA8;
  height: 4px;
  border-radius: 6px;
  margin-top: -2px;
}
.range-slider-second .slider-track-color {
  left: 25%;
  right: 75%;
  background-color: #D6A360;
  width: auto;
}
.range-slider-second input[type=range]::-webkit-slider-thumb {
  border: 1px solid #D6A360;
  background-color: #ffffff;
}

.hidden-input-irs {
  display: none;
}

.input-date-container {
  position: relative;
}
.input-date-container i {
  position: absolute;
  right: 0;
  top: 0;
  margin: 18px;
}

/*-----forms-end----*/
/*-----blocks-start----*/
.stub {
  height: 155px;
}

header {
  width: 100%;
  position: fixed;
  height: auto;
  z-index: 4;
  left: 0;
  top: 0;
  color: #8D8D8D;
  background-color: #ffffff;
  min-width: 320px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  padding: 10px 0;
}
header a {
  text-decoration: none;
}
header .btn {
  padding: 9px 5px;
}

.header_main {
  top: -200px;
}
.header_main.stick {
  top: 0;
}

.stick-inner {
  top: -200px;
}

header {
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
header .logo {
  position: relative;
  top: 0px;
  font-size: 0;
}
header .logo img {
  position: relative;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  width: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.nav-header {
  width: 100%;
}
.nav-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
}
.nav-header li {
  position: relative;
}
.nav-header a {
  position: relative;
  padding: 14px;
  font-weight: inherit;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  position: relative;
  vertical-align: top;
}
.nav-header a::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 3px;
  left: 0;
  top: calc(100% + 4px);
  background-color: #E30B17;
  display: none;
}
.nav-header a:hover::before {
  display: block;
}

.feedback-header {
  margin-left: auto;
  gap: 30px;
}

.hamburger-header {
  display: none;
}

@media (max-width: 1440px) {
  .nav-header a {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  header .logo img {
    width: 130px;
  }
  .nav-header a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .hamburger-header {
    display: block;
    position: absolute;
    z-index: 4;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/hamburger-gold.svg");
  }
  .hamburger-header.active {
    display: none;
  }
}
footer {
  position: relative;
  background-color: #011C51;
  color: #ffffff;
  font-size: 20px;
}
footer .main-grid {
  padding: 70px 15px 30px;
}
footer ul, footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #D6A360;
}
footer .logo {
  display: inline-block;
  vertical-align: top;
}
footer .logo img {
  width: 90px;
}
footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-links li {
  margin-bottom: 11px;
}
footer h3 {
  font-size: 18px;
  color: inherit;
  margin: 0 0 13px;
  text-transform: uppercase;
}
footer h3 a {
  font-weight: 600;
}
footer .feedback {
  text-align: right;
}

.logo-footer-1,
.logo-footer-2 {
  display: inline-block;
  vertical-align: top;
}
.logo-footer-1 img,
.logo-footer-2 img {
  max-width: 100%;
}

.logo-footer-1 {
  margin-right: 50px;
}

.logo-footer-2 {
  position: relative;
  top: -14px;
}

.footer-create a {
  color: #D6A360;
}
.footer-create a:hover {
  color: #0b0b0b;
  text-decoration: underline;
}

.feedback-footer-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 5px;
}
.feedback-footer-item a {
  margin-left: auto;
  display: block;
}
.feedback-footer-item i {
  margin-right: 10px;
}

.footer-line {
  background-color: #ffffff;
  color: #0b0b0b;
  font-size: 16px;
  padding: 8px;
}
.footer-line .main-grid {
  padding: 0;
}

@media (max-width: 820px) {
  footer .feedback {
    font-size: 10px;
  }
  footer .main-grid {
    padding: 45px 15px 15px;
  }
  .footer-line {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  footer .feedback {
    text-align: center;
  }
  footer .footer-bottom-links {
    text-align: center;
    padding: 0 30px;
  }
  footer .feedback {
    font-size: 14px;
  }
  .footer-line {
    font-size: 14px;
  }
}
.map-home {
  height: 400px;
  position: relative;
}
.map-home #map {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.slider-lite {
  position: relative;
  width: 100%;
  height: 450px;
  left: 0px;
  top: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 75px;
}
.slider-lite.no-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-lite.no-slider .slider-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.slider-lite .slider-viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.slider-lite .slider-track {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  left: 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.slider-lite:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.slider-lite .slider-item {
  position: relative;
  height: 100%;
}
.slider-lite .slider-item img {
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}

/* ====== КНОПКИ (prev/next) ====== */
.slider-controls {
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 30%;
}

.slider-controls-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-btn {
  width: 73px;
  height: 73px;
  display: inline-block;
  border-radius: 100%;
  font-size: 0;
  background-color: #ffffff;
  position: absolute;
  cursor: pointer;
}
.slider-btn:hover {
  background-color: #F2F2F2;
}

.slider-btn-prev {
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrow-left.svg");
}

.slider-btn-next {
  display: inline-block;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrow-right.svg");
}

/* ====== ТОЧКИ (пагинация) ====== */
.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 90px;
  width: 100%;
  left: 0;
  bottom: 15px;
}

.slider-dot {
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  width: 27px;
  height: 27px;
  background: none;
  position: relative;
  border: 0;
}
.slider-dot::after {
  content: "";
  width: 16px;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -9px -7px;
  background-color: #D6A360;
  border-radius: 100%;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.slider-dot:hover::after, .slider-dot.active::after {
  width: 16px;
  height: 16px;
  background-color: #011C51;
}

@media (max-width: 576px) {
  .slider-btn {
    width: 50px;
    height: 50px;
    margin: 8px;
  }
}
/*-----popup-start----*/
/*-----popup-start----*/
.popup {
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.popup.show {
  opacity: 1;
  visibility: visible;
}
.popup h3, .popup h4 {
  color: inherit;
  text-align: center;
}
.popup .btn {
  width: 100%;
}

.popup-overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #011C51;
  opacity: 0.3;
}

.close-btn--popup {
  position: absolute;
  right: 0;
  top: 0;
  margin: 24px 15px;
}

.popup-container {
  position: relative;
  background-color: #ffffff;
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 40px 30px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  overflow-y: auto;
  max-height: 100%;
}

.popup-container .checkbox {
  font-size: 13px;
}

.menu-hamburger .popup-container {
  background-color: rgba(11, 11, 11, 0.65);
  width: 100%;
  height: 100%;
  max-width: 460px;
  margin: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0px;
  padding: 45px 30px 60px;
  overflow-y: auto;
}
.menu-hamburger a {
  text-decoration: none;
  font-size: 22px;
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.menu-hamburger a:hover {
  color: #D6A360;
}
.menu-hamburger a:hover::before {
  display: none;
}
.menu-hamburger ul, .menu-hamburger li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-hamburger .nav-header ul {
  display: block;
}
.menu-hamburger .menu-mobile {
  margin: auto;
}

.preloader-popup {
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  background-color: #ffffff;
  text-align: center;
  font-size: 48px;
  padding-top: 120px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.preloader-popup.loaded {
  opacity: 0;
  visibility: hidden;
}

.success-popup {
  background-color: #ffffff;
  padding: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  color: #0b0b0b;
  width: 320px;
  position: absolute;
  height: auto;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.success-overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #011C51;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.form-success .success-overlay {
  opacity: 0.5;
  visibility: visible;
}
.form-success .success-popup {
  opacity: 1;
  visibility: visible;
}

/*-----blocks-start----*/
/*-----pages-start----*/
/*-----main-start----*/
.main-home {
  height: 100vh;
  min-height: 620px;
  background-color: #ffffff;
  position: relative;
  color: #0b0b0b;
  padding: 0 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/hero-bg.jpg");
}
.main-home .main-grid {
  height: 100%;
}
.main-home h1 {
  margin: 0;
  margin-bottom: 15px;
  color: inherit;
  font-weight: 300;
  font-size: 24px;
  padding-right: 30px;
}
.main-home h2 {
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 30px;
}

.main-home-content {
  position: relative;
  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%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  z-index: 3;
  max-width: 470px;
}
.main-home-content .btn-container {
  height: 150px;
}
.main-home-content .scroll-home-container {
  height: 100px;
  width: 2px;
  position: absolute;
  height: 850px;
  left: 0;
  top: 0;
}
.main-home-content .btn {
  width: 240px;
}

.main-home-img-container {
  position: relative;
}

.main-home-img {
  width: 90%;
  height: 100%;
  right: 0;
  bottom: 60px;
  z-index: 1;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.main-home-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 50px;
  z-index: 2;
}
.main-home-header img {
  width: 100%;
}
.main-home-header ul a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 25px;
}
.main-home-header .nav-header {
  padding-top: 22px;
}

@media (max-width: 1440px) {
  .main-home-header .nav-header {
    padding-top: 14px;
  }
  .main-home-header ul a {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .main-home-header {
    padding-top: 27px;
  }
  .main-home-header .nav-header {
    padding-top: 0px;
  }
  .main-home-header ul {
    margin: 0;
  }
  .main-home-header ul a {
    font-size: 14px;
  }
  .main-home-header .logo {
    position: absolute;
    width: 295px;
    top: 67px;
  }
}
@media (max-width: 576px) {
  .main-home {
    background-image: url("../images/hero-mobile-bg.jpg");
  }
  .main-home-header .logo {
    position: relative;
    width: 260px;
    top: 0;
    margin: 0 auto;
    display: block;
  }
  .main-home-header .hamburger-btn {
    top: -30px;
  }
}
.about-section .main-grid {
  background-color: #011C51;
  color: #ffffff;
  padding: 0;
}
.about-section h2 {
  color: #D6A360;
  font-size: 40px;
  margin-bottom: 55px;
}

.about-info {
  padding-top: 76px;
  padding-bottom: 150px;
  max-width: 630px;
  margin: 0 auto;
}

.about-text {
  font-size: 24px;
  font-weight: 600;
}

.about-img {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about.jpg");
}

@media (max-width: 1440px) {
  .about-section h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .about-text {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .about-section h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .about-text {
    font-size: 12px;
  }
  .about-info {
    padding-top: 32px;
    padding-bottom: 40px;
    padding-left: 25px;
    max-width: 310px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .about-section {
    padding-top: 0;
  }
  .about-section h2 {
    text-align: center;
  }
  .about-img {
    height: 460px;
  }
  .about-info {
    padding-top: 0;
    max-width: 100%;
    padding-right: 25px;
  }
}
.production-catalog {
  padding-top: 90px;
  height: auto;
}
.production-catalog .slider-lite {
  height: auto;
}
.production-catalog .slider-item {
  padding-top: 30px;
}
.production-catalog .slider-pagination {
  display: none;
}

.production-nav-container {
  background-color: #011C51;
  text-align: center;
  padding: 25px 30px 30px;
}
.production-nav-container h2 {
  color: #D6A360;
  font-size: 40px;
  margin-bottom: 20px;
}

.production-nav {
  margin-bottom: 28px;
}
.production-nav ul {
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7F8FA8;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 30px;
}
.production-nav a {
  text-decoration: none;
}
.production-nav a:hover, .production-nav a.active {
  color: #ffffff;
}

.production-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.production-filter-btn {
  display: inline-block;
  background-color: #ffffff;
  padding: 4px 4px 1px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 24px;
  width: 100%;
  max-width: 370px;
  cursor: pointer;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}

.production-item-col {
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
.production-item-col.hide {
  display: none;
}

.production-filter-hit {
  background-color: #E30B17;
  color: #ffffff;
}
.production-filter-hit:hover, .production-filter-hit.active {
  background-color: #FF4347;
}

.production-filter-black {
  background-color: #D6A360;
  color: #673F0D;
}
.production-filter-black:hover, .production-filter-black.active {
  background-color: #EDBC7C;
}

.production-item {
  width: 100%;
  max-width: 360px;
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  text-decoration: none;
}

.production-info {
  width: 100%;
  height: 110px;
  background-color: #E30B17;
  color: #ffffff;
  padding: 36px 25px 5px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 0 0 20px 20px;
  margin-top: auto;
  z-index: 2;
}

.production-item-bg {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
  background-color: #F2F2F2;
  height: 100%;
}

.production-img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 50%;
  bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 220px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.production-select {
  display: none;
}

.slider-item-filter.hide {
  display: none;
}

.filter-hit .production-info {
  background-color: #D6A360;
}

@media (max-width: 1440px) {
  .production-nav-container h2 {
    font-size: 35px;
  }
  .production-nav ul {
    font-size: 22px;
  }
  .production-info {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .production-nav-container h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .production-nav {
    margin-bottom: 18px;
  }
  .production-nav ul {
    font-size: 14px;
  }
  .production-filter-btn {
    font-size: 14px;
  }
  .production-nav-container {
    padding: 12px 30px 18px;
  }
  .production-filter-btn {
    max-width: 160px;
  }
  .production-info {
    font-size: 11px;
    padding: 15px 8px 12px;
  }
  .production-item {
    max-width: 160px;
    height: 180px;
  }
  .production-filter {
    display: block;
  }
  .production-filter-hit {
    margin-bottom: 20px;
  }
  .production-nav {
    display: none;
  }
  .production-section {
    padding-top: 0;
  }
  .production-section .main-full {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .production-select {
    display: block;
    text-align: left;
    margin-top: 10px;
  }
  .production-select .custom-select {
    padding: 9px 15px;
  }
  .production-select .custom-select span {
    color: #ffffff;
  }
  .production-section .slider-lite {
    padding-bottom: 25px;
  }
  .production-section .slider-item {
    padding-top: 86px;
  }
  .production-section .slider-controls {
    top: 40%;
  }
  .production-item {
    max-width: 300px;
    height: 350px;
  }
  .production-info {
    height: 85px;
    font-size: 16px;
    padding: 16px 16px 12px;
  }
}
.recipes-section .slider-controls {
  display: none;
}
.recipes-section .slider-lite {
  height: auto;
}
.recipes-section .main-grid {
  background-color: #E30B17;
  color: #ffffff;
  padding: 0;
}
.recipes-section h2, .recipes-section h3 {
  color: #D6A360;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.recipes-section h3 {
  color: #ffffff;
  margin-bottom: 30px;
  text-decoration: underline;
}

.recipes-info {
  padding-top: 76px;
  padding-bottom: 150px;
  max-width: 630px;
  margin: 0 auto;
}

.recipes-text {
  font-size: 28px;
  font-weight: 500;
  max-height: 390px;
  line-height: 1.3;
}
.recipes-text .mCSB_scrollTools {
  width: 5px;
}
.recipes-text .mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #ccc;
}
.recipes-text .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
}
.recipes-text h4 {
  font-size: 22px;
  color: #ffffff;
  margin: 33px 0 27px;
}
.recipes-text em {
  font-style: normal;
}
.recipes-text ul {
  padding: 0;
  margin: 0;
  font-size: 22px;
}
.recipes-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D6A360;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
}
.recipes-text ul li b {
  font-weight: 500;
  width: 140px;
  text-align: right;
}
.recipes-text ol {
  padding: 0 24px 0px;
  margin: 0;
  font-size: 22px;
}

.recipes-img {
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1440px) {
  .recipes-section h2,
  .recipes-section h3 {
    font-size: 35px;
  }
  .recipes-text {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .recipes-section h2, .recipes-section h3 {
    font-size: 20px;
  }
  .recipes-section h2 {
    margin-bottom: 10px;
  }
  .recipes-section h3 {
    margin-bottom: 20px;
  }
  .recipes-section .recipes-text {
    font-size: 12px;
  }
  .recipes-info {
    padding-left: 25px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .recipes-img {
    height: 460px;
  }
  .recipes-info {
    padding-right: 25px;
    height: 400px;
  }
  .recipes-info h2, .recipes-info h3 {
    text-align: center;
  }
  .recipes-section .recipes-text {
    font-size: 16px;
    padding-bottom: 90px;
  }
  .recipes-section ul, .recipes-section ol {
    font-size: 16px;
  }
}
.production-detail-img {
  width: 440px;
  height: 550px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 25px auto 0;
}

.catalog-info {
  max-width: 660px;
}
.catalog-info h1 {
  background-color: #E30B17;
  color: #ffffff;
  padding: 30px;
  font-size: 35px;
  font-weight: 600;
}
.catalog-info h1 em {
  font-style: normal;
}
.catalog-info h1 span {
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.product-detail.filter-hit .catalog-info-footer {
  background-color: #D6A360;
}

.catalog-info-description {
  padding: 20px 0px;
  color: #011C51;
  font-size: 24px;
}
.catalog-info-description h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  color: #8D8D8D;
  margin: 0 0 8px;
  padding: 0 15px;
}
.catalog-info-description .catalog-info-text {
  margin-bottom: 48px;
  padding: 0 15px;
}
.catalog-info-description table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 24px;
  color: #011C51;
}
.catalog-info-description th {
  text-align: left;
  font-weight: 500;
  border-top: 1px solid #98A1A7;
  font-size: 30px;
}
.catalog-info-description th, .catalog-info-description td {
  padding: 13px 20px;
  border-bottom: 1px solid #98A1A7;
}
.catalog-info-description .first-cell {
  border-right: 1px solid #98A1A7;
  width: 170px;
}
.catalog-info-description .catalog-info-footer {
  background-color: #011C51;
  color: #ffffff;
  font-size: 20px;
  padding: 4px 20px;
  border-radius: 0 0 20px 20px;
}

@media (max-width: 570px) {
  .production-detail-img {
    width: 100%;
    height: 340px;
  }
  .catalog-info h1 {
    font-size: 22px;
  }
  .catalog-info-description h2 {
    font-size: 16px;
  }
  .catalog-info-description th {
    font-size: 18px;
  }
}
/*-----main-end----*/
/*-----pages-start----*/
.page-404 {
  text-align: center;
  margin: 0 auto;
}

.page-404-img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/404.jpg");
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 15px 30px rgba(0, 0, 0, 0.23);
}
.page-404-img h1 {
  font-size: inherit;
  color: inherit;
  margin: auto;
}

.page-404-text {
  margin: 30px 0;
}

/*-----pages-end----*/
/*-----pages-end----*/
/*# sourceMappingURL=theme-style.css.map */