body { color: #15141c; font-family: Lato, sans-serif; }

a[href*='tel:'] { transition: .3s; }
a[href*='tel:']:hover { transition: .3s; opacity: .65; }

/*LOGIN FORM*/

#user-login-form .login-form { margin-top: 50px; padding: 0 30px; }
#user-login-form .logo { text-align: center; }
#user-login-form .logo img { width: 320px; height: auto; margin-bottom: 50px; }
#user-login-form .logo h2 { color: #666666; font-family: 'Montserrat', sans-serif; font-size: 16px;
    margin-bottom: 50px; }

#user-login-form #edit-name--description,
#user-login-form #edit-pass--description { display: none; }

#user-login-form .login-fields label { display: none; }
#user-login-form .login-fields .form-text { width: 500px; margin-bottom: 30px; height: 25px; border-radius: 5px;
    border: 2px solid #6666; background-color: #F3F4EE; padding-left: 5px; font-size: 14px; }
#user-login-form .login-fields .form-text:focus { border: 2px solid #0085D0; }
#user-login-form .login-fields .field { display: flex; margin: 0 auto; }
#user-login-form .login-fields { max-width: max-content; margin: 0 auto; }
#user-login-form .login-fields p { line-height: 20px; width: 150px; color: #666666;  font-size: 16px;
    font-family: 'Montserrat', sans-serif; font-weight: normal; }
#user-login-form .login-submit { max-width: max-content; margin: 0 0 0 auto; }
#user-login-form #edit-submit { padding: 10px 50px; border-radius: 5px; border: 0; background-color: #0085D0;
    color: white; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: normal; }
#user-login-form #edit-submit:hover { opacity: 0.85; }


@media (max-width: 700px) {
    #user-login-form .login-fields .form-text { width: 100%; }
}

@media (max-width: 450px) {
    #user-login-form .login-fields .field { display: block; }
    #user-login-form .login-fields p { margin: 0; }
    #user-login-form .login-submit { margin: 0 auto; }

    #user-login-form .logo img { width: 100%; }
}

/*END LOGIN FORM*/

/*FRONT*/

.slider__wrapper { position: relative; display: flex; overflow: hidden; max-height: 500px; }
.slider--part { width: 50%; }

.slider__text,
.slider .slider__slide { display: flex; justify-content: center; align-items: center; padding: 0 10px; }
.slider .slider__slide { height: 100%; max-height: 500px; }
.slider .slider__slide img { width: 100%; height: 100%; max-height: 500px; object-fit: contain; padding: 50px; }
/*.slider .slider__slide:not(.slide--1) img { padding: 50px; }*/
.slider .slick-track { display: flex; justify-content: center; align-items: center; }

.slider__badge { position: absolute; right: 80px; top: 20px; }

.slider .slider__slides > .slider__slide:not(:first-child) { display: none; }

@media(max-width: 680px) {
    .slider__wrapper { position: relative; display: flex; overflow: hidden; max-height: initial; }
    .slider__wrapper { flex-wrap: wrap; padding: 20px 0; }
    .slider__text { min-height: 150px; }
    .slider--part { width: 100%; }
    .slider__badge { position: static; width: 100%; text-align: center; }
    .slider__slides { height: 500px; }
}

@media(max-width: 570px) {
    .slider .font-size--subheading { font-size: 24px; line-height: 24px; }
    .slider .font-size--heading { font-size: 30px; line-height: 30px }
}

