@import url('https://fonts.googleapis.com/css?family=PT+Sans');
html {
    font-family: 'Open Sans', sans-serif;
}
.sex {
	opacity: 0;
}
.nav-text {
    margin-left: 30px;
    margin-right: 20px;
    font-weight: bold;
    padding-top: 13px;
}
.nav-text span {
    text-transform: uppercase;
    color: #272E35;
    font-size: 13px;
}
.nav-text h4{
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 21px;

}
.nav-contact {
    position: relative;
    height: 50px;
}
.nav-contact img {
    position: absolute;
    top: 6px;
}
.mark-nav {
    top: 11px !important;
}
.download-price a{
    text-decoration: underline;
}
.download-price {
    margin-left: 96px;
    padding-top: 13px;
}
.btn-nav {
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 6px 15px;
    border-radius: 5px;
    background: #F67D02; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,125,2,1) 0%, rgba(255,218,71,1) 86%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,125,2,1) 0%,rgba(255,218,71,1) 86%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,125,2,1) 0%,rgba(255,218,71,1) 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767',GradientType=0 );
    cursor: pointer;
    transition-duration: 0.3s;

}
.btn-nav:hover {
    background-color: #379196;
    -webkit-box-shadow: 0px 10px 17px -2px rgba(55,145,150,0.5);
    -moz-box-shadow: 0px 10px 17px -2px rgba(55,145,150,0.5);
    box-shadow: 0px 10px 17px -2px rgba(55,145,150,0.5);
}
.nav-info {
    padding: 5px 0;
	height: 60px;
}
.navbar {
    padding: 0.5rem 0 !important;
}
a:hover {
    text-decoration: none;
}
a {
    text-decoration: none;
}
.nav-item {
    margin: auto 40px;
    font-size: 18px;
}
/*  -------------------------------------------------------------------------------------------------------------------   */
/*  --------------------------------------------------        МЕНЮ     -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.navigate {
    background-color: #eff2f7;
	 top: 60px; /*высота шапки в пикселях*/
   position: fixed;
   z-index: 1000;
   width:100%;
   height:77px;
   box-shadow: 0px 4px 12px -8px #000000;
}
.navbar-nav {
    margin: 0 auto;
	background-color: #eff2f7;
}
.img-pre-nav img{
    border-radius: 10px;
    width: 40px;
    right: 0;
}
.logo {
    margin-left: -15px;
}
a {
    color: #1b1e21;
}
#button-up {
    display: none;
    right: 50px;
    margin: 0;
    position: fixed;
	z-index: 1000;
    bottom: 50px;
    outline:none;
    width: 30px;
    color: #333333;
    line-height: 30px;
    text-decoration: none;
    text-align : center;
    background: #FCD015;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 4px #999;
    -webkit-box-shadow: 0 2px 4px #999;
    -moz-box-shadow: 0 2px 4px #999;
    -o-box-shadow: 0 2px 4px #999;
    cursor:pointer;
}
/*  -------------------------------------------------------------------------------------------------------------------   */
/*  --------------------------------------------------  О НАС       -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.about {
    padding: 60px 0;
    background: url("../img/back-first.jpg") no-repeat;
    background-position: right;
	margin-top: 77px;
}
.about-img {
    width: 100%;
}
.about-text {
    font-size: 24px;
    font-weight: bold;
    line-height: 1,1;
    text-transform: uppercase;
    margin-top: 70px;
}
#about-btn {
    font-size: 24px;
}
/*  -------------------------------------------------------------------------------------------------------------------   */
/*  --------------------------------------------------  СКИДКИ       -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.discount {
    background: linear-gradient(0deg, #005A99, #002845);
    padding: 15px 0;
}
.desc-discount {
    color: #fff;
    font-weight: bold;
    font-size: 23px;
}
.count-discount {
    color: #FDD424;
    font-weight: bold;
    font-size: 30px;
}
.btn-discount {
    color: #fff;
    font-weight: bold;
    background: #F67D02; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,125,2,1) 0%, rgba(255,218,71,1) 86%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,125,2,1) 0%,rgba(255,218,71,1) 86%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,125,2,1) 0%,rgba(255,218,71,1) 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767',GradientType=0 );
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.discount .form-control{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 240px;
    float: left;
}

/*  -------------------------------------------------------------------------------------------------------------------   */
/*  --------------------------------------------------  УСЛУГИ       -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.service {
    padding:  60px 0;
    background-color: #0092D1;
}
.service h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.service .service-item {
    cursor: pointer;
}
.service div {
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.service-img img {
    width: 60%;
}
.service-img {
    padding-top: 20px;
    background: linear-gradient(90deg, #FCD015, #FFDE4A);
    border-radius: 60px;
    height: 100px;
    width: 100px;
    margin: 40px auto 0 auto;
    -webkit-box-shadow: 10px 10px 46px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 46px -2px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 46px -2px rgba(0,0,0,0.75);
}
.service .service-img {
	padding-top: 30px;
}
.service-text {
    font-size: 14px;
    margin-bottom: 20px;
    height: 40px;
	margin-top: 20px;
}
.price-content {
    position: absolute;

}
.srv-count {
    top: -240px;
    left: 25px;
    display: inline-block;
    padding: 7px 15px;
    width: 110px;
    text-align: center;
    position: relative;
    color: #000 !important;
    background-color: #fefefe;
    -webkit-box-shadow: 10px 10px 46px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 46px -2px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 46px -2px rgba(0,0,0,0.75);
    opacity: 0;

}
.srv-count::before, .srv-count::after {
    content: '';
    position: absolute;
    left: 45px;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid green;
}
.srv-count::after {
    border-top: 10px solid white;
    bottom: -19px;
}
.service-item:hover .srv-count{
    opacity: 1;
}

/*  -------------------------------------------------------------------------------------------------------------------   */
/*  --------------------------------------------------  МАРКИ       -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.brand {
    padding: 60px 0;

}
.brand h2 {
    width: 100%;
    text-align: center;
    color: #005A99;
    text-transform: uppercase;
    font-weight: bold;
}
#brand div {
    margin-bottom: 60px;
}
#brand div img {
    height: 50px;
    display: block;
    margin: 0 auto;
}
/*  -------------------------------------------------------------------------------------------------------------------   */
/*  --------------------------------------------------  БЫСТРАЯ ПОМОЩЬ -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.fast-help {
    padding-top: 120px;
    background: linear-gradient(0deg, #005A99, #002845);
    color: #fff;
}
.fast-help .img {
    width: 130%;
}
.fast-help h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.fast-help h4 {
    font-size: 23px;
}
.fast-help h5 {
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 2px solid #fff;
}
.fast-help i{
    position: absolute;
    color: #CCCCCC;
    z-index: 100;
    top: 10px;
    left: 15px;
}
.fast-help .form-group {
    position: relative;
}
.fast-help .form-control {
    padding-left: 40px;
}
.btn-fast {
    color: #fff;
    font-weight: bold;
    background: #F67D02; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,125,2,1) 0%, rgba(255,218,71,1) 86%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,125,2,1) 0%,rgba(255,218,71,1) 86%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,125,2,1) 0%,rgba(255,218,71,1) 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767',GradientType=0 );
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}

/*  -------------------------------------------------------------------------------------------------------------------   */
/*  --------------------------------------------------  ПОЧЕМУ НАМ ДОВЕРЯЮТ -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.trust {
    padding:  60px 0;
    background-color: #0092D1;
    text-align: center;
    color: #fff;
}
.trust h2 {
    text-transform: uppercase;
    font-weight: bold;

}
.trust .service-img img {
    width: 70%;
}
.service-img {
    padding-top: 20px;
    border-radius: 80px;
    height: 140px;
    width: 140px;
    margin: 40px auto 0 auto;
}
.service-text {
    font-size: 23px;
    margin-bottom: 40px;
    font-weight: bold;
}

/*  -------------------------------------------------------------------------------------------------------------------   */
/*  -------------------------------------------------- У НАС АВТОРИТЕТНЫЕ КАДРЫ -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */

