@font-face {
    font-family: Montseratt;
    src: url(../fonts/Montseratt/Montserrat-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Montseratt;
    src: url(../fonts/Montseratt/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Montseratt;
    src: url(../fonts/Montseratt/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Montseratt;
    src: url(../fonts/Montseratt/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Montseratt;
    src: url(../fonts/Montseratt/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: ToyotaDisplay;
    src: url(../fonts/Toyota/ToyotaDisplay.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: ToyotaDisplay;
    src: url(../fonts/Toyota/ToyotaDisplay-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: Montseratt, sans-serif;
    color: #fff;
    background-color: #161719;
}

html {
    position: relative;
    min-height: 100%;
}

#preloader {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #161719;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#preloader .sk-three-bounce {
    width: 8em;
    margin: auto;
    text-align: center;
}

#preloader .sk-three-bounce .sk-child {
    width: 2em;
    height: 2em;
    background-color: #0086d3;
    border-radius: 100%;
    display: inline-block;
    animation: a 1.4s ease-in-out 0s infinite both;
}

#preloader .sk-three-bounce .sk-bounce-1 {
    animation-delay: -0.32s;
}

#preloader .sk-three-bounce .sk-bounce-2 {
    animation-delay: -0.16s;
}

@keyframes a {

    0%,
    80%,
    to {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.sticky_footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}

.title {
    font-family: ToyotaDisplay, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 41px;
    letter-spacing: 1px;
}

.special-modal .modal-dialog {
    max-width: 545px;
}

.special-modal .modal-content {
    border: 4px;
    border: 0;
}

.special-modal .modal-header {
    border: 0;
    padding: 40px 73px 21px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.special-modal .modal-header h6 {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    color: #2c2c2c;
    line-height: 1.4;
}

.special-modal .modal-title {
    font-weight: 700;
    color: #2c2c2c;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 15px;
}

.special-modal .close {
    position: absolute;
    top: 6px;
    right: 17px;
    opacity: 1;
    padding: 0;
}

.special-modal .close span {
    font-size: 4rem;
    font-weight: 500;
    color: #c4c2c2;
    text-shadow: none;
}

.special-modal .close:focus {
    outline: none;
}

.special-modal .modal-body {
    padding: 0 73px;
}

.special-modal .modal-footer {
    border: 0;
    padding: 13px 73px 44px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.special-modal .modal-input {
    width: 100%;
    height: 56px;
    padding: 0 25px;
    border: 0;
    border-radius: 4px;
    border-bottom: 2px solid #e8e8e8;
    background-color: #f8f8f8;
    margin-bottom: 9px;
    font-weight: 300;
    color: rgba(47, 46, 46, 0.75);
    font-size: 0.875rem;
}

.special-modal .modal-input:focus {
    outline: none;
}

.special-modal .submit-btn {
    background-color: #0086d3;
    border: 0;
    width: 100%;
    height: 72px;
    border-bottom: 3px solid #006294;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    transition: background-color 0.2s ease 0.02s;
    margin-bottom: 19px;
}

.special-modal .submit-btn:focus {
    outline: none;
}

.special-modal .submit-btn:hover {
    background-color: rgba(0, 134, 211, 0.8);
}

.special-modal .modal-info {
    text-align: center;
    line-height: 1;
    font-weight: 300;
    color: #16150f;
    font-size: 0.75rem;
    margin-bottom: 4px;
}

.special-modal .modal-special {
    margin: 0;
    font-weight: 300;
    font-size: 0.625rem;
    color: rgba(38, 38, 38, 0.7);
    text-decoration: underline;
}

.special-modal .modal-special:hover {
    text-decoration: none;
}

#header {
    background-color: #0f1214;
}

#header .phone {
    font-weight: 700;
    color: #fff;
    font-size: 1.125rem;
    display: inline-block;
    margin-top: 23px;
    margin-left: 68px;
    transition: opacity 0.2s ease 0.02s;
}

#header .phone:hover {
    color: #0086d3;
    text-decoration: none;
    opacity: 0.8;
}

#header .phone:before {
    content: "";
    width: 33px;
    height: 33px;
    display: inline-block;
    border-radius: 50%;
    background: url(../images/icon/phone-icon.png) no-repeat 50%;
    background-color: #0086d3;
    position: relative;
    top: 9px;
    margin-right: 13px;
}

#header .ros-avto-logo {
    width: 120px;
    height: 47px;
    display: block;
    margin-left: auto;
    margin-top: 25px;
}

#header .nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .nav-list .nav-link {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    transition: opacity 0.2s ease 0.02s;
}

