html {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.logo {
  display: block;
}

b {
  font-weight: 700;
  color: #0056ff;
}

.ral9010 {
  background: #F7F9EF;
}
.ral3004 {
  background: #701F29;
}
.ral8012 {
  background: #673831;
}
.ral8015 {
  background: #633A34;
}
.ral8017 {
  background: #44322D;
}
.ral8019 {
  background: #3F3A3A;
}
.ral9004 {
  background: #2E3032;
}
.ral6026 {
  background: #005D52;
}
.ral5005 {
  background: 	#154889;
}
.ral7040 {
  background: #9DA3A6;
}
.ral7024 {
  background: #474A50;
}

.btn {
  /* display: flex;
  align-items: center;  
  justify-content: center; */
  display: inline;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  text-align: center;
  background: linear-gradient(90deg, #0056ff 0%, #0449d3 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  border: 0;
  -webkit-box-shadow: 0px 6px 1px -4px rgba(34, 78, 80, 0.2);
  -moz-box-shadow: 0px 6px 1px -4px rgba(34, 78, 80, 0.2);
  box-shadow: 0px 6px 1px -4px rgba(34, 78, 80, 0.2);
  cursor: pointer;
}

.btn__lighting:after {
  content: "";
  display: block;
  width: 20px;
  height: 100px;
  margin-left: 30px;
  background: #fff;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
  left: -10px;
  top: -30px;
  z-index: 1;
  transform: rotate(331deg);
  position: absolute;
  animation: movingFlare 3s ease-in-out 0.05s infinite;
}

.click-to-call {
  padding-left:15px;
}

/* .btn__lighting:after {
  content: "";
  position: absolute;
  top: -25%;
  bottom: -25%;
  right: -25%;
  left: -25%;
  background-color: #cd2929;
  -webkit-transform: rotate(-45deg) translateY(100%);
  transform: rotate(-45deg) translateY(100%);
  -webkit-animation: fill 5s forwards;
  animation: fill 3s ease-in-out 0.05s infinite;
}

@-webkit-keyframes fill {
  0% {
    -webkit-transform: rotate(-45deg) translateY(100%);
    transform: rotate(-45deg) translateY(100%);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
    transform: rotate(-45deg) translateY(-200%);
  }
} */

@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 0px;
  }
  100% {
    left: 110%;
    margin-left: 0px;
  }
}

.btn:hover {
  background: linear-gradient(270deg, #0056ff 0%, #0449d3 100%);
}

.logo__pic {
  width: 100%;
  max-width: 303px;
}

.btn__lined {
  display: block;
  border-radius: 0;
  color: #0056ff;
  font-weight: 700;
  padding: 5px 0;
  text-decoration: none;
}

.btn__lined:hover {
  color: #0449d3;
}

.btn_simple {
  position: relative;
  align-items: center;
  font-size: 2rem;
  border-radius: 5px;
  background: #02d6c8;
  box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.1);
  display: inline;
}
a:hover {
  cursor: pointer;
}

.btn_large {
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
}
.hilight {
  color: #0056ff;
}

.crystal {
  background: #02d6c8;
}

.blue {
  background: #518bda;
}

.aqua {
  background: #109dc0;
}

.grey {
  background: #545479;
}

.wrapper {
  display: flex;
  flex-direction: column;
  /* background: url("img/clounds.jpg");
  background-repeat: no-repeat; */
  position: relative;
}

.wrapper__long {
  justify-content: space-between;
  height: 100vh;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

/* .wrapper::before {
  display: block;
  width: 322px;
  height: 270px;
  content: "";
  position: absolute;
  right: 10%;
  top: 1%;
  background: url(img/pol3.png);
  background-size: cover;
  z-index: 1;
  animation-name: bounce-2;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  z-index: 2;
  opacity: 0.5;
}


.wrapper::after {
  display: block;
  width: 343px;
  height: 260px;
  content: "";
  position: absolute;
  left: 5%;
  top: 10%;
  background: url(img/pol4.png);
  background-size: cover;
  z-index: 1;
  animation-name: bounce-2;
  animation-timing-function: linear;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  z-index: 2;
  opacity: 0.5;
} */

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
}

.header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 5px 6px -5px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 6px -5px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 6px -5px rgba(34, 60, 80, 0.2);
}



.header__logo {
  /* width: 66.66%; */
  flex: 1;
  padding: 0 15px;
  box-sizing: border-box;
}

