body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; 
    font-style: normal;
    color:#222222;
    font-size: 16px;
    background: #EEEEEE;
}
a {
    color: #336666;
}
h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}
.btn {
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 3rem;
    box-shadow: 0px 4px 20px rgba(41, 41, 41, 0.25);
    font-weight: 600;
}
button:focus {
    outline: none;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.btn-dark {
    color: #fff;
    background-color: #336666;
    border-color: #336666;
}
.btn-dark:hover {
    background: #305f5f;
    border-color: #305f5f;
}
.btn-top {
    font-size: 18px;
    font-weight: 600;
    padding-top: 11px;
}
header {
    position: relative;
    background: url(../img/bg-header.jpg) no-repeat center center;
    background-size: cover;
    color:#fff;
}
    .nav-top {
        position: absolute;
        left: 0;
        right: 0;
        top:0;
        padding: 35px 0;
        color:#F2F2F2;
        transition: .2s;
    }
        .nav-top .contact-head {
            display: flex;
            align-items: center;
            
        }
            .nav-top .contact-head * {
                margin-right: 40px;
                line-height: 1;
            }
                .nav-top .contact-head *:last-child{
                    margin-right: 0;
                }
            .nav-top .contact-head .phone {
                font-weight: 600;
                font-size: 21px;
            }
                .nav-top .contact-head .phone a {
                    color: #fff;
                    
                }
                    .nav-top .contact-head .phone a:hover {
                        text-decoration: none;
                    }
            .nav-top .contact-head .email a {
                color:#fff;
            }
    .header-content {
        padding: 34vh 0 30vh 0;
        max-height: 97vh;
    }
        .header-content h1 {
            font-weight: 700;
            font-size: 55px;
            line-height: 1.1;
        }
        .header-content .description {
            font-size: 30px;
            font-weight: 300;
            color:#DADADA;
            margin-bottom: 80px;            
        }
#specialty {
    padding: 80px 0;
}
 .item-spec {
     padding: 25px 35px;
     background-size: cover!important;
     position: relative;
     border-radius: 10px;
     min-height: 240px;
     /*display: flex;
     flex-direction: column;
     justify-content: space-between;*/
     box-shadow: 0px 4px 15px rgba(23, 23, 23, 0.13);
     transition: .2s;
     cursor: pointer;
 }
    .item-spec .title {
        font-size: 23px;
        font-weight: 700;
        line-height: 1.2;
        color: #fff;
    }
    
    .item-spec .btn-spec{
        opacity: 0;
        bottom: 0px;
        position: absolute;
        transition: .3s;
        font-size: 13px;
        font-weight: 600;
        padding: 7px 35px 7px 25px;
        background:#fff;
        color: #336666; 
    }
        .item-spec .btn-spec::after {
            content: '';
            width: 5px;
            height: 9px;
            right: 22px;
            top:50%;
            margin-top: -4px;
            background: url(../img/arrow-spec.svg) no-repeat;
            background-size: contain;
            position: absolute;
            transition: 0.2s;
        }        
            .item-spec .btn-spec:hover:after {
                right: 17px;
            }
    .item-spec:hover {
        transform: scale(1.05);
        box-shadow: 0px 4px 25px rgba(23, 23, 23, 0.33);
    }
    .item-spec:hover .btn-spec {
        opacity: 1;
        bottom: 30px;
      
    }
        .item-spec .btn-spec:hover{
            background: #336666;
            color: #fff;
        }
#quest {
    padding: 80px 0;
    background: linear-gradient(140.16deg, rgba(43, 43, 43, 0.16) 31.04%, rgba(40, 40, 40, 0.38) 67.48%), url(../img/quo-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}
    #quest h4 {
        font-size: 22px;
        font-weight: 300;
        color:#F0F0F0;
    }
    .form-control {
        border-radius: 1.7rem;
        border: 2px solid #A4A4A4;
        padding: .5rem 1.3rem;
        height: calc(2.9rem + 2px);
    }
    textarea.form-control {
        height: auto;
        border-radius: .9rem;
    }
    #quest .form-check a {
        color:#fff;
        text-decoration: underline;
    }
    #quest .form-check a:hover {
        color:#eee;
        text-decoration: none;
    }
#list-doc {
    background: url(../img/bg-list.png) #fff no-repeat;
    background-size: 70%;
    padding: 80px 0;
    background-position-x: -180px;
    background-position-y: top;
}
.list-item {
    display: flex;
    margin-bottom: 15px;
}
    .list-item .num {
        font-weight: 900;
        font-size: 26px;
        color: #0F4D4D;
        margin-right: 30px;
    }
    .list-item .content {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.3;
    }
    .list-item .content.req {
        font-weight: 600;
    }
#adv {
    padding: 80px 0;
    color: #fff;
    background: linear-gradient(158.84deg, #3E7272 22.06%, #245252 86.33%);
}
    .adv-item .title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .adv-item .desc {
        line-height: 1.3;
        font-weight: 200;
    }
.btn-white {
    background: #fff;
    color: #336666;
}
#photo {
    padding: 80px 0;
}
#contacts {
    padding: 80px 0;
    background: #fff;
}
    .contact-content .address {
        font-weight: 500;
        font-size: 20px;
    }
    .contact-content .cont-item .title{
        font-weight: 200;
    }
    .contact-content .cont-item .value{
        font-weight: 500;
        font-size: 18px;
    }
    .social-list *{
        margin-right: 15px;
    }
    .social-list *:last-child{
        margin-right: 0;
    }
footer {
    color: #fff;
    background: #336666;
    padding: 40px 0;
}
footer a {
    color: #fff;
}
.more-content .description {
    margin-bottom: 30px;
}
.item-desc .title {
    font-size: 16px;
}
.item-desc .value {
    font-size: 18px;
    font-weight: 500;
}
.btn-link {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    padding: 10px 10px 10px 30px;
    color: #222222;
    font-weight: 500;
    position: relative;
}
.btn-link:after {
    content: '';
    background: url(../img/minus.svg) no-repeat center center;
    background-size: contain!important;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 0px;
    position: absolute;
}
.btn-link.collapsed::after {
    background: url(../img/plus.svg) no-repeat center center;
}
.btn-link:hover {
    cursor: pointer;
    text-decoration: none;
    color: #444444;
}
.card-header {
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
}
.accordion .card {
    border: 0;
}
.btn-groups *:first-child {
    margin-right: 20px;
}
.btn-clear {
    box-shadow: none;
    border: 2px solid #366;
}
.form-content, .more-content {
    border-radius: 10px;
}
.nav-top.fixed {
    position: fixed;
    background: #336666;
    z-index: 1;
    padding: 10px 0;
    box-shadow: 0px 5px 13px rgba(56, 56, 56, 0.2);
}
.nav-top.fixed * {
    align-items: center;
}
.more-content{
    max-width:800px;
    width: 100%;
}
.send-form-status {
    font-size: 1.4rem;
    text-align: center;
    padding: 30px;
    display: none;
}