* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

body {
    font-size: 18px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    background-color: #002a7e;
}

.header {
    position: relative;
    vertical-align: middle;
    width: 100%;
    background-color: #FFFFff;
    padding-top: 5px;
}

.header:before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 2500px;
    height: 100%;
    right: 100%;
    top: 0;
}

.header:after {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 2500px;
    height: 100%;
    left: 100%;
    top: 0;
}

.clearfix {
    clear: both;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.header__container {
    max-width: 1024px;
    min-width: 320px;
    margin: 0 auto;
    width: 70%;
}

.logo {
    display: inline-block;
    margin-top: 18px;
}

.pictures {
    display: inline-block;
    float: right;
}

.top {
    display: inline-block;
}

.main {
    max-width: 1024px;
    margin: 0 auto;
    width: 70%;
    min-width: 320px;
    padding-top: 15px;
}

.main__top-block {
    position: relative;
    background-image: url("../jpg/top-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 23px;
    max-width: 1024px;
    margin: 0 auto;
}

.main__attention {
    display: block;
    width: fit-content;
    position: relative;
    margin: 0 auto;
    background-color: #fcd803;
    padding: 10px 15px;
    font-size: 30px;
    color: #e83121;
    font-weight: 700;
}

.main__down-text {
    width: fit-content;
    margin: 0 auto;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
}

.top-block__question {
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
}

.top-block__bigger {
    color: #e71b22;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff;
}

.content {
    font-size: 0;
    margin-top: 15px;
    text-align: center;
}

.left {
    display: table-cell;
    box-sizing: border-box;
    padding-right: 15px;
    float: left;
    width: 26%;
}

.bx-pager {
    display: none;
}

.bx-wrapper {
    display: inline-block;
    background-color: #ffffff;
    padding: 23px 7px;
    position: relative;
    text-align: left;
}

.banner-img {
    display: block;
    width: 100%;
}

.slider__img {
    margin: 0 auto;
    width: 100%;
}

.slider__img img {
    display: block;
    width: 100%;
}

.slider__title {
    text-decoration: underline;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    font-size: 18px;
}

.slider__question {
    color: #e71b22;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
}

.slider__button {
    font-size: 22px;
    font-weight: 500;
    z-index: 2;
    position: relative;
    width: 15px;
}

.prev-btn {
    display: block;
    position: relative;
    bottom: 0;
    color: #000;
}

.prev-btn:before {
    content: '';
    position: absolute;
    width: 27px;
    border: 2px solid #d0cccc;
    border-radius: 60px;
    height: 100%;
    right: 100%;
    top: 0;
    margin-right: 10px;
}

.prev-btn:hover:before {
    background-image: url(../png/hover-1.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #e71b22;
}

.next-btn:hover:before {
    background-image: url(../png/hover-1.png);
    border: 2px solid #e71b22;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.next-btn {
    display: block;
    position: relative;
    color: #000;
    margin-bottom: 19px;
    margin-left: 37px;
    cursor: pointer;
}

.next-btn:before {
    content: '';
    position: absolute;
    width: 27px;
    border: 2px solid #d0cccc;
    border-radius: 60px;
    height: 100%;
    right: 100%;
    top: 0;
    left: -37px;
    margin-right: 10px;
}

.slider__last-text {
    position: relative;
    display: block;
    text-align: center;
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
}

.right {
    display: table-cell;
    padding-left: 15px;
    float: right;
    width: 26%;
}

.bx-wrapper {
    width: 45%;
    position: relative;
    display: inline-block;
}

.bx-controls.hide {
    display: none;
}

.pointer {
    position: relative;
    margin: 0 auto;
    width: 120px;
    padding: 20px 0;
}

.button {
    display: block;
    margin: 0 auto;
    text-decoration: underline;
    font-size: 30px;
    width: fit-content;
    color: #0000ff;
}

.button:hover {
    text-decoration: none;
}

.footer {
    position: relative;
    bottom: 15px;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    color: #fff;
}

.banner-text {
    padding: 15px 10px;
    background-color: #fff;
}

.banner-text--1 .text {
    font-size: 17px;
    line-height: 1.8;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #e71b22;
}

.banner-text--1.is-active {
    background-color: #fcd803;
}

.banner-text--1.is-active .text {
    color: #000;
}

.banner-text--2 .text {
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #000;

}

.banner-text--2 .text .accent {
    display: block;
    margin: 5px 0 0;
    font-size: 18px;
    color: #e71b22;
    padding: 5px;
    border-radius: 20px;
}

.banner-text--2.is-active .text .accent {
    background-color: #e71b22;
    color: #fff;
}

@media (max-width: 1224px) {
    .header__container {
        width: 86%;
    }
}

@media (max-width: 991px) {

    .header__container {
        width: 70%;
        padding: 20px;
    }

    .pictures {
        display: none;
    }

    .logo {
        margin: 0 auto;
        display: block;
        width: 306px;
    }

    .main {
        width: 100%;
        padding: 15px 15px;
    }
}

@media (max-width: 768px) {
    .left {
        display: none;
    }

    .right {
        display: none;
    }

    .main__down-text {
        text-align: center;
        padding: 0;
    }
    
    .main__top-block {
        display: none;
    }

    .background-slider {
        width: 68%;
    }


    .main__attention {
        display: none;
    }

    .bx-wrapper {
        width: 60%;
    }

}

@media (max-width: 600px) {
    .slider__question {
        font-size: 20px;
    }
}

@media (max-width: 500px) {

    .bx-wrapper {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .background-slider {
        width: 100%;
    }

    .slider__question {
        font-size: 18px;
    }

    span.top-block__question {
        font-size: 18px;
        position: relative;
    }

    .top-block__bigger {
        font-size: 22px;
    }

    span.top-block__question:after {
        position: absolute;
        width: 15px;
        content: '';
        height: 100%;
        left: 100%;
        top: 0;
    }

    .main__attention {
        font-size: 36px;
    }

    .main__down-text {
        width: 194px;
    }

}

@media (max-width: 400px) {
    .header__container {
        padding: 15px;
    }

    .logo {
        width: 100%;
    }

    .background-slider {
        padding: 0;
    }

    .bx-controls-direction {
        top: 181px;
        margin-left: 53px;
    }

    .slider__title {
        margin-left: 15px;
    }

    .slider__question {
        margin-left: 15px;
    }
}

@media (min-width: 300px) {
    .container {
        width: 320px;
        padding: 0;
    }

}

@media (min-width: 500px) {
    .container {
        width: 475px;
    }

}

@media (min-width: 768px) {
    .container {
        width: 748px;
    }

}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

}