.work {
    padding: 60px 0;
    position: relative;
    background-color: #EFF2F7;
}
.work h2 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #005A99;
}
.work-line {
    width: 120px;
    display: block;
    margin: 0 auto 50px auto;
}
.inverted {
    filter: invert(100%);
}
.work-img {
    width: 100%;
}
.work-img img {
    width: 100%;
}
.work-text {
    padding-top: 40px;
}
.work-text h4{
    text-transform: uppercase;
    font-weight: bold;
}
.work-text h5 {
    color: #808080;
    font-size: 15px;
}
.work-text p{
    font-size: 23px;
}
.arrow {
    background: #F67D02; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,125,2,1) 0%, rgba(255,218,71,1) 86%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,125,2,1) 0%,rgba(255,218,71,1) 86%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,125,2,1) 0%,rgba(255,218,71,1) 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767',GradientType=0 );
    color: #fff;
    border: none;
    font-size: 30px;
    padding: 3px 19px;
    border-radius: 50px;
    position: absolute;
    top: 150px;
    transition-duration: 0.3s;
    cursor: pointer;
    outline:none !important;
}
.arrow:hover {
    background: #EBECF5;
}

/*  -------------------------------------------------------------------------------------------------------------------   */
/*  -------------------------------------------------- НАМ ДОВЕРЯЮТ -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.trust-our {
    padding: 60px 0;
    position: relative;

}
.trust-our h2 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #005A99;
}
.work-line-swipe {
    width: 120px;
    display: block;
    margin: 20px auto 0 auto;
}
.trust-our-img {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 10px auto;
}
.trust-our-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition-duration: 0.3s;
    cursor: pointer;
}
.trust-our-img img:hover {
    opacity: 1;
}
#trust-img1 {
    background: url("../img/logo1.png");
    background-size: contain;
}
#trust-img2 {
    background: url("../img/logo2.png");
    background-size: contain;
}
#trust-img3 {
    background: url("../img/logo3.png");
    background-size: contain;
}
#trust-img4 {
    background: url("../img/logo4.png");
    background-size: contain;
}


/*  -------------------------------------------------------------------------------------------------------------------   */
/*  -------------------------------------------------- НЕВЫДУМАННЫЕ ОТЗЫВЫ -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.comment {
    padding: 60px 0;
    background-color: #005A99;
    color: #fff;
    position: relative;
}
.comment h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.comm-img {
    height: 330px;
    margin-bottom: 20px;
    position: relative;
}
.comm-img a {
    display: block;
    height: 320px;
    width: 80%;
    position: relative;
    margin: 0 auto;
}
.comm-img img{
    height: 100%;
    margin-left: 60px;
}
#look {
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -30px;
    margin-top: -30px;
    transition-duration: 0.3s;

}
.opacity-look {
    width: 100%;
    height: inherit;
    opacity: 0;
    transition-duration: 0.3s;
}
.opacity-look:hover {
    background-color: rgba(0,0,0,0.64);
    opacity: 1;
}

.comm-text {
    text-align: center;
}
.comm-text span{
    font-weight: bold;
    color: #FCD015;
}
.slide-comment,
.slide-work{
    width: 80%;
    margin: 0 auto;
}
.prev {
    left: -100px;

}
.next {
    right: -100px;

}
/*  -------------------------------------------------------------------------------------------------------------------   */
/*  -------------------------------------------------- ПРИМЕРЫ РАБОТ  -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.example {
    padding: 60px 0;
}
.example h2 {
    text-align: center;
    text-transform: uppercase;
    color: #005A99;
    font-weight: bold;
}
.nav-item .active {
    background: #003459 !important; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,52,89,1) 0%, rgba(0,154,220,1) 86%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,52,89,1) 0%, rgba(0,154,220,1) 86%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,52,89,1) 0%, rgba(0,154,220,1) 86%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767',GradientType=0 );
}
.btn-fast:focus {
    color: #fff;
}
.comm-img {
    height: 270px;
}
.example .comm-img a {
    display: block;
    height: 260px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.tab-content {
    padding-top: 40px;
}
/*  -------------------------------------------------------------------------------------------------------------------   */
/*  -------------------------------------------------- МЫ В ЦИФРАХ   -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.we-number {
    padding: 60px 0;
    background-color: #009EE1;
    color: #fff;
}
.we-number h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.number {
    text-align: center;
}
.number h5 {
    font-weight: bold;
    font-size: 90px;
}
.number span {
    font-size: 25px;
}
/*  -------------------------------------------------------------------------------------------------------------------   */
/*  -------------------------------------------------- ЦЕНЫ НА УСЛУГИ   -----------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.price {
    padding: 60px 0;
    background-color: #0092D1;
}
.price h2{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.panel-heading {
    background: linear-gradient(0deg, #005A99, #002845);
    color: #fff;
    padding: 20px 40px;
}
.panel-heading .btn-fast {
    float: left;
    margin: 0;
    border-radius: 60px;
    font-size: 40px;
    width: 52px;
    height: 52px;
    padding: 0;
    position: relative;
}
.panel-heading .btn-fast img{
    top: 10px;
    left: 7px;
    position: absolute;
}
.panel-heading h5{
    float: left;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 10px;
    margin-left: 30px;
}
.panel-collapse {
    padding: 20px;
}
.panel-body .table thead{
    font-size: 20px;
    color: #B3B3B3;
}
.price-service {
    font-weight: bold;
    text-align: center;
}

/*  -------------------------------------------------------------------------------------------------------------------   */
/*  ------------------------------------------- ЗАКАЗАТЬ ОБСЛУЖИВАНИЕ КОМПА  ----------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
.diagnostic {
    padding-top: 120px;
    background: linear-gradient(0deg, #005A99, #002845);
    color: #fff;

}
.img {
    width: 100%;
}
.diagnostic h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.diagnostic h4 {
    font-size: 23px;
}
.diagnostic h5 {
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 2px solid #fff;
}
.diagnostic i{
    position: absolute;
    color: #CCCCCC;
    z-index: 100;
    top: 10px;
    left: 15px;
}
.diagnostic .form-group {
    position: relative;
}
.diagnostic .form-control {
    padding-left: 40px;
}
/*  -------------------------------------------------------------------------------------------------------------------    */
/*  ----------------------------------------------------- КОНТАКТЫ   -------------------------------------------------     */
/*  ------------------------------------------------------------------------------------------------------------------     */
#map {
    height: 800px;
}
#map .container {
    position: relative;
}
.contact {
    width: 500px;
    height: 530px;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    padding: 20px;
    top: 100px;
    border-top: 10px solid #005A99;
}
.contact h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #005A99;
}
.adress,
.phone,
.mail,
.social {
    height: 70px;
}
.phone .text-contact{
    font-size: 26px;
}
.image-contact,
.text-contact {

}
.image-contact {
    width: 20%;
    float: left;
    text-align: center;
}
.text-contact {
    width: 80%;
    float: right;
}
footer {
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #E6E6E6;
}
footer h6 {
    margin-bottom: 0;
    font-size: 20px;
}
.social h6{
    font-weight: bold;
    margin-bottom: 30px;
}
.social img {
    margin-right: 6px;
    border-radius: 7px;
}
.modal-body input {
    margin-bottom: 20px;
}

