*:focus {
  outline: none;
}

body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  max-width: 1500px;
  margin: 0 auto;
  color: #4c4c4c;
  background: #fafafa;
}

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

.sendMessage {
  height: 38px;
  width: 266px;
  display: flex;
  position: fixed;
  top: 50%;
  right: -114px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #0c0c0c;
  cursor: pointer;
  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;
}

.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;
  color: #6d6d6d;
  background: #fafafa;
  border-radius: 4px 25px 4px 4px;
  z-index: 200;
  border: 1px solid #ccc;
  box-sizing: content-box;
  display: none;
}

.messageBlock img {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
}

.messageBlock p:first-child {
  background: #ccc;
  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: #6d6d6d;
  padding: 0 4px;
  background: #fff;
}

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

.messageBlock textarea::-moz-placeholder,
.messageBlock input::-moz-placeholder {
  color: #6d6d6d;
}

.messageBlock textarea:-moz-placeholder,
.messageBlock input:-moz-placeholder {
  color: #6d6d6d;
}

.messageBlock textarea::-webkit-input-placeholder,
.messageBlock input::-webkit-input-placeholder {
  color: #6d6d6d;
}

.messageBlock textarea:-ms-input-placeholder,
.messageBlock input:-ms-input-placeholder {
  color: #6d6d6d;
}

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

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

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

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

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

.price-table li:fisrt {
  padding-top: 10px;
}

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

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

.banner-main {
  border-bottom: 1px solid #fff;
}

.dopClassT {
  margin-top: 30px;
}

.dopBlockH {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.banner-main .banner-main-content h1 {
  font-size: 32px;
  max-width: 425px;
  text-align: center;
  margin: 0 auto 10px;
  padding: 0 15px;
}

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

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

.banner1_form input {
  margin: 0;
}

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

.orangeBtn:hover {
  background-color: #de0b3f;
  color: #FAFBFC;
  text-decoration: none;
  -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;
}

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

.darkTitle {
  color: rgba(0, 0, 0, .8);
  font-size: 30px;
  font-weight: 600;
}

.conTitle {
  font-size: 32px;
  margin-top: 30px;
}

#accapt-banner-1 {
  width: 24%;
  margin-bottom: 4px;
}

header,
header .row {
  position: relative;
}

.hamburger {
  position: absolute;
  right: 20px;
  top: 30%;
  padding: 10px 15px;
}

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

.header {
  padding: 26px 0;
}

.dopMenu {
  position: absolute;
  top: 10px;
  right: 0;
  width: 450px;
  padding-right: 40px;
  box-sizing: content-box;
}

.dopMenu-mnu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
}

.dopMenu-mnu li {
  list-style: none;
}

.dopMenu-mnu li a {
  color: rgba(0, 0, 0, .8);
  padding: 0 15px;
  font-size: 16px;
}

.dopMenu-mnu li:hover a {
  text-decoration: underline;
  -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;
}

header .logo {
  margin: 0;
  margin-top: 15px;
}

.logo-inner {
  padding: 10px 0 0 30px;
}

.logo-inner span {
  display: none;
}

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

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

.logo-inner img {
  display: block;
  max-width: 240px;
  width: 100%;
  height: 100%;
}

.logo-inner>img:last-child {
  margin-top: 33px;
}

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

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

.adress>p {
  font-size: 32px;
}

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

