.main .block3 {
    position: relative;
    background: rgba(0, 29, 95, 0.4);
    margin-bottom: 7rem;
    padding: 50px 0;
}

.main .block3:before {
    content: "";
    display: block;
    background-image: url("../img/3.jpg");
    background-size: cover;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.main .block3:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    background-size: cover;
    background-color: #000;
    z-index: -2;
}

@media screen and (min-width: 992px) {
    .main .block3 {
        padding: 80px 0;
    }
}

body .btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    transition: 0.3s ease-in-out;
}

body .btn i {
    margin-right: 7px;
}

body .small_btn.btn {
    line-height: 52px;
    height: 52px;
    padding: 0 30px;
    border-radius: 5px;
    min-width: 270px;
}

body .large_btn.btn {
    line-height: 62px;
    height: 62px;
    padding: 0 25px;
    min-width: 80%;
    margin-bottom: 25px;
    font-size: 21px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}

body .red.btn {
    background-color: #ff0000;
    color: #fff;
}

body .outline_btn.btn {
    border: solid 2px #ff0000;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    color: #ff0000;
}

body .outline_btn.btn:hover {
    background-color: #ff0000;
    color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

body .btn_center.btn {
    display: table;
    margin: 0 auto;
}

body .full_btn.btn {
    width: 100%;
    display: block;
}

body form .form-group {
    margin-bottom: 15px;
}

body form .form-group input, body form .form-group textarea, body form .form-group select {
    width: 100%;
    line-height: 52px;
    border-radius: 5px;
    padding-left: 35px;
    font-size: 16px;
    background-color: #f3f4f5;
    border: solid 1px #f3f4f5;
    transition: 0.1s ease-in-out;
    height: 52px;
}

body form .form-group input::-webkit-input-placeholder, body form .form-group textarea::-webkit-input-placeholder, body form .form-group select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #06163a;
}

body form .form-group input::-moz-placeholder, body form .form-group textarea::-moz-placeholder, body form .form-group select::-moz-placeholder {
    /* Firefox 19+ */
    color: #06163a;
}

body form .form-group input:-ms-input-placeholder, body form .form-group textarea:-ms-input-placeholder, body form .form-group select:-ms-input-placeholder {
    /* IE 10+ */
    color: #06163a;
}

body form .form-group input:-moz-placeholder, body form .form-group textarea:-moz-placeholder, body form .form-group select:-moz-placeholder {
    /* Firefox 18- */
    color: #06163a;
}

body form .form-group input:focus, body form .form-group textarea:focus, body form .form-group select:focus {
    background-color: #fff;
    border-color: #ff0000;
    outline: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

body form .form-group input.help-inline, body form .form-group textarea.help-inline, body form .form-group select.help-inline {
    border-bottom-color: #ff0000;
}

body form .form-group textarea {
    min-height: 200px;
    width: 100%;
}

body form .form-group select {
    cursor: pointer;
    text-indent: 30px;
    font-weight: 700;
    padding-left: 0;
}

body form .btn {
    width: 100%;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
    line-height: 52px;
    height: 52px;
    display: block;
    padding: 0;
}

.slider-module ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-module ul li {
    position: relative;
    color: #06163a;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 12px;
}

.slider-module ul li:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 2px #ff0000;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 7px;
}

.slider-module ul li strong {
    color: rgba(0, 0, 0, 0.86);
    font-weight: 600;
}

.slider-module ul li button {
    background-color: transparent;
    margin-left: 10px;
    font-size: 14px;
    color: #ff0000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    text-align: center;
    line-height: 24px;
    border: none;
}

.slider-module ul li button:hover {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

.slider-module ul li button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

body .popover .popover-body {
    padding: 0;
}

body .popover .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #fff;
    background-color: #ff0000;
    border-bottom: none;
    border-radius: calc(0.3rem - 1px);
}

.slider-section {
    width: 100%;
}

.slider-section__wrapper {
    width: 100%;
    padding: 20px 0;
}

.slider-item {
    width: 100%;
}

.slider-item__container {
    background: #ffffff;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 15px 0;
    padding: 15px 10px;
}

.slider-item__col {
    width: 100%;
    padding: 0 15px;
}

.slider-item__col:first-child {
    margin-bottom: 15px;
}

.slider-item__image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.slider-item__image {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.slider-item__title {
    color: #06163a;
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
    width: 100%;
}

.slider-item__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 992px) {
    .slider-item__container {
        padding: 45px 30px;
    }

    .slider-item__col {
        width: 50%;
    }

    .slider-item__col:first-child {
        margin-bottom: 0;
    }
}

.button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0 0;
    width: 100%;
    margin-top: auto;
}

.button-wrapper a {
    width: 100%;
}

.button-wrapper a:first-child {
    margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
    .button-wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .button-wrapper a {
        width: auto;
        min-width: 190px !important;
    }

    .button-wrapper a:first-child {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

.slider-module .slick-arrow {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 12px 1px rgb(0 0 0 / 16%);
    position: absolute;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 3px;
    background-color: #FFFFFF;
    color: #ff0000;
    font-size: 20px;
    line-height: normal;
    bottom: 50%;
    cursor: pointer;
    z-index: 100;
}

.slider-module .slick-arrow.slider-prev {
    left: 0;
}


.slider-module .slick-arrow.slider-next {
    right: 0;
}

@media screen and (min-width: 1250px) {

    .slider-module .slick-arrow.slider-prev {
        left: -20px;
    }


    .slider-module .slick-arrow.slider-next {
        right: -20px;
    }
}


.slider-module .slick-arrow:hover {
    background-color: #ff0000;
    color: #fff;
}

.slider-module .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
}

.slider-module .slick-dots li {
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.slider-module .slick-dots li:hover {
    background: #FFFFFF;
    color: #ff0000;
}


.slider-module .slick-dots li.slick-active {
    background: #FFFFFF;
    color: #ff0000;
}

.slider-module .slick-dots li:before {
    content: none;
}

.slider-module .slick-dots li button {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    color: inherit;
    background: transparent;
    width: 100%;
    height: 100%;
    line-height: normal;
    font-size: 13px;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .slider-module .slick-dots li {
        width: 35px;
        height: 35px;
        margin: 0 10px;
    }

    .slider-module .slick-dots li button {
        font-size: 18px;
    }
}

.slider-module .text-secondary {
    color: #FFFFFF !important;
}