/*white-blue-font-color - #edf8ff*/
/*light-blue-color - #1577a8*/
/*dark-blue-color - #0a364c*/

/*light-blue-bg-color - #edf8ff*/
/*blue-bg-color - #1577a8*/
/*general-bg - #f7fcff*/

/*links-color - #11577a*/

body {
    font-family: 'Open Sans',"Trebuchet MS","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 22px;
}

h1 {
    margin: 10px 0 0 0;
    padding: 10px;
    font-size: 26px;
}

h2  {
    font-size: 17px;
}

a {
    text-decoration: none;
    color: #11577a;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    font-weight: normal;
}

.text-main {
    margin-bottom: 10px;
}

.text-right {
    text-align: right;
}

.dark-blue-text {
    color: #0a364c;
}

.light-blue-text {
    color: #1577a8;
}

.center {
    margin: 0 auto;
}

.breadcrumbs {
    font-size: 20px;
    margin-top: 25px;
}

.breadcrumbs span {
    color: #11577a;
}

.bc-arrow:before {
    vertical-align: middle;
}

/*header*/
.header {
    padding: 0;
}

.eng-button {
    position: absolute;
    top: 4%;
    right: 0;
    z-index: 10;
}

.eng-button .btn-eng {
    background: #0a364c;
    color: #fff;
    font-size: 18px;
    padding: 13px 20px;
}

.eng-button .btn-eng:hover {
    background: #1577a8;
    color: #fff;
}

.en-button {
    display: none;
    position: absolute;
    top: 4%;
    right: 0;
    z-index: 10;
}

.en-button .btn-en {
    background: #0a364c;
    color: #fff;
    font-size: 14px;
    padding: 8px 8px;
}

.en-button .btn-en:hover {
    background: #1577a8;
    color: #fff;
}

.navbar-nav .nav-link {
    padding-left: 10px;
    font-size: 16px;
}

.navbar-brand {
    margin: 0;
}

.navbar-brand img {
    padding: 5px 10px;
}

.nav-item a {
    font-size: 14px;
}

.nav-item a:hover {
    text-decoration: none;
    background-color: #edf8ff;
    color: #0a364c;
}

nav .active {
    font-weight: bold;
    border: #0a364c 1px solid;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    margin-left: 0.3em;
    vertical-align: middle;
}

.dropdown-menu {
    margin: 0;
}

.contacts-box {
    background: #1577a8;
    width: 210px;
    padding: 12px;
    line-height: 25px;
}

.contacts-box p {
    font-size: 15px;
    margin: 0;
    padding-left: 1px;
    color: #edf8ff;
}

.contacts-box span {
    margin-right: 15px;
    color: #edf8ff;
}

.contacts-box .icon {
    margin-left: 5px;
}

.contacts-box a {
    color: #edf8ff;
}

/*carousel*/
.carousel {
    padding: 0;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}

.carousel-indicators {
    bottom: 3px;
}

.slide-description {
    position: absolute;
    right: 10%;
    top: 10%;
    width: 650px;
    padding: 20px;
    color: #fff;
    line-height: 20px;
    background: url(../../img/homepage/slider-bg.png) repeat scroll;
}

.slide-description h2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.slide-description p {
    font-size: 16px;
}

/*homepage*/
.left-img {
    margin-top: 20px;
}

.services-list li {
    list-style-type: circle;
}

.services-list a {
    text-decoration: none;
    color: #0a364c;
}

.services-list a:hover {
    color: #1577a8;
}

.logos {
    margin: 20px auto;
}

.booklet {
    margin-bottom: 20px;
}

.download-booklet {
    width: 240px;
    height: 40px;
}

.entrepreneur-title {
    margin: 20px 0;
    text-align: center;
}

.entrepreneur-title img {
    width: 100%;
}

.entrepreneur-title h2 {
    font-size: 26px;
    font-weight: bold;
    padding: 10px 0;
}

.entrepreneur-text {
    margin-bottom: 20px;
}

.entrepreneur-text p {
    font-size: 17px;
    padding: 5px 0;
}

/*footer*/
.footer {
    background: #0a364c;
    height: 60px;
    padding: 15px 30px;
    margin: 20px auto 0 auto;
}

.footer p {
    color: #edf8ff;
    font-size: 13px;
    line-height: 18px;
}

