
.slider {
 margin-bottom: 62px;
}

.slider .item img {
 display: block;
}

/* Arrows */

.slick-slide img {
 margin: 0 auto;
}

.slick-prev,
.slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 bottom: -62px;
 display: block;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: 1px solid #52525e;
 outline: none;
 background: url("../img/slider-arrow.png") 50% 50% no-repeat;
 width: 40px;
 height: 40px;
 z-index: 3;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

.slick-prev {
 left: 188px;
 -moz-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}

.slick-next {
 right: 178px;
 text-align: center;
}
body {
    background: #373737;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 1.2;
  }
  
 
  
  .container {
    background: white;
    margin: 0 auto;
    width: 480px;
  }
  
  footer, section {
   
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }
  
  footer {
    padding: 20px;
  }
  
  .p_ignore {
    max-width: none;
    width: 480px !important;
    margin: 0 -20px;
  }
  
  h1 {
    font-size: 30px;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    text-align: center;
  }
  
  h2 {
   
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 44px;
  }
  h2 span {
    color: #cd1c35;
  }
  h2.red span {
    color: #cd1c35;
  }
  h2.invert {
    color: white;
  }
  h2.invert span {
    color: #ffde00;
  }
  
  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 80px;
    background: #cd1c35 url("../img/button_bg.jpg");
    border-radius: 5px;
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border: none;
  }
  
  input {
    width: 360px;
    height: 80px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    color: black;
    font-family: inherit;
  }
  
  p {
    line-height: 26px;
    text-align: center;
  }
  p.mod{
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
  }
  
  