@charset "UTF-8";
html {
  font-size: 10px; }

body {
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  margin: 0; }

video,
img {
  max-width: 100%;
  height: auto; }
iframe {
  border: none;
}
button:focus, button:hover, button:active {
  outline: none;
  text-decoration: none; }

section {
  padding: 4rem 0; }



.header-callback, .header-time, .header-phone-block {
  position: relative;
}
.header-callback i {
  position: absolute;
  color: #ED1C24;
  font-size: 2.5rem;
  left: 10px;
  top: 10px;
}
.header-time i {
  position: absolute;
  color: #ED1C24;
  font-size: 2.5rem;
  left: 5px;
  top: 10px;
}
.header-phone-block i {
  position: absolute;
  color: #ED1C24;
  font-size: 2.5rem;
  left: 22px;
  top: 10px;
}

.header-phone-block {
  margin: 0 !important; }
  .header-phone-block a {
    color: #1e1e1e;
    font-weight: 700;
    padding-top: 8px;
    margin-bottom: 0.5rem; }
    
    .phone:hover {
      color: #808080;
    }

.header-block {
  padding-left: 4rem;
  position: relative; }

  .header-block span {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 21px;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
     }

  .header-block small {
    display: block;
    color: #646464;
    font-size: 1.4rem;
    line-height: 21px; }



.header-nav {
  margin-top: 3rem; }

.header-block-wrap {
  margin-top: 2rem; }
.logo {
  padding-top: 2rem;
  width: 200px;
}
.nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem; }
  .nav-list li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #1e1e1e;
    text-decoration: none;
    padding: 0.5rem 1rem;
    position: relative; }
    .nav-list li a:hover {
      background-color: #ED1C24;
      color: #fff; }
    .nav-list li a:hover::before {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      display: inline-block;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      border: 5px solid transparent;
      border-top: 5px solid #ED1C24; }

.banner {
  background-color: #ccc;
  position: relative;
  z-index: 1; }
  .banner__inner {
    height: 59rem;
 /*   padding-top: 7rem; */
    position: relative; }

.banner-container {
  height: 100%;
}
    .banner__inner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
    width: 100%;
    background: linear-gradient(to right, #000, 60%, rgba(255,255,255,0.0));
    opacity: 0.95;
      z-index: -1; }
  .banner__info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    z-index: 5;
    color: #fff;
    max-width: 60rem;
    padding: 6rem 3rem;
    margin-left: 3rem;
    text-align: left;
    position: relative; }
    .banner__info h1 {
      font-size: 36px;
      margin-bottom: 2rem; }
    .banner__info span {
      display: block;
      font-size: 24px;
      font-weight: 500;
      line-height: 35px;
       }
    .banner__info small {
      margin-top: 2rem;
      display: block;
      font-size: 14px;
      font-weight: 500;
      line-height: 21px; }
    .banner__info .shop-link {
      width: 200px;
    }
    .banner__info li {
      font-size: 1.6rem;
      margin-bottom: 5px;
    }
    .banner__info li::marker {
      color: #ED1C24;
    }
 
  .banner-1 {
    background: url(../images/banner/banner-1.jpg) no-repeat center;
    background-size: cover; }
  .banner-2 {
    background: url(../images/banner/banner-2.jpg) no-repeat center;
    background-size: cover; }

  .banner-container {
    position: relative;
  }
  .banner-logos {
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5px;
  }
  .banner-logos img {
    height: 60px;
    width: auto;
  }


.section-title {
  text-align: center;
  margin-bottom: 3rem; }
  .section-title h2 {
    position: relative;
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    z-index: 1;
    text-align: center; }
.section-title .red{
  color: #ED1C24;
}

.section-subtitle {
  display: block;
  text-align: center;
  margin-bottom: 5rem; }

.items-block {
  border-radius: 5px;
  border: 1px solid #ED1C24;
  padding: 2rem 4rem;
  padding-left: 8rem;
  margin-bottom: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 500; }
  .items-block__title {
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 21px; }
  .items-block__icons {
    position: absolute;
    left: -2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.services-block {
  padding: 1.5rem;
  padding-bottom: 30px;
  margin-bottom: 5rem;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  /*height: 47rem;*/
   -webkit-transition: max-height .3s, padding .5s ;
  transition: max-height .3s, padding .5s;
  height: 100%;
  overflow: hidden;
  position: relative;}
  .services-block-wrap {
    margin-bottom: 3rem;
  }

  .services-block:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;

}

  .services-block-wrap {
    position: relative; }

.services__images {
  height: 23rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.services__title {
  margin: 2rem 0 0;
  font-size: 16px;
  line-height: 21px;
  display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   align-items: center; }

.services__price {
  font-weight: 100;
  font-size: 20px;
  margin: 5px 0 10px;
  color: #EF7600;
}


.services-block .services-btn {
  display: block;
  padding: 1.5rem 1rem !important;
  position: absolute;
    width: 200px;
    border-radius: 5px;
    bottom: 15px;
    left: calc(50% - 100px);
   }

.services__list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .services__list li {
    position: relative;
    font-size: 1.5rem;
    line-height: 2.4rem;
    padding-left: 1.5rem; }

    .services__list li::before {
      content: '-';
      position: absolute;
      left: 0;
      top: 0;
      color: #00b6b0;
      font-weight: 900; }

.center-block {
  position: relative; }
  .center-block::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background-image: url(../images/services/akpp.jpg);
    width: 30%;
    height: 45%;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
     }
  .center-block-info {
    margin-bottom: 3rem;
    padding-left: 2rem;
    position: relative; }
    .center-block-info .count {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      opacity: 0.5;
      color: #00b6b0;
      font-family: "Gilroy-bold";
      font-size: 80px;
      line-height: 7rem;
      font-weight: 700; }
  .center-block__title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem; }
  .center-block__desc {
    display: block;
    font-size: 1.6rem; }
  .center-block__gallary {
    position: relative;
    padding-top: 4rem; }
    .center-block__gallary img {
      width: 100%;
      height: 40rem;
      -o-object-fit: cover;
      object-fit: cover; }
      /* Видео */
      .progress-video {
        margin-top: 5rem ;
        padding: 1rem;
        position: relative;}
      .progress-video::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        border: 3px solid #00b6b0;
        width: 60%;
        height: 100%;
        z-index: -1;}
        .progress-video iframe{
          width: 100%;
          height: 27rem !important; }
          .progress-video .ytLoader {
            height: 27rem; }