#header .nav-list .nav-link:hover {
    opacity: 0.7;
}

#header .nav-list .nav-item {
    border-left: 1px solid #16191c;
    width: 33.332%;
    padding: 17px 0;
}

#header .nav-list .nav-item:last-child {
    border-right: 1px solid #16191c;
}

#header .nav-list .nav-link__name {
    font-weight: 500;
    color: #fff;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-align: center;
}

#header .nav-list .nav-link__icon {
    background-image: url(../images/icon/header_icons.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}

#header .nav-list .icon-1 {
    min-width: 32px;
    width: 32px;
    height: 34px;
    background-position: 0 0;
}

#header .nav-list .icon-2 {
    min-width: 34px;
    width: 34px;
    height: 34px;
    background-position: -33px 0;
}

#header .nav-list .icon-3 {
    min-width: 34px;
    width: 34px;
    height: 34px;
    background-position: -68px 0;
}

#header .nav-list:hover {
    text-decoration: none;
}

.logo {
    width: 67px;
    height: 61px;
    display: inline-block;
    margin-top: 19px;
}

#stock {
    position: relative;
    background: url(../images/stock.jpg) no-repeat 50%;
    background-size: cover;
    height: 751px;
    padding-top: 94px;
}

#stock h5 {
    margin-bottom: 50px;
    font-family: ToyotaDisplay, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.625rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

#stock p {
    font-weight: 500;
    color: #fff;
    font-size: 1.375rem;
    letter-spacing: -1px;
}

.stock-label {
    background-color: #fff;
    font-family: ToyotaDisplay, sans-serif;
    font-weight: 700;
    color: #0f1214;
    font-size: 3.75rem;
    display: inline-block;
    padding: 13px 39px 3px 42px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 31px;
}

.stock-sentence-btn {
    border: 0;
    border-radius: 0;
    width: 300px;
    height: 75px;
    background-color: #0086d3;
    border-bottom: 3px solid #006294;
    transition: background-color 0.2s ease 0.02s;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 18px;
    margin-bottom: 13px;
}

.stock-sentence-btn:hover {
    background-color: #006294;
}

.stock-sentence-btn:focus {
    outline: none;
}

.stock-show-equip {
    border: 2px solid #626060;
    width: 300px;
    height: 75px;
    background-color: #2f3437;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 0;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.2s ease 0.2s;
}

.stock-show-equip:hover {
    background-color: #626060;
    color: #fff;
    text-decoration: none;
}

.stock-show-equip:focus {
    outline: none;
}

.stock__pluses h4 {
    font-weight: 500;
    font-size: 1.25rem;
    color: #fff;
}

.stock__pluses h4 b {
    font-weight: 700;
    font-size: 2.25rem;
}

.stock__pluses .plus-1 {
    position: absolute;
    left: calc(50% + 250px);
    top: 135px;
    letter-spacing: 0.5px;
}

.stock__pluses .plus-2 {
    position: absolute;
    left: calc(50% + 391px);
    top: 233px;
    letter-spacing: 0.5px;
}

.stock__pluses .plus-3 {
    position: absolute;
    left: calc(50% + 479px);
    top: 330px;
    letter-spacing: 0.5px;
}

#stock-two {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 115px;
    background: url(../images/stock-two-bg.jpg) no-repeat 50%;
    background-size: cover;
}

#stock-two .title {
    margin-bottom: 88px;
}

