.container-carusel {
    width:100%;
}
.container-carusel > .carusel {
    width:100%;
    position: relative;
}
.container-carusel > .carusel > .swiper-wrapper > .swiper-slide {
    display:inline-block;
}
.container-carusel > .carusel > .swiper-wrapper > .swiper-slide > img {
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
}
.container-carusel > .carusel > .center {
    position: absolute;
    display:flex;
    align-items:center;
    bottom:0px;
    left:0px;
}
.container-carusel > .carusel .swiper-button-prev > svg,
.container-carusel > .carusel .swiper-button-next > svg {
    display:none !important;
}
.container-carusel > .carusel .swiper-button-prev::after,
.container-carusel > .carusel .swiper-button-next::after {
    content:"";
    width:100%;
    height:100%;
    mask-image:url(/template/img/icons/arrow-round.svg);
    -webkit-mask-image:url(/template/img/icons/arrow-round.svg);
    mask-size:100% 100%;
    -webkit-mask-size:100% 100%;
    background-color:#FFF;
    display:block;
}
.container-carusel > .carusel .swiper-button-prev::after {
    transform: rotate(180deg);
}
.container-carusel > .carusel > .center > .swiper-button-next,
.container-carusel > .carusel > .center > .swiper-button-prev {
    display:inline-block;
    flex:none;
    position: relative;
    left:unset !important;
    right:unset !important;
    top:unset !important;
    bottom:unset !important;
    margin:0;
}
.container-carusel > .carusel > .center > .swiper-pagination {
    display:flex;
    flex:none;
    position: relative;
    left:unset !important;
    right:unset !important;
    top:unset !important;
    bottom:unset !important;
    margin:0 12px;
    width:auto;
}
.container-carusel > .carusel > .center > .swiper-pagination > .swiper-pagination-bullet {
    margin-left:12px;
    width:6px;
    height:6px;
    background:#FFF;
    &:first-child {
        margin-left:0px;
    }
}
.container-carusel > .carusel > .center > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#ECA900;
    position: relative;
    &::after {
        content:"";
        pointer-events: none;
        width:10px;
        height:10px;
        border:1px solid #ECA900;
        border-radius:50%;
        position: absolute;
        top:-3px;
        left:-3px;
    }
}
@media (min-width:100px){
    .container-carusel {
        margin-top:49px !important;
    }
    .container-carusel > .carusel > .swiper-wrapper > .swiper-slide {
        aspect-ratio: 28/60;
    }
    .container-carusel > .carusel > .swiper-wrapper > .swiper-slide > img {
        object-position: top;
    }
    .container-carusel > .carusel > .center { 
        bottom:52%;
    }
    .container-carusel > .carusel .swiper-button-prev,
    .container-carusel > .carusel .swiper-button-next {
        width:42px;
        height:42px;
    }
    .container-carusel > .carusel .swiper-button-prev::after,
    .container-carusel > .carusel .swiper-button-next::after {
        width:42px;
        height:42px;
    }
}
@media (min-width:576px){
    .container-carusel > .carusel {
        width:var(--container-width);
        margin-left:var(--margin-to-container);
        overflow:hidden;
        border-bottom-left-radius:12px;
        border-bottom-right-radius:12px;
    }
    .container-carusel > .carusel > .swiper-wrapper > .swiper-slide {
        aspect-ratio: unset;
        height: 765px;
    }
    .container-carusel > .carusel > .swiper-wrapper > .swiper-slide > img {
        border-bottom-left-radius:12px;
        border-bottom-right-radius:12px;
    }
    .container-carusel > .carusel > .center { 
        bottom:260px;
    }
}
@media (min-width:797px){
    .container-carusel > .carusel {
        width:100%;
        margin-left:0px;
        border-radius:0px;
    }
    .container-carusel > .carusel > .swiper-wrapper > .swiper-slide {
        aspect-ratio: 60/27;
        height:unset;
    }
    .container-carusel > .carusel > .swiper-wrapper > .swiper-slide > img {
        object-position: left;
        border-radius:0px;
    }
    .container-carusel > .carusel > .center { 
        bottom:40px;
    }
}
@media (min-width:1024px){
    .container-carusel {
        margin-top:107px !important;
    }
    .container-carusel > .carusel .swiper-button-prev,
    .container-carusel > .carusel .swiper-button-next {
        width:50px;
        height:50px;
    }
    .container-carusel > .carusel .swiper-button-prev::after,
    .container-carusel > .carusel .swiper-button-next::after {
        width:50px;
        height:50px;
    }
}

