* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  overflow-x: hidden;
  word-wrap: break-word;
}
.action-40 {
  font-size: 40px;
}
.action-30 {
  font-size: 30px;
}
.action-48 {
  font-size: 48px;
}
.action-24 {
  font-size: 24px;
}
header {
  width: 100%;
  height: 50px;
  background-color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
header > div {
  width: 20%;
  height: 50px;
}
header div:nth-of-type(2) {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}
header div:nth-of-type(2) a{
  text-decoration: none;
  color: #ffffff;
}
header div:nth-of-type(3) {
  text-align: center;
  line-height: 50px;
}
header div:nth-of-type(3) img {
  vertical-align: middle;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
header div:nth-of-type(3) img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
header div:nth-of-type(4) {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: #f5d521;
  text-align: center;
  line-height: 50px;
}
header div:nth-of-type(4) a{
  text-decoration: none;
  color: #f5d521;
}
header div:nth-of-type(5) {
  text-align: center;
  line-height: 50px;
}
header div:nth-of-type(5) button {
  padding: 9px 35px;
  background-color: #f5d419;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
          transition: all 0.3s
  /* line-height: 50px; */
}
header div:nth-of-type(5) button:hover {
  background-color: #f8de4f;
}
.menu {
  width: 100%;
  height: 80px;
  background-color: #212121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.menu .logo {
  width: 30%;
  height: 80px;
}
.menu .logo img {
  width: 40%;
  margin-top: -30px;
}
.menu .main-menu {
  width: 50%;
  height: 80px;
}
.menu .main-menu .hamburger {
  display: none;
}
.menu .main-menu ul li {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  color: #f5d419;
  margin-left: 20px;
  margin-right: 10px;
  line-height: 100px;
}
.menu .main-menu ul li a {
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.menu .main-menu ul li a:hover {
  color: #636363;
}
.menu .main-menu ul li.active a {
  color: #636363;
}
.slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.7s;
          transition: opacity 0.7s;
}
.slider > div {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
          transition: opacity 0.7s;
}
.slider > div .rev-slide {
  width: 580px;
  height: 300px;
  background-color: black;
  opacity: 0.8;
  position: absolute;
  border-radius: 10px;
  bottom: 7%;
  right: 8%;
  line-height: 100px;
  padding: 15px 50px;
}
.slider > div .rev-slide h1 {
  color: white;
  font-size: 50px;
  text-align: right;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.slider > div .rev-slide h2 {
  color: white;
  font-size: 30px;
  text-align: right;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.slider > div .rev-slide h3 {
  color: white;
  font-size: 20px;
  text-align: right;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.slider > span {
  display: block;
  z-index: 15;
  position: absolute;
}
.slider .arrow-lefts {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  top: 40%;
  left: 30px;
  cursor: pointer;
  background-color: black;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}
.slider .arrow-rights {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  top: 40%;
  right: 30px;
  cursor: pointer;
  background-color: black;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}
.slider .indicator {
  width: 100%;
  height: 30px;
  bottom: 0;
  text-align: left;
  padding-left: 15%;
}
.slider .indicator span {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 3px solid #ffffff;
  cursor: pointer;
}
.services-type {
  width: 100%;
  height: auto;
}
.services-type .title {
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  color: #e90822;
  text-align: center;
  margin-top: 30px;
}
.services-type .services-type-block {
  width: 90%;
  height: auto;
  margin: 30px auto 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.services-type .services-type-block > div {
  width: 280px;
  height: 280px;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.services-type .services-type-block > div img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%) brightness(35%);
          filter: grayscale(100%) brightness(35%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.services-type .services-type-block > div .hid {
  display: none;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  z-index: 100;
  position: relative;
}
.services-type .services-type-block > div .vis {
  z-index: 100;
  position: relative;
}
.services-type .services-type-block > div p {
  margin-top: 45px;
  padding: 30px;
}
.services-type .services-type-block > div a span {
  display: block;
  width: 250px;
  height: 250px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 6px solid #f5d419;
  border-bottom: 6px solid #f5d419;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  z-index: 100;
}
.services-type .services-type-block > div:hover span {
  border-right: 6px solid #f5d419;
  border-top: 6px solid #f5d419;
}
.services-type .services-type-block > div:hover img {
  -webkit-filter: grayscale(10%) brightness(90%);
          filter: grayscale(10%) brightness(90%);
}
.services-type .services-type-block > div:hover .vis {
  display: none;
}
.services-type .services-type-block > div:hover .hid {
  display: block;
}
.services-type .go-full-catalog {
  width: 100%;
  height: 50px;
  margin-bottom: 45px;
  text-align: center;
}
.services-type .go-full-catalog a {
  padding: 10px 30px;
  background-color: #f5d419;
  text-decoration: none;
  color: black;
  line-height: 50px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.services-type .go-full-catalog a:hover {
  background-color: #f8de4f;
}
.action-1 {
  width: 100%;
  height: 570px;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.action-1 > div:nth-of-type(1) {
  width: 65%;
  height: 570px;
}
.action-1 > div:nth-of-type(2) {
  width: 35%;
  height: 570px;
}
.action-1 > div:nth-of-type(2) .action-title {
  font-family: Arial, sans-serif;
  font-size: 72px;
  font-weight: normal;
  font-style: normal;
  color: #f5d419;
  margin-top: 70px;
}
.action-1 > div:nth-of-type(2) .action-text {
  margin-top: 15px;
}
.action-1 > div:nth-of-type(2) .action-text p {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
.action-1 > div:nth-of-type(2) .action-more {
  margin-top: 40px;
  text-align: center;
}
.action-1 > div:nth-of-type(2) .action-more a {
  padding: 11px 34px;
  border: 2px solid #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #ff0000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.experience {
  width: 100%;
  height: 570px;
}
.experience .title {
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  color: #e90822;
  text-align: center;
  margin-top: 30px;
}
.experience .exp-1 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  color: #737374;
  text-align: center;
}
.experience .exp-1 p {
  margin-top: 35px;
  line-height: 28px;
}
.experience .logo {
  text-align: center;
  margin-top: 30px;
}
.experience .exp-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 35px;
}
.experience .exp-2 > div {
  width: 20%;
  text-align: center;
}
.experience .exp-2 > div span:nth-of-type(1) {
  display: block;
  height: 55px;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: #212121;
}
.experience .exp-2 > div span:nth-of-type(2) {
  display: block;
  font-size: 48px;
  font-weight: bold;
}
.experience .exp-2 > div span:nth-of-type(3) {
  display: block;
  font-size: 24px;
  color: #737374;
}
.examples {
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  background-color: #212121;
}
.examples .title {
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  color: #e90822;
  text-align: center;
  padding-top: 30px;
}
.examples .examples-text {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
.examples .ex-background {
  width: 60%;
  height: auto;
  padding-bottom: 20px;
  margin: 15px auto 0px auto;
  background-color: black;
  position: relative;
}
.examples .ex-background .arrow {
  position: absolute;
  cursor: pointer;
}
.examples .ex-background .prev {
  top: 35%;
  left: -50px;
}
.examples .ex-background .next {
  top: 35%;
  right: -50px;
}
.examples .ex-background .indicator-ex {
  text-align: center;
  height: 30px;
  width: 100%;
}
.examples .ex-background .indicator-ex span {
  width: 10px;
  height: 10px;
  border-radius: 7px;
  border: 1px solid white;
  display: inline-block;
  margin-left: 4px;
}
.examples .ex-background .ex-background-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.examples .ex-background .ex-background-title > div {
  width: 50%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
.examples .ex-background .gallery {
  margin-top: 20px;
  width: 90%;
  height: 80%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.examples .ex-background .gallery ul {
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: margin-left 350ms ease-in;
          transition: margin-left 350ms ease-in;
  font-size: 0;
}
.examples .ex-background .gallery ul li {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}
.examples .ex-background .gallery ul li img {
  display: block;
}
.guarantee {
  width: 100%;
  height: auto;
  padding-bottom: 45px;
}
.guarantee .title {
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  color: #e90822;
  text-align: center;
  margin-top: 30px;
}
.guarantee .medal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
}
.guarantee .medal > div {
  width: 30%;
  height: 260px;
  text-align: center;
}
.guarantee .guarantee-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.guarantee .guarantee-text > div {
  width: 28%;
  height: 120px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  color: #646465;
}
.reviews {
  width: 100%;
  height: 570px;
  background-color: #212121;
}
.reviews .title {
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  color: #f5d419;
  text-align: center;
  padding-top: 30px;
}
.action-2 {
  width: 100%;
  height: 570px;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.action-2 > div:nth-of-type(1) {
  width: 65%;
  height: 570px;
}
.action-2 > div:nth-of-type(2) {
  width: 35%;
  height: 570px;
}
.action-2 > div:nth-of-type(2) .action-title {
  font-family: Arial, sans-serif;
  font-size: 72px;
  font-weight: normal;
  font-style: normal;
  color: #f5d419;
  margin-top: 70px;
}
.action-2 > div:nth-of-type(2) .action-text {
  margin-top: 15px;
}
.action-2 > div:nth-of-type(2) .action-text p {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
.action-2 > div:nth-of-type(2) .action-more {
  margin-top: 40px;
  text-align: center;
}
.action-2 > div:nth-of-type(2) .action-more a {
  padding: 11px 34px;
  border: 2px solid #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #ff0000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.label-car {
  width: 100%;
  height: auto;
  padding-bottom: 45px;
}
.label-car .title {
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  color: #e90822;
  text-align: center;
  padding-top: 30px;
}
.label-car .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.label-car .label div {
  width: 10%;
  height: 95px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.label-car .label div span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.label-car .go-full-catalog {
  width: 100%;
  height: 50px;
  margin-bottom: 45px;
  margin-top: 35px;
  text-align: center;
}
.label-car .go-full-catalog a {
  padding: 10px 30px;
  background-color: #f5d419;
  text-decoration: none;
  color: black;
  line-height: 50px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.label-car .go-full-catalog a:hover {
  background-color: #f8de4f;
}
.action-3 {
  width: 100%;
  height: 600px;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.action-3 > div:nth-of-type(1) {
  width: 57%;
  height: 570px;
}
.action-3 > div:nth-of-type(2) {
  width: 43%;
  height: 570px;
}
.action-3 > div:nth-of-type(2) .action-title {
  font-family: Arial, sans-serif;
  font-size: 72px;
  font-weight: normal;
  font-style: normal;
  color: #f5d419;
  margin-top: 50px;
}
.action-3 > div:nth-of-type(2) .action-text {
  margin-top: 10px;
}
.action-3 > div:nth-of-type(2) .action-text p {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
.action-3 > div:nth-of-type(2) .action-more {
  margin-top: 40px;
  text-align: center;
}
.action-3 > div:nth-of-type(2) .action-more a {
  padding: 11px 34px;
  border: 2px solid #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #ff0000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.cont {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cont .cont-block {
  width: 45%;
  height: auto;
  background-color: #212121;
}
.cont .cont-block > div:nth-of-type(1) {
  width: 80%;
  height: 15%;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: #c3051e;
  line-height: 80px;
  border-bottom: 2px solid white;
  margin: 20px auto 0px auto;
}
.cont .cont-block > div:nth-of-type(2) {
  width: 80%;
  height: 14%;
  border-bottom: 1px solid white;
  margin: 4% auto 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cont .cont-block > div:nth-of-type(2) > div:nth-of-type(1) {
  width: 20%;
  text-align: center;
}
.cont .cont-block > div:nth-of-type(2) > div:nth-of-type(2) {
  width: 80%;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #f5d419;
}
.cont .cont-block > div:nth-of-type(3) {
  width: 80%;
  height: 14%;
  border-bottom: 1px solid white;
  margin: 4% auto 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cont .cont-block > div:nth-of-type(3) > div:nth-of-type(1) {
  width: 20%;
  text-align: center;
}
.cont .cont-block > div:nth-of-type(3) > div:nth-of-type(2) {
  width: 80%;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #f5d419;
}
.cont .cont-block > div:nth-of-type(4) {
  width: 80%;
  height: 15%;
  margin: 4% auto 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cont .cont-block > div:nth-of-type(4) > div:nth-of-type(1) {
  width: 20%;
  text-align: center;
}
.cont .cont-block > div:nth-of-type(4) > div:nth-of-type(2) {
  width: 80%;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #f5d419;
}
.cont .cont-block > div:nth-of-type(5) {
  width: 80%;
  height: 15%;
  margin: 1% auto 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cont .cont-block > div:nth-of-type(5) > div:nth-of-type(1) {
  width: 50%;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #c3051e;
  line-height: 37px;
}
.cont .cont-block > div:nth-of-type(5) > div:nth-of-type(2) {
  width: 50%;
}
.cont .cont-block > div:nth-of-type(5) > div:nth-of-type(2) img {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.cont .cont-block > div:nth-of-type(5) > div:nth-of-type(2) img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.cont .form-block {
  width: 55%;
  height: auto;
  background-color: #f5d419;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cont .form-block > div:nth-of-type(1) {
  width: 45%;
}
.cont .form-block > div:nth-of-type(1) .text {
  color: red;
  text-align: center;
  margin-top: 45px;
}
.cont .form-block > div:nth-of-type(1) .logo {
  text-align: center;
  margin-top: 45px;
}
.cont .form-block > div:nth-of-type(1) .scream {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 70px;
}
.cont .form-block > div:nth-of-type(1) .scream .scr-img {
  width: 20%;
  text-align: center;
  line-height: 70px;
}
.cont .form-block > div:nth-of-type(1) .scream .scr-text {
  width: 80%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #000000;
}
.cont .form-block > div:nth-of-type(2) {
  width: 45%;
}
.cont .form-block > div:nth-of-type(2) form {
  text-align: center;
  margin-top: 25%;
  line-height: 70px;
}
.cont .form-block > div:nth-of-type(2) form [name="name"] {
  width: 70%;
  height: 42px;
  background-color: black;
  border: none;
  background-image: url(../img/chel_foot.png);
  background-repeat: no-repeat;
  background-position: 5% 45%;
  color: white;
  padding-left: 14%;
  font-size: 20px;
}
.cont .form-block > div:nth-of-type(2) form [name="number"] {
  width: 70%;
  height: 42px;
  background-color: black;
  border: none;
  background-image: url(../img/mob_foot.png);
  background-repeat: no-repeat;
  background-position: 5% 45%;
  color: white;
  padding-left: 14%;
  font-size: 20px;
}
.cont .form-block > div:nth-of-type(2) form [type="submit"] {
  background-color: #e90822;
  border-bottom: 4px solid #bb0a1f;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 15px 23%;
  color: white;
  font-weight: bold;
  background-image: url(../img/gal_foot.png);
  background-repeat: no-repeat;
  background-position: 5% 45%;
  cursor: pointer;
}
.search {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.search > div:nth-of-type(1) {
  width: 45%;
  font-size: 30px;
  color: black;
  line-height: 80px;
  padding-left: 40px;
}
.search > div:nth-of-type(2) {
  width: 55%;
}
.search > div:nth-of-type(2) form {
  line-height: 80px;
  text-align: right;
}
.search > div:nth-of-type(2) form label {
  font-size: 18px;
}
.search > div:nth-of-type(2) form [name="search"] {
  width: 70%;
  height: 40px;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
.search > div:nth-of-type(2) form [type="submit"] {
  background-color: #f5d419;
  border: none;
  padding: 14px 15px;
  cursor: pointer;
}
footer {
  width: 100%;
  height: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  background-color: #212121;
  color: white;
}
/* ============= Catalog ===========*/
.three-block {
  width: 100%;
  min-height: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.three-block .left-sidebar {
  width: 20%;
  min-height: 300px;
  background-color: #212121;
}
.three-block .left-sidebar .title {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  color: #b6061c;
  text-align: center;
  margin-top: 30px;
}
.three-block .left-sidebar .cat-list {
  margin-top: 25px;
}
.three-block .left-sidebar .cat-list .cat-name {
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 20px;
  margin-left: 15%;
}
.three-block .left-sidebar .cat-list ul {
  margin-left: 20%;
}
.three-block .left-sidebar .cat-list ul li {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #b6061c;
  line-height: 22px;
}
.three-block .left-sidebar .cat-list ul li a {
  color: white;
  text-decoration: none;
}
.three-block .left-sidebar .cat-list ul li a:hover {
  color: #636363;
}
.three-block .catalog-content {
  width: 60%;
  min-height: 300px;
  background-color: #111111
  /* ===============================SERVICES ==============================================*/
}
.three-block .catalog-content .breadcrumb {
  margin-left: 15px;
  margin-top: 10px;
}
.three-block .catalog-content .breadcrumb li {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #f5d419;
}
.three-block .catalog-content .breadcrumb li a {
  text-decoration: none;
  color: #777776;
}
.three-block .catalog-content .breadcrumb li.active {
  border-bottom: 1px solid #f5d419;
}
.three-block .catalog-content .title {
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  color: #f5d419;
  margin-top: 25px;
  margin-left: 15px;
}
.three-block .catalog-content .services-type {
  width: 100%;
  height: auto;
}
.three-block .catalog-content .services-type .title {
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  color: #e90822;
  text-align: center;
  margin-top: 30px;
}
.three-block .catalog-content .services-type .services-type-block {
  width: 90%;
  height: auto;
  margin: 30px auto 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.three-block .catalog-content .services-type .services-type-block > div {
  width: 280px;
  height: 280px;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.three-block .catalog-content .services-type .services-type-block > div img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%) brightness(35%);
          filter: grayscale(100%) brightness(35%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.three-block .catalog-content .services-type .services-type-block > div .hid {
  display: none;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  z-index: 100;
  position: relative;
}
.three-block .catalog-content .services-type .services-type-block > div .vis {
  z-index: 100;
  position: relative;
}
.three-block .catalog-content .services-type .services-type-block > div p {
  margin-top: 45px;
  padding: 30px;
}
.three-block .catalog-content .services-type .services-type-block > div a span {
  display: block;
  width: 250px;
  height: 250px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 6px solid #f5d419;
  border-bottom: 6px solid #f5d419;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  z-index: 100;
}
.three-block .catalog-content .services-type .services-type-block > div:hover span {
  border-right: 6px solid #f5d419;
  border-top: 6px solid #f5d419;
}
.three-block .catalog-content .services-type .services-type-block > div:hover img {
  -webkit-filter: grayscale(0%) brightness(90%);
          filter: grayscale(0%) brightness(90%);
}
.three-block .catalog-content .services-type .services-type-block > div:hover .vis {
  display: none;
}
.three-block .catalog-content .services-type .services-type-block > div:hover .hid {
  display: block;
}
.three-block .catalog-content .services-type .go-full-catalog {
  width: 100%;
  height: 50px;
  margin-bottom: 45px;
  text-align: center;
}
.three-block .catalog-content .services-type .go-full-catalog a {
  padding: 10px 30px;
  background-color: #f5d419;
  text-decoration: none;
  color: black;
  line-height: 50px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.three-block .catalog-content .services-type .go-full-catalog a:hover {
  background-color: #f8de4f;
}
.three-block .catalog-content .cont .cont-block > div:nth-of-type(1) {
  font-size: 20px;
}
.three-block .catalog-content .cont .cont-block > div:nth-of-type(2) > div:nth-of-type(2) {
  font-size: 14px;
}
.three-block .catalog-content .cont .cont-block > div:nth-of-type(3) > div:nth-of-type(2) {
  font-size: 14px;
}
.three-block .catalog-content .cont .cont-block > div:nth-of-type(4) > div:nth-of-type(2) {
  font-size: 14px;
}
.three-block .catalog-content .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(1) {
  font-size: 11px;
  width: 60%;
}
.three-block .catalog-content .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(2) {
  width: 40%;
}
.three-block .catalog-content .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(2) img {
  width: 24px;
}
.three-block .catalog-content .cont .form-block > div:nth-of-type(1) {
  width: 45%;
}
.three-block .catalog-content .cont .form-block > div:nth-of-type(1) .scream .scr-text {
  font-size: 12px;
}
.three-block .catalog-content .cont .form-block > div:nth-of-type(2) {
  /* width: 45%; */
}
.three-block .catalog-content .cont .form-block > div:nth-of-type(2) form [name="name"] {
  width: 80%;
  font-size: 16px;
}
.three-block .catalog-content .cont .form-block > div:nth-of-type(2) form [name="number"] {
  width: 80%;
  font-size: 16px;
}
.three-block .catalog-content .cont .form-block > div:nth-of-type(2) form [type="submit"] {
  padding: 15px 16%;
}
.three-block .catalog-content .search {
  background-color: white;
}
.three-block .catalog-content .search > div:nth-of-type(2) {
  width: 55%;
}
.three-block .catalog-content .search > div:nth-of-type(2) form [type="submit"] {
  padding: 15px 15px;
}
.three-block .catalog-content .best-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 35px;
}
.three-block .catalog-content .best-services > div {
  text-align: center;
}
.three-block .catalog-content .best-services > div:nth-of-type(1) {
  width: 25%;
  height: 250px;
}
.three-block .catalog-content .best-services > div:nth-of-type(1) > div:nth-of-type(1) {
  height: 170px;
}
.three-block .catalog-content .best-services > div:nth-of-type(1) > div:nth-of-type(2) {
  height: 60px;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
.three-block .catalog-content .best-services > div:nth-of-type(2) {
  width: 25%;
  height: 250px;
}
.three-block .catalog-content .best-services > div:nth-of-type(2) > div:nth-of-type(1) {
  height: 170px;
}
.three-block .catalog-content .best-services > div:nth-of-type(2) > div:nth-of-type(2) {
  height: 60px;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
.three-block .catalog-content .best-services > div:nth-of-type(3) {
  width: 25%;
  height: 250px;
}
.three-block .catalog-content .best-services > div:nth-of-type(3) > div:nth-of-type(1) {
  height: 170px;
}
.three-block .catalog-content .best-services > div:nth-of-type(3) > div:nth-of-type(2) {
  height: 60px;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
.three-block .catalog-content .best-services > div:nth-of-type(4) {
  width: 25%;
  height: 250px;
}
.three-block .catalog-content .best-services > div:nth-of-type(4) > div:nth-of-type(1) {
  height: 170px;
}
.three-block .catalog-content .best-services > div:nth-of-type(4) > div:nth-of-type(2) {
  height: 60px;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
.three-block .catalog-content .uslug-slider {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.three-block .catalog-content .uslug-slider .step {
  width: 10%;
  background-color: #cccccc;
  position: relative;
}
.three-block .catalog-content .uslug-slider .step .step-rev {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.three-block .catalog-content .uslug-slider .uslug-gallery {
  width: 90%;
  overflow: hidden;
  position: relative;
}
.three-block .catalog-content .uslug-slider .uslug-gallery .uslug-arrow-left {
  position: absolute;
  width: 40px;
  height: 100px;
  z-index: 1000;
  cursor: pointer;
  top: 30%;
  left: 0;
  text-align: center;
}
.three-block .catalog-content .uslug-slider .uslug-gallery .uslug-arrow-left img {
  height: 100%;
}
.three-block .catalog-content .uslug-slider .uslug-gallery .uslug-arrow-right {
  position: absolute;
  width: 40px;
  height: 100px;
  z-index: 1000;
  cursor: pointer;
  top: 30%;
  right: 0;
  text-align: center;
}
.three-block .catalog-content .uslug-slider .uslug-gallery .uslug-arrow-right img {
  height: 100%;
}
.three-block .catalog-content .uslug-slider .uslug-gallery > img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.three-block .catalog-content .step-name {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #363636;
  text-align: center;
}
.three-block .catalog-content .step-name span {
  font-size: 16px;
  color: white;
}
.three-block .catalog-content .modification {
  width: 100%;
  height: auto;
  margin-top: 35px;
  margin-bottom: 45px;
}
.three-block .catalog-content .modif-text{
  color: white;
  padding: 30px;
}
.three-block .catalog-content .modification table {
  width: 80%;
  margin: 0 auto;
}
.three-block .catalog-content .modification th:nth-of-type(1) {
  width: 70%;
  text-align: left;
}
.three-block .catalog-content .modification th:nth-of-type(2) {
  width: 30%;
  text-align: center;
}
.three-block .catalog-content .modification th {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #f5d419;
  border-bottom: 1px dotted red;
}
.three-block .catalog-content .modification td {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  padding-top: 7px;
  border-bottom: 1px dotted white;
}
.three-block .catalog-content .modification td:nth-of-type(1) {
  text-align: left;
}
.three-block .catalog-content .modification td:nth-of-type(2) {
  text-align: center;
}
.three-block .right-sidebar {
  width: 20%;
  min-height: 300px;
  background-color: #212121;
}
.three-block .right-sidebar .title {
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  color: #b6061c;
  text-align: center;
  margin-top: 30px;
}
.three-block .right-sidebar .side-action-1 {
  margin-top: 30px;
}
.three-block .right-sidebar .side-action-1 .side-action-img {
  background-size: cover;
  width: 100%;
  height: 200px;
}
.three-block .right-sidebar .side-action-1 .side-action-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: black;
  padding: 7px 4px;
}
.three-block .right-sidebar .side-action-1 .side-action-text > div:nth-of-type(1) {
  width: 20%;
}
.three-block .right-sidebar .side-action-1 .side-action-text > div:nth-of-type(2) {
  width: 80%;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
/* Service */
.services-type-block-3 {
  width: 90%;
  height: auto;
  margin: 30px auto 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.services-type-block-3 > div {
  width: 210px;
  height: 210px;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.services-type-block-3 > div img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%) brightness(35%);
          filter: grayscale(100%) brightness(35%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.services-type-block-3 > div .hid {
  display: none;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  z-index: 100;
  position: relative;
}
.services-type-block-3 > div .vis {
  z-index: 100;
  position: relative;
  font-size: 18px;
}
.services-type-block-3 > div p {
  margin-top: 45px;
  padding: 30px;
}
.services-type-block-3 > div a span {
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 6px solid #f5d419;
  border-bottom: 6px solid #f5d419;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  z-index: 100;
}
.services-type-block-3 > div:hover span {
  border-right: 6px solid #f5d419;
  border-top: 6px solid #f5d419;
}
.services-type-block-3 > div:hover img {
  -webkit-filter: grayscale(0%) brightness(90%);
          filter: grayscale(0%) brightness(90%);
}
.services-type-block-3 > div:hover .vis {
  display: none;
}
.services-type-block-3 > div:hover .hid {
  display: block;
}
.modif-text h3{
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 28px;
  transition: border 0.2s;
}
.modif-text h3:after{
  content: " \25b2";
  margin-left: 10px;
  /* font-size: 35px; */
  text-decoration: none;
}
.modif-text h3:hover{
  color: #b6061c;
}
.modif-text h3:hover:after{
  content: " \25bc";
}
.modif-text ul li{
  list-style-type: none;
}

/* About */
.about-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 25px;
  margin-top: 25px;
}
.about-block .text-1 {
  width: 60%;
  height: auto;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  color: #ffffff;
}
.about-block .text-1 span {
  padding-left: 25px;
}
.about-block .photo {
  width: 40%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.about-block .photo img {
  width: 70%;
}
.text-2 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  color: #ffffff;
  padding-left: 25px;
  padding-bottom: 35px;
}
.text-2 span {
  padding-left: 25px;
}
.text-2 span a {
  color: #f5d419;
}
.sert-block {
  width: 100%;
  height: auto;
}
.sert-block .title-sert {
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  color: #b6061c;
  text-align: center;
}
.sert-block .fancy-sert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 25px;
}
.sert-block .fancy-sert a {
  width: 18%;
}
.sert-block .fancy-sert a img {
  width: 100%
  /* border: 6px solid gray; */
}
.popular-services .popular-title {
  text-align: center;
  margin-top: 35px;
}
.popular-services .services-type-block {
  width: 90%;
  height: auto;
  margin: 30px auto 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.popular-services .services-type-block > div {
  width: 180px;
  height: 180px;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.popular-services .services-type-block > div img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%) brightness(35%);
          filter: grayscale(100%) brightness(35%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.popular-services .services-type-block > div .hid {
  display: none;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  z-index: 100;
  position: relative;
}
.popular-services .services-type-block > div .vis {
  z-index: 100;
  position: relative;
  font-size: 12px;
}
.popular-services .services-type-block > div p {
  margin-top: 15px;
  padding: 30px;
}
.popular-services .services-type-block > div a span {
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 6px solid #f5d419;
  border-bottom: 6px solid #f5d419;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  z-index: 100;
}
.popular-services .services-type-block > div:hover span {
  border-right: 6px solid #f5d419;
  border-top: 6px solid #f5d419;
}
.popular-services .services-type-block > div:hover img {
  -webkit-filter: grayscale(10%) brightness(90%);
          filter: grayscale(10%) brightness(90%);
}
.popular-services .services-type-block > div:hover .vis {
  display: none;
}
.popular-services .services-type-block > div:hover .hid {
  display: block;
}
.popular-services .go-full-catalog {
  width: 100%;
  height: 50px;
  margin-bottom: 45px;
  text-align: center;
}
.popular-services .go-full-catalog a {
  padding: 10px 30px;
  background-color: #f5d419;
  text-decoration: none;
  color: black;
  line-height: 50px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.popular-services .go-full-catalog a:hover {
  background-color: #f8de4f;
}
.partners {
  height: auto;
  padding-bottom: 45px;
}
.partners .partners-title {
  margin-top: 35px;
  text-align: center;
  margin-bottom: 35px;
}
.partners .bx-wrapper {
  margin: 0 auto;
}
/* ======== Contacts =======*/
.contacts-content {
  background-color: #111111;
  width: 60%;
}
.contacts-content .title {
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  color: #f5d419;
  margin-top: 25px;
  margin-left: 15px;
  margin-bottom: 35px;
}
.contacts-content .cont {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contacts-content .cont .cont-block {
  width: 45%;
  height: auto;
  background-color: #111111
  /* &>div:nth-of-type(1){
			width: 80%;
			height: 15%;
			.font(30px, #c3051e, normal, normal);
			line-height: 80px;
			border-bottom: 2px solid white;
			margin: 20px auto 0px auto;
		} */
}
.contacts-content .cont .cont-block > div:nth-of-type(1) {
  width: 80%;
  height: 14%;
  border-bottom: 1px solid white;
  margin: 4% auto 0px auto;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contacts-content .cont .cont-block > div:nth-of-type(1) > div:nth-of-type(1) {
  width: 20%;
  text-align: center;
  font-size: 15px;
}
.contacts-content .cont .cont-block > div:nth-of-type(1) > div:nth-of-type(2) {
  width: 80%;
  font-size: 15px;
  color: #f5d419;
}
.contacts-content .cont .cont-block > div:nth-of-type(2) {
  width: 80%;
  height: 14%;
  border-bottom: 1px solid white;
  margin: 4% auto 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contacts-content .cont .cont-block > div:nth-of-type(2) > div:nth-of-type(1) {
  width: 20%;
  text-align: center;
}
.contacts-content .cont .cont-block > div:nth-of-type(2) > div:nth-of-type(2) {
  width: 80%;
  font-size: 15px;
}
.contacts-content .cont .cont-block > div:nth-of-type(3) {
  width: 80%;
  height: 14%;
  border-bottom: 1px solid white;
  margin: 4% auto 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contacts-content .cont .cont-block > div:nth-of-type(3) > div:nth-of-type(1) {
  width: 20%;
  text-align: center;
}
.contacts-content .cont .cont-block > div:nth-of-type(3) > div:nth-of-type(2) {
  width: 80%;
  font-size: 15px;
}
.contacts-content .cont .cont-block > div:nth-of-type(4) {
  width: 80%;
  height: 15%;
  margin: 4% auto 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contacts-content .cont .cont-block > div:nth-of-type(4) > div:nth-of-type(1) {
  width: 20%;
  text-align: center;
}
.contacts-content .cont .cont-block > div:nth-of-type(4) > div:nth-of-type(2) {
  width: 80%;
  font-size: 15px;
}
.contacts-content .cont .cont-block > div:nth-of-type(5) {
  width: 80%;
  height: 15%;
  margin: 1% auto 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contacts-content .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(1) {
  width: 60%;
  text-align: center;
  font-size: 12px;
  line-height: 37px;
}
.contacts-content .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(2) {
  width: 40%;
  text-align: center;
}
.contacts-content .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(2) img {
  width: 30px;
}
.contacts-content .cont .form-block {
  width: 55%;
  height: auto;
  padding-bottom: 20px;
  background-color: #f5d419;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contacts-content .cont .form-block > div:nth-of-type(1) {
  width: 45%;
}
.contacts-content .cont .form-block > div:nth-of-type(1) .text {
  color: red;
  text-align: center;
  margin-top: 45px;
}
.contacts-content .cont .form-block > div:nth-of-type(1) .logo {
  text-align: center;
  margin-top: 45px;
}
.contacts-content .cont .form-block > div:nth-of-type(1) .scream {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 30px;
}
.contacts-content .cont .form-block > div:nth-of-type(1) .scream .scr-img {
  width: 20%;
  text-align: center;
  line-height: 70px;
}
.contacts-content .cont .form-block > div:nth-of-type(1) .scream .scr-text {
  width: 80%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #000000;
}
.contacts-content .cont .form-block > div:nth-of-type(2) {
  width: 45%;
}
.contacts-content .cont .form-block > div:nth-of-type(2) form {
  text-align: center;
  margin-top: 25%;
  line-height: 70px;
}
.contacts-content .cont .form-block > div:nth-of-type(2) form [name="name"] {
  width: 90%;
  height: 42px;
  background-color: black;
  border: none;
  background-image: url(../img/chel_foot.png);
  background-repeat: no-repeat;
  background-position: 5% 45%;
  color: white;
  padding-left: 14%;
  font-size: 16px;
}
.contacts-content .cont .form-block > div:nth-of-type(2) form [name="number"] {
  width: 90%;
  height: 42px;
  background-color: black;
  border: none;
  background-image: url(../img/mob_foot.png);
  background-repeat: no-repeat;
  background-position: 5% 45%;
  color: white;
  padding-left: 14%;
  font-size: 16px;
}
.contacts-content .cont .form-block > div:nth-of-type(2) form [type="submit"] {
  background-color: #e90822;
  border-bottom: 4px solid #bb0a1f;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 15px 23%;
  color: white;
  font-weight: bold;
  background-image: url(../img/gal_foot.png);
  background-repeat: no-repeat;
  background-position: 5% 45%;
  cursor: pointer;
}
.contacts-content .search {
  background-color: white;
}
.contacts-content .search > div:nth-of-type(2) {
  width: 55%;
}
.contacts-content .search > div:nth-of-type(2) form [type="submit"] {
  padding: 15px 15px;
}
.pop-up {
  width: 100%;
  height: 100%;
  background-color: black;
  background-size: cover;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  opacity: 0.98;
}
.close-pop-up {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.close-pop-up img {
  width: 100%;
}
.pop-up-content {
  width: 50%;
  height: 50%;
  background-color: #f5d419;
  /* z-index: 300; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.pop-up-content form {
  text-align: center;
  margin-top: 30px;
  line-height: 70px;
}
.pop-up-content form [name="name"] {
  width: 80%;
  height: 42px;
  background-color: black;
  border: none;
  background-image: url(../img/chel_foot.png);
  background-repeat: no-repeat;
  background-position: 5% 45%;
  color: white;
  padding-left: 14%;
  font-size: 16px;
}
.pop-up-content form [name="number"] {
  width: 80%;
  height: 42px;
  background-color: black;
  border: none;
  background-image: url(../img/mob_foot.png);
  background-repeat: no-repeat;
  background-position: 5% 45%;
  color: white;
  padding-left: 14%;
  font-size: 16px;
}
.pop-up-content form [type="submit"] {
  background-color: #e90822;
  border-bottom: 4px solid #bb0a1f;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 15px 23%;
  color: white;
  font-weight: bold;
  background-image: url(../img/gal_foot.png);
  background-repeat: no-repeat;
  background-position: 5% 45%;
  cursor: pointer;
}
/* ======================= MEDIA 1300  ================================= */
@media screen and (max-width: 1300px) {
  header div:nth-of-type(2) {
    font-size: 13px;
  }
  header div:nth-of-type(4) {
    font-size: 20px;
  }
  header div:nth-of-type(5) button {
    font-size: 12px;
  }
  .action-1 > div:nth-of-type(2) {
    background-color: black;
    opacity: 0.8;
    padding-left: 15px;
  }
  .action-2 > div:nth-of-type(2) {
    background-color: white;
    opacity: 0.8;
    padding-left: 15px;
  }
  .action-3 {
    background-position: 40% 100%;
  }
  .action-3 > div:nth-of-type(2) {
    width: 43%;
    height: 570px;
  }
}
/* ======================= MEDIA 1200  ================================= */
@media screen and (max-width: 1200px) {
  header div:nth-of-type(2) {
    font-size: 13px;
  }
  header div:nth-of-type(4) {
    font-size: 20px;
  }
  header div:nth-of-type(5) button {
    font-size: 12px;
  }
  .menu .main-menu ul li {
    font-size: 18px;
  }
  .menu .main-menu ul li a {
    font-size: 18px;
  }
  .action-1 > div:nth-of-type(2) {
    background-color: black;
    opacity: 0.8;
    padding-left: 15px;
  }
  .action-2 > div:nth-of-type(2) {
    background-color: white;
    opacity: 0.8;
    padding-left: 15px;
  }
  .action-3 {
    background-position: 40% 100%;
  }
  .action-3 > div:nth-of-type(2) {
    width: 43%;
    height: 570px;
  }
  .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(1) {
    font-size: 15px;
  }
  .guarantee .medal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .guarantee .medal > div {
    width: 51%;
    height: 260px;
    text-align: center;
    margin-bottom: 15px;
  }
  .guarantee .guarantee-text {
    display: none;
  }
  .about-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 25px;
    margin-top: 25px;
  }
  .about-block .text-1 {
    width: 90%;
    height: auto;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    color: #ffffff;
  }
  .about-block .text-1 span {
    padding-left: 25px;
  }
  .about-block .photo {
    width: 80%;
    height: auto;
    text-align: center;
  }
  .about-block .photo img {
    width: 60%;
  }
}
/* ======================= MEDIA 992  ================================= */
@media screen and (max-width: 992px) {
  header div:nth-of-type(2) {
    font-size: 10px;
  }
  header div:nth-of-type(3) {
    font-size: 10px;
  }
  header div:nth-of-type(4) {
    font-size: 15px;
  }
  header div:nth-of-type(5) button {
    padding: 5px 15px;
    font-size: 12px;
  }
  .menu .main-menu {
    width: 60%;
  }
  .menu .main-menu ul li {
    font-size: 14px;
  }
  .menu .main-menu ul li a {
    font-size: 14px;
  }
  .slider {
    height: 80vh;
  }
  .action-1 > div:nth-of-type(2) {
    width: 40%;
  }
  .action-1 > div:nth-of-type(2) {
    width: 60%;
    background-color: black;
    opacity: 0.8;
    padding-left: 15px;
  }
  .experience {
    height: auto;
  }
  .experience .exp-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
  }
  .experience .exp-2 > div {
    width: 60%;
    margin-bottom: 35px;
  }
  .experience .exp-2 > div span:nth-of-type(1) {
    display: block;
    height: 55px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #212121;
  }
  .action-2 {
    background-position: 40% 100%;
  }
  .action-2 > div:nth-of-type(2) {
    width: 40%;
  }
  .action-2 > div:nth-of-type(2) {
    width: 60%;
    opacity: 0.90;
  }
  .label-car .label div {
    width: 15%;
  }
  .action-3 {
    background-position: 60% 100%;
  }
  .action-3 > div:nth-of-type(2) {
    width: 43%;
    height: 570px;
  }
  .action-3 > div:nth-of-type(2) .action-title {
    font-size: 58px;
  }
  .action-3 > div:nth-of-type(2) .action-text {
    margin-top: 10px;
  }
  .action-3 > div:nth-of-type(2) .action-text p {
    font-size: 20px;
  }
  .action-3 > div:nth-of-type(2) .action-more {
    margin-top: 40px;
    text-align: center;
  }
  .action-3 > div:nth-of-type(2) .action-more a {
    padding: 11px 34px;
    border: 2px solid #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #ff0000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
  .action-30 {
    font-size: 28px;
  }
  .action-48 {
    font-size: 40px;
  }
  .action-24 {
    font-size: 17px;
  }
  .cont {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont .cont-block {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
  }
  .cont .form-block {
    width: 100%;
    height: auto;
  }
  .cont .form-block > div:nth-of-type(1) {
    width: 45%;
  }
  /* ====== catalog =======*/
  .three-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .three-block .contacts-content {
    width: 100%;
  }
  .three-block .left-sidebar {
    width: 100%;
    padding-bottom: 35px;
  }
  .three-block .left-sidebar .cat-list .cat-name {
    margin-left: 25%;
  }
  .three-block .left-sidebar .cat-list ul {
    margin-left: 30%;
  }
  .three-block .catalog-content {
    width: 100%;
  }
  .three-block .right-sidebar {
    width: 100%;
  }
}
/* ======================= MEDIA 768  ================================= */
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: auto;
    background-color: black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header > div:nth-of-type(1) {
    display: none;
  }
  header div:nth-of-type(2) {
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
  }
  header div:nth-of-type(3) {
    width: 100%;
    text-align: center;
    line-height: 50px;
  }
  header div:nth-of-type(3) img {
    vertical-align: middle;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
  header div:nth-of-type(3) img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  header div:nth-of-type(4) {
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: #f5d521;
    text-align: center;
    line-height: 50px;
    width: 100%;
  }
  header div:nth-of-type(5) {
    text-align: center;
    line-height: 50px;
    width: 100%;
  }
  header div:nth-of-type(5) button {
    padding: 9px 35px;
    background-color: #f5d419;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
  header div:nth-of-type(5) button:hover {
    background-color: #f8de4f;
  }
  .menu {
    width: 100%;
    height: auto;
    background-color: #212121;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .menu .logo {
    width: 40%;
    height: auto;
    text-align: center;
  }
  .menu .logo img {
    width: 60%;
    margin-top: 10px;
  }
  .menu .main-menu {
    width: 60%;
    height: auto;
    padding-right: 10px;
  }
  .menu .main-menu .hamburger {
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 15px;
  }
  .menu .main-menu .hamburger img {
    height: 44px;
  }
  .menu .main-menu ul {
    display: none;
    text-align: center;
    z-index: 1000;
  }
  .menu .main-menu ul li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    font-size: 28px;
  }
  .menu .main-menu ul li a {
    font-size: 28px;
  }
  .slider {
    height: 60vh;
  }
  .slider > div .rev-slide {
    width: 70%;
    height: 35vh;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    line-height: 50px;
    padding: 15px 50px;
  }
  .slider > div .rev-slide h1 {
    font-size: 30px;
    text-align: center;
  }
  .slider > div .rev-slide h2 {
    font-size: 20px;
    text-align: center;
  }
  .slider > div .rev-slide h3 {
    font-size: 16px;
    text-align: center;
  }
  .slider .arrow-lefts {
    width: 45px;
    height: 45px;
    border-radius: 25px;
    font-size: 30px;
    line-height: 45px;
  }
  .slider .arrow-rights {
    width: 45px;
    height: 45px;
    border-radius: 25px;
    font-size: 30px;
    line-height: 45px;
  }
  .action-1 > div:nth-of-type(1) {
    width: 30%;
  }
  .action-1 > div:nth-of-type(2) {
    width: 70%;
  }
  .action-1 > div:nth-of-type(2) .action-title {
    font-size: 50px;
  }
  .action-1 > div:nth-of-type(2) .action-text p {
    font-size: 25px;
  }
  .action-1 > div:nth-of-type(2) .action-more {
    margin-top: 40px;
    text-align: center;
  }
  .experience .title {
    font-size: 40px;
  }
  .experience .exp-1 {
    font-size: 19px;
  }
  .experience .exp-1 p {
    line-height: 24px;
  }
  .experience .exp-2 > div span:nth-of-type(1) {
    font-size: 21px;
  }
  .experience .exp-2 > div span:nth-of-type(2) {
    font-size: 40px;
  }
  .experience .exp-2 > div span:nth-of-type(3) {
    font-size: 24px;
  }
  .action-30 {
    font-size: 28px;
  }
  .action-48 {
    font-size: 40px;
  }
  .action-24 {
    font-size: 17px;
  }
  .guarantee .medal > div {
    width: 100%;
    text-align: center;
  }
  .action-2 {
    background-position: 35% 100%;
  }
  .action-2 > div:nth-of-type(1) {
    width: 0;
  }
  .action-2 > div:nth-of-type(2) {
    width: 100%;
    opacity: 1;
    text-align: center;
  }
  .label-car .label div {
    width: 22%;
  }
  .action-3 {
    background-position: 85% 100%;
  }
  .action-3 > div:nth-of-type(1) {
    width: 25%;
  }
  .action-3 > div:nth-of-type(2) {
    width: 85%;
    height: auto;
  }
  .examples .title {
    font-size: 40px;
  }
  .examples .ex-background {
    width: 85%;
  }
  .examples .ex-background .prev {
    left: -20px;
  }
  .examples .ex-background .next {
    right: -20px;
  }
  .contacts-content .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
  .contacts-content .cont .cont-block {
    width: 100%;
  }
  .contacts-content .cont .form-block {
    width: 100%;
  }
  .contacts-content .search form {
    text-align: center;
  }
  .cont {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont .cont-block {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
  }
  .cont .cont-block > div:nth-of-type(1) {
    line-height: 60px;
  }
  .cont .form-block {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont .form-block > div:nth-of-type(1) {
    width: 100%;
  }
  .cont .form-block > div:nth-of-type(1) .text {
    margin-top: 35px;
  }
  .cont .form-block > div:nth-of-type(1) .logo {
    margin-top: 35px;
  }
  .cont .form-block > div:nth-of-type(1) .scream {
    margin-top: 40px;
  }
  .cont .form-block > div:nth-of-type(1) .scream .scr-img {
    line-height: 40px;
  }
  .cont .form-block > div:nth-of-type(2) {
    width: 100%;
  }
  .cont .form-block > div:nth-of-type(2) form {
    margin-top: 30px;
    margin-bottom: 45px;
    line-height: 70px;
  }
  .cont .form-block > div:nth-of-type(2) form [name="name"] {
    width: 70%;
  }
  .cont .form-block > div:nth-of-type(2) form [name="number"] {
    width: 70%;
  }
  .cont .form-block > div:nth-of-type(2) form [type="submit"] {
    padding: 15px 20%;
  }
  .search {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search > div:nth-of-type(1) {
    width: 100%;
    font-size: 30px;
    color: black;
    line-height: 80px;
    padding-left: 0;
    text-align: center;
  }
  .search > div:nth-of-type(2) {
    width: 100%;
  }
  .search > div:nth-of-type(2) form {
    line-height: 80px;
    text-align: center;
  }
  .search > div:nth-of-type(2) form label {
    font-size: 18px;
  }
  .search > div:nth-of-type(2) form [name="search"] {
    width: 70%;
    height: 40px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
  }
  .search > div:nth-of-type(2) form [type="submit"] {
    background-color: #f5d419;
    border: none;
    padding: 14px 15px;
    cursor: pointer;
  }
  .three-block .catalog-content .best-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .three-block .catalog-content .best-services > div:nth-of-type(1) {
    width: 100%;
  }
  .three-block .catalog-content .best-services > div:nth-of-type(2) {
    width: 100%;
  }
  .three-block .catalog-content .best-services > div:nth-of-type(3) {
    width: 100%;
  }
  .three-block .catalog-content .best-services > div:nth-of-type(4) {
    width: 100%;
  }
  .three-block .catalog-content .uslug-slider {
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(1) {
    width: 45%;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(1) .scream .scr-text {
    font-size: 11px;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(2) {
    /* width: 45%; */
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(2) form [name="name"] {
    width: 80%;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(2) form [name="number"] {
    width: 80%;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(2) form [type="submit"] {
    padding: 15px 20%;
  }
  .three-block .catalog-content .search {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .three-block .catalog-content .search > div:nth-of-type(1) {
    width: 100%;
    font-size: 30px;
    color: black;
    line-height: 80px;
    padding-left: 0;
    text-align: center;
  }
  .three-block .catalog-content .search > div:nth-of-type(2) {
    width: 100%;
  }
  .three-block .catalog-content .search > div:nth-of-type(2) form {
    line-height: 80px;
    text-align: center;
  }
  .three-block .catalog-content .search > div:nth-of-type(2) form label {
    font-size: 18px;
  }
  .three-block .catalog-content .search > div:nth-of-type(2) form [name="search"] {
    width: 70%;
    height: 40px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
  }
  .three-block .catalog-content .search > div:nth-of-type(2) form [type="submit"] {
    background-color: #f5d419;
    border: none;
    padding: 14px 15px;
    cursor: pointer;
  }
  .pop-up-content {
    width: 90%;
    height: 60%;
  }
}
/* ======================= MEDIA 480  ================================= */
@media screen and (max-width: 480px) {
  .menu .main-menu .hamburger {
    margin-top: 5px;
  }
  .menu .main-menu ul li {
    font-size: 18px;
    line-height: 55px;
  }
  .menu .main-menu ul li a {
    font-size: 18px;
  }
  .slider {
    height: 60vh;
  }
  .slider > div .rev-slide h1 {
    font-size: 20px;
  }
  .slider > div .rev-slide h2 {
    font-size: 16px;
  }
  .slider > div .rev-slide h3 {
    font-size: 13px;
  }
  .guarantee .medal > div {
    width: 100%;
    text-align: center;
  }
  .guarantee .medal > div:nth-of-type(2) img {
    width: 100%;
  }
  .label-car .label div {
    width: 30%;
  }
  .cont {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont .cont-block {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
  }
  .cont .cont-block > div:nth-of-type(1) {
    font-size: 20px;
    line-height: 50px;
  }
  .cont .cont-block > div:nth-of-type(2) > div:nth-of-type(2) {
    font-size: 13px;
  }
  .cont .cont-block > div:nth-of-type(3) > div:nth-of-type(2) {
    font-size: 13px;
  }
  .cont .cont-block > div:nth-of-type(4) > div:nth-of-type(2) {
    font-size: 13px;
  }
  .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(1) {
    font-size: 10px;
  }
  .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(2) {
    width: 50%;
  }
  .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(2) img {
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
  .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(2) img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .search {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search > div:nth-of-type(1) {
    width: 100%;
    font-size: 30px;
    color: black;
    line-height: 80px;
    padding-left: 0;
    text-align: center;
  }
  .search > div:nth-of-type(2) {
    width: 100%;
  }
  .search > div:nth-of-type(2) form {
    line-height: 80px;
    text-align: center;
  }
  .search > div:nth-of-type(2) form label {
    font-size: 18px;
  }
  .search > div:nth-of-type(2) form [name="search"] {
    width: 60%;
    height: 40px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
  }
  .search > div:nth-of-type(2) form [type="submit"] {
    background-color: #f5d419;
    border: none;
    padding: 14px 14px;
    cursor: pointer;
  }
  .three-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .three-block .left-sidebar {
    width: 100%;
    padding-bottom: 35px;
  }
  .three-block .left-sidebar .cat-list .cat-name {
    margin-left: 10%;
  }
  .three-block .left-sidebar .cat-list ul {
    margin-left: 16%;
  }
  .three-block .catalog-content {
    width: 100%;
  }
  .three-block .catalog-content .uslug-slider {
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .three-block .catalog-content .cont {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .three-block .catalog-content .cont .cont-block {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
  }
  .three-block .catalog-content .cont .cont-block > div:nth-of-type(1) {
    line-height: 60px;
  }
  .three-block .catalog-content .cont .form-block {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(1) {
    width: 100%;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(1) .text {
    margin-top: 35px;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(1) .logo {
    margin-top: 35px;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(1) .scream {
    margin-top: 40px;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(1) .scream .scr-img {
    line-height: 40px;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(2) {
    width: 100%;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(2) form {
    margin-top: 30px;
    margin-bottom: 45px;
    line-height: 70px;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(2) form [name="name"] {
    width: 70%;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(2) form [name="number"] {
    width: 70%;
  }
  .three-block .catalog-content .cont .form-block > div:nth-of-type(2) form [type="submit"] {
    padding: 15px 20%;
  }
  .three-block .catalog-content .search {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .three-block .catalog-content .search > div:nth-of-type(1) {
    width: 100%;
    font-size: 30px;
    color: black;
    line-height: 80px;
    padding-left: 0;
    text-align: center;
  }
  .three-block .catalog-content .search > div:nth-of-type(2) {
    width: 100%;
  }
  .three-block .catalog-content .search > div:nth-of-type(2) form {
    line-height: 80px;
    text-align: center;
  }
  .three-block .catalog-content .search > div:nth-of-type(2) form label {
    font-size: 18px;
  }
  .three-block .catalog-content .search > div:nth-of-type(2) form [name="search"] {
    width: 60%;
    height: 40px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
  }
  .three-block .catalog-content .search > div:nth-of-type(2) form [type="submit"] {
    background-color: #f5d419;
    border: none;
    padding: 14px 14px;
    cursor: pointer;
  }
  .three-block .right-sidebar {
    width: 100%;
  }
  .contacts-content {
    width: 100%;
  }
  .contacts-content .cont {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts-content .cont .cont-block {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
  }
  .contacts-content .cont .cont-block > div:nth-of-type(1) {
    line-height: 20px;
  }
  .contacts-content .cont .cont-block > div:nth-of-type(3) {
    height: 17%;
  }
  .contacts-content .cont .form-block {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts-content .cont .form-block > div:nth-of-type(1) {
    width: 100%;
  }
  .contacts-content .cont .form-block > div:nth-of-type(1) .text {
    margin-top: 35px;
  }
  .contacts-content .cont .form-block > div:nth-of-type(1) .logo {
    margin-top: 35px;
  }
  .contacts-content .cont .form-block > div:nth-of-type(1) .scream {
    margin-top: 40px;
  }
  .contacts-content .cont .form-block > div:nth-of-type(1) .scream .scr-img {
    line-height: 40px;
  }
  .contacts-content .cont .form-block > div:nth-of-type(2) {
    width: 100%;
  }
  .contacts-content .cont .form-block > div:nth-of-type(2) form {
    margin-top: 30px;
    margin-bottom: 45px;
    line-height: 70px;
  }
  .contacts-content .cont .form-block > div:nth-of-type(2) form [name="name"] {
    width: 70%;
  }
  .contacts-content .cont .form-block > div:nth-of-type(2) form [name="number"] {
    width: 70%;
  }
  .contacts-content .cont .form-block > div:nth-of-type(2) form [type="submit"] {
    padding: 15px 20%;
  }
  .contacts-content .search {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts-content .search > div:nth-of-type(1) {
    width: 100%;
    font-size: 30px;
    color: black;
    line-height: 80px;
    padding-left: 0;
    text-align: center;
  }
  .contacts-content .search > div:nth-of-type(2) {
    width: 100%;
  }
  .contacts-content .search > div:nth-of-type(2) form {
    line-height: 80px;
    text-align: center;
  }
  .contacts-content .search > div:nth-of-type(2) form label {
    font-size: 18px;
  }
  .contacts-content .search > div:nth-of-type(2) form [name="search"] {
    width: 60%;
    height: 40px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
  }
  .contacts-content .search > div:nth-of-type(2) form [type="submit"] {
    background-color: #f5d419;
    border: none;
    padding: 14px 14px;
    cursor: pointer;
  }
}
/* ======================= MEDIA 360  ================================= */
@media screen and (max-width: 360px) {
  .services-type .title {
    font-size: 32px;
  }
  .services-type .go-full-catalog {
    width: 100%;
    height: 50px;
    margin-bottom: 45px;
    text-align: center;
  }
  .services-type .go-full-catalog a {
    padding: 10px 10px;
  }
  .action-1 > div:nth-of-type(1) {
    width: 0;
  }
  .action-1 > div:nth-of-type(2) {
    width: 100%;
  }
  .examples .title {
    font-size: 32px;
  }
  .reviews .title {
    font-size: 32px;
  }
  .action-3 > div:nth-of-type(1) {
    width: 5%;
  }
  .action-3 > div:nth-of-type(2) {
    width: 95%;
  }
  .cont {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont .cont-block {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
  }
  .cont .cont-block > div:nth-of-type(1) {
    font-size: 17px;
    line-height: 40px;
  }
  .cont .cont-block > div:nth-of-type(2) {
    height: 18%;
  }
  .cont .cont-block > div:nth-of-type(2) > div:nth-of-type(2) {
    font-size: 11px;
  }
  .cont .cont-block > div:nth-of-type(3) > div:nth-of-type(2) {
    font-size: 11px;
  }
  .cont .cont-block > div:nth-of-type(4) > div:nth-of-type(2) {
    font-size: 11px;
  }
  .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(1) {
    font-size: 10px;
  }
  .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(2) {
    width: 50%;
  }
  .cont .cont-block > div:nth-of-type(5) > div:nth-of-type(2) img {
    width: 30px;
  }
  .label-car .title {
    font-size: 32px;
  }
  .popular-services .go-full-catalog a {
    padding: 10px 8px;
    background-color: #f5d419;
    text-decoration: none;
    color: black;
    line-height: 50px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
}
