@import "fonts.css";

body {
    font-family: "Toyota Type", sans-serif;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    color: #28282F;
}

h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #28282F;
    margin: 22px 0 40px 0;
}

.btn {
    border: 1px solid #DC112A !important;
    font-family: 'Toyota Type' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #DC112A !important;
    padding: 10px 25px;
}

.btn.btn-red {
    background-color: #DC112A;
    color: #fff !important;
}

.btn:hover {
    color: #fff;
    background-color: #DC112A;
}

.topbar {
    padding: 15px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.topbar .top-right {
    display: flex;
    align-items: center;
    color: #828282;
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
}

.topbar .top-right .top-logo {
    margin-right: 30px;
}

.topbar .top-right .top-open {
    margin-right: 30px;
}

.topbar .top-right .top-open span {
    margin-right: 10px;
}

.topbar .top-phone {
    margin-right: 30px;
    display: flex;
}

.topbar .top-phone .phones {
    display: flex;
    flex-direction: column;
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.topbar .top-phone .phones a {
    text-decoration: none;
    color: #828282;
}

.topbar .top-phone .phones a:hover {
    text-decoration: none;
    color: #000;
}

.topbar .btn {
    border-radius: 23px;
}

.high-bar {
    background: #DC112A;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.high-bar .high-bar-container {
    display: flex;
    justify-content: space-between;
}

.high-bar .high-bar-spacer {
    width: 21%;
}

.high-bar .high-bar-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.high-bar span strong {
    font-weight: 600;
}

.high-bar a {
    font-weight: 100;
    text-decoration: none;
    color: #fff;
}

.hero-menu {
    color: #fff;
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}

.hero-menu-row {
    margin-left: 12%;
    display: flex;
    align-items: center;
}

.hero-menu .menu-left {
    width: 40%;
}

.hero-menu .menu-right {
    width: 60%;
    display:flex;
}

.hero-menu .menu-wide {
    width: 100%;
    height: 352px;
}

.hero-menu .menu-welcome {
    height: 352px;
    position: relative;
}

.hero-menu img {
    width: 100%;
    height: auto;
}

.hero-menu .menu-image {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.hero-menu .menu-welcome .menu-image {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url('../sample/samp1.jpeg') no-repeat center center;
    background-size: cover;
}

.hero-menu .menu-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(355.54deg, #000000 -1.33%, rgba(2, 2, 2, 0) 96.33%);
    z-index: 1;
}

.hero-menu .menu-welcome .menu-image::before {
    background: linear-gradient(180deg, #161616 -19.13%, rgba(40, 40, 48, 0) 104.85%);
}

.hero-menu .menu-text {
    position: absolute;
    bottom: 24px;
    left: 60px;
    font-weight: 400;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
}

.hero-menu .menu-right .menu-image {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url('../sample/samp2.jpeg') no-repeat center center;
    background-size: cover;
}


.hero-menu .menu-welcome .menu-text {
    position: absolute;
    text-transform: none;
    top: 24px;
    left: 84px;
    font-weight: 400;
    color: #fff;
    z-index: 2;
}

.hero-menu .menu-text span {
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
}

.hero-menu .menu-links {
    height: 325px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    position: relative;
}

.hero-menu .menu-links a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    padding: 15px;
    width: 100%;
    color: #28282F;
    text-decoration: none;
    transition: background-color 0.1s ease-in-out;
}

.hero-menu .menu-links a:hover {
    background-color: #282830;
    color: #fff;
}

.hero-menu .menu-links ul {
    margin-left: 70px;
    margin-bottom: 0;
    width: 60%;
}

.hero-menu .menu-links li {
    list-style: none;
    margin-bottom: 40px;
}

.hero-menu .menu-links li:last-child {
    margin-bottom: 0;
}

.hero-menu .menu-links a:before {
    content: "";
    background-image: url('../images/icon-red-right-arrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.hero-menu .menu-links a:hover:before {
    width: 0;
}

.hero-menu .menu-links::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 3px;
    background-color: red;
}

.hero-menu .menu-right .menu-service {
    width: 50%;
    height: 325px;
}

.hero-menu .menu-right .menu-service. menu-image.toyota {
    background-image: url('../sample/samp3.jpeg');
}

.hero-menu .menu-right .menu-service .menu-image.independent {
    background-image: url('../sample/samp4.jpeg');
}

.navbar .navbar-nav {
    margin: auto;
}

.navbar .nav-item {
    margin: 0 15px;
}

.navbar .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #282830;
    padding: 20px;
}

article.post {
    background: #FFFFFF;
    border: 1px solid #E8E8EA;
    padding: 15px;
}

article.post .post-image {
    height: 263px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

article.post .post-meta {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #97989F;
    margin: 20px auto;
}

article.post .post-meta .post-category {
}

article.post .post-meta .post-category span {
    padding: 4px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #DC112A;
    background: rgba(217, 217, 217, 0.25);
    border-radius: 6px;
}

article.post .post-meta .post-date {
    text-align: right;
}

article.post .post-meta .post-date span {
    font-weight: 300;
}

article.post .post-title {
    max-height: 56px;
    overflow: hidden;
}

article.post .post-title h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #181A2A;
}

article.post .read-more {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
}

article.post .read-more a {
    text-decoration: none;
    color: #DC112A;
}

.posts-swiper {
    position: relative;
    margin-bottom: 30px;
}

.posts-swiper .swiper-container {
    margin: 0 80px;
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: "" !important;
}

.swiper-button-prev::after {
    background-image: url('../images/icon-slider-arrow-left.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 23px;
    height: 37px;
}

.swiper-button-next::after {
    background-image: url('../images/icon-slider-arrow-right.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 23px;
    height: 37px;
}

.swiper-button-prev:hover::after {
    background-image: url('../images/icon-slider-arrow-left-active.svg');
}

.swiper-button-next:hover::after {
    background-image: url('../images/icon-slider-arrow-right-active.svg');
}

.btn-box {
    border-radius: 0;
}

.bg-grey {
    background: #FAFAFA;
}

.service-container {
    padding: 0px 100px 50px 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.service-container .service-box {
    background-color: #fff;
    padding: 18px;
    margin: 18px;
    width: 15%;
}

.service {
    text-align: center;
}

.service h2 {
    padding: 25px;
    margin:0 auto;
}

.news-letter{
    margin: 0;
    height: 236px;
}
.letter-cont-wrapper{
    padding-left: 24px;
    padding-right: 24px;
}
.news-letter-left-cont{
    background-image: url('../images/news-letter-right-img.png');
    position: relative;
    padding: 0;
}
/*.news-letter-left-cont::before{
    content: ' ';
    background: rgba(217, 217, 217, 0.9);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}*/
.news-letter-wrapper{
    width: 100%;
    background-color:  rgba(217, 217, 217, 0.9);
    height: 241px !important;
}
.letter-cont-title{
    margin-top: 15px;
    margin-bottom: 17px;
    padding: 0;
}
.letter-cont-title p{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #282830;
    margin: 0;
}
.letter-input-cont{
    margin-bottom: 17px;
    padding: 0;
}
.letter-input-cont input{
    border: 0;
    width: 327px;
    height: 36px;
    padding-left: 10px;
}
.aszf-group{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 27px;
}

label p{
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 13px;
    color: #565656;
    margin: 0;
}
input[type=checkbox]{
    transform: scale(1.5);
    margin-top:5px;
    margin-right: 13px;
}
.sub-btn{
    width: 122.5px;
    height: 35px;
    background: #DC112A;
    border: 1.5px solid #DC112A;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.news-btn-cont{
    margin-bottom: 27px;
}
.sub-btn:hover{
    text-decoration: none;
    color: #DC112A;
    background-color: #FFFFFF;
}

.news-letter-right-cont{
    background-image: url('../images/news-letter-right-img.png');
    background-position-x: 20%;
    /* height: 287px; */

}

/*news-section*/
.main-footer{
    margin: 0;
    background: #161616;
}
.main-footer a {
    text-decoration: none;
}
.main-footer a:hover {
    color: #DC112A;
}
.main-footer .btn {
    border-radius: 23px;
}

.footer-service-item {
    position: relative;
    width: 25%;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    border-top: 1px solid #373737;
    font-size: 14px;
    font-weight: normal;
}

.footer-service-item.bottom {
    border-bottom: 1px solid #373737;
}

.footer-service-item:after {
    position: absolute;
    right: 0;
    top: 15px;
    content: " ";
    width: 10px;
    height: 15px;
    border-right: 1px solid #fff;
}

.footer-service-item.norb:after {
    display: none;
}

.footer-service-item a {
    color: #fff;
}

.footer-mobile-wrapper{
    border-bottom: 1px solid #828282;
    margin-bottom: 16px;
}
.img-footer-cont{
    margin-top: 24px;
}
.img-footer-cont img{
    margin-bottom: 18px;
}
.general-info-mobile-wrapper p{
    margin: 0;
    margin-bottom: 4px;
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #F4F4F4;
}
.tel{
    margin-top: 4px;
    margin-bottom: 18px;
}
.date-picker{
    margin-bottom: 13px;
}
.date-btn{
    width: 181px;
    height: 45px;
    border: 1.5px solid #DC112A;
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 23px;
}
.date-btn:hover{
    color:#FFFFFF;
    text-decoration: none;
    background: #DC112A;
}
.footer-sub-menu{
    padding-left: 3px;
    padding-right: 3px;
}
.footer-menu{
    margin-bottom: 44px;
    margin-left:24px;
    padding: 0;
}
.footer-menu-wrapper{
}
.footer-menu p{
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    /* margin-bottom: 12px;  */

}
.footer-menu a{
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #ACABAB;
}
.footer-menu a:hover{
    color: #DC112A;
    text-decoration: none;
}
.footer-menu a:hover img{
    content: url('../images/footer-arrow-forward-hover.svg');
}
.footer-sub-link{
    margin-top: 16px;
    /*  margin-bottom: 16px; */
}
.footer-sub-link img{
    margin-top: -5px;
}
.footer-sub-link .red{
    margin: 0;
    color: #DC112A;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}
.last-menu{
    margin-bottom: 28px;
}
.sub-footer{
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 19px;
    margin-bottom: 22px;
}
.left-sub{
    padding: 0;
}
.left-sub p{
    margin: 0;
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #ACABAB;
}

.right-sub{
    padding: 0;
}
.right-sub p{
    margin: 0;
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #ACABAB;
}
.service-section{
    margin: 0;
}
.line-break{
    display: none;
}
.map {
    /* filter: grayscale(100%); */
    vertical-align: middle;
    height: 430px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    object-fit: cover;
    position: relative;
    background-size: cover;
    z-index: 1;
}
.map-location{
    height: 278px;
    background-position: 69% 0%;
    position: relative;
}
.location-wrapper{
    display: none;
}
.footer-mobile-cont{
    width: 100%;
}
.footer-desktop-wrapper{
    display: none;
}
.needed{
    display: none;
}
.gen-mobile-info{
    margin-bottom: 18px;
}
.gen-mobile-info a{
    font-family: 'Toyota Type';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #F4F4F4;
    text-decoration: none;
}

.right-location-cont a{
    color: #fff;
}

.leaflet-container a {
    color: #fff !important;
}

@media screen and (min-width: 576px){
    .aszf-group{
        margin-bottom: 10px;
    }
    .letter-input-cont{
        margin-bottom:10px;
    }
}
@media screen and (min-width: 768px) {
    .footer-menu{
        margin-left: 0;
    }
    .gen-mobile-info{
        margin-bottom: 0;
    }
    .content-footer-cont{
        padding: 0;
    }
    .general-info-mobile-wrapper{
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .tel{
        margin: 0;
    }
    .service-section{
        margin: 0;
    }
    .news-letter{
        margin: 0;
        height: 229px;
    }
    .footer-sub-line{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .footer-menu a{
        font-size: 12px;
        line-height: 13px;
    }
    .footer-sub-link{
        margin-top: 13px;
    }

    .test{
        /*    border-right: 1px solid white; */
        font-family: 'Toyota Type';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        margin-top:10px;
        margin-bottom:10px;
        color: #FFFFFF;
    }
    .last-test{
        border: 0;
    }
    .footer-mobile-cont{
        width: 95%;
        margin: 0  auto;
    }
    .news-letter-wrapper{
        height: 230px !important;
    }
    .toyota-logo-footer{
        margin-right: 14px;
    }
    .needed{
        display: block;
        font-size: 16px;
    }
    .needed-test{
        padding: 0;
    }
    .footer-sub-link .red{
        font-size: 12px;
    }
}
@media screen and (min-width: 992px) {
    .footer-menu-wrapper{
        margin-top:37px;
    }
    .news-letter-left-cont{
        background-image: none;
    }
    .news-letter-wrapper{
        height: 229px !important;
    }
    .desk-input{
        width: 80%;
        height: 46px;
        padding: 10px;
        border: 0;
    }
    .wrapper-title-desk{
        margin: 0;
        font-weight: 400;
        font-size: 24px;
        line-height: 34px;
        color: #282830;
    }
    .wrapper-title-desk-sub{
        margin: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #282830;
    }
    .left-input-wrapper{
        margin: 0 auto;
        margin-bottom: 11px;
    }
    .left-container{
        margin: 0 auto;
        margin-top: 22px;
        margin-bottom: 17px;
    }
    .modify-input{
        width: 384px;
        height: 46px;
        border: none;
        padding-left: 11px;
    }
    .sub-btn-desk{
        width: 161px;
        height: 46px;
        border: none;
        background-color: #DC112A;
        font-weight: 600;
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        color: #FFFFFF;
    }
    .sub-btn-desk:hover{
        text-decoration: none;
        color: #FFFFFF;
        background-color: #565656;
    }
    .left-input-aszf{
        margin: 0 auto;
    }
    .letter-desk-input-cont{
        height: 47px !important;
        margin-bottom: 11px;
    }
    .inner-wrapper{
        margin: 0 auto;
        margin-top: 10px;
        padding: 0;
    }
    input[type=checkbox] {
        transform: scale(1.4);
        margin-right: 13px;
    }
    .aszf-desk-group{
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 16px;
        color: #565656;
        margin: 0;
        width: 70%;
    }
    .aszf-desk-group p{
        margin: 0;
    }
    .test:hover{
        color: #DC112A;
        text-decoration: none;
    }
    .map-location{
        height: 428px;
    }
    .checker p{
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 16px;
        color: #565656;
    }
    .desk-title{
        margin-bottom: 18px;
    }
    .title-title{
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        color: #282830;
        margin: 0;
    }
    .desk-sub{
        margin: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 34px;

        color: #282830;
    }
    .checker a{
        color:#565656;
    }
    .footer-menu a{
        font-size: 16px;
        line-height: 23px;
    }
    .footer-sub-link{
        margin-top: 0px;
    }
    .footer-menu p{
        margin-bottom: 12px;
    }
    .location-box{
        width: 525px;
        height: 64px;
        background-color: #DC112A;
        position: absolute;
        right: 84px;
        bottom: 31px;
        display: flex;
        align-items: center;
        z-index: 999;
    }
    .location-wrapper{
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .left-location-cont{
        display: flex;
    }
    .left-location-cont p{
        margin: 0;
        font-family: 'Toyota Type';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
    }
    .right-location-cont a{
        font-family: 'Toyota Type';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        text-decoration: none;
    }
    .right-location-cont:hover{
        text-decoration: none;
        color: #FFFFFF;
    }
    .toyota-logo-footer{
        margin-right: 14px;
    }
    .footer-desktop-wrapper{
        display: flex;
        border-bottom: 1px solid #828282;
        margin-bottom: 16px;
    }
    .main-desk-wrapper{
        width: 99%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
    }
    .footer-title b{
        font-size: 24px;
        line-height: 34px;
    }
    .logo-desk-cont{
        display: flex;
    }
    .content-footer-cont p{
        font-family: 'Toyota Type';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #F4F4F4;
        margin: 0;
    }
    .content-contact-cont{
        display: flex;
        width: 23%;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .content-contact-cont a{
        font-family: 'Toyota Type';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        color: #F4F4F4;
        text-decoration: none;
        margin: 0;
    }
    .main-desk-wrapper{
        margin-top:22px;
    }
    .footer-sub-link .red{
        font-size: 16px;
    }

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

    .left-news-letter-cont{
        background: none;
    }
    .inner-wrapper{

        margin-top: 25px;
    }
    .footer-sub-link{
        font-size: 16px;
        margin-top:2px;
    }
    .footer-sub-line{

    }
    .line-break{
        color: #FFFFFF;
        display: block;
    }
    .test{
        /*  border-right: 1px solid white; */
        font-family: 'Toyota Type';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        margin-top:10px;
        margin-bottom:10px;
        color: #FFFFFF;
    }

    .last-test{
        border: 0;
    }
    .main-footer{
        background: none;
        background-image: url("../images/footer-img-full-hd.png");
        background-repeat: no-repeat;
    }
    .news-letter-right-cont {
        background-repeat: no-repeat;
        background-color: #B4B4B4;
    }
    .content-contact-cont{
        width: 18%;
    }
}
@media screen and (min-width: 1921px) {
    .main-footer{
        background: #161616;
    }
    .footer-mobile-cont{
        max-width: 1440px !important;
    }
}

.leaflet-container .leaflet-tile {
    filter: grayscale(100%);
}