@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

.wrap {
    overflow: hidden;
}

@media (min-width: 1650px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1600px;
    }
}

@media (max-width: 1649px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 90%;
    }
}

.header {
    z-index: 1;
    padding: 20px 0 0 0;
}

.slider {
    background: url('../img/slider.jpg');
    height: 48.5vw;
    width: 100%;
    background-position: 0 -15vw;
    position: relative;
    z-index: 11;
}

.slider::after {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    content: "";
    background: url('../img/gradient.svg');
    background-repeat: no-repeat;
    z-index: -1;
}

.header .contact {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.header .contact:hover {
    background: #FFF;
    color: #000;
    border: 1px solid #FFF;
}

.slider .slider-wrap {
    margin: 10vw 0 0 0;
}

.slider .subtitle {
    color: #C8102D;
    text-transform: uppercase;
    font-weight: 600;
}

.slider .subtitle {
    color: #C8102D;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 20px 0;
}

.slider .title {
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-size: 2.8vw;
    line-height: 3.2vw;
    font-weight: 700;
    width: 45%;
    min-width: 600px;
}

.slider .text {
    color: #FFF;
    width: 600px;
    margin: 2vw 0;
    font-size: 1vw;
    line-height: 1.5vw;
}

.slider .slider-button {
    background: #C8102D;
    color: #FFF;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 600;
    border: 1px solid  #C8102D;
    text-decoration: none;
    cursor: pointer;
}

.slider .slider-button:hover {
    background: #FFF;
    color: #C8102D;
}


.gray-box {
    background: #F8F8F8;
    height: 6vw;
    position: relative;
}

.gray-box:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40%;
    background: #FFF;
    content: "";
    height: 100%;
}

.left-product img {
    max-width: 100%;
}

.right-gray {
    background: #F8F8F8;
}

.right-gray:after {
    position: absolute;
    top: 0px;
    right: -40%;
    width: 40%;
    background: #F8F8F8;
    content: "";
    height: 100%;
}

.right-gray {
    padding: 0 4vw;
}

.right-gray .bold-text {
    font-weight: 700;
    font-size: 1.4vw;
}

.right-gray .border-box {
    background: #C8102D;
    height: 3px;
    width: 5vw;
    margin: 1vw 0;
}

.right-gray .text {
    font-size: 16px;
    line-height: 24px;
}

.benefits-box {
    position: relative;
}

.additional-box .title-box ,
.benefits-box .title-box {
    font-size: 2.2vw;
    font-weight: 700;
    color: #000;
    margin: 3vw 0;
    position: relative;
}

.additional-box::after,
.benefits-box::after {
    position: absolute;
    top: 0px;
    right: -40%;
    width: 40%;
    background: #FFF;
    content: "";
    height: 100%;
}

.additional-box .title-box:after,
.benefits-box .title-box:after {
    background: #C8102D;
    height: 3px;
    width: 100%;
    position: absolute;
    content: "";
    bottom: 15px;
    margin-left: 15px;
}

.additional-box img {
    max-width: 100%;
    height: auto;
    max-height: 20vw;
}


.images-box img {
    max-width: 100%;
    height: auto;
}

.images-box .title {
    font-weight: 700;
    font-size: 1.2vw;
    margin: 0 0 1vw 0;
}

.images-box .text {
    font-size: 0.9vw;
    margin: 0 0 5vw 0;
}

.gray-background {
    background: #F8F8F8;
    padding: 6vw 12vw;
}

.gray-background .title {
    font-weight: 700;
    font-size: 1.4vw;
    padding: 0 9vw 0 0;
    margin: 0 0 2vw 0;
}

.gray-background .text {
    padding: 0 6vw 0 0;
    font-size: 0.9vw;
}

.gray-background img {
    max-width: 100%;
    max-height: 35vw;
    margin: auto;
    display: block;
}

@media (max-width: 1649px) {
    .gray-background .title,
    .gray-background .text {
        padding: 0px!important;
    }

    .gray-background {
        padding: 6vw 0;
    }
}

.gray-background .text ul {
    margin: 1vw 0 0 0;
}

.gray-background .text ul li {
    margin: 0 0 1vw 0;
}

.gray-background .text  p {
    margin: 2vw 0 0 0;
}

.additional-box {
    position: relative;
}

.additional-box .title {
    font-weight: 700;
    font-size: 1.2vw;
    margin: 1.5vw 4vw 1.5vw 0;
}

.additional-box .text {
    padding: 0 4vw 0 0;
    font-size: 0.9vw;
}

.contact-box {
    margin: 5vw 0;
}

