/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
  /* 1 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
    overflow-x: hidden;
}

body.lock {
    overflow: hidden;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0;
}

h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    box-sizing: content-box;
  /* 1 */
    height: 0;
  /* 1 */
    overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
    text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
  /* 1 */
    text-decoration: underline;
  /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
  /* 1 */
    font-size: 100%;
  /* 1 */
    line-height: 1.15;
  /* 1 */
    margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    box-sizing: border-box;
  /* 1 */
    color: inherit;
  /* 2 */
    display: table;
  /* 1 */
    max-width: 100%;
  /* 1 */
    padding: 0;
  /* 3 */
    white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield;
  /* 1 */
    outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
  /* 1 */
    font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}

.container {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.btn {
    padding: 13px 40px;
    border-radius: 5px;
    background-color: #FF3B28;
    border: 1px solid #FF3B28;
    outline: none;
    transition: .2s;
    font-size: 16px;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.btn.opacity {
    color: #FF3B28;
    background-color: white;
}

.btn:hover {
    background-color: white;
    color: #FF3B28;
}

.btn:hover a {
    color: #FF3B28;
}

.btn a {
    color: white;
}

.title {
    margin-bottom: 20px;
}

.title p {
    font-size: 10px;
    font-weight: 500;
}

.title h2 {
    font-size: 44px;
    font-family: 'Grava Display';
    font-weight: 900;
    margin-top: 10px;
    text-transform: uppercase;
}

.projects_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.projects_wrapper.small {
    grid-template-columns: 1fr 1fr 1fr;
}

.project_item {
    border-radius: 7px;
    overflow: hidden;
    border: 2px solid #EBEBEB;
    display: block;
}

.project_item_img {
    height: 170px;
    overflow: hidden;
    margin-bottom: 5px;
}

.project_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project_item_text {
    padding: 10px;
    color: black;
}

.project_item_text h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    color: black;
    transition: .1s;
}

.project_item_text h3:hover {
    color: #FF3B28;
}

.project_item_text_details {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.project_item_text_detail_item {
    width: 45%;
}

.project_item_text_detail_item p {
    font-size: 14px;
    margin-bottom: 7px;
}

.project_item_text_detail_item_inner {
    display: flex;
    align-items: center;
}

.project_item_text_detail_item_inner img {
    width: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 7px;
}

.project_item_text_detail_item_inner h4 {
    font-size: 16px;
    font-weight: 500;
}

.project_item_text_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project_item_text_price i {
    color: #FF3B28;
    font-size: 34px;
}

.project_item_text_price_item p {
    font-size: 14px;
    margin-bottom: 8px;
}

.project_item_text_price_item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.slick-track {
    display: flex;
}

.slick-list {
    overflow: hidden;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li.slick-active button {
    background-color: #FF3B28;
}

.slick-dots li button {
    font-size: 0;
    height: 12px;
    max-width: 12px;
    border-radius: 50%;
    outline: none;
    border: none;
    background-color: #E0E0E0;
    cursor: pointer;
    transition: .2s;
}

.slick-arrow {
    background-color: white;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transition: .1s;
}

.slick-arrow:hover {
    background-color: #FF3B28;
    border-color: #FF3B28;
}

.slick-arrow:hover i {
    color: white;
}

.slick-arrow i {
    color: #FF3B28;
    transition: .1s;
}

.prevArrow {
    position: absolute;
    top: 35%;
    left: -25px;
    z-index: 1;
}

.nextArrow {
    position: absolute;
    top: 35%;
    right: -25px;
    z-index: 1;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #FF3B28, 0px 0px 1px #FF3B28;
    background: #FF3B28;
    border-radius: 1.3px;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #FF3B28, 0px 0px 1px #FF3B28;
    border: 1px solid #FF3B28;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #FF3B28;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #FF3B28, 0px 0px 1px #FF3B28;
    background: #FF3B28;
    border-radius: 1.3px;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #FF3B28, 0px 0px 1px #FF3B28;
    border: 1px solid #FF3B28;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #FF3B28;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #FF3B28, 0px 0px 1px #FF3B28;
}

input[type=range]::-ms-fill-upper {
    background: #FF3B28;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #FF3B28, 0px 0px 1px #FF3B28;
}

input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #FF3B28, 0px 0px 1px #FF3B28;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #FF3B28;
}

input[type=range]:focus::-ms-fill-upper {
    background: #FF3B28;
}

a {
    box-sizing: border-box;
}

.modal_bg {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.modal_bg.active {
    display: flex;
}

.modal {
    background-color: white;
    padding: 40px;
    padding-top: 50px;
    border-radius: 10px;
    position: relative;
}

.modal_title {
    text-align: center;
    margin-bottom: 10px;
}

.modal_title h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Grava Display';
    font-weight: 900;
    margin-bottom: 15px;
}

.modal_title i {
    cursor: pointer;
    transition: .2s;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #979797;
}

.modal_title i:hover {
    color: #FF3B28;
}

.modal_title p {
    color: #2E2825;
    line-height: 30px;
}

.modal_form input {
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none;
    padding: 10px 15px;
    width: 300px;
    background-color: #FBFBFC;
    border: 1px solid #979797;
    border-radius: 5px;
}

.modal_form button {
    width: 100%;
    margin-top: 10px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.header_logo_nav {
    display: flex;
    align-items: center;
}

.logo {
    width: 170px;
    margin-top: 10px;
}

.logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

nav {
    margin-left: 50px;
    display: flex;
    align-items: center;
}

nav div {
    display: flex;
    align-items: center;
}

nav div i {
    color: #FF3B28;
    margin-left: 4px;
}

nav a {
    color: black;
    transition: .1s;
    margin-left: 20px;
    font-family: 'Grava';
    font-size: 16px;
}

nav a:hover {
    color: #FF3B28;
}

.header_contacts {
    display: flex;
    align-items: center;
}

.header_tel a {
    display: block;
}

.header_whatsapp {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FF3B28;
    margin-left: 20px;
}

.header_whatsapp i {
    color: #FF3B28;
    font-size: 24px;
}

.header_tel_number {
    color: black;
    transition: .1s;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 19px;
}

.header_tel_number:hover {
    color: #FF3B28;
}

.header_tel_whatsapp {
    font-size: 14px;
    font-weight: 300;
    transition: .1s;
    color: black;
}

.header_tel_whatsapp:hover {
    color: #FF3B28;
}

.burger_menu {
    display: none;
}

.header_section {
    position: relative;
}

.mobile_nav {
    background-color: white;
    display: none;
}

.mobile_nav_wrapper h3 {
    font-size: 28px;
    font-family: 'Grava Display';
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.mobile_nav_wrapper a {
    font-size: 16px;
    color: black;
    transition: .2s;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ebebee;
}

.mobile_nav_wrapper a:last-child {
    border-bottom: none;
}

.mobile_nav_wrapper a.active {
    color: #FF3B28;
}

.mobile_nav_wrapper a:hover {
    color: #FF3B28;
}

.under_header {
    background-image: url(../img/main_bg.png);
    background-size: 50%;
    background-position: right;
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding: 120px 0;
}

.under_header_text {
    width: 40%;
}

.under_header_text h1 {
    font-size: 54px;
    color: #2E2825;
    font-family: 'Grava Display';
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.under_header_text h1 span {
    color: #FF3B28;
}

.under_header_text p {
    font-family: 'Circe-Regular';
    color: #2E2825;
    font-size: 18px;
    margin-bottom: 20px;
}

.under_header_btns {
    display: flex;
    align-items: center;
}

.under_header_catalog_btn {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.under_header_catalog_btn a {
    color: black;
    transition: .1s;
    font-weight: 500;
}

.under_header_catalog_btn a:hover {
    color: #FF3B28;
}

.under_header_catalog_btn i {
    color: #FF3B28;
    margin-left: 5px;
}

.benefits {
    padding: 30px 0;
    border-top: 1px solid #EBEBEB;
}

.benefits_wrapper {
    display: flex;
    justify-content: space-between;
}

.benefit_item {
    display: flex;
    align-items: center;
    width: calc(100% / 3 - 3%);
}

.benefit_item img {
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

.benefit_item_text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.benefit_item_text p {
    font-size: 14px;
}

.calculator {
    background-color: #F7F7F7;
    padding: 70px 0;
}

.calculator_wrapper {
    display: flex;
    justify-content: space-between;
}

.calculator_text {
    width: 45%;
}

.calculator_text > p {
    font-size: 16px;
    margin-bottom: 30px;
}

.calculator_content {
    width: 45%;
}

.calculator_content > button {
    width: 100%;
}

.calculator_details_btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.calculator_details_btn p {
    color: #FF3B28;
    margin-left: 10px;
}

.calculator_details_btn i {
    color: #FF3B28;
}

.calculator_input_wrapper {
    margin-bottom: 30px;
}

.calculator_input_wrapper span {
    font-size: 14px;
}

.calculator_input_view {
    border-radius: 8px;
    padding: 10px;
    background-color: white;
    margin-top: 10px;
}

.calculator_input_view h3 {
    font-size: 18px;
    font-weight: 400;
}

.calculator_input input {
    width: 100%;
}

.calculator_input_range {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.calculator_price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.calculator_price_item {
    width: calc(100% / 3);
}

.calculator_price_item p {
    font-size: 14px;
    margin-bottom: 10px;
}

.calculator_price_item h3 {
    font-size: 28px;
    font-family: 'Grava Display';
    font-weight: 600;
}

.calculator_price_warning {
    width: calc(25%);
}

.calculator_price_warning p {
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
}

.popular_projects {
    padding: 70px 0;
}

.popular_projects_filter {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.popular_projects_filter_wrapper button {
    margin-right: 10px;
    background-color: white;
    border-radius: 35px;
    padding: 7px 12px;
    border: 1px solid #b9b9b9;
    font-size: 16px;
    cursor: pointer;
    transition: .2s;
}

.popular_projects_filter_wrapper button.active {
    background-color: #FF3B28;
    color: white;
    border-color: #FF3B28;
}

.popular_projects_filter_wrapper button:hover {
    background-color: #FF3B28;
    color: white;
    border-color: #FF3B28;
}

.see_all_catalog_btn {
    background-color: white;
    width: 100%;
    padding: 13px;
    border: 2px solid #FF3B28;
    font-size: 18px;
    font-weight: 500;
    color: #FF3B28;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s;
    margin-top: 30px;
    border-radius: 10px;
}

.see_all_catalog_btn a {
    color: #FF3B28;
}

.see_all_catalog_btn a p {
    color: #FF3B28;
    transition: .2s;
}

.see_all_catalog_btn:hover {
    background-color: #FF3B28;
    color: white;
}

.see_all_catalog_btn:hover a p {
    color: white;
}

.see_all_catalog_btn p {
    margin-bottom: 3px;
    margin-right: 10px;
}

.dream_house {
    background-color: #F7F7F7;
}

.dream_house_wrapper {
    display: flex;
    justify-content: space-between;
    background-image: url(../img/hand.png);
    background-repeat: no-repeat;
    background-position-x: 120%;
    background-size: contain;
    padding: 90px 0;
}

.dream_house_text {
    width: 48%;
}

.dream_house_text h3 {
    font-size: 24px;
    font-family: 'Grava Display';
    font-weight: 600;
    margin-bottom: 20px;
}

.dream_house_text h3 span {
    color: #FF3B28;
}

.dream_house_text > p {
    font-size: 16px;
    margin-bottom: 30px;
}

.dream_house_text .btn {
    width: 100%;
}

.projects_now {
    padding-top: 80px;
}

.projects_now > p {
    font-size: 18px;
    margin-bottom: 30px;
}

.projects_now_slider {
    position: relative;
}

.projects_now_slider .slick-dots {
    margin-top: 40px;
}

.projects_now_item_imgs .slick-dots {
    margin-top: 10px;
}

.projects_now_item {
    border-radius: 8px;
    overflow: hidden;
    margin: 0 15px;
}

.projects_now_item h3 {
    font-family: 'Grava Display';
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}

.projects_now_item p {
    font-size: 14px;
    margin-bottom: 10px;
}

.projects_now_item .under_header_catalog_btn {
    margin-left: 0;
}

.projects_now_item_img {
    height: 220px;
}

.projects_now_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.why_us {
    background-color: #F7F7F7;
    padding: 80px 0;
    margin-top: 80px;
}

.why_us_wrapper_title {
    text-align: center;
}

.why_us_wrapper_title > p {
    font-size: 18px;
    font-family: 'Circe-Regular';
}

.why_us_items {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.why_us_item {
    text-align: center;
    width: calc(100% / 4 - 3%);
}

.why_us_item h3 {
    font-size: 18px;
    font-family: 'Grava Display';
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}

.why_us_item img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

.why_us_item p {
    font-size: 14px;
}

.panel_inner_text {
    width: 47%;
    position: relative;
    bottom: -130px;
}

.panel_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.panel_inner img {
    width: 100%;
}

.panel_benefits {
    padding: 80px 0;
    background-color: #F7F7F7;
}

.panel_benefits_title {
    text-align: center;
    margin-bottom: 70px;
}

.panel_benefits_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
}

.panel_benefit_item {
    text-align: center;
}

.panel_benefit_item img {
    width: 60px;
    height: 65px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
}

.panel_benefit_item h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Grava Display';
    margin-bottom: 20px;
}

.panel_benefit_item p {
    font-size: 14px;
}

.bonus {
    padding: 80px 0;
    background-image: url(../img/door.png);
    background-repeat: no-repeat;
    background-position-x: 120%;
    background-size: contain;
}

.bonus_text {
    width: 45%;
}

.bonus_text h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Grava Display';
    margin-bottom: 20px;
}

.bonus_text p {
    font-size: 16px;
    margin-bottom: 30px;
}

.bonus_text .btn {
    width: 100%;
}

footer {
    background-color: #F7F7F7;
    padding-top: 80px;
    padding-bottom: 30px;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.footer_top_text {
    width: 45%;
}

.footer_top_text p {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'Circe-Regular';
}

.footer_top_text span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.footer_top_text h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
}

.footer_top_text > a {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    color: black;
    transition: .2s;
}

.footer_top_text > a:hover {
    color: #FF3B28;
}

.footer_top_text_btns {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.footer_top_text_btns .btn {
    width: 49%;
    white-space: nowrap;
}

.footer_top_map {
    width: 48%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
}

.footer_bottom {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #AFAFAF;
}

.footer_bottom_text p {
    font-size: 12px;
}

.footer_bottom_text p:first-child {
    margin-bottom: 15px;
}

.footer_bottom_icons {
    display: flex;
    align-items: center;
}

.footer_bottom_icon {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.footer_bottom_icon:hover a {
    color: #FF3B28;
}

.footer_bottom_icon i {
    font-size: 18px;
    color: #FF3B28;
    margin-right: 5px;
}

.footer_bottom_icon a {
    font-size: 16px;
    transition: .1s;
    color: black;
}

.breadcrumbs {
    margin-top: 30px;
    margin-bottom: 30px;
}

.breadcrumbs p {
    font-size: 14px;
    margin-bottom: 10px;
}

.breadcrumbs h2 {
    font-size: 54px;
    font-family: 'Grava Display';
    font-weight: 900;
    font-style: normal;
}

.projects_found {
    text-align: right;
    margin-bottom: 30px;
}

.projects_found p {
    font-size: 14px;
    font-weight: 500;
}

.projects_grid_left {
    width: 70%;
}

.projects_grid_right {
    width: 25%;
}

.projects_grid {
    display: flex;
    justify-content: space-between;
}

.projects_filter_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;
}

.projects_filter_title h3 {
    font-size: 22px;
    font-weight: 600;
}

.projects_filter_title button {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    border-radius: 35px;
    border: 1px solid #FF3B28;
    background-color: #FFF1EF;
    color: #FF3B28;
    transition: .2s;
    cursor: pointer;
}

.projects_filter_title button:hover {
    background-color: #FF3B28;
    color: white;
}

.projects_filter_title button p {
    transition: .1s;
    font-size: 14px;
    margin-right: 10px;
}

.projects_filter_title button i {
    font-size: 16px;
    transition: .1s;
}

.projects_filter_title > i {
    display: none;
    color: #ff3b28;
    font-size: 16px;
    transition: .2s;
}

.projects_filter_title.deactive i {
    transform: rotate(180deg);
}

.projects_filter_add_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    cursor: pointer;
}

.projects_filter_add_title.deactive i {
    transform: rotate(180deg);
}

.projects_filter_add_title h3 {
    font-size: 18px;
}

.projects_filter_add_title i {
    color: #FF3B28;
    font-size: 16px;
    transition: .2s;
}

.projects_filter_items {
    margin-top: 15px;
    margin-bottom: 20px;
}

.projects_filter_category_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.projects_filter_category_item h4 {
    font-size: 16px;
    font-weight: 400;
}

.projects_filter_category_item_input {
    display: flex;
    align-items: center;
}

.projects_filter_category_item_input p {
    font-size: 16px;
    margin-left: 10px;
}

.projects_filter_categories {
    border-bottom: 1px solid #EBEBEB;
}

.projects_filter_price {
    border-bottom: 1px solid #EBEBEB;
}

.projects_filter_price_input {
    margin-top: 15px;
    margin-bottom: 20px;
}

.projects_filter_price_input input {
    width: 100%;
}

.projects_filter_price_input p {
    font-size: 14px;
}

.pagination {
    margin-top: 30px;
    display: flex;
}

.pagination_item {
    background-color: white;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 35px;
    width: 35px;
    cursor: pointer;
    transition: .1s;
    color: black;
    margin-right: 5px;
}

.pagination_item:hover {
    background-color: #FF3B28;
    border-color: #FF3B28;
    color: white;
}

.pagination_item:hover i {
    color: white;
}

.pagination_item.active {
    background-color: #FF3B28;
    border-color: #FF3B28;
    color: white;
}

.pagination_item.active i {
    color: white;
}

.pagination_item i {
    color: #FF3B28;
    transition: .1s;
}

.project_card_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project_card_img_container {
    width: 60%;
    display: flex;
}

.project_card_text_container {
	align-self: flex-start;
    width: 35%;
}

.project_card_text_container .btn {
    width: 100%;
}

.project_card_imgs {
    margin-right: 20px;
}

.project_card_img {
    border-radius: 7px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
    transition: .2s;
    cursor: pointer;
    margin-bottom: 10px;
}

.project_card_img.active {
    border-color: #FF3B28;
}

.project_card_img:hover {
    border-color: #FF3B28;
}

.project_card_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project_card_main_img {
    height: 500px;
    overflow: hidden;
}

.project_card_main_img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
	border-radius: 10px;
}

.project_card_title {
    margin-bottom: 30px;
}

.project_card_title h2 {
    font-size: 32px;
    font-family: 'Grava Display';
    font-weight: 600;
    margin-bottom: 15px;
}

.project_card_title p {
    font-size: 14px;
}

.project_card_detail_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

.project_card_detail_item p {
    font-size: 16px;
}

.project_card_detail_item_img {
    display: flex;
    align-items: center;
}

.project_card_detail_item_img img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.project_card_detail_item_img p {
    font-size: 14px;
    margin-left: 10px;
}

.project_card_price {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.project_card_price_item p {
    font-size: 14px;
    margin-bottom: 10px;
}

.project_card_price_item h3 {
    font-size: 32px;
    font-family: 'Grava Display';
    font-weight: 600;
}

.similar_projects_wrapper {
    padding: 60px 0;
}

.similar_projects {
    position: relative;
    margin-top: 40px;
}

.similar_projects .project_item {
    margin: 0 10px;
}

.main_calculator_inputs {
    width: 45%;
}

.main_calculator_inputs_wrapper {
    display: flex;
    justify-content: space-between;
}

.main_calculator_inputs_wrapper .main_calculator_input {
    width: 48%;
}

.main_calculator_inputs_wrapper.long .main_calculator_input {
    width: 70%;
}

.main_calculator_radio p {
    font-size: 14px;
    margin-bottom: 10px;
}

.main_calculator_radio_inner {
    display: flex;
}

.main_calculator_radio_inner input {
    display: none;
}

.floor_count {
    border: 2px solid #ebebeb;
    padding: 11px;
    cursor: pointer;
    transition: .2s;
}

.floor_count:hover {
    background-color: #FF3B28;
    border-color: #FF3B28;
}

.floor_count:hover p {
    color: white;
}

.floor_count.active {
    background-color: #FF3B28;
    border-color: #FF3B28;
}

.floor_count.active p {
    color: white;
}

.floor_count p {
    margin-bottom: 0;
    transition: .2s;
}

.floor_count.left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

.floor_count.right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.main_calculator_input {
    margin-bottom: 30px;
}

.main_calculator_input p {
    font-size: 14px;
    margin-bottom: 10px;
}

.main_calculator_input input {
    font-size: 16px;
    border: 2px solid #ebebeb;
    outline: none;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.main_calculator_input select {
    font-size: 16px;
    border: 2px solid #ebebeb;
    outline: none;
    border-radius: 5px;
    padding: 10px;
    background-image: url(../img/select.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    width: 100%;
    box-sizing: border-box;
}

.main_calculator {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main_calculator_results {
    width: 45%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
    background-color: #F7F7F7;
}

.main_calculator_results .btn {
    width: 100%;
}

.main_calculator_results_title {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.main_calculator_results_title h3 {
    font-size: 23px;
    font-family: 'Grava Display';
    font-weight: 600;
}

.main_calculator_results_details {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.main_calculator_results_detail_item {
    width: calc(100% / 3 - 2%);
}

.main_calculator_results_detail_item p {
    font-size: 14px;
    margin-bottom: 10px;
}

.main_calculator_results_detail_item h3 {
    font-size: 18px;
    font-family: 'Grava Display';
    font-weight: 500;
}

.main_calculator_results_prices {
    display: flex;
    justify-content: space-between;
}

.footer_bottom_text_copyright {
	display: flex;
	align-items: center;
}
.footer_bottom_text_copyright a {
	font-size: 12px;
	color: black;
	margin-left: 20px;
}

.main_calculator_results_price_item p {
    font-size: 14px;
    margin-bottom: 10px;
}

.main_calculator_results_price_item h3 {
    font-size: 28px;
    font-family: 'Grava Display';
    font-weight: 600;
}

.main_calculator_results_text {
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.panel_inner_text_mobile {
    margin-top: 40px;
    display: none;
}

.panel_inner_text_mobile_item {
    display: flex;
    margin-bottom: 20px;
}

.panel_inner_text_mobile_item img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    min-width: 30px;
    margin-right: 10px;
}

.panel_inner_text_mobile_item_inner h3 {
    font-family: 'Grava Display';
    font-weight: 500;
    margin-bottom: 7px;
}

.panel_inner_text_mobile_item_inner p {
    font-size: 13px;
}

.thanks {
    text-align: center;
    padding-top: 100px;
}

.thanks h2 {
    font-size: 41px;
    font-family: 'Grava Display';
    font-weight: 900;
}

.thanks p {
    font-size: 16px;
    margin: 25px 0;
}

.thanks a {
    display: inline-block;
}

@media (max-width: 1090px) {
    .project_card_wrapper {
        flex-direction: column;
    }

    .project_card_text_container {
        width: 100%;
        margin-top: 30px;
    }

    .project_card_img_container {
        width: 100%;
        flex-direction: column-reverse;
    }

    .project_card_imgs {
        display: flex;
        margin-top: 20px;
    }

    .project_card_img {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .projects_grid {
        flex-direction: column-reverse;
    }

    .projects_grid_right {
        width: 100%;
        margin-bottom: 30px;
    }

    .projects_grid_left {
        width: 100%;
    }

    nav {
        display: none;
    }

    .burger_menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border: 1px solid #ebebeb;
        border-radius: 50%;
        position: relative;
    }

    .burger_menu.show::before {
        transform: rotate(45deg);
        top: 22px;
    }

    .burger_menu.show::after {
        transform: rotate(-45deg);
        bottom: 20px;
    }

    .burger_menu.show span {
        transform: scale(0);
    }

    .burger_menu::before {
        content: "";
        position: absolute;
        top: 15px;
        right: 25%;
        width: 50%;
        height: 3px;
        background-color: black;
        transition: .3s;
    }

    .burger_menu span {
        width: 50%;
        height: 3px;
        background-color: black;
        transition: .3s;
    }

    .burger_menu::after {
        content: "";
        position: absolute;
        bottom: 15px;
        right: 25%;
        width: 50%;
        height: 3px;
        background-color: black;
        transition: .3s;
    }

    .under_header_text {
        width: 100%;
    }

    .under_header {
        padding-top: 350px;
        background-position-y: top;
        background-position-x: center;
        background-size: 400px;
        padding-bottom: 50px;
    }

    .benefits_wrapper {
        flex-direction: column;
    }

    .benefit_item {
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid #ebebeb;
    }

    .benefits {
        border-top: none;
    }

    .under_header_text h1 {
        font-size: 29px;
    }

    .under_header_btns {
        flex-direction: column;
    }

    .under_header_btns .btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .calculator_content .btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .see_all_catalog_btn {
        box-sizing: border-box;
    }

    .under_header_catalog_btn {
        margin-left: 0;
        margin-top: 20px;
    }

    .calculator_wrapper {
        flex-direction: column;
    }

    .calculator_text {
        width: 100%;
    }

    .calculator_content {
        width: 100%;
        margin-top: 30px;
    }

    .calculator_price {
        flex-wrap: wrap;
    }

    .calculator_price_warning {
        width: 100%;
        margin-top: 20px;
    }

    .calculator_price_item {
        width: 48%;
    }

    .popular_projects_filter_wrapper button {
        margin-bottom: 10px;
    }

    .popular_projects_filter {
        flex-direction: column;
    }

    .projects_wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dream_house_text {
        width: 100%;
    }

    .dream_house_wrapper {
        background-size: 500px;
        background-position-x: 400px;
    }

    .why_us_items {
        flex-direction: column;
    }

    .title h2 {
        font-size: 28px;
    }

    .panel_inner_text_mobile {
        display: block;
    }

    .panel_inner > img {
        display: none;
    }

    .panel_inner_text {
        position: static;
        width: 100%;
    }

    .panel_inner {
        padding: 40px 0;
    }

    .bonus_text {
        width: 100%;
    }

    .bonus {
        padding-top: 300px;
        background-position-x: center;
        background-position-y: top;
        background-size: 400px;
    }

    .footer_top {
        flex-direction: column;
    }

    .footer_top_text {
        width: 100%;
    }

    .footer_top_map {
        width: 100%;
        margin-top: 30px;
    }

    .footer_top_text_btns {
        flex-direction: column;
    }

    .footer_top_text_btns .btn {
        width: 100%;
        margin: 5px 0;
        box-sizing: border-box;
        text-align: center;
    }

    .footer_top_text_btns .btn i {
        margin-right: 5px;
    }

    .main_calculator {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .main_calculator_inputs {
        width: 100%;
    }

    .main_calculator_results {
        width: 100%;
    }

    .popular_projects .projects_wrapper {
        display: flex;
        justify-content: space-between;
        overflow-x: auto;
    }

    .popular_projects .projects_wrapper .project_item {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
	.footer_bottom_text_copyright {
		display: block;
	}
	.footer_bottom_text_copyright a {
		margin-left: 0px;
		margin-top: 10px;
	}
    .modal {
        padding: 30px;
        padding-top: 40px;
    }

    .project_card_price_item h3 {
        font-size: 24px;
    }

    .under_header_btns a {
        width: 100%;
    }

    .breadcrumbs h2 {
        font-size: 28px;
    }

    .breadcrumbs p {
        font-size: 13px;
    }

    .main_calculator_inputs_wrapper {
        flex-direction: column;
    }

    .floor_count.left {
        box-sizing: border-box;
        width: 50%;
    }

    .floor_count.right {
        box-sizing: border-box;
        width: 50%;
    }

    .main_calculator_radio {
        margin-bottom: 30px;
    }

    .main_calculator_inputs_wrapper .main_calculator_input, .main_calculator_inputs_wrapper.long .main_calculator_input {
        width: 100%;
    }

    .main_calculator_results_details {
        flex-direction: column;
    }

    .main_calculator_results_detail_item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 5px 0;
    }

    .panel_benefits_grid {
        display: block;
        position: relative;
    }

    .panel_benefits_grid .nextArrow {
        right: 0;
    }

    .panel_benefits_grid .prevArrow {
        left: 0;
    }

    .nextArrow {
        right: 0;
    }

    .prevArrow {
        left: 0;
    }

    .footer_bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .footer_bottom_icon {
        margin-left: 0;
        margin: 0 10px;
    }

    .footer_bottom_icons {
        margin-top: 15px;
    }

    .bonus {
        padding-bottom: 50px;
    }

    footer {
        padding-top: 50px;
    }

    .panel_benefits {
        padding: 50px 0;
    }

    .why_us {
        padding: 60px 0;
    }

    .dream_house_wrapper {
        padding: 60px 0;
    }

    .projects_now {
        padding-top: 50px;
    }

    .header_tel {
        display: none;
    }

    .projects_filter_title button {
        display: none;
    }

    .projects_filter_title i {
        display: block;
    }

    .projects_wrapper.small {
        grid-template-columns: 1fr;
    }

    .project_card_main_img {
        height: 350px;
    }

    .footer_top_map {
        height: 350px;
    }
}

@font-face {
    font-family: "Circe-Regular";
  src: url(../fonts/circe-regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-ExtraLight.eot");
  src: local("Grava Display ExtraLight"), local("GravaDisplay-ExtraLight"), url("../fonts/GravaDisplay-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-ExtraLight.woff2") format("woff2"), url("../fonts/GravaDisplay-ExtraLight.woff") format("woff"), url("../fonts/GravaDisplay-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-Thin.eot");
  src: local("Grava Thin"), local("Grava-Thin"), url("../fonts/Grava-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-Thin.woff2") format("woff2"), url("../fonts/Grava-Thin.woff") format("woff"), url("../fonts/Grava-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
    font-family: 'Grava Ultra';
  src: url("../fonts/Grava-Ultra.eot");
  src: local("Grava Ultra"), local("Grava-Ultra"), url("../fonts/Grava-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-Ultra.woff2") format("woff2"), url("../fonts/Grava-Ultra.woff") format("woff"), url("../fonts/Grava-Ultra.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-SemiBold.eot");
  src: local("Grava SemiBold"), local("Grava-SemiBold"), url("../fonts/Grava-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-SemiBold.woff2") format("woff2"), url("../fonts/Grava-SemiBold.woff") format("woff"), url("../fonts/Grava-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-Light.eot");
  src: local("Grava Light"), local("Grava-Light"), url("../fonts/Grava-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-Light.woff2") format("woff2"), url("../fonts/Grava-Light.woff") format("woff"), url("../fonts/Grava-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-MediumOblique.eot");
  src: local("Grava Medium Oblique"), local("Grava-MediumOblique"), url("../fonts/Grava-MediumOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-MediumOblique.woff2") format("woff2"), url("../fonts/Grava-MediumOblique.woff") format("woff"), url("../fonts/Grava-MediumOblique.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/Grava-DisplayBoldOblique.eot");
  src: local("Grava Display Bold Oblique"), local("Grava-DisplayBoldOblique"), url("../fonts/Grava-DisplayBoldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-DisplayBoldOblique.woff2") format("woff2"), url("../fonts/Grava-DisplayBoldOblique.woff") format("woff"), url("../fonts/Grava-DisplayBoldOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-Bold.eot");
  src: local("Grava Bold"), local("Grava-Bold"), url("../fonts/Grava-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-Bold.woff2") format("woff2"), url("../fonts/Grava-Bold.woff") format("woff"), url("../fonts/Grava-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-SemiBoldOblique.eot");
  src: local("Grava SemiBold Oblique"), local("Grava-SemiBoldOblique"), url("../fonts/Grava-SemiBoldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-SemiBoldOblique.woff2") format("woff2"), url("../fonts/Grava-SemiBoldOblique.woff") format("woff"), url("../fonts/Grava-SemiBoldOblique.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-Roman.eot");
  src: local("Grava Roman"), local("Grava-Roman"), url("../fonts/Grava-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-Roman.woff2") format("woff2"), url("../fonts/Grava-Roman.woff") format("woff"), url("../fonts/Grava-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-ThinOblique.eot");
  src: local("Grava Display Thin Oblique"), local("GravaDisplay-ThinOblique"), url("../fonts/GravaDisplay-ThinOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-ThinOblique.woff2") format("woff2"), url("../fonts/GravaDisplay-ThinOblique.woff") format("woff"), url("../fonts/GravaDisplay-ThinOblique.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-Thin.eot");
  src: local("Grava Display Thin"), local("GravaDisplay-Thin"), url("../fonts/GravaDisplay-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-Thin.woff2") format("woff2"), url("../fonts/GravaDisplay-Thin.woff") format("woff"), url("../fonts/GravaDisplay-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-LightOblique.eot");
  src: local("Grava Light Oblique"), local("Grava-LightOblique"), url("../fonts/Grava-LightOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-LightOblique.woff2") format("woff2"), url("../fonts/Grava-LightOblique.woff") format("woff"), url("../fonts/Grava-LightOblique.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-SemiBold.eot");
  src: local("Grava Display SemiBold"), local("GravaDisplay-SemiBold"), url("../fonts/GravaDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-SemiBold.woff2") format("woff2"), url("../fonts/GravaDisplay-SemiBold.woff") format("woff"), url("../fonts/GravaDisplay-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-BlackOblique.eot");
  src: local("Grava Black Oblique"), local("Grava-BlackOblique"), url("../fonts/Grava-BlackOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-BlackOblique.woff2") format("woff2"), url("../fonts/Grava-BlackOblique.woff") format("woff"), url("../fonts/Grava-BlackOblique.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-Medium.eot");
  src: local("Grava Display Medium"), local("GravaDisplay-Medium"), url("../fonts/GravaDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-Medium.woff2") format("woff2"), url("../fonts/GravaDisplay-Medium.woff") format("woff"), url("../fonts/GravaDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: 'Grava Ultra';
  src: url("../fonts/Grava-UltraOblique.eot");
  src: local("Grava Ultra Oblique"), local("Grava-UltraOblique"), url("../fonts/Grava-UltraOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-UltraOblique.woff2") format("woff2"), url("../fonts/Grava-UltraOblique.woff") format("woff"), url("../fonts/Grava-UltraOblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-Black.eot");
  src: local("Grava Black"), local("Grava-Black"), url("../fonts/Grava-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-Black.woff2") format("woff2"), url("../fonts/Grava-Black.woff") format("woff"), url("../fonts/Grava-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-Bold.eot");
  src: local("Grava Display Bold"), local("GravaDisplay-Bold"), url("../fonts/GravaDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-Bold.woff2") format("woff2"), url("../fonts/GravaDisplay-Bold.woff") format("woff"), url("../fonts/GravaDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'Grava Normal';
  src: url("../fonts/Grava-NormalOblique.eot");
  src: local("Grava Normal Oblique"), local("Grava-NormalOblique"), url("../fonts/Grava-NormalOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-NormalOblique.woff2") format("woff2"), url("../fonts/Grava-NormalOblique.woff") format("woff"), url("../fonts/Grava-NormalOblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-BoldOblique.eot");
  src: local("Grava Bold Oblique"), local("Grava-BoldOblique"), url("../fonts/Grava-BoldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-BoldOblique.woff2") format("woff2"), url("../fonts/Grava-BoldOblique.woff") format("woff"), url("../fonts/Grava-BoldOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-SemiBoldOblique.eot");
  src: local("Grava Display SemiBold Oblique"), local("GravaDisplay-SemiBoldOblique"), url("../fonts/GravaDisplay-SemiBoldOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-SemiBoldOblique.woff2") format("woff2"), url("../fonts/GravaDisplay-SemiBoldOblique.woff") format("woff"), url("../fonts/GravaDisplay-SemiBoldOblique.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Display Ultra';
  src: url("../fonts/GravaDisplay-Ultra.eot");
  src: local("Grava Display Ultra"), local("GravaDisplay-Ultra"), url("../fonts/GravaDisplay-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-Ultra.woff2") format("woff2"), url("../fonts/GravaDisplay-Ultra.woff") format("woff"), url("../fonts/GravaDisplay-Ultra.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-Oblique.eot");
  src: local("Grava Display Oblique"), local("GravaDisplay-Oblique"), url("../fonts/GravaDisplay-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-Oblique.woff2") format("woff2"), url("../fonts/GravaDisplay-Oblique.woff") format("woff"), url("../fonts/GravaDisplay-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-ExtraLightOblique.eot");
  src: local("Grava Display ExtraLight Oblique"), local("GravaDisplay-ExtraLightOblique"), url("../fonts/GravaDisplay-ExtraLightOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-ExtraLightOblique.woff2") format("woff2"), url("../fonts/GravaDisplay-ExtraLightOblique.woff") format("woff"), url("../fonts/GravaDisplay-ExtraLightOblique.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Display Ultra';
  src: url("../fonts/GravaDisplay-UltraOblique.eot");
  src: local("Grava Display Ultra Oblique"), local("GravaDisplay-UltraOblique"), url("../fonts/GravaDisplay-UltraOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-UltraOblique.woff2") format("woff2"), url("../fonts/GravaDisplay-UltraOblique.woff") format("woff"), url("../fonts/GravaDisplay-UltraOblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-MediumOblique.eot");
  src: local("Grava Display Medium Oblique"), local("GravaDisplay-MediumOblique"), url("../fonts/GravaDisplay-MediumOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-MediumOblique.woff2") format("woff2"), url("../fonts/GravaDisplay-MediumOblique.woff") format("woff"), url("../fonts/GravaDisplay-MediumOblique.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-ThinOblique.eot");
  src: local("Grava Thin Oblique"), local("Grava-ThinOblique"), url("../fonts/Grava-ThinOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-ThinOblique.woff2") format("woff2"), url("../fonts/Grava-ThinOblique.woff") format("woff"), url("../fonts/Grava-ThinOblique.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-Light.eot");
  src: local("Grava Display Light"), local("GravaDisplay-Light"), url("../fonts/GravaDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-Light.woff2") format("woff2"), url("../fonts/GravaDisplay-Light.woff") format("woff"), url("../fonts/GravaDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-Black.eot");
  src: local("Grava Display Black"), local("GravaDisplay-Black"), url("../fonts/GravaDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-Black.woff2") format("woff2"), url("../fonts/GravaDisplay-Black.woff") format("woff"), url("../fonts/GravaDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-ExtraLight.eot");
  src: local("Grava ExtraLight"), local("Grava-ExtraLight"), url("../fonts/Grava-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-ExtraLight.woff2") format("woff2"), url("../fonts/Grava-ExtraLight.woff") format("woff"), url("../fonts/Grava-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
    font-family: 'Grava Display Normal';
  src: url("../fonts/GravaDisplay-Normal.eot");
  src: local("Grava Display Normal"), local("GravaDisplay-Normal"), url("../fonts/GravaDisplay-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-Normal.woff2") format("woff2"), url("../fonts/GravaDisplay-Normal.woff") format("woff"), url("../fonts/GravaDisplay-Normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-ExtraLightOblique.eot");
  src: local("Grava ExtraLight Oblique"), local("Grava-ExtraLightOblique"), url("../fonts/Grava-ExtraLightOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-ExtraLightOblique.woff2") format("woff2"), url("../fonts/Grava-ExtraLightOblique.woff") format("woff"), url("../fonts/Grava-ExtraLightOblique.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-LightOblique.eot");
  src: local("Grava Display Light Oblique"), local("GravaDisplay-LightOblique"), url("../fonts/GravaDisplay-LightOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-LightOblique.woff2") format("woff2"), url("../fonts/GravaDisplay-LightOblique.woff") format("woff"), url("../fonts/GravaDisplay-LightOblique.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Normal';
  src: url("../fonts/Grava-Normal.eot");
  src: local("Grava Normal"), local("Grava-Normal"), url("../fonts/Grava-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-Normal.woff2") format("woff2"), url("../fonts/Grava-Normal.woff") format("woff"), url("../fonts/Grava-Normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Grava Display Normal';
  src: url("../fonts/GravaDisplay-NormalOblique.eot");
  src: local("Grava Display Normal Oblique"), local("GravaDisplay-NormalOblique"), url("../fonts/GravaDisplay-NormalOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-NormalOblique.woff2") format("woff2"), url("../fonts/GravaDisplay-NormalOblique.woff") format("woff"), url("../fonts/GravaDisplay-NormalOblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-Oblique.eot");
  src: local("Grava Oblique"), local("Grava-Oblique"), url("../fonts/Grava-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-Oblique.woff2") format("woff2"), url("../fonts/Grava-Oblique.woff") format("woff"), url("../fonts/Grava-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
    font-family: 'Grava';
  src: url("../fonts/Grava-Medium.eot");
  src: local("Grava Medium"), local("Grava-Medium"), url("../fonts/Grava-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Grava-Medium.woff2") format("woff2"), url("../fonts/Grava-Medium.woff") format("woff"), url("../fonts/Grava-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-BlackOblique.eot");
  src: local("Grava Display Black Oblique"), local("GravaDisplay-BlackOblique"), url("../fonts/GravaDisplay-BlackOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-BlackOblique.woff2") format("woff2"), url("../fonts/GravaDisplay-BlackOblique.woff") format("woff"), url("../fonts/GravaDisplay-BlackOblique.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
    font-family: 'Grava Display';
  src: url("../fonts/GravaDisplay-Roman.eot");
  src: local("Grava Display Roman"), local("GravaDisplay-Roman"), url("../fonts/GravaDisplay-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/GravaDisplay-Roman.woff2") format("woff2"), url("../fonts/GravaDisplay-Roman.woff") format("woff"), url("../fonts/GravaDisplay-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Grava';
    color: #2E2825;
}
