.mr-40 {
	margin-right: 40px;
}

body .btn {
	background: #cc2128;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    letter-spacing: normal;
    text-transform: none;
    padding: 15px 30px;
}

body .btn:hover, body .btn:focus {
    background: #a50e14;
    box-shadow: none;
    color: #fff;
}

.header {
	padding: 20px 0;
}

.headerBtn {
	width: 100%;
	padding: 15px 0;
}

header .phone {
    height: 26px;
    color: #777777;
    font-size: 26px;
    line-height: 26px;
    white-space: nowrap;
    text-align: right;
    float: none !important;
}

header .phone a {
    height: auto;
    color: #212121;
    font-size: 24px;
    text-decoration: none;
}

header .callback {
    color: #111a2b;
    margin: 0;
    text-transform: none;
    font-size: 18px;
    text-align: right;
    border: none;
    border-bottom: 1px solid #111a2b;
    padding: 0;
    background: transparent;
}

.swiper-pagination-bullet {
    border: 3px solid #111A2B;
    width: 19px;
    height: 19px;
    background: transparent;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border-color: #cc2128;
    background: #cc2128;
}

body .btn.openMenu {
    padding: 10px 15px;
}

@media (max-width: 992px) {
    .mainMenuWrap {
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        height: 100vh;
        display: flex;
        align-items: center;
    }
    .mainMenu {
        flex-direction: column;
    }
    .mainSlider {
        margin-top: 0;
    }
    .mainSliderBg {
        height: 350px;
    }
    .logo {
        margin-right: 0;    
    }
}

@media (max-width: 576px) {
    .mainSliderTitle {
        font-size: 28px;
    }
    .mainSliderDescr {
        font-size: 22px;
    }
    .headerBtn {
        padding: 10px !important;
        font-size: 14px !important;
    }
    body .btn.openMenu {
        padding: 5px 15px !important;
    }
    body .btn {
        font-size: 14px;
        padding: 10px 15px;
    }
    .w-mobile-100 {
        width: 100%;
    }
}