
/* GENERAL */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    min-width: 360px;
    font-family: "Montserrat", sans-serif;
}

.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 768px) {
    .col-3, .col-4, .col-5, .col-6, .col-7 {
        width: 100% !important;
    }

    .gallery .col-3 {
        width: 50% !important;
        padding: 5px;
        box-sizing: border-box;
        float: left;
    }
}

@media (min-width: 769px) {
    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.67%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.67%;
    }

    .gallery .col-3 {
        width: 25% !important;
        padding: 3px;
        box-sizing: border-box;
        float: left;
    }
}

.col-12 {
    width: 100%;
}

::selection {
    background: rgba(255, 0, 98, 0.3);
}

.header {
    height: 70px;
}

.header-bar {
    position: fixed;
    height: 70px;
    width: 100%;
    min-width: 360px;
    align-content: center;
    background-color: white;
    border-bottom: 1px solid #eee;
    z-index: 2;
}

.header-bar .row {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.header-bar .row {
    align-items: center;
}

.header-bar .address {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #555;
}

.header-bar .phone a {
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    color: #555;
}

.header-bar .icons img {
    width: 42px;
}

.header-bar .icons a {
    margin: 0 3px;
}

.header-bar .menu {
    width: 55px;
}

.header-bar .menu a {
    margin-left: 3px;
}

.header-bar .menu img {
    width: 42px;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .header-bar {
        height: 60px;
    }

    .header-bar .container {
        padding: 0;
    }

    .phone {
        width: calc(100% - 140px);
        text-align: center;
        padding: 0;
    }

    .header-bar .phone a {
        font-size: 1.4rem;
    }

    .header-bar .phone a span {
        font-size: 1.2rem;
    }

    .icons {
        width: 90px;
        text-align: center;
        padding: 0;
    }

    .address {
        display: none;
    }

    .header-bar .icons a {
        display: block;
        padding: 0 4px;
        margin: 0;
        float: left;
    }

    .header-bar .icons a.open-btn {
        padding-left: 6px !important;
    }

    .header-bar .icons img {
        width: 35px;
    }
}

@media (min-width: 769px){
    .header-bar .icons a.open-btn {
        padding-left: 12px !important;
    }
}

.section {
    padding: 80px 0;
}

.article {
    padding: 80px 0 0 0 !important;
}

@media (max-width: 768px) {
    .article {
        padding: 40px 0 0 0 !important;
    }
}

.article .row {
    align-items: center;
}

.article h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin: 0 auto 60px auto;
    text-align: center;
    color: #555;
}

.article h2 {
    font-size: 1.8rem;
    font-weight: 500;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 30px;
    color: #555;
}

.article h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 30px;
    color: #555;
}

.article p {
    width: 100%;
    font-size: 1.2rem;
    color: #555;
    line-height: 1.3;
    margin-bottom: 30px;
}

.article b {
    font-weight: 500;
}

.article ul {
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 1.2rem;
    list-style-type: disc;
}

.article li {
    color: #555;
    line-height: 1.3;
    padding-bottom: 5px;
}

.article ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 30px 35px;
	padding: 0 0 5px 0;
	font-size: 1.2rem;
}

@media (max-width: 768px) {
    .article ol {
        margin: 0 0 10px 35px;
    }
}

.article ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.article ol li:before {
	content: counter(num) '.';
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -34px;
	width: 20px;
    font-weight: 600;
	text-align: right;
}

.article img {
    display: block;
    width: 100%;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .article img:last-child {
        margin-bottom: 40px;
    }
}

@media (min-width: 769px) {
    .article .right {
        padding: 20px 0 0 40px;
    }

    .article .left {
        padding: 20px 40px 0 0;
    }
}

@media (max-width: 768px) {
    .left, .right {
        display: flex;
        flex-direction: column;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .order-3 {
        order: 3;
    }

    .order-4 {
        order: 4;
    }
}

.price {
    padding: 0 0 80px 0 !important;
}

@media (max-width: 768px) {
    .price .container {
        padding: 0;
    }
}

.price table {
    width: 100%;
    margin: auto;
    padding-top: 40px;
    margin-bottom: 40px;
}

.price tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.price td {
    font-size: 1.2rem;
    color: #555;
    padding: 15px;
    line-height: 1.3;
    border-bottom: 1px solid #ececec;
    vertical-align: middle;
}

.price td b {
    font-weight: 600;
}

.price p.highlight {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    width: 100%;
}

.master {
    background-color: #f5f5f5;
}

.master .col-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0 0;
}

@media (min-width: 769px) {
    .master .col-7 {
        padding: 40px 40px 40px 80px;
    }
}

.master h3 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: #555;
}

@media (max-width: 768px) {
    .master h3 {
        font-size: 2.4rem;
    }
}

.master h4 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 40px;
    color: #555;
}

.master p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.3;
    margin-bottom: 20px;
}

.master p b {
    font-weight: 500;
}

.master p:last-child {
    margin-bottom: 0;
} 

.master img {
    width: 100%;
    border-radius: 20px;
}

footer {
    background-color: #353535;
}

footer h4 {
    font-size: 1.2rem;
    text-align: center;
    padding: 20px 0;
    font-weight: 600;
    color: #e6e6e6;
}

.social-icons {
    padding: 40px 0;
    margin: auto;
}

.social-icons img {
    width: 50px;
}

.contacts {
    padding: 60px 0;
    margin: auto;
}

.copyright {
    padding-bottom: 40px;
}

footer p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
    color: #999;
    margin-bottom: 20px;
}

footer a {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: #999;
    margin-bottom: 20px;
}

.highlight {
    color: #ff005c !important;
}

.h3 {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}

.strong {
    font-weight: 500 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.map {
    width: 100%;
    margin-bottom: 20px;
}

.nav-overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: opacity 0.5s ease-in-out;
}

.nav-overlay.show {
    opacity: 1;
}

.nav-overlay.hide {
    opacity: 0;
}

.nav-menu {
    position: relative;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
}

.nav-menu .menu-wrap {
    border: 2px solid #333;
    border-radius: 40px;
    padding: 20px;
}

.nav-overlay a {
    padding: 14px;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.nav-overlay .nav-menu a:hover {
    color: #f1f1f1;
    background-color: #333;
}

.nav-overlay .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

@media (min-width: 769px) {
    .nav-overlay .nav-menu a {
        font-size: 1.7rem;
        padding: 22px;
        max-width: 600px;
        margin: auto;
        border-radius: 23px;
    }

    .nav-overlay .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}