#container-stages .container-head > .text {
    font-family: var(--font-bold);
    font-weight: 700;
    color:#ECA900;
    display: block;
}
#container-stages .body {
    display: flex;
    flex-wrap: wrap;
    width:100%;
}
#container-stages .body > .box {
    display:inline-block;
    background:#242C4E;
    box-sizing:border-box;
    border-radius:9px;
}
#container-stages .body > .box > .number {
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius:50%;
    background:#ECA900;
    font-family: var(--font-medium);
    font-weight:500;
    color:#000000;
}
#container-stages .body > .box > .title {
    font-family: var(--font-bold);
    font-weight: 700;
    color:#FFF;
    display:block;
}
#container-stages .body > .box > .description {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#CACACA;
    display:block;
    line-height:1.2em;
}
#container-stages .body > .box > .text-append {
    color:#ECA900;
    background:rgba(0,0,0, 0);
    border:0;
    font-family: var(--font-bold);
    font-weight: 700;
    display:block;
}
#container-stages .body > .box > a.text-append,
#container-stages .body > .box > button.text-append {
    cursor: pointer;
    padding:0;
}
@media (min-width:100px){
    #container-stages .container-head > .text {
        font-size:16px;
    }
    #container-stages .body > .box {
        padding:20px 16px;
        width:100%;
        margin-top:16px;
        &:first-child {
            margin-top:0px;
        }
    }
    #container-stages .body > .box > .number {
        width:35px;
        height:35px;
        font-size:16px;
    }
    #container-stages .body > .box > .title {
        font-size:18px;
        margin-top:12px;
    }
    #container-stages .body > .box > .description {
        font-size:16px;
        margin-top:12px;
    }
    #container-stages .body > .box > .text-append {
        margin-top:12px;
        font-size:16px;
    }
}
@media (min-width:797px){
    #container-stages .container-head > .text {
        font-size:20px;
    }
}
@media (min-width:797px) and (max-width:1023px){
    #container-stages .body > .box {
        width:352px;
        margin-left:16px;
        margin-top:16px;
        &:nth-child(2){
            margin-top:0px;
        }
        &:nth-child(2n + 1){
            margin-left:0px;
        }
        &:first-child {
            margin-top:0px;
            margin-left:0px;
        }
    }
}
@media (min-width:1024px) and (max-width:1199px){
    #container-stages .body > .box {
        width:444px;
        margin-left:16px;
        margin-top:16px;
        &:nth-child(2){
            margin-top:0px;
        }
        &:nth-child(2n + 1){
            margin-left:0px;
        }
        &:first-child {
            margin-top:0px;
            margin-left:0px;
        }
    }
}
@media (min-width:1024px){
    #container-stages .container-head > .text {
        font-size:22px;
    }
    #container-stages .body > .box > .number {
        width:44px;
        height:44px;
        font-size:20px;
    }
    #container-stages .body > .box > .title {
        font-size:22px;
        margin-top:40px;
    }
    #container-stages .body > .box > .description {
        margin-top:16px;
    }
}
@media (min-width:1200px){
    #container-stages .container-head > .text {
        font-size:24px;
    }
    #container-stages .body > .box {
        width:265px;
        margin-left:16px;
        margin-top:0px;
        &:first-child {
            margin-left:0px;
        }
    }
}
@media (min-width:1400px){
    #container-stages .body > .box {
        width:295px;
    }
    #container-stages .body > .box > .title {
        margin-top:63px;
    }
}
@media (min-width:1600px){
    #container-stages .container-head > .text {
        font-size:26px;
    }
    #container-stages .body > .box {
        width:345px;
        padding:30px;
    }
    #container-stages .body > .box > .number {
        width:50px;
        height:50px;
        font-size:26px;
    }
    #container-stages .body > .box > .title {
        font-size:24px;
    }
    #container-stages .body > .box > .description {
        font-size:18px;
        margin-top:20px;
    }
    #container-stages .body > .box > .text-append {
        margin-top:15px;
        font-size:18px;
    }
}
@media (min-width:1900px){
    #container-stages .body > .box {
        width:348px;
    }
}

