@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }

  80% {
    transform: translateX(1rem);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }

  80% {
    transform: translateX(-1rem);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%; }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
      html {
        font-size: 50%; }
      }



::selection {
  background-color: #d14533;
  color: #fff;
}

body {
  font-family: 'Arimo', sans-serif;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #fff;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: italic;
}

p {
  font-size: 3rem;
}

@media only screen and (max-width: 37.5em) {
  p {
    font-size: 2rem;
  }
}

.link {
  color: #eb4449;
  transition: all .3s;
}

.link:hover {
  color: #f48185;
}


.heading-primary {
  color: #fff;

  backface-visibility: hidden;
  padding-top: 3rem;
 }

  .heading-primary--main {
    display: block;
    text-transform: uppercase;
    font-size: 13rem;
    font-weight: 700;
    animation: moveInLeft 1s ease-out;
    word-spacing: 99999px;
    line-height: 14rem;
    }

    @media only screen and (max-width: 37.5em) {
      .heading-primary--main {
        font-size: 6rem;
        line-height: 9rem;
      }
    }

  .heading-primary--sub {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    animation: moveInRight 1s ease-out;
    margin-top: 2rem;
  }

  @media only screen and (max-width: 37.5em) {
    .heading-primary--sub {
      font-size: 2rem;
    }
  }


  .heading-primary--sub span {
    font-weight: 700;
  }

  .footer-heading-primary {
    color: #fff;
    backface-visibility: hidden;
  }
  
    .footer-heading-primary--main {
      display: block;
      text-transform: uppercase;
      font-size: 6rem;
      font-weight: 700;
      animation: moveInLeft 1s ease-out;}
  
      @media only screen and (max-width: 37.5em) {
        .footer-heading-primary--main {
          font-size: 5rem;
        }
      }
  
    .footer-heading-primary--sub {
      display: block;
      font-size: 2.5rem;
      font-weight: 300;
      animation: moveInRight 1s ease-out;}

      @media only screen and (max-width: 37.5em) {
        .footer-heading-primary--sub {
        font-size: 1.8rem;
        }
      }
  
    .footer-heading-primary--sub span {
      font-weight: 700;
    }




.logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
}

.horizontal-rule {
  margin: 5rem 0;
}

.logos img {
  z-index: 10;
}

@media only screen and (max-width: 37.5em) {
  .logos img {
    width: 12rem;
  }
}

.logo_right {
  width: 30rem;
  height: 100%;
}


.logo_left {
  width: 20rem;
  height: 100%;
}

@media only screen and (max-width: 56.25em) {
  .logo_right {
    width: 24rem;
  }

  .logo_left {
    width: 10rem;
  }
}

.heading-secondary {
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  color: #e2252c;}

  @media only screen and (max-width: 56.25em) {
    .heading-secondary {
      font-size: 6rem;}}
  @media only screen and (max-width: 37.5em) {
    .heading-secondary {
      font-size: 3rem;
    }
  }

.heading-tertiary {
  font-size: 2.8rem;
  font-weight: 700;
  color: #231f20;
  line-height: 1.2em;
  min-height: 9rem;
  margin-top: 2rem;
}

  @media only screen and (max-width: 56.25em) {
    .heading-tertiary {
      font-size: 2.5rem;
      min-height: 5rem;}}
  @media only screen and (max-width: 37.5em) {
    .heading-tertiary {
      font-size: 2rem;
      min-height: 5rem;
    }
  }

.border-bottom {
  border-bottom: 0.3rem solid #ed1c24;
  padding: 0 5rem 3rem;}

  @media only screen and (max-width: 56.25em) {
    .border-bottom {
      padding: 0 5rem 1.5rem;
    }
  }

.heading-white {
    color: #fff;
 }


.paragraph {
  text-align: center;
  margin-top: -3vh;}

  @media only screen and (max-width: 56.25em) {
    .paragraph {
      margin-top: -2vh;
    }
  }

.u-margin-bottom-big {
  margin-bottom: 8rem !important;}

  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
      margin-bottom: 5rem !important;
    }
  }

.u-margin-bottom-medium {
   margin-bottom: 4rem !important; }
   @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-medium {
      margin-bottom: 3rem !important; } }