.mapBlock {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.mapBlock p {
  padding-top: 8px;
  font-size: 20px;
}

.adress .way-scheme,
.adress .way-scheme:focus {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ccc;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 6px;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 #fff;
  box-shadow: 0 1px 1px 0 #fff;
}

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

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

header .phone-block {
  text-align: center;
  padding: 0 20px;
  margin-top: 26px;
  display: block;
}

.phone-block .phone {
  font-size: 20px;
  display: block;
  margin: 0 auto 6px;
  color: rgba(0, 0, 0, .8);
  font-weight: 300;
}

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

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

.phone-block .callback,
.phone-block .callback:focus {
  padding: 10px 15px;
  background-color: #ff003e;
  border-radius: 10px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0 1px 1px 0 #fff;
  box-shadow: 0 1px 1px 0 #fff;
}

.phone-block .callback:hover {
  background-color: #de0b3f;
}

.btnA,
.btnA:focus {
  padding: 10px 15px;
  margin: 0 auto;
  background-color: #ff003e;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.btnA:hover {
  background-color: #de0b3f;
  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 #000;
  ;
  box-shadow: inset 0 2px 4px 0px #000;
  padding: 10px 15px 6px;
}

.aniBanner {
  width: 90%;
  max-width: 1000px;
  height: 200px;
  margin: 30px auto 50px;
  border: 1px solid #ccc;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}

.aniPartBan,
.aniPartBan2 {
  display: none;
  justify-content: flex-end;
}

.aniPartBan p {
  width: 45%;
  color: #ccc;
  font-size: 40px;
  text-align: center;
  position: absolute;
  top: 43px;
  left: 13%;
}

.profBan p {
  width: 65%;
  left: 8%;
}

.aniBanner2 {
  width: 750px;
  height: 200px;
  border: 2px solid #ccc;
  margin: 10px auto 40px;
  position: relative;
  box-sizing: content-box;
}

.aniPartBan2 {
  color: #ccc;
  font-size: 36px;
  text-align: center;
}

.aniPartBan2 p {
  width: 45%;
  padding: 49px 0;
  position: absolute;
  top: 0;
  left: 5%;
}

.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-color: rgba(119, 119, 119, 0.08);
  border: 1px solid #ccc;
  border-radius: 20px 20px 0 0;
}

.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: #ccc;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}

.main-mnu-mobile li:hover {
  background-color: #de0b3f;
  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;
}

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

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

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

.main-mnu li {
  list-style: none;
}

.main-mnu a {
  color: #4c4c4c;
  padding: 11px 10px;
  display: block;
  text-decoration: none;
}

.main-mnu a:hover {
  background-color: #ff003e;
  color: #FAFBFC;
  -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 {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  background: url(../img/main_bg.png) right no-repeat;
  color: #fff;
}

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

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

.main-sec-content img {
  margin: 0 auto;
  display: block;
}

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

.main-sec-contentForm {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  color: #333;
}

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

.orderFormWrapp .orderForm {
  margin: 0;
}

.orderFormWrapp .orderForm .form-group {
  display: flex;
  flex-flow: row nowrap;
}

.orderFormWrapp .orderForm .acceptBlock {
  width: 4%;
}

.orderFormWrapp .orderForm .acceptBlock input {
  margin: 0;
}

.banner-main-content .orderForm {
  padding: 15px 0 0;
}

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

.orderForm .formTitle {
  font-size: 20px;
  text-align: center;
  padding-bottom: 15px;
}

.orderForm .saleNumber {
  display: inline-block;
  padding: 6px 4px;
  color: #fff;
  background-color: #ff003e;
  border-radius: 50%;
}

.orderForm .form-group {
  margin: 0 auto;
  width: 330px;
  padding-bottom: 15px;
  text-align: center;
}


.coment-wrapp .form-control::-moz-placeholder,
.coment-wrapp textarea::-moz-placeholder,
.orderForm .form-group input::-moz-placeholder,
.form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, .8);
}

.coment-wrapp .form-control:-moz-placeholder,
.coment-wrapp textarea::-moz-placeholder,
.orderForm .form-group input :-moz-placeholder,
.form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, .8);
}

.coment-wrapp .form-control::-webkit-input-placeholder,
.coment-wrapp textarea::-webkit-input-placeholder,
.orderForm .form-group input ::-webkit-input-placeholder,
.form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .8);
}

.coment-wrapp .form-control::-ms-input-placeholder,
.coment-wrapp textarea::-ms-input-placeholder,
.orderForm .form-group input :-ms-input-placeholder,
.form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, .8);
}

.orderForm .form-btn,
.orderForm .accept-group {
  padding: 0;
}

.form .form-control,
.form .form-control:focus {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
}

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

.form-group input:focus::-moz-placeholder,
.coment-wrapp textarea:focus::-moz-placeholder {
  visibility: hidden;
}

