

/* Start:/local/components/rwto/catalog/templates/.default/css/style.css?17423052362416*/
.catalog-container {

}

.catalog-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 60px;
}

.catalog__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
}

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

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

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

.catalog__card-title {
    color: black;
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    outline: none !important;
    text-decoration: none !important;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px;
}

.catalog__card-list,
.catalog__card-list-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog__card-list {
    padding-bottom: 40px;
}

.catalog__card-list-link {
    color: black;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer;
    outline: none !important;
    text-decoration: none !important;
}

.catalog__buttons {
    display: block;
    text-align: center;
}

.catalog__button {
    width: 220px;
    display: inline-block;
}

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

    .catalog__cards {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 50px;
    }

    .catalog__card {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .catalog__card-title {
        text-align: center;
    }

    .catalog__card-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .catalog__card-list-item {
    }

    .catalog__card-list-link {
        text-align: center;
        border-radius: 20px;
        background: rgb(243, 243, 243);
        outline: none !important;
        text-decoration: none !important;
        color: black;
        font-size: 14px;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        display: block;
    }
}




/* End */


/* Start:/local/components/rwto/form/templates/request/css/style.css?17615137152552*/
.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-container._inactive{
    z-index: -1;
    opacity: 0;
}
.request__thankyou {
    top:0;
    bottom: 0;
    left:0;
    right:0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.request__thankyou._active {
    z-index: 1;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .request__thankyou {
        font-size: 16px;
    }
}

.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/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/quote/templates/plain/css/style.css?17366852941570*/
.quote-plain {
    border-radius: 20px;
    background: no-repeat right bottom;
    background-image: linear-gradient(#f0f0f0, #fcfcfc);
    overflow: hidden;
}

.quote-plain__wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.quote-plain__content {
    box-sizing: border-box;
    padding: 60px;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
}

.quote-plain__text {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    font-size: 18px;
    line-height: 24px;
    color: #3c3c3c;
    text-align: justify;
    margin-bottom: 25px;
}

.quote-plain__text:before {
    content: url(/local/components/rwto/quote/templates/plain/css/../images/quote-left.svg);
    align-self: flex-start;
    width: 40px;
    flex: 0 0 40px;
    text-align: left;
}

.quote-plain__text:after {
    content: url(/local/components/rwto/quote/templates/plain/css/../images/quote-right.svg);
    align-self: flex-end;
    width: 40px;
    flex: 0 0 40px;
    text-align: right;
}

.quote-plain__name {
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3c;
    text-align: right;
}

.quote-plain__position {
    font-size: 12px;
    line-height: 16px;
    color: #9e9e9e;
    text-align: right;
}

.quote-plain__picture {
    flex: 1 1 auto;
    max-width: 100%;
    align-self: flex-end;
    display: flex;
}

.quote-plain__img {
    max-width: none;
}

@media screen and (max-width: 767px) {
    .quote-plain {
        margin: 0 15px;
    }

    .quote-plain__wrapper {
        flex-direction: column;
    }

    .quote-plain__content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* 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/catalog/templates/.default/css/style.css?17423052362416 */
/* /local/components/rwto/form/templates/request/css/style.css?17615137152552 */
/* /local/components/rwto/advantages/templates/.default/css/style.css?17366852942087 */
/* /local/components/rwto/quote/templates/plain/css/style.css?17366852941570 */
/* /local/components/rwto/geography/templates/new/css/style.css?17366852941671 */