.row {
  max-width: 114rem;
  margin: 0 auto;}

  .row:not(:last-child) {
    margin-bottom: 2rem;}

    @media only screen and (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 6rem;} }
    
  @media only screen and (max-width: 56.25em) {
    .row {
      max-width: 65rem;
      padding: 0 3rem;} }
  
  .row::after {
    
    display: table;
    clear: both;}
  
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem;}
      @media only screen and (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 6rem;} }
      @media only screen and (max-width: 56.25em) {
        .row [class^="col-"] {
          width: 100% !important;} }
      @media only screen and (max-width: 37.5em) {
        .row [class^="col-"] {
              width: 100% !important;} }

.row .col-1-of-2 {
  width: calc((100% - 6rem) / 2);
}

.row .col-1-of-3 {
  width: calc((100% - 2*6rem) / 3);
}
    
.row .col-1-of-4 {
  width: calc((100% - 3*2rem) / 4);
}

.row [class^="col-"]:not(:last-child) {
  margin-right: 2rem;
}

.main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column; 
  background-color: #fff;
  background: url(../img/bg.webp) top center no-repeat;
  background-size: contain;
  height: 75rem;
  margin-top: -10rem;
  margin-bottom: -16rem;
}

@media only screen and (max-width: 56.25em) {
  .main {
    margin-top: -1rem;
    height: 43rem;
    margin-bottom: -13rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .main {
    margin-top: 0;
    height: 30rem;
    margin-bottom: -9rem;
  }
}


.brands {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 5rem;
  background-color: #fff;
  border: 1.5rem solid #5bba48;
  border-radius: 8rem;
  padding: 3rem 3rem;
  margin: 0 5rem;
}

.brands img {
  width: 20rem;
}

@media only screen and (max-width: 56.25em) {
  .brands {
    gap: 2rem 2rem;
    border: 1rem solid #5bba48;
    border-radius: 5rem;
    margin: 0 2rem;
    padding: 1rem 1rem;
  }

  .brands img {
    width: 12rem;
  }
}


@media only screen and (max-width: 37.5em) {
  .brands {
    gap: 1rem 1rem;
    border-radius: 2rem;
    padding: 1rem;
    border: 0.6rem solid #5bba48;
  }
  
  .brands img {
    width: 10rem;
  }
}



.copyright {
  text-align: center;
  padding: 5rem;
  
  color: #666;
}

.copyright p {
  font-size: 1.5rem;
}

.text-description {
  text-align: justify;
}





.top_header {
  padding: 1rem;
  text-align: center;
  color: #0f58d6;

}

.green_line {
  display: block;
  content: "";
  height: 8rem;
  background-size: cover;
  background-color: #00386c;
  border-top: 1.5rem solid #5bba48;
  border-bottom: 5rem solid #5bba48;
}

@media only screen and (max-width: 37.5em) {
  .green_line {
    height: 4rem;
    border-top: 0.5rem solid #5bba48;
    border-bottom: 3rem solid #5bba48;
  }
}


.info {
  background: #00386c;
  padding: 12rem 0;
  text-align: center;
}


.info h2 {
  font-size: 4rem;
}

.info h3, .info h4 {
  font-size: 3.5rem;
  font-weight: 400;
}

.info h3::before, .info h3::after {
  display: inline-block;
  content: "";
  border-top: .3rem solid white;
  width: 15%;
  margin: 0 1rem;
  transform: translateY(-1rem);
}

@media only screen and (max-width: 56.25em) {
  .info {
   padding: 10rem 0;
  }
}



.info ul, .info h4, .info p {
  margin-top: 5rem;

}

.info a {
  color: white;
  font-weight: 700;
}

@media only screen and (max-width: 37.5em) {
  .info {
    padding-bottom: 4rem;
  }
  
  .info h2 {
    font-size: 3rem;
  }

  .info h3, .info h4 {
    font-size: 2rem;
  }

  .info h3::before, .info h3::after {
    width: 15%;
  }

  .info ul, .info h4, .info p {
    margin-top: 3rem;
  
  }
}


.uslovi {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.5rem;
}

.uslovi ul {
  list-style-type: none;
}