#container-services .container-head > .description {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#CACACA;
    margin:17px 0 0 0;
    padding:0;
    display:block;
    font-size:16px;
}
#container-services .swiper > .swiper-wrapper > .line {
    border-top:1px solid #757575;
    border-bottom:1px solid #757575;
    border-left:1px solid #757575;
    flex:none;
    &:last-child {
        border-right:1px solid #757575;
        border-top-right-radius:9px;
        border-bottom-right-radius:9px;
    }
    &:first-child {
        border-top-left-radius:9px;
        border-bottom-left-radius:9px;
    }
}
#container-services .swiper > .swiper-wrapper > .line > .item {
    border-bottom:1px solid #757575;
    width:100%;
    box-sizing: border-box;
    display:flex;
    &:last-child {
        border-bottom:0px;
    }
}
#container-services .swiper > .swiper-wrapper > .line > .item > .img {
    mask-size:100% 100%;
    -webkit-mask-size:100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat:no-repeat;
    background-color:#ECA900;
}
#container-services .swiper > .swiper-wrapper > .line > .item > .text {
    font-family: var(--font-medium);
    font-weight: 500;
    color:#FFFFFF;
    display:inline-block;
}
#container-services .swiper > .center {
    position: relative;
    display:flex;
    justify-content: center;
    align-items:center;
    width:100%;
    margin-top:16px;
}
#container-services .swiper .swiper-button-prev > svg,
#container-services .swiper .swiper-button-next > svg {
    display:none !important;
}
#container-services .swiper .swiper-button-prev::after,
#container-services .swiper .swiper-button-next::after {
    content:"";
    width:100%;
    height:100%;
    mask-image:url(/template/img/icons/arrow-round.svg);
    -webkit-mask-image:url(/template/img/icons/arrow-round.svg);
    mask-size:100% 100%;
    -webkit-mask-size:100% 100%;
    background-color:#FFF;
    display:block;
}
#container-services .swiper .swiper-button-prev::after {
    transform: rotate(180deg);
}
#container-services .swiper > .center > .swiper-button-next,
#container-services .swiper > .center > .swiper-button-prev {
    display:inline-block;
    flex:none;
    position: relative;
    left:unset !important;
    right:unset !important;
    top:unset !important;
    bottom:unset !important;
    margin:0;
}
#container-services .swiper > .center > .swiper-pagination {
    display:flex;
    flex:none;
    position: relative;
    left:unset !important;
    right:unset !important;
    top:unset !important;
    bottom:unset !important;
    margin:0 12px;
    width:auto;
}
#container-services .swiper > .center > .swiper-pagination > .swiper-pagination-bullet {
    margin-left:12px;
    width:6px;
    height:6px;
    background:#FFF;
    &:first-child {
        margin-left:0px;
    }
}
#container-services .swiper > .center > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#ECA900;
    position: relative;
    &::after {
        content:"";
        pointer-events: none;
        width:10px;
        height:10px;
        border:1px solid #ECA900;
        border-radius:50%;
        position: absolute;
        top:-3px;
        left:-3px;
    }
}
@media (min-width:100px){
    #container-services .swiper {
        overflow:unset;
    }
    #container-services .swiper > .swiper-wrapper > .line {
        width:275px;
    }
    #container-services .swiper > .swiper-wrapper > .line > .item {
        padding:21px 13px;
        flex-wrap:nowrap;
        align-items:center;
        height:80px;
    }
    #container-services .swiper > .swiper-wrapper > .line > .item > .img {
        width:37px;
        height:37px;
    }
    #container-services .swiper > .swiper-wrapper > .line > .item > .text {
        margin-left:10px;
        font-size:16px;
    }
    #container-services .body > .button-center {
        width:100%;
        display:flex;
        justify-content: center;
    }
    #container-services .body > .button-center > .btn {
        margin-top:20px;
    }
}
@media (min-width:1200px){
    #container-services .swiper {
        overflow:hidden;
    }
    #container-services .swiper > .swiper-wrapper > .line {
        width:276px;
    }
    #container-services .swiper > .swiper-wrapper > .line > .item {
        padding:25px 20px;
        height:190px;
        display:block;
    }
    #container-services .swiper > .swiper-wrapper > .line > .item > .img {
        width:47px;
        height:47px;
    }
    #container-services .swiper > .swiper-wrapper > .line > .item > .text {
        margin-left:0px;
        font-size:20px;
        margin-top:30px;
        width:100%;
    }
    #container-services .swiper > .center {
        display:none;
    }
    #container-services .body > .button-center {
        width:100%;
        display:flex;
        justify-content: left;
    }
    #container-services .body > .button-center > .btn {
        margin-top:20px;
    }
}
@media (min-width:1400px){
    #container-services .swiper > .swiper-wrapper > .line {
        width:306px;
    }
    #container-services .swiper > .swiper-wrapper > .line > .item {
        height:210px;
    }
    #container-services .swiper > .swiper-wrapper > .line > .item > .text {
        font-size:24px;
    }
}
@media (min-width:1600px){
    #container-services .swiper > .swiper-wrapper > .line {
        width:356px;
    }
}
@media (min-width:1900px){
    #container-services .swiper > .swiper-wrapper > .line {
        width:358px;
    }
}

