@font-face {
  font-family: 'Sackers Gothic';
  src: url('../fonts/SackersGothicMedium.woff2') format('woff2'), url('../fonts/SackersGothicMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?skzfug');
  src: url('../fonts/icomoon.eot?skzfug#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?skzfug') format('truetype'), url('../fonts/icomoon.woff?skzfug') format('woff'), url('../fonts/icomoon.svg?skzfug#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "\e900";
}
.icon-linkedin:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-facebook-f:before {
  content: "\e902";
}
.icon-chevron-right:before {
  content: "\e903";
}
.icon-chevron-left:before {
  content: "\e904";
}
.icon-chevron-down:before {
  content: "\e905";
}
.icon-chevron-up:before {
  content: "\e906";
}
.trp_model_container {
  display: none !important;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}
html,
body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  /*    font-family:'Cormorant', sans serif;*/
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  background: #FFF6E7;
  color: #040404;
  font-size: 24px;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
html p,
body p {
  font-size: 24px;
  line-height: 32px;
  color: #040404;
  margin-bottom: 38px;
}
html p:last-child,
body p:last-child {
  margin-bottom: 0;
}
.contentWrapper {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.contentWrapper.medium {
  width: 870px;
}
.bigTitle {
  font-family: 'Sackers Gothic';
  font-weight: 500;
  font-size: 46px;
  line-height: 62px;
  letter-spacing: 0.25px;
  color: #c02026;
  text-transform: uppercase;
}
.title {
  font-family: 'Sackers Gothic';
  font-weight: 500;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 0.25px;
  color: #c02026;
  text-transform: uppercase;
}
.title.textTitle {
  font-size: 14px;
  line-height: 20px;
}
.subTitle {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.button {
  border: 2px solid #c02026;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Sackers Gothic';
  color: #c02026;
  padding: 15px 30px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #c02026;
  color: #FFF6E7;
}
.button.filled {
  background: #c02026;
  color: #FFF6E7;
}
.button.filled:hover {
  background: transparent;
  border-color: #FFF6E7;
}
.button.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.textLink {
  color: #c02026;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Sackers Gothic';
  text-transform: uppercase;
}
.textLink:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.textLink:after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  background: #c02026;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.infoOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.infoOverlay.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.infoOverlay .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.infoOverlay .innerOverlay {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
  background: #FFF6E7;
  color: #040404;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.infoOverlay .innerOverlay .close {
  width: 25px;
  height: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) rotate(0deg);
  -o-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  top: -38px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.infoOverlay .innerOverlay .close:hover {
  -webkit-transform: translateX(-50%) rotate(-180deg);
  -moz-transform: translateX(-50%) rotate(-180deg);
  -o-transform: translateX(-50%) rotate(-180deg);
  -ms-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
}
.infoOverlay .innerOverlay .close .bar {
  height: 2px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 100%;
  background: #fff;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.infoOverlay .innerOverlay .close .bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.infoOverlay .innerOverlay .innerContent {
  padding: 50px 30px;
  max-height: calc(100vh - 250px);
  overflow: auto;
}
.infoOverlay .innerOverlay .innerContent .title {
  margin-bottom: 20px;
}
form {
  display: block;
  text-align: left;
}
form .field.half {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 3px);
}
form .field.half.left {
  padding-right: 5px;
}
form .field.half.right {
  padding-left: 5px;
}
form .field input[type="text"],
form .field input[type="tel"],
form .field input[type="email"],
form .field textarea {
  color: #040404;
  padding: 10px 0;
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  background: transparent;
  font-size: 24px;
  line-height: 38px;
  font-family: 'Cormorant', sans serif;
  border-bottom: 2px solid #ebebeb;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
form .field input[type="text"].wpcf7-not-valid,
form .field input[type="tel"].wpcf7-not-valid,
form .field input[type="email"].wpcf7-not-valid,
form .field textarea.wpcf7-not-valid {
  border-bottom: 2px solid #c74e4e;
}
form .field input[type="text"]::-webkit-input-placeholder,
form .field input[type="tel"]::-webkit-input-placeholder,
form .field input[type="email"]::-webkit-input-placeholder,
form .field textarea::-webkit-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
form .field input[type="text"]::-moz-placeholder,
form .field input[type="tel"]::-moz-placeholder,
form .field input[type="email"]::-moz-placeholder,
form .field textarea::-moz-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
form .field input[type="text"]:-ms-input-placeholder,
form .field input[type="tel"]:-ms-input-placeholder,
form .field input[type="email"]:-ms-input-placeholder,
form .field textarea:-ms-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
form .field input[type="text"]:-moz-placeholder,
form .field input[type="tel"]:-moz-placeholder,
form .field input[type="email"]:-moz-placeholder,
form .field textarea:-moz-placeholder {
  color: rgba(29, 29, 29, 0.4);
}
form .field textarea {
  height: 150px;
  resize: none;
}
form .field .wpcf7-not-valid-tip {
  display: none !important;
}
form.sent .wpcf7-response-output {
  background: #dffbdb;
}
form .terms {
  margin-bottom: 20px;
}
form .terms p {
  font-size: 16px;
  line-height: 24px;
  max-width: 600px;
  width: 100%;
}
form .terms a {
  color: #c02026;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
form .terms a:hover {
  opacity: 0.6;
}
form .terms a:after {
  display: none;
}
form .wpcf7-response-output {
  margin: 20px 0 !important;
  padding: 20px !important;
  background: #f1f1f1;
  font-weight: 600;
  color: #040404 !important;
  border: none !important;
  font-size: 16px;
}
form .submitField .ajax-loader {
  margin-top: 20px !important;
  display: block;
  margin: 0 auto;
}
form .submitField input {
  display: block;
  border: none;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  width: 100%;
  background: #c02026;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Sackers Gothic';
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
form .submitField input:hover {
  background: #780a0f;
}
.grecaptcha-badge {
  visibility: hidden;
}
@media all and (max-width: 1100px) {
  html p,
  body p {
    font-size: 18px;
    line-height: 26px;
  }
  .bigTitle {
    font-size: 30px;
    line-height: 44px;
  }
  .textLink {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 768px) {
  .title {
    font-size: 20px;
    line-height: 30px;
  }
  .title.textTitle {
    font-size: 10px;
  }
  .button {
    font-size: 12px;
  }
}
.homepageBlock {
  height: 100dvh;
  /* fallback */
  height: var(--vh, 100vh);
  position: relative;
  min-height: 700px;
  overflow: hidden;
}
.homepageBlock.aos-animate .cols .col .innerCol .background {
  opacity: 0.3;
}
.homepageBlock.aos-animate .cols .col .innerCol .innerContent {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  pointer-events: all;
}
.homepageBlock .cols {
  display: flex;
  height: 100%;
}
.homepageBlock .cols .col {
  flex: 1;
  position: relative;
}
.homepageBlock .cols .col:last-child .innerCol {
  left: 20px;
}
.homepageBlock .cols .col .innerCol {
  height: calc(100% - 80px);
  left: 40px;
  position: absolute;
  top: 40px;
  width: calc(100% - 60px);
}
.homepageBlock .cols .col .innerCol .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transition: transform 0.6s 0.15s, opacity 0.6s 0.15s, visibility 0.6s 0.15s;
  -moz-transition: transform 0.6s 0.15s, opacity 0.6s 0.15s, visibility 0.6s 0.15s;
  -ms-transition: transform 0.6s 0.15s, opacity 0.6s 0.15s, visibility 0.6s 0.15s;
  -o-transition: transform 0.6s 0.15s, opacity 0.6s 0.15s, visibility 0.6s 0.15s;
  transition: transform 0.6s 0.15s, opacity 0.6s 0.15s, visibility 0.6s 0.15s;
}
.homepageBlock .cols .col .innerCol .innerContent {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  padding: 0 50px;
  color: #FFF6E7;
  pointer-events: none;
  -webkit-transform: translateY(calc(-50% + 20px));
  -moz-transform: translateY(calc(-50% + 20px));
  -o-transform: translateY(calc(-50% + 20px));
  -ms-transform: translateY(calc(-50% + 20px));
  transform: translateY(calc(-50% + 20px));
  opacity: 0;
  -webkit-transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
  -moz-transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
  -ms-transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
  -o-transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
  transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
}
.homepageBlock .cols .col .innerCol .innerContent .logo {
  width: 365px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
}
.homepageBlock .cols .col .innerCol .innerContent .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.homepageBlock .cols .col .innerCol .innerContent .textTitle {
  color: #040404;
}
.homepageBlock .cols .col .innerCol .innerContent .textTitle a {
  color: #040404;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.homepageBlock .cols .col .innerCol .innerContent .textTitle a:hover {
  opacity: 0.6;
}
.homepageBlock .cols .col .innerCol .innerContent .bigTitle {
  margin-bottom: 20px;
}
.homepageBlock .cols .col .innerCol .innerContent .button {
  margin-top: 70px;
}
.homepageBlock .cols .col .innerCol .innerContent .button:hover {
  border-color: #c02026;
  color: #c02026;
}
.homepageBlock .cols .col .innerCol .innerContent .extraInfo {
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .homepageBlock {
    height: auto;
  }
  .homepageBlock.aos-animate .cols .col .innerCol .innerContent {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .homepageBlock .cols {
    display: block;
    height: 100%;
    padding-bottom: 40px;
  }
  .homepageBlock .cols .col {
    display: block;
  }
  .homepageBlock .cols .col .innerCol {
    position: relative;
    width: calc(100% - 80px);
    left: 40px !important;
  }
  .homepageBlock .cols .col .innerCol:first-child {
    margin-bottom: 40px;
  }
  .homepageBlock .cols .col .innerCol .innerContent {
    padding: 40px;
    position: relative;
    top: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media all and (max-width: 768px) {
  .homepageBlock {
    height: auto;
  }
  .homepageBlock.aos-animate .cols .col .innerCol .background {
    opacity: 0.3;
  }
  .homepageBlock.aos-animate .cols .col .innerCol .innerContent {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .homepageBlock .cols {
    display: block;
    height: 100%;
    padding-bottom: 0px;
  }
  .homepageBlock .cols .col {
    display: block;
  }
  .homepageBlock .cols .col .innerCol {
    position: relative;
    width: 100%;
    left: 0px !important;
    top: 0;
    height: 100%;
  }
  .homepageBlock .cols .col .innerCol:first-child {
    margin-bottom: 0px;
  }
  .homepageBlock .cols .col .innerCol .innerContent {
    padding: 60px 30px;
    position: relative;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .homepageBlock .cols .col .innerCol .innerContent .logo {
    margin-bottom: 40px;
  }
  .homepageBlock .cols .col .innerCol .innerContent .bigTitle {
    margin-bottom: 10px;
  }
  .homepageBlock .cols .col .innerCol .innerContent .button {
    margin-top: 40px;
  }
  .homepageBlock .cols .col .innerCol .innerContent .extraInfo {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=page.css.map */