.boxes { margin: 50px 0; }
.boxes__wrapper { display: flex; }
.box { width: calc(100% / 3); height: calc(100vw / 3 * 0.53); padding: 10px; }
.box__wrapper { background: no-repeat center /cover; height: 100%; display: flex; align-items: flex-end; padding: 50px;}
.box__lines { font-size: 30px; line-height: 30px; }
.box:first-child .box--line-1,
.box:not(:first-child) .box--line-2 { color: #E2312C; }
.box__link { margin-top: 10px; }
.box:hover .box__link img { animation: moveRight 1s infinite; }

@media (max-width: 1300px) {
    .box__wrapper { padding: 30px; }
}

@media (max-width: 960px) {
    .boxes__wrapper { flex-wrap: wrap; justify-content: center; }
    .box { width: 50%; height: calc(50vw * 0.53); }
}

@media (max-width: 680px) {
    .box { width: 100%; height: calc(100vw * 0.53); }
}

.label--wrapper { display: flex; align-items: center; }
.label__line { border: none; margin: 0 20px; width: 30px; height: 1px; }

.offers__header { display: flex; align-items: center; justify-content: space-between; }
.offers__text-wrapper { max-width: calc(100% - 400px); }
.offers__heading { margin: 25px 0; }

.offers__list { display: flex; flex-wrap: wrap; margin: 25px -10px; }
.offer { width: 20%; padding: 10px; }
.offer__image { position: relative; overflow: hidden; }
.offer__image img { width: 100%; height: auto; transition: .3s; filter: brightness(.8); }
.offer:hover .offer__image img { transform: scale(1.1); transition: .3s; filter: brightness(1); }
.offer__line { margin: 0; height: 2px; background: transparent; transition: .3s; border: 0; position: absolute; bottom: 0;
    width: 100%; }
.offer:hover .offer__line { background: #E2312C; transition: .3s; }
.offer__name { transition: .3s; line-height: 24px; margin-top: 10px; }
.offer:hover .offer__name { color: #E2312C; transition: .3s; }

@media (max-width: 1160px) {
    .offers__text-wrapper { max-width: initial; }

    .offers__list { justify-content: center; }
    .offer { width: 25%; }
}

@media (max-width: 850px) {
    .offer { width: calc(100% / 3); }
}

@media (max-width: 770px) {
    .offers__heading { font-size: 30px; line-height: 30px; }
}

@media (max-width: 620px) {
    .offer { width: 50%; }
}

@media (max-width: 600px) {
    .offers__more.more--button { display: none;}
}

@media (max-width: 410px) {
    .offer { width: 100%; }
}

.more--button { border: 1px solid #adadb9; display: inline-flex; }
.more__text { display: inline-block; padding: 20px 25px; white-space: pre; transition: .3s; }
.more__arrow { display: inline-block; padding: 20px 25px; border-left: 1px solid #adadb9; }
.offers__more:hover .more__text { background: #E2312C; color: #fff; transition: .3s; }
.offers__more:hover .more__arrow img { animation: moveRight 1s infinite; }

.services__heading { margin: 25px 0; }
.services__list { display: flex; margin: 0 -10px; }
.service { width: 50%; padding: 10px; }
.service__wrapper { background: linear-gradient(180deg, #202020 0%, #000000 100%); display: flex; }
.service__text { display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 0 40px; }
.service__company { line-height: 10px; }
.service__company,
.service__name { display: block; }
.service__name { font-size: 25px; line-height: 30px; color: #f9f9f9; }
.service__description { color: #f5f5f5; line-height: 19px; }
.service__description p { margin: 0; }

@media (max-width: 1200px) {
    .services__list { flex-wrap: wrap; justify-content: center; }
    .service { width: 70%; }
}

@media (max-width: 850px) {
    .service { width: 100%; }
}

@media (max-width: 600px) {
    .service__text { padding: 0 0 0 20px; flex: 1; }
    .service__image { overflow: hidden; width: 40%; }
}

@media (max-width: 400px) {
    .service__image { width: 35%; }
}

@media (max-width: 360px) {
    .service__heading { margin: 0; }
    .service__name { font-size: 20px; }
    .service__description p { line-height: 16px; font-size: 14px; }
}

/*FRONT*/

/*HEADER*/

.phones { background: #15141C; width: 100%; height: 50px; color: #fff; padding: 0 50px; display: flex; }
.phones__wrapper { display: flex; align-items: center; }
.phones img { margin: 0 5px 0 0; }
.phones p { margin: 0; }
.phones a { font-weight: 900; padding: 10px; }

@media (max-width: 1150px) {
    .phones { padding: 0 20px; }
}

@media (max-width: 420px) {
    .phones { padding: 0 10px; text-align: center; }
    .phones img { display: none;}
    .phones a { font-size: 14px; padding: 10px 5px; }
}

.top-bar { height: 100px; width: 100%; background: #fff; display: flex; align-items: center; padding: 0 50px;
    transition: .3s; box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5); }
.top-bar:after { flex: 1; content: ''; }
.top-bar.scroll { position: fixed; top: 0; left: 0; height: 60px; z-index: 2; transition: .3s; }
main.scroll { margin-top: 60px; }
.branding { flex: 1; }
.branding__img { transition: .3s; max-width: 325px; height: auto; }
.scroll .branding__img { height: 30px; width: auto; transition: .3s; }

@media (max-width: 1450px) {
    .top-bar { justify-content: space-between; }
    .top-bar:after { flex: initial; }
}

@media (max-width: 1200px) {
    .top-bar { padding: 0 17px; }
}

@media (max-width: 450px) {
    .top-bar { height: 60px; }
    .branding__img { height: 30px; width: auto; }
}

.menu { padding: 0; margin: 0; list-style: none; display: flex; }
.menu__item { }
.menu__link { font-weight: 700; font-size: 18px; padding: 10px 15px; transition: .3s; }
.menu__link:before { content: '/ '; color: #E2312C; }
.menu__link.is-active,
.menu__link:hover { transition: .3s; color: #E2312C; }
.menu__link.no-active { color: inherit; }
.menu__link.no-active:hover { color: #E2312C; }
.menu--offer { display: none; }

@media (max-width: 1060px) {
    .menu__link { padding: 10px 5px; font-size: 16px; }
}

@media (max-width: 900px) {
    .nav-icon { width: 50px; height: 25px; position: relative; cursor: pointer; display: block;
        transform: rotate(0deg); transition: .5s ease-in-out; z-index: 3; }
    .nav-icon__line { display: block; position: absolute; height: 4px; width: 100%; background: #E6332A; opacity: 1; left: 0;
        transform: rotate(0deg); transition: .25s ease-in-out; }
    .nav-icon--1 { top: 0; }
    .nav-icon--2,
    .nav-icon--3 { top: 10px; }
    .nav-icon--4 { top: 20px; }
    .nav-icon.open .nav-icon--1 { top: 18px; width: 0; left: 50%; }
    .nav-icon.open .nav-icon--2 { transform: rotate(45deg); }
    .nav-icon.open .nav-icon--3 { transform: rotate(-45deg); }
    .nav-icon.open .nav-icon--4 { top: 18px; width: 0; left: 50%; }

    .menu { display: none; background: #fff; position: fixed; top: 0; right: 0; height: 100vh; z-index: 2;
        padding-top: 50px; width: 300px; overflow: scroll; }
    .menu__link { padding: 5px 20px; display: block; font-size: 18px; }

    .menu--offer { display: flex; flex-direction: column; padding: 0 32px; }
    .menu--offer .offer-menu__link { font-size: 14px; font-family: "Space Grotesk", sans-serif; }
}

/*HEADER*/

/*FOOTER*/

.bottom-bar { }

.questions { margin: 40px 0 50px; }
.questions__border { border: 1px solid #000; display: flex; justify-content: space-between; }
.questions__text { font-size: 30px; display: flex; justify-content: center; align-items: center; width: 100%; padding: 0 20px; }
.questions__text p { margin: 0; }
.questions__text .color--primary { font-weight: 600; }

@media (max-width: 1200px) {
    .questions a { white-space: pre; }
    .questions__text { flex: 1; }
    .questions__image { width: 50%; overflow: hidden; }
    .questions__line { display: none; }
    .questions__number-2 { display: block; }
}

@media (max-width: 550px) {
    .questions__text { font-size: 25px; }
    .questions__image { width: 45%; }
}

.bottom-bar__black { background-color: #15141C; padding: 75px 0 100px; }
.bottom-bar__wrapper { color: #c1c1c1; }
.bottom-bar__motto { color: #fff; margin-bottom: 50px; }

.bottom-bar__columns { display: flex; justify-content: space-between; }
.bottom-bar--address span { font-size: 25px; font-family: "Space Grotesk", sans-serif; }
.bottom-bar--contact a[href*='mailto'] { color: #fff; background: rgba(226, 49, 44, .6); border-radius: 80px;
    padding: 10px 20px; margin: 0 0 0 -20px; display: inline-block; }

.footer-menu { padding: 0; margin: 0; list-style: none; }
.footer-menu__link { font-size: 18px; padding: 10px 5px; transition: .3s; }
.footer-menu__link.is-active,
.footer-menu__link:hover { transition: .3s; color: #E2312C; }
.footer-menu__link.no-active { color: inherit; }
.footer-menu__link.no-active:hover { color: #E2312C; }

@media (max-width: 700px) {
    .bottom-bar__columns { flex-wrap: wrap; }
    .bottom-bar__column { width: 50%; padding: 10px; }
    .bottom-bar__motto { font-size: 30px; line-height: 30px; }
}

@media (max-width: 550px) {
    .bottom-bar--address span { font-size: 20px; }
}

@media (max-width: 450px) {
    .bottom-bar__black { padding: 25px 0 100px; }
    .bottom-bar__motto,
    .bottom-bar__column { width: 100%; text-align: center; }
    .bottom-bar--contact a[href*='mailto'] { margin-left: 0; }
}

/*FOOTER*/

/*PRODUCT*/

.header { background: #E9E9E9; }
.header__wrapper { display: flex; justify-content: space-between; padding: 20px; }
.header__text { display: flex; align-items: center; }
.header__heading { margin-top: 10px; }

@media (max-width: 550px) {
    .page--product .header__heading { font-size: 30px; line-height: 30px; }
}

.content--product { display: flex; justify-content: center; margin-top: 50px; }
.content__wrapper { display: flex; padding: 0; margin: 0 -20px; }
.content--part-wrapper { padding: 0 20px; }

.offer-menu { flex: 0 0 300px; }
.offer-menu__wrapper { display: flex; flex-direction: column; }
.offer-menu__link { transition: .3s; padding: 8px 0; }
.offer-menu__link:hover,
.offer-menu__link.is-active { color: #E2312C; transition: .3s; }

@media (max-width: 900px) {
    .offer-menu { display: none; }
}

.gallery__wrapper { display: flex; flex-wrap: wrap; }
.gallery__item { width: 50%; padding: 10px; }
.gallery__link { display: block; overflow: hidden; }
.gallery__link img { width: 100%; height: auto; transition: .3s; filter: brightness(.8); }
.gallery__link:hover img { transform: scale(1.1); transition: .3s; filter: brightness(1); }

/*PRODUCT*/

/*BASIC PAGE*/

.page--14 { pointer-events: none; }
.page--basic .header__wrapper { padding: 0; position: relative; justify-content: flex-end; }
.page--basic .header__text { position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%; z-index: 1;
    justify-content: space-between; }

.page--basic .header__image { position: relative; overflow: hidden; }
.page--basic .header__image:after { content:''; width: 0; height: 0; border-left: 0 solid transparent;
    border-right: 200px solid transparent; border-top: 350px solid #e9e9e9; position:absolute; left:0; top:0; }
.page--basic .header__image > img { max-height: 100%; width: 100%; height: 350px; object-fit: cover; }
.page--13 .header__badge { margin-right: 50px; }
.page--15 .header__badge { margin-right: 100px; }
.page--15 .body h2 { font-size: 40px; line-height: 45px; }

@media (max-width: 1100px) {
    .page--basic .header__image { width: calc(100% - 300px); }
    .page--13 .header__badge { margin-bottom: -150px; }
    .page--15 .header__badge { margin: initial; }
}

@media (max-width: 650px) {
    .page--basic .header__text { flex-wrap: wrap; justify-content: center; flex-direction: column; }
    .page--basic .header__image { width: 100%; }
    .page--basic .header__image:after { width: 100%; height: 100%; border: none; background: rgba(255, 255, 255, .5); }

    .page--13 .header__badge { margin: initial; }
}

@media (max-width: 400px) {
    .page--14 .header
}

.body h2 { font-size: 45px; line-height: 70px; color: #15141C; margin: 50px 0; font-family: "Space Grotesk", sans-serif; }
.body ol,
.body ul { font-family: "Space Grotesk", sans-serif; margin: 0; padding: 0 0 0 20px; }


.body .certs { display: flex; /*flex-direction: column;*/ flex-wrap: wrap; }
.body .certs:before { height: 100%; content: ''; width: 10px; border-radius: 5px; background: #15141C; z-index: 1;
    position: absolute; left: calc(50% - 5px);  }
.body .cert { display: flex; position: relative; margin: 10px 0; width: 50%; padding: 0 40px; height: 100%; }
.body .cert:before { width: 20px; height: 20px; border-radius: 100%; background: #E2312C; content: ''; top: 50%;
    position: absolute; transform: translateY(-50%); z-index: 2; }
.body .cert:after { font-size: 24px; top: 50%; transform: translateY(-50%); z-index: 3; position: absolute;
    font-weight: 700; font-family: "Space Grotesk", sans-serif; }
.body .cert:nth-child(odd):before { right: -10px; }
.body .cert:nth-child(even):before { left: -10px; }
.body .cert:nth-child(odd):after { right: -90px; }
.body .cert:nth-child(even):after { left: -90px; }

.body .cert:nth-child(1):after { content: '2024'; }
.body .cert:nth-child(2):after { content: '2021'; }
.body .cert:nth-child(3):after { content: '2018'; }
.body .cert:nth-child(4):after { content: '2015'; }
.body .cert:nth-child(5):after { content: '2012'; }

.body .cert:nth-child(2) { margin-top: 40%; }
.body .cert:nth-child(3) { margin-top: -20%; }
.body .cert:nth-child(4) { margin-top: 20%; }
.body .cert:nth-child(5) { margin-top: -20%; }

.body .cert__img { display: flex; position: relative; overflow: hidden; margin: 10px 0; }
.body .cert__img:after { display: block; content: ''; width: 200%; height: 200%; position: absolute; left: -50%; top: -50%;
    background: url("/themes/gummet/logo.webp") repeat center; z-index: 1; opacity: .2; transform: rotate(-45deg) }
.body .cert img { padding: 10px; width: 100%; height: auto; }

@media (max-width: 550px) {
    .body h2 { font-size: 30px; line-height: 30px; }

    .body .certs { justify-content: flex-start; }
    .body .certs:before { right: 25%; left: initial; }

    .body .cert { width: 65%; padding: 0; }

    .body .cert:nth-child(2),
    .body .cert:nth-child(3),
    .body .cert:nth-child(4),
    .body .cert:nth-child(5) { margin-top: initial; }
    .body .cert:nth-child(odd):before,
    .body .cert:nth-child(even):before { right: -17%; left: initial; }
    .body .cert:nth-child(odd):after,
    .body .cert:nth-child(even):after { right: -50%; left: initial; }
}

@media (max-width: 430px) {
    .body .cert:nth-child(odd):before,
    .body .cert:nth-child(even):before { right: -17.5%; }
}

.body__table { display: flex; }
.body__table-part { width: 50%; padding: 10px; }
.body__table table { border: 1px solid #15141C; width: 100%; }
.body__table td { border: 1px solid #15141C; padding: 0 5px; }

@media (max-width: 650px) {
    .body__table { flex-wrap: wrap; }
    .body__table-part { width: 100%; padding: 10px 0; }
}

.vulcanization { display: flex; margin: 50px 0; }
.vulcanization__text { background: #D9D9D9; padding: 20px; display: flex; flex-direction: column;
    justify-content: center; }
.vulcanization__text ol { color: #E2312C; font-weight: 700; }

@media (max-width: 800px) {
    .vulcanization { flex-direction: column; }
    .vulcanization__image { display: flex; justify-content: center; }
    .vulcanization__image img { max-width: 100%; height: auto; }
}

.map { margin-top: 30px; }
.map iframe { width: 100%; height: 400px; }

.contact--wrapper { display: flex; }
.contact--wrapper .body__text,
.contact--wrapper .body__form { width: 50%; }

.body__form { margin-top: 60px; }
.body__form label { display: block; margin-bottom: 0; }
.body__form input,
.body__form textarea { max-width: 300px; }
.body__form .form-item { margin-bottom: 10px; }
.body__form .button { background: none; border-radius: initial; border: 1px solid #adadb9; font-weight: 700;
    padding: 10px 15px; transition: .3s; }
.body__form .button:hover { transition: .3s; background: #E2312C; color: #fff; }

@media (max-width: 900px) {
    .contact--wrapper { flex-direction: column; }
    .contact--wrapper .body__text,
    .contact--wrapper .body__form { width: 100%; }
}

@media (max-width: 400px) {
    .body__form input,
    .body__form textarea { max-width: initial; width: 100%; }
}

/*BASIC PAGE*/

/*ANIMATIONS*/

.move-right { animation: moveRight 1s infinite; }

@keyframes moveRight {
    0%, 100% { transform: translateX(0) }
    50% { transform: translateX(10px)  }
}

/*ANIMATIONS*/
