#wpadminbar{
    display: none;
}
.current-lang a{
    color: #f90201 !important;
}
.custom-breadcrumb{
    font-size: 14px;
}
.custom-breadcrumb > span > a{
    display: inline-block !important;
}

.callback-form__item select,
.callback-form__item textarea,
.callback-form__item textarea::placeholder,
.callback-form__item input,
.callback-form__item input::placeholder,
.order-form__block select,
.order-form__block textarea,
.order-form__block textarea::placeholder,
.order-form__block input,
.order-form__block input::placeholder
{
    font-size: 14px;
    color: #000 !important;
    font-family: Arial;
}
.callback-popup-form__submit:disabled,
.conference-form__submit:disabled
{
    opacity: 0.5;
    cursor: default;
}

form label.error{
    margin-top: 5px;
    font-size: 12px;
}

.order-form__type-check{
    width: 0;
    overflow: hidden;
    position: absolute;
    display: block !important;
}
.order-form__type-check-block{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.order-form__type-check-block .error,
#privacy-error.error
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    text-align: left;
}

.page-template-model .footer,
.page-template-default .footer,
.page-template-privacy .footer,
.page-template-gallery .footer,
.page-template-photo .footer,
.page-template-video .footer,
.page-template-news .footer,
.post-template-default .footer,
.page-template-models .footer,
.error404 .footer,
.page-template-contacts .footer
{
    border-top: 1px solid #878787 !important;
    margin-top: 50px;
}

.slide-title{
    position: absolute;
    left: 10%;
    top: 20%;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    line-height: 100%;
    z-index: 2;
    font-size: 60px;
}
.slide-title > span{
    font-size: 36px;
    display: block;
}
.slide-title > span > span{
    font-size: 58px;
    color: #d72b2b;
    letter-spacing: 5px;
    text-shadow: none;
}

.loading{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
}
.spinner{
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}
.spinner.white{
    top: 350px;
}
.spinner .path {
    stroke: #d72b2b;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}
.spinner.white .path {
    stroke: #fff;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

/*warranty start*/
.warranty{
    margin-top: 40px;
    margin-bottom: 60px;
}
.warranty__wrapper{
    margin-top: 40px;
    display: flex;
    box-shadow: 0px 0px 10px 0px #eee;
    align-items: center;
}
.warranty__item{
    width: 50%;
    align-items: center;
    box-sizing: border-box;
}
.warranty__item_text{
    padding: 0 40px;
    font-size: 14px;
    width: 50%;
}
.warranty__item_text > p{
    font-size: 16px;
    text-align: justify;
}
.warranty__item > img{
    width: 100%;
}
.warranty__text{
    font-size: 16px;
    text-align: justify;
}
.warranty__text-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
}
.warranty__text-disclaimer {
    font-size: 14px;
}
.warranty__tabs {
    max-width: 100%;
    margin: 0 0 30px;
}
.warranty__tabs__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    justify-content: space-between;
}
.warranty__tabs__caption:after {
    content: '';
    display: table;
    clear: both;
}
.warranty__tabs__caption li {
    background: #f0f0f0;
    color: #000;
    position: relative;
    text-align: center;
    width: 33%;
}
.warranty__tabs__caption li:not(.tabs__active) {
    cursor: pointer;
}
.warranty__tabs__caption li:not(.tabs__active):hover {
    background: #d72b2b;
    color: #fff;
}
.warranty__tabs__caption li:not(.tabs__active):hover .warranty__tabs-icon{
    fill: #fff;
}
.warranty__tabs__caption .tabs__active {
    background: #d72b2b;
    color: #fff;
}
.warranty__tabs__caption .tabs__active:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: #FFF;
}
.warranty__tabs__caption .tabs__active .warranty__tabs-icon{
    fill: #fff;
}
.warranty__tabs__content {
    display: none;
    background: #FFF;
}
.warranty__tabs__content.tabs__active {
    display: block;
}
.warranty__tabs-img {
    margin: 30px 0;
}
.warranty__tabs-icon {
    width: 65px;
    height: 65px;
    fill: #d72b2b;
}
.warranty__tabs-title {
    font-size: 16px;
    font-weight: 600;
    margin: 35px 0;
}
.warranty__tabs__item {
    border-bottom: 1px solid #e3e4e5;
}
.warranty__tabs__list{
    width: 100%;
    margin: 30px auto;
}
.warranty__tabs__list > ul{
    font-size: 16px;
    list-style: disc;
    line-height: 26px;
    color: #d72b2b;
}
.warranty__tabs__list > ul > li{
    margin-left: 20px;
    color: #000;
}
.warranty__tabs__name {
    padding: 10px 10px;
    margin: 10px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}
.warranty__tabs__name:before {
    content: '';
    width: 11px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 55%;
    color: #000;
    font-size: 25px;
    font-weight: bold;
}

.warranty__tabs__name.active::before {
    width: 11px;
    height: 7px;
    content: '';
    position: absolute;
    right: 10px;
    top: 55%;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    background: url(img/arrow-up.png) no-repeat;
}
.warranty__tabs__wrapper{
    display: none;
    padding: 0 10px;
    margin: 0 10px;
}
.warranty__tabs__wrapper-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 10px;}
.warranty__tabs__nav{
    font-size: 16px;
    list-style: disc;
    line-height: 26px;
}
.warranty__tabs__nav li {
    color: #d72b2b;
    margin-left: 20px;
}
.warranty__tabs__nav li span {
    color: #000;
}
.warranty__tabs-active{
    display: block;
}
.warranty__tabs__desclaimer{
    font-size: 14px;
    color: #d72b2b;
    font-style: italic;
    font-weight: 600;
}
@media (max-width: 1080px) {
    .warranty__wrapper{
        display: block;
        box-shadow: none;
        margin-top: 0;
    }
    .warranty__item{
        width: 100%;
    }
    .warranty__item_text{
        padding: 10px 0;
    }
    .warranty__banner{
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 640px) {
    .warranty__text {
        font-size: 14px;
    }
    .warranty__text-title {
        font-size: 18px;
    }
    .warranty__tabs__caption{
        flex-direction: column;
    }
    .warranty__tabs__caption li {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .warranty__tabs__name{
        font-size: 14px;
    }
    .warranty__tabs__subname {
        font-size: 14px;
    }
    .warranty__tabs__nav {
        font-size: 14px;
    }
    .warranty__tabs__name {
        padding-right: 20px;
        margin: 10px 0;
    }
    .warranty__tabs__name:before {
        /* right: 10px; */
        right: 5px;
    }

    .warranty__tabs__name.active::before {
        /* right: 10px; */
        right: 5px;
    }
}
/*warranty end*/