#stock-two .title span {
    font-family: ToyotaDisplay, sans-serif;
    font-weight: 700;
    font-size: 2.875rem;
}

.stock-two__list {
    margin-bottom: 99px;
    list-style: none;
    padding: 0;
}

.stock-two__list li {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 44px;
}

.stock-two__list .check-icon {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #3daae8;
    background: -webkit-gradient(left top,
            right bottom,
            color-stop(0, #3daae8),
            color-stop(100%, #088bd6));
    background: linear-gradient(135deg, #3daae8, #088bd6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3daae8", endColorstr="#088bd6", GradientType=1);
    border: 9px solid #1c2b35;
    margin-right: 18px;
}

.stock-two__list .check-icon:after {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    background-image: url(../images/icon/check_icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
}

.stock-two__list__text {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.stock-two__list__text b {
    font-family: ToyotaDisplay, sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

.recording-btn {
    border: 0;
    border-bottom: 3px solid #006294;
    border-radius: 0;
    width: 340px;
    height: 82px;
    background-color: #0086d3;
    transition: background-color 0.2s ease 0.02s;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding-top: 6px;
}

.recording-btn:hover {
    background-color: #007bc1;
}

.recording-btn:focus {
    outline: none;
}

.stock-two__car__img {
    width: 817px;
    height: 419px;
    display: inline-block;
    background: url(../images/stock-two-img.png) no-repeat 50%;
    position: absolute;
    top: 452px;
    left: calc(50% + -70px);
}

.stock-two__car__label {
    font-family: ToyotaDisplay, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.375rem;
    width: 420px;
    background-color: #be0809;
    padding: 15.5px 27px;
    position: absolute;
    top: 365px;
    left: calc(50% + 202px);
    z-index: 1;
}

.stock-two__car__label:before {
    border: 60px solid transparent;
    border-right: 32px solid #be0809;
    bottom: -46px;
    left: -80px;
    transform: rotate(-11deg);
}

.stock-two__car__label:after,
.stock-two__car__label:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.stock-two__car__label:after {
    border: 31px solid transparent;
    border-left: 0 solid #be0809;
    border-top: 84px solid #be0809;
    bottom: -32px;
    right: -31px;
}

#sentence {
    padding-top: 43px;
    padding-bottom: 20px;
}

.sentence__item {
    -ms-box-shadow: 0 0 25px -1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 25px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px -1px rgba(0, 0, 0, 0.1);
    background-color: #1f2426;
    margin-bottom: 26px;
    padding: 39px 57px 23px 0;
}

.sentence__item .info-list {
    padding: 0;
    list-style: none;
    margin-bottom: 13px;
    margin-left: 28px;
}

.sentence__item .info-list li {
    font-weight: 500;
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 8.5px;
}

.sentence__item .info-list span {
    font-weight: 700;
}

.sentence__item .info-list .phone {
    font-weight: 600;
    font-size: 1.25rem;
    color: #0086d3;
    transition: color 0.2s ease 0.02s;
    margin-left: 10px;
}

.sentence__item .info-list .phone:hover {
    color: rgba(0, 134, 211, 0.8);
    text-decoration: none;
}

.sentence__item .desc-list {
    padding: 0;
    list-style: none;
    margin-top: 12px;
    margin-bottom: 19px;
    margin-left: 60px;
}

.sentence__item .desc-list li {
    font-weight: 400;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 8px;
}

.sentence__item .desc-list span {
    font-weight: 500;
    margin-right: 9px;
}

.sentence__reservation {
    position: absolute;
    width: 276px;
    height: 71px;
    bottom: 0;
    border-radius: 0;
    border: 0;
    background-color: #2f3437;
    border: 2px solid #626060;
    transition: background-color 0.2s ease 0.02s;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 60px;
}

.sentence__reservation:hover {
    background-color: #626060;
}

.sentence__reservation:focus {
    outline: none;
}

.sentence__callback {
    width: 276px;
    height: 73px;
    border-radius: 0;
    border: 0;
    border-bottom: 3px solid #006294;
    font-weight: 500;
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    background-color: #0086d3;
    cursor: pointer;
    padding-top: 4px;
    margin-left: 28px;
    transition: background-color 0.2s ease 0.02s;
}

.sentence__callback:hover {
    background-color: rgba(0, 134, 211, 0.8);
    color: #fff;
    text-decoration: none;
}

.sentence__callback:focus {
    outline: none;
}

.sentence__item__img {
    width: 100%;
    height: 255px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sentence__item__img img {
    max-width: 90%;
}

.sentence__item__name {
    font-family: ToyotaDisplay, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1;
    margin-bottom: 16px;
    margin-left: 28px;
}

#benefit {
    padding-top: 35px;
    padding-bottom: 51px;
}

#benefit .title {
    margin-bottom: 90px;
}

.benefit__item {
    max-width: 265px;
}

.benefit__item__img {
    height: 135px;
    margin-bottom: 30px;
}

.benefit__item__img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.benefit__item__text {
    text-align: center;
    margin-bottom: 29px;
    font-weight: 700;
    columns: #1a1c21;
    line-height: 1.1;
    font-size: 1.25rem;
}

.benefit__item__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 265px;
    font-weight: 500;
    height: 73px;
    background-color: #0086d3;
    border-radius: 0;
    color: #fff;
    border-bottom: 3px solid #006294;
    transition: background-color 0.2s ease 0.02s;
}

.benefit__item__btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 134, 211, 0.75);
}

.line-right:after {
    content: "";
    display: inline-block;
    background-color: #28292b;
    width: 1px;
    height: 199px;
    position: absolute;
    right: 0;
    top: 0;
}

#special {
    padding-top: 33px;
    padding-bottom: 74px;
}

#special .title {
    margin-bottom: 48px;
}

