

/* Start:/local/components/rwto/main.banner/templates/.default/css/style.css?17450135972034*/
.main-banner {
    position: relative;
}

.main-banner__wrapper {
    height: calc(705px - 70px);
    overflow: hidden;
}

.main-banner__slider {
    z-index: 1;
}

.main-banner__slider .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    /*height: 352px;*/
    aspect-ratio: 1920 / 540;
}

.main-banner .swiper-button-prev,
.main-banner .swiper-button-next {
    width: 48px;
    text-align: center;
    height: 48px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    outline: none !important;
    text-decoration: none !important;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 9px;
    box-sizing: border-box;
    background: #D71920;
    color: white;
    top: 176px;
}

.main-banner .swiper-button-prev {
    transform: translateX(-24px);
    left: 0;
}

.main-banner .swiper-button-next {
    transform: translateX(24px);
    right: 0;
}

.main-banner .swiper-button-prev:after,
.main-banner .swiper-button-next:after {
    display: none;
}

.main-banner__slider .swiper-button-prev img,
.main-banner__slider .swiper-button-next img {
    width: 7px;
    height: 14px;
}

.main-banner__slider .main-banner__slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner__form-container {
    height: 300px;
    width: 914px;
    transform: translateY(-70px);
    border-radius: 20px;
    background: rgb(243, 243, 243);
    z-index: 2;
    box-sizing: border-box;
    padding: 40px 50px 60px 50px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 767px) {
    .main-banner {
        padding: 0 15px;
    }

    .main-banner__wrapper {
        height: auto;
        overflow: hidden;
    }

    .main-banner__slider .main-banner__slider-img {
        aspect-ratio: 1 / 1;
    }

    .main-banner__form-container {
        display: block;
        height: auto;
        margin-top: -30px;
        width: auto;
        transform: none;
        padding: 30px 15px;
    }
}
/* End */


/* Start:/local/components/rwto/form/templates/main/css/style.css?17450135971807*/
.main-banner__form {
    z-index: 2;
    box-sizing: border-box;
    position: relative;
}

.main-banner__form-title {
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.main-banner__form-grid {
    display: grid;
    grid-template-areas:    "main-banner__form-grid-1-1 main-banner__form-grid-1-2 main-banner__form-grid-1-3"
                            "main-banner__form-grid-2-1 main-banner__form-grid-2-2 main-banner__form-grid-2-2";
    grid-template-columns: repeat( 3, 1fr );
    grid-template-rows: repeat( 2, max-content );
    gap: 10px;
    margin: 18px 0;
}

.main-banner__form-grid-1-1 {
    grid-area: main-banner__form-grid-1-1;
}

.main-banner__form-grid-1-2 {
    grid-area: main-banner__form-grid-1-2;
}

.main-banner__form-grid-1-3 {
    grid-area: main-banner__form-grid-1-3;
}

.main-banner__form-grid-2-1 {
    grid-area: main-banner__form-grid-2-1;
}

.main-banner__form-grid-2-2 {
    grid-area: main-banner__form-grid-2-2;
}

.main-banner__form-law {
    color: black;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0;
    text-align: center;
    margin: 25px auto 32px auto;
}

.main-banner__form-law > a {
    color: black !important;
    outline: none !important;
    text-decoration: underline !important;
}

.main-banner__form-button.button-md {
    width: 220px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 767px) {

    .main-banner__form-grid {
        display: flex;
        flex-direction: column;
    }

    .main-banner__form-title {
        font-size: 25px;
        text-align: center;
    }

    .main-banner__form-button.button-md {
        width: 100%;
    }

}
/* End */


/* Start:/local/components/rwto/why_us/templates/new/css/style.css?17366852942272*/
.whyus-container {

}

.whyus-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
    gap: 80px;
}

