.navbar {
    background-color: #1a2e53;
}
.navbar .nav-link, .navbar .navbar-brand {
    color: white;
}
.navbar .nav-link:hover, .navbar .navbar-brand:hover {
    color: #be9742;
}
.main {
    background-image: url(img/header-bcgr.webp);
    background-position: center top;
    background-repeat: no-repeat;
}
.main {
    color: white;
    padding: 50px 0;
}
.main .title {
    font-size: 36px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 1em 0;
}
.main .text {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}
.main ul {
    padding-left: 1.2rem;
}
.main .text li {
    margin: 0 0 0.5em;
}

.services {
    padding-top: 50px;
}
.services .title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 35px;
}
.services .item {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 5px;
    margin-top: 30px;
}
.services .item1 {
    background: url(/img/s1.jpg) no-repeat;
}
.services .item2 {
    background: url(/img/s2.jpg) no-repeat;
}
.services .item3 {
    background: url(/img/s3.jpg) no-repeat;
}
.services a:hover .link{
    text-decoration: underline;
    color: white;
}
.services .item .link {
    position: absolute;
    bottom: 35px;
    left: 40px;
    right: 40px;
    background: url(/img/dot.png) 100% 85% no-repeat;
}
.services a {
    padding-right: 70px;
    font-size: 20px;
    text-decoration: none;
    color: white;
}
.reviews {
    padding-top: 50px;
}
.reviews .title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 35px;
}
.reviews .item {
    margin: 0 15px;
    padding: 30px 30px 30px 30px;
    border: 1px solid #CDD1D8;
    border-radius: 4px;
    position: relative;
}
.reviews .item .date {
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #828282;
}
.reviews .item .name {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
}
.reviews .item .id {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000000;
}
.reviews .item .text {
    padding-top: 10px;
}
.callback1 {
    padding: 25px 40px 30px 40px;
    width: 380px;
    border: 3px solid #53B0FF;
    background: rgba(0, 94, 163, 0.7);
    border-radius: 4px;
}
.callback1 .form-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 0;
    margin-bottom: 14px;
}
.callback1 .btn {
    width: 100%;
    padding: 13px 15px 15px 15px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
}
.callback1 .policy {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 11px;
    opacity: 0.5;
    padding: 0px 0px 0px 2px;
    text-align: center;
}
.callback2 {
    margin-top: 50px; 
    padding: 130px 0 110px 0;
    background: url(/img/bg.jpg) 50% 0 no-repeat;
}
.callback2 .title {
    font-size: 36px;
    color: #fff;
}
.callback2 .feedback-form {
    color: #fff;
}
.callback2 .policy {
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
    padding: 10px 0px 0px 2px;
}
.callback2 .btn {
    width: 100%;
    margin-top: 10px;
    padding: 13px 15px 15px 15px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
}
.contacts {
    margin-top: 50px;
}
.contacts .title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 35px;
}
.service .title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
footer {
    margin-top: 30px;
    padding: 30px 0 25px 0px;
    background-color: #1a2e53;
    font-size: 15px;
   
}
footer img {
    width: 150px;
    height: auto;
}
footer .f-menu {
    padding-top: 20px;
}
footer .f-menu a {
    text-decoration: none;
    display: block;
    color: white;
    margin-bottom: 14px;
}
footer .f-menu a:hover {
    color: #1987ec;
    text-decoration: none;
}
footer .disclaimer {
    padding-top: 20px;
}
footer .disclaimer a {
    color: white;
    text-decoration: none;
    margin-bottom: 14px;
}
footer .disclaimer a:hover {
    color: #1987ec;
    text-decoration: none;
}
footer .disclaimer .info {
    color: #ccc;
}