.special__item {
    max-width: 356px;
    margin-bottom: 15px;
}

.special__item p {
    font-weight: 500;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
}

.special__item .prices {
    margin-bottom: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.special__item .old-price {
    margin-right: 22px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, 0.55);
    font-size: 1.125rem;
    text-decoration: line-through;
}

.special__item .new-price {
    font-weight: 700;
    color: #0086d3;
    font-size: 1.5rem;
}

.special__item__img {
    margin-bottom: 20px;
    max-height: 265px;
}

.special__item__img img {
    max-width: 100%;
}

.special__item__name {
    margin-bottom: 16px;
    font-family: ToyotaDisplay, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1;
}

.special__item__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    border-radius: 0;
    border: 2px solid #626060;
    color: #fff;
    background-color: #2f3437;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
    transition: all 0.2s ease 0.02s;
}

.special__item__btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #626060;
}

#advantages {
    padding: 78px 0 6px;
    background: url(../images/advantages_bg1.jpg) no-repeat 50%;
    background-size: cover;
}

#advantages .title {
    margin-bottom: 59px;
}

.advantages__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 92px;
    padding-left: 10px;
}

.advantages__item__icon {
    background-image: url(../images/icon/advantages_icons.png);
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

.advantages__item__icon.icon-1 {
    height: 55px;
    min-width: 36px;
    background-position: 0 0;
    position: relative;
    top: 2px;
}

.advantages__item__icon.icon-2 {
    height: 46px;
    min-width: 45px;
    background-position: -37px 0;
}

.advantages__item__icon.icon-3 {
    height: 48px;
    min-width: 47px;
    background-position: -83px 0;
}

.advantages__item__icon.icon-4 {
    height: 49px;
    min-width: 49px;
    background-position: -131px 0;
    position: relative;
    top: 8px;
    margin-right: 23px;
}

.advantages__item__icon.icon-5 {
    height: 50px;
    min-width: 50px;
    background-position: -181px 0;
    position: relative;
    top: 6px;
}

.advantages__item__icon.icon-6 {
    height: 50px;
    min-width: 49px;
    background-position: -232px 0;
    position: relative;
    top: 5px;
}

.advantages__item__text {
    font-weight: 600;
    font-size: 1.125rem;
    color: #fff;
    margin: 0;
}

#map {
    position: relative;
}

