@import "fonts.css";

h1, h2, h3, p, li {
    color: #FCFCFD;
    font-family: 'AvenirNextCyr';
}

.body {
    background: url("/img/background.png") 0 0 no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: white;
}

.main_container {
    max-width: 1920px;
    background-color: rgba(39, 77, 133, 0.9);
}

.content_wrapper {
    padding: 37px 315px 0 315px;
}

.title_wrapper {
    padding: 0;
}

.title_wrapper h1 {
    font-weight: 750;
    font-size: 35px;
    line-height: 69px;
}

.list_item {
    align-items: center;
    padding: 0;
}

.list_wrapper {
    margin: 20px 0 20px 0;
    max-width: 1300px;
}

.list_item__bottom {
    margin-top: 44px;
}

.list_item__image {
    background-color: #D31E1E;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: flex;
    margin-left: 15px;
}

.list_item__image img {
    margin: auto;
}

.list_item__text p {
    font-weight: 450;
    font-size: 18px;
}

.list_item__text__right {
    margin-right: 0!important;
}

.list_item__text {
    margin-left: 30px;
    max-width: 480px;
    /*margin-right: 50px;*/
}

.slider_wrapper {
    margin-top: 46px;
}

.owl-nav {
    margin: 30px 0 30px 0px;
    width: 190px;
    left: 315px;
    top: 30%;
    margin-top: -40px;
    position: absolute;
}

.owl-prev {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 9px;
    background-image: url("/img/arrow-down.png");
    background-repeat: no-repeat;
    background-color: #D31E1E;
    background-position: center;
    font-size: 0;
}

.owl-next {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 9px;
    background-image: url("/img/arrow-right.png");
    background-repeat: no-repeat;
    background-color: #456EAA;
    background-position: center;
    font-size: 0;
}

.slider_button img {
    margin: auto;
}

.arrow__left {
    background-color: #D31E1E;
    margin-bottom: 9px;
}

.arrow__right {
    background-color: #456EAA;
}

.owl-carousel .img {
    width: 410px;
    height: 230px;
}

.owl-carousel {
    padding-left: 315px;
}

.owl-stage-outer {
    margin-left: 100px;
}

.action_wrapper {
    padding: 0px 315px 0px 165px;
}

.action {
    flex-wrap: nowrap;
}

.action__text {
    display: flex;
    width: 630px;
    align-items: center;
}

.action__text {
    font-weight: 450;
    font-size: 24px;
}

.action_button_wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 30px;
    min-width: 410px;
}

.action_button {
    background: linear-gradient(180deg, #E83B3B 0%, #AE1515 100%);
    box-shadow: 0px 6px 0px #8F0808;
    border-radius: 15px;
    height: 170px;
    width: 100%;
    display: flex;
    align-items: center;
}

.action_button__text {
    padding: 0 27px 0 20px;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

.action__image {
    width: 380px;
    /*background-color: #456EAA;*/
}

.action_button__arrow {
    transform: rotate(-180deg);
}

.action_button__arrow img {
    width: 42px;
    height: 42px;
}

/*.action_button::after,*/
/*.action_button::before*/
/*{*/
/*    content: '';*/
/*    position: absolute;*/
/*    border: 2px solid #E1171B;*/
/*    left: -20px;*/
/*    opacity: 0;*/
/*    right: -20px;*/
/*    top: -20px;*/
/*    bottom: -20px;*/
/*    border-radius: 50%;*/
/*    animation: pulse 2.5s linear infinite;*/
/*}*/

.action_button::after {
    animation-delay: 1.25s;
}

@keyframes action_button {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.pulse::before {
    content: ''; // Нужно для отображения псевдокласса
position: absolute;
    border: 2px solid #E1171B; // Ширину обводки можете выбрать сами
left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite; // Указываем название анимации, время, тип, и нужно ли её повторять
}
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.pulse::after,
.pulse::before {
    content: '';
    position: absolute;
    border: 2px solid #E1171B;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 15px;
    animation: pulse 2.5s linear infinite;
}

.pulse::after {
    animation-delay: 1.25s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.btn {
    margin: 30px auto;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
}

.list_item__image img {
    width: 30px;
}

.btn img {
    width: 40px;
}

.cc span {
    display: block;
}

.btn-bx {
    display: none;
}
