body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden; 
}

p, ul, h1, h2, h3 {
    margin: 0;
}

.form-group {
    padding: 0 5px;
}

.orangeBtn {
    background-color: #1428a0;
    padding: 7px;
    border: none;
    color: #fff;
    transition: all 0.4s linear;
    display: inline-block;
}

.orangeBtn:hover {
    background-color: #004094;
    color: #fff;
    text-decoration: none;
}

.title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 40px;
}

.darkTitle {
    color: #292929;
}

.lightTitle {
    color: #fff;
}

header {
    position: relative;
}

.hamburger {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
    background: #1428a0;
}

.header {
    padding: 20px 0;
    
}



.logo {
    margin-bottom: 10px; 
}

.logo-inner {
    padding: 0 15px;
}

.logo-inner a {
    color: #000;
    text-decoration: none;

}

.logo-inner a:hover {
    color: #000;
    text-decoration: none;
}

.logo-inner p {
    display: inline-block;
}

.adress {
    text-align: center;
}

.adress .way-scheme {
    display: inline-block;
    padding: 5px 10px;
    background-color: #fcf2ec;
    color: #1428a0;
}

.phone-block {
    text-align: right;
}

.phone-block a {
    display: inline-block;
}

.phone-block .phone {
    font-size: 21px;
    margin-right: 10px;
    color: #000;
    font-weight: 300;
}

.phone-block .callback {
    padding: 8px 15px;
    background-color: #1428a0;
    color: #fff;
    text-decoration: none;
}

.mnu-wrap {
    width: 100%;
    background-color: #f8f8f8;
}

.main-mnu {
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.main-mnu-mobile {
    list-style: none;
    text-align: center;
    padding: 0;
    display: none;
    transition: all 0.5s ease-out;
}

.main-mnu-mobile li {
    background-color: #1428a0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.main-mnu-mobile li:last-child {
    border: none;   
}

.main-mnu-mobile li a {
    color: #fff;
}

.main-mnu li {
    list-style: none;
    padding: 10px 0; 
}

.main-mnu a {
    color: #000;
        padding: 11px 10px;
}

.main-mnu a:hover {
        background: #1428a0;
        color: #fff;
        text-decoration: none;
}

.main-section {
    min-height: 500px;
    background: url(../img/section-1-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}

.main-sec-content {
    padding: 50px 0;
}

.main-title {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
}

.sub-title {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.orderForm {
    margin-top: 30px;
    padding: 15px;
}

.orderForm .formTitle {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px;
}

.orderForm .saleNumber {
    display: inline-block;
    padding: 6px 4px;

    background-color: #1428a0;
    border-radius: 50%;
}

.orderForm .form-group {
    margin: 0 auto;
    max-width: 300px;
    padding-bottom: 10px;
}

.form .form-control {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
}

.orderForm .orangeBtn {
    width: 100%;
}

.tisersWrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 0;
}

.tisersWrapp .tisersItem {
    text-align: center;
    max-width: 160px;
    padding: 10px 0;
}

.tisersWrapp .tisersItem .tiserImg {
    min-height: 50px;
}

.tisersWrapp .tisersItem .orangeText {
    font-weight: 600;
    color: #1428a0;
}

.services .servicesWrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.servicesWrapp .service-item {
    width: 400px;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
}

.servicesWrapp .serviceImg {
    position: relative;
    width: 300px;
    height: 250px;
    background: #f8f8f8;
    margin: 0 auto;
}

.service-item .serviceImg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
    
}

.services.service-grid .service-item img {
    width: 80%;
}

.service-item .servicetitle {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.4s ease-out;
}

.service-item .serviceprice {
    text-align: center;
}

.service-item .serviceOverlay {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 300px;
    height: 250px;
    padding: 10px;
    transform:translate(-50%, 50%);
    opacity: 0;
    text-align: center;
    background-color: rgba(0,0,0, 0.6);
    transition: all 0.6s ease-out;
}


.service-item .serviceOverlay p {
    color: #fff;
    font-size:  16px;
    padding-top: 30px;
}

.serviceOverlay .orangeBtn {
    margin-top: 15px;
}

.service-item:hover .servicetitle {
    color: #1428a0;
}

.service-item:hover .serviceOverlay {
    transform:translate(-50%, 0);
    opacity: 1;
}

.banner-1 {
    padding: 7px;
    background: url(../img/banner-1.jpg);
    text-align: center;
}

.banner-1 .title {
    padding-bottom: 10px;
}

.banner-1 {
    color: #fff;
}

.sale-form {
    padding-top: 10px;
}

.advantages {
    padding: 30px 0;
}

.advantages .title  {
    padding-bottom: 15px;
}

.advantages .advantages-wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 0;
}