#container-cars-models .swiper > .swiper-wrapper > .line {
    flex:none;
}
#container-cars-models .swiper > .swiper-wrapper > .line > .img {
    display: flex;
    justify-content: center;
    align-items:center;
}
#container-cars-models .swiper > .swiper-wrapper > .line > .img > img {
    object-fit:cover;
    width:100%;
}
#container-cars-models .swiper > .center {
    position: relative;
    display:flex;
    justify-content: center;
    align-items:center;
    width:100%;
    margin-top:16px;
}
#container-cars-models .swiper .swiper-button-prev > svg,
#container-cars-models .swiper .swiper-button-next > svg {
    display:none !important;
}
#container-cars-models .swiper .swiper-button-prev::after,
#container-cars-models .swiper .swiper-button-next::after {
    content:"";
    width:100%;
    height:100%;
    mask-image:url(/template/img/icons/arrow-round.svg);
    -webkit-mask-image:url(/template/img/icons/arrow-round.svg);
    mask-size:100% 100%;
    -webkit-mask-size:100% 100%;
    background-color:#FFF;
    display:block;
}
#container-cars-models .swiper .swiper-button-prev::after {
    transform: rotate(180deg);
}
#container-cars-models .swiper > .center > .swiper-button-next,
#container-cars-models .swiper > .center > .swiper-button-prev {
    display:inline-block;
    flex:none;
    position: relative;
    left:unset !important;
    right:unset !important;
    top:unset !important;
    bottom:unset !important;
    margin:0;
}
#container-cars-models .swiper > .center > .swiper-pagination {
    display:flex;
    flex:none;
    position: relative;
    left:unset !important;
    right:unset !important;
    top:unset !important;
    bottom:unset !important;
    margin:0 12px;
    width:auto;
}
#container-cars-models .swiper > .center > .swiper-pagination > .swiper-pagination-bullet {
    margin-left:12px;
    width:6px;
    height:6px;
    background:#FFF;
    &:first-child {
        margin-left:0px;
    }
}
#container-cars-models .swiper > .center > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#ECA900;
    position: relative;
    &::after {
        content:"";
        pointer-events: none;
        width:10px;
        height:10px;
        border:1px solid #ECA900;
        border-radius:50%;
        position: absolute;
        top:-3px;
        left:-3px;
    }
}
@media (min-width:100px){
    #container-cars-models .swiper {
        overflow: unset;
    }
    #container-cars-models .swiper > .swiper-wrapper > .line {
        width:81px;
        margin-left:40px;
        &:first-child {
            margin-left:0px;
        }
    }
    #container-cars-models .swiper > .swiper-wrapper > .line > .img {
        width:81px;
        height:104px;
    }
    #container-cars-models .body > .button-center {
        width:100%;
        display:none;
    }
    #container-cars-models .body > .button-center > .btn {
        margin-top:20px;
    }
}
@media (min-width:1200px){
    #container-cars-models .swiper {
        overflow: hidden;
    }
    #container-cars-models .swiper > .swiper-wrapper > .line {
        width:89px;
        margin-left:40px;
        &:first-child {
            margin-left:0px;
        }
    }
    #container-cars-models .swiper > .swiper-wrapper > .line > .img {
        width:89px;
        height:104px;
    }
    #container-cars-models .swiper > .center {
        display:none;
    }
    #container-cars-models .body > .button-center {
        display:flex;
    }
}
@media (min-width:1400px){
    #container-cars-models .swiper > .swiper-wrapper > .line {
        width:102px;
        margin-left:40px;
        &:first-child {
            margin-left:0px;
        }
    }
    #container-cars-models .swiper > .swiper-wrapper > .line > .img {
        width:98px;
        height:150px;
    }
}
@media (min-width:1600px){
    #container-cars-models .swiper > .swiper-wrapper > .line {
        margin-left:64px;
        &:first-child {
            margin-left:0px;
        }
    }
}

