@font-face {
    font-family: 'lobster';
    src: url('../fonts/lobster.eot');
    src: local('O'), url('../fonts/lobster.woff') format('woff'), url('../fonts/lobster.ttf') format('truetype'), url('../fonts/lobster.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.carousel img {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .carousel img {
        margin-top: 45px;
    }
}

body {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.zero {
    padding: 0 !important;
}

.zero1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#top-menu {
    z-index: 1;
}

#header li {
    display: inline-table;
    justify-content: space-between;
    text-align: justify;
    text-align-last: justify;
    margin: auto 0;
    padding-top: 10px;
}

#header li a {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
}

#header li a:hover span {
    color: #afcf31 !important;
}

#header .active span {
    color: #afcf31;
}

#header li a span {
    color: #000;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 15px;
}

#header ul {
    width: 100%;
    text-align: center;
    display: -webkit-box; /* Android 4.3-, Safari ��� ����������� */
    -webkit-box-pack: justify; /* Android 4.3-, Safari ��� ����������� */
    display: -webkit-flex; /* ����������� ��� Safari */
    -webkit-justify-content: space-between; /* ����������� ��� Safari */
    display: flex;
    justify-content: space-between;
    text-align: justify; /* IE10-, Firefox 12-22 */
    text-align-last: justify; /* IE10-, Firefox 12-22 */

}

.navbar-header {
    height: 70px;
    background-color: #fff;
}

@media (max-width: 768px) {
    .navbar-header {
        height: 40px;
    }
}

#button1 {
    margin: 20px 0 0 20px;
    padding: 7px 12px 11px;
    color: #8d8c8c;
}

@media (max-width: 768px) {
    #button1 {
        margin: 4px 0 0 6px;
        padding: 4px 8px 7px;
        margin-top: 5px;
        padding-bottom: 4px;
        padding-top: 5px;
    }
}

.phone img {
    height: 30px;
}

.phone span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bolder;
    color: darkblue;
}

.tire {
    display: block;
    height: 3px;
    width: 20px;
    background-color: #959595;
    margin-bottom: 3px;
    border-radius: 2px;
}

#nav1 {
    height: 70px;
    margin-bottom: 0px;
    border-left-width: 0;
    border-right-width: 0;
}

@media (max-width: 768px) {
    #nav1 {
        height: 40px;
    }
}

#bs-example-navbar-collapse-2 {
    background-color: #fff;
    border: none;
    z-index: 100;
}

#logo {
    z-index: 1000;
    position: relative;
    display: block;
    width: 35%;
    margin: 0 auto;
}

#logo1 {
    z-index: 1000;
    position: relative;
}

#logo1 div {
    height: 17px;
    background-color: #fff;
    box-shadow: 0 10px 6px -7px;;
}

@media (max-width: 768px) {
    #logo1 div {
        height: 5px;
        transform: translate(0, -5px);
    }
}

#logo-img {
    display: block;
    margin: 0 auto;
    text-align: center;
    transform: translate(0, -17px);
    border-radius: 0 0 150px 150px;
    box-shadow: 0 13px 15px -9px;
}

@media (max-width: 768px) {
    #logo-img {
        width: 90%;
        transform: translate(0, -5px);
    }
}

#phone {
    margin-right: 40px;
    transform: translate(0px, -15px);
    overflow: hidden;
}

/*����� ����������*/
#carousel {
    transform: translate(0, -94px);
}

@media (max-width: 1000px) {
    #carousel {
        transform: translate(0, 15px);
    }
}

@media (max-width: 1000px) {
    .carousel {
        transform: translate(0px, -9px) !important;
    }
}

.item img {
    width: 100%;
    height: 80%;
}

.carousel-caption {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
}

@media (max-width: 768px) {
    .carousel-caption {
        top: 70%;

    }
}

.carousel-caption p {
    font-size: 36px;
    color: #fff;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

@media (max-width: 768px) {
    .carousel-caption p {
        top: -15%;
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .carousel-caption p {
        top: -15%;
        font-size: 16px;
        width: 300px;
        height: 100px;
        margin-top: -20px;
    }
}

/*����� ��������*/
#services {
    text-align: center;
    margin-top: -125px;
}

@media (max-width: 1000px) {
    #services {
        margin-top: -60px;
    }
}

#services img {
    padding: 13px;
}

#services > div {
    height: 300px;
    margin-top: 50px;
    padding: 20px;
    padding-bottom: 0;
}

.secvis a {
    text-decoration: none;
    color: #737373;
}