.advantages-wrapp .advantageItem {
    text-align: center;
    width: 230px;
    padding: 25px 10px;
    margin-bottom: 40px;
    background-color: #f8f8f8;
    transition: all 0.4s ease-in;
    position: relative;
}

.advantageItem .advantageImg {
    min-height: 50px;
}

.advantageItem .advantage-title {
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 15px;
}
.advantageItem .orangeBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #004094;
    width: 100%;
    transition: all 0.3s ease-out;
}

.advantageItem:hover {
    background-color: #1428a0;
    color: #fff;
}

.advantageItem:hover .orangeBtn {
    bottom: -34px;
    opacity: 1;
}

.how-we-work .title {
    padding-bottom: 0;
}

.how-items-wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 0;
}

.how-items-wrapp .howItem {
    width: 250px;
    text-align: center;
    padding: 15px 0;
}

.howItem .howImg {
    padding-bottom: 10px;
    min-height: 63px;
}

.howItem .howText {
    position: relative;
}

.howItem .howText .count {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 30px;
    padding-top: 5px;
    background: #1428a0;
    color: #fff;
    border-radius: 50%;
}
.testemonials {
    color: #fff;
    background: url(../img/banner-2.jpg);
    padding: 15px 0;
    margin-bottom: 50px;
}

.testemonials .slider {
    position: relative;
    padding: 40px 0;
}

.testemonials .slick-slide {
    height: auto!important;
}

.testemonials .slide-text {
    padding: 15px 25px;
    padding-left: 50px;
    position: relative;
    line-height: 28px;
}

.testemonials .slide-text:before {
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 20px;
    background: url(../img/cov.png);
}

.testemonials .slide-img {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 0;
    overflow: hidden;
}

.testemonials .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
}
.testemonials .slick-dots li.slick-active button:before {
    background: #fff;
}

.testemonials .slick-arrow:before {
    content: '';
    width: 16px;
    height: 30px;
    display: inline-block;
}

.testemonials .slick-next:before {
    background: url(../img/right-arrow.png);
}

.testemonials .slick-prev:before {
    background: url(../img/left-arrow.png);
}

.grid-testemonials {
    background: none;
    color: #000;
    padding-top: 30px;
}

.grid-testemonials .slide-img {
    border: 2px solid #1428a0;
}

.grid-testemonials .slide-text:before {
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 20px;
    background: url(../img/cov_orange.png);
}

.grid-testemonials .person {
    font-weight: 600;
    font-size: 16px;
}

.testemonials-item {
    background: #f8f8f8;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 15px;
}



.text-content {
    padding-bottom: 30px;
}

.text-content .text {
    text-align: justify;
}

.banner-3 {
    background: url(../img/banner-3.jpg);
    color: #fff;
    position: relative;
    padding-top: 29px;
     
}

.baner3-img {
    position: absolute;
    bottom: 0;
    left: 15%;
}

.banner-main {
    color: #fff;
    background: url(../img/banner-tablet.jpg);
}

.banner-tv {
    background: url(../img/banner-tv.jpg);
}

.banner-nout {
    background: url(../img/banner-nout.jpg);
}

.banner-phone {
    background: url(../img/banner-phone.jpg);
}

.banner-tablet {
    background: url(../img/banner-tablet.jpg);
}

.banner-audio {
    background: url(../img/banner-audio.jpg);
}

.banner-bracer {
    background: url(../img/banner-bracer.jpg);
}

