@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('../assets/fonts/agenda/light.css');

body {
    width: 100%;
    background-color: white;
    color: #3f3f3f;
    font-weight: 400;
    font-family: 'Agenda-Light','Open Sans', sans-serif;
}
.main-container {
    /*max-width: 1200px;*/
    /*background-image: url("../images/preview.jpg");
    background-repeat: no-repeat;*/
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.6rem;
    line-height: 1;
}
h3 {
    font-size: 1.45rem;
    font-weight: 600;
}


.header {
    padding-top: 260px;
    min-height: 532px;
    background-image: url("../images/header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.header .logo {
    width: 17px;
}
.header a.tel {
    font-size: 1.6rem;
    text-decoration: none;
    color: #3f3f3f;
}
.btn-rdv {
    background: white;
    border: none;
    border-radius: 40px;
    color: #00adef;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 3px 53px 6px;
    line-height: 1.15;
    box-shadow: 0 0 11px -3px black;
    background-image: url('../images/icon-calendar.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 23px 12px;
    transition: 300ms all ease-in-out;
}
.btn-rdv:hover,
.btn-rdv:focus {
    box-shadow: 0 0 11px -1px black;
    background: white;
    color: #00adef;
    background-image: url('../images/icon-calendar.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 23px 10px;
}

.icon-time {
    width: 19px;
    margin-bottom: 6px;
    margin-right: 5px;
}

.row-cabinet {
    max-width: 800px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .col-image {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.row-copy {
    font-size: 11pt;
    color: #636164;
    background: #f3f2ee;
    font-weight: 600;
}

.color-blue {
    color: #00adef;
}
.bg-grey {
    background-color: #f3f2ee;
}
.bg-white {
    background-color: #fff;
}
.bg-blue-light {
    background-color: #5fc5db;
    color: white;
}

.footer-contacts {
    font-size: 1rem;
    font-weight: 600;
    min-height: 125px;
}
@media (min-width: 576px) {
    .footer-contacts {
        padding-left: 160px;
        padding-right: 160px;
    }
}

.bg-blue-light a {
    color: white;
    text-decoration: none;
}
.bg-blue-light a:hover,
.bg-blue-light a:focus {
    color: white;
    text-decoration: none;
}
