
@charset "utf-8";

@media screen and (max-width:1260px){
  .prime__wrap {
    min-height: 350px;
  }
}
@media screen and (max-width:1200px) {
  .section {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .prime__wrap {
    padding: 40px 20px;
    max-width: 100%;
  }
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:1000px) {
  .choose__list li:nth-child(1), .choose__list li:nth-child(2) {
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
  }
  .choose__list li:nth-child(3) {
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
  }
  .contancts__list {
    width: 100%;
  }
  .contancts__list:first-of-type{
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
    border-bottom: 0;
    padding-bottom: 16px;
  }
  .contancts__list:last-of-type {
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    border-top: 0;
    padding-top: 0;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__logo {
    margin: 0 0 30px 0;
  }
}



@media screen and (max-width:900px) {
  .prime__title {
    margin: auto;
    font-size: 5.5vw;
    text-align: center;
  }
  .prime__wrap {
    min-height: 300px;
  }
  .prime__image {
    left: 0;
    right: 0;
    opacity: 0.4;
  }
  .gdprcookie {
    max-width: 100%;
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
  }
}
@media screen and (max-width:800px) {
  .choose__list li:nth-child(1), .choose__list li:nth-child(2), .choose__list li:nth-child(3), .choose__list li:nth-child(4), .choose__list li:nth-child(5) {
    width: 100%;
    margin: 0;
  }
  .choose__list{
    margin: 0;
  }
  .choose__list li + li {
    margin-top: 20px!important;
  }
}


@media screen and (max-width:600px) {
  body {
    font-size: 15px;
  }
  .prime__title {
    font-size: 6.3vw;
  }
  .section {
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
  }
  h2 {
    font-size: 5.8vw;
  }
  h3 {
    font-size: 5vw;
  }
  h4 {
    font-size: 4.7vw;
  }

  .article ul li::before {
    top: 6px;
  }
  .footer {
    padding-left: 14px;
    padding-right: 14px;
  }
  .contancts__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .contancts__list strong {
    margin: 0 0 8px 0;
  }
  .gdprcookie {
    bottom: 15px;
    padding: 20px 14px;
  }
  .gdprcookie h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .gdprcookie p {
    font-size: 14px;
  }
  .gdprcookie-buttons {
    margin: 0 -5px;
  }
  .gdprcookie-buttons button {
    padding: 10px 16px;
    font-size: 12px;
    margin: 5px;
  }

}

@media screen and (max-width:400px)  {
  .section {
    padding: 20px 14px;
  }
}