.progress-block {
  padding-right: 6rem; }

.progress__img {
  margin: 2.5rem 0;
  display: inline-block;
  position: relative; }

.progress__desc {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem; }
  .progress__title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }




.progress__line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6rem;
  width: 203px;
  height: 2px;
  border-radius: 1px;
  background-color: #00b6b0;
  opacity: 0.6;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
  .progress__line::before {
    content: url(../images/str.png);
    position: relative;
    left: 50%;
    top: -7px; }



.arrow {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 1rem;
  padding: 1rem 1.5rem;
  z-index: 5;
  cursor: pointer; }
  .arrow i {
    color: #fff;
    font-size: 1.8rem; }
  .arrow-next {
    right: 1rem; }
  .arrow-prev {
    right: 5rem; }

.questions-block {
    border-radius: 3px;
    background-color: #F0F0F0;
    padding: 3rem;
    padding-right: 6rem;
    color: #000;
    margin: 0 auto;
    margin-bottom: 1rem;
    max-width: 81rem;
    text-align: left;
    position: relative;
   }
  .questions-block__title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block; }
  .questions-block__desc {
    font-size: 1.8rem;
    margin: 0;
    opacity: 0;
    max-height: 0;
    -moz-transition: opacity 1s, max-height .5s, margin-top .5s;
    -ms-transition: opacity 1s, max-height .5s, margin-top .5s;
    transition: opacity 1s, max-height .5s, margin-top .5s;
    -webkit-transition: opacity 1s, max-height .5s, margin-top .5s;
    -o-transition: opacity 1s, max-height .5s, margin-top .5s;
}
    .desc-active {
      max-height: 100rem;
      opacity: 1;
      margin-top: 1.5rem;
    }
  .questions-block__btn {
    position: absolute;
    right: 3rem;
    top: 3rem;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background-color: #ED1C24;
    cursor: pointer; }

.questions-btn-close::before {
  content: "\f107";
  font-family: 'fontAwesome';
  color: #fff;
  font-weight: 600;
  font-size: 2rem; }

.questions-btn-open::before {
  content: "\f106";
  font-family: 'fontAwesome';
  color: #fff;
  font-weight: 600;
  font-size: 2rem; }