.map__card {
    height: 639px;
}

.map__block {
    top: 92px;
    position: absolute;
    z-index: 1;
    width: 438px;
    padding: 31px 57px 40px;
    background-color: rgba(38, 38, 38, 0.85);
}

.map__block .address {
    position: relative;
    padding-left: 34px;
    font-weight: 400;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 29px;
}

.map__block .address:before {
    content: "";
    width: 16px;
    height: 21px;
    display: inline-block;
    background: url(../images/icon/contact_icons.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 5px;
}

.map__block .phone {
    position: relative;
    font-weight: 600;
    color: #fff;
    margin-left: 34px;
    font-size: 1.125rem;
    display: inline-block;
    margin-bottom: 37px;
}

.map__block .phone:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon/contact_icons.png) no-repeat -17px 0;
    position: absolute;
    left: -34px;
    top: 5px;
}

.map__block .phone:hover {
    text-decoration: none;
}

.map__block .time {
    position: relative;
    padding-left: 34px;
    font-weight: 400;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 38px;
}

.map__block .time:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../images/icon/contact_icons.png) no-repeat -34px 0;
    position: absolute;
    left: 0;
    top: 5px;
}

.map__block__title {
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 2.25rem;
    margin-bottom: 47px;
    line-height: 1;
}

.map__callback {
    background-color: #0086d3;
    width: 100%;
    height: 75px;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #006294;
    transition: background-color 0.2s ease 0.02s;
    text-align: center;
    font-weight: 500;
    color: 1.125rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.map__callback:hover {
    background-color: rgba(0, 134, 211, 0.8);
}

.map__callback:focus {
    outline: none;
}

#footer {
    background-color: #23292c;
    padding: 19px 0;
}

.copyright {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 15px 0 0;
}

