@font-face {
  font-family: "../fonts/Myriad Pro Regular";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Myriad Pro Regular", sans-serif;
}

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizin: border-box;
}

h1 {
  margin: 0;
}

html,
body {
  height: 100%;
  background-color: #fff;
  color: #333;
  font-size: 20px;
}

.wrapper {
  min-height: 100%;
  background: url("../image/fon.jpg") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.allscreen {
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.7);
}

.header {
  margin: 0 15%;
}

.header-block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 10px;
}

.header-block-row-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.header-block-row-img img {
  height: 100px;
}

.header-block-row-column-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0;
}

.header-block-row-column-text1 {
  font-size: 24px;
}

.header-block-row-column-text2 a {
  background-color: #009b77;
  padding: 15px;
  color: white;
  text-decoration: none;
  border-radius: 20px;
}

.allscreen-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2% 10% 0% 10%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.allscreen-body-right-title {
  text-align: center;
}

.allscreen-body-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.allscreen-body-title h1 {
  color: #464646;
  text-shadow: #ffffff 1px 0 10px;
}

.allscreen-body-title-span span {
  color: #996600;
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-block1 {
  padding: 3%;
}
.service-block1 p {
  padding: 10px;
}
.service-block1 a {
  color: #009b77;
  text-decoration: none;
}

.service-block2 img {
  height: 300px;
}

.button-call {
  margin: 10px 10px;
}
.button-call a {
  background-color: #009b77;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
}

.required-form-avto-callback-call_me_back_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.required-form-avto-callback-call_me_back_data input {
  padding: 20px;
  margin-top: 30px;
  border-radius: 20px;
}

.blockpreim {
  margin-top: 20px;
}

.mobile-service {
  display: none;
}

.mobile {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #009b77;
  padding: 20px 0px;
  text-align: center;
}
.mobile a {
  color: white;
  text-decoration: none;
  font-size: 26px;
}

.sale {
  background-color: rgba(255, 255, 255, 0.5);
  color: #996600;
  padding: 30px;
  text-align: center;
  margin: 0% 15%;
}
.sale p {
  font-size: 28px;
}

@media only screen and (max-width: 992px) {
  .allscreen-body {
    width: 100%;
    max-width: 100%;
    margin: 0%;
  }
}
@media only screen and (max-width: 890px) {
  .allscreen-body {
    width: 100%;
    max-width: 100%;
  }
  .buttoncall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .buttoncall a {
    background-color: blue;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 820px) {
  .allscreen-body {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    margin: 0% 3%;
  }
  .allscreen-main {
    margin: 0% 3%;
  }
  .allscreen-body {
    width: 100%;
    max-width: 100%;
    margin: 0%;
  }
  .allscreen-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7% 10%;
  }
  .allscreen-body-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .allscreen-body-right {
    display: none;
  }
  .allscreen-body-title {
    text-align: center;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .allscreen-body-title h1 {
    font-size: 32px;
  }
  .allscreen-body-title-span {
    text-align: center;
    margin: 10px 0px;
  }
  .service {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-block1 p {
    text-align: center;
  }
  .button-call {
    margin: 15px 10px;
    text-align: center;
  }
  .button-call a {
    background-color: #009b77;
    color: white;
    padding: 10px 30px;
    border-radius: 20px;
  }
  .blockpreim {
    text-align: center;
  }
  .mobile-service {
    display: block;
    font-size: 16px;
    text-align: center;
  }
  .mobile-service p {
    margin-top: 10px;
  }
  .mobile {
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(45%, #009b77), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(55%, #009b77));
    background: linear-gradient(90deg, #009b77 45%, rgba(255, 255, 255, 0.1) 50%, #009b77 55%);
    background-size: 400% 400%;
    -webkit-animation: gradient 7s ease infinite;
            animation: gradient 7s ease infinite;
  }
  .sale {
    background-color: rgba(255, 255, 255, 0.5);
    color: #996600;
    padding: 30px 30px 60px 30px;
    margin: 10px 0px;
    text-align: center;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes gradient {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@media only screen and (max-width: 579px) {
  .service-block2 {
    display: none;
  }
  .allscreen-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .allscreen-body {
    width: 100%;
    max-width: 100%;
  }
  .header-block-row {
    padding: 0px;
  }
  .allscreen-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7% 10%;
  }
  .allscreen-comment-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  .allscreen-comment-text q {
    font-style: italic;
  }
  .allscreen-title-text {
    margin: 0% 1% 2%;
  }
  .allscreen-link {
    margin: 7% 0%;
  }
  .allscreen-body-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .allscreen-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7% 0%;
  }
  .service-block2 {
    margin: 0 0 0 30px;
  }
  .service-block2 img {
    height: 100px;
  }
  .service-block1 span {
    font-size: 15px;
  }
  .all-benefits {
    margin: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .one-benefits {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    margin: 0.5%;
  }
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    margin: 0 5%;
    padding: 5% 2%;
  }
  .container-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 5%;
    margin-top: 10px;
  }
  .container-block q {
    font-size: 16px;
  }
  .buttoncall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .buttoncall a {
    background-color: blue;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
  }
}
@media only screen and (max-width: 420px) {
  .header-block-row-column-text1 {
    text-align: center;
  }
}
@media only screen and (max-width: 390px) {
  .header-block-row-column-text {
    padding: 25px 0;
  }
  .header-block-row-column-text1 {
    font-size: 20px;
    text-align: center;
  }
  .header-block-row-column-text2 {
    padding: 10px 15px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .header-block-row {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-block-row-column-text {
    padding: 10px 0;
  }
  .header-block-row-column-text1 {
    font-size: 18px;
    text-align: center;
  }
  .header-block-row-column-text2 {
    padding: 10px 15px;
    font-size: 18px;
    margin-top: 10px;
  }
  .header-block-row-img img {
    height: 120px;
  }
  .allscreen-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 315px) {
  .header-block-row-column-text2 {
    padding: 10px 10px;
    font-size: 10px;
  }
  .allscreen-title {
    font-size: 32px;
  }
}
.header-block2 a {
  display: inline-block;
  background-color: #d36904;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  margin: 40px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}