*:focus {
    outline: none;
}

/*<!-- fsdfsdf -->*/

.hero-slider {
    position: relative;
    transition: all 0.3s linear;
}

.hero-slider--items .item .underline {
    position: relative;
    display: block;
    background-image: url('../../img/line_monevia.svg');
    background-repeat: no-repeat;
    background-position: center 24px;
    height: 35px;
}

.item.bg_gold {
    background-image: url("../../img/gold_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-slider--items .item.bg_gold {
    max-height: 400px;
    min-height: 400px;
}

@media (min-width: 1210px) {
    .hero-slider--items .item .underline {
        background-position: -30px 24px;
    }
}

@media (max-width: 1330px) {
    .hero-slider {
        margin-top: 85px;
    }
}

@media (max-width: 768px) {
    .hero-slider {
        margin-top: 61px;
    }
}

.hero-slider--items .slick-list.draggable {
    height: 100%;
    border-radius: 40px;
}

@media (max-width: 768px) {
    .hero-slider--items .slick-list.draggable {
        border-radius: 20px;
    }
}

.hero-slider--items .item {
    position: relative;
    background-color: #f7f8fa;
    max-height: 375px;
    min-height: 375px;
}

@media (max-width: 1210px) {
    .hero-slider--items .item {
        max-height: unset;
        min-height: 920px;
    }
}

@media (max-width: 768px) {
    .hero-slider--items .item {
        max-height: 720px;
        min-height: 720px;
    }
}

@media (max-width: 768px) {
    .hero-slider--items .item {
        max-height: calc(100vh - 61px);
        height: calc(100vh - 61px);
    }
}

.hero-slider--items .item .item-wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    max-width: 1375px;
    margin: auto auto 152px;
}

.hero-slider--items .item .item-wrapper .action .btn {
    padding: 25px 40px;
}

.hero-slider--items .item .additional-icon {
    height: 118px;
    position: absolute;
    top: -30px;
    left: 0;
}

.hero-slider--items .item-blue .additional-icon {
    height: 45px;
    top: 5px;
}

.hero-slider--items .item .content {
    position: relative;
    margin-top: 50px;
    z-index: 1;
}

.hero-slider--items .item .content .title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
}

.hero-slider--items .item .content .title span {
    color: #ed1a3b;
}

.hero-slider--items .item .content .additional {
    margin-top: 15px;
    font-size: 24px;
    font-weight: lighter;
    line-height: 26px;
}

.hero-slider--items .item .content .additional span {
    font-weight: bold;
}

.hero-slider--items .item .action {
    margin-top: 30px;
    display: flex;
}

.hero-slider--items .item .action .btn {
    padding: 0 20px;
}

.hero-slider--items .item .icon-1 {
    position: absolute;
    right: 150px;
    top: -17px;
    height: 385px;
}

.hero-slider--items .item .icon-2 {
    position: absolute;
    right: 30px;
    top: -40px;
    height: 385px;
}

.hero-slider--items .item .icon-3 {
    position: absolute;
    right: 75px;
    top: -37px;
    height: 385px;
}

.hero-slider--items .item .icon-4 {
    position: absolute;
    right: 100px;
    top: -18px;
    height: 385px;
}

@media (max-width: 1210px){
    .hero-slider .statue img {
        position: relative;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        max-width: 75%;
    }
}

@media (min-width: 1211px){
    .hero-slider .statue {
        position: absolute;
        left: 570px;
        top: 60px;
    }
    .hero-slider .statue img {
        width: 200px;
        height: auto;
    }
}

.video-home {
    border-radius: 10px;
    overflow: hidden;
    max-width: 800px;
    margin: auto;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 60px;
    cursor: pointer;
    position: relative;
 }

@media (max-width: 1375px) {
    .hero-slider--items .item .item-wrapper {
        max-width: calc(100% - 70px);
    }
/* 
    .hero-slider--items .item .content .title {
        font-size: calc(45px * 0.8);
        line-height: calc(55px * 0.8);
    }

    .hero-slider--items .item .content .additional {
        font-size: calc(30px * 0.8);
        line-height: calc(36px * 0.8);
    } */

    .hero-slider--items .item .icon-1 {
        height: calc(450px);
        top: -25px;
        right: 150px;
    }

    .hero-slider--items .item .icon-2 {
        height: calc(741px * 0.8);
        top: 35px;
    }

    .hero-slider--items .item .icon-3 {
        height: calc(592px * 0.8);
        right: 0px;
        top: 110px;
    }

    .hero-slider--items .item .icon-4 {
        height: calc(733px * 0.8);
        top: 41px;
    }
}

