*:focus {
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    max-width: 1500px;
    margin: 0 auto;
}

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

.sendMessage {
    height: 38px;
    width: 266px;
    position: fixed;
    top: 50%;
    right: -114px;
    background: #F55200;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #F55200;
    border-radius: 4px 25px 0 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: none;
    z-index: 200;
    transition: .2s ease-in-out;
}

.sendMessage:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}

.sendMessage:hover {
    background: #E14B00;
}

.sendMessage:hover:before {
    left: 300px;
    transition: .5s ease-in-out;
}

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

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

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

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

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

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

.messageBlock form {
    margin: 0 20px;
}

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

.messageBlock textarea:hover,
.messageBlock input:hover,
.messageBlock select:hover {
    border: 1px solid #6d6d6d;
}

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

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

.price-table .main-content p {
    text-align: justify;
}

.price-table .main-content {
    padding: 0 30px 30px;
}

.price-table li {
    line-height: 28px;
}

.banner-main-content h1 {
    font-size: 36px;
}

.banner-main-content span {
    display: block;
    font-size: 20px;
    margin: 20px 0;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}

.banner-main {
    margin: 10px 0 40px;
}

.ban-price .banner-main-content h1 {
    font-size: 29px;
}

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

.banner1_form {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

.banner1_form input {
    margin: 0;
}

.title {
    font-size: 20px;
    text-align: center;
    padding: 15px 30px;
    color: #fff;
    margin-bottom: 40px;
    background: linear-gradient(#292929 0%, #000 48%, #000 52%, #292929 100%);
}

.conTitle {
    color: #F55200;
    font-size: 30px;
    margin-top: 30px;
}

.darkTitle {
    color: #fff;
    font-size: 30px;
}

.lightTitle {
    color: #292929;
}

#accapt-banner-1 {
    width: 290px;
    color: #292929;
}

header,
header .row {
    position: relative;
}

header .btnA {
    margin-top: 8px;
}

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

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

.header {
    padding: 20px 0;
}

.dopMenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    box-sizing: content-box;
    background: linear-gradient(#292929 0%, #000 48%, #000 52%, #292929 100%);
}

.dopMenu-mnu {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
}

.dopMenu-mnu li {
    list-style: none;
    width: 25%;
    text-align: center;
}

.dopMenu-mnu li a {
    color: #fff;
    display: block;
    padding: 12px 0;
    outline: none;
}

.dopMenu-mnu li:hover a {
    color: #fff;
    background-color: #F55200;
    text-decoration: none;
    font-size: 16px;
    padding: 11px 0;
    -moz-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
}

.brand {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}

.brand p {
    font-size: 40px;
    margin: 0 15px 10px;
}

.brand span {
    font-size: 20px;
}

header .logo {
    width: 20%;
}

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

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

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

.logo-inner img {
    display: block;
    margin: 0 auto;
}

.logo-inner p {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.adress {
    text-align: center;
    margin-top: 28px;
}

.adress p:nth-child(2) {
    margin: 0 auto 4px;
}

header .adress {
    text-align: center;
    margin-top: 28px;
}

header .adress p:first-child {
    font-size: 21px;
    margin-bottom: 11px;
}

header .adress p:nth-child(2) {
    margin: 0 auto 4px;
    font-size: 16px;
}

header .adress span {
    display: block;
}

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

header .phone-block {
    text-align: center;
    padding: 0 40px;
    display: block;
    margin-top: 72px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
}

.phone-block .phone {
    font-size: 24px;
    color: #292929;
    font-weight: 300;
}

.phone-block .phone:hover {
    text-decoration: none;
}

.phone-block .phone img {
    margin-right: 3px;
}

.phone-block .btnA {
    max-width: 180px;
}

.phoneAngle {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    animation-duration: 0.5s;
}

.btnA,
.btnA:focus,
.orangeBtn,
orangeBtn:focus {
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 8px 24px;
    position: relative;
    overflow: hidden;
    border: 1px solid #F55200;
    border-radius: 4px;
    color: #fff;
    transition: .2s ease-in-out;
    background: #F55200;
}

.btnA:before,
.orangeBtn:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}

.btnA:hover,
.orangeBtn:hover {
    background: #E14B00;
}

.btnA:hover:before,
.orangeBtn:hover:before {
    left: 250px;
    transition: .5s ease-in-out;
}


/*.btnA, .btnA:focus {
      display: inline-block;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      text-shadow: 0 -1px rgba(0,0,0,.5);
      user-select: none;
      padding: 8px 15px;
      border: 1px solid #CA4300;
      border-radius: 4px;
      outline: none;
     background: linear-gradient(#D04500, #F55200 80%);
      transition: .2s;
  }
  
  .btnA:hover {
        background: #DB4900 linear-gradient(#ED4F00, #DB4900 80%);
  }
  
  .btnA:active {
    background: linear-gradient(#F55200 20%, #D54700);
    box-shadow:
     0 2px rgb(86,38,6),
     0 1px 6px rgba(0,0,0,.4),
     inset 0 1px rgba(255,255,255,.3),
     inset 0 0 3px rgba(255,255,255,.5);
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }*/


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


/*.btnA:hover {
   background-color: #EC1B23;
    color: #FAFBFC;
   -moz-transition: all ease-in 0.05s;
    -o-transition: all ease-in 0.05s;
    -webkit-transition: all ease-in 0.05s;
    transition: all ease-in 0.05s;
  }*/

.btnA:active {
    -webkit-box-shadow: inset 0 2px 4px 0px #fff;
    ;
    box-shadow: inset 0 2px 4px 0px #fff;
}

.testemonials .coment-wrapp .form-group {
    width: 100%;
}

.testemonials .coment-wrapp .form-control,
.testemonials .coment-wrapp textarea {
    width: 500px;
    margin: 0 auto 7px;
}

.mnu-wrap {
    width: 100%;
    background: linear-gradient(#292929 0%, #000 48%, #000 52%, #292929 100%);
}

.mnu-wrap .container {
    display: flex;
    flex-flow: row nowrap;
}

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

.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: #292929;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
    outline: none;
}

.main-mnu-mobile li:hover {
    background-color: #F55200;
    color: #fff;
    font-size: 15px;
    padding: 8px 0 7px;
    -moz-transition: all ease-in 0.05s;
    -o-transition: all ease-in 0.05s;
    -webkit-transition: all ease-in 0.05s;
    transition: all ease-in 0.05s;
}

.main-mnu-mobile li:hover a {
    text-decoration: none;
}

.main-mnu-mobile li:last-child {
    margin-bottom: 20px;
}

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

.main-mnu li {
    list-style: none;
    color: #fff;
    width: 16.66%;
}

.main-mnu a {
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    outline: none;
}

.main-mnu a:hover {
    background-color: #F55200;
    color: #fff;
    font-size: 16px;
    -moz-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    text-decoration: none;
}

.main-section {
    background: url(../img/bosch-Bg.jpg) left no-repeat;
}

.main-section .row {
    display: flex;
    justify-content: flex-end;
}

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

.main-title {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    padding: 0 30px;
    width: 100%;
    margin: 25px auto 0;
}

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

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
    visibility: hidden;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    visibility: hidden;
}

textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
    visibility: hidden;
}

textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
    visibility: hidden;
}

.form .form-control,
.form .form-control:focus {
    border-radius: 0;
    border: 1px solid #292929;
    background: transparent;
    color: #292929;
}

.form .form-control:focus {
    outline: none;
}

.orderForm .orangeBtn {
    width: 100%;
}

.tisers .container {
    width: 100%;
}

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

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

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

.mainWrapp .tisersItem {
    text-align: center;
    width: 180px;
    background: #292929;
    padding: 10px 0;
}

.mainWrapp .tiserText {
    color: #fff;
}

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

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

.mainWrapp .tisersItem .orangeText {
    font-weight: 600;
    color: #F55200;
}

.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: #fff;
    margin: 0 auto;
}

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