.footer a {
    color: #edf8ff;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

.footer a:hover {
    color: #1577a8;
}

/*documents*/
.documents p {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.documents a img {
    width: 100%;
}

/*reviews*/
.reviews p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.reviews a img {
    width: 100%;
    border: #1577a8 1px solid;
}

/*contacts*/
.contacts {
    background: #edf8ff;
    padding: 0;
    margin-bottom: -20px;
    color: #0a364c;
}

.contacts p {
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
}

.contacts p span {
    margin-right: 10px;
}

/*services*/
.service-block h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.service-block p {
    margin-left: 10px;
}

.service-block a:hover {
    text-decoration: none;
}

.service-block {
    margin: 20px 0;
}

.btn-more {
    background: #0a364c;
    color: #fff;
    font-size: 14px;
    padding: 6px 16px;
    position: absolute;
    bottom: 0;
    left: 25px;
}

.btn-more:hover {
    background: #1577a8;
    color: #fff;
}

.service-container h2 {
    margin-top: 10px;
}

/*objects*/
.object-container {
    margin: 10px 0 10px;
}

.object-container h2 {
    padding: 0 10px;
}

.object-container p {
    padding-left: 10px;
}

.object-container a:hover {
    text-decoration: none;
}

.object p {
    padding: 10px;
}

.images-container img {
    width: 100%;
}

.objects-list a {
    text-decoration: none;
    color: #0a364c;
}

.objects-list a:hover {
    color: #1577a8;
}

@media screen and (max-width: 1550px) {
    .slide-description {
        padding: 15px;
        right: 9%;
        top: 5%;
    }

    .slide-description h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .slide-description p {
        font-size: 15px;
    }

    .eng-button {
        top: 5%;
    }
}

@media screen and (max-width: 1320px) {
    .contacts-box {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .slide-description h2 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .homepage {
        margin-top: 20px;
    }

    .service-block img {
        width: inherit;
    }

    .service-block p {
        display: none;
    }

    .object-container p {
        line-height: 1.1;
    }

    .object-container img {
        width: 120px;
    }

    .eng-button .btn-eng {
        font-size: 16px;
        padding: 13px 18px;
    }
}

@media (max-width: 992px) {
    .slide-description {
        right: 7%;
        top: 4%;
        line-height: 18px;
        padding: 8px 10px;
    }

    .slide-description h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .carousel-indicators {
        display: none;
    }

    .dropdown-menu {
        display: block;
        border: none;
        padding: 0;
        margin: 0;
    }

    .dropdown-item {
        padding: 5px 20px;
    }

    .nav-item a {
        font-size: 12px;
    }

    .logos {
        width: inherit;
    }

    .left-img {
        width: inherit;;
    }

    .service-block .btn-more {
        display: none;
    }

    .service-block h2 {
        font-size: 16px;
        margin: 0;
    }

    .object-container div {
        min-height: 170px;
    }

    .responsive-image {
        width: 90%;
    }

    .eng-button {
        display: none;
    }

    .en-button {
        display: block;
    }
}

@media (max-width: 770px) {
    .carousel-control-prev,
    .carousel-control-next  {
        display: none;
    }

    .object-container {
        width: 100%;
    }

    .object-container div {
        min-height: unset;
    }

    .object-container h2 {
        font-size: 16px;
    }

    .object-container p {
        display: none;
    }

    .object-container img {
        width: inherit;
    }
}

@media (max-width: 760px) {
    .slide-description {
        padding: 3px 8px;
        top: 2%;
        right: 1%;
    }

    .slide-description h2 {
        margin-bottom: 2px;
    }
}

@media (max-width: 680px) {
    .slide-description {
        text-align: center;
        width: 300px;
        padding: 10px;
        top: 5%;
        right: 10%;
    }

    .slide-description h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .slide-description p {
        display: none;
    }
}

@media (max-width: 575px) {
    .service-block img {
    width: auto;
    }

    .object-container .btn-more {
        display: none;
    }

    .footer {
        padding: 5px 10px;
    }
}

@media (max-width: 380px) {
    .slide-description {
        width: 200px;
        padding: 8px;
        top: 3%;
        right: 3%;
    }

    .slide-description h2 {
        font-size: 12px;
    }
}