.banner-radiophone {
    background: url(../img/banner-radiophone.jpg);
}

.banner-coffe {
    background: url(../img/banner-coffe.jpg);
}

.banner-britva {
    background: url(../img/banner-britva.jpg);
}

.banner-dvd {
    background: url(../img/banner-dvd.jpg);
}

.banner-cd {
    background: url(../img/banner-cd.jpg);
}

.banner-acustic {
    background: url(../img/banner-acustic.jpg);
}

.banner-multiroom {
    background: url(../img/banner-multiroom.jpg);
}

.banner-music {
    background: url(../img/banner-music.jpg);
}

.banner-item-1 {
    background: url(../img/banner-item-1.jpg);
    min-height: 260px
}
.banner-item-2 {
    background: url(../img/banner-item-2.jpg);
    min-height: 260px
}

.banner-item-3 {
    background: url(../img/banner-item-3.jpg);
    min-height: 260px;
}

.banner-item-4 {
    background: url(../img/banner-item-4.jpg);
    min-height: 260px;
}

.banner-item-5 {
    background: url(../img/banner-item-5.jpg);
    min-height: 260px;
}

.banner-item-6 {
    background: url(../img/banner-item-6.jpg);
    min-height: 260px;
}

.banner-item-7 {
    background: url(../img/banner-item-7.jpg);
    min-height: 260px;
}

.banner-item-8 {
    background: url(../img/banner-item-8.jpg);
    min-height: 260px;
}

.banner-item-9 {
    background: url(../img/banner-item-9.jpg);
    min-height: 260px;
}

.banner-item-10 {
    background: url(../img/banner-item-10.jpg);
    min-height: 260px;
}

.banner-item-11 {
    background: url(../img/banner-item-11.jpg);
    min-height: 260px;
}

.banner-item-12 {
    background: url(../img/banner-item-12.jpg);
    min-height: 260px;
}

.banner-item-13 {
    background: url(../img/banner-item-13.jpg);
    min-height: 260px;
}

.banner-item-14 {
    background: url(../img/banner-item-14.jpg);
    min-height: 260px;
}

.ceny .banner-main {
    background: url(../img/banner-main-ceny.jpg);
}

.smartfony .banner-main {
    background: url(../img/banner-question.jpg);
}

.banner-main .banner-main-content {
    padding: 50px 0;
    text-align: center;
}

.banner-main-content .title {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
}



.banner-main .banner-btn {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}

.banner-main .banner-text {
    padding-top: 10px;
}

.banner-3-content .title {
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 0;
}

.banner-3-content {
    padding: 30px 0;
}

.banner-3-content p { 
    text-align: center;
}

.banner-3-form {
    padding: 10px 0;
    text-align: center;
}

.banner-3-form .form-control {
        border-radius: 0;
        background: #fff;
        color: #000;
}

.banner-3-form .orangeBtn {
    border: 1px solid #fff;
    display: block;
    margin: 10px auto;
}

.banner-3-content .subtitle {
    font-size: 18px;
}

.coment-wrapp {
    text-align: center;
    padding: 10px;
    background: #f8f8f8;
}

.coment-wrapp .subtitle {
    text-align: left;
    padding: 15px 0;
    font-size: 18px;
}

.coment-wrapp .form-group {
    width: 33%
}

.coment-wrapp .form-control {
    border: none;
    background: transparent;
    border-bottom: 1px solid #000;
    color: #000;
    border-radius: 0;
    box-shadow: none;
    width: 90%;
}

.coment-wrapp .form-control::-moz-placeholder {
    color: #000;
}

.coment-wrapp textarea {
    margin-top: 15px;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    background: transparent;
}

.coment-wrapp .orangeBtn {
    margin-top: 10px;
}

.question {
    padding: 20px 0; 
    background: url(../img/banner-question.jpg) no-repeat;
}

.question .title {
    padding-bottom: 15px;
}

.question-form textarea {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: 1px solid #000;
}

.question-form .form-group {
    padding: 10px 0 0 0;
}

.question-form .form-control {
    background: transparent;
    border: 1px solid #000;
    border-radius: 0;
}