.form-group input:focus:-moz-placeholder,
.coment-wrapp textarea:focus::-moz-placeholder {
  visibility: hidden;
}

.form-group input:focus::-webkit-input-placeholder,
.coment-wrapp textarea:focus::-webkit-input-placeholder {
  visibility: hidden;
}

.form-group input:focus:-ms-input-placeholder,
.coment-wrapp textarea:focus::-ms-input-placeholder {
  visibility: hidden;
}

.orderForm .orangeBtn {
  width: 100%;
}

.tisers {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.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;
  width: 200px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #f5f5f5;
}

.mainWrapp .tisersItem {
  text-align: center;
  width: 170px;
  padding: 10px 0;
  border: 1px solid #ccc;
  background: #f5f5f5;
}

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

.tisersWrapp .tisersItem .orangeText,
.mainWrapp .tisersItem .orangeText {
  font-weight: 600;
  color: #ff003e;
}

.tiserText {
  color: #4c4c4c;
}

.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;
  border: 1px solid #ccc;
}

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

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

.banner-1 {
  padding: 7px;
  \color: #rgba(0, 0, 0, .8);
  padding: 45px 0;
  background: url(../img/bannerL.png) 3% no-repeat, url(../img/bannerR.png) right no-repeat;
  text-align: center;
}

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

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


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

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

.sidebar .advantages {
  border: none;
}

.advantages {
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.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;
  padding: 25px 10px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  color: #4c4c4c;
  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: #ff003e;
  width: 100%;
  transition: all 0.3s ease-out;
}

.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: #ccc;
  color: #fff;
  border-radius: 50%;
}

.testemonials {
  color: #fff;
  background: url(../img/banner-2-bg.jpg) no-repeat;
  padding: 15px 30px;
}

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

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

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

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

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

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

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


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

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

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

.grid-testemonials .review {
  text-align: justify;
}

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

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

.text-content .container {
  width: 100%;
}

.text-content h1 {
  text-align: center;
  margin: 35px 0;
  padding: 0 20px;
  font-size: 32px;
}

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

.text-content p {
  margin: 0 40px;
}

.text-content ul {
  margin: 20px 0 0;
}

.text-content li {
  margin: 6px 0;
}

.banner-3 {
  position: relative;
  padding-top: 9px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

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

.baner3-imgR {
  position: absolute;
  bottom: 0;
  right: 4%;
}

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

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

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

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

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

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

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

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

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

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

.ban-prise {
  background: url(../img/p1.png) right no-repeat;
}

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

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

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

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

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

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

.bannerLawyer {
  background: url(../img/lawyer.png) right no-repeat;
  margin-bottom: 30px;
}

.bannerGarant {
  background: url(../img/garan.png) right no-repeat;
  margin-bottom: 30px;
}

.bannerMaster {
  background: url(../img/pre.png) right no-repeat;
  margin-bottom: 30px;
}

.bannerMaster,
.bannerGarant,
.bannerLawyer {
  height: 350px;
}

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

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

.banner-main .minusPad {
  padding: 50px 0;
}

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

.banner-main .banner-btn,
.banner-main .banner-btn:focus {
  background: #ff003e;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}

.banner-main .banner-btn:hover {
  box-shadow: 0 0 10px 5px #fff;
  -webkit-box-shadow: 0 0 10px 5px #fff;
}

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

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

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

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

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

.form-inline .form-group {
  margin-bottom: 0;
  display: flex;
  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;
  border: 2px solid #ccc;
}

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

.banner-3-form .accept-group {
  width: 300px;
  justify-content: space-between;
  margin: 0 auto
}

.orangeBtn {
  border-radius: 10px;
  padding: 7px;
  margin: 10px auto;
}

.orangeBtn:hover {
  background-color: #de0b3f;
  color: #FAFBFC;
}

.orangeBtn:active {
  -webkit-box-shadow: inset 0 2px 4px 0px #000;
  ;
  box-shadow: inset 0 2px 4px 0px #000;
  padding: 9px 7px 5px;
}

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

.banner-3-form .agree-block {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  width: 64%;
  margin: 14px auto 0;
}

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

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

.coment-wrapp .form-group {
  width: 33%;
  margin: 0 auto;
}

.coment-wrapp .form-control {
  border: none;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  margin-bottom: 7px;
}

.coment-wrapp textarea {
  border: 2px solid #ccc;
  width: 44%;
  display: block;
  padding: 6px 12px;
  box-sizing: border-box;
  margin: 10px auto 0;
  resize: none;
  background: #fff;
}

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

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

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

.textDopPages p {
  text-indent: 1.5em;
  line-height: 24px;
}

.question {
  padding: 20px 0;
  clear: both;
}

.question .row {
  display: flex;
  flex-flow: column wrap;
}

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

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

.question-form textarea {
  width: 100%;
  box-shadow: none;
  border: 2px solid #ccc;
  background: #fff;
  resize: none;
  padding: 6px 8px;
  margin: 0 auto;
}

.question-form p {
  font-size: 16px;
  margin: 8px auto;
}

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

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

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

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

.question .banner-content {
  width: 500px;
  margin: 0 auto;
}

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

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

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

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

}

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

.contact-info p {
  text-align: justify;
  padding: 0 30px;
  text-indent: 1.5em;
  line-height: 30px;
}

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

.map-info {
  position: absolute;
  top: 100px;
  left: 80px;
  background: rgba(255, 255, 255, .85);
  padding: 20px;
  z-index: 2;
}

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

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

.conWhere {
  text-align: center;
  margin: 30px 0 20px;
}

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

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

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

.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;
  background: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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: #ccc;
  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 #ccc;
}

