@font-face {
    font-family: "Calypso";
    src: url("../calypso.ttf") format('truetype');
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.w-100 {
    width: 100%;
}


.mb-6 {
    margin-bottom: 90px;
}

body {
    margin: 0
}

button, .button {
    padding: 15px 30px;
    background-color: #F8EDED;
    border-radius: 0;
    border: 1px solid #000000;
    cursor: pointer;

    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #020202;

    text-decoration: none;

    transition: background-color ease-in 0.3s;
}

button:hover, .button:hover {
    background-color: #000000;
    color: #FFFFFF;
}

input {
    width: 100%;
    border: 1px solid #000000;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
    background-color: #F8EDED;
}

.input-valid {
    border: 1px solid #008000 !important;
}

.input-invalid {
    border: 1px solid #ff2222 !important;
}

h1, .h1 {
    font-family: "Calypso", serif;
    color: #020202;
    font-size: 64px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

h2, .h2 {
    font-family: "Calypso", serif;
    color: #020202;
    font-size: 36px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

h3, .h3 {
    font-family: "Calypso", serif;
    color: #020202;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

h4, .h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

p, .p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000000px;

    background-color: #fff;
    z-index: 1000;

    opacity: 1;
    transition: opacity ease 1s;
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    overflow: hidden;

    z-index: 2;
    transition: background-color linear 0.2s;
}

header a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #020202;
}

.header-phone {
    text-decoration: underline;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.scrolled {
    background-color: #FFFFFF;
}

#mobileNav {
    transition: display 0.3s;
}

main {
    background-color: #F8EDED;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_first-screen {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
}

.shifted_border {
    position: relative;
    z-index: 1;
}

.shifted_border::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    right: -7px;
    bottom: -7px;
    border: 1px solid #000000;
    opacity: 0.2;
}

.article {
    cursor: pointer;
}

.article_img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}

.article_link {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #020202;
}

.article_date {
    font-size: 12px;
    opacity: 0.6;
}

.section_blog_more {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;

    color: #020202;
    opacity: 0.6;
    transition: opacity ease-out 0.3s;
}

.section_blog_more:hover {
    opacity: 1;
}

.section_prices img {
    max-height: 400px;
    object-fit: cover;
}

.price-block {
    padding-top: 40px;
    padding-bottom: 40px;

    border-top: 1px solid #000000;
}

.price-block:last-child {
    border-bottom: 1px solid #000000;
}

.price-block p {
    font-size: 18px;
}

.review-block {
    padding: 50px;
    border: 1px solid #000000;
}

footer {
    padding-top: 20px;
    padding-bottom: 100px;
    background-color: #000000;
}

footer a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
}

.footer-phone {
    text-decoration: underline;
}

.section_article p {
    font-size: 18px;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {

}

@media (max-width: 767.98px) {
    .mb-6 {
        margin-bottom: 30px;
    }
    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 991.98px) {
    .mb-6 {
        margin-bottom: 50px;
    }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 1399.98px) {

}
