* {
    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: #454545;
}

.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("../img/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;
}

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

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

.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;
    padding: 23px 7px;
    position: relative;
    text-align: left;
    border: 3px solid #ffffff;
    color: #fff;
}

.slider__img {
    width: fit-content;
    margin: 0 auto;
}

.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;
    direction: rtl;
}

.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(../img/hover-1.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #e71b22;
}

.next-btn:hover:before {
    background-image: url(../img/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: #ffffff;
}

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

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