.form .ok,.dealers__item.form .ok{
    color: #fff;
}

.info__text h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 130%;
    color: #0063a8;
}
.info__text p:not(:last-child) {
    margin-bottom: 20px;
}
.info__text p {
    line-height: 130%;
}
.info__text_small ul:not(:last-child) {
    margin-bottom: 20px;
}
.info.info-about .info__text:last-child ul {
    margin: 30px 0;
}
.info.info-about .info__text:last-child ul li {
    color: #0063A8;
    line-height: 130%;
}

.form {
    margin-bottom: 80px;
}
.form__block {
    background: #0063A8;
    padding: 60px;
    position: relative;
    overflow: hidden;
}
.form__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}
.form form {
    display: flex;
    gap: 20px;
    position: relative;
}
.form input {
    border: 1px solid #fff;
    color: #fff;
    max-width: 350px;
    background: #0063A8;
}
.form input::placeholder {
    color: #fff;
}
.form button {
    background: #191919;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    max-width: 180px;
    padding: 14px 0;
    border: 0;
    transition: all .5s;
}
.form__img {
    position: absolute;
    right: 0;
    top: 0;
}
.form__img img {
    width: 100%;
    height: 100%;
    max-width: 596px;
}


.contacts {
    margin-bottom: 40px;
}
.contacts__items {
    display: flex;
    gap: 40px;
}
.contacts__item {
    padding: 60px;
    background: #fff;
    flex: 1 1 calc(50% - 40px);
}
.contacts__map {
    flex: 1 1 calc(50% - 40px);
}
.contacts__map iframe {
    height: 100%;
}
.contacts__name {
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #0063A8;
}
.contacts__text {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 30px;
    max-width: 500px;
}
.contacts__text a:not([href^="tel:"]) {
    text-decoration: underline;
}
.contacts__text a {
    transition: all .5s;
}
.contacts__text.phone a {
    display: block;
    margin-bottom: 15px;
}
.contacts .social {
    display: flex;
    gap: 12px;
}
.contacts .social__link {
    display: block;
}


.warranty {
    margin-bottom: 120px;
}
.warranty__items {
    display: flex;
    gap: 40px;
    align-items: start;
}
.warranty__item {
    padding: 60px;
    background: #fff;
    width: 50%;
}
.warranty__item h2 {
    font-size: 40px;
    line-height: 130%;
    color: #0063A8;
    margin-bottom: 20px;
}
.warranty__item p, .warranty__item li {
    font-size: 22px;
    line-height: 130%;
}
.warranty__item p:not(:last-child), .warranty__item ul {
    margin-bottom: 20px;
}
.warranty__item span, .warranty__item a {
    color: #0063A8;
}
.warranty__item a {
    text-decoration: underline;
    transition: all .5s;
}
.warranty__item ul li {
    position: relative;
    padding-left: 34px;
}
.warranty__item ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #191919;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 13px;
}
.buy {
    margin-bottom: 120px;
}
.tab__btn.active {
    pointer-events: none;
    background: #0063A8;
    color: #fff;
}
.tab__pane:not(.show) {
    display: none;
}
.tab__nav {
    display: flex;
    gap: 20px;
}
.tab__btn {
    width: 100%;
    padding: 23px 0;
    font-size: 30px;
    line-height: 100%;
    border: 1px solid #969696;
    cursor: pointer;
    transition: all .5s;
}
.buy__items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 60px;
}
.buy__items:first-child {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 120%;
}
.buy__items:not(:first-child) {
    box-shadow: 4px 4px 15px 0 rgba(255, 255, 255, 0.15);
    background: #fff;
    line-height: 120%;
    margin-bottom: 10px;
}
.buy__items a span {
    font-size: 22px;
    line-height: 120%;
    text-decoration: underline;
    color: #0063A8;
}
.buy__items a {
    transition: all .5s;
}
.buy__name {
    width: 12.6%;
}
.buy__type {
    width: 16.6%;
}
.buy__address {
    width: 20.6%;
}
.buy__site {
    width: 16.6%;
}
.buy__phone {
    width: 16.6%;
}
.buy__email {
    width: 16.6%;
}

@media (any-hover:hover) {
    .nav-news ul li:hover {
        color: #0063A8;
    }



    .form button:hover{
        color: #0063A8;
        background: #fff;
    }

    .warranty__item a:hover, .buy__items a:hover {
        opacity: .6;
    }
    .contacts__text a:hover, .tab__btn:not(.active):hover {
        color: #0063A8;
    }
}


@media (max-width: 1500.98px) {

    .buy__items {
        padding: 40px;
    }
}
@media (max-width: 1440.98px) {

    .info__text p, .info.info-about .info__text:last-child ul li {
        font-size: 20px;
    }
    .info.info-about .info__text:last-child ul {
        margin: 20px 0;
    }



    .contacts__item {
        padding: 40px;
    }
    .contacts__name {
        font-size: 25px;
    }
    .contacts__text {
        font-size: 18px;
        margin-bottom: 20px;
    }


    .buy__items:not(:first-child), .buy__items a span {
        font-size: 18px;
    }
}
@media (max-width: 1250.98px) {

    .form__img {
        right: -90px;
    }
    .form__img img {
        max-width: 396px;
    }



    .contacts__items {
        gap: 20px;
    }
    .warranty__item h2 {
        font-size: 30px;
    }
    .warranty__item {
        padding: 40px;
    }
    .warranty__item p, .warranty__item li {
        font-size: 18px;
    }
    .buy__items {
        padding: 20px;
    }
}

@media (max-width: 1150.98px) {


    .warranty__items {
        flex-direction: column;
        gap: 30px;
    }
    .warranty__item {
        width: 100%;
    }
    .warranty__item ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (max-width: 991.98px) {

    .info__text p, .info.info-about .info__text:last-child ul li {
        font-size: 16px;
    }

    .form__title {
        font-size: 30px;
    }
    .form__block {
        padding: 40px;
    }


    .contacts__items {
        flex-direction: column;
    }
    .contacts__item {
        padding: 30px;
        flex: 1 1 100%;
    }
    .contacts__text {
        font-size: 16px;
        max-width: 100%;
    }
    .contacts__name {
        font-size: 22px;
    }
    .contacts__map iframe {
        height: 400px;
    }



    .warranty {
        margin-bottom: 80px;
    }
    .tab__pane {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }
    .buy__items {
        flex-direction: column;
        flex: 1 1 calc(50% - 20px);
    }
    .buy__items:first-child {
        display: none;
    }
    .buy__item {
        position: relative;
        width: 100%;
    }
    .buy__item::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 10px;
        color: #191919;
        text-decoration: none !important;
    }
    .tab__btn {
        font-size: 22px;
    }
    .buy {
        margin-bottom: 80px;
    }
}
@media (max-width: 768.98px) {

    .form form {
        flex-direction: column;
    }
    .form__block {
        padding: 30px;
        padding-bottom: 140px;
    }
    .form__img {
        top: auto;
        bottom: 0;
    }
    .form__img img {
        max-width: 296px;
    }
    .form button {
        max-width: 350px;
        font-size: 16px;
    }
    .form__title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .form {
        margin-bottom: 60px;
    }

    .warranty__item h2 {
        font-size: 25px;
    }
    .warranty__item {
        padding: 30px;
    }
    .warranty__item p, .warranty__item li {
        font-size: 16px;
    }
    .warranty {
        margin-bottom: 60px;
    }
    .buy__items {
        flex: 1 1 100%;
    }
    .buy {
        margin-bottom: 60px;
    }
}
@media (max-width: 480.98px) {
    .tab__nav {
        flex-direction: column;
    }
}