.question-form .orangeBtn {
    padding: 7px 25px;
}

.service-grid .servicesWrapp {
    padding: 50px 0;
}

.service-grid .servicesWrapp .service-item {
    width: 230px;
    overflow: hidden;
    padding: 10px 15px;
}




.service-grid .servicesWrapp .serviceOverlay {
    width: 230px;
    left: 53%;

}

.service-grid .servicesWrapp .serviceImg {
    width: 230px;
    overflow: hidden;
}

.ceny .advantages-wrapp {
    display: block;
}

.ceny .advantages-wrapp .advantageItem {
    width: 100%;
}

.ceny .question, .contacts .question {
    background: url(../img/banner-question-ceny.jpg);
}

.ceny .question .title,
.contacts .question {
    color: #fff;
}

.ceny .question .form-control,
.ceny .question textarea,
.contacts .question .form-control,
.contacts .question textarea {
    background: #fff;
}



.service-grid .servicesWrapp .serviceOverlay p {
    font-size: 14px;
    padding-top: 10px;
}

.table-price {
    padding-top: 30px;
}

.price-table .table-price th {
    border-bottom: 2px solid #1428a0;
}

.contact-info p {
    text-align: center;
}

.map {
    padding: 20px 0;
    position: relative;
}

.map-info {
    position: absolute;
    top: 100px;
    left: 80px;
    background: #fff;
    padding: 20px;
}

.map-info p {
    padding-bottom: 15px;
    padding-left: 15px;
    max-width: 280px;
}

.contacts .title {
    padding: 15px 0;
}

.callback-form {
    width: 300px;
    margin: 0 auto;
    padding: 35px 35px 20px 35px;
    background: #fff;
    text-align: center;
    position: relative;
}

.message {
  margin: 0 auto;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  display: none;
}

.show {
  display: block;
}


footer {
    padding: 20px 0;
    color: #6d6d6d; 
}

footer .logo img {
    float: left;
}

footer .logo p {
    padding-left: 10px;
    padding-bottom: 5px;
}

footer  a {
    color: #6d6d6d;
}

.footer-mnu-wrapp p {
    font-weight: 600;
}

.footer-mnu {
    padding: 0;
    list-style: none;
    column-count: 2;
    -webkit-column-count:2;
    -moz-column-count:2;
}

footer .adress {
    padding-top: 10px;
}

footer .phone-block {
    text-align: center;
    padding-top: 10px;
} 

.form-control-1 {
       display: block;
       width: 100%;
       height: 34px;
       padding: 6px 12px;
       font-size: 14px;
       line-height: 1.42857143;
       color: #000;
       background-color: #fff;
       background-image: none;
       border: 1px solid #ccc;
       border-radius: 4px;
       -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
       -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
       transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.acceptBlock {
       width: 10%;
       display: inline-block;
       vertical-align: top;
}

.accept-group label {
      font-size: 11px;
      width: 85%;
      display: inline-block;
}

.accept-group a {
     color: #cfd5f9;
}

.predator-wrap {
  display: flex;
}

.predator-item {
  margin: 0 auto;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 27px;
    display: none;
    text-indent: -9999px;
    background: url('../img/icon_top.png') no-repeat;
}

/* -----------MEDIA--------------- */

@media (max-width: 768px) {
    .footer-mnu-wrapp {
        text-align: center;
        padding: 10px 0;
    }
    footer .logo img {
        float: none;
    }
    .coment-wrapp .form-group {
        width: auto;
    }
    .banner-main .banner-main-content {
        background: none;
        color: #000;
    }

    .banner-main .banner-main-content .title {
        color: #000;
    }

    .banner-main .banner-main-content a {
        color: #000;
        border-color: #000;
    }
}

@media (max-width: 992px) {
    
    .phone-block, .logo {
        text-align: center;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    
    .phone-block .phone {
        font-size: 17px;    
    }

}


.rights {
    margin: 0;
}
.footer .slogo {
    text-align: center;
    font-size: 14px;
    margin: 8px 0 10px;
}

footer .logo-inner {
    display: flex;
    flex-direction: column;
}