.contact-box img {
    max-width: 100%;
    height: auto;
}

.contact-box .contact-form {
    padding: 0 0 0 1vw;
}

.contact-box .contact-form .title {
    font-size: 2vw;
    font-weight: 700;
    margin: 0 0 1.5vw 0;
}

.contact-box .contact-form form > div {
    margin: 0 0 1vw 0;
}

.contact-box .contact-form label {
    display: block;
    font-size: 14px;
    color: #000;
}

.contact-box .contact-form textarea,
.contact-box .contact-form input {
    background: #F8F8F8;
    border: 1px solid #93969B;
    min-width: 400px;
    height: 40px;
    text-indent: 8px;
}

.contact-box .contact-form .checkmark {
    display: flex;
}

.contact-box .contact-form .checkmark input {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.contact-box .contact-form .checkmark label {
    position: relative;
    top: -2px;
    cursor: pointer;
}

.contact-box .contact-form textarea {
    height: 250px;
}

.contact-box .contact-form button {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
    padding: 10px 50px;
    font-weight: 600;
}

.contact-box .contact-form button:hover {
    background: #FFF;
    color: #000;
}

.footer {
    padding: 2vw 0;
    margin: 5vw 0 0 0;
    background: #F8F8F8;
}

.footer .link1,
.footer .link2 {
    color: #000000;
    font-weight: 300;
    margin: 0 0 0 30px;
}


/*RWD STYLES */

@media (max-width: 991px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }

    .slider .slider-wrap {
        margin: 30px 0 0 0;
    }

    .slider::after,
    .slider {
        background: none;
    }

    .header .contact {
        font-size: 14px;
        padding: 5px 8px;
    }

    .header .contact:hover {
        color: #000;
        border: 1px solid #000;
    }

    .slider {
        height: 100%;
        margin-bottom: 40px;
    }

    .slider .title {
        color: #000;
        font-size: 16px;
        min-width: 100%;
        line-height: 20px;
    }

    .gray-background .text,
    .additional-box .text,
    .slider .text {
        color: #000;
        font-size: 14px;
        min-width: 100%;
        line-height: 20px;
        width: 100%;
    }

    .slider .slider-button {
        font-size: 14px;
        padding: 6px 11px;
    }

    .additional-box img,
    .contact-box img,
    .gray-background img,
    .right-gray::after,
    .gray-box,
    .gray-box::before {
        display: none;
    }

    .right-gray .bold-text {
        font-size: 18px;
        margin: 0 0 30px 0;
    }

    .right-gray {
        background: #FFF;
    }

    .benefits-box {

    }

    .gray-background {
        margin: 30px 0;
    }

    .additional-box .title-box, .benefits-box .title-box {
        font-size: 20px;
        margin: 50px 0 30px 0;
    }

    .contact-box .contact-form .title,
    .additional-box .title,
    .gray-background .title,
    .images-box .title {
        font-size: 20px;
        margin: 15px 0;
    }

    .images-box img {
        display: block;
        margin: auto;
    }

    .images-box .text {
        font-size: 14px;
        margin: 0 0 30px 0;
    }

    .contact-box .contact-form textarea, .contact-box .contact-form input {
        min-width: 100%;
    }

    .copy {
        font-size: 12px;
        text-align: center;
    }

    .footer .link1, .footer .link2 {
        margin: 15px 0 0 0 !important;
        display: block;
        text-align: center;
    }
}

.cookie-popup {
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: -6.25rem;
  left: 1.25rem;
  right: 1.25rem;
  padding: 0.625rem 0.9375rem;
  box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
  line-height: 150%;
  transition: opacity .5s;
  opacity: 0;
  z-index: 111;
}

.cookie-popup--short {
  right: none;
  width: 21.875rem;
}

.cookie-popup--dark {
  background: #000;
  color: #fff;
}

.cookie-popup--not-accepted {
  opacity: 1;
  animation: cookie-popup-in .5s ease forwards;
}

.cookie-popup--accepted {
  opacity: 0;
  z-index: 0;
}

.cookie-popup a {
  color: skyblue;
}

.cookie-popup a:visited {
  color: skyblue;
  text-decoration: none;
}

.cookie-popup-actions {
  flex: 1;
  text-align: right;
}

.cookie-popup-actions button {
  color: orange;
  border: none;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 	0.75rem;
  padding: 0;
  cursor: pointer;
}

.cookie-popup-actions button:hover {
  text-decoration: underline;
}

@keyframes cookie-popup-in {
  from { bottom: -6.25rem; }
  to { bottom: 1.25rem; }
}