.shop {
  background-image: url(../images/banner/1625573869_24-kartinkin-com-p-avtozapchasti-fon-dlya-bannera-krasivie-fo-28.jpg);
    text-align: center;
    font-size: 2rem;
    height: 600px;
    margin-top: 50px;
    background-position: center bottom;
    background-size: cover;
}


  .shop-title h2 {
    margin-bottom: 0;
    display: inline-block;
    text-align: left; }
  .shop-link {
    display: inline-block;
    background-color: #ED1C24;
    border: 1px solid #ED1C24;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    padding: 1.5rem 3rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px; }
    .services-btn:hover,
    .shop-link:hover {
      background-color: unset !important;
      color: #ED1C24;
       }
  .shop-block p {
    margin: 2.5rem 0;
    display: block; }

.footer-bottom {
  border-top: 7px solid #e9e9e9; }
  .footer-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.map {
  position: relative; }
.map iframe {
  height: 42rem;
  width: 100%;
  border: none;
}
.contact {
  max-width: 408px;
  height: 421px;
  background-color: rgba(0,0,0,0.8);
  padding: 3rem;
  color: #fff;
  position: absolute;
  display: flex;
    flex-direction: column;
    justify-content: space-around;
  top: 0; }
  .contact-btn {
    color: #00b6b0;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    background-color: transparent;
    border: none;
    cursor: pointer; }

.address {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
  position: relative;
  padding-left: 5rem; }


.address i, .phone-footer i, .work i {
  position: absolute;
  top: 0;
  left: 6px;
  font-size: 2.5rem;
  color: #fff;
} 
  .address::before, .phone-footer::before, .work::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background-color: #ED1C24;
    }

.phone {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 5rem; }

  .phone-block, .phone-footer {
    margin: 2rem 0;
    position: relative; }


.work {
  position: relative;
  padding-left: 5rem; }


  .work span {
    font-size: 1.6rem;
    line-height: 2.7rem;
    display: block;
    margin-bottom: 2rem;
    position: relative; }

.btn-wrap {
  padding-left: 5rem; }

.copyright,
.developer {
  padding: 0.5rem 0 1rem; }

.copyright {
  font-size: 1.4rem; }
  .copyright a {
    text-decoration: underline;
    color: #1e1e1e; }

.modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000; }

.modal-body {
  background-color: #fff;
  position: fixed;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 58rem; }

.modal-input, .modal-phone {
  display: block;
  margin-bottom: 1.5rem;
  padding: 0.7rem 1.5rem;
  font-size: 1.8rem;
  width: 100%;
  border: 1px solid #1e1e1e; }

.modal-title {
  font-size: 3rem;
  margin-bottom: 3rem; }

.modal-inner {
  position: relative;
  padding: 4rem 6rem;
  min-width: 50rem;
  text-align: center; }

.modal-close {
  position: absolute;
  display: inline-block;
  top: 2rem;
  right: 2rem;
  cursor: pointer; }
  .modal-close i {
    font-size: 2.3rem; }
.modal-content span {
  display: block;
  font-size: 1.4rem;
  color: #86898d;
  margin-bottom: 1.5rem;}
  .modal-content span a {
    color: #1e1e1e;}
#up {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  background-color: #000;
  color: #fff;
  display: none;
  font-size: 2.3rem;
  text-align: center;
  line-height: 2.6rem;
  text-decoration: none;
  font-weight: 900; }

.hidden-desktop {
  display: none; }
.ytLoader {
	position: relative;
}
.playBtn-wrap {
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 37%;
  z-index: 20;
}
.playBtn-wrap:hover .playBtn {
	position: relative;
  top:-50px;
	
}
.ytLoader .cover{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#result_id {
  margin-bottom: 1rem;
  color: #00B6B0;
  font-weight: bold;
  padding: 0.7rem 1.5rem;
  margin-top: 1.5rem;
  font-size: 1.6rem;}
  #banner-prev {
    right: 22.7%;
  }
  #banner-next {
    right: 20.5%;
  }
@media screen and (min-width: 1200px) {
  .items-block {
    min-height: 15rem; }

  }
@media screen and (max-width: 1400px){
  #banner-prev {
    right: 13.2%;
  }
  #banner-next {
    right: 11%;
  }
}

@media screen and (max-width: 1199px) {
  .progress__line {
    width: 15rem; }
  .center-block::before {
    display: none; }
  .phone,
  .phone-whats {
    padding-left: 3rem; }
   #banner-prev {
    right: 19.3%;
  }
  #banner-next {
    right: 15.4%;
  }
  }

@media screen and (max-width: 991px) {
  .header-phone-block i, .header-callback i {
    display: none;
  }
  .header-block-wrap {
    margin-top: 2px;
    text-align: right;
  }
  .hidden-md {
    display: none; }
  .progress__line {
    width: 22rem;
    display: none; }
  .progress-block {
    margin-bottom: 3rem;
    text-align: center;
    padding-right: 0; }
  .banner__info {
    margin-left: 0; }
  .banner__inner {
    padding-top: 4rem;
    max-height: 54rem;
    padding-bottom: 3rem; }
  .hidden-desktop {
    display: block; } 
  .shop-title h2 {
    font-size: 3.3rem;
  }
  #banner-prev {
    right: 12.2%;
  }
  #banner-next {
    right: 7%;
  }
  }

