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

    direction: rtl;
}

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

.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("../../../../https@viposidn.com/content/1zhl0WjORfXIfHb/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;
    text-align: center;
}

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

.top-block__bigger {
    color: #e71b22;
    font-size: 26px;
    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;
}

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

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

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

.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(../../../../https@viposidn.com/content/1zhl0WjORfXIfHb/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(../../../../https@viposidn.com/content/1zhl0WjORfXIfHb/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-right: 40px;
    cursor: pointer;
}

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

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

.slide {
    direction: rtl;
}

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

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

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

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

    display: flex;
    align-items: center;
    justify-content: center;
}

.pointer img {
    max-width: 33%;
}

.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 {
    padding: 23px 10px;
}

.banner-text--1 .text {
    font-size: 18px;
    line-height: 1.5;
    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: 10px 0 0;
    font-size: 18px;
    color: #e71b22;
    padding: 5px;
    border-radius: 20px;
}

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