.header__phone {
  /* width: 16.66%; */
  padding: 0 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.header__time {
  display: block;
  font-weight: 400;
  padding: 5px 20px 0 15px;
  text-align: right;
}

.header__phone-group {
  display: flex;
  flex-direction: column;
}

.icon-block {
  padding: 0 5px;
  min-width: 36px;
}

.header__btn {
  /* width: 16.66%; */
  padding: 0 15px;
  display: flex;
  justify-content: flex-end;
}

.phone {
  text-decoration: none;
  color: #000000;
}

.phone__social {
  display: flex;
}

.main {
  z-index: 3;
  position: relative;
}

.main__wrapper {
  background: url(img/clounds.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.main__text-wrapper {
  width: 70%;
}

.main__presentation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0;
}

.main__title {
  padding: 4rem 15px 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;

  text-transform: uppercase;
}

.main__sub-title {
  padding: 1rem 15px 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
 
}

.main__desscription {
  padding: 15px;
  font-weight: 700;
}

.main__meta {
  display: flex;
  flex-direction: column;
  /* width: 50%; */
  flex: 1;
  padding: 15px;
  box-sizing: border-box;
}

.main__img {
  /* width: 50%; */
  flex: 1;
  padding: 15px;
  box-sizing: border-box;
  min-width: 500px;
}

.main__pic {
  position: relative;
}

.main__conditioner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.main__pic:after {
  display: block;
  width: 384px;
  height: 368px;
  content: "";
  position: absolute;
  left: 10%;
  top: -40%;
  background: url("img/polygon1.png");
  background-size: cover;
  z-index: 1;
  animation-name: bounce-1;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

.main__btn {
  margin: 15px 0 80px 0;
  padding: 0 15px;
  justify-content: left;
  display: flex;
  font-size: 1.5rem;
  flex-direction: row;
}

.main__btn-desc {
  font-size: 16px;

}

.main__trigers {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  border-radius: 10px;
}

.main__triger {
  padding: 15px;
}

.triger {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
  width: 100%;
}

.triger__icon {
  padding: 5px;
}

.triger__text {
  line-height: 1.2;
  text-align: center;
  margin-left: 15px;
  text-align: center;
  
}

.services {
  background: #e9e9e9;
}

.models {
  z-index: 3;
  position: relative;
}

.models__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.models__header {
  padding: 2rem;
  text-align: center;
  line-height: 2.5rem;
}

.models__title {
  font-size: 2.5rem;
  color: #18191a;
}

.models__subtitle {
  font-size: 1.5rem;
  color: #0056ff;
  text-transform: uppercase;
}

.model__subtitle_thin {
 
    font-size: 1.2rem;

    line-height: 1.2;
    width: 80%;
    margin: 15px auto;

}

.coll-left {
  width: 50%;
  padding: 30px;
}

.coll-right {
  width: 50%;
  padding: 30px;
}
.goods {
  display: flex;
}

.goods__img img {
  width: 100%;
}

.goods__pic {
  border-radius: 10px;

  box-sizing: border-box;
  width: 100%;
}

.goods__years {
  display: flex;
  flex-direction: row;
  padding: 15px;
}

.goods__title {
  font-size: 36px;
  margin: 15px 0;
}

.goods__quote {
  padding: 15px 30px;
  /* margin: 30px 0; */
  background: #ffffff;
  border-left: 3px solid #0056ff;
  font-size: 16px;
  -webkit-box-shadow: 0px 3px 7px -2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 3px 7px -2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 3px 7px -2px rgba(34, 60, 80, 0.2);
}

.goods__desc {
  padding: 15px 0;
  line-height: 1.2;
}

.goods__number {
  font-size: 2rem;
  color: #0056ff;
  font-weight: 700;
  margin-right: 15px;
}
.goodes__meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.goods__triggers {
  display: flex;
  flex-direction: column;
  margin: 0 0 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 7px -2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 3px 7px -2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 3px 7px -2px rgba(34, 60, 80, 0.2);
}

.goods__triggers .triger {
  flex-direction: row;
  box-sizing: border-box;
}
.goods__triggers .main__trigers {
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

.goods .main__triger {
  padding: 5px;
  font-weight: 700;
    color: #0056ff;
}

.goods__triggers .separator {
  width: 3px;
  background: #0056ff;
  height: 100%;
  padding: 15px 0;
}
.goods__triggers .triger__icon {
  color: #0056ff;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 15px;
}

.goods__triggers .triger__text {
  text-align: left;
  margin-left: 0;
}

.goods__year-meta {
  display: flex;
  flex-direction: column;
}

.goods__sub-title {
  color: #0056ff;
}

.model {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
  padding: 25px;
}

.model:hover {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.model__adv {
  padding: 10px;
  color: #ffffff;
}

.model__title {
  text-align: center;
  padding: 0.9rem 0;
  line-height: 1.2rem;
  font-weight: 700;
}

.model__pic {
  width: 100%;
  border-radius: 15px;
}

.model__price {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.9rem 0;
  color: #6b727e;
}

.model__btn {
  align-self: flex-start;
  padding: 10px 0;
}

.models__item {
  min-width: 33%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
}

.models__sub {
  min-width: 20%;
}

.models__sub .model {
  align-items: center;
}
.models__sub .model__title {
  text-align: center;
  padding: 10px 0;
  line-height: 1rem;
  font-weight: 700;
}

.models__sub .model__btn {
  padding: 0;
  align-self: center;
}

.models__sub-header {
  padding: 1rem;
  text-align: center;
  line-height: 1.5rem;
}

.models__sub .model {
  padding: 10px;
}

.steps {
  display: flex;
  flex-direction: column;
}
.steps__header {
  text-align: center;
  line-height: 2.5rem;
  padding: 2rem;
}

.steps__title {
  color: #0056ff;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

.steps__wrapper {
  background: rgba(2, 101, 214, 0.07);
  padding: 30px 0;
}

.steps__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.steps__img {
  width: 40%;
  padding: 15px;
}

.steps__pic {
  width: 100%;
  border-radius: 25px;
}

.steps__meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.steps__number {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.steps__btn {
  margin-top: 2rem;
  padding: 15px;
}

.step {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
}

.step__info {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}
.step__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.step__desc {
  margin-top: 5px;
}

.step__number-wrapper {
  background: #0449d3;
  position: relative;
  padding: 3px;
  min-width: 60px;
  overflow: hidden;
  position: relative;
}

.step__number {
  top: 0px;
  color: #ffffff;
  font-size: 3.25rem;
  width: 4rem;
  text-align: center;
}

.steps__btn-img {
  position: relative;
  top: 6px;
  left: 0;
}

.question {
  border-bottom: 1px solid #cdd4e1;
  padding: 30px 0 25px;
}

.question__wrapper {
  padding: 0 15px;
}

.question__text {
  position: relative;
  display: block;
  font-weight: 700;

  color: #32353f;
  padding-left: 70px;
  cursor: pointer;
}
.question__text::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url("img/icon/plus.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  border-radius: 50%;
  transition: 0.2s ease-out;
}
.question__text:hover::before {
  transform: rotate(45deg);
  background-color: #f0f2f4;
}

.question__checkbox {
  top: -9999px;
  display: none;
}

.question__checkbox:checked ~ .question__text::before {
  transform: rotate(45deg);
}

.question__answer {
  display: none;
  font-size: 14px;
  line-height: 150%;
  color: #585858;
  margin-top: 20px;
  padding-left: 70px;
}

.question__checkbox:checked ~ .question__answer {
  display: block;
}

.why__header {
  text-align: center;
  line-height: 2.5rem;
  padding: 2rem;
}

.why__title {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #132a3d;
}

.why__title-decor {
  font-weight: 700;
  display: block;
}

.why__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.why__item {
  width: 33.33%;
  padding: 45px 15px;
  box-sizing: border-box;
}

.why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-item__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.why-item__img {
}

.why-item__desc {
  text-align: center;
  color: #68727d;
}

.why-item__pic {
  width: 100%;
}

.reviews {
  background: rgba(2, 101, 214, 0.07);
  padding: 30px 0;
}

.reviews__header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.reviews__title {
  color: #000000;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
}

.reviews__title-decor {
  font-weight: 400;
  display: flex;
  text-transform: none;
}

.reviews__desc {
  line-height: 1.5rem;
  padding: 15px;
}

.reviews__wrapper {
  display: flex;
  flex-direction: row;
}

.reviews__item {
  /* width: 50%; */
  flex: 1;
  padding: 15px;
  box-sizing: border-box;
}

.review-item {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 15px;
  height: 100%;
}

.review-item__header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.review-item__title {
  font-size: 1.5rem;
  flex: 1;
}

.review-item__meta {
  line-height: 1.5rem;
  margin: 15px 0;
}

.review-item__rating {
  display: flex;
}

.review-item__stars {
  width: 100%;
}

.brands__header {
  text-align: center;
  line-height: 2.5rem;
  padding: 2rem;
}

.brands__title {
  color: #133d2d;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

.brands__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.brand {
  padding: 15px;
  box-sizing: border-box;
  flex: 1;
  text-align: center;
}

/* .brand_s1 {
  flex: 1;
}
.brand_s2 {
  flex: 2;
} */

.color__wrapper {
padding: 0 15px;
}



.color__desc {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 25px;
}

.color .models__subtitle {
  font-weight: 700;
  font-size: 1.5rem;
}

.ral__wrapper {
  display: flex;
  flex-wrap: wrap;
 justify-content: space-evenly;
}

.ral__item {
  width: 15%;
min-width: 150px;
padding: 15px;
  display: flex;
  flex-direction: column;
}

.ral__color {
  border: 1px solid #b3b3b3;
border-radius: 5px;
aspect-ratio:  1 / 1;
width: 100%;
padding: 15px;
}

.ral__number {
  text-align: center;
  padding: 15px 0;
}


.consultation {
}

.consultation__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 15px;
  border: 1px solid #eeeeee;
}

.consultation__img {
  padding: 15px;
  width: 25%;
  box-sizing: border-box;
}

.consultation__pic {
  width: 100%;
}

.consultation__meta {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.consultation__title {
  font-size: 2.5rem;
}

.consultation__desc {
  padding: 2rem 0;
  line-height: 1.5rem;
}

.consultation__action {
  display: flex;
  flex-direction: row;
}

.consultation__social {
  display: flex;
  flex-direction: row;
  padding: 5px;
  line-height: 0;
}

.consultation__desc-highlight {
  font-weight: 700;
}

.consultation__btn {
  display: flex;
  align-items: center;
}

.consultation__phone {
  font-weight: bold;
  font-size: 2rem;
  padding: 0 15px;
  color: #001bbe;
}

.social-link {
  padding: 5px;
}

.footer {
  background: rgba(2, 101, 214, 0.07);
  padding: 15px;
  text-align: center;
}

.copyright {
  text-decoration: none;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
  .main__pic:after {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .main__title {
    font-size: 2.2rem;
    text-align: center;
  }
  .goods__triggers .main__trigers {
    flex-wrap: wrap;
    justify-content: center;
  }
  .separator {
    display: none;
  }
  .main__meta {
    align-items: center;
  }
  .main__text-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
}

@media screen and (max-width: 960px) {
  .main__presentation {
    flex-direction: column;
  }
  .main__title {
    font-size: 3.8rem;
    text-align: center;
  }

  .main__img {
    min-width: auto;
  }

  .models__item {
    flex: auto;
    width: 50%;
  }
  .why-item__title {
    font-size: 1.3rem;
  }
  .why-item__desc {
    font-size: 1.2rem;
  }
  .reviews__wrapper {
    flex-direction: column;
  }
  .consultation__img {
    width: auto;
  }
  .main__wrapper {
    background: #e9e9e9;
  
}
.consultation__action {
  display: flex
;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.consultation__action .consultation__btn {
  padding: 15px;
  display: flex;
  flex-direction: column;
}
}
@media screen and (max-width: 768px) {
  .step__title {
    font-size: 1.5rem;
  }

  .wrapper::after,
  .wrapper::before {
    display: none;
  }
  .step__number-wrapper {
    height: 4rem;
  }
  .step__number {
    font-size: 4.25rem;
  }
  .btn_simple {
    font-size: 1.5rem;
  }
  .steps__btn-img {
    display: none;
  }

  .why__item {
    width: 50%;
  }
  .reviews__header {
    flex-direction: column;
  }
  .reviews__desc {
    text-align: center;
  }
  .header__logo {
    width: 100%;
    text-align: center;
    flex: 2;
  }
  .header__phone {
    width: 50%;
    text-align: right;
    box-sizing: border-box;
  
  }
  .header__btn {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    justify-content: center;
  }
  .main__title {
    font-size: 2.8rem;
    padding: 1rem 15px 2rem;
    width:100%;
  }
  .main__presentation {
    margin: 0;
  }
  .btn {
    font-size: 1.4rem;
  }
  .phone {
    font-size: 1.4rem;
    
    margin: 10px 0;
    white-space: nowrap;
  }
  .steps__img {
    display: none;
  }
  .header__btn {
    display: none;
  }

  .coll-left,
  .coll-right {
    width: 100%;
  }
  .goods {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
  }
  .main__trigers {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .main__btn {
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 15px 0 50px 0;
  }

  .goods__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  header {
    padding: 0 15px;
  }
  .main__trigers {

    justify-content: start;

    width: 100%;
    align-content: start;
}
  .triger {
  
   
    align-items: center;
    flex-grow: 1;
    width: 100%;
}
.goods__quote {
  padding: 15px 10px;
  margin: 5px 0;

}
.main__desscription {
  font-size: 1.5rem;
}

.ral__item {
  min-width: 120px;
  padding: 15px 5px;
}
.consultation__wrapper {

  flex-direction: column;

}
.consultation__meta {

  text-align: center;
}
.consultation__pic {
  max-width: 300px;
}
}

@media screen and (max-width: 685px) {
.header {
  flex-direction: column;
}
.header__time {
  text-align: center;
}
.main__sub-title {

  font-size: 2.2rem;

}
}


@media screen and (max-width: 510px) {
  .models__item {
    flex: auto;
    width: 100%;
  }
  .header__logo {
    margin-bottom: 0px;
    width: 100%;
  }
  .header__phone {
    padding: 15px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .wrapper {
    background-position-x: 80%;
  }
  .header {
    flex-direction: column;
  }
  .coll-right, .coll-left {
    padding: 15px;
  }
  .main__trigers {
    flex-direction: column;
  }
  .main__triger {
    flex-direction: row;
    padding: 5px 15px;
  }

}

@media screen and (max-width: 590px) {
  .consultation__action {
    align-items: center;
    flex-direction: column;
  }
  .consultation__wrapper {
    flex-direction: column;
  }
  .consultation__pic {
    width: 100%;
    max-width: 300px;
  }
  .consultation__meta {
    text-align: center;
  }
  .consultation__btn {
    padding: 15px 0 25px;
  }
  .main__btn-desc {
    text-align: center;
    padding: 15px 0;
  }
  .goods__triggers .triger__text {
  text-align: center;
  width: 100%;
}
.color__manufacturer {
  text-align: center;
  padding: 0 35px;
}
.consultation__btn {
  display: flex
;
  align-items: center;
  flex-direction: column;
}
}

@media screen and (max-width: 481px) {
  .header {
    flex-direction: column;
  }
  .header__phone {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .main__title {
    font-size: 2.2rem;
  }
  .triger__text {
    font-size: 1rem;
  }
  .models__title {
    font-size: 1.5rem;
    line-height: 1;
 
    font-weight: 700;
  }
  .models__subtitle {
    font-size: 1rem;
    margin-top: 15px;
    line-height: 1.2;
    color: #000000;
    text-transform: uppercase;
  }

  .main__desscription {
    text-align: center;
  }
  .triger__icon img {
    max-width: 48px;
  }
  .click-to-call {
    display: block;
  }
  .consultation__click {
    display: flex;
    flex-direction: column;
  }
  .triger { 
display: flex;
flex-direction: row;
  }
}

@media screen and (max-width: 420px) {
  .why__item {
    width: 100%;
  }
  /* .header {
  padding: 5px 0;
} */
  .header__phone {
    padding: 10px;
  }
  .main {
    padding: 5px 0;
  }
  .main__meta {
    padding: 8px 15px;
  }
  .main__title {
    padding: 1rem 15px 1rem;
  }
  .main__img {
    padding: 8px 15px;
  }
  .triger__icon {
    /* margin-bottom: 10px; */
  }
  .main__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 380px) {
  .steps__title {
    font-size: 1.8rem;
  }
  .models__title {
    font-size: 1.5rem;
  }
  .main__title {
    font-size: 1.6rem;
  }
  /* .main__triger {
    padding: 15px 0;
  } */
  .main__trigers {
    justify-content: space-around;
  }
  .step__title {
    font-size: 1.2rem;
  }
  .steps__title {
    font-size: 1.4rem;
  }
  .consultation__title {
    font-size: 1.9rem;
  }
  /* .triger__text {
    font-size: 0.7rem;
  } */
}

@media screen and (max-width: 380px) {
  .ral__item {
    min-width: 100px;
    padding: 15px 5px;
  }

}