.whyus__left {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.whyus__title {
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 80px;
}

.whyus__video {
    /* Rectangle 14 */
    width: 325px;
    aspect-ratio: 1920 / 1080;
    border-radius: 9px;
    overflow: hidden;
}

.whyus__video-src {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.whyus__right {
    flex: 1 1 70%;
}

.whyus__cards {
    display: grid;
    padding-bottom: 30px;
    grid-template-columns: 50% 50%;
    column-gap: 50px;
}

.whyus__card {
    grid-row: auto / span 3;
    display: grid;
    grid-template-rows: subgrid;
}

.whyus__card-logo {
    padding-bottom: 10px;
}

.whyus__card-title {
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 17px;
}

.whyus__card-text {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    padding-bottom: 27px;
}

@media screen and (max-width: 767px) {
    .whyus-container {
        padding: 0 15px;
    }

    .whyus-wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .whyus__left {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: stretch;
    }

    .whyus__title {
        text-align: center;
        font-size: 25px;
    }

    .whyus__cards {
        grid-template-columns: 1fr;
    }

    .whyus__video {
        /* Rectangle 14 */
        width: 100%;
    }

    .whyus__card-logo {
        text-align: center;
        justify-self: center;
    }

    .whyus__card-title {
        text-align: center;
        justify-self: center;
    }

    .whyus__card-text {
        text-align: center;
        justify-self: center;
    }
}
/* End */


/* Start:/local/components/rwto/catalog/templates/slider/css/style.css?17450034122047*/
.catalog-slider {
}

.catalog-slider__wrapper {
    position: relative;
    z-index: 1;
}

.catalog-slider__title {
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.catalog-slider .swiper-slide {
    width: 312px;
    /*aspect-ratio: 1920 / 1080;*/
}

.catalog-slider .swiper-slide .main-banner__slide-img {
    width: 100%;
    aspect-ratio: 1920 / 1080;
    object-fit: cover;
    border-radius: 9px;
    background: rgba(7, 7, 7, 0.15);
}

.catalog-slider .swiper-slide .catalog-slider__slide-title {
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    padding-top: 22px;
}

.catalog-slider .swiper-button-prev,
.catalog-slider .swiper-button-next {
    width: 48px;
    text-align: center;
    height: 48px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    outline: none !important;
    text-decoration: none !important;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 9px;
    box-sizing: border-box;
    background: #D71920;
    color: white;
    top: 176px;
    z-index: 2;
}

.catalog-slider .swiper-button-prev {
    transform: translateX(-24px);
    left: 0;
}

.catalog-slider .swiper-button-next {
    transform: translateX(24px);
    right: 0;
}

.catalog-slider .swiper-button-prev:after,
.catalog-slider .swiper-button-next:after {
    display: none;
}

@media screen and (max-width: 767px) {
    .catalog-slider {
        padding: 0 15px;
    }

    .catalog-slider__title {
        text-align: center;
        font-size: 25px;
    }

    .catalog-slider .swiper-button-prev {
        transform: none;
    }

    .catalog-slider .swiper-button-next {
        transform: none;
    }

    .catalog-slider .swiper-slide .catalog-slider__slide-title {
        text-align: center;
    }
}
/* End */


/* Start:/local/components/rwto/advantages/templates/.default/css/style.css?17366852942087*/
.advantages {
}

.advantages__wrapper {
}

.advantages__header {
    display: flex;
    padding-bottom: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.advantages__title {
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
}

.advantages__button {
    padding-left: 30px;
    padding-right: 30px;
}

.advantages__items {
    display: flex;
    flex-direction: row;
    gap: 35px;
    flex-wrap: wrap;
}

.advantages__item {
    display: flex;
    flex: 1 1 calc(100% / 3 - 35px);
    flex-direction: column;
    justify-content: stretch;
    box-sizing: border-box;
}

.advantages__item-head {
    height: 70px;
    display: flex;
    flex-direction: row;
    gap: 17px;
    align-items: flex-start;
}

.advantages__item-icon {
    flex: 0 0 43px;
    height: 43px;
}

.advantages__item-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.advantages__item-title {
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
}

.advantages__item-text {
    flex: 1 1 auto;
    box-sizing: border-box;
    padding-left: 61px;
    color: rgb(98, 98, 98);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .advantages {
        padding: 0 15px;
    }

    .advantages__header {
        flex-direction: column;
        gap: 20px;
    }

    .advantages__title {
        font-size: 25px;
        text-align: center;
    }

    .advantages__items {
        flex-direction: column;
    }

    .advantages__item-head {
        height: auto;
        flex-direction: column;
        gap: 17px;
        align-items: center;
    }

    .advantages__item-title {
        text-align: center;
        padding-bottom: 10px;
    }

    .advantages__item-text {
        padding-left: 0;
        text-align: center;
    }
}
/* End */


/* Start:/local/components/rwto/form/templates/request/css/style.css?17449234292094*/
.request {
}

.request__wrapper {
    padding-top: 122px;
    text-align: right;
    position: relative;
}

.request__wrapper:before {
    display: inline-block;
    border-radius: 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 667px;
    /* height: 279px; */
    aspect-ratio: 1920 / 1080;
    overflow: hidden;
    object-fit: contain;
    z-index: 1;
    background-image: url(/local/components/rwto/form/templates/request/css/../images/form.960x540.webp);
    background-size: cover;
}

.request__form {
    position: relative;
    z-index: 2;
    padding: 45px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
    background: rgb(243, 243, 243);
}

.request__form-title {
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.request__form-inputs {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
}

.request__form-input {
    flex: 0 0 184px;
    text-align: left;
    width: 184px;
}

.request__form-button {
    flex: 0 0 184px;
    text-align: left;
    width: 184px;
}

.request__form-agreement {
    color: black;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0;
    text-align: left;
    padding-top: 13px;
}

.request__form-agreement a {
    color: black !important;
    outline: none !important;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .request {
        padding: 0 15px;
    }

    .request__wrapper:before {
        width: 100%;
    }

    .request__form-title {
        padding: 20px 0;
        text-align: center;
        font-size: 25px;
    }

    .request__form-inputs {
        flex-direction: column;
        padding: 0;
    }

    .request__form {
        padding: 15px;
    }

    .request__form-input,
    .request__form-button {
        flex: 1 1 auto;
        width: 100%;
    }

    .request__form-agreement {
        text-align: center;
    }
}
/* End */


/* Start:/local/components/rwto/clients/templates/.default/css/style.css?17423052362187*/
.clients {
}

.clients__wrapper {
}

.clients__titles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 47px;
}

.clients__title {
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
}

.clients__subtitle {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
}

.clients__items {
    display: flex;
    flex-direction: row;
    gap: 35px;
    justify-content: stretch;
}

.clients__item {
    flex: 1 1 calc(100% / 3 - 35px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clients__item-picture {
    aspect-ratio: 1920 / 1080;
    border-radius: 9px;
    overflow: hidden;
}

.clients__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clients__item-title {
    height: 48px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    outline: none !important;
    text-decoration: none !important;
    text-align: center;
    border-radius: 9px;
    box-sizing: border-box;
    background: #D71920;
    color: white;
    width: 226px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transform: translateY(-24px);
}

.clients__item-title > span {

}

.clients__item-text {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
}

.clients__item-text + .clients__item-text {
    padding-top: 22px;
}

@media screen and (max-width: 767px) {
    .clients {
        padding: 0 15px;
    }

    .clients__titles {
        flex-direction: column;
        align-items: center;
        padding-bottom: 47px;
        text-align: center;
    }

    .clients__title {
        font-size: 25px;
        padding-bottom: 10px;
        text-align: center;
    }

    .clients__subtitle {
        text-align: center;
    }

    .clients__items {
        overflow-x: scroll;
    }
}
/* End */


/* Start:/local/components/rwto/quote/templates/.default/css/style.css?17423052362000*/
.quoting {

}

.quoting__wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 1fr;
}

.quoting__title {
    grid-area: 1 / 1 / 1 / 3;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    padding-top: 33px;
}

.quoting__photo {
    grid-area: 1 / 6 / 1 / 9;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    aspect-ratio: 1920 / 1080;
}

.quoting__img {
    height: 100%;
    width: 100%;
    /*aspect-ratio: 416 / 283;*/
    object-fit: cover;
}

.quoting__content {
    grid-area: 1 / 3 / 1 / 7;
    position: relative;
    z-index: 2;
    padding-top: 33px;
}

.quoting__content-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: rgb(243, 243, 243);
    box-sizing: border-box;
    padding: 32px 50px;
}

.quoting__text {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
}

.quoting__name {
    color: black;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    padding-top: 22px;
}

.quoting__position {
    color: black;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .quoting {
        padding: 0 15px;
    }

    .quoting__wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: min-content 1fr 50px 1fr;
    }

    .quoting__title {
        grid-area: 1 / 1 / 2 / 1;
        padding-top: 0;
        font-size: 25px;
        padding-bottom: 22px;
        text-align: center;
    }

    .quoting__photo {
        grid-area: 2 / 1 / 4 / 1;
    }

    .quoting__content {
        grid-area: 3 / 1 / 5 / 1;
        padding-top: 0;

    }
}
/* End */


/* Start:/local/components/rwto/geography/templates/new/css/style.css?17366852941671*/
.geography-20241221 {
}

.geography-wrapper-20241221 {
}

.geography-buttons-20241221 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.geography-button-20241221 {
}

.geography-button-20241221 > .button-md {
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    display: inline-block;
}

.geography-menu-20241221 {
    display: none;
    position: absolute;
    z-index: 2;
    border-radius: 9px;
    padding: 15px;
    background-color: white;
    border: 1px solid #D71920;
}

.geography-button-20241221 > .button-md:focus ~ .geography-menu-20241221,
.geography-button-20241221 > .button-md:active ~ .geography-menu-20241221,
.geography-menu-20241221:hover {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    gap: 7px;
}

.geography-menu-item-20241221 {
    display: block;
    flex: 1 1 auto;
    padding: 7px 14px;
    font-size: 12px;
    border: 1px solid rgb(138, 138, 138);
    color: rgb(138, 138, 138);
    text-transform: uppercase;
    border-radius: 9px;
}

.geography-menu-item-20241221.active {
    border: 1px solid #D71920;
    color: white;
    background-color: #D71920;
}

.geography-menu-item-20241221 > input {
    display: none;
}


.geography-map-20241221 {
    height: 400px;
    display: block;
    border-radius: 23px;
    margin: 20px 0;
    overflow: hidden;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .geography-20241221 {
        padding: 0 15px;
    }
    .geography-buttons-20241221 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
}
/* End */
/* /local/components/rwto/main.banner/templates/.default/css/style.css?17450135972034 */
/* /local/components/rwto/form/templates/main/css/style.css?17450135971807 */
/* /local/components/rwto/why_us/templates/new/css/style.css?17366852942272 */
/* /local/components/rwto/catalog/templates/slider/css/style.css?17450034122047 */
/* /local/components/rwto/advantages/templates/.default/css/style.css?17366852942087 */
/* /local/components/rwto/form/templates/request/css/style.css?17449234292094 */
/* /local/components/rwto/clients/templates/.default/css/style.css?17423052362187 */
/* /local/components/rwto/quote/templates/.default/css/style.css?17423052362000 */
/* /local/components/rwto/geography/templates/new/css/style.css?17366852941671 */
