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

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

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

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

.orangeBtn:hover {
    background-color: #801535;
    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: #D3003F;
}

/*.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: #D3003F;
}

.phone-block {
    text-align: right;
    margin-top:30px;
}

.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: #D3003F;
    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: #D3003F;
    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: #D3003F;
        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-top: 100px;
}

.main-sec-form {
        float: right;
}

.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: #D3003F;
    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;
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
}

.tisersWrapp .tisersItem {
    text-align: center;
    max-width: 195px;
    padding: 10px 0;
        border: 2px solid #D3003F;
        border-radius: 2px;
        background: #F8F8F8;
        margin-bottom: 10px;
}

.tisersItem .tiserText {
       -webkit-transform: skew(-20deg);
       -moz-transform: skew(-20deg);
       -o-transform: skew(20deg);
}

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

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

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

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


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

.tisersWrapp-2 .tisersItem .orangeText {
    font-weight: 600;
    color: #D3003F;
}

.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%);
    
}

.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: #D3003F;
}

.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: red;
    width: 100%;
    transition: all 0.3s ease-out;
}

.advantageItem:hover {
    background-color: #D3003F;
    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: 12;
    left: 30px;
    padding-top: 5px;
    background: #D3003F;
    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;
        width: 100px;
    height: 100px;
}

.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 #D3003F;
}

.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-main.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-hyrobord {
    background: url(../img/hyrobord-audio.jpg);
}

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

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

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

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

.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;
    background: url(../img/banner-content-bg.png);
}

.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 #D3003F;
}

.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 {
        margin-top: 22px;
}

footer .logo img {
    float: left;
}

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

footer  a {
    color: #6d6d6d;
}

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

footer .phone-block p {
 padding-top: 10px;
}

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

.footer-mnu {
    padding: 0;
    list-style: none;
       text-align: center;
}

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;
}

.predator-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-around ;
align-items:center;
}


.predator-item {
padding: 15px;
width: 200px;
text-align: center;
background-size: cover;
}

.predator-item:hover {
background: url(../img/PredatorLogo1.png);
background-size: cover;
}

.predator-item a {
display: inline-block;
margin-top: 10px;
color: #4c4c4c;
}

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

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

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

.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;    
    }

}

@media (max-width: 991px)  {
    
                .main-sec-form {
         float: none;
    }

}

@media (min-width: 992px)  {
    
    .main-sec-form {
        padding-top: 150px; 
    }

}






















.banner-1 {
    padding: 8px;
    background: url(../img/banner-1.jpg);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.banner-3 {
    background: url(../img/banner-3.jpg);
    color: #fff;
    position: relative;
    padding-top: 0px; 
    background-repeat: no-repeat;
    background-size: cover;
}

.tisersWrapp-2 .tisersItem {
    text-align: center;
    padding: 15px 0;
    width: 150px;
}

.header .logo-inner img {
    margin-left: 4%;
    width: 100px;
}


header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: rgb(255 255 255);
    z-index: 100;
    box-shadow: 2px 0 5px rgb(0 0 0 / 50%);
}


.otstup{
    height:157px;
}

@media (min-width: 320px) and (max-width: 991px){
.otstup{
    height:150px;
}
}
/* BUTTONS */

.my__btn {
    outline: none;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    color: white;
    max-width: 100%;
    display: inline-block;
    padding: 1px 4px;
    background-color: #D3003F;
    white-space: nowrap;
    transition: .2s ease-in-out;
    border: 1px solid;
    overflow: hidden;
    position: relative;
    width: 110px;
    float: right;
    margin-right: 11%;
}

@media (max-width: 519px) {
    .my__btn {
        width: 94px;
    }
}

@media (max-width: 413px) {
    .my__btn {
        width: 81px;
    }
}

@media (max-width: 395px) {
    .my__btn {
        width: 70px;
        font-size: 10px;
        white-space: nowrap;
    }
}

@media (max-width: 385px) {
    .table>tbody>tr>td {
        padding: 4px;
    }
}

@media (max-width: 353px) {
    .table>tbody>tr>td {
        padding: 4px;
    }
}
@media(max-width:991px){
    .orderForm {
    margin-top: 30px;
    margin-left: 0%;
    padding: 15px;
}
   
}


/* CONTACT FORM */

.contactsInfo {
  display: flex;
  justify-content: space-around;
}
 
.contactsInfo-info {
  width: 500px;
  border:  2px solid #D3003F; /*цвет бордера МЕНЯТЬ*/ 
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 20px;
  margin-bottom: 15px;
}
 