#container-about-company {
    background: linear-gradient(130deg, #1f1d29 0%, #242c4e 100%);
    box-sizing: border-box;
}
#container-about-company .container-head > .description {
    color:#ECA900;
    font-family: var(--font-semi-bold);
    font-weight: 600;
    display:block;
}
#container-about-company .body {
    display:flex;
    flex-wrap:wrap;
}
#container-about-company .body > .box {
    display:inline-block;
    flex:1;
    box-sizing:border-box;
}
#container-about-company .body > .box-1 {
    background:#ECA900;
    border-radius:12px;
}
#container-about-company .body > .box-1 > .title {
    font-family: var(--font-semi-bold);
    font-weight: 600;
    color:#000;
}
#container-about-company .body > .box-1 > .msg {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#000000;
}
#container-about-company .body > .box-2 {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#CACACA;
}
#container-about-company .body > .box-3 > img {
    width:100%;
    object-fit:cover;
    border-radius:12px;
}
@media (min-width:100px){
    #container-about-company {
        padding:70px 0;
    }
    #container-about-company .container-head > .description {
        font-size:20px;
        margin-top:10px;
    }
    #container-about-company .body > .box-1 {
        width:100%;
        padding:20px;
        flex:none;
    }
    #container-about-company .body > .box-1 > .title {
        font-size:20px;
    }
    #container-about-company .body > .box-1 > .msg {
        font-size:15px;
        margin-top:10px;
        line-height:1.25em;
    }
    #container-about-company .body > .box-2 {
        width:100%;
        margin-top:15px;
        font-size:15px;
        line-height:1.25em;
        flex:none;
    }
    #container-about-company .body > .box-3 {
        width:100%;
        margin-top:15px;
        flex:none;
    }
}
@media (min-width:1024px){
    #container-about-company .container-head > .description {
        font-size:22px;
        margin-top:30px;
    }
    #container-about-company .body > .box-1 {
        width:322px;
    }
    #container-about-company .body > .box-1 > .title {
        font-size:24px;
    }
    #container-about-company .body > .box-1 > .msg {
        margin-top:12px;
        font-size:16px;
        margin-top:30px;
    }
    #container-about-company .body > .box-2 {
        flex:1;
        font-size:16px;
        margin-top:0px;
        margin-left:30px;
    }
    #container-about-company .body > .box-3 {
        margin-top:30px;
    }
}
@media (min-width:1200px){
    #container-about-company {
        padding:70px 0 120px 0;
    }
    #container-about-company .container-head > .description {
        font-size:26px;
    }
    #container-about-company .body > .box-1 {
        padding:54px 34px;
        width:508px;
    }
}
@media (min-width:1400px){
    #container-about-company .container-head > .description {
        font-size:34px;
    }
    #container-about-company .body > .box-1 {
        width:591px;
    }
    #container-about-company .body > .box-1 > .title {
        font-size:34px;
    }
}
@media (min-width:1600px){
    #container-about-company .container-head > .description {
        font-size:36px;
    }
    #container-about-company .body > .box-1 {
        width:690px;
    }
    #container-about-company .body > .box-1 > .title {
        font-size:38px;
    }
}

