﻿@font-face {
    font-family: Toyota;
    src: url("/fonts/98f63386b2415b571992c09ac1a6887f.woff") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Toyota-Light;
    src: url("/fonts/98f63386b2415b571992c09ac1a6887f.woff") format("truetype");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: Toyota-Bold;
    src: url("/fonts/62e126414e460370c8134754eb95907e.woff") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: Toyota Type Book;
    src: url("../fonts/ToyotaType-Book.woff2") format("woff2"), url("../fonts/ToyotaType-Book.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 100%;
}

body {
    background-color: #ffffff;
    font-family: Toyota;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
}

.hidden {
    display: none;
}

#top-header-container {
    min-height: 60px !important;
    width: 100%;
    background: #282830;
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
}

#top-header-container #top-header-block {
    max-width: 1322px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    padding-right: 1rem;
    padding-left: 1rem;
}

    #top-header-container #top-header-block a {
        color: #fff !important;
        display: block;
        text-decoration: none;
        background: transparent;
        box-sizing: border-box;
        border: 0;
        top: 0;
        position: relative;
        float: left;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        line-height: 44px;
        padding-left: 12px;
        padding-right: 12px;
    }

        #top-header-container #top-header-block a span {
            color: #fff;
        }

.dxmLite_MaterialCompact .dxm-popup {
    color: #484848;
    background-color: #000;
    border: none;
    min-width: 200px;
}


.dxm-item.dxm-hovered {
    background-color: #ff0022 !important;
    color: #fff !important;
}

#top-header-container #top-header-block dxm-hovered {
    color: #fff !important;
    text-decoration: none;
    background: transparent;
    box-sizing: border-box;
    border: 0;
    top: 0;
    position: absolute;
    float: left;
    margin-left: 3px;
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    line-height: 44px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
}


#top-header-container #top-header-block a:hover {
    background-color: #ff0022;
    color: #fff !important;
}

    #top-header-container #top-header-block a:hover i {
        background-color: #ff0022;
        color: #fff !important;
    }

#top-header-container #top-header-block a.active {
    font-weight: bold;
    /*text-decoration: underline;*/
}


.subMenu{
    background-color:#000;
}

#header-container {
    width: 100%;
    height: 64px;
    z-index: 10;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    -moz-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
}

.header-container-menu {
    width: 100%;
    height: 110px;
    z-index: 10;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    -moz-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
}

#header-container #header-block {
    max-width: 1322px;
    height: 110px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    max-height: 64px;
    padding-left: 5px;
}

.header-container-menu .header-block-menu {
    max-width: 1322px;
    height: 110px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}

#header-container #header-block a {
    outline: none;
}

.header-container-menu .header-block-menu a {
    outline: none;
}

#header-container #header-block a img {
    width: 300px;
    float:left;
}

.header-container-menu .header-block-menu a img {
    width: 300px;
    float: left;
}

#header-container #header-block ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    white-space: normal;
    height: 110px;
    line-height: 1;
    text-align: center;
    margin: 0;
    list-style: none;
    max-width: 880px;
    float: left;
    margin-left: 20px;
}

.header-container-menu .header-block-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    white-space: normal;
    height: 110px;
    line-height: 1;
    text-align: center;
    margin: 0;
    list-style: none;
    max-width: 880px;
    float: left;
    margin-left: 20px;
}

#header-container #header-block ul li {
    margin: 0 10px;
    letter-spacing: -0.3px;
    font-family: Toyota;
}

.header-container-menu .header-block-menu ul li {
    margin: 0 15px;
    letter-spacing: -0.3px;
    font-family: Toyota;
    list-style-image: url(../img/footer_bullet.png);
    width: 160px;
    min-width: 160px;
}

#header-container #header-block ul li a {
    position: relative;
    text-decoration: none;
    color: #000;
    width: 160px;
    min-width: 160px;
}

.header-container-menu .header-block-menu ul li a {
    position: relative;
    text-decoration: none;
    color: #000;
    width: 160px;
    min-width: 160px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

#header-container #header-block ul li a:hover {
    color: #ff0022 !important;
}

