.fix-container::after,
.fix-container::before {
    display: table;
    content: " ";
}

.fix-container::after {
    clear: both;
}

/* block container photos */
.bc-photos-section {
    border-bottom: 25px solid #d61313;
}

.bc-photos-section .title {
    width: 100%;
    height: 84px;
    background: url('/bitrix/templates/front_new/images/bc-slider-title.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 30pt;
    font-weight: bold;
    text-transform: uppercase;
}

.bc-photos-section .bg-slider {
    background: url('/bitrix/templates/front_new/images/bc-slider-bg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 15px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.bc-photos-section .slider {
    overflow: hidden;
    width: 1440px;
    z-index: 1;
}

.bc-photos-section .slider .item {
    margin: 0px 30px;
    position: relative;
    height: 285px;
    border: 7px solid #002885;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
    overflow: hidden;
}

.bc-photos-section .slider .item:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 25px;
    width: 100px;
    height: 10px;
    background-color: #002885;
    transform: rotate(132deg);
}

.bc-photos-section .arrows {
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    /* margin-top: -30px; */
    top: 44%;
}

.bc-photos-section .arrows button {
    background: transparent;
    border: none;
    outline: none;
}

.bc-photos-section .dots {
    margin-top: 40px;
}

.bc-photos-section .dots ul {
    list-style: none;
    display: flex !important;
    flex-direction: row;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.bc-photos-section .dots ul li {
    margin: 0px 5px;
}

.bc-photos-section .dots button {
    background: #00baf6;
    border-radius: 50%;
    border: none;
    font-size: 0px;
    width: 20px;
    height: 20px;
    outline: none;
}

.bc-photos-section .dots .slick-active button {
    background: #d61313;
}


/* payment-section */
.payment-section {
    width: 100%;
    background: #002D87;
    padding: 30px 0px;
    position: relative;
    margin-bottom: 50px;
    border-top: 7px solid #d52800;
}

.payment-section::after {
    content: '';
    background: url('/bitrix/templates/front_new/images/payment-sect-bottom.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 30px;
    display: block;
}

.payment-section .title,
.payment-section .title a {
    text-align: center;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30pt;
}

.payment-section .items {
    padding: 30px 0px;
}

.payment-section .item {
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0px;
    min-height: 300px;
}

.payment-section .item .infograph {
    background: #fff;
    margin-bottom: 40px;
    position: relative;
    border-radius: 50%;
    width: 195px;
    height: 195px;
    box-shadow: -7px 7px #00a4eb;
}

.payment-section .item .infograph .img {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-section .item .infograph .title {
    color: #00a1ea;
    font-size: 14pt;
    height: 75px;
}

/* reviews section */
.reviews-section {
    background: linear-gradient(to bottom, #fff, #d6f3ff);

}

.reviews-section .title {
    width: 100%;
    background: #d61313;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 30pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0;

}

.reviews-section .title-arrow {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    position: relative;
}

.reviews-section .triangle-1 {
    width: 0;
    height: 0;
    border-left: 100px solid #0000;
    border-right: 100px solid #0000;
    border-top: 40px solid #d61313;
    position: absolute;
    z-index: 1;
}

.reviews-section .triangle-2 {
    position: relative;
    margin-top: 35px;
    width: 200px;
}

.reviews-section .triangle-2>div {
    width: 100px;
    height: 0px;
    background: #0cf;
}

.reviews-section .triangle-2>div:before {
    content: " ";
    display: block;
    width: 110px;
    height: 7px;
    background: #0cf;
    -webkit-transform: rotate(158deg);
    -moz-transform: rotate(158deg);
    -ms-transform: rotate(158deg);
    transform: rotate(158deg);
    position: absolute;
    top: -8px;
    right: -5px;
}

.reviews-section .triangle-2>div:after {
    content: " ";
    display: block;
    width: 110px;
    height: 7px;
    background: #0cf;
    -webkit-transform: rotate(-158deg);
    -moz-transform: rotate(-158deg);
    -ms-transform: rotate(-158deg);
    transform: rotate(-158deg);
    position: absolute;
    top: -8px;
    left: -5px;
}


.reviews-section .slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-section .slider {
    padding: 60px 0px;
    overflow: hidden;
    width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews-section .slider .slick-track {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: inherit !important;
    flex-wrap: wrap;
}

.reviews-section .slider .item {
    /* width: 185px !important;
    height: 225px;
    margin: 15px;
    outline: none; */
    width: 185px !important;
    height: 225px;
    margin: 15px;
    outline: none;
}

@media (max-width:430px) {
    .reviews-section .slider .item {
        width: 50% !important;
        margin: 0;
        margin-bottom: 15px;
    }
}

.reviews-section .slider .item img {
    border: 10px solid #002d87;
    width: 100%;
    height: 100%;
}

.reviews-section .slider .item:hover img {
    border: 10px solid #d61313;
    cursor: pointer;
}

@media (min-width: 1550px) {
    .bc-photos-section .arrows {
        width: 1525px;
    }
}

@media (max-width: 1440px) {
    .bc-photos-section .slider {
        width: 1240px;
    }

    .bc-photos-section .slider .item:before {
        left: -29px;
        transform: rotate(127deg);
    }
}

@media (max-width: 1280px) {
    .bc-photos-section .slider {
        width: 100%;
    }

    .bc-photos-section .slider .item:before {
        transform: rotate(125deg);
    }
}

@media (max-width: 1024px) {
    .bc-photos-section .slider {
        width: 860px;
    }

    .bc-photos-section .slider .item:before {
        width: 120px;
        left: -37px;
        transform: rotate(128deg);
    }
}

@media (max-width: 768px) {
    .bc-photos-section .title {
        text-align: center;
        font-size: 26pt;
    }

    .bc-photos-section .slider {
        width: 600px;
    }

    .bc-photos-section .slider .item:before {
        width: 120px;
        left: -24px;
        transform: rotate(139deg);
    }
}

@media (max-width: 425px) {
    .bc-photos-section .title {
        text-align: center;
        font-size: 17pt;
    }

    .bc-photos-section .slider {
        width: 400px;
    }

    .bc-photos-section .slider .item:before {
        width: 120px;
        left: -39px;
        transform: rotate(126deg);
    }

    .reviews-section .title {
        font-size: 20pt;
        text-align: center;
    }
}

@media (max-width: 375px) {
    .bc-photos-section .title {
        text-align: center;
        font-size: 18pt;
    }

    .bc-photos-section .slider {
        width: 350px;
    }

    .bc-photos-section .slider .item {
        margin: 0px 10px;
    }

    .bc-photos-section .slider .item:before {
        width: 120px;
        left: -41px;
        transform: rotate(125deg);
    }

    .reviews-section .title {
        font-size: 17pt;
        text-align: center;
    }
}

@media (max-width: 320px) {
    .bc-photos-section .title {
        text-align: center;
        font-size: 19pt;
    }

    .bc-photos-section .slider {
        width: 300px;
    }

    .bc-photos-section .slider .item {
        margin: 0px 10px;
    }

    .bc-photos-section .slider .item:before {
        width: 120px;
        left: -45px;
        transform: rotate(121deg);
    }

    .reviews-section .title {
        font-size: 14pt;
        text-align: center;
    }
}