.secvis h4 {
    text-align: left;
    padding-left: 13px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.secvis p {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
@media (max-width: 320px) {
    .secvis p {
        font-size: 13px;
    }
}


/*div#menuhide {*/
    /*visibility: hidden;*/
/*}*/

/*@media (max-width: 320px) {*/
    /*div#menuhide {*/
        /*visibility: visible;*/
        /*color: #8d8c8c;*/
        /*margin-bottom: -20px;*/
        /*margin-top: -20px;*/
    /*}*/
/*}*/


.secvis {
    color: #737373;
    width: 160px;
    height: 300px;
    margin: 0 auto;
    box-shadow: 0 0 1px 0px;
    border-radius: 10px;
}

.secvis:hover {
    background-color: #afcf31;
    color: #fff !important;
}

.secvis:hover h4 {
    background-color: #afcf31;
    color: #fff !important;
}

.secvis:hover a {
    background-color: #afcf31;
    color: #fff !important;
}

/*������*/
#separator {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 95%;
    border-bottom: 2px solid #afcf31;
}

#separator p {
    font-size: 18px;
    font-weight: bold;
    color: #afcf31;
    margin-left: 10px;
}

@media (max-width: 768px) {
    #separator p {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    #separator p {
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

#opinions {
    margin-top: 60px;
}

.opinion {
    display: block;
    float: left;
    padding: 0 20px 20px 20px;
}

@media (max-width: 1000px) {
    .opinion img {
        padding-left: 0;
        padding-right: 10px;
    }
}

.opinion p {
    font-size: 16px;font-size: 16px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

@media (max-width: 1000px) {
    .opinion p {
        font-size: 16px;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    }
}

.opinion h4 {
    font-size: 16px;
    font-weight: bold;
    color: #afcf31;
}

/*������ ����*/

#bottom-menu {
    background-color: #afcf31;
    height: 60px;
    margin-top: 43px;
}

#bottom-menu1 {
    height: 60px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

#bottom-menu1 a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 18px;
    vertical-align: middle;
    display: table-cell;
}

@media (max-width: 1000px) {
    #bottom-menu1 a {
        padding: 14px;
    }
}

/*������*/
#footer {
    padding-top: 50px;
    height: 200px;
    background-color: #afcf31;
    color: #fff;
}

@media (max-width: 768px) {
    #footer {
        height: 230px;
    }
}

/*����� servisec*/
.usluga {
    margin-bottom: 25px;
}

.services-usluga {
    height: 300px;
    width: 300px;

}

.secvis-usluga h4 {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.secvis-usluga p {
    padding: 13px;
    text-align: center;
    font-size: 16px;
}

.secvis-usluga {
    color: #737373;
    width: 300px;
    height: 350px;
    margin: 0 auto;
    box-shadow: 0 0 1px 0px;
    border-radius: 10px;
}

.secvis-usluga:hover {
    background-color: #afcf31;
    color: #fff !important;
}

.secvis-usluga:hover h4 {
    background-color: #afcf31;
    color: #fff !important;
}

.secvis-usluga:hover a {
    background-color: #afcf31;
    color: #fff !important;
}

#separator-servis {
    margin: 0 auto !important;
    margin-bottom: -30px !important;
    width: 95%;
    border-bottom: 2px solid #afcf31;
    height: auto !important;
}

#separator-servis p {
    font-size: 24px;
    font-weight: bold;
    color: #afcf31;
    margin-left: 10px;
    text-align: left !important;
}

@media (max-width: 1000px) {
    #separator-servis {
        margin-top: 113px !important;
        margin-bottom: -30px !important;
    }
}

.separator-servis1 {

    margin-left: 2.5% !important;
    height: auto !important;
    width: 95%;
    border-bottom: 2px solid #afcf31;
}

.separator-servis1 p {
    font-size: 20px;
    color: #afcf31;
    margin-left: 10px;
    text-align: left !important;
}

@media (max-width: 1000px) {
    .separator-servis1 {
        margin-top: 0px !important;
    }
}

.text1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .text1 {
        margin-top: 30px !important;
    }
}

.text1 > p {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 95%;
    margin-left: 2.5%;
}

.text1 p strong {
    margin-bottom: -25px;
}

.text1 ul {
    margin: 10px 15px;
}

/*����� ��� additional*/

#additional {
    height: 520px;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    #additional {
        margin-top: 80px;
    }
}

#additional a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 5px 25px;
}

#additional a:hover {
    color: #afcf31;
}

/*����� about*/
#about_us1 {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 2%;
}

#about_us1 h3 {
    color: #afcf31;
}

@media (max-width: 1000px) {
    #about_us1 {
        margin-top: 80px;
    }
}

/*����� payment*/

#payment-inf {
    margin-left: 2%;
    margin-top: 30px;
    margin-bottom: 20px;
}

#payment-inf h3 {
    color: #afcf31;
}

@media (max-width: 1000px) {
    #payment-inf {
        margin-top: 80px;
    }
}

/*����� ���������*/
#contact_us1 {
    margin-left: 2%;
    margin-top: 30px;
    margin-bottom: 100px;
}

#contact_us1 h3 {
    color: #afcf31;
}

@media (max-width: 1000px) {
    #contact_us1 {
        margin-top: 80px;
    }
}