.ros-logo {
    margin-left: auto;
    display: block;
    width: 143px;
    height: 56px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .title {
        font-size: 1.5rem;
        margin-bottom: 28px;
    }

    .special-modal .modal-body,
    .special-modal .modal-footer,
    .special-modal .modal-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .ros-avto-logo {
        display: none;
    }

    #header .phone {
        margin-left: 0;
        font-size: 0.875rem;
    }

    #header .nav-list {
        margin-top: 20px;
    }

    #header .nav-list .nav-item,
    #header .nav-list .nav-item:last-child {
        border: 0;
    }

    #stock {
        height: 470px;
        padding-top: 25px;
        background-position: 0;
    }

    #stock h5 {
        font-size: 1.125rem;
        margin-bottom: 15px;
    }

    .stock-label {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }

    .stock__pluses {
        display: none;
    }

    .stock-sentence-btn {
        margin-top: 10px;
    }

    .stock-sentence-btn,
    .stock-show-equip {
        height: 50px;
        max-width: 100%;
    }

    #stock-two {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #stock-two .title {
        margin-bottom: 35px;
    }

    #stock-two .title span {
        font-size: 2rem;
    }

    .stock-two__car {
        display: none;
    }

    .recording-btn {
        max-width: 100%;
    }

    .stock-two__list__text {
        font-size: 0.875rem;
    }

    .stock-two__list__text b {
        font-size: 1.6rem;
    }

    .stock-two__list,
    .stock-two__list li {
        margin-bottom: 20px;
    }

    .sentence__item {
        padding: 29px 15px 23px;
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .sentence__item .desc-list,
    .sentence__item .info-list {
        margin-left: 0;
    }

    .sentence__callback,
    .sentence__reservation {
        margin-left: 0;
        max-width: 100%;
    }

    .sentence__item__name {
        margin-left: 0;
    }

    #benefit {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #benefit .title {
        margin-bottom: 40px;
    }

    .benefit__item {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .line-right:after {
        display: none;
    }

    #special hr {
        margin-top: 30px;
    }

    .special__item {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #advantages {
        padding-top: 35px;
    }

    #advantages .title {
        margin-bottom: 35px;
    }

    .advantages__item {
        margin-bottom: 20px;
    }

    .advantages__item__icon.icon-1 {
        margin-left: 0;
        margin-right: 43px;
    }

    .advantages__item__icon.icon-2 {
        margin-left: 0;
        margin-right: 34px;
    }

    .advantages__item__icon.icon-3 {
        margin-left: 0;
        margin-right: 32px;
    }

    .advantages__item__icon.icon-4,
    .advantages__item__icon.icon-5,
    .advantages__item__icon.icon-6 {
        margin-left: 0;
    }

    #map {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .map__card {
        height: 350px;
    }

    .map__block {
        position: static;
        max-width: 100%;
        padding: 20px 15px;
        margin: 0 auto;
    }

    .map__block .address,
    .map__block .phone,
    .map__block .time {
        margin-bottom: 15px;
    }

    .map__block__title {
        margin-bottom: 20px;
    }

    .map__callback {
        height: 60px;
    }

    .copyright {
        text-align: center;
        margin-bottom: 15px;
    }

    .ros-logo {
        margin: 0 auto;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .title {
        font-size: 1.5rem;
        margin-bottom: 28px;
    }

    #header .ros-avto-logo {
        display: none;
    }

    #header .phone {
        margin-left: 0;
        font-size: 0.875rem;
    }

    #header .nav-list {
        margin-top: 20px;
    }

    #header .nav-list .nav-item,
    #header .nav-list .nav-item:last-child {
        border: 0;
    }

    #stock {
        height: 470px;
        padding-top: 25px;
        background-position: 0;
    }

    #stock h5 {
        font-size: 1.125rem;
        margin-bottom: 15px;
    }

    .stock-label {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }

    .stock__pluses {
        display: none;
    }

    .stock-sentence-btn {
        margin-top: 10px;
    }

    .stock-sentence-btn,
    .stock-show-equip {
        height: 50px;
        max-width: 100%;
    }

    #stock-two {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #stock-two .title {
        margin-bottom: 35px;
    }

    #stock-two .title span {
        font-size: 2rem;
    }

    .stock-two__car {
        display: none;
    }

    .recording-btn {
        max-width: 100%;
    }

    .stock-two__list__text {
        font-size: 0.875rem;
    }

    .stock-two__list__text b {
        font-size: 1.6rem;
    }

    .stock-two__list,
    .stock-two__list li {
        margin-bottom: 20px;
    }

    .sentence__item {
        padding: 29px 15px 23px;
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .sentence__item .desc-list,
    .sentence__item .info-list {
        margin-left: 0;
    }

    .sentence__callback,
    .sentence__reservation {
        margin-left: 0;
        max-width: 100%;
    }

    .sentence__item__name {
        margin-left: 0;
    }

    #benefit {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #benefit .title {
        margin-bottom: 40px;
    }

    .benefit__item {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .line-right:after {
        display: none;
    }

    #special hr {
        margin-top: 30px;
    }

    .special__item {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #advantages {
        padding-top: 35px;
    }

    #advantages .title {
        margin-bottom: 35px;
    }

    .advantages__item {
        margin-bottom: 20px;
        margin-left: 100px;
    }

    .advantages__item__icon.icon-1 {
        margin-left: 0;
        margin-right: 43px;
    }

    .advantages__item__icon.icon-2 {
        margin-left: 0;
        margin-right: 34px;
    }

    .advantages__item__icon.icon-3 {
        margin-left: 0;
        margin-right: 32px;
    }

    .advantages__item__icon.icon-4,
    .advantages__item__icon.icon-5,
    .advantages__item__icon.icon-6 {
        margin-left: 0;
    }

    #map {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .map__card {
        height: 350px;
    }

    .map__block {
        position: static;
        max-width: 100%;
        padding: 20px 15px;
        margin: 0 auto;
    }

    .map__block .address,
    .map__block .phone,
    .map__block .time {
        margin-bottom: 15px;
    }

    .map__block__title {
        margin-bottom: 20px;
    }

    .map__callback {
        height: 60px;
    }

    .copyright {
        text-align: center;
        margin-bottom: 15px;
    }

    .ros-logo {
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header .ros-avto-logo {
        display: none;
    }

    #header .phone {
        margin-left: 0;
        font-size: 1rem;
    }

    #header .phone,
    .logo {
        margin-top: 33px;
    }

    #stock {
        height: 470px;
        padding-top: 25px;
        background-position: 0;
    }

    #stock h5 {
        font-size: 1.525rem;
        margin-bottom: 15px;
    }

    .stock-label {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .stock__pluses {
        display: none;
    }

    .stock-sentence-btn {
        margin-top: 10px;
    }

    .stock-sentence-btn,
    .stock-show-equip {
        height: 50px;
        max-width: 100%;
    }

    #stock-two {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #stock-two .title {
        margin-bottom: 35px;
    }

    .stock-two__car {
        display: none;
    }

    .recording-btn {
        max-width: 100%;
    }

    .stock-two__list__text {
        font-size: 0.875rem;
    }

    .stock-two__list__text b {
        font-size: 1.6rem;
    }

    .stock-two__list,
    .stock-two__list li {
        margin-bottom: 20px;
    }

    .sentence__item {
        padding: 29px 15px 23px;
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .sentence__item .desc-list,
    .sentence__item .info-list {
        margin-left: 0;
    }

    .sentence__callback,
    .sentence__reservation {
        margin-left: 0;
        max-width: 100%;
    }

    .sentence__item__name {
        margin-left: 0;
    }

    #benefit {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #benefit .title {
        margin-bottom: 40px;
    }

    .benefit__item {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .line-right:after {
        display: none;
    }

    #special hr {
        margin-top: 30px;
    }

    .special__item {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #advantages {
        padding-top: 35px;
    }

    #advantages .title {
        margin-bottom: 35px;
    }

    .advantages__item {
        margin-bottom: 20px;
    }

    .advantages__item__icon.icon-1 {
        margin-left: 0;
        margin-right: 43px;
    }

    .advantages__item__icon.icon-2 {
        margin-left: 0;
        margin-right: 34px;
    }

    .advantages__item__icon.icon-3 {
        margin-left: 0;
        margin-right: 32px;
    }

    .advantages__item__icon.icon-4,
    .advantages__item__icon.icon-5,
    .advantages__item__icon.icon-6 {
        margin-left: 0;
    }

    #map {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .map__card {
        height: 350px;
    }

    .map__block {
        position: static;
        max-width: 100%;
        padding: 20px 15px;
        margin: 0 auto;
    }

    .map__block .address,
    .map__block .phone,
    .map__block .time {
        margin-bottom: 15px;
    }

    .map__block__title {
        margin-bottom: 20px;
    }

    .map__callback {
        height: 60px;
    }

    .copyright {
        text-align: center;
        margin-bottom: 15px;
    }

    .ros-logo {
        margin: 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header .phone {
        margin-left: 0;
        font-size: 1rem;
    }

    #stock {
        height: 470px;
        padding-top: 25px;
        background-position: 50%;
    }

    #stock h5 {
        font-size: 1.525rem;
        margin-bottom: 15px;
    }

    .stock-label {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .stock__pluses h4 {
        font-size: 0.875rem;
    }

    .stock__pluses h4 b {
        font-size: 1.4rem;
    }

    .stock__pluses .plus-1 {
        left: calc(50% + 141px);
        top: 81px;
    }

    .stock__pluses .plus-2 {
        left: calc(50% + 238px);
        top: 144px;
    }

    .stock__pluses .plus-3 {
        left: calc(50% + 307px);
        top: 206px;
    }

    .stock-sentence-btn {
        margin-top: 10px;
    }

    .stock-sentence-btn,
    .stock-show-equip {
        height: 50px;
        max-width: 100%;
    }

    #stock-two {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #stock-two .title {
        margin-bottom: 35px;
    }

    .stock-two__car {
        display: none;
    }

    .recording-btn {
        max-width: 100%;
    }

    .stock-two__list__text {
        font-size: 0.875rem;
    }

    .stock-two__list__text b {
        font-size: 1.6rem;
    }

    .stock-two__list,
    .stock-two__list li {
        margin-bottom: 20px;
    }

    .sentence__item {
        padding: 29px 15px 23px;
        max-width: 460px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .sentence__item .desc-list,
    .sentence__item .info-list {
        margin-left: 0;
    }

    .sentence__callback,
    .sentence__reservation {
        margin-left: 0;
        max-width: 100%;
    }

    .sentence__item__name {
        margin-left: 0;
    }

    #benefit {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #benefit .title {
        margin-bottom: 40px;
    }

    .benefit__item {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .line-right:after {
        display: none;
    }
}