.header-container-menu .header-block-menu ul li a:hover {
    color: #ff0022 !important;
}

#header-container #header-block ul li a.active {
    position: relative;
    color: #ff0022 !important;
    text-decoration: none;
}

.header-container-menu .header-block-menu ul li a.active {
    position: relative;
    color: #ff0022 !important;
    text-decoration: none;
}


#header-container #header-block ul li a.active:before {
    content: "";
    position: absolute;
    width: 100%;
    top: calc(100% + 3px);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #ff0022 !important;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#header-container #header-block ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    top: calc(100% + 3px);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #ff0022 !important;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#header-container #header-block ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#wrapper {
    flex: 1 0 auto;
    text-align: left;
    padding: 0px;
    border: 0;
    max-width: 1322px;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
}

#mainwrapper {
    flex: 1 0 auto;
    text-align: left;
    padding: 0px;
    border: 0;
    margin: 0 auto;
    width:100%;
}

#content-wrapper {
    max-width: 1322px;
}

#main-container {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

#main-left {
    margin-left: auto;
    margin-right: auto;
    float: left;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    -moz-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    width: 390px;
    min-height: 797px;
}

#main-content {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding: 0;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    -moz-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    width: 400px;
    padding-right: 40px;
    padding-left: 40px;
    min-height: 383px;
}

#main-content2 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding: 0;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    -moz-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    width: 440px;
    padding-right: 20px;
    padding-left: 20px;
    min-height: 363px;
    max-height: 363px;
    margin-top: 20px;
}

#main-right {
    margin-left: auto;
    float: right;
    text-align: center;
    min-height: 381px;
    width: 300px;
}

.item-inner {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    -moz-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
}

.image-container.m-img-container {
    padding: 44% 0;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: -4%;
    transition: top ease 0.5s;
}


.content-container {
    padding: 22px 30px;
    position: relative;
    transition: transform 0.3s ease-in-out;
    font-family: Toyota;
    font-weight: normal;
    font-size: 1.17rem;
    text-align: left;
}

.image-container.m-img-container.img {
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.image-container.m-img-container.img:hover {
    margin-top: -10px;
}


.box-link {
    font-family: Toyota;
    color: #ff0022;
    letter-spacing: -0.3px;
    font-weight: bold;
    font-style: normal;
    font-size: 1rem;
    margin-top: 20px;
}

    .box-link a {
        position: relative;
        color: #ff0022;
        text-decoration: none;
    }

.box-link a:hover {
    color: #ff0022;
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

.login-panel {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    background: none;
}

.text-panel {
    font-family: Toyota;
    font-style: normal;
    font-size: 0.95rem;
    text-align: left;
    display: inline-flex;
    width:100%;
}

    .text-panel.top {
        margin-top: 30px;
    }

    .text-panel.middle {
        margin-top: 15px;
    }

    .text-panel.bottom {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .text-panel.panel {
        margin-left: 20px;
        margin-right: 20px;
        background: none;
        display: inline-block;
    }

    .text-panel.icon {
        margin-bottom: auto;
        margin-left: 20px;
        background: none;
        vertical-align: top;
        width:70px;
    }

    .text-panel.icon img {
        width: 50px;
        height: 50px;
        outline: none;
        border: none;
    }

.text-panel.header {
    font-weight: bold;
    margin-bottom: 2px;
}

.text-panel.content {
    font-weight: normal;
}

.ad-panel {
    padding: 15px;
    margin-bottom: 10px;
    background: none;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    -moz-box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
    box-shadow: 0px 10px 50px 0px rgba(6,22,33,0.08);
}

.page-header {
    font-size: 45px;
    font-family: Toyota;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    text-align: left;
    width: 100%;
}

.button {
    display: inline-block;
    position: relative;
    max-height: 49px;
    min-width: 175px;
    padding: 10px 15px;
    text-align: center;
    letter-spacing: 0;
    font-family: Toyota;
    font-weight: bold;
    font-style: normal;
    font-size: 0.8rem !important;
    overflow: hidden;
    border-radius: 50px !important;
    border: 1px solid #ff0022;
    color: #ff0022 !important;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    text-decoration: none !important;
}

    .button.action {
        font-size: 0.8rem !important;
        background-color: #ff0022 !important;
        color: #fff !important;
        font-variant-caps: normal;
        outline: none;
        text-decoration:none !important;
    }

    .button:hover {
        background-color: #ff0022 !important;
        color: #fff !important;
        outline: none;
    }

    .button.disabled {
        font-size: 0.8rem !important;
        background-color: #fff !important;
        color: #bcbcbc !important;
        border: 1px solid #bcbcbc !important;
        font-variant-caps: normal;
        outline: none;
        text-decoration: none !important;
    }

    .button.action.disabled:hover {
        background-color: #fff !important;
        color: #bcbcbc !important;
        border: 1px solid #bcbcbc !important;
        outline: none;
        cursor:default;
    }

.button.action:hover {
    background-color: #fff !important;
    color: #ff0022 !important;
    outline: none;
}

.button.btn-form {
    outline: none;
}

.formFooter {
    position: relative;
    bottom: 0;
    width: 100%;
}

#footer {
    flex: none;
    flex-shrink: 0;
    bottom: 0;
}

.footer-main {
    padding-bottom: 30px;
}

.row {
    max-width: 1322px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width:0px) { /* smartphones, iPhone, portrait 480x320 phones */
}

@media (min-width:576px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:966px) { /* hi-res laptops and desktops */
}


.medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    float: right;
}

.medium-3 {
    flex: 0 0 25%;
}

.medium-10 {
    flex: 0 0 100%;
    max-width: 100%;
}

#footer h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.1em;
    font-family: Toyota;
    font-weight: bold;
    font-style: normal;
    color: #000;
    text-align: left;
}