@media screen and (max-width: 767px) {
  .banner__info small {
    font-size: 12px;
  }
  .banner__info span {
    font-size: 20px;
  }
  .banner__info {
    padding: 1rem 4rem 1rem 1rem;
  }
  .services-block-wrap {
    margin-bottom: 0;
}
  .services-block {
    max-height: none;
    margin-bottom: 20px;
  }

  .center-block__gallary img {
    height: 30rem;
  } 
  .services-block {
    padding-bottom: 80px;
    height: unset;
  }
  .contact {
    position: static; }
  .header {
    position: relative; }
    .header-nav {
      width: 100%;
      text-align: right;
      padding-bottom: .5rem; }
      .header-nav-wrap {
        position: inherit !important; }
  .nav-list {
    position: absolute;
    top: 100%;
    z-index: 20;
    width: 100%;
    left: 0;
    right: 0;
    display: block;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0;
    border-top: 3px solid #ED1C24;
    border-bottom: 3px solid #ED1C24; }
    .nav-list li {
      text-align: center;
      margin-bottom: 1.5rem;
      font-size: 2.2rem; }
  .nav-btn {
    padding: 1rem;
    margin-bottom: 1rem; }
    .nav-btn span {
      display: inline-block;
      width: 4rem;
      height: 3px;
      line-height: 3rem;
      background-color: #1e1e1e;
      position: relative; }
      .nav-btn span::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        display: inline-block;
        width: 4rem;
        height: 3px;
        background-color: #1e1e1e; }
      .nav-btn span::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        display: inline-block;
        width: 4rem;
        height: 3px;
        background-color: #1e1e1e; }
  .nav-close span {
    background-color: transparent; }
    .nav-close span::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 0; }
    .nav-close span::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      bottom: 0; }
  .hidden-sm {
    display: none; }

    .services-block::before {
      display: none; }
  .services__list {
    padding-bottom: 1rem; } 
.section-title  {
      text-align: left;
      }
      .section-title h2::before {
        display: none;
      }
      .shop-title h2{
        text-align: center;
      }
  

    }

@media screen and (max-width: 575px) {
  .col-hidden {
    display: none; }
  .items-block {
    padding: 2rem;
    padding-top: 3rem;
    margin-top: 6rem;
    margin-bottom: 0;
    text-align: center; }
    .items-block__icons {
      top: -5rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
.banner__info h1 {
  font-size: 30px;
}
  .logo {
    padding-top: 1rem;
    width: 150px; }
  .header-phone {
    padding-left: 0; 
    text-align: right;}
  .header-whats {
    text-align: right;}
   .header-phone::before {
      right: 177px;
      left: unset;}
    .header-phone::after, .header-whats::before {
      right: 174px;
      left: unset;}
    .header-whats::after {
      display: none; }
    /*.header-phone-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } */
 
  .header-nav {
    margin-top: 0; }
    .progress-block {
      text-align: center;
      }
      #banner-prev {
    right: 6rem;
  }
  #banner-next {
    right: 2rem;
  }
      .progress__title {
        justify-content: center;
        } }

@media screen and (max-width: 500px) {
  .modal-body {
    width: 100%;
    max-width: 320px;}
    .modal-inner {
      padding: 5rem 3rem;
      min-width: 32rem;
    }
    .modal-input, .modal-phone {
      max-width: 100%;
    }

}
@media screen and (max-width: 400px) {
  .banner__info h1 {
    font-size: 2.5rem; }
  .center-block__title {
    font-size: 2rem;
  }
     }

.show {
  display: inline-block !important; }

.hidden {
  display: none;
  opacity: 1;
  height: 0; }


.services__images img {
  max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.logos-section {
  background: url(../images/banner/70.jpg) #F0F0F0 center no-repeat;
  position: relative;
  background-size: cover; 
  display: none;
}
.logos-section::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.9);
}

.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logos img {
    width: 80px;
    margin: 20px 30px;
    z-index: 10;
    
}

.center-block {
  font-size: 1.7rem;
}

.slick-slider {
  overflow: hidden;
}

 .mobile-address {
  display: none;
 }

@media (max-width: 768px) {
  .header-top .container {
      position: relative;
  }
  .mobile-address {
    position: absolute;
    top: 65px;
    display: block;
    padding-left: 20px;
  }
  .mobile-address div {
    position: relative;
  }
  .mobile-address div i {
    color: #ED1C24;
    position: absolute;
    top: 5px;
    left: -20px;
    font-size: 20px;
  }
  .mobile-address div span {
    display: block;
    font-size: 12px;
    font-weight: 600;
  }
  .mobile-address div small {
    display: block;
    font-size: 12px;
  }

}

.cargo-evo {
  text-align: center;
  margin-top: 30px;
}
.cargo-evo img {
  max-width: 800px;
  
  width: 100%;
  height: auto;
}

.advert1 p {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
}