@media (max-width: 1199px) {
    .sentence__item__name {
        margin-top: 20px;
    }

    .sentence__callback,
    .sentence__reservation {
        position: relative;
    }
}

@media (min-width: 1200px) and (max-width: 1480px) {
    #stock {
        height: 550px;
        padding-top: 25px;
        background-position: 50%;
    }

    #stock h5 {
        font-size: 1.725rem;
        margin-bottom: 15px;
    }

    .stock-label {
        font-size: 3.2rem;
        margin-bottom: 20px;
    }

    .stock__pluses h4 {
        font-size: 1rem;
    }

    .stock__pluses h4 b {
        font-size: 1.6rem;
    }

    .stock__pluses .plus-1 {
        left: calc(50% + 175px);
        top: 97px;
    }

    .stock__pluses .plus-2 {
        left: calc(50% + 280px);
        top: 169px;
    }

    .stock__pluses .plus-3 {
        left: calc(50% + 362px);
        top: 240px;
    }
}

.toyota-navbar {
    box-shadow: 0 -6px 16px -2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 -6px 16px -2px rgba(0, 0, 0, .1);
    position: relative;
    padding: 0;
}

.toyota-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.toyota-item.active .toyota-link {
    color: #ffffff;
    text-decoration: none;
    background-color: #0086d3;
}