#footer ul {
    font-family: 'Toyota';
    font-size: .9rem;
    margin: 0;
    color: #777;
    padding: 0px;
    list-style-type: none;
}

#footer li {
    font-family: 'Toyota';
    font-size: .9rem;
    margin: 0;
    color: #000;
    margin: 0;
    padding: 0;
    min-height: 25px;
}

#footer ul a {
    font-family: 'Toyota';
    display: inline-block;
    font-size: .9rem;
    text-decoration: none;
    color: #000;
}

#footer ul a:hover {
    font-family: 'Toyota';
    display: inline-block;
    font-size: .9rem;
    text-decoration:underline;
    color: #000;
}

#footer ul span {
    font-family: 'Toyota';
    display: inline-block;
    font-size: .9rem;
    color: #000;
    text-decoration: none;
}

#footer ul img {
    width:45px;
    margin-top:5px;
}

#footer ul div {
    display: inline-block;
    font-size: 1.2rem;
    color: #c5d0d4;
    text-decoration: none;
    font-weight: 300;
    vertical-align:middle;
    margin-left:10px;
}


p, ul {
    font-family: Toyota;
    font-weight: normal;
    font-style: normal;
}

.footer-info {
    border-top: solid 1px;
    border-top-color: #282830;
    border-color: #282830;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 0.7rem;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

    .footer-info p {
        margin: 0;
        line-height: 1.3;
        color: #6d7578;
    }

.footer-copyright p {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1.3;
    color: #282830;
    font-size: 0.7rem;
}

.footer-icons {
    border-bottom: solid 1px;
    border-bottom-color: #CCC;
    border-color: #CCC;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.7rem;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
    width: 100%;
}

    .footer-icons p {
        margin: 0;
        line-height: 1.3;
        color: #707070;
        font-size:16px;
    }

.dxhlHeader {
    color: #000;
    line-height: 133%;
}

.dxhlControl {
    font-family: Toyota;
    color: black;
    font-size: 14px;
}

.dxncControl a {
    color: #ff0022;
    text-decoration:none;
    font-weight:600;
}

.dxmLite_MaterialCompact .dxm-vertical .dxm-image-l .dxm-content, .dxmLite_MaterialCompact .dxm-vertical .dxm-image-r .dxm-content, .dxmLite_MaterialCompact .dxm-popup .dxm-content {
    color: #fff !important;
    display: block;
    text-decoration: none;
    background: transparent;
    box-sizing: border-box;
    border: 0;
    top: 0;
    position: relative;
    float: left;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 44px;
    padding-left: 12px;
    padding-right: 12px;
}

.dxmLite_MaterialCompact .dxm-horizontal .dxm-image-l .dxm-content {
    padding: 8px 14px 8px 13px;
    line-height: 44px;
    min-height: 40px;
}

.dxmLite_MaterialCompact .dxm-horizontal .dxm-image-l .dxm-popOut, .dxmLite_MaterialCompact .dxm-horizontal .dxm-image-r .dxm-popOut, .dxmLite_MaterialCompact .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-popOut, .dxmLite_MaterialCompact .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-popOut, .dxmLite_MaterialCompact .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-popOut, .dxmLite_MaterialCompact .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-popOut {
    padding-top: 8px;
    padding-bottom: 0px;
}

.dxhlHeader_MaterialCompact {
    font-weight: bold;
    color: #000000;
    vertical-align: top;
    font-weight: bold;
    margin:0px !important;
}

.dxhlTailDiv_MaterialCompact {
    padding: 0;
}

    .dxhlTailDiv_MaterialCompact, .dxhlTailDiv_MaterialCompact a {
        color: #ff0000 !important;
        text-transform: uppercase;
        text-decoration: none;
        font-family: Toyota;
        font-size:11px;
    }


.round-outline {
    display: inline-block;
    position: relative;
    max-height: 49px;
    min-width: 205px;
    padding: 10px 15px;
    text-align: center;
    letter-spacing: 0;
    font-family: Toyota;
    font-weight: bold;
    font-style: normal;
    font-size: 0.8rem !important;
    overflow: hidden;
    border-radius: 50px !important;
    border: 1px solid #ff0022;
    color: #000000 !important;
    background-color: #fff;
    outline: none;
    text-decoration: none !important;
    outline: none;
}

.button-contact {
    display: inline-block;
    position: relative;
    max-height: 49px;
    min-width: 175px;
    padding: 10px 15px;
    text-align: center;
    letter-spacing: 0;
    font-family: Toyota;
    font-weight: bold;
    font-style: normal;
    font-size: 0.8rem !important;
    overflow: hidden;
    border-radius: 50px !important;
    border: 1px solid #ff0022;
    color: #ff0022 !important;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    text-decoration: none !important;
    font-size: 0.8rem !important;
    background-color: #ff0022 !important;
    color: #fff !important;
    font-variant-caps: normal;
    outline: none;
    text-decoration: none !important;
}

    .button-contact:hover {
        background-color: #d90022 !important;
    }


.message-button {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    text-align: center;
    letter-spacing: 0;
    font-family: Toyota;
    font-weight: bold;
    font-style: normal;
    font-size: 0.8rem !important;
    overflow: hidden;
    border-radius: 50px !important;
    border: 1px solid #ff0022;
    color: #ff0022 !important;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    text-decoration: none !important;
    margin-left:7px;
    margin-right:7px;
}

    .message-button.action {
        font-size: 0.8rem !important;
        background-color: #ff0022 !important;
        color: #fff !important;
        font-variant-caps: normal;
        outline: none;
        text-decoration: none !important;
    }

    .message-button:hover {
        background-color: #ff0022 !important;
        color: #fff !important;
        outline: none;
    }

    .message-button.action:hover {
        background-color: #fff !important;
        color: #ff0022 !important;
        outline: none;
    }

    .message-button.btn-form {
        outline: none;
    }


.dxbButton_MaterialCompact div.dxb {
    padding: 1px 13px 1px;
    border: 1px dotted transparent;
}


.dxpLite_MaterialCompact .dxp-num {
    padding: 9px 12px 9px;
    font-weight: normal;
    border-radius: 50px;
}