#container-contacts .body {
    display: flex;
    flex-wrap: wrap;
}
#container-contacts .body > .left {
    display:inline-block;
    flex:none;
}
#container-contacts .body > .left > .title {
    font-family: var(--font-bold);
    font-weight: 700;
    color:#fff;
}
#container-contacts .body > .left > .contacts {
    display:block;
}
#container-contacts .body > .left > .contacts > .item {
    display: block;
}
#container-contacts .body > .left > .contacts > .item > label {
    display:block;
    font-family: var(--font-regular);
    font-weight: 400;
    color:#ECA900;
    display: block;
}
#container-contacts .body > .left > .contacts > .item > .value {
    font-family: var(--font-regular);
    font-weight: 400;
    color:#FFF;
    display: flex;
    align-items:center;
}
#container-contacts .body > .left > .contacts > .item > a.value {
    color:#FFF;
}
#container-contacts .body > .left > .contacts > .item > .value > i {
    width:20px;
    height:20px;
    margin-right:8px;
    &::after {
        width:20px;
        height:20px;
        background-color: #FFF;
    }
}
#container-contacts .body > .left > .social {
    display: flex;
}
#container-contacts .body > .left > .social > a {
    display:flex;
    align-items:center;
    margin-left:18px;
    font-family: var(--font-regular);
    font-weight: 400;
    color:#FFF;
    font-size:18px;
    &:first-child {
        margin-left:0px;
    }
}
#container-contacts .body > .left > .social > a > i {
    width:34px;
    height:34px;
    &::after {
        width:34px;
        height:34px;
        background-color:#FFF;
    }
}
#container-contacts .body > .right {
    display:inline-block;
}
#container-contacts .body > .right > img {
    width:100%;
    border-radius: 12px;
}
@media (min-width:100px){
    #container-contacts {
        box-sizing:border-box;
        padding:0 0 40px 0;
    }
    #container-contacts .body > .left {
        width:100%;
    }
    #container-contacts .body > .left > .title {
        font-size:32px;
    }
    #container-contacts .body > .left > .contacts {
        margin-top:15px;
    }
    #container-contacts .body > .left > .contacts > .item {
        width:100%;
        margin-top:20px;
        &:first-child {
            margin-top:0px;
        }
    }
    #container-contacts .body > .left > .contacts > .item > label {
        font-size: 16px;
    }
    #container-contacts .body > .left > .contacts > .item > .value {
        font-size: 18px;
        margin-top:10px;
    }
    #container-contacts .body > .left > .social {
        margin-top:30px;
    }
    #container-contacts .body > .left > .btn {
        margin-top:30px;
    }
    #container-contacts .body > .right {
        margin-top:30px;
        width:100%;
    }
}
@media (min-width:1024px){
    #container-contacts .body > .left {
        width:320px;
    }
    #container-contacts .body > .right {
        flex:1;
        width:auto;
        margin-top:0px;
    }
}
@media (min-width:1200px){
    #container-contacts .body > .left {
        width:470px;
    }
    #container-contacts .body > .left > .title {
        font-size:40px;
    }
    #container-contacts .body > .left > .contacts {
        margin-top:30px;
    }
    #container-contacts .body > .left > .contacts > .item > .value {
        font-size: 20px;
    }
}
@media (min-width:1400px){
    #container-contacts .body > .left {
        width:500px;
    }
    #container-contacts .body > .left > .title {
        font-size:56px;
        margin-top:20px;
    }
}
@media (min-width:1600px){
    #container-contacts .body > .left {
        width:590px;
    }
    #container-contacts .body > .left > .title {
        margin-top:50px;
    }
    #container-contacts .body > .left > .contacts > .item > label {
        font-size: 18px;
    }
    #container-contacts .body > .left > .contacts > .item > .value {
        font-size: 22px;
    }
}