.banOrderCall {
  margin: -220px 0 10px 30%;
  text-align: center;
  width: 70%;
}

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

.banOrderCall .phone {
  font-size: 28px;
  color: #fff;
}

.fix {
  text-align: center;
  width: 70%;
  margin: -120px 0 0 30%;
}

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

.orderCall__div img {
  width: 280px;
}

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

.titleMain {
  padding: 19px 15px 50px;
}

footer {
  padding: 20px 0;
}

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

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

footer li a {
  color: rgba(0, 0, 0, .8);
  display: block;
  padding: 8px 0;
  font-size: 16px;
}

.footer-mnu-wrapp p {
  font-weight: 600;
  font-size: 12px;
  margin-top: 14px;
  text-align: center;
}

.footer-mnu-oferta {
    margin-top: 10px;
}

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

.footer-mnu-wrapp p:first-child {
  font-size: 20px;
  margin: 0 0 10px;
}

.footer-mnu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.footer-mnu li {
  width: 50%;
  text-align: center;
}

.footer-mnu li:hover a {
  color: #ff003e;
  text-decoration: underline;
  -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 .adress {
  padding-top: 10px;
}

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

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

.footerLogo {}

.infoFooter img {
  margin: 0 auto;
  display: block;
}

footer infoFooter img {
  max-width: 230px;
  width: 100%;
}

.infoFooter p {
  text-align: center;
}

.form-control-1 {
  display: block;
  width: 140px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  margin-right: 30px;
  line-height: 1.42857143;
  background: #fff;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 4px;
}

.question-form .form-group:nth-child(3) {
  display: flex;
  justify-content: space-around;
  width: 54%;
  margin-top: 3px;
}

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

.acceptBlock {
  width: 4%;
  margin-right: 8px;
  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: 100%;
  display: inline-block;
}

.banner-3-form .accept-group label {
  font-size: 11px;
  width: 100%;
  display: inline-block;
}

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

.breadcrumb a {
  color: #ff003e;
}

.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 a {
  display: inline-block;
  margin-top: 10px;
}

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

@media (max-width: 768px) {
  .text-content p {
    margin: 0 20px;
  }

  .footer-mnu-wrapp {
    text-align: center;
    padding: 10px 0;
  }

  footer .logo img {
    float: none;
  }

  .coment-wrapp .form-group {
    width: auto;
  }
}

@media (max-width: 991px) {
  .banner-main .container {
    width: 100%;
  }

  .phone-block,
  .logo {
    text-align: center;
  }

  .orderNow {
    color: #fff;
  }

  header .phone-block {
    padding: 0 1%;
    margin-top: 8px;
  }

  .adress {
    margin-top: 12px;
  }

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

@media (min-width: 320px) and (max-width: 767px) {
  .text-content h1 {
    margin: 25px 0;
  }

  .testemonials {
    padding: 10px;
  }

  .aniBanner,
  .aniBanner2 {
    display: none;
  }

  .hamburger {
    right: 15%;
    top: 45%;
  }

  .sendMessage {
    display: none !important;
  }

  header .logo-inner {
    padding: 20px 0 0 0;
  }

  .form-inline .form-control {
    width: auto;
    margin: 0 auto;
  }

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

  footer {
    padding: none;
  }

  .banner-1,
  #banner-3 {
    background: none;
    border: none;
    padding: 0;
  }

  .main-sec-content {
    width: 320px;
  }

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

  .main-sec-content {
    width: 100%;
  }

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

@media (min-width: 320px) and (max-width: 510px) {
  header .logo-inner img {
    margin: 0 0 10px 8%
  }

  header .phone-block {
    padding: 0 1%;
    margin-top: 8px;
    display: flex;
    flex-flow: column wrap;
  }

  header .logo-inner p {
    margin-left: 8%;
    text-align: left;
  }

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

  footer .logo {
    margin: 0 0 10px;
    padding: 0;
  }

  footer .phone-block {
    flex-flow: column wrap;
    margin: 8px 0 30px;
  }

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

@media (min-width: 320px) and (max-width: 480px) {
  .banner-main .banner-main-content h1 {
    font-size: 26px;
  }

  .conTitle {
    padding: 20px 15px;
  }

  .banner-main-content .title {
    font-size: 17px;
  }

  .conWhere h3 {
    font-size: 20px;
  }

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

  .footer-mnu li {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 599px) {
  .advantages-wrapp .advantageItem {
    margin: 0 40px 40px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .advantages .advantages-wrapp {
    padding: 0 25px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .testemonials-item {
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 320px) and (max-width: 679px) {
  .tisersWrapp .tisersItem {
    margin: 14px 6%;
  }

  .mainWrapp .tisersItem {
    width: 170px;
    margin: 14px 20% 0;
  }
}

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

  .tisersWrapp .tisersItem {
    text-align: center;
    margin: 25px 5%;
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  .conTitle {
    font-size: 32px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .banner-3-form {
    margin-top: 0;
  }

  .darkTitle {
    font-size: 22px;
    padding: 0 0 20px;
  }

  .testemonials .slide-text {
    padding: 0;
    position: relative;
    text-align: justify;
  }

  .grid-testemonials .person {
    margin-bottom: 10px;
  }

  .grid-testemonials .slide-text:before {
    background: none;
  }
}

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

@media (min-width: 720px) and (max-width: 991px) {
  .service-grid .servicesWrapp .service-item {
    width: 50%;
  }
}

@media (min-width: 320px) and (max-width: 519px) {
  .dopMenu {
    width: 100%;
    text-align: center;
    box-sizing: content-box;
    padding: 0;
  }

  .dopMenu-mnu {
    flex-flow: column wrap;
    justify-content: inherit;
    padding: 0;
  }

  header .logo {
    text-align: center;
    margin: 50px 0 10px;
  }

  header .logo-inner img {
    margin: 0 auto 10px;
    width: 180px;
  }

  header .logo-inner p {
    font-size: 12px;
    text-align: center;
    margin-left: 0;
  }

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

  .hamburger {
    top: 50%;
    right: 5%;
  }

  .logo-inner span {
    display: block;
    font-size: 14px;
    margin-top: 0;
  }

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 0;
  }

  .dopMenu {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 100px;
    box-sizing: content-box;
    width: 450px;
  }

  header .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  header .logo {
    width: 40%;
    margin: 3px 0 10px;
    order: 2;
  }

  header .adress {
    width: 94%;
    margin-top: 32px;
    order: 1;
  }

  header .logo-inner {
    width: 300px;
    margin: 0 auto;
  }

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

  header .phone-block {
    padding: 0 1%;
    margin-top: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 40%;
    order: 3;
  }

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

  header .phone-block .btnA,
  header .phone-block .btnA:focus {
    margin: 0;
  }

  header .adress p:nth-child(2) {
    margin: 0;
  }

  header .adress .btnA,
  header .adress .btnA:focus {
    margin: 6px auto 0;
  }

  header .phone-block .callback,
  .phone-block .callback:focus {
    margin: 8px auto 0;
    width: 154px;
  }

  .testemonials .container {
    width: 100%
  }

  .testemonials .slide .col-sm-offset-1 {
    margin-left: 6.333333%;
  }

  .testemonials .slide .slide-text {
    width: 78.666667%;
  }

  .slide-img {
    width: 100px;
  }

  .slide-text {
    width: 84.666667%;
  }

  footer .row {
    display: flex;
    flex-flow: row wrap;
  }

  footer .logo {
    order: 2;
    margin: 0 0 10px;
  }

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

  footer .adress {
    padding-top: 0px;
    margin-top: 27px;
  }

  footer .adress a {
    margin: 10px auto 0;
  }

  footer .adress p {
    display: inline;
  }

  .footer-mnu-wrapp {
    margin: 6px 0 30px;
    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 div:last-child {
    order: 3;
  }
}

@media (min-width: 520px) and (max-width: 768px) {
  .logo-inner span {
    display: block;
    font-size: 16px;
    margin-top: 2px;
  }
}

@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: 320px) and (max-width: 500px) {
  .text-content h1 {
    font-size: 28px;
  }

  .text-content p {
    margin: 0;
  }

  .question-form p {
    text-align: center;
  }

  .question-form .formBtnControl {
    flex-flow: row wrap;
  }

  .question-form .form-group:first-child {
    padding: 10px 5% 0;
  }

  .question .form-control-1 {
    margin-right: 0;
  }

  .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: 359px) {
  .banner-1 .title {
    width: 300px;
    margin: 0 auto;
  }

  .banner-1 #accapt-banner-1 {
    width: 220px;
    margin-left: 10px;
  }
}

@media (min-width: 320px) and (max-width: 579px) {
  .question .banner-content {
    width: 100%;
  }

  .question .title {
    font-size: 18px;
    padding: 0 24px 10px;
  }

  .question-form {
    justify-content: center;
  }

  .question-form .form-group:nth-child(3) {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 889px) {
  .aniPartBan p {
    width: 42%;
    font-size: 28px;
    top: 60px;
    left: 6%;
  }

  .profBan p {
    width: 63%;
    left: 5%;
  }
}

@media (min-width: 890px) and (max-width: 1059px) {
  .aniPartBan p {
    width: 43%;
    font-size: 32px;
    top: 55px;
    left: 9%;
  }

  .profBan p {
    width: 62%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-3-content {
    padding: 30px 0;
  }

  .adress>p {
    font-size: 28px;
  }

  .banner-1 {
    background: url(../img/bannerLS.png) 5% no-repeat, url(../img/bannerRS.png) 95% no-repeat;
  }

  .baner3-imgR {
    display: none;
  }

  .phone-block .callback,
  .phone-block .callback:focus {
    padding: 6px 15px;
  }

  .baner3-img {
    left: 5%;
  }

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

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

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

  .slide-img {
    width: 100px;
  }

  .slide-text {
    width: 88.666667%;
  }

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

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

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

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

  header .adress h1 {
    font-size: 28px;
    margin-bottom: 5px;
  }

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

  footer .logo {
    width: 30%;
  }

  .advantages .advantages-wrapp {
    padding: 0 26px;
  }

  .bannerX {
    background: url(../img/banner-2-bg.jpg) -90px no-repeat;
  }

  .testemonials .slide .col-sm-offset-1 {
    margin-left: 25.333333%;
  }

  .testemonials .slide .slide-text {
    width: 58.666667%;
  }
}

@media (min-width: 360px) and (max-width: 1199px) {
  .banner-1 #accapt-banner-1 {
    width: 274px;
    margin-left: 10px;
  }
}

@media (min-width: 320px) and (max-width: 370px) {
  .orderForm .form-group {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 600px) {
  .text-content h1 {
    margin: 15px 0;
    font-size: 26px;
  }

  .bannerMaster p,
  .bannerGarant p,
  .bannerLawyer p {
    font-size: 17px;
  }

  .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 .title {
    padding: 0 20px;
    margin: 20px auto;
  }
}

@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: 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: 420px) {
  .callback-form .acceptBlock input {
    margin: 30px 0 0;
  }

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

  .main-sec-content {
    margin: 0 auto;
  }
}

@media (min-width: 580px) and (max-width: 1199px) {
  .formBtnControl {
    margin-right: 30px;
    justify-content: space-between;
  }

  .question-form .form-group:nth-child(3) {
    width: 64%;
  }
}

@media (min-width: 320px) and (max-width: 400px) {
  .question {
    padding: 0;
  }

  .acceptBlock {
    width: 5%;
    margin-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 360px) {
  .question .accept-group label {
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .text-content {
    padding: 0 30px;
  }

  .banner-1 {
    background: none;
  }

  .main-sec-contentForm {
    padding: 40px 0;
  }

  .conTitle {
    margin: 0;
  }

  .banner-main .banner-main-content {
    background: #ff003e;
    width: 100%;
  }

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

  .banner-main .banner-btn,
  .orangeBtn {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
  }

  .banner-audio {
    background: none;
  }

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

  .testemonials {
    background: none;
  }

  .orderCall__div img {
    display: none;
  }

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

  .banner-mains {
    background: none;
    height: inherit;
  }

  .map {
    margin-bottom: 210px;
  }

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

  .map-info {
    left: 0;
    top: 480px;
    width: 100%;
    text-align: center;
  }

  .map-info p {
    max-width: 100%;
  }
}

@media (min-width: 511px) and (max-width: 991px) {
  footer .phone-block a:last-child {
    margin: 0;
  }

  footer .logo-inner>img:last-child {
    margin-top: 10px;
  }

  footer .phone-block .phone {
    margin: 2px 12px 5px 0;
  }
}

@media (min-width: 511px) and (max-width: 767px) {
  .logo {
    margin: 36px 0 10px;
  }

  header .logo-inner img {
    width: 220px;
    margin: 0 auto;
  }

  header .logo-inner {
    padding: 20px 20px 0 0;
  }

  .dopMenu {
    width: 100%;
    padding: 0;
    box-sizing: content-box;
  }

  .dopMenu-mnu {
    justify-content: space-around;
  }

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
























.hamburger {
  z-index: 5;
}

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

.forDopMenu {
  display: flex;
  justify-content: flex-end;
}

.otstup {
  height: 193px;
}

.scrolled {
  display: none;
}

.scrolled2 {
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.226);
}

.scrolledLogo {
  margin-top: 0px;
  text-align: center;
}

.scrolledAddress {
  text-align: center;
  margin-top: 15px;
}

.scrolledAddress p:first-child {
  font-size: 18px;
  margin-bottom: 0px;
}

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

.scrolledAddress span {
  display: block;
}

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

.scrolledPhone {
  text-align: center;
  padding: 0 30px;
  display: block;
  margin-top: 10px;
}

.scrolledPhone .phone {
  font-size: 19px;
  display: inline-block;
  margin: 0 auto 12px;
  color: #000;
  font-weight: 300;
}

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .scrolledLogo {
    width: 30%;
    margin: 10px auto 10px;
  }

  .scrolledAddress {
    width: 64%;
    margin-top: 10px;
  }

  .scrolledAddress p:nth-child(2) {
    margin: 0;
  }

  .scrolledPhone {
    padding: 0 1%;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .scrolledPhone .phone {
    margin: 4px 10px 0 0;
  }

  .scrolledPhone .btnA,
  .scrolledPhone .btnA:focus {
    margin: 0;
  }
}

@media (min-width: 511px) and (max-width: 991px) {
  header .is-active {
    top: 12%;
  }
}

@media (min-width: 320px) and (max-width: 519px) {
  .phone-block .phone {
    font-size: 20px;
  }
}

@media (min-width: 320px) and (max-width: 519px) {
  .scrolledPhone .phone {
    font-size: 20px;
  }
}


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

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

@media (min-width: 320px) and (max-width: 767px) {
  .otstup {
    height: 200px;
  }
}

@media (max-width: 1199px) {
  .otstup {
    height: 200px;
  }
}

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

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

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

.dopMenu-mnu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
}

header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 4;
}

.dopMenu {
  position: absolute;
  top: 0;
  width: 435px;
  padding-right: 0px;
  box-sizing: content-box;
}

header .header {
  padding: 10px 0;
}

@media (min-width: 320px) and (max-width: 519px) {
  header .logo {
    text-align: center;
    margin: 10px 0 10px;
  }
}


/* 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: #ec1b24;
  margin-left: 50px;
}

.whatBroken-btn {
  width: 148px;
  height: 36px;
  padding: 8px 15px;
  display: block;
  border: none;
  margin: 0 auto;
  background-color: #ff003e;
  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: #ff003e 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: #ff003e 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 #ff003e;
  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;

  }
}

/* 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: #ff003e;
  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: #ff003e; // основной цвет кнопки
  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;
  }
}

.testemonials .slick-next:before {
  background-color: #e21921;
  border-radius: 50%;
}

.testemonials .slick-prev:before {
  background-color: #e21921;
  border-radius: 50%;
}

.scrollup2 {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 150px;
  border-radius: 50%;
  right: 30px;
  opacity: 0.7;
  border: 1px solid #fff;
  display: block;
  text-indent: -9999px;
  background: url(../img/phone_icon_white.png) center no-repeat, #ff003e;
}









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



.scrolledPhone .callback {
  width: 160px;
}


.hamburger {
  position: absolute;
  right: 0px;
  top: 50%;
  padding: 0px 5px;
}

.is-active {
  position: absolute;
  right: 0px;
  top: 9%;
  padding: 0px 5px;
  z-index: 5;
}

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

@media (min-width: 511px) and (max-width: 991px) {
  header .is-active {
    top: 10%;
    right: 0%;
  }
}

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

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

@media (max-width:991px) {
  header .logo-inner {
    padding: 0px 0 0 0;
  }

  .adress>p {
    font-size: 20px;
  }

  header .logo-inner img {
    margin: 0 auto 0px;
    width: 150px;
  }

  header .phone-block {
    padding: 0 1%;
    margin-top: 0px;
    display: flex;
    flex-flow: column wrap;
  }

  .scrolledPhone {
    display: flex;
    justify-content: flex-start;
    flex-flow: column wrap;
    margin-top: 0px;
    text-align: center;
    padding: 5px 30px;
    align-items: center;
  }
}

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

@media (max-width:767px) {
  .scrolledPhone .phone {
    font-size: 19px;
    display: inline-block;
    margin: 0 auto 4px;
    color: #000;
    font-weight: 300;
  }
}

header .logo-inner {
  padding: 20px 0 0 0;
}

.breadcrumb a {
  color: #337ab7;
}







.bannerX {
  color: #fff;
  background: url(../img/slideBanner.png) 9% no-repeat, #ff003e;
  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 #1a1a19;
  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 ##ff003e;
}

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

.text-content .container {
  width: 100%;
}

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

}

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

.btnA,
.btnA:focus {
  padding: 10px 15px;
  margin: 0 auto;
  background-color: #ff003e;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.adress>p {
  font-size: 24px;
}

.accept-group a {
  color: #4c4c4c;
}


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

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

.price-table .main-content p {
  text-align: justify;
  text-indent: 0;
  line-height: 1.4;
}

@media (min-width: 320px) and (max-width: 991px) {
  .banner-main .banner-main-content {
    color: #ffffff;
  }
}

@media (min-width: 320px) and (max-width: 767px){
.otstup {
    height: 227px;
    }}


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


.sliden {
    height: 294px;
}

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

.bannerX .slick-arrow:before {
  content: "→";
}

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

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


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