.contactsInfo-info p{
  display: block;
  width: 100%;
text-align:center
}
 
.contactsInfo-form {
  width: 500px;
  border: #D3003F 2px solid; /*цвет бордера МЕНЯТЬ*/ 
  border-radius: 5px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: 20px;
}
 
.contactsInfo-form label {
  margin-top: 5px;
}
 
.contactsInfo-form-input {
  display: block;
  margin: 2px 0px;
  font-size: 16px;
  margin: 0 auto;
  width: 300px;
}
 
.contactsInfo-form-input input {
  display: block;
  width: 300px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  margin-right: 30px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D3003F;
  border-radius: 4px;
}

@media (max-width: 991px) {
.contactsInfo {
    flex-wrap: wrap;
  }
 
  .contactsInfo-info {
    margin: 0px 5px 10px;
  }
 
  .contactsInfo-form {
    margin: 0px 5px;
    margin-bottom: 20px;

  }
}
/* МАСТЕРА */
.masters .title{
  padding-bottom: 0;
  margin-bottom: 0;
}

.masters-items-wrapp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
    width: 100%;
}

.master-item{
    color:#fff;
width: 230px;
margin: 10px 5px 0px 5px;
text-align: center;
padding: 15px 0;
background-color: #D3003F;
border-radius: 10px;
}

.masterName{
  font-size: 22px;
}

.masterImage{
  margin: 10px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.masterAbout{
  font-size: 18px;
}

.masterOpyt{
  font-size: 22px;
}


.form-group {
    margin-bottom: 15px;
    display: block;
    margin: 0 auto;
        margin-bottom: 5px;
}

.question-form .orangeBtn {
    padding: 7px 25px;
    display: block;
    margin: 0 auto;
}


.baner3-img {
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 300px;
}











.Sendmessage {
    display: flex;
    position: fixed;
    bottom: 0%;
    right: 30px;
    cursor: pointer;
    width: 260px;
    height: 50px;
    z-index: 100;
    border-top-left-radius: 15px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border: none;
    background: rgb(255, 0, 9);
    background: linear-gradient(90deg, rgba(255, 0, 9, 1) 0%, #D3003F 35%, #D3003F 100%);
}

.Sendmessage_phone {
    width: 55px;
    height: 55px;
}

.operator {
    font-size: 12px;
    font-weight: 600;
}

.otvet {
    color: #81909c;
    font-size: 11px;
    margin-top: 5px;
}

.online {
    width: 5px;
    margin-bottom: 22px;
    margin-left: 1px;
}

.SendMesslogo {
    width: 30px;
    margin-bottom: 16px;
    margin-left: 9px;
    border-bottom-left-radius: 5px;
}

.sendMessage img {
    width: 17px;
    height: 12px;
    align-self: center;
    margin: 0 17px;
}

.sendMessage p {
    color: #fff;
    align-self: center;
}


.messageBlock {
    right: 30px;
        bottom: -330px;
    display: none;
}
.messageBlock textarea:hover,
.messageBlock input:hover,
.messageBlock select:hover {
  border: 1px solid #0971ce;
}

.messageBlock textarea {
  height: 110px;
  resize: none;
  padding: 7px 8px;
  margin-bottom: 10px;
}

.messageBlock input,
.messageBlock select {
  margin: 10px 0;
}

.messageBlock input:first-child {
  margin: 0 0 10px;
}

.messageBlock select {
  color: #999;
  padding: 0 4px;
}

.messageBlock input[type="submit"] {
  font-size: 16px;
  border: none;
  margin: 10px auto 10px;
  display: block;
  color: white;
}

.messageBlock {
  width: 300px;
  height: 460px;
  position: fixed;
  bottom: -330px;
  right: 30px;
  background: #fff;
  border-radius: 4px 25px 4px 4px;
  z-index: 1000;
  border: 1px solid #D3003F;
  box-sizing: content-box;
}

.messageBlock img {
width: 34px;
    height: 25px;
    position: absolute;
    top: 0;
    left: -36px;
  border-radius: 50%;
  background: rgb(255 255 255 / 25%);
}

.messageBlock p:first-child {
  background: #D3003F;
  padding: 22px 0 18px 20px;
  color: #fff;
  border-radius: 4px 25px 0 0;
}

.messageBlock p:nth-child(2) {
  color: #D3003F;
  font-size: 16px;
  padding: 24px 20px;
}

.messageBlock form {
  margin: 0 20px;
}

.btnA,
.btnA:focus {
  width: 148px;
  height: 36px;
  padding: 8px 15px;
  display: block;
  border: none;
  margin: 0 auto;
  background-color: #D3003F;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0 5px 4px -4px #959da5;
  box-shadow: 0 5px 4px -4px #959da5;
}

.sendForm {
  display: block;
  width: 100%;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  padding: 0 8px;
}

input#name::placeholder {
  color: #969292;
}

input#phone::placeholder {
  color: #969292;
}