@media (max-width: 1210px) {
    .hero-slider--items .item .item-wrapper {
        justify-content: center;
    }

    .hero-slider--items .item .content {
        margin-top: 80px;
        text-align: center;
    }

    .hero-slider--items .item .additional-icon {
        height: 60px;
        top: 12px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .hero-slider--items .item .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-slider--items .item .icon-1, .hero-slider--items .item .icon-2, .hero-slider--items .item .icon-3, .hero-slider--items .item .icon-4 {
        position: relative;
        top: unset;
        right: unset;
    }

    .hero-slider--items .item .icon-1 {
        height: calc(702px * 0.5);
    }

    .hero-slider--items .item .icon-2 {
        height: calc(741px * 0.5);
    }

    .hero-slider--items .item .icon-3 {
        height: calc(552px * 0.5);
    }

    .hero-slider--items .item .icon-4 {
        height: calc(733px * 0.5);
    }

    .hero-slider--items .item .action {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-slider--items .item .item-wrapper {
        max-width: calc(100% - 5px);
        height: calc(100% - 95px);
        justify-content: space-between;
    }

    .hero-slider--items .item .content {
        margin-top: 65px;
    }

    .hero-slider--items .item .content .title {
        font-size: 20px;
        line-height: 24px;
    }

    .hero-slider--items .item .content .additional {
        margin-top: 25px;
        font-size: 15px;
        line-height: 18px;
    }

    .hero-slider--items .item .icon-3 {
        height: calc(500px * 0.5);
    }

    .hero-slider--items .item .action {
        margin-top: 35px;
    }
}

.hero-slider--items .item > img {
    position: absolute;
    z-index: 1;
    top: 12px;
    bottom: 20px;
    right: 8px;
    height: calc(100% - 32px);
}

@media (max-width: 768px) {
    .hero-slider--items .item > img {
        display: none;
    }
}

.hero-slider--footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    height: 50px;
    max-width: 1375px;
    width: 100%;
    margin: auto;
}

@media (max-width: 1375px) {
    .hero-slider--footer {
        width: calc(100% - 70px);
    }
}

@media (max-width: 768px) {
    .hero-slider--footer {
        height: 59px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
}

.hero-slider--footer__dots {
    margin-left: 170px;
}

@media (max-width: 992px) {
    .hero-slider--footer__dots {
        margin: auto;
    }
}

.hero-slider--footer__dots .dot {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 100;
    transition: all 0.1s ease-in;
    margin-right: 44px;
}

@media (max-width: 992px) {
    .hero-slider--footer__dots .dot {
        height: 40px;
        width: 40px;
        font-size: 20px;
        margin: 0 10px;
    }
}

@media (max-width: 768px) {
    .hero-slider--footer__dots .dot {
        height: 30px;
        width: 30px;
        font-size: 15px;
    }
}

.hero-slider--footer__dots .dot.active {
    background-color: #ed1a3b;
    color: white;
    font-weight: 400;
}

@media (max-width: 992px) {
    .hero-slider--footer__action {
        display: none;
    }
}

.hero-slider--footer__action .scroll {
    text-decoration: none;
    color: #2A2B2E;
    cursor: pointer;
}

.contact-form {
    margin: auto;
    z-index: 2;
}

.contact-form .info {
    text-align: center;
}

.contact-form .info .title {
    color: #ed1a3b;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .contact-form .info .title {
        font-size: 20px;
    }
}

.contact-form .info .additional {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1rem;
}

@media (max-width: 768px) {
    .contact-form .info .additional {
        font-size: 15px;
    }
}

.contact-form .form {
    max-width: 1375px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border: 1px solid #e1e4e6;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.11);
    padding: 51px 87px;
}

.homepage.contact-form .form.mt-72 {
    margin-top: 30px !important;
}

.contact-form .form .agreements p {
    display: none;
}

.contact-form .form .agreements .rules .additional-rules {
    opacity: 0;
    height: 0;
    transition: opacity 0.3s linear, height 0.2s linear;
	display: none;
}

.contact-form .form .agreements .rules .additional-rules.active {
    opacity: 1;
    height: 100%;
    margin-bottom: 10px;
	display: block;
}

.contact-form .form .agreements .rules .additional-rules .checkbox {
    margin-top: 10px;
}

@media (max-width: 992px) {
    .contact-form .form {
        padding: 25px 20px 35px;
        margin: 0 25px;
    }

    .contact-form .form .inputs, .contact-form .form .agreements {
        flex-direction: column;
    }

    .contact-form .form .inputs .form-group, .contact-form .form .agreements .form-group {
        margin: 37px 0 0;
    }

    .contact-form .form .inputs .captcha, .contact-form .form .agreements .captcha {
        width: 100%;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-form .form .inputs .captcha img, .contact-form .form .agreements .captcha img {
        width: 100%;
        max-width: 200px;
    }

    .contact-form .form .agreements p {
        margin-top: 35px;
        display: block;
        font-size: 12px;
    }

    .contact-form .form .agreements p a {
        color: #2A2B2E;
    }
}

.contact-form .form .more {
    cursor: pointer;
    white-space: nowrap;
}

.contact-form .form .more span {
    font-size: 15px;
    color: #abaeaf;
}

@media (max-width: 768px) {
    .contact-form .form .more span {
        font-size: 12px;
    }
}

.contact-form .form .submit-row p {
    max-width: 22rem;
    font-size: 12px;
}

.contact-form .form .submit-row p a {
    color: #2A2B2E;
    text-decoration: underline;
}

.contact-form .form .submit-row .btn {
    max-width: 172px;
}

@media (max-width: 992px) {
    .contact-form .form .submit-row {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-form .form .submit-row p {
        display: none;
    }
}

@media (max-width: 1200px) {
    .consolidation {
        margin-top: 70px;
    }
}

.consolidation .items {
    transition: all 0.3s linear;
}

@media (max-width: 1500px) {
    .consolidation .items {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .consolidation .items {
        flex-direction: column;
        align-items: center;
    }
}

.consolidation .items .item {
    max-width: 340px;
    transition: all 0.3s linear;
}

@media (max-width: 1200px) {
    .consolidation .items .item {
        margin: 0 30px;
    }
}

@media (max-width: 992px) {
    .consolidation .items .item {
        margin-top: 10px;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .consolidation .items .item {
        margin: 10px 0 0;
    }
}

.consolidation .items .item .icon {
    transition: all 0.3s linear;
}

.consolidation .items .item .icon img {
    height: 380px;
}

@media (max-width: 1200px) {
    .consolidation .items .item .icon img {
        height: 285px;
    }
}

.consolidation .items .item .icon-1 {
    transform: translateX(-52px);
}

@media (max-width: 1200px) {
    .consolidation .items .item .icon-1 {
        transform: translateX(-44px);
    }
}

@media (max-width: 992px) {
    .consolidation .items .item .icon-1 {
        transform: translateX(0);
    }
}

.consolidation .items .item .icon-2 {
    transform: translateX(-68px);
}

@media (max-width: 1200px) {
    .consolidation .items .item .icon-2 {
        transform: translateX(-42px);
    }
}

@media (max-width: 992px) {
    .consolidation .items .item .icon-2 {
        transform: translateX(0);
    }
}

.consolidation .items .item .icon-3 {
    transform: translateX(-71px);
}

@media (max-width: 1200px) {
    .consolidation .items .item .icon-3 {
        transform: translateX(-50px);
    }
}

@media (max-width: 992px) {
    .consolidation .items .item .icon-3 {
        transform: translateX(0);
    }
}

.consolidation .items .item .title {
    font-size: 30px;
    font-weight: bold;
    color: #ed1a3b;
}

@media (max-width: 1200px) {
    .consolidation .items .item .title {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .consolidation .items .item .title {
        text-align: center;
    }
}

.consolidation .items .item .desc {
    font-weight: normal;
    font-size: 20px;
    color: #abaeaf;
}

@media (max-width: 1200px) {
    .consolidation .items .item .desc {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .consolidation .items .item .desc {
        text-align: center;
    }
}

.consolidation .items .item:first-child {
    margin-top: 0;
}

@media (max-width: 992px) {
    .consolidation .items .item:first-child {
        margin-top: 0;
    }
}

.consolidation .items .item:nth-child(2) {
    margin-top: 108px;
}

@media (max-width: 992px) {
    .consolidation .items .item:nth-child(2) {
        margin-top: 0;
    }
}

.consolidation .items .item:last-child {
    margin-top: 216px;
}

@media (max-width: 992px) {
    .consolidation .items .item:last-child {
        margin-top: 0;
    }
}

.home .consolidation .info {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0.5px;
    max-width: 510px;
    z-index: 2;
}

.home .consolidation .info span {
    color: #ed1a3b;
}

@media (max-width: 1200px) {
    .home .consolidation .info {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .home .consolidation .info {
        position: relative;
        text-align: center;
        max-width: 100%;
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .home .consolidation .info {
        padding: 50px 20px;
    }
}

.cta {
    z-index: 2;
    max-width: 1375px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ed1a3b;
    height: 210px;
    position: relative;
}

.cta .background {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    overflow: hidden;
}

.cta .background img {
    height: 100%;
}

.cta .cta-wrapper {
    z-index: 2;
    max-width: 810px;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s linear;
}

@media (max-width: 992px) {
    .cta .cta-wrapper {
        flex-direction: column;
        margin: 0 40px;
    }
}

.cta .cta-wrapper .info {
    flex: 0 0 50%;
}

.cta .cta-wrapper .info p {
    text-align: center;
    font-size: 25px;
    font-weight: 100;
    margin: 0 22px 0 0;
}

@media (max-width: 768px) {
    .cta .cta-wrapper .info p {
        margin-right: 0;
        font-size: 20px;
    }
}

.cta .cta-wrapper .info img {
    transform: translateY(1px);
}

@media (max-width: 768px) {
    .cta .cta-wrapper .info img {
        display: none;
    }
}

.cta .cta-wrapper .action {
    flex: 0 0 50%;
}

@media (max-width: 992px) {
    .cta .cta-wrapper .action {
        margin-top: 20px;
    }
}

.services {
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    margin-top: -50px;
}

.services--wrapper {
    max-width: 1375px;
    margin: auto;
}

.services--wrapper .title {
    text-align: center;
    font-size: 59px;
    font-weight: bold;
    max-width: 60rem;
    margin: auto;
    line-height: 1em;
    transition: all 0.3s linear;
}

@media (max-width: 1240px) {
    .services--wrapper .title {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .services--wrapper .title {
        font-size: 23px;
    }
}

.services--wrapper .title span {
    color: #ed1a3b;
}

.services--wrapper .options {
    margin-top: 80px;
}

@media (max-width: 992px) {
    .services--wrapper .options {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .services--wrapper .options {
        margin-top: 40px;
    }
}

.services--wrapper .options .option {
    transition: all 0.3s linear;
    text-align: center;
}

.services--wrapper .options .option .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ed1a3b;
    transition: all 0.3s linear;
}

.services--wrapper .options .option .desc {
    text-align: center;
    font-size: 20px;
    color: #abaeaf;
    max-width: 23rem;
    transition: all 0.3s linear;
    width: 100%;
    margin: 0 auto;
}

.language .item:hover {
    cursor: pointer;
}

.services--wrapper .options .option .icon img {
    height: 344px;
    transition: all 0.3s linear;
}

.services--wrapper .options .option .icon-1 {
    /*transform: translateX(-36px);*/
}

.services--wrapper .options .option .icon-2 {
    /*transform: translateX(-36px);*/
}

.services--wrapper .options .option .icon-3 {
    /*transform: translateX(-10px);*/
}

@media (max-width: 1240px) {
    .services--wrapper .options .option {
        margin: 20px;
    }

    .services--wrapper .options .option .title {
        font-size: 24px;
    }

    .services--wrapper .options .option .desc {
        font-size: 17px;
    }

    .services--wrapper .options .option .icon img {
        height: 280px;
    }

    .services--wrapper .options .option .icon-1 {
        transform: translateX(-58px);
    }

    .services--wrapper .options .option .icon-2 {
        transform: translateX(-57px);
    }

    .services--wrapper .options .option .icon-3 {
        transform: translateX(-49px);
    }
}

@media (max-width: 992px) {
    .services--wrapper .options .option {
        margin: 0 0 20px;
    }

    .services--wrapper .options .option .title {
        text-align: center;
    }

    .services--wrapper .options .option .desc {
        text-align: center;
    }

    .services--wrapper .options .option .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .services--wrapper .options .option .icon-1 {
        transform: translateX(0px);
    }

    .services--wrapper .options .option .icon-2 {
        transform: translateX(0px);
    }

    .services--wrapper .options .option .icon-3 {
        transform: translateX(0px);
    }
}

@media (max-width: 768px) {
    .services--wrapper .options .option .title {
        font-size: 20px;
    }

    .services--wrapper .options .option .desc {
        font-size: 15px;
    }

    .services--wrapper .options .option .icon img {
        height: 220px;
    }
}

.monevia {
    margin: auto;
    height: 100vh;
    max-height: 1080px;
    position: relative;
    z-index: 4;
    right: 0!important;
}

.monevia .logo {
    margin-top: calc(50vh - 200px);
}

.monevia .letter {
    transition: all 0.3s linear;
}

.monevia .letter.active * {
    fill: #ed1a3b;
}

.monevia .letter * {
    transition: all 0.3s linear;
    fill: #e1e4e6;
}

.monevia .letter + .letter {
    margin-left: 10px;
}

.monevia .desc.hide {
    display: none;
}

@media (max-width: 768px) {
    .monevia .letter {
        height: 59px;
    }

    .monevia .letter--m {
        height: 86px;
        width: 96px;
    }

    .monevia .letter--o {
        width: 55px;
    }

    .monevia .letter--n {
        width: 49px;
    }

    .monevia .letter--e {
        width: 52px;
    }

    .monevia .letter--v {
        width: 59px;
    }

    .monevia .letter--i {
        height: 86px;
        width: 20px;
    }

    .monevia .letter--a {
        width: 48px;
    }

    .monevia .letter--dot {
        height: 23px;
        width: 23px;
    }
}

@media (max-width: 544px) {
    .monevia .letter {
        height: 30px;
    }

    .monevia .letter--m {
        height: 43px;
        width: 48px;
    }

    .monevia .letter--o {
        width: 30px;
    }

    .monevia .letter--n {
        width: 25px;
    }

    .monevia .letter--e {
        width: 26px;
    }

    .monevia .letter--v {
        width: 29px;
    }

    .monevia .letter--i {
        height: 43px;
        width: 10px;
    }

    .monevia .letter--a {
        width: 24px;
    }

    .monevia .letter--dot {
        height: 12px;
        width: 12px;
    }

    .monevia .letter + .letter {
        margin-left: 6px;
    }
}

.monevia .desc {
    font-size: 40px;
    font-weight: bold;
    max-width: 1375px;
    padding: 0 172px;
    text-align: center;
    transition: all 0.3s linear;
}

@media (max-width: 1124px) {
    .monevia .desc {
        padding: 0 80px;
    }
}

@media (max-width: 544px) {
    .monevia .desc {
        font-size: 20px;
        padding: 0 20px;
    }
}

@media (max-width: 420px) {
    .monevia .desc {
        padding: 0;
    }
}

.counter {
    margin: auto;
    height: 65vh;
    position: relative;
}

.counter .background {
    opacity: 0;
    transform: scale(0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 40px;
    margin: auto;
    z-index: 1;
    transition: all 1s linear;
}

@media (max-width: 922px) {
    .counter .background {
        display: none;
    }
}

.counter--wrapper {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter--wrapper .item {
    height: 188px;
    width: 106px;
    overflow: hidden;
    background-color: #ed1a3b;
    border-radius: 20px;
    font-size: 133px;
    line-height: 1.3em;
    font-weight: bold;
    color: white;
    padding: 0 15px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
}


.counter--wrapper .item p {
    height: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .counter--wrapper .item {
        font-size: 56px;
        height: 80px;
        width: 40px;
        border-radius: 10px;
        padding: 4px;
    }
}

.counter--wrapper .item + .item {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .counter--wrapper .item + .item {
        margin-left: 4px;
    }
}

.counter--wrapper .desc {
    margin-top: 105px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    opacity: 0;
    transition: all 1s linear;
    height: 60px;
}

.counter--wrapper .desc .v1,
.counter--wrapper .desc .v2 {
    display: none;
}

.counter--wrapper .desc.active {
    opacity: 1;
}

@media (max-width: 768px) {
    .counter--wrapper .desc {
        margin-top: 90px;
        text-align: center;
        font-size: 25px;
    }
}

.advantages {
    margin: 177px auto 200px;
    max-width: 1375px;
    position: relative;
    z-index: 4;
}

.advantages .title {
    font-size: 45px;
    font-weight: bold;
}

.advantages .title span {
    color: #ed1a3b;
}

@media (max-width: 1200px) {
    .advantages .title {
        text-align: center;
    }
}

@media (max-width: 570px) {
    .advantages .title {
        font-size: 23px;
    }
}

.advantages--wrapper {
    margin-top: 93px;
    margin-left: 135px;
    align-items: stretch;
}

@media (max-width: 1200px) {
    .advantages--wrapper {
        display: none;
    }
}

.advantages--wrapper .left {
    flex: 0 0 50%;
    max-width: 436px;
}

.advantages--wrapper .left .btn {
    border-color: #e1e4e6;
    padding: 28px 37px;
    border-radius: 20px;
}

.advantages--wrapper .left .btn p {
    font-size: 20px;
    text-align: left;
    width: 100%;
}

.advantages--wrapper .left .btn img {
    display: none;
}

.advantages--wrapper .left .btn + .btn {
    margin-top: 30px;
}

.advantages--wrapper .left .btn:hover, .advantages--wrapper .left .btn.active {
    background-color: #ed1a3b;
    border-color: #ed1a3b;
    box-shadow: 0 20px 70px rgba(237, 26, 59, 0.5);
    text-decoration: none;
    color: white;
    width: calc(100% + 53px);
    position: relative;
    z-index: 500;
}

.advantages--wrapper .left .btn:hover img, .advantages--wrapper .left .btn.active img {
    display: inline-block;
}

.advantages--wrapper .right {
    position: relative;
    flex: 0 0 50%;
}

.advantages--wrapper .right .option {
    position: absolute;
    top: -125px;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.advantages--wrapper .right .option.active {
    opacity: 1;
}

.advantages--wrapper .right .option .desc {
    display: flex;
    align-items: stretch;
}

.advantages--wrapper .right .option .desc span {
    flex: 0 0 5px;
    border-radius: 3px;
    background-color: #ed1a3b;
}

.advantages--wrapper .right .option .desc p {
    max-width: 30rem;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 20px;
}

@media (min-width: 1200px) {
    .advantages--sliders {
        display: none;
    }
}

.advantages--sliders .guide {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

@media (max-width: 570px) {
    .advantages--sliders .guide {
        margin-top: 40px;
    }
}

.advantages--sliders .navigator {
    margin-top: 80px;
}

@media (max-width: 570px) {
    .advantages--sliders .navigator {
        margin-top: 40px;
    }
}

.advantages--sliders .navigator .slick-track {
    margin: 0 auto 50px;
}

.advantages--sliders .navigator .btn {
    border-radius: 20px;
    display: flex;
    margin: 0 5px;
    padding: 10px 20px;
    transition: all 0.3s linear;
    background-color: white;
    border: 1px solid #e1e4e6;
    opacity: 0.6;
}

@media (max-width: 570px) {
    .advantages--sliders .navigator .btn {
        font-size: 15px;
    }
}

.advantages--sliders .navigator .btn.slick-current {
    background-color: #ed1a3b;
    border: 1px solid #ed1a3b;
    color: white;
    opacity: 1;
    box-shadow: 0 10px 35px rgba(237, 26, 59, 0.5);
}

.advantages--sliders .slider {
    transform: translateY(-40px);
}

.advantages--sliders .slider .option .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.advantages--wrapper .option .icon img {
    height: 570px;
}

@media (max-width: 570px) {
    .advantages--sliders .slider .option .icon img {
        height: 320px;
    }
}

.advantages--sliders .slider .option .desc hr {
    background-color: #ed1a3b;
    height: 3px;
    border-radius: 10px;
    border: 1px solid #ed1a3b;
    outline: none;
    max-width: 50%;
    margin-bottom: 80px;
}

@media (max-width: 570px) {
    .advantages--sliders .slider .option .desc hr {
        margin-bottom: 40px;
    }
}

.advantages--sliders .slider .option .desc p {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 570px) {
    .advantages--sliders .slider .option .desc p {
        font-size: 15px;
    }
}

.should-know {
    margin: auto;
}

@media (max-width: 820px) {
    .should-know {
        margin-bottom: 130px;
    }
}

@media (max-width: 768px) {
    .should-know {
        margin-bottom: 90px;
    }
}

.should-know--title {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 3px;
    max-width: 40%;
    margin-left: auto;
    margin-bottom: 90px;
}

.should-know--title span {
    color: #ed1a3b;
}

@media (max-width: 1200px) {
    .should-know--title {
        max-width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 992px) {
    .should-know--title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .should-know--title {
        font-size: 23px;
    }
}

.should-know .slider {
    position: relative;
    max-width: 1375px;
    margin: auto;
}

@media (max-width: 1200px) {
    .should-know .slider {
        max-width: 820px;
    }
}

.should-know .slider .slick-arrow {
    position: absolute;
    border-radius: 50px;
    top: 19px;
    height: 50px;
    width: 50px;
    border: 1px solid #ed1a3b;
    background-color: white;
    z-index: 10;
    left: unset;
    transition: all 0.3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.should-know .slider .slick-arrow.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.should-know .slider .slick-arrow:hover {
    background-color: #ed1a3b;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
}

.should-know .slider .slick-prev {
    right: 69px;
}

@media (max-width: 1200px) {
    .should-know .slider .slick-prev {
        right: 99px;
    }
}

@media (max-width: 820px) {
    .should-know .slider .slick-prev {
        left: 20px;
        top: 147px;
    }
}

.should-know .slider .slick-prev::before {
    display: block;
    opacity: 1;
    font-size: 0;
    content: url("../../img/icons/arrow-left-red.svg");
}

.should-know .slider .slick-prev:hover::before {
    content: url("../../img/icons/arrow-right-white.svg");
    transform: rotate(180deg);
}

.should-know .slider .slick-next {
    right: 0;
}

@media (max-width: 1200px) {
    .should-know .slider .slick-next {
        right: 30px;
    }
}

@media (max-width: 820px) {
    .should-know .slider .slick-next {
        right: 20px;
        top: 147px;
    }
}

.should-know .slider .slick-next::before {
    opacity: 1;
    display: block;
    font-size: 0;
    content: url("../../img/icons/arrow-left-red.svg");
    transform: rotate(180deg);
}

.should-know .slider .slick-next:hover::before {
    content: url("../../img/icons/arrow-right-white.svg");
    transform: rotate(0deg);
}

.should-know .slider .slick-list {
    height: 690px;
}

@media (max-width: 820px) {
    .should-know .slider .slick-list {
        height: 580px;
    }
}

.should-know .slider .slick-dots {
    top: 0;
    left: calc(100% - 344px);
    bottom: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.should-know .slider .slick-dots li button:before {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    content: "";
    border: 1px solid #ed1a3b;
    border-radius: 30px;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.should-know .slider .slick-dots li.slick-active button:before {
    background-color: #ed1a3b;
    width: 20px;
    height: 20px;
}

@media (max-width: 820px) {
    .should-know .slider .slick-dots {
        top: unset;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.should-know .slider .slick-track {
    display: flex;
    justify-content: space-between;
}

.should-know .slider .item {
    display: flex;
    flex-direction: column;
    transition: all 0.2s linear;
    text-decoration: none;
    color: inherit;
    align-items: center;
}

.should-know .slider .item.slick-current {
    /*align-items: flex-start;*/
}

.should-know .slider .item.slick-slide {
    transform: translateY(200px);
}

@media (max-width: 820px) {
    .should-know .slider .item.slick-slide {
        transform: translateY(0) !important;
    }

    .should-know .slider .item {
        padding: 0 10px;
    }
}

.should-know .slider .item.slick-slide .img {
    position: relative;
    max-width: 344px;
}

.should-know .slider .item.slick-slide .img .active {
    opacity: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: absolute;
    z-index: 5;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, #ed1a3b);
    transition: all 300ms;
}

.should-know .slider .item.slick-slide .img img {
    border-radius: 30px;
    width: 100%;
    filter: grayscale(100%);
    transition: all 300ms;
    object-fit: cover;
    object-position: center;
    height: 320px;
}

.should-know .slider .item.slick-slide .desc {
    max-width: 344px;
    margin-top: 36px;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    transition: all 300ms;
}

.should-know .slider .item.slick-active.slick-current {
    transform: translateY(0px);
}

.should-know .slider .item:hover .img .active {
    opacity: 1;
}

.should-know .slider .item:hover .img img {
    filter: grayscale(0%);
}

.should-know .slider .item:hover .desc {
    color: #ed1a3b;
}

@media (max-width: 820px) {
    .should-know .slider .item.slick-active.slick-current .desc {
        text-align: center;
    }
}

.should-know .slider .item.slick-active + .slick-active {
    /*align-items: center;*/
    transform: translateY(100px);
}

.should-know .slider .item.slick-active + .slick-active + .slick-active {
    /*align-items: flex-end;*/
    transform: translateY(200px);
}

@media (max-width: 1200px) {
    .should-know .slider .item.slick-active {
        align-items: center;
    }
}

.opinions {
    max-width: 1375px;
    margin: 150px auto auto;
    position: relative;
}

.opinions--title {
    font-size: 45px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    transition: all 0.3s linear;
}

.opinions--title span {
    color: #ed1a3b;
}

@media (max-width: 820px) {
    .opinions--title {
        text-align: center;
    }
}

.opinions--background {
    position: absolute;
    left: 172px;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 820px) {
    .opinions--background {
        display: none;
    }
}

.opinions--bumble {
    position: absolute;
    top: -100px;
    right: 134px;
}

@media (max-width: 992px) {
    .opinions--bumble {
        right: -20px;
    }
}

@media (max-width: 820px) {
    .opinions--bumble {
        position: unset;
        right: unset;
        top: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 420px) {
    .opinions--bumble img {
        height: 260px;
    }
}

.opinions--slider {
    margin-top: 130px;
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
}

@media (max-width: 820px) {
    .opinions--slider {
        margin-top: 0;
    }
}

.opinions--slider .slick-list {
    padding-top: 30px;
    overflow: visible;
}

.opinions--slider .item {
    height: 369px;
    width: 490px;
    position: relative;
    border-radius: 30px;
    border: 1px solid #e1e4e6;
    background-color: white;
    margin-right: 26px;
    margin-left: 2px;
    opacity: 0.5;
    transition: all 0.3s linear;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 820px) {
    .opinions--slider .item {
        margin: 0 10px;
    }
}

@media (max-width: 570px) {
    .opinions--slider .item {
        width: calc(100vw - 40px);
    }
}

.opinions--slider .item::before {
    content: url("../../img/icons/quote.png");
    font-size: 0;
    position: absolute;
    top: -101px;
    right: 0;
}

.opinions--slider .item.slick-current {
    border-color: #ed1a3b;
}

.opinions--slider .item.slick-current .item--signature {
    border-color: #ed1a3b;
    color: #ed1a3b;
}

.opinions--slider .item.slick-current + .slick-slide {
    opacity: 1;
}

.opinions--slider .item.slick-current + .slick-slide + .slick-slide {
    opacity: 1;
}

.opinions--slider .item.slick-active, .opinions--slider .item.slick-center {
    opacity: 1;
}

.opinions--slider .item--content {
    padding-top: 47px;
    padding-left: 56px;
    padding-right: 56px;
    font-size: 17px;
}

@media (max-width: 768px) {
    .opinions--slider .item--content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 570px) {
    .opinions--slider .item--content {
        font-size: 15px;
    }
}

.opinions--slider .item--signature {
    font-size: 17px;
    padding-left: 56px;
    padding-right: 56px;
    margin-top: 20px;
    margin-bottom: 50px;
    border-left: 5px solid #2A2B2E;
}

@media (max-width: 768px) {
    .opinions--slider .item--signature {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 570px) {
    .opinions--slider .item--signature {
        font-size: 15px;
    }
}

.opinions--slider .slick-arrow {
    position: absolute;
    border-radius: 50px;
    top: calc(100% - 25px);
    height: 50px;
    width: 50px;
    border: 1px solid #ed1a3b;
    background-color: white;
    z-index: 10;
    left: unset;
    transition: all 0.3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.opinions--slider .slick-arrow.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.opinions--slider .slick-arrow:hover {
    background-color: #ed1a3b;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
}

.opinions--slider .slick-prev {
    right: 69px;
}

.opinions--slider .slick-prev::before {
    display: block;
    opacity: 1;
    font-size: 0;
    content: url("../../img/icons/arrow-left-red.svg");
}

.opinions--slider .slick-prev:hover::before {
    content: url("../../img/icons/arrow-right-white.svg");
    transform: rotate(180deg);
}

.opinions--slider .slick-next {
    right: 0;
}

.opinions--slider .slick-next::before {
    opacity: 1;
    display: block;
    font-size: 0;
    content: url("../../img/icons/arrow-left-red.svg");
    transform: rotate(180deg);
}

.opinions--slider .slick-next:hover::before {
    content: url("../../img/icons/arrow-right-white.svg");
    transform: rotate(0deg);
}

.opinions .guide {
    display: none;
}

@media (max-width: 820px) {
    .opinions .guide {
        display: flex;
    }
}

.question {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .question {
        margin-bottom: 50px;
    }
}

.question--wrapper {
    overflow: hidden;
    background-color: #f4f6f8;
    border: 1px solid #abaeaf;
    position: relative;
    max-width: 1375px;
    margin: auto;
}

@media (max-width: 1199px) {
    .question--wrapper {
        flex-direction: column;
    }

    .question--wrapper .left, .question--wrapper .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .question--wrapper .right {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .question--wrapper {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.question--wrapper .background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 768px) {
    .question--wrapper .background {
        opacity: 0.5;
    }
}

.question--wrapper .background img {
    height: 100%;
}

.question--wrapper .left {
    z-index: 2;
}

.question--wrapper .left .title {
    font-size: 45px;
    font-weight: bold;
    color: #ed1a3b;
}

@media (max-width: 768px) {
    .question--wrapper .left .title {
        font-size: 22px;
    }
}

.question--wrapper .left .info {
    font-size: 30px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .question--wrapper .left .info {
        margin-top: 15px !important;
        font-size: 15px;
    }
}

.question--wrapper .left .contact {
    font-size: 30px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .question--wrapper .left .contact {
        margin-top: 10px!important;
        font-size: 15px;
    }
}

.question--wrapper .right {
    z-index: 2;
}

.section-5 {
    margin-top: 0px;
}

@media (max-width: 768px) {
    .section-5 {
        margin-top: 100px;
    }
}


.hero-slider--items .item .only-mobile {
    display: none;
}

@media (max-width: 1210px) {
    .hero-slider--items .item .only-mobile {
        display: block;
    }

    .hero-slider--items .item video {
        display: none;
    }

    .hero-slider--items .item .icon-1 {
        margin-top:  30px;
    }
}

.link-inherit {
    color: inherit;
}

.link-inherit:hover {
    color: inherit;
    text-decoration: none;
}

 /* info top */
.info-top {
    background-color: #ececec;
    color: #000;
    font-weight: 600;
    padding: 20px 50px;
    margin-bottom: 17px;
    z-index: 999;
    border-radius: 20px;
    font-size: 24px;
}

.info-top__inner {
    
}

.info-top__title {
    font-size: 20px;
    margin-bottom: 8px;
}

.info-top__text {

}

@media(max-width: 1399px) {
    .info-top {
	   font-size: 16px;
        z-index: 96;
        margin-top: 85px;
      
    }
}

@media(max-width: 1201px) {
    .info-top {
     
    }
}

@media(max-width: 770px) {
    .info-top {
       
        
    }

    
}
 /* ./info top */

.hero-slider--items .item .content .title span.blue-text {
	color:#074CD8;
}

.hero-slider--items .item .icon-5 {
	position: absolute;
    right: 100px;
    top: -45px;
    height: 385px;
}

/* stopka */

.footer .email-two {
	position: absolute;
    top: 55px;
	font-weight: 600;
}

.footer .email, .footer .phone {
	position: absolute;
    top: 19px;
	font-weight: 600;
	font-size: 18px;
}

@media (max-width: 1400px) {
	.footer .email, .footer .email-two, .footer .phone {
		font-size: 16px;
	}
	
	.footer .email img, .footer .email-two img, .footer .phone img{
		width: 20px;
	}
}

.footer .email-two {
	display: none;
}

@media (max-width: 1300px) {
	.footer .email {
		display: none;
	}
	
	.footer .email-two {
		display: flex;
	}
}

.footer .email a, .footer .email-two a, .footer .phone a {
	color: #ED1A3B !important;
}

@media (max-width: 1460px) {
	.footer .email a, .footer .phone a, .footer .email-two a {
		margin-left: 10px !important;
	}
}

@media (max-width: 1199px) {
	.footer .email, .footer .phone, .footer .email-two {
		position: relative;
		top: -24px;
	}
	.footer .email-two {
		top: -16px;
	}
	
}

.footer--content .menu .links ul li {
	margin-top: 0px;
}

.footer--content .menu .contact .address {
	margin-top: 19px;
}