.toyota-link {
    display: inline-block;
    padding: 25px 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.2s ease 0.02s;
    -webkit-transition: all 0.2s ease 0.02s;
}

.toyota-nav {
    background: #fff;
}

.toyota-link {
    color: #000;
}

.toyota-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0086d3;
}

@media (max-width: 992px) {
    .toyota-navbar {
        justify-content: flex-end;
    }

    .toyota-nav {
        text-align: center;
    }

    .toyota-link {
        width: 100%;
        padding: 8px 15px;
    }

    .toyota-navbar .navbar-toggler {
        margin: 8px 0;
    }

    .toyota-navbar .navbar-toggler .navbar-toggler-icon {
        width: 20px;
        height: 18px;
        background: url('../images/icon/menu_icon.png') no-repeat -21px 0;
        display: inline-block;
    }

    .toyota-navbar .navbar-toggler.collapsed .navbar-toggler-icon {
        background-position: 0 0;
    }

    .toyota-navbar .navbar-toggler:focus {
        outline: none;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .toyota-link {
        padding: 15px 12px;
        font-size: 0.875rem;
    }
}

@media (min-width:1800px) {
    #stock {
        height: calc(100vh - 171px);
    }

    .stock__pluses .plus-1 {
        left: calc(50% + 47vh - 171px);
        top: calc(32vh - 171px);
    }

    .stock__pluses .plus-2 {
        left: calc(50% + 64vh - 171px);
        top: calc(43vh - 171px);
    }

    .stock__pluses .plus-3 {
        left: calc(50% + 72vh - 171px);
        top: calc(54vh - 171px);
    }
}

.filtr select option:first-child {
    opacity: 0;
    height: 0;
    padding: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.filtr select option:nth-child(2) {
    background: #0077C0 !important;
    color: #fff !important;
}