.modal-body form {
    padding: 0 40px;
}
.modal-body button {
    display: block;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    .fast-help,
    .diagnostic{
        background-position-x: -400px;
    }
}

@media (max-width: 1200px) {
    .fast-help,
    .diagnostic {
        background-position-x: -500px;
    }
    .fast-help .img{
        width: 120%;
    }
}

@media (max-width: 1024px) {
    .download-price {
       margin-left: 20px;
    }
    .nav-item {
        margin: auto 20px;
    }
    .about-text {
        margin-top: 30px;
    }
    .desc-discount {
        font-size: 18px;
    }
    .count-discount {
        font-size: 21px;
    }
    .fast-help,
    .diagnostic{
        padding: 80px 0;
        background-position-x: -500px;
    }
    .diagnostic h2{
        text-align: center;
    }
    .diagnostic {
        background-position-x: -600px;
    }
    .img {
        display: none;
    }
    .comm-img {
        height: 250px;
    }

}

@media (max-width: 768px) {
    .logo {
        opacity: 0;
    }
	.modal-content{
		width: auto; max-width: 100%;
	}
	.service-text{
		height: auto;
		margin-bottom: 20px;
		    font-size: 16px;
	}
	.phone .text-contact {
    font-size: 20px;
}
.btn-discount{
	border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.discount .form-control{
	border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;	
}
    .about-img {
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    .sex {
    opacity: 1;
    }
    .nav-item {
        margin-bottom: 20px;
    }
    .discount {
        text-align: center;
    }
    .discount form {
        margin-top: 10px;
    }
    .discount input[type="text"] {
        display: inline-block;
        float: none;
        margin: 0 auto;
    }
    .discount input[type="submit"] {
        margin-top: 5px;
    }
    .fast-help {
        padding: 30px 0;
        background-position-x: -700px;
    }
    .fast-help h5 {
        font-size: 23px;
    }
    .diagnostic h5 {
        font-size: 22px;
    }
    .comm-img {
        height: 180px;
    }
    .nav-item>.btn  {
        font-size: 15px;
    }

    .example .comm-img a {
        height: 190px;
    }
    .number span {
        font-size: 16px;
    }
	.price{
		padding-bottom:0px;
	}
    .name-price {
        padding-left: 80px;
    }
    .diagnostic {
        background-position-x: -800px;
         padding: 30px 0 90px;
    }
    .contact {
        margin: 0 auto;
        position: relative;
        top: 0;
        border-top: none;
    }

}

@media (max-width: 500px) {
    .about-text {
        text-align: center;
        font-size: 20px;
    }
	.name-price { 
	padding-left: 0;
	}
	.btn-nav {
        right: 0;
        top: 25px;
    }
    .panel-heading h5 {
        width: 70%;
		font-size: 18px;
    }
    .discount .form-control {
        width: 200px;
    }
    .desc-discount {
        font-size: 14px;
    }
    .about-img {
        width: 100%;
    }
    .count-discount {
        font-size: 17px;
    }
    .brand h2,
    .fast-help h2,
    .trust h2,
    .work h2,
    .trust-our h2,
    .comment h2,
    .example h2,
    .diagnostic h2{
        font-size: 18px;
    }
    .fast-help h4,
    .work-text p{
        font-size: 15px;
    }
    .fast-help h5 {
        font-size: 24px;
        text-align: center;
    }
    .contact {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .fast-help h5 {
        margin-top: 0;
    }
    .comm-img {
        height: 300px;
    }
    .comm-img a {
        height: 100%;
    }
    .example .comm-img a {
        height: 95px;
    }
    .example-img{
        height: 95px !important;
    }
	.logo {
		opacity: 1;
		height: 35px;
		position: absolute;
		left: 90px;
		top: 13px;
	}
	#mobile-nav {
		display: none;
	}
	#nav-btn {
		right: 15px;
		top: 22px;
		font-size: 14px;
		position: absolute;
	}
	.navigate {
		padding-top: 12px;
	}
	.nav-text {
		padding-top: 0;
	
	}
	.nav-text span{
		font-size:  18px;
	}
	.mobile-phone {
		padding: 15px;
	}
	.desctop-call {
		display: none; 
	}
	.navbar-collapse {
		padding-top: 20px;
	}
}

@media (max-width: 370px) {
    .btn-nav {
        font-size: 12px;
    }
}