.serviceAnchor .servicetitle {
    padding: 20px 0 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.serviceAnchor .serviceprice {
    text-align: center;
    padding-bottom: 20px;
}

.banner-1 {
    padding: 0 0 22px 0;
    background: url(../img/banner1.jpg) right no-repeat;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.banner-1 .title {
    padding: 20px 0 10px;
    background: transparent;
    margin: 0;
}

.banner-1 .form-inline .accept-group {
    width: 300px;
    margin: 15px auto 6px;
    display: flex;
}

.banner-1 .acceptBlock {
    width: auto;
}

.banner-1-content img {
    position: absolute;
    top: 7px;
    left: 10%;
}

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

.sale-form div:first-child {
    margin-bottom: 5px;
}

.advantages {
    padding: 0;
}

.advantages .title {
    padding: 30px 0;
}

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

.advantages-wrapp .advantageItem {
    text-align: center;
    width: 230px;
    color: #fff;
    padding: 25px 10px;
    margin-bottom: 40px;
    background-color: #292929;
    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: #F55200;
    width: 100%;
    transition: all 0.3s ease-out;
}

.advantageItem:hover {
    background-color: #F55200;
    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: #F55200;
    color: #fff;
    border-radius: 50%;
}

.bannerX {
    color: #fff;
    background: url(../img/slideBanner.png) 9% no-repeat, #292929;
    padding: 15px 30px;
}

.slick-track {
    display: flex;
    justify-content: flex-end;
}

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

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

.bannerX .slide-text {
    padding: 0 25px;
    position: relative;
    line-height: 28px;
    color: #fff;
    text-align: justify;
}

.bannerX .slide-img {
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 0;
    margin: 4px 0 0 30%;
    height: 100px;
    width: 100px;
    box-sizing: content-box;
}

.bannerX .size-slider-img {
    margin-left: 28.33333333%;
}

.bannerX .size-slider-p {
    width: 63.33333333%;
}

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

.bannerX .slick-dots li.slick-active button:before {
    background: #fff;
}

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

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

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

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

.grid-testemonials .slide-img {
    border: 1px solid #F55200;
    margin: 25px 20px;
    border-radius: 4px;
    width: 100px;
    height: 100px;
    box-sizing: content-box;
}

.grid-testemonials .person {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.grid-testemonials .slide-text {
    padding: 25px 40px 25px 20px;
    text-align: justify;
    line-height: 24px;
}

.testemonials-item {
    overflow: hidden;
    padding-top: 10px;
    margin: 0 auto 15px;
    border-radius: 4px;
    width: 90%;
    display: flex;
    box-shadow: 0 0 4px #292929;
}

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



.text-content .textMainPage {
    padding: 0 30px;
    font-size: 16px;
}

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

.text-content .text,
.price-table .main-content p,
.contact-info p {
    text-align: justify;
    text-indent: 1.5em;
    line-height: 24px;
}

.banner-3 {
    position: relative;
    padding-top: 9px;
}

.baner3-img {
    position: absolute;
    bottom: -28px;
    left: 3%;
}

.banner-tv {
    background: url(../img/allTex3.jpg) right no-repeat;
}

.banner-drying {
    background: url(../img/banDryingMashine.jpg) right no-repeat;
}

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

.banner-master {
    background: url(../img/banMaster.jpg) right no-repeat;
}

.banner-remont {
    background: url(../img/banRemont.jpg) right no-repeat;
}

.banner-detali {
    background: url(../img/banDetali.jpg) right no-repeat;
}

.banner-stove {
    background: url(../img/banStove.jpg) right no-repeat;
}

.banner-microOven {
    background: url(../img/banMicroOven.jpg) right no-repeat;
}

.banner-oven {
    background: url(../img/banOven.jpg) right no-repeat;
}

.banner-cookHood {
    background: url(../img/banCookHood.jpg) right no-repeat;
}

.banner-price {
    background: url(../img/banPrice.jpg) right no-repeat;
}

.banner-contacts {
    background: url(../img/banContacts.jpg) right no-repeat;
}

.banner-diag {
    background: url(../img/banDiag.jpg) right no-repeat;
}

.banner-washer {
    background: url(../img/banWasher.jpg) right no-repeat;
}

.banner-fridge {
    background: url(../img/banFridge.jpg) right no-repeat;
}

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

.banner-dishWasher {
    background: url(../img/banDishWasher.jpg) right no-repeat;
}

.banner-music {
    background: url(../img/banFreezer.jpg) right no-repeat;
}

.banner-surface {
    background: url(../img/banCookSurface.jpg) right no-repeat;
}

.banner-boiler {
    background: url(../img/banBoiler.jpg) right no-repeat;
}

.banner-vodonagrevatel_nak {
    background: url(../img/banVodonagrevatel_nak.png) right no-repeat;
}

.banner-vodonagrevatel_prot {
    background: url(../img/banVodonagrevatel_prot.png) right no-repeat;
}

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

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

.banner-lawyer {
    background: url(../img/banLawyer.jpg) right no-repeat;
}

.banner-garante {
    background: url(../img/banGarante.jpg) right no-repeat;
}

.banner-advantage {
    background: url(../img/banAdvantage.jpg) right no-repeat;
    min-height: 280px;
}

.banner-review {
    background: url(../img/banReview.jpg) right no-repeat;
}

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

.banner-main-content .title {
    text-align: center;
    margin: 0;
    color: #292929;
    background: transparent;
    line-height: 40px;
}

.banner-main-content p:last-child {
    color: #F55200;
}

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

.banner-3-content .title {
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 0;
    background: none;
    margin: 0;
}

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

.banner-3-content p {
    text-align: center;
    padding: 0 30px;
}

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

.form-inline .form-group {
    margin-bottom: 0;
    display: block;
    vertical-align: middle;
}

.banner-3-form .form-group:nth-child(3) {
    margin-top: 5px;
}

.banner-3-form .form-inputs {
    display: flex;
    justify-content: center;
}

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

.banner-3-form .acceptBlock input[type="checkbox"] {
    margin: 0;
}

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

.banner-3-form .agree-block {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    width: 300px;
    margin: 15px auto 10px;
}

.unionNameEmail {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto;
}

.coment-wrapp .unionNameEmail .form-group {
    width: 48%;
    margin: 0;
    padding: 0;
}

.coment-wrapp {
    text-align: center;
    padding: 10px;
    margin: 50px 0;
}

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

.coment-wrapp .form-group {
    width: 500px;
    margin: 0 auto;
    padding: 0;
}

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

.coment-wrapp textarea {
    border: 1px solid #292929;
    border-radius: 4px;
    width: 500px;
    display: block;
    padding: 6px 12px;
    box-sizing: border-box;
    margin: 0 auto;
    resize: none;
    background: transparent;
}

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

.banner-main-content .dopLawyer {
    margin: 41px auto 26px;
}

.banner-main-content .dopTitle {
    margin: 18px auto;
}

.dopPre {
    max-width: 500px;
    margin: 0 auto;
}

.question {
    padding: 20px 0;
    margin-bottom: 40px;
}

.questionTitle {
    padding: 0 30px 15px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.question-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.question-form textarea {
    width: 100%;
    background: #fff;
    box-shadow: none;
    border: 1px solid #000;
    resize: none;
    padding: 6px 8px;
    z-index: 1;
}

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

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

.question .accept-group label {
    width: 310px;
}

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

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

.writePhone {
    display: flex;
    justify-content: center;
    width: 100%;
}

.writePhone p {
    width: 280px;
    text-align: center;
    font-size: 16px;
    margin: 8px 0;
}

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

.service-grid .servicesWrapp .service-item {
    width: 30%;
    padding: 10px 15px;
}

.serviceAnchor {
    width: 300px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    color: #292929;
    position: relative;
    cursor: pointer;
}

.serviceAnchor:hover {
    box-shadow: 0 0 4px #292929;
    color: #fff;
}

.serviceAnchor:hover .servicetitle {
    padding: 18px 0 9px;
    font-size: 18px;
}

.serviceAnchor:hover .uniName {
    background: #292929;
}

.serviceAnchor:hover .techAdvantage,
.serviceAnchor:hover .techAdvantageR {
    display: block;
}

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

.uniName {
    margin-top: 20px;
}

.techAdvantage {
    position: absolute;
    top: 20px;
    right: -170px;
    display: none;
    z-index: 2;
}

.techAdvantageR {
    position: absolute;
    top: 20px;
    right: 300px;
    display: none;
    z-index: 2;
}

.techAdvantageR .techAdvDiscription img {
    order: 2;
}

.techAdvantageR .techAdvDiscription p {
    order: 1;
}

.techAdvDiscription {
    display: flex;
    align-items: center;
}

.techAdvDiscription img {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.techAdvDiscription p {
    background: #292929;
    color: #fff;
    width: 120px;
    padding: 3px 15px;
    text-align: center;
    position: relative;
}

.techAdvDiscription p:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    border: 23px solid transparent;
    border-right: 7px solid #292929;
}

.techAdvantageR .techAdvDiscription p:before {
    left: 120px;
    border-left: 7px solid #292929;
    border-right: 0;
}

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

.contact-info p {
    padding: 0 30px;
}

.contact-info h3 {
    margin: 40px 0 20px;
}

.map {
    max-width: 1500px;
    padding: 20px 0;
    position: relative;
    margin-bottom: 20px;
    height: 500px;
}

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

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

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

.callback-form {
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #F55200;
    border-radius: 4px;
    padding: 35px 35px 20px 35px;
    background: #fff;
    text-align: center;
    position: relative;
}

.callback-form .acceptBlock input {
    margin: 10px 0 0;
}

.callback-form .accept-group label {
    width: 310px;
}

.callback-form .orangeBtn {
    margin: 0px auto;
}

.callback-form .form-control-1 {
    display: block;
    width: 150px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    margin: 0 auto;
    line-height: 1.42857143;
    color: #292929;
    background-color: transparent;
    background-image: none;
    border: 1px solid #292929;
    border-radius: 4px;
}

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

.messageB {
    height: 400px;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    display: none;
    align-items: center;
    background: #fff;
    color: #F55200;
    position: absolute;
    top: 60px;
    left: 0;
}

.show {
    display: block;
}

.showB {
    display: flex;
}

.orderCall__div {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
    max-width: 780px;
    padding: 0;
    border: 1px solid #F55200;
}

.banOrderCall {
    margin: 20px 0 10px 0;
    text-align: center;
    width: 74%;
}

.orderCall__div .banOrderCall p {
    font-size: 16px;
    text-align: center;
}

.banOrderCall .phone {
    font-size: 24px;
    color: #6d6d6d;
}

.fix {
    text-align: center;
    width: 74%;
}

.orderCall__div .fix p {
    margin-bottom: 20px;
    text-align: center;
}

.orderCall__div img {
    width: 182px;
    margin-top: -86px;
}

.scrollup {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 50px;
    border-radius: 4px;
    right: 30px;
    opacity: 0.7;
    display: none;
    text-indent: -9999px;
    background: url(../img/icon_top.png) center no-repeat, #F55200;
    z-index: 2;
}

.titleMain {
    padding: 14px 0 10px 15px;
}

footer {
    color: #fff;
    background: linear-gradient(#292929 0%, #000 48%, #000 52%, #292929 100%);
    padding: 40px 0;
}

footer .logo-inner {
    margin-top: 1px;
}

footer .logo p {
    padding-bottom: 20px;
}

footer a {
    color: #292929;
    outline: none;
}

footer .btnA,
footer .btnA:focus {
    margin: 5px 0 0;
    padding: 6px 20px;
}

.footer-mnu-wrapp {
    margin-top: 14px;
}

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

.footer-mnu-oferta p {
    font-size: 0.8em;
    margin-bottom: 8px;
    text-align: center;
}

.footer-mnu {
    padding: 0;
    list-style: none;
    margin: -4px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.footer-mnu li {
    width: 50%;
    text-align: center;
    height: 36px;
    margin: 4px 0;
}

.footer-mnu li:hover a {
    color: #fff;
    background-color: #F55200;
    text-decoration: none;
    padding: 7px 0;
    font-size: 16px;
    -moz-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
}

.footer-mnu li a {
    color: #fff;
    padding: 8px 0;
    display: block;
    outline: none;
}

.footer-contacts {
    margin-top: 18px;
}

.adress {
    margin: 10px 0 15px;
}

.right {
    text-align: center;
}

footer .adress p:first-child {
    margin-bottom: 3px;
}

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

footer .phone-block .phone {
    color: #fff;
}

.form-control-1 {
    display: block;
    width: 150px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    margin: 8px auto;
    line-height: 1.42857143;
    color: #292929;
    background-color: #fff;
    background-image: none;
    border: 1px solid #292929;
    border-radius: 4px;
}

.question-form .accept-group {
    display: none;
    justify-content: space-around;
    width: 350px;
    margin: 0 auto;
}

.question-form .form-group:nth-child(4) {
    margin: 0 auto;
}

.acceptBlock {
    width: 4%;
    align-self: center;
    display: inline-block;
    vertical-align: top;
}

.acceptBlock label {
    width: 24%;
    color: #6d6d6d;
}

#acceptTerms1k {
    margin: 9px 0 0;
}

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

.banner-3-form .accept-group label {
    width: 300px;
}

.accept-group a {
    color: #F55200;
    outline: none;
}

.p404 {
    font-size: 22px;
    text-align: center;
}

.p404+.btnA {
    display: block;
    margin: 50px auto;
    width: 185px;
}

.banner-main-content .agree {
    margin: 30px 0;
    font-size: 32px;
}


/* Блок ссылок - облако */
/*
.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-wrap {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around ;
   align-items:center;
   background-color: #f8f8f8;
   padding: 5px;

}

 .predator-item {
   padding: 15px;
   width: 200px;
   height: 92px;
   /*border: 1px solid #337ab7;*/
   border: 1px solid #333;
   border-radius: 5px;
   margin:5px 0 5px;
   text-align: center;
   background-size: cover;
}

 .predator-item a {
   font-weight: bold;
   color: #337ab7;
}

.predator-item-problems {
   height: 58px; 
   display: table-cell; 
   vertical-align: middle;
}

.predator-item span {
   font-size: 12px;
   font-weight: normal;
}

 .predator-item:hover {
   background: rgb(245 82 0);
   transition: all 0.2s ease-in-out;
   color: #fff;
   cursor: pointer;  
}

 .predator-item a:hover {
   color: #fff;
}

/* Блок ссылок - end */


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

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-1-content {
        width: 50%;
    }
    .banner-1-content img {
        display: none;
    }
    .banner-3-content {
        width: 58.33333333%;
        margin-left: 41.66666667%;
    }
    .service-grid .servicesWrapp .service-item {
        width: 50%;
    }
    .main-mnu {
        width: 84%;
    }
    header .logo {
        width: 16%;
    }
    .main-mnu a:hover {
        font-size: 15px;
    }
    header .logo img {
        width: 100%;
    }
    .logo-inner img {
        width: 100%;
    }
    .advantages .advantages-wrapp {
        padding: 0 26px;
    }
    .banner-3-form .accept-group label {
        width: 100%;
    }
    .banOrderCall,
    .fix {
        width: 69%;
    }
    .slide-img {
        width: 100px;
    }
    .slide-text {
        width: 89.666667%;
    }
    .mainWrapp .tisersItem {
        margin: 0 5% 4%;
    }
    .acceptBlock {
        width: 6%;
    }
    .header {
        padding: 5px 30px;
    }
    .brand {
        padding: 0;
        width: 70%;
    }
    .header .phone-block {
        padding: 0;
        width: 25%;
    }
    footer .logo {
        width: 30%;
    }
    .footer-mnu-wrapp {
        margin-top: 15px;
        padding: 0;
        width: 46%;
    }
    footer .col-md-3:last-child {
        width: 24%;
        padding: 0;
    }
    .footer-contacts {
        margin-top: 19px;
    }
    .testemonials .slide .col-sm-offset-1 {
        margin-left: 25.333333%;
    }
    .testemonials .slide .slide-text {
        width: 58.666667%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .bannerX {
        background: #292929;
    }
    .bannerX .slick-slide {
        padding: 0 50px;
    }
    .bannerX .slide-img {
        margin: 4px 0 0 0;
    }
    .service-grid .servicesWrapp .service-item {
        width: 50%;
    }
    .main-section {
        background: url(../img/bosch-Bg.jpg) center;
    }
}

@media (min-width: 620px) and (max-width: 1199px) {
    .how-items-wrapp {
        justify-content: center;
    }
    .how-items-wrapp .howItem {
        margin: 0 4% 0;
    }
}

@media (min-width: 360px) and (max-width: 1199px) {
    .techAdvantage {
        right: -120px;
        top: 10px;
    }
    .techAdvantageR {
        top: 10px;
    }
    .techAdvDiscription {
        margin: 10px 0;
    }
    .techAdvDiscription img,
    .techAdvDiscription p:before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hamburger {
        position: absolute;
        right: 0%;
        top: 65%;
        padding: 10px 15px;
    }
    header .is-active {
        top: 16%;
    }
    header .row {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    header .logo {
        width: 30%;
        margin: 23px auto 10px;
    }
    header .adress {
        width: 64%;
        margin-top: 35px;
    }
    header .adress p:first-child {
        border: none;
    }
    header .logo-inner {
        width: 300px;
        margin: 0 auto;
    }
    header .adress p:nth-child(2) {
        margin: 0;
    }
    header .adress .btnA,
    header .adress .btnA:focus {
        margin: 6px auto 0;
    }
    .banner-1-content img {
        left: 90%;
    }
    .testemonials .slide .col-sm-offset-1 {
        margin-left: 6.333333%;
    }
    .testemonials .slide .slide-text {
        width: 78.666667%;
    }
    .testemonials .container {
        width: 100%
    }
    .slide-img {
        width: 100px;
    }
    .slide-text {
        width: 84.666667%;
    }
    #banner-2,
    #banner-3 {
        background-position: 120%;
    }
    footer .adress {
        margin: 27px 0;
    }
    footer .adress a {
        margin: 10px auto 0;
    }
    footer .row {
        display: flex;
        flex-flow: row wrap;
    }
    footer .logo {
        order: 2;
        margin: 0 0 10px;
    }
    footer .logo-inner>img:last-child {
        margin-top: 7px;
    }
    .logo-inner p {
        width: 230px;
        display: block;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .footer-contacts {
        margin-top: 8px;
    }
    .footer-mnu-wrapp {
        margin: 6px 0 10px;
        order: 1;
    }
    .footer-mnu-wrapp p {
        padding: 0;
    }
    .footer-mnu {
        padding: 0;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .footer-mnu li {
        width: 50%;
        padding-top: 3px;
    }
    footer div:last-child {
        order: 3;
    }
    footer .phone-block {
        padding-top: 0px;
    }
    footer .adress {
        padding-top: 0px;
    }
    footer .adress p {
        display: inline;
    }
}

@media (min-width: 651px) and (max-width: 991px) {
    .brand h1 {
        font-size: 32px;
    }
}

@media (min-width: 580px) and (max-width: 991px) {
    header .phone-block {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    header .phone-block .phone {
        margin: 4px 10px 0 0;
    }
    header .phone-block .btnA,
    header .phone-block .btnA:focus {
        margin: 0;
    }
    .banner-content {
        width: 500px;
        margin: 0 auto;
    }
}

@media (min-width: 550px) and (max-width: 991px) {
    .mainWrapp .tisersItem {
        text-align: center;
        width: 40%;
        padding: 10px 0;
        margin-top: 14px;
    }
    .tisersWrapp .tisersItem {
        text-align: center;
        max-width: 40%;
        padding: 10px 0;
        margin-top: 14px;
    }
}

@media (min-width: 520px) and (max-width: 991px) {
    .testemonials .coment-wrapp .form-control,
    .testemonials .coment-wrapp textarea {
        width: 400px;
        margin: 0 auto 7px;
    }
    .banner-3-form .accept-group label {
        width: 274px;
    }
}

@media (min-width: 511px) and (max-width: 991px) {
    footer .phone-block .phone {
        margin: 2px 12px 5px 0;
    }
    .brand span {
        font-size: 30px;
    }
    .brand {
        margin-bottom: 5px;
    }
    .banner-main {
        margin: 0px 0 10px;
    }
}

header .phone-block {
    text-align: center;
    padding: 10px 40px;
    display: block;
    margin-top: 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom:5px;
}



.phone-block .callback,
.phone-block .callback:focus {
    margin-top: 8px;
}

header .logo-inner img {
    width: 100%;
}

.bannerMaster p,
.bannerGarant p,
.bannerLawyer p {
    color: #fff;
}

.banner-main .banner-main-content {
    background: rgba(41, 41, 41, .9);
    width: 100%;
}

.banner-main-content .title {
    color: #fff;
    padding: 0 15px 40px;
}

.banner-main-content .agree {
    color: #333;
    padding: 0 15px;
}

.banner-audio {
    background: none;
}

.banner-1 .form .form-control,
.banner-1 .form .form-control:focus {
    width: 182px;
    margin: 0 auto;
}

.testemonials {
    background: none;
}

.map {
    margin-bottom: 110px;
}

.banner-main-content h1 {
    color: #fff;
    padding: 0 15px;
}

.orderCall__div img {
    display: none;
}

.banOrderCall,
.fix {
    width: 100%;
}

@media (min-width: 560px) and (max-width: 767px) {
    .brand p {
        font-size: 36px;
    }
    .advantages .advantages-wrapp {
        padding: 0 40px;
    }
}

@media (min-width: 511px) and (max-width: 767px) {
    .logo {
        margin: 36px 0 10px;
    }
    .header .logo-inner img {
        width: 220px;
    }
    .dopMenu {
        width: 100%;
        padding: 0;
        box-sizing: content-box;
    }
    .dopMenu-mnu {
        justify-content: space-around;
    }
    .main-sec-content {
        padding: 0;
    }
    .right {
        margin-top: 40px;
    }
    .adress {
        margin: 0;
        width: 50%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #banner-2,
    #banner-3 {
        background-position: 100%;
    }
    .grid-testemonials .slide-text {
        padding: 25px 30px 25px 30px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .bannerX,
    .banner-1-content img {
        display: none;
    }
    .hamburger {
        position: absolute;
        right: 0%;
        top: 65%;
        padding: 10px 15px;
    }
    header .is-active {
        top: 16%;
    }
    .service-grid .servicesWrapp .service-item {
        width: 100%;
    }
    .footer-contacts {
        margin-top: 8px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    footer .phone-block {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        width: 50%;
    }
    footer .phone-block .phone {
        margin: 5px auto 14px;
    }
    .sendMessage {
        display: none !important;
    }
    .footer-mnu-wrapp {
        padding: 10px 0;
    }
    footer .adress p:nth-child(2) {
        margin: 0 auto 10px;
    }
    .main-sec-content {
        width: 100%;
    }
    footer .logo {
        margin: 0 0 10px;
    }
    .main-section {
        background: none;
    }
    .main-sec-content {
        width: 320px;
    }
    .banner-1 {
        background: none;
    }
}

@media (min-width: 320px) and (max-width: 719px) {
    .service-grid .servicesWrapp .service-item {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 650px) {
    .dopMenu-mnu li {
        width: 100%;
    }
    header .is-active {
        top: 14%;
    }
    .brand {
        margin-top: 0px;
        margin-bottom:0px;
    }
    .brand h1 {
        font-size: 28px;
        padding: 0 20px;
    }
    .dopMenu-mnu li {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 600px) {
    .bannerMaster p,
    .bannerGarant p,
    .bannerLawyer p {
        font-size: 17px;
    }
    .darkTitle {
        font-size: 20px;
    }
    .text-content .textMainPage {
        padding: 0;
        font-size: 14px;
    }
    .orderNow {
        font-size: 16px;
        margin-top: 10px;
    }
    .banner-main .banner-main-content {
        padding: 50px 20px;
    }
    .banner-main-content h1 {
        font-size: 26px;
    }
    .banner-main-content h3 {
        font-size: 24px;
        margin: 20px 0;
    }
    .banner-main-content .title {
        font-size: 19px;
        padding: 0 20px;
        margin: 20px auto;
    }
    .brand p {
        font-size: 25px;
    }
    .banner-main-content .titleMain {
        font-size: 28px;
        margin: 24px auto;
    }
}

@media (min-width: 320px) and (max-width: 579px) {
    .hamburger {
        top: 45%;
        right: 12%;
    }
    header .is-active {
        top: 11%;
    }
    .serviceAnchor:hover .techAdvantage,
    .serviceAnchor:hover .techAdvantageR {
        display: none;
    }
    header .phone-block {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }
    .question .title {
        font-size: 18px;
        padding: 0 24px 30px;
    }
    .question-form textarea {
        width: 100%;
    }
    .question-form {
        justify-content: center;
    }
    .question-form .accept-group {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 320px) and (max-width: 559px) {
    .coment-wrapp {
        padding: 10px 30px;
    }
    .coment-wrapp textarea,
    .coment-wrapp .form-group,
    .unionNameEmail {
        width: 100%;
    }
    .advantages-wrapp .advantageItem {
        margin: 0 40px 40px;
    }
}

@media (min-width: 320px) and (max-width: 549px) {
    .tisersWrapp .tisersItem {
        max-width: 260px;
        margin-top: 14px;
    }
    .mainWrapp .tisersItem {
        width: 100%;
        margin-top: 14px;
    }
}

@media (min-width: 320px) and (max-width: 519px) {
    .dopMenu {
        display: none;
    }
    .dopMenu-mnu {
        flex-flow: column wrap;
        justify-content: inherit;
        padding: 0;
    }
    header .logo {
        text-align: center;
        margin: 70px 0 10px;
    }
    header .logo-inner img {
        margin: 0 auto 10px;
    }
    header .logo-inner p {
        font-size: 12px;
        text-align: center;
        margin-left: 0;
    }
    .main-sec-content {
        padding: 0;
    }
    .hamburger {
        top: 68%;
        right: 0%;
    }
    header .is-active {
        right: 0%;
        top: 17%;
        right: 4%;
    }
    .testemonials .form-group {
        padding: 0;
    }
    .testemonials .coment-wrapp .subtitle {
        font-size: 16px;
    }
    .testemonials .coment-wrapp .form-control,
    .testemonials .coment-wrapp textarea {
        width: 100%;
        margin: 0 auto 7px;
    }
    .banner-3-content .title {
        padding: 0 20px;
    }
    .banner-3-content .subtitle {
        padding: 0 20px;
        margin: 0 auto 15px;
        width: 80%;
    }
    .banner-3-form .agree-block {
        width: 74%;
    }
    .banner-3-form .form-inputs {
        flex-flow: row wrap;
        padding: 0 12%;
    }
    .banner-3-form .form-group:first-child {
        margin-bottom: 7px;
    }
}

@media (min-width: 340px) and (max-width: 510px) {
    footer .phone-block .callback,
    footer .phone-block .callback:focus {
        margin: 8px auto 0;
    }
}

@media (min-width: 320px) and (max-width: 510px) {
    .writePhone {
        flex-flow: column nowrap;
        width: 50%;
    }
    .writePhone p {
        width: 100%;
        margin: 8px 0 0;
    }
    .question .form-control-1 {
        margin: 0 auto;
    }
    .question-form .form-group:nth-child(4) {
        margin: 10px auto 0;
        padding: 0;
        align-self: center;
    }
    footer .phone-block .phone {
        padding-top: 12px;
    }
    footer .logo {
        margin: 0 0 10px;
        padding: 0;
    }
    footer .phone-block {
        flex-flow: column wrap;
    }
    footer .phone-block,
    .adress {
        width: 100%;
    }
    .footer-contacts {
        margin: 0;
    }
    .phone-block .callback,
    .phone-block .callback:focus {
        margin: 8px auto 0;
    }
}

@media (min-width: 320px) and (max-width: 500px) {
    .orderCall__div .banOrderCall p {
        font-size: 14px;
    }
    .banOrderCall .phone {
        font-size: 22px;
    }
    .orderCall__div {
        padding: 0 15px;
    }
    .scrollup {
        width: 40px;
        height: 40px;
        right: 20px;
    }
    .table-wrapp .table {
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #banner-3,
    #banner-2 {
        background: none;
    }
    .unionNameEmail {
        flex-flow: row wrap;
    }
    .coment-wrapp .unionNameEmail .form-group {
        width: 100%;
    }
    .ban-price .banner-main-content h1 {
        font-size: 23px;
    }
    .footer-mnu li {
        width: 100%;
    }
    .darkTitle {
        font-size: 22px;
    }
    .testemonials .slide-text {
        padding: 15px 30px;
    }
    .grid-testemonials .person {
        margin-bottom: 10px;
        text-align: center;
    }
    .grid-testemonials .slide-text:before {
        background: none;
    }
}

@media (min-width: 320px) and (max-width: 420px) {
    .brand span {
        font-size: 16px;
        margin: 0 15px;
    }
    .price-table .main-content {
        padding: 0 15px 30px;
    }
    .main-sec-content {
        margin: 0 auto;
    }
}

@media (min-width: 320px) and (max-width: 400px) {
    .callback-form .accept-group label {
        width: 202px;
    }
    .callback-form .acceptBlock input {
        margin: 16px 0 0;
    }
    .acceptBlock {
        width: 5%;
    }
}

@media (min-width: 320px) and (max-width: 390px) {
    header .is-active {
        right: 0%;
        top: 23%;
    }
    .hamburger {
        top: 75%;
        right: 0%;
    }
}

@media (min-width: 320px) and (max-width: 370px) {
    .writePhone {
        width: 100%;
    }
    header .logo {
        padding-right: 20%;
    }
}

@media (min-width: 320px) and (max-width: 359px) {
    .service-grid .servicesWrapp .serviceImg,
    .serviceAnchor {
        width: 100%;
    }
    .question .accept-group label {
        text-align: center;
    }
    .banner-1 .title {
        width: 300px;
        margin: 0 auto;
    }
    .banner-1 #accapt-banner-1 {
        width: 220px;
        margin-left: 10px;
    }
}

.scrollup2 {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 200px;
    border-radius: 4px;
    right: 30px;
    opacity: 0.7;
    display: block;
    text-indent: -9999px;
    background: url(../img/phone_icon_white.png) center no-repeat, #F55200;
}

@media (min-width: 320px) and (max-width: 500px) {
    .scrollup2 {
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 60px;
    }
}


.scrolled {
    display: none;
}

.scrolledBrand {
    margin-top: 0px !important;
}

.scrolledPhone {
    margin-top: 0px !important;
}

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

header .adress {
    text-align: center;
    margin-top: 28px;
}

header .adress p:first-child {
    font-size: 21px;
    margin-bottom: 11px;
}

header .adress p:nth-child(2) {
    margin: 0 auto 4px;
    font-size: 16px;
}

header .adress span {
    display: block;
}

.phone-block {
    text-align: right;
    display: flex;
    justify-content: flex-start;
}

header .phone-block img {
    padding-right: 5px;
}

.phone-block .phone {
    font-size: 22px;
    color: #333;
    margin-right: 10px;

}

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

.is-active {
    position: absolute;
    right: 20px;
    top: 4%;
    padding: 10px 15px;
    z-index: 5;
}

@media (min-width: 320px) and (max-width: 390px) {
    header .is-active {
        right: 0%;
        top: 23%;
    }
    .hamburger {
        top: 75%;
        right: 0%;
    }
}

@media (min-width: 320px) and (max-width: 600px) {
    .hamburger {
        position: absolute;
        right: 0%;
        padding: 10px 15px;
    }
}

.row {
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}

@media (min-width: 320px) and (max-width: 991px) {
    .banner-1 {
        background: none;
    }
    .dopMenu {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .phone-block {
        padding: 0;
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header {
        padding: 5px 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hamburger {
        position: absolute;
        right: 0%;
        top: 65%;
        padding: 10px 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    header .is-active {
        top: 16%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .hamburger {
        position: absolute;
        right: 0%;
        top: 65%;
        padding: 10px 15px;
    }
}

@media (max-width: 579px) {
    .brand span {
        font-size: 30px;
    }
}

@media (min-width: 320px) and (max-width: 519px) {
    .hamburger {
        top: 68%;
        right: 0%;
    }
}

@media (min-width: 320px) and (max-width: 519px) {
    header .is-active {
        right: 0%;
        top: 17%;
    }
}

@media (min-width: 320px) and (max-width: 390px) {
    .hamburger {
        top: 75%;
        right: 0%;
    }
}

@media (min-width: 320px) and (max-width: 390px) {
    header .is-active {
        right: 0%;
        top: 23%;
    }
}

@media (min-width: 320px) and (max-width: 650px) {
    header .is-active {
        top: 14%;
    }
}

@media (min-width: 320px) and (max-width: 579px) {
    header .is-active {
        top: 11%;
    }
}

@media(max-width:510px) {
    .scrolledBrand {
        margin-top: 0px;
    }
}

@media (min-width: 320px) and (max-width: 519px) {
    .dopMenuOne {
        display: none;
    }
    .dopMenu-mnu {
        flex-flow: column wrap;
        justify-content: inherit;
        padding: 0;
    }
}

@media (min-width: 320px) and (max-width: 390px) {
    header .is-active {
        right: 0%;
        top: 23%;
    }
    .hamburger {
        top: 75%;
        right: 0%;
    }
}

@media (min-width: 320px) and (max-width: 600px) {
    .hamburger {
        position: absolute;
        right: 0%;
        padding: 10px 15px;
    }
}

.row {
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}

@media (min-width: 320px) and (max-width: 991px) {
    .banner-1 {
        background: none;
    }
    .dopMenu {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .phone-block {
        padding-top: 10px;
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header {
        padding: 5px 30px;
    }
}



@media (min-width: 320px) and (max-width: 767px) {
    header .is-active {
        top: 16%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .hamburger {
        position: absolute;
        right: 0%;
        top: 65%;
        padding: 10px 15px;
    }
}

@media (max-width: 579px) {
    .brand span {
        font-size: 30px;
    }
}

@media (min-width: 320px) and (max-width: 519px) {
    .hamburger {
        top: 68%;
        right: 0%;
    }
}

@media (min-width: 320px) and (max-width: 519px) {
    header .is-active {
        right: 0%;
        top: 17%;
    }
}

@media (min-width: 320px) and (max-width: 390px) {
    .hamburger {
        top: 75%;
        right: 0%;
    }
}

@media (min-width: 320px) and (max-width: 390px) {
    header .is-active {
        right: 0%;
        top: 23%;
    }
}

@media (min-width: 320px) and (max-width: 650px) {
    header .is-active {
        top: 14%;
    }
}

@media (min-width: 320px) and (max-width: 579px) {
    header .is-active {
        top: 11%;
    }
}

@media(max-width:510px) {
    .scrolledBrand {
        margin-top: 0px;
    }
}

@media (min-width: 320px) and (max-width: 519px) {
    .dopMenuOne {
        display: none;
    }
    .dopMenu-mnu {
        flex-flow: column wrap;
        justify-content: inherit;
        padding: 0;
    }
}













.header{
   padding: 0px 0;
}
.scrolledBrand {
    margin-top: 0px !important;
}

.scrolledPhone {
    margin-top: 0px !important;
}

@media (max-width: 579px) {
    .brand span {
        font-size: 19px;
    }
}

@media(max-width:510px) {
    .scrolledBrand {
        margin-top: 0px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .dopMenu {
        display: none;
    }
}


/* SLIDERS */

.wrapg {
    margin: 0 auto;
    width: 850px;
    height: 200px;
    margin-bottom: 200px;
    
}

.sliderss {
    display: flex;
    justify-content: center;
}

.sliden {
    color: #fff;
    padding-bottom: 30px;
    text-align: center;
    background-color: rgb(245 82 0);
    height: 380px;
    border-radius: 20px;
    padding: 10px 0;
    margin-right: 10px;
    margin-left: 10px;
}

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

@media (max-width:1024px) {
    .sliden {
        color: #fff;
        padding-bottom: 30px;
        text-align: center;
        height: 400px;
        border-radius: 20px;
        padding: 10px 0;
    }
    .wrapg {
        margin: 0 auto;
        width: 250px;
        height: 300px;
        margin-bottom: 200px;
    }
}


/* 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: rgb(245 82 0);
    white-space: nowrap;
    transition: .2s ease-in-out;
    border: 1px solid;
    overflow: hidden;
    position: relative;
    width: 110px;
    float: right;
}

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

.otstup {
    height: 270px;
}

@media (max-width:991px){
.brand{
    margin-top:0px;
}

}
@media (min-width: 320px) and (max-width: 767px){
.hamburger {
    top: 50%;
}}

@media (min-width: 320px) and (max-width: 540px){
.phone-block .phone{
    width: 400px;
}}

@media (min-width: 320px) and (max-width: 991px) {
    header .btnA {
        padding: 8px 24px;
    }
    .hamburger {
        right: 0%;
        top: 0;
    }
    .footer-mnu,
    .footer-mnu li {
        margin: 0;
    }
    .banner-main-content span {
        color: #fff;
    }
    .banner-1 {
        background: none;
    }
    .banner-main-content h3 {
        color: #fff;
    }
    .orderNow {
        color: #fff;
    }
    header .phone-block {
        padding: 0;
        margin-top: 0;
        padding: 5px 60px;
    }
    .mapBlock{
     display:none;   
    }
    header .phone-block {
    text-align: center;
    padding: 0 40px;
    display: block;
    margin-top: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom:5px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .hamburger {
        position: absolute;
        right: 0%;
        top: 60%;
        padding: 10px 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px){
.hamburger {
    top: 50%;
}}


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

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

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

.whatBroken-input label{
  font-weight: normal;
}

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

.whatBroken-progress{
  font-size: 20px;
  color:rgb(245 82 0);
margin-left: 50px;
}

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

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

/* CONTACT FORM */

.contactsInfo {
  display: flex;
  justify-content: space-around;
}
 
.contactsInfo-info {
  width: 500px;
  border: rgb(245 82 0) 2px solid; /*цвет бордера МЕНЯТЬ*/ 
  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: rgb(245 82 0) 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 rgb(245 82 0);
  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;

  }
}

@media (max-width: 1200px){
    .otstup {
    height: 240px;
}
}

@media (min-width: 320px) and (max-width: 991px){
    .otstup {
    height: 85px;
}
}
.map-info {
    position: absolute;
    top: 100px;
    left: 80px;
    background: rgb(255 255 255);
    padding: 20px;
    z-index: 2;
}
.map-info p {
    padding-bottom: 15px;
    padding-left: 15px;
    max-width: 280px;
}
@media (min-width: 320px) and (max-width: 991px){
.map-info {
    left: 0;
    top: 450px;
    width: 100%;
    text-align: center;
}
}
@media (min-width: 320px) and (max-width: 991px){
.map-info p {
    max-width: 100%;
}
}

.brand a{
   color: #333;
}

@media (min-width: 320px) and (max-width: 767px){
.bannerX {
    display: block;
    background-image:none;
}}

.bannerX .title {
    margin-bottom: 0;
}


@media(max-width:425px){
.service-item .serviceOverlay {
    display:none !important;
}}

.formGroupInput {
    flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 767px){
footer .phone-block {
    flex-flow: column;
    }}

@media (min-width: 320px) and (max-width: 500px){
.table-wrapp .table {
    font-size: 10px;
    }}

@media (min-width: 320px) and (max-width: 991px){
.banner-main .banner-main-content {
    color: white;
    }
.banner-main .banner-main-content .accept-group a {
    
}}


.messageBlock select {
background: #fff;
}

.main-sec-content {
    background: #ffffffcc;
}

@media (min-width: 320px) and (max-width: 510px){
header .logo-inner img {
    width: 96px;
    }}

@media (max-width: 1024px){
.sliden {
    height: 342px;
    }}

.orderCall__div {
    margin-top: 10px;
}

.dopMenu {
    margin-top: 0px;
}

.messageBlock img {
    width: 32px;
}


@media (min-width: 320px) and (max-width: 510px){
.grid-testemonials {
    padding: 0;
    padding-top: 30px;
}}

















@media(max-width:425px){
.service-item .serviceOverlay {
    display:none !important;
}}

.formGroupInput {
    flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 767px){
footer .phone-block {
    flex-flow: column;
    text-align: center;
    display: block;
    }}

@media (min-width: 320px) and (max-width: 500px){
.table-wrapp .table {
    font-size: 10px;
    }}

@media (min-width: 320px) and (max-width: 991px){
.banner-main .banner-main-content {
    color: white;
    }
.banner-main .banner-main-content .accept-group a {
    
}}


.messageBlock select {
background: #fff;
}

.main-sec-content {
    background: #ffffffcc;
}

@media (min-width: 320px) and (max-width: 510px){
header .logo-inner img {
    width: 96px;
    }}

@media (max-width: 1024px){
.sliden {
    height: 342px;
    }}

.orderCall__div {
    margin-top: 10px;
}

.dopMenu {
    margin-top: 0px;
}

.messageBlock img {
    width: 32px;
}


@media (min-width: 320px) and (max-width: 510px){
.grid-testemonials {
    padding: 0;
    padding-top: 30px;
}}


@media (min-width: 320px) and (max-width: 767px){
.footer-mnu-wrapp {
    padding: 10px 30px;
}
}

.otstup{
    height: 215px;    
}

.brand p {
    font-size: 30px;
    margin: 0 15px 10px;
}

.logo img{
height: 60px;
}

header .logo {
    width: 15%;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 600px){
.brand p {
    font-size: 20px;
}}
@media (max-width: 1199px){
.otstup {
    height: 200px;
    }}

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




































.slick-slide img {
  display: block;
  width: 100px;
  object-fit: cover;
  height: 100px;
  margin: 0 auto;
  padding-top: 5px;
}

.sliden {
  height: 294px;
}

.sliden p:first-child {
  font-size: 22px !important;
}

.sliden p:last-child {
  font-size: 20px !important;
}

.failures-sale {
  height: 305px;
  display: flex;
  align-items: center;
  background: url(../img/bg.jpg) no-repeat top left;
  padding: 0 95px 0 130px;
  position: relative;
  width: 1120px;
  margin-left: -10px;
  margin-top: 20px;
  margin: 0 auto;
}

.failures-sale .text {
  margin: 0 0 25px 0;
  position: relative;
}

.failures-sale .title {
  font-weight: 600;
  font-size: 35px;
  color: #fff;
  line-height: 1.05;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: initial;
}

.failures-sale .title span {
  display: inline-block;
  background: #ec201f;
  padding: 2px 8px 6px 5px;
}

.failures-sale .description {
  font-weight: 600;
  font-size: 35px;
  color: #ff0302;
  line-height: 1.6;
  width: 478px;
}

.failures-sale form input {
  font-size: 15px;
  width: 200px;
  height: 46px;
  border: 1px solid #f0f0f0;
  padding: 0 0 0 20px;
  margin: 0 1px 0 0;
  vertical-align: bottom;
}

.btn-bg {
  border: 2px solid #296a9a;
  height: 46px;
  line-height: 44px;
  padding: 0 20px 1px 20px;
  font-family: "Bosch", Arial;
  font-size: 16px;
  color: #fff;
  background-color: rgb(18, 90, 143);
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: relative;
  overflow: hidden;
}

.failures-sale form .submit {
  background-color: #fff;
  background-image: url(../img/ico-percent.png);
  background-position: left 20px center;
  color: #125a8f;
  border-bottom-color: rgb(202, 202, 202);
  padding-left: 55px;
  background-repeat: no-repeat;
}

.btn-bg::after {
  content: "";
  opacity: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 800ms
    cubic-bezier(0.38, 0.04, 0.35, 0.96);
  transition: -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
  transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
  transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96),
    -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  margin: 0;
  padding: 0;
}

.failures-sale .bt {
  position: absolute;
  right: 120px;
  bottom: 0;
}

.failures-sale .master {
  position: absolute;
  right: 150px;
  bottom: 0;
}

.text-recall {
  color: white;
  font-size: 22px;
}

@media (max-width: 1199px) {
  .failures-sale .bt,
  .failures-sale .master {
    display: none;
  }
}
@media (max-width: 767px) {
  .failures-sale form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .failures-sale .description {
    font-size: 28px;
    line-height: 1.1;
    width: 228px;
  }
  .failures-sale {
    padding-left: 102px;
  }
  .failures-sale {
    width: auto;
    height: 388px;
    padding-right: 0;
    margin-right: 10px;
  }

  .text-recall {
    font-size: 14px;
    margin-top: 10px;
  }
}

.call-widget {
  position: fixed;
  right: -6px;
  bottom: 135px;
  z-index: 5;
  width: 310px;
  height: 90px;
  display: none;
}

.call-widget .outline {
  background: rgb(248, 251, 255, 0.25);
  border: 1px solid rgba(210, 213, 242, 0.25);
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: -10px;
  animation: call_widget infinite 2s linear;
}

.call-widget .wrap {
  width: 290px;
  height: 70px;
  background: url(../img/phone.png) no-repeat center left 15px,
    url(../img/circle.png) no-repeat top left,
    url(../img/circle2.png) no-repeat top left #125a8f;
  border-radius: 2px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 0 0 85px;
  transition: all ease 0.2s;
}

.call-widget .title {
  position: relative;
  padding: 0;
}

.call-widget .title span {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
}

.call-widget .title span:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #45e155;
  border-radius: 100%;
  position: absolute;
  margin: 7px 0 0 5px;
}

.call-widget .subtitle {
  font-weight: 300;
  font-size: 13px;
  color: #9f9f9f;
  margin: 5px 0 0 0;
}

.call-widget .logo {
  position: absolute;
  top: 4px;
  right: 4px;
}

.modal.order-big .img-master {
  position: absolute;
  right: -70px;
  bottom: 0;
}

.modal .content-big {
  padding: 55px 60px;
  position: relative;
}

.modal .circle {
  width: 155px;
  height: 155px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  transform: rotate(-15deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: -110px;
  padding: 15px;
}

.modal .circle .text {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
}

.modal .circle .number {
  font-weight: 600;
  font-size: 40px;
  color: #125a8f;
  margin: 3px auto;
}

.modal .circle .text {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
}

.modal .content-big .title {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 25px 0;
}

.modal .content-big p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 35px 0;
}

.modal .content-big p span {
  display: inline-block;
  background: #eb5757;
  border-radius: 2px;
  padding: 0 5px;
  line-height: 1.2;
}

.modal .content-big .btn-line {
  margin: 0 0 15px 0;
  display: flex;
}

.modal .content-big .submit {
  background: #de353a;
  width: 270px;
  height: 46px;
  text-align: center;
}

.personal-check {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.2;
  margin: 20px 0 0 0;
  display: flex;
}

.personal-check .label {
  flex-shrink: 0;
  margin: 0 10px 0 0;
}

.personal-check .label input {
  display: none;
}

.personal-check .label input:checked ~ .checkbox-custom {
  background: url(../img/ico-check.png) no-repeat center;
}

.personal-check a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .call-widget {
    display: none !important;
  }
}

@keyframes call_widget {
  0% {
    background: rgba(255, 248, 250, 0);
    border: 1px solid rgba(210, 213, 242, 0);
    transform: scale(0.9);
  }

  20% {
    background: rgba(255, 248, 250, 0.25);
    border: 1px solid rgba(210, 213, 242, 0.25);
    transform: scale(1);
  }

  60% {
    background: rgba(255, 248, 250, 0.1);
    border: 1px solid rgba(210, 213, 242, 0.1);
    transform: scale(1.1);
  }

  100% {
    background: rgba(255, 248, 250, 0);
    border: 1px solid rgba(210, 213, 242, 0);
    transform: scale(1.15);
  }
}

.modal.order-big {
  max-width: 555px;
  background: #125a8f;
  border-radius: 2px;
  overflow: initial;
}

.blocker {
  z-index: 50;
}

.modal .content-big .title {
  padding: 0;
  text-align: initial;
}

.modal a.close-modal {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  top: 5px;
  right: 5px;
}

.modal.order-big a.close-modal {
  background: url(../img/close.png) no-repeat center;
}

.modal .content-big .input {
  font-size: 16px;
  color: #000;
  width: 205px;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  margin: 0 5px 0 0;
  padding: 0 20px;
  background: #fff;
  transition: all ease 0.2s;
}

.failures-sale .message,
.modal.order-big .message {
  padding: 20px 0;
  color: #fff;
}

.modal.order-big .message {
  max-width: 200px;
  text-align: inherit;
}

.banner-big-text {
  text-align: center;
  color: #171717;
  font-size: 32px;
  margin-bottom: -25px;
}

.question .title {
  font-size: 28px;
  font-weight: 600;
}

.failures-sale form .submit {
  width: 200px;
}

@media (max-width: 579px) {
  .question .title {
    font-size: 18px;
  }
}

.scrollup {
  bottom: 112px;
}

.call-widget {
  bottom: 6px;
}

.dopMenu-mnu {
  flex-direction: column;
}

.adress {
  margin-top: 5px;
}

.dopMenu-mnu li a {
  color: #6d6d6d;
}

header .logo {
  margin: 0px 0 10px;
}

header .adress {
  margin-top: 0px;
}

header .phone-block {
  margin-top: 0px;
}

header .adress p:first-child,
.scrolledAddress p:first-child {
  font-size: 28px;
  margin-bottom: 0px;
}

header .btnA,
header .btnA:focus {
  width: 227px;
  font-size: 20px;
  padding: 4px 15px;
}

header .form-control-1 {
  margin: 0 auto;
  font-size: 18px;
  width: 200px;
}

header .message {
  padding: 0;
  left: -5px;
}

@media (max-width: 768px) {
  header #address p {
    display: none;
  }

  header #phone {
    display: grid;
    justify-content: center;
  }

  header #phone .phone {
    order: 3;
  }

  header .form-control-1 {
    margin-bottom: 5px;
  }

  .scrolledAddress {
    width: 100%;
  }
  header .header {
    padding-bottom: 0;
  }

  header .message {
    position: initial;
    width: 298px;
  }
}

.sliden {
  color: #000;
  border: 2px solid #171717;
  background-color: white;
}

.testemonials .slick-slide {
  background: white;
  border: 2px solid #6d6d6d;
  border-radius: 10px;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
}

.testemonials .slide-text {
  padding: 15px 20px;
  width: 100% !important;
}

.testemonials .slide-img {
  margin-left: 0 !important;
  width: 100px;
  margin-top: 5px;
}

.testemonials-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.testemonials .btnA,
.testemonials .btnA:focus {
  width: 176px;
  font-size: 18px;
  padding: 5px 15px;
}

.testemonials-container div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-content .darkTitle {
  margin-top: 40px;
}

.whatBroken-end {
  width: 100% !important;
  border: 2px solid #171717;
  border-radius: 10px;
  margin: 15px;
}

.whatBroken-end .subtitle {
  font-size: 30px;
  margin-bottom: 20px;
}

.whatBroken-end .orangeBtn {
  font-size: 18px;
}
@media (max-width: 768px) {
  .whatBroken-end .subtitle {
    font-size: 20px;
  }
}

.layout {
  max-width: 1130px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px;
}
.accordion {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: white;
  border: 2px solid #171717;
  border-radius: 10px;
}
.accordion__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion__question .plus {
  font-size: 28px;
  font-weight: bold;
}
.accordion__question p {
  margin: 5px;
  padding: 0;
  font-size: 17px;
}
.accordion__answer p {
  margin: 5px;
  padding: 10px;
  background: #f7f7f7;
  border-radius: 10px;
  font-size: 16px;
}
.accordion:hover {
  cursor: pointer;
}
.accordion__answer {
  display: none;
}
.accordion.active .accordion__answer {
  display: block;
}

.header-phone {
  display: flex;
}

header .btnA,
header .btnA:focus {
  margin-left: -42px;
}

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

a.call {
  color: #000;
}

.scrolledPhone,
header .phone-block {
  padding: 0px;
}

@media (max-width: 991px) {
  header .callback {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  header .adress .btnA,
  header .adress .btnA:focus {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .hamburger {
    top: 0%;
  }

  header .callback {
    width: 100vw;
    gap: 5px;
  }

  header .is-active {
    top: 0;
  }

  .header_contacts {
    font-size: 11px;
  }

  header .btnA,
  header .btnA:focus {
    width: 159px;
    font-size: 16px;
  }
}

body {
  margin: 0 auto !important;
}

.call-widget .logo {
  max-width: 25px;
}

header .btnA,
header .btnA:focus {
  border: none;
  padding: 2px 15px;
}

header .phone {
  font-size: 25px !important;
}

.scrolledAddress {
  margin-top: 0;
}

.bannerX {
  background: #fff;
}

.bannerX .slide-text {
  color: #000;
}

.testemonials-container {
  border: 2px solid #000;
  border-radius: 5px;
  margin: 0 5px;
  padding: 5px 0 10px;
}

.bannerX .slide-text {
  padding: 10px 25px;
  width: 100%;
}

.bannerX .slide-img {
  margin: 0;
}

.grid-testemonials .slide-img {
  margin-left: 15px !important;
}

.grid-testemonials .slide-text:before {
  top: -2px;
}

.banner-big-text {
  color: #ec1b24;
  margin-bottom: -11px;
}

.slick-slide img {
  display: block;
  width: 100px;
  object-fit: cover;
  height: 100px;
  margin: 0 auto;
  padding-top: 5px;
}

.sliden {
  height: 294px;
}

header .accept-group {
  display: flex;
  margin-bottom: 0px;
}

header .accept-group label {
  margin-right: -10px;
  font-weight: initial;
}

@media (max-width: 519px) {
  header .logo-inner p {
    display: none;
  }

  header .logo-inner {
    padding: 0;
  }
  .hamburger {
    top: 3%;
  }
  header .is-active {
    top: 2%;
  }

  header .btnA,
  header .btnA:focus {
    padding: 0px 10px;
    font-size: 14px;
    height: 25px;
  }

  header .form-control-1 {
    font-size: 14px;
    height: 25px;
  }

  .accept-group label {
    font-size: 10px;
  }

  header .phone {
    font-size: 20px !important;
  }
}

.accept-group label,
.accept-group label a {
  font-weight: initial;
  color: #000;
}

.failures-sale .text {
  color: white;
  font-size: 20px;
}

.failures-sale .ques {
  font-size: 26px;
}

.ques span {
  font-weight: 600;
}

.failures-sale form .submit {
  width: 235px;
  background: #ec1b24;
  padding: 0;
  color: #fff;
  font-size: 18px;
}

.failures-sale .accept-group {
  display: flex;
  margin-bottom: 0;
}

.failures-sale .accept-group label,
.failures-sale .accept-group label a {
  color: white;
}

.text-recall {
  color: white;
  font-size: 14px;
  padding: 0;
}

.failures-sale .small {
  margin-bottom: -20px;
  font-size: 14px;
}

.failures-sale .text {
  color: white;
  font-size: 18px;
  max-width: 570px;
}

.failures-sale {
  height: 340px;
  margin-bottom: 20px;
}

.wrapg {
  margin-bottom: 150px;
}

@media (max-width: 519px) {
  .failures-sale {
    height: 350px;
    margin-right: 0;
    margin-left: -95px;
  }
  .failures-sale .text {
    font-size: 14px;
  }
  .failures-sale .ques {
    font-size: 20px;
  }
  .wrapg {
    margin-bottom: 50px;
  }
}

.dopMenu-mnu li {
  text-align: center;
}

.orderForm .saleNumber {
  background-color: #ec1b24;
}

.dopMenu {
  display: contents;
}

header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.adress p:nth-child(2) {
  margin: 0 auto 4px;
  font-size: 16px;
}

.btnA:hover {
  background-color: #ec1b24;
}

.orangeBtn:hover {
  background-color: #ec1b24;
}

.orangeBtn,
.orangeBtn:focus {
  background-color: #ec1b24;
}

.btnA,
.btnA:focus {
  background-color: #ec1b24;
}

header .scrolledLogo {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 519px) {
  .failures-sale {
    padding-right: 10px;
  }

  .failures-sale .title {
    text-align: center;
  }

  header .logo {
    justify-content: center;
  }

  .failures-sale form {
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
  }

  .text-recall {
    text-align: center;
  }

  .failures-sale form input {
    width: 232px;
  }
}

.master-item {
  background-color: rgba(255, 255, 255, 0.15);
  color: #000;
  border: 2px solid #000;
}

.testemonials-container .btnA,
.testemonials-container .btnA:focus {
  width: auto;
}

.grid-testemonials .testemonials-item {
  display: flex;
  align-items: center;
}

.slick-slide {
  height: auto;
}

.bannerX .slide-img {
  width: auto;
}

header .accept-group label {
    width: 100%;
}

header .header {
  padding: 0;
}


h2 {
text-align: center;
    margin: 10px 0;
    font-size: 24px !important;

}

h3 {
text-align: center;
    margin: 10px 0;
    font-size: 20px;

}

.text-content p, .main-content p {
    padding: 8px 0;
 text-indent: 1.5em;
}

.text-content ul, .main-content ul {
        padding: 8px 0px 8px 40px;
}

@media (max-width: 500px){
    
    h2{
    font-size: 20px !important;
}

h3{
    font-size: 18px;
}
}







.accept-group {
    max-width: 569px;
    margin-top: 0;
}

.accept-group label {
    width: 100%;
}

header .adress {
    margin-bottom: 0;
}

.header-phone {
    max-width: 480px;
    margin: 0 auto;
}

header .phone-block {
    flex-direction: column;
}

header .phone-block p:first-child {
    font-size: 25px;
}

@media (max-width: 600px){
.brand p {
    display: none;
    }

header .row {
    display: grid;
}

    header .adress {
    order: 2;
}
    .hamburger {
    top: 30%;
    right: 0%;
}
    
    header .is-active {
    top: 10%;
}
}

.dopMenu-mnu li a {
    padding: 0;
}

.failures-sale .title {
    background: transparent;
}

.call-widget .title {
    margin: 0;
    background: transparent;
}

header {
    z-index: 5;
}

.modal .content-big .title {
    background: transparent;
}

header .accept-group {
    margin: 0 auto;
}

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

header .btnA {
    margin-top: 0px;
}

/*стиль для списка районов, метро, городов */
.district-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            list-style: none;
            padding: 0;
            max-width: 1200px;
            margin: 0 auto;
        }

        .district-list li {
            background-color: #f5f5f5;
            padding: 15px;
            text-align: center;
            border-radius: 5px;
        }

        .hidden {
            display: none;
        }

        .show-more-btn {
            display: block;
            margin: 20px auto;
            padding: 10px 20px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }

        .show-more-btn:hover {
            background-color: #0056b3;
        }

        @media (max-width: 768px) {
            .district-list {
                grid-template-columns: 1fr;
            }
        }
/*стиль таблицы с кнопкой*/
.table-container {
        position: relative;
    }

    .hidden {
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .hidden.visible {
        display: table-row; /* Для строк таблицы */
        opacity: 1;
    }

    .show-more-btn {
        display: block;
        margin: 20px auto;
        padding: 10px 20px;
        background-color: #F55200;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        position: relative;
        transition: background-color 0.3s, transform 0.2s;
    }

    .show-more-btn:hover {
        background-color: #F55200;
        transform: scale(1.05);
    }

    .show-more-btn.active {
        background-color: #F55200; /* Цвет для "Скрыть" */
    }

    .show-more-btn::after {
        content: "(" attr(data-hidden-count) ")";
        margin-left: 5px;
        font-size: 0.9em;
        opacity: 0.8;
    }

/*стиль для формы "задать вопрос мастеру"*/
.question-form {
        position: relative;
        padding: 20px;
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        border-radius: 15px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .form-card {
        position: relative;
        z-index: 1;
    }

    .question-form::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
        transform: rotate(30deg);
        pointer-events: none;
        z-index: 0;
    }

    .question-form textarea {
        width: 100%;
        padding: 15px;
        border: none;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
        font-size: 16px;
        resize: none;
        transition: all 0.3s ease;
    }

    .question-form textarea:focus {
        outline: none;
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
        background: white;
    }

    .input-wrapper {
        position: relative;
        margin: 20px 0;
    }

    .question-form .form-control-1 {
        width: 100%;
        padding: 12px 40px 12px 15px;
        border: none;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
        font-size: 16px;
        transition: all 0.3s ease;
    }

    .question-form .form-control-1:focus {
        outline: none;
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
        background: white;
    }

    .input-icon {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: #007bff;
    }

    .accept-group {
        display: flex;
        align-items: center;
        margin: 20px 0;
    }

    .acceptBlock {
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .acceptBlock input[type="checkbox"] {
        display: none;
    }

    .checkbox-custom {
        position: absolute;
        width: 20px;
        height: 20px;
        background: white;
        border: 2px solid #007bff;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .acceptBlock input:checked + .checkbox-label .checkbox-custom {
        background: #007bff;
    }

    .acceptBlock input:checked + .checkbox-label .checkbox-custom::after {
        content: '✔';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 14px;
    }

    .checkbox-label {
        font-size: 14px;
        color: #333;
        cursor: pointer;
    }

    .checkbox-label a {
        color: #007bff;
        text-decoration: underline;
    }

    .question-form-SubmitBtn {
        width: 100%;
        padding: 12px;
        background: #F55200;
        color: white;
        border: none;
        border-radius: 25px;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .question-form-SubmitBtn:hover {
        background: #F55200;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 86, 179, 0.4);
    }

    .question-form-SubmitBtn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.6s ease, height 0.6s ease;
    }

    .question-form-SubmitBtn:active::before {
        width: 200%;
        height: 200%;
    }

    .message {
        display: none;
        margin-top: 15px;
        padding: 10px;
        background: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
        border-radius: 10px;
        text-align: center;
        font-size: 14px;
    }

    .message.visible {
        display: block;