textarea#message::placeholder {
  color: #969292;
}
.scrollup {
    bottom: 60px;
}
.scrollup2 {
    bottom: 140px;
}

.scrollup2 {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 120px;
    border-radius: 50%;
    right: 27px;
    opacity: 0.3;
    text-align: center;
    color: #fff;
    text-indent: 9999px;
    background: url(../img/phone_icon_white.png) center no-repeat, #1a1a1a;
    z-index: 2;
    box-sizing: content-box;
   
}


@media(max-width:768px){
.Sendmessage{
    display:none;
}}



/ FORMA /

.whatBroken{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
}

.whatBrokenImage{
  width: 480px;
}

.whatBrokenImage-img{
  height: 100%;
  min-height: 400px;
}

.whatBroken .title{
  padding-bottom: 0;
}

.whatBroken form{
  width: 300px;
    display:inline;
}

.whatBroken-choice{
  align-items: center;
}

.whatBroken-label{
  display: block;
  font-size: 20px;
}

.whatBroken-input label{
  font-weight: normal;
  margin-left: 5px;
}

.whatBroken-input{
  display: block;
  margin: 7px 0px;
  font-size: 16px;
}

.whatBroken-progress{
  font-size: 20px;
  color:#4d4d4d;
margin-left: 50px;
}

.whatBroken-btn{
  width: 148px;
  height: 36px;
  padding: 8px 15px;
  display: block;
  border: none;
  margin: 0 auto;
  background-color: #4d4d4d;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  outline: none;
  margin-top: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
    .whatBrokenImage{
    display: none;
  }
}


.whatBroken {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
}











.phone-block .callback {
    padding: 0;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.phone-block {
    text-align: center;
    margin: 5px 0;
}

header .callback {
    padding: 8px 15px;
    background-color: #D3003F;
    color: #fff;
    text-decoration: none;
}

.adress {
    margin-top: 25px;
}

.logo-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-inner .callback {
    display: none;
}

@media (max-width: 768px) {
    .logo-inner .callback {
        display: block;
    }

    .logo-inner img {
        height: 49px;
        width: auto;
        margin-bottom: 10px;
    }

    .header .logo-inner p {
        display: none;
    }

    header .phone-block .callback {
        justify-content: space-evenly;
    }

    .header_contacts {
        font-size: 11px;
    }

    .Sendmessage {
        display: none !important;
    }

    .testemonials {
        background: gainsboro;
    }

    .banner-3 {
        background: gray;
    }

    footer .phone-block .callback {
        flex-direction: column;
        align-items: flex-end;
    }

    footer .phone-block {
        display: flex;
        justify-content: center;
    }

    .logo-inner a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.text-content .text {
    padding: 0 15px;
}

.phone-block a {
    color: #3b6fcf;
}

.testemonials-item {
    display: flex;
}

footer .logo,
footer .adress {
    margin-top: 0;
}

footer .phone-block {
    margin-top: -10px;
}


.phone-block {
    padding: 0;
}



.header_contacts {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    align-items: center;
    gap: 5px;
}

footer .phone-block p {
    padding: 5px 0;
}

.slogo {
    font-size: 20px;
    margin-top: 5px;
}

.adress {
    margin: 0;
}

.logo-inner {
    margin: 2px 0;
}

header .adress .callback {
    margin: 0 auto;
    display: block;
    width: 185px;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .logo-inner img {
        height: 32px;
    }

    .header_contacts,
    .callback .call,
    .callback .call span,
    .scrolledLogo img,
    .footer-callback p,
    .contact-info a {
        font-size: 11px;
    }

    .header .phone-block {
        flex-flow: column nowrap;
        margin: -7px 14px 3px;
    }
}

@media (max-width: 768px){
.logo-inner img {
    height: 34px;
    width: auto;
    margin-bottom: -8px;
    }
.header .phone-block {
    margin: 0 0 3px;
}

}