img {
    width: auto;
    height: auto;
}

ul, ol {
    padding-left: 2rem;
}

/* форма логина и регистрации */
.wa-auth-adapters {
    margin-bottom: 1rem;
}
.wa-auth-adapters p {
    display: none;
}
.wa-auth-adapters ul li a, .wa-auth-adapters ul li span {
    padding: inherit;
}
.wa-login-form-wrapper .wa-field {
    margin: inherit;
}
.wa-login-form-wrapper .wa-field .wa-value label {
    display: flex;
    line-height: 1rem;
    margin-bottom: 1rem;
}
.wa-field-remember-me input[type=checkbox] {
    margin-right: .5rem;
}

.wa-field-onetime-password .wa-value {
    display: flex;
    flex-direction: column;
}

.wa-auth-adapter-yandex img {
    /*width: 280px;*/
}
.wa-signup-form-wrapper, 
.wa-login-form-wrapper {
    display: flex;
}

.wa-captcha-field .wa-name {
    display: none !important;
}
.wa-signup-form-actions .button, 
.wa-login-form-actions .button {
    background-color: #0049FF;
    padding: 1rem;
    max-width: 320px;
    border: 0;
    color: #ffffff;
    width: 100%;
}
.wa-signup-form-actions .button:hover, 
.wa-login-form-actions .button:hover {
    cursor: pointer;
    background-color: #003ead;
    color: #ffffff;
}

.r1-form .wa-signup-form-wrapper .wa-field .wa-value p {
    position: inherit;
}
.r1-form .wa-field-subscription {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.r1-form .wa-field-subscription .wa-value {
    line-height: 1.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}
.r1-form .wa-field-subscription .wa-name, 
.r1-form .wa-field-onetime-password .wa-name {
    position: relative!important;
    top: inherit;
}
.r1-form .wa-onetime-password-input-message {
    margin: 1rem 0;
}
.wa-signup-form-wrapper .wa-field .wa-name {
    display: inherit; 
    margin-bottom: inherit; 
    font-size: inherit; 
    line-height: inherit; 
    color: inherit; 
}
.wa-signup-form-wrapper .wa-field {
    margin: inherit;
}
.wa-field-terms-accepted {
    margin-top: 1rem !important;
}
/* НОВЫЙ ДИЗАЙН */
@media (max-width: 767px) {
    .home-slider__img--desktop, 
    .home-category__img--desktop { 
        display: none !important;
    }
}
@media (min-width: 768px) {
    .home-slider__img--mobile, 
    .home-category__img--mobile { 
        display: none !important;
    }
}

.ytb-container {
    margin: 2rem 0;
}
.ytb-video-item {
    width: 24%;
}

.ytb-thumbnail {
    padding-bottom: inherit;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.75);
}

.ytb-play-button {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    margin: -29px 0 0 -42px !important;
    font-size: normal !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    /*opacity: 0.8;*/
}

.ytb-play-button svg {
    max-width: none;
}

.ytb-thumbnail:hover {
    filter: none;
}

/*.ytb-thumbnail:hover .ytb-play-button {*/
/*    opacity: 1;*/
/*}*/

.ytb-video-player {
    direction: ltr;
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
    background-color: #000;
    width: 100%;
}

.ytb-video-player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

        .home-slider {
            width: 100%;

        }
        .swiper {
            opacity: 0;
        }
        .swiper-initialized {
            opacity: 1;
            transition: opacity 300ms;
        }
        .swiper-wrapper {
                margin: 1rem 0;
        }
        .swiper-slide {
    max-width: 1200px;
    width: 80%;
    height: 400px;
        }
.swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .swiper-slide-active img {
          box-shadow: 0 0 1rem 0 rgb(0 0 0 / 50%);
      }
      .swiper-buttons-custom {
              position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    width: 80%;
    left: 0;
    right: 0;
    align-content: center;
    height: 100%;
    align-items: center;
      }
      .swiper-button-next-custom, .swiper-button-prev-custom {
          background: #E3E9FA;
          color: #0049FF;
    width: 48px;
    height: 48px;
    border-radius: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
      }
      .swiper-button-next-custom:hover, 
      .swiper-button-prev-custom:hover {
          cursor: pointer;
          color: #ffffff;
          background: #000000;
      }
      .swiper-button-prev-custom {
      right: 54px;
      }
      .swiper-button-next-custom {
      left: 54px;
      }
      .swiper-pagination-custom {
          text-align: center;
          margin-bottom: 3rem;
      }
     .swiper-pagination-bullet {
        height: 6px !important;
        width: 18px !important;
        border-radius: 10px !important;
        background: #0049FF !important;
        opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 46px !important;
    background: #0049FF !important;
}
.home-block {
    margin-bottom: 4rem;
}
    .home-categories-first {  
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 500px;
        gap: 0 .25rem;
        grid-auto-flow: row;
        grid-template-areas:
            ". . . . . .";
        margin-top: 2rem;
    }

    .home-categories-second {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 500px;
        gap: 0 .25rem;
        grid-auto-flow: row;
        grid-template-areas:
            ". . . . . . .";
        margin-top: 2rem;
    }

    .home-category {
        /*background-position: bottom left;*/
        /*background-size: cover;*/
        position: relative;
    }
    
    .home-category__img {
        display: block; 
        width: 100%; 
        height: 100%; 
        object-fit: cover;
        position: absolute;
        top: 0;
    }
    .home-category__link {
        position: absolute;
        top: 0; 
        width: 100%;
        border: 1px solid lightgray;
        padding: 1rem;
        display: flex;
        height: 100%;
        align-items: flex-end;
        font-size: 1.25rem;
        font-weight: 500;
        color: #ffffff;
        background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .square:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
    .rectangle:before {
        content: '';
        display: block;
        padding-top: 200%;
    }

    .home-category__link:hover {
        background: none;
        color: #ffffff;
        text-shadow: 0px 0px 5px rgb(0 0 0);
    }
    @media (max-width: 1024px) {
        .home-categories-second {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-areas:
            ". . . . . .";
    }
    }
    @media (max-width: 768px) {
        .swiper-button-next-custom, .swiper-button-prev-custom { 
            display: none;
        }
        .home-categories-first {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr 1fr;
            gap: .75rem;
            grid-auto-flow: row;
            grid-template-areas:
                ". ."
                ". ."
                ". .";
        }

        .home-categories-second {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
            grid-auto-columns: 1fr;
            gap: .75rem;
            grid-auto-flow: row;
            grid-template-areas:
                "cat1 cat1 cat3"
                "cat2 cat2 cat3"
                "cat4 cat4 cat4"
                "cat5 cat6 cat6"
                "cat5 cat7 cat7";
        }

        .cat1 {
            grid-area: cat1;
        }

        .cat2 {
            grid-area: cat2;
        }

        .cat3 {
            grid-area: cat3;
        }

        .cat4 {
            grid-area: cat4;
        }

        .cat5 {
            grid-area: cat5;
        }

        .cat6 {
            grid-area: cat6;
        }

        .cat7 {
            grid-area: cat7;
        }

    }
    .home-about {
        display: grid;
        grid-template-columns: 45% 1fr 1fr 1fr;
        grid-template-rows: 4rem auto auto;
        gap: 0 10%;
        grid-template-areas:
            "home-about__heading home-about__video home-about__video home-about__video"
            "home-about__description home-about__video home-about__video home-about__video"
            "home-about__map home-about__gallery home-about__gallery home-about__gallery";
    }

    .home-about__video {
        grid-area: home-about__video;
    }

    .home-about__gallery {
        grid-area: home-about__gallery;
    }

    .home-about__heading {
        grid-area: home-about__heading;
    }

    .home-about__description {
        grid-area: home-about__description;
    }

    .home-about__map {
        grid-area: home-about__map;
    }
    
    /*.home-about__heading, */
    /*.home-about__description, */
    /*.home-about__map {*/
    /*    margin-right: 2rem;*/
    /*}*/
    
    /*.home-about__video, */
    /*.home-about__gallery {*/
    /*    margin-left: 2rem;*/
    /*}*/

    /*     
    .home-about {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 44rem;
        align-content: space-between;
        margin-bottom: 5rem;
    }

    .home-about div {
        max-width: 48%;
    } */

    .home-about__heading {
        margin-bottom: 2rem;
    }

    .home-about__description {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .home-about__video {
        margin-bottom: 1rem;
    }

    .home-about__video img,
    .home-about__map img {
        width: 100%;
    }

    .home-about__gallery {
        display: flex;
        justify-content: space-between;
    }

    .home-about__gallery img {
        max-width: 31%;
    }

    @media (max-width: 1024px) {
        .home-about__description {
            font-size: 1rem;
        }
    }
    @media (max-width: 640px) {
        .home-about {
            display: grid;
            grid-template-columns: 1fr;
            /* grid-template-rows: 4rem auto auto; */
            /* gap: 0px 20px; */
            grid-template-areas:
                "home-about__heading"
                "home-about__video"
                "home-about__description"
                "home-about__map";
        }

        .home-about__gallery {
            display: none;
        }
    }
    .home-benefits {
        display: flex;
        justify-content: space-between;
    }

    .home-benefit {
        margin-right: 1rem;
        min-width: 30%;
    }

    .home-benefit__heading {
        font-size: 1.5rem;
        margin-bottom: .5rem;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .home-benefit__description {
        margin-bottom: .5rem;
    }

    .home-benefit__heading svg {
        margin-right: 1rem;
    }

    @media (max-width: 640px) {
        .home-benefits {
            flex-direction: column;
        }

        .home-benefit {
            margin-bottom: 2rem;
        }
    }
.home-button {
    display: inline-block;
    padding: 1rem 2rem;
    color: #ffffff;
    background: #0049ff;
    font-size: 1.15rem;
}
.home-button:hover {
    background: #003ead;
    color: #ffffff;
}
	.home-heading {
		font-size: 2rem;
		line-height: 2rem;
		font-weight: 500;
		margin-bottom: .5rem;
	}
	.home-subheading {
	    margin-bottom: 1rem;
	}
    .home-swipable {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.home-brand {
		width: 100px;
		max-width: 10%;
	}

	.home-brand__image {
		width: 100%;
		height: auto;
	}

	@media (max-width: 640px) {
		.home-brand {
			min-width: 20%;
			max-width: unset;
			margin-right: 1rem;
		}
	}
	.home-highlights {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.home-highlight a {
		color: #000000;
		display: flex;
        flex-direction: column;
	}
	
	.home-highlight a:hover > .home-highlight__heading {
	    color: #0049ff;
	}
	.home-highlight:hover {
	    filter: brightness(1.05);
	}

	.home-highlight {
		width: 200px;
		max-width: 15%;
	}

	.home-highlight__image {
		width: 100%;
		height: auto;
		margin-bottom: 1rem;
	}

	.home-highlight__heading {
		margin-bottom: .5rem;
		font-size: 1.3rem;
		font-weight: 600;
	}

	@media (max-width: 640px) {
	.home-swipable {
	    overflow-x: auto;
	}
	.home-highlights {
	    flex-direction: column;
	}
		.home-highlight {
			width: 100%;
			max-width: 100%;
			background: #e3e9fa;
			margin-bottom: .5rem;
		}
		.home-highlight a {
		    flex-direction: row;
		    justify-content: space-between;
		        height: 5.5rem;
		}
		.home-highlight__image {
		        order: 3;
    width: 40%;
    margin-bottom: 0;
    object-fit: none;
    object-position: left top;
		}
		.home-highlight__heading {
		    order: 1;
		    padding: 2rem;
		    margin-bottom: 0;
		}
		.home-highlight__description {
		    display: none;
		}
	}
.home-posts {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}
.home-post {
    width: 32%;
    height: 30rem;
    position: relative;
}
.home-post__link {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 1rem;
    display: flex;
    height: 100%;
    color: #ffffff;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-post__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.home-post__link:hover {
        background: none;
        color: #ffffff;
        text-shadow: 0px 0px 5px rgb(0 0 0);
    }
.home-post__blog {
    margin-top: .5rem;
}
.home-post__blog span {
    /*background: #0049FF;*/
    padding: .5rem 1rem;
    border: 1px solid;
}
.home-post__heading {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: auto;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}
.home-post__description {
    margin-bottom: 0.5rem;
}
.home-post__footer {
    display: flex;
    justify-content: space-between;
}
.home-post__read {
    text-decoration: underline;
    /*color: #0049FF;*/
}
@media (max-width: 640px) {
	.home-post {
        min-width: 75%;
        margin-right: 1rem;
    }
    .ytb-video-item {
        min-width: 75%;
        margin-right: 1rem;
    }
}
	.corporate {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.corporate__block {
		flex-basis: calc((100% - 2rem) / 2);
		background: #F6F7FA;
		border-radius: 10px;
		padding: 1rem 1rem 0 1rem;
		margin-bottom: 2rem;
		display: flex;
		align-items: flex-start;
	}

	.corporate__block:first-of-type {
		flex-basis: 100%;
	}

	.corporate__block__list {
		display: flex;
		flex-wrap: wrap;
		padding-left: 16px;
	}
.corporate__block__list li {
    padding-right:1rem;
    flex: 0 1 49%;
    margin-bottom: 1rem;
}
	.corporate__block__list li::marker {
		color: #0049FF;
	}

	.corporate__block__image {
		margin-right: 1rem;
		width: 34px;
	}

	.corporate__block__content {
		width: 100%;
	}
	
.return-form .multiform-gap-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.return-form .multiform-gap-field {
    flex-basis: 49%;
    margin: 0 0 1rem 0 !important;
}

.feedback-form {
    max-width: 30rem;
}

.r1-form input:not([type]), 
.r1-form input[type=text], 
.r1-form input[type=tel], 
.r1-form input[type=email], 
.r1-form select {
    height: 2.25rem;
    margin-top: 1rem !important;
}
.r1-form textarea {
    resize: vertical;
    margin-top: 1.5rem !important;
    height: 1.75rem;
}
.r1-form input:not([type]), 
.r1-form input[type=text], 
.r1-form input[type=tel], 
.r1-form input[type=email], 
.r1-form select, 
.r1-form textarea {
    border: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,.15) !important;
    margin-bottom: 1rem !important;
    padding: 0 !important;
}
.r1-form input:not([type]):hover, 
.r1-form input[type=text]:hover, 
.r1-form input[type=tel]:hover, 
.r1-form input[type=email]:hover, 
.r1-form select:hover, 
.r1-form textarea:hover {
    border-bottom: 1px solid rgba(0,0,0,.35) !important;
}
.r1-form input:not([type]):focus, 
.r1-form input[type=text]:focus, 
.r1-form input[type=tel]:focus, 
.r1-form input[type=email]:focus, 
.r1-form select:focus, 
.r1-form textarea:focus {
    border-bottom: 1px solid rgba(0,0,0,1) !important;
    outline: 0;
}

.r1-form .wa-field, 
.r1-form .multiform-gap-field, 
#giftcertificates-plugin-frontend .field {
    position: relative;
    margin-bottom: 0 !important;
}
.r1-form .wa-name, 
.r1-form .multiform-gap-name, 
#giftcertificates-plugin-frontend .field .name {
    position: absolute !important;
    top: 1.5rem;
    font-size: 1rem;
    pointer-events: none;
}

.r1-form .field-active, 
#giftcertificates-plugin-frontend .field-active {
    font-size: .8rem !important;
    top: 0 !important;
}

.r1-form button, 
.r1-form input[type=submit] {
    background-color: #0049FF;
    padding: 1rem;
    max-width: 320px;
    border: 0;
    color: #ffffff;
    width: 100%;
}
.r1-form button:hover, 
.r1-form input[type=submit]:hover {
    cursor: pointer;
    background-color: #003ead;
    color: #ffffff;
}
#multiformField76_12-1, 
#multiformField16_1-1, 
#multiformField77_12-1, 
#multiformField9_1-1 {
    flex-basis: 100%;
}

input[type="tel"] {
    outline: none;
}
@media screen and (max-width: 768px) {
    	.corporate__block {
		flex-basis:100%;
		}
}
@media screen and (max-width: 480px) {
    
.info-page__block__half {
    width: 100%;
}
		.corporate__block__portrait {
		    display: none;
		}
		.corporate__block__list li {
		    flex-basis: 100%;
		}
}

.header-logo--desktop img {
    position: relative;
    top: -0.25rem;
}

.menu-black a {
    background: #000000;
    color: #ffffff;
    padding: 0.5rem 1rem;
}

header.globalheader {
    border-bottom: none;
    margin: 1rem 0;
}
.header-city svg,
.header-phone svg {
    vertical-align: sub;
}
.i-cityselect__city, 
.b-cityselect__city,
.topbar-geo_city {
    border-bottom: none;
}

.footer {
    background-color: #E3E9FA;
    padding: 4rem 0;
}

.footer a {
    color: #000000;
}
.footer a:hover {
    color: #0049ff;
}

.footer-top, 
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top { 
    margin-bottom: 4rem;
}
.footer-top__item__heading {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.footer-top__item {
    flex: 0 1 32%;
}
.footer-logo__image {
    width: 160px;
}
.footer-top__form, 
.footer-top__form .multiform-gap-fields {
    display: flex;
}

.footer-top__form .multiform-gap-field {
    margin: 0 !important;
}

.footer-callback .multiform-body {
    padding: 0;
}

/*.footer-top__form__input { */
/*    font-family: "Granate", sans-serif !important;*/
/*    font-size: 16px !important;*/
/*    line-height: 19px !important;*/
/*    background: #ffffff !important;*/
/*    outline: none !important;*/
/*    border-radius: 0 !important;*/
/*    padding: 1rem !important;*/
/*    width: 100% !important;*/
/*    max-width: 180px;*/
/*}*/
/*.footer-top__form__button {*/
/*    font-size: 1rem !important;*/
/*    line-height: 19px !important;*/
/*    background: #0049FF !important;*/
/*    border: 1px !important;*/
/*    border-radius: 0 !important;*/
/*    box-shadow: none !important;*/
/*    padding: 1rem 2rem;*/
/*    color: #ffffff;*/
    /*max-width: 157px !important;*/
/*}*/
/*.footer-top__form__button:hover {*/
/*    background: #003ead !important;*/
/*    color: #ffffff !important;*/
/*    cursor: pointer;*/
/*}*/
.footer-bottom__item {
    flex: 1 0 24%;
    margin-bottom: 1.5rem;
}
.footer-bottom__item__heading {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.footer-bottom__item__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-bottom__item__list li {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.footer__contacts__phone {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    white-space: nowrap;
}

@media screen and (max-width: 480px) {
.footer-top__item {
    flex: 0 1 100%;
}
}

.my table {
    overflow-x: auto;
    display: block;
}

.color-red {
    color: red;
}
.color-gray {
    color: gray;
}

.info-page__block {
    margin-bottom: 2rem;
}
.info-page__box {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 2rem 1rem 1rem 1rem;
    max-width: 800px;
    margin-bottom: 1rem;
}
.info-page__box h3 {
    font-size: 1rem;
    margin-bottom: 0;
}
.info-page__block__half {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.info-page__table {
    overflow-x: auto;
}
.info-page__table td {
    border: none;
    padding: 0 2rem 0 0;
    line-height: 1.4em;
}

/* меню ЛК и блога */
.account-menu ul, 
.blog-menu ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 1rem 0;
}
.account-menu li, 
.blog-menu li {
    margin: 0 2rem 1rem 0;
}

/* вакансии */
.rabota-header {
    display: flex;
    background: url(/wa-data/public/site/rabota/rabota_background.png);
    height: 500px;
    background-position: 100% 50%;
    align-items: center;
    margin-bottom: 2rem;
}
.rabota-header__text {
    max-width: 400px;
    color: #ffffff;
    padding: 3rem;
}
.rabota-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rabota-list__offer {
    padding: 3rem;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
    width: 100%;
    margin-bottom: 2rem;
}
.rabota-list ul {
    list-style-type: none;
    padding-left: 0;
}

.rabota-list hr {
    background-color: #0049FF;
    margin: 2rem 0;
}
.hint-background {
    background: #EFF5F8;
    border-radius: 6px;
    padding: 0.2rem 0.5rem;
}
@media (min-width: 768px) {
    .rabota-list__offer {
        width: 48%;
    }
}

.info-page__form-block {
    margin-top: 1rem;
    padding: 2rem 3rem;
    border: 1px solid black;
    border-radius: 5px;
}
.return-form {
    max-width: 100%;
}
.return-form .multiform-gap-name {
    margin-bottom: .25rem;
}
/*.return-form .multiform-gap-fields {*/
/*    display: grid !important;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 0px 0px;*/
/*    grid-template-areas:*/
/*        ". message"*/
/*        ". message"*/
/*        ". message"*/
/*        ". message"*/
/*        ". message"*/
/*        ". message"*/
/*        "cta cta";*/
/*    column-gap: 2rem;*/
/*}*/
/*.return-form .type-textarea {*/
/*    grid-area: message;*/
/*    width: 100%;*/
/*}*/
/*.return-form .type-button {*/
/*    grid-area: cta;*/
/*    text-align: center;*/
/*    margin-top: 1rem;*/
/*}*/
/*.return-form .type-textarea .multiform-gap-value {*/
/*    height: 100%;*/
/*}*/

/*.multiform-gap-value textarea, .multiform-gap-value input, .multiform-gap-value select {*/
/*    border: 1px solid #000;*/
/*    border-radius: 5px !important;*/
/*    padding: .75rem !important;*/
/*}*/

@media screen and (max-width: 768px) {
    .return-form .multiform-gap-fields {
        display: flex !important;
    }
    .footer-bottom__item {
    flex: 1 0 34%;
}
}

/* РАЗНОЕ */
.button-link {
    padding: 1rem;
    border-radius: .25rem;
    background: #0049ff;
    text-decoration: none;
    color: #ffffff;
}
.button-link:hover {
    background: #003ead;
    color: #ffffff;
}

/* формы контактов */
.multiform-body * {
    font-family: "Granate", sans-serif !important;
}
.contact-form {
    max-width: 320px;
}
.contact-form input {
    padding: .75rem !important;
    margin-bottom: .5rem !important;
    font-size: 1rem;
}
.contact-form button {
    background-color: #0049FF;
    padding: 1rem .5rem;
    border: 0;
    color: #fff;
    font-size: 1rem;
}
.contact-form button:hover {
    cursor: pointer;
    background-color: #003ead;
    color: #fff;
}
.contact-form .multiform-gap-name {
    margin-bottom: .25rem !important;
}
/* форма заказа видеозвонка */
#multiformField59_2-1 {
    display: flex;
    justify-content: space-between;
}
#wahtmlcontrol_fields_field_60_2-1 {
    padding-bottom: 6px;
    padding-top: 6px;
}
.multiform-section {
    margin-bottom: 0 !important;
}

/* комплектация товаров */
.bundling-custom ~ .product__action-button {
    display: none;
}

/* БЛОГ */
.post__image {
    margin-bottom: 1rem;
}

/* ПОИСК */

/* страница поиска */
/* нет результатов */
.rees46-full-search-results-empty {
    margin-bottom: 2rem;
}

/* фильтры */
.rees46-search-group-title-filters {
    display: none;
}
#mobile_open_filters, .mobile-open-filters {
    display: none;
}

.rees46-search__checkbox {
    display: flex;
    line-height: 1.75rem;
    font-size: 1rem;
}
.rees46-search__checkbox input {
    margin-right: .5rem;
    margin-top: .15rem;
}
.rees46-search__checkbox:hover {
    cursor: pointer;
    color: #0049ff;
}
/*.rees46-search__checkbox input:checked+span:after {*/
/*    background: #0049ff !important;*/
/*}*/
.rees46-search-group-title, .rees46-search-filter {
    font-size: 1rem;
    line-height: initial;
    padding: 0;
    color: initial;
    text-transform: none;
    margin-bottom: .5rem;
    font-weight: 700;
}
#rees46_search_categories, #rees46_search_brands, #rees46_search_filters > div {
    margin-bottom: 2rem;
}
#rees46_search_filters > div {
    max-height: 14rem;
    overflow: hidden;
}
.rees46-search__filter-block {
    -webkit-transition: max-height .25s;
    -moz-transition: max-height .25s;
    -ms-transition: max-height .25s;
    -o-transition: max-height .25s;
    transition: max-height .25s;
}
.filter-is-empty {
    max-height: 0 !important;
    margin: 0 !important;
    opacity: 0;
}
#rees46_search_brands, .rees46-search__checkbox-wrapper {
    max-height: 11rem;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin; /* firefox */
}
#rees46_search_brands::-webkit-scrollbar, 
.rees46-search__checkbox-wrapper::-webkit-scrollbar {
    background-color: #ffffff;
    width: 16px;
    -webkit-appearance: none;
}

#rees46_search_brands::-webkit-scrollbar-track, 
.rees46-search__checkbox-wrapper::-webkit-scrollbar-track {
    background-color: #ffffff;
}

#rees46_search_brands::-webkit-scrollbar-track:hover, 
.rees46-search__checkbox-wrapper::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}

#rees46_search_brands::-webkit-scrollbar-thumb, 
.rees46-search__checkbox-wrapper::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #ffffff;
}

#rees46_search_brands::-webkit-scrollbar-thumb:hover, 
.rees46-search__checkbox-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}

#rees46_search_brands::-webkit-scrollbar-button, 
.rees46-search__checkbox-wrapper::-webkit-scrollbar-button { 
    display: none;
}

/* РЕКОМЕНДАЦИИ */
.rees46-recommend, 
.product-recommend {
    margin-bottom: 2rem;
    width: 100%;
    opacity: 0;
}

.rees46-recommend-rendered, 
.product-recommend {
    opacity: 1;
	transition: opacity 300ms;
}

.rees46-recommend .recommender-block-title, 
.product-recommend .recommender-block-title {
    font-weight: 500;
    text-transform: uppercase;
    color: #0049ff;
    letter-spacing: .01rem;
    font-size: 1.45rem;
    margin-bottom: 1rem;
}
.rees46-recommend .recommended-items, 
.product-recommend .recommended-items {
    display: flex;
    flex-wrap: wrap;
}
.rees46-recommend .recommended-item, 
.product-recommend .recommended-item {
    flex: 1 0 16%;
    padding-right: 1rem;
    margin-bottom: 1rem;
    max-width: 240px;
}

.rees46-recommend .recommended-item-price, 
.product-recommend .recommended-item-price {
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.recommended-item-price .product-with-discount {
    color: red;
}
.recommended-item-price .compare-at-price {
    text-decoration: line-through;
}

.product-recommend .product-list__item .image {
    max-height: 200px;
    display: block;
}

.rees46-recommend .recommended-item img {
    max-width: 100%;
}
.product-recommend .recommended-item img {
    max-width: 200px;
}

.rees46-recommend .recommended-item-title, 
.product-recommend .recommended-item-title {
    max-height: 3rem;
    overflow: hidden;
}

.rees46-recommend .product-name a, 
.rees46-recommend .recommended-item-action a, 
.product-recommend .product-name a, 
.product-recommend .recommended-item-action a {
    color: #333333;
}

/* УВЕДОМЛЕНИЯ */
/* notice */
.cart-notice { 
    background-color: #fff; 
    padding: 1rem; 
    margin-bottom: 1rem;
}

.p-notice { text-align: center; padding: 1rem; }
.p-notice-hw { background: #000000; color: #FF9A00;  }
.p-notice-30 { font-style: italic; }
.p-notice-home20 { background: rgba(0, 73, 255, 0.1); }
.p-notice-payonline { background: rgb(173, 255, 47); }

.notice-payinparts {
    order: 3;
    background: rgb(255 221 74 / 100%);
    font-size: .9rem;
    padding: .1rem .5rem;
    border-radius: .25rem;
    align-self: start;
}
.notice-bonuses {
    order: 4;
    font-size: .9rem;
    margin-top: .5rem;
    flex-basis: 100%;
}

/* ЧЕКАУТ */
/* скрываем регион, обработка пустого поля на плагине "Доработки оформления заказа в корзине" */
.wa-region-wrapper, 
.wa-zip-wrapper {
    display: none;
}

@media (max-width: 450px) {
#js-order-cart .giftcertificates-form .giftcertificates-code-input {
    max-width: 150px;
}
}
@media screen and (max-width: 600px) {
.wa-order-cart-wrapper.with-adaptive .wa-cart-details .wa-coupon-section .wa-input {
    width: 150px !important;
}
}
#js-order-cart .giftcertificates-form .giftcertificates-code-input, #js-order-cart .giftcertificates-form .giftcertificates-submit-button {
    width: auto;
}
#js-order-cart .giftcertificates-submit-button {
    margin-top: 0;
}
/* рекомендации */
.wa-order-cross_selling-wrapper .wa-slider-wrapper .wa-slider-list .wa-slide-wrapper {
    border-left: 0 !important;
}
.wa-order-cross_selling-wrapper .wa-product-wrapper .wa-image-wrapper .wa-image {
    max-width: 96px !important;
    max-height: 96px !important;
}
.wa-order-cross_selling-wrapper.with-adaptive.width-s .wa-slider-wrapper .wa-slider-list .wa-slide-wrapper {
    width: 50% !important;
}
.wa-product-edit-dialog .wa-cart-section .wa-skus-wrapper .wa-sku-wrapper .wa-sku, 
.wa-product-edit-dialog .wa-cart-section .wa-skus-wrapper .wa-sku-wrapper .wa-price, 
.wa-product-edit-dialog .wa-cart-section .wa-product-header,
.wa-product-edit-dialog .wa-cart-section .wa-skus-wrapper .is-disabled {
    display: none !important;
}

.wa-product-edit-dialog .wa-cart-section .wa-product-image img {
    width: 96px !important;
}
.wa-product-edit-dialog .wa-dialog-footer .wa-prices-wrapper {
    margin-bottom: 1rem !important;
}
/* скрытие избыточной информации о выборе количестве товара (+-) */
.wa-product-fractional-prices {
    margin-right: 0 !important;
    margin-left: 14px !important;
    text-align: center !important;
}
button.wa-button.s-plus-button.transparent.js-increase.is-locked, 
button.wa-button.s-minus-button.transparent.js-decrease.is-locked {
    visibility: hidden;
}
span.wa-unit.top {
    display: none !important;
}
.wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-price {
    width: 80px !important;
}

/* раскраска панели примененных скидок */
.pp-active [data-promos-aphc] {
    background: #d9ecff linear-gradient(to bottom, #d9ecff, #e6f2ff);
    color: #111111;
    font-weight: 500;
}
[data-promos-apbc] {
    border-color: rgba(0,128,255,0.2);
    border-top-color: rgba(0,128,255,0.3);
}
/* высота иконки */
.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-method .wa-image-wrapper img {
    max-height: initial !important;
}
/* толщина способа доставки */
.wa-payment-name {
    font-weight: 500;
}
/* зачеркнутая цена */
.cart-oldprice {
    display: inline;
    text-decoration: line-through;
}
/* кнопка подтверждения выбора пвз */
.wa-button.blue {
    background: #0049ff;
    color: #ffffff;
}
.wa-button.blue:hover {
    background: #003ead;
}
/* кнопка оформления заказа */
button.wa-submit-button:hover {
    background: #003ead;
}

/* LAZY */
/*.product-list__item */
img.lazyload, 
img.lazyloading {
	opacity: 0;
}
img.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

/* ШАПКА */
/* ЛОГОТИП */
.new-header .header-logo--mobile {
    display: none;
}
.header-city {
    order: 3;
}
.header-phone {
    order: 4;
}
.header-help {
    order: 5;
}

/* строка поиска */
.header-search {
    flex-grow: 1;
    padding-left: 0;
}
.header-search__form {
    border: 2px solid #E3E9FA;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.header-search__searchfield {
    border: none;
    padding: .5rem 1rem;
    line-height: 1.5rem;
    outline: none;
    width: 100%;
}
.header-search__form:focus-within {
    border-color: #0049ff;
}
.header-search__button {
    background: #E3E9FA;
    border: 1px solid #E3E9FA;
    /*border: none;*/
    width: 5rem;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    z-index: 997;
}
.header-search__button:focus {
    outline: none; 
}

/* полоса уведомлений о бесплатной доставке для снг */
.global-notice {
    padding: .5rem 1rem;
    background: rgba(0, 107, 216,.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}
.global-notice__content {
    flex: 1 0 auto;
    text-align: center;
}
.global-notice__close {
    flex: 0 1 auto;
    cursor: pointer;
}

/* кнопка наверх */
.scroll-to-top {
    opacity: 0;
    position: fixed;
    right: 7px;
    bottom: 5rem;
    font-size: 46px;
}
/* двигаем иконку црм */
.retailcrm-consultant-app {
    right: 12px !important;
    bottom: 8.5rem !important;
}
/*.retailcrm-consultant-app .consultant-widget-wrap, */
.retailcrm-consultant-app .consultant-icon {
    width: 38px !important;
    height: 38px !important;
}
.retailcrm-consultant-app .consultant-icon__img {
    width: 24px !important;
    height: 24px !important;
    top: 6px !important;
}

/* ГЛАВНАЯ */

/* баннер на главной */
.home-banner-full {
    height: 250px;
    margin-bottom: 2rem;
}
.home-banner-full__link {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

/* заголовки на главной */
.index-heading {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

/* блок распродажи */
.index-sale {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.index-sale__item {
    width: 206px;
    max-width: 15%;
    margin-bottom: 1rem;
    text-align: center;
}

.index-sale__item img {
    max-width: 100%;
    height: auto;
}

/* преимущества */
.advantages-home {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /*padding: 2rem;*/
    /*border-top: 1px solid rgba(0,0,0,.1);*/
    overflow: auto;
}
.advantages-home__item {
    /*text-align: center;*/
    max-width: 25rem;
    display: flex;
}
.advantages-home__item__icon {
    margin-right: 1rem;
}
.advantages-home__item__icon svg {
    font-size: 48px;
}

/* блог на главной */
.home-block__blog-list {
    display: flex;
    flex-wrap: wrap;
}
.home-block__blog-list__item {
    flex: 1 0 16%;
    padding-right: 1rem;
    margin-bottom: 1rem;
}
.home-block__blog-list__item__image {
    max-width: 200px;
    height: auto;
    margin-bottom: 1rem;
}
.home-block__blog-list__item__text {
    color: #111;
}
/* бренды на главной */
.brand-bxslider {
    height: 70px;
}
/* ЛИСТИНГ */

/* цены */
.product-list .product-with-discount {
    color: red;
}
.product-list .compare-at-price {
    color: black;
    text-decoration: line-through;
}
/* меню категории в сайдбаре */
.category-menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    align-items: flex-start;
    width: 100%;
    overflow: auto;
}
.category-menu__link {
    margin: 0 0 .75rem 0;
    padding: .25rem 1rem;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
}
.category-menu__link--prev {
    padding-left: 0;
}
.category-menu__link--current {
    background: rgb(0 73 255 / 10%);
    border-radius: .25rem;
}

/* фильтр по цене */
.filter-slider {
    visibility: hidden;
}
.filters input[type="text"] {
    font-size: 1.1rem;
    max-width: 4rem;
    width: auto;
}

/* подсказка фильтра */
.filter-help {
    position: absolute;
    right: 1rem;
}

/* фикс для открытия фильтра на весь экран */
.filters-opened {
    z-index: 15 !important;
}

/* баннер категории */
.category-banner img {
    max-width: 100%;
}

/* новинки */
.subcategories-new__subcat {
    display: flex;
    flex-direction: column;
    margin: 0 2rem 1rem 0;
}
.subcategories-new__subcat-img {
    margin-bottom: .5rem;
}
.subcategories-new__subcat-title {
    font-weight: 500;
}
/* сравнение */
.product-list__item__actions {
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.product-list__item__actions svg {
    width: 1.5rem;
    height: 1.5rem;
}
.product-list__item__actions a {
    color: rgba(0,0,0,.1);
}
.product-list__item__actions a:hover {
    color: rgba(0,0,0,.5);
}
.product-list__item__actions a.active {
    color: #0049ff;
}

/* КАРТОЧКА */

/* БЛОК ПОКУПКИ */

/* заголовок товара */
.product-title {
    font-size: 1.5rem;
}

/* подзаголовки */
.product-info__heading {
    font-weight: 500;
    text-transform: uppercase;
    color: #0049ff;
    letter-spacing: .01rem;
    font-size: 1.45rem;
    margin-bottom: 1rem;
}

/* цена */
.price-block .product-with-discount {
    color: red;
}
.price-block .compare-at-price {
    color: black;
    text-decoration: line-through;
}
.price-block .compare-at-price:before {
    display: none;
}
/* сервисное меню */
.product-menu {
    width: 100%;
    display: flex;
    /*margin-bottom: 1rem;*/
    /*background: rgba(0,0,0,0.025);*/
    justify-content: space-between;
    font-weight: 500;
    overflow: auto;
}
.product-menu__item {
    flex: 1 0 auto;
    padding: 1rem;
    text-align: center;
}

/* кнопки покупки */
/* Add to cart */
input[type=submit].product__action-button, 
input[type=button].product__action-button {
    /*font-weight: 500;*/
    height: 50px;
    font-size: 1.1rem;
    width: 100%;
    margin-bottom: 1rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
input[type=submit].product__action-button:hover {
    background: #003ead;
    color: #ffffff;
}
/* One click */
.one-click {
    margin-bottom: 1.5rem;
}

.quickorder-button { 
    width: 100%; 
    padding: 1rem; 
    /*border-radius: .25rem; */
    border: 1px solid #0049ff; 
    background: #ffffff;
    color: #0049ff;
    font-size: 1.1rem;
    height: 50px;
}
.quickorder-button:hover { 
    background: #003ead;
    color: #ffffff;
}
.quickorder-form { background: #fff; padding: 1.5rem; }
.quickorder-form-head { font-weight: bold; font-size: 1.5rem; }
.quickorder-form input, .quickorder-form textarea, .quickorder-form select { 
    padding: .25rem; 
    border: 1px solid #cfcfcf;
}
.quickorder-form input:hover {
    border: 1px solid #888888;
}
.quickorder-form input:focus {
    border: 1px solid #0049ff;
}
.quickorder-row.semi, .quickorder-methods-form .wa-value .field { margin: 0; }
.quickorder-submit { text-align: center; }
.quickorder-submit div { padding: 1rem; border-radius: .25rem; border: 1px solid #0049ff; background: #0049ff; color: #fff; width: 100%; }
.quickorder-submit div:hover { background: #fff; color: #000; }
.quickorder-form-content { padding: 0; }

.quickorder-product {
    display: flex;
    flex-wrap: wrap;
}

.quickorder-product .quickorder-cell {
    font-size: .9rem;
}
.quickorder-cell {
    flex: 0 1 48%;
}
.quickorder-price-cell {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 1rem;
}
.quickorder-price {
    font-size: 2.25rem;
    font-weight: bold;
}
.quickorder-compare-price {
    margin-right: 1rem;
    font-size: 1.25rem;
    color: #777;
    position: relative;
    text-decoration: none;
}

.quickorder-compare-price:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid;
    color: red;
    transform: rotate(-8deg);
    width: 100%;
    height: 45%;
    opacity: .5;
}
[data-quickorder-close] {
    right: 0;
}

/* фейк */
.product__fake-button.product__fake-button--hidden {
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}
.product__fake-button {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: 5%;
    background: #0049ff;
    padding: 1rem;
    color: #ffffff;
    border-radius: .25rem;
    text-align: center;
    font-weight: 500;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

/* пункты преимуществ */
.benefits__item {
    margin-bottom: .25rem;
}

/* инфо о доставке */
.delivery-info {
    /*border: 1px solid rgba(0, 0, 0, .05);*/
    /*background-color: rgba(0, 73, 255, .05);*/
    /*padding: 1rem;*/
    /*font-size: .9rem;*/
    min-height: 72px;
    line-height: 1.75rem;
    /*margin-bottom: 1rem;*/
}

/* уведомление о рассрочке */
.p-notice--tinkoff {
    border-bottom: 1px dashed rgba(0,0,0,.25);
    /*color: #0049ff;*/
}

/* галерея */
.kmthreesixty-sprite-360-icon {
    float: right;
}
.product-gallery__image-container--360 {
    display: flex;
    justify-content: center;
}

/* визуальные характеристики */
.visual-features {
    margin-bottom: 2rem;
    overflow: auto;
    font-size: .9rem;
    width: 100%;
    display: flex;
}

.visual-features__item {
    flex: 1 0 auto;
    padding: 1rem;
    max-width: 330px;
}

.visual-features__item img {
    max-width: 100%
}

/* блоки информации о товаре */
.product-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-info__item {
    padding: 0 2rem 2rem 0;
    max-width: 50%;
    flex: 1 0 33%;
}

.product-info__item h3 {
    font-weight: 500;
    text-transform: uppercase;
    color: #0049ff;
    letter-spacing: .01rem;
}

/* разделитель характеристик */
.s-features-section tr:not(:last-of-type) {
    border-bottom: 1px solid #eeeeee;
}

/* блок ridestep_product_guides */
.product-help__link {
    width: 100%;
    height: 15rem;
    background-position: 50% 50%;
    display: block;
    background-size: cover;
}

.product-sidebar {
    /*flex: 0 0 36rem;*/
    /*max-width: 25rem;*/
    /*margin-left: 2rem;*/
}

/* ФУТЕР */
/* обратный звонок */
.multiform-body {
    padding: 0 !important;
}

/* ссылки */
.footer__info a {
    color: rgba(0,0,0,.55);
}
.footer__info a:hover {
    color: rgba(0,0,0,.85);
}

/* лого */
.footer__logo img {
    max-height: 5rem;
}

/* блок контактов */
.footer__logo, 
.footer__contacts, 
.footer__socials,
.footer__messengers__title,
.footer__rating {
    margin-bottom: 1.5rem;
}

.footer-phone { 
    font-size: 1.25rem; 
    padding-bottom: .25rem; 
    color: #111111;
}

.globalfooter .h6 { 
    font-weight: 500;
    text-transform: uppercase; 
}
.footer__messengers {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer__messengers__item {
    margin-bottom: 1rem;
}
.footer__messengers__item__link {
    border: 1px solid;
    border-radius: .25rem;
    padding: .75rem;
    display: inline-block;
    width: 11rem;
    text-align: center;
}

.footer__messengers__item__link--callback {
    /*background: #ffffff; */
    /*border-color: #0049ff;*/
    /*color: #111111;*/
    border: none;
    padding: 0;
    text-align: left;
}
.footer__messengers__item__link--callback span {
    text-decoration: underline;
    cursor: pointer;
}
/*.footer__messengers__item__link--callback:hover {*/
/*    background: #0049ff;*/
/*    color: #ffffff; */
/*}*/
.footer__messengers__item__link--callback span:hover {
    text-decoration: none;
}
.footer__messengers__item__link--tg {
    background: #0088cc; 
    border-color: #0088cc;
    color: #ffffff;
}
.footer__messengers__item__link--tg:hover {
    background: #ffffff; 
    color: #0088cc;
}

.footer__messengers__item__link--tg:hover svg path {
    fill: #0088cc;
}

.footer__socials__fb:hover {
    filter: invert(31%) sepia(84%) saturate(465%) hue-rotate(181deg) brightness(88%) contrast(83%);
}
.footer__socials__vk:hover {
    filter: invert(41%) sepia(20%) saturate(1004%) hue-rotate(171deg) brightness(97%) contrast(87%);
}
.footer__socials__insta:hover {
    filter: invert(30%) sepia(35%) saturate(6114%) hue-rotate(323deg) brightness(93%) contrast(90%);
}
.footer__socials__yt:hover {
    filter: invert(13%) sepia(70%) saturate(5912%) hue-rotate(358deg) brightness(108%) contrast(120%);
}

/* преимущества */
.advantages {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 2rem;
    border-top: 1px solid rgba(0,0,0,.1);
    overflow: auto;
    margin-top: 2rem;
}
.advantages__item {
    text-align: center;
    min-width: 13rem;
}
.advantages__item__icon {
    margin-bottom: 1rem;
}
.advantages__item__icon svg {
    font-size: 50px;
}

/* СТАТИЧЕСКИЕ СТРАНИЦЫ */
.info-page__maps__selector {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.info-page__maps__map {
    border: 1px solid #000000;
    max-width: 800px;
    border-radius: 10px;
}
.CDEK-widget {
    border-radius: 10px;
}

.page-fullwidth {
    max-width: 100%;
}

.shop-page__content img {
    max-width: 100%;
    height: auto;
}
.shop-page__nav {
    display: flex;
    flex-direction: column;
    flex: 0 1 200px;
    margin-right: 1rem;
    padding-top: 1.5rem;
}
.shop-page__nav__link {
    margin-bottom: 1.5rem;
}
.shop-page__nav__heading {
    font-weight: bold;
    color: #000;
}
.shop-page__nav__link.selected {
    color: #000;
}
.help-list {
    display: flex;
    flex-wrap: wrap;
}
.help-list__item {
    margin: 0 2rem 2rem 0;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: .25rem;
    padding: 1rem;
    max-width: 29%;
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
}
.help-list__item img {
    min-width: 2rem;
    margin-right: 1rem;
}
.help-list__item__link h2 {
    font-weight: 500;
}
.help-list__item__link p {
    color: rgba(0,0,0,0.75);
}
@media (max-width:768px) {
    .help-list__item {
        max-width: 45%;
        margin: 0 1rem 1rem 0;
    }
        .shop-page__nav {
        display: none;
    }
}
@media (max-width:430px) {
    .help-list__item {
        max-width: 100%;
        margin: 0 0 1rem 0;
    }
}

/* Пин-код заказа */
input[name="pin"] {
    font-size: 2rem;
    margin-bottom: 1rem;
    width: 185px;
    padding: .5rem;
    padding-left: 4rem;
}

/* Команда */
.team-list {
    display: flex;
    flex-wrap: wrap;
}
.team-list__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    flex-basis: 24%;
}
.team-list__photo {
    /*flex: 1 0 auto;*/
    max-width: 200px;
    margin-bottom: 1rem;
}
.team-list__photo img {
    width: 100%;
}
.team-list__desc {
    flex: 0 1 auto;
    max-width: 640px;
    padding: 0 3rem 0 0;
}
.team-list__item h2 {
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 400;
}
.team-list__job {
    color: #999;
    font-size: 1rem;
}

.team-list__gallery {
    display: flex;
    flex-wrap: wrap;
}
.team-list__gallery-thumb {
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    background-size: cover;
}
.team-list__photo {
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 267px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 267px;
    width: 100%;
}

.gallery-thumbs {
    height: 50px;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* страница 404 */
.page-404 {
    margin: 2rem 0;
}

@media screen and (max-width: 767px) {
    .team-list__item {
        flex-direction: column;
        align-items: center;
        flex-basis: 100%;
    }
    
    .contact-us, .page-contacts__block-flex {
        flex-direction: column;
    }
}

/* СТРАНИЦА КОНТАКТОВ */
.page-contacts__block {
    margin-bottom: 2rem;
    flex: 0 1 48%;
}
.page-contacts__block-flex {
    display: flex;
    justify-content: space-between;
}
.page-contacts__map {
    height: 400px;
}
.contacts-socials {
    display: flex;
    flex-wrap: wrap;
}
.contacts-socials__item {
    margin: 0 .5rem 1rem;
}
.contact-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-us__item {
    flex: 1 0 33%;
    margin-top: 1rem;
}
/*.contact-us__item__heading {*/
/*    font-size: 1.75rem;*/
/*}*/
.contact-us__item__link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.5rem;
    /*line-height: 1.5rem;*/
    font-weight: 700;
}

/* СТРАНИЦА НОВИНКИ */
.promo-list {
    display: flex;
    flex-wrap: wrap;
}
.promo-list__card {
    width: 23%;
    margin: 0 2% 2% 0;
}
.promo-list__card a {
    color: #111111;
}
.promo-list__card img {
    width: 100%;
    margin-bottom: .5rem;
}
.promo-list__card h2 {
    font-size: 1rem;
}
.promo-list__card p {
    color: #999999;
}

/* СТРАНИЦА 404 */
.page-404-buttons {
    display: flex;
    justify-content: center;
}
.page-404-buttons a {
    margin: 1rem;
}
.page-404-buttons .to-new { background: white; color: black; }
.page-404-buttons .to-new:hover { background: #0049ff; color: white }

/* страница подарочных сертификатов */
/*#giftcertificates-plugin-frontend input[type=text], */
/*#giftcertificates-plugin-frontend textarea {*/
/*    border: 0;*/
/*    border-radius: 0;*/
/*    outline: 0;*/
/*    border-bottom: 1px solid rgba(0,0,0,.15);*/
/*    padding: 0 !important;*/
/*    height: 2rem;*/
/*}*/
/*#giftcertificates-plugin-frontend input[type=text]:hover, */
/*#giftcertificates-plugin-frontend textarea:hover {*/
/*    border-bottom: 1px solid rgba(0,0,0,.35);*/
/*}*/
/*#giftcertificates-plugin-frontend input[type=text]:focus, */
/*#giftcertificates-plugin-frontend textarea:focus {*/
/*    border-bottom: 1px solid rgba(0,0,0,1);*/
/*}*/
#giftcertificates-plugin-frontend hr {
    display: none;
}

#giftcertificates-plugin-frontend .field {
    flex-direction: column;
}
#giftcertificates-plugin-frontend .field .name {
    font-size: 1rem;
    line-height: 2rem;
    pointer-events: none;
}
#giftcertificates-plugin-frontend .field select {
    display: none;
}
#giftcertificates-plugin-frontend .fields {
    max-width: 30rem;
}
.width100 div:nth-child(4) .field:first-child:not(.required) {
    display: none !important;
}
.cert-box {
    display: flex;
    flex-wrap: wrap;
}
.cert-box__content {
    flex: 1 0 auto;
    margin-right: 2rem;
}
.cert-box__image {
    flex: 0 1 auto;
    margin-top: 8px;
}
.cert-box__image img {
    width: 40rem;
}

/* RESPONSIVE */
@media screen and (min-width: 768px) {
    
    /* ШАПКА */
    .header-item__desc {
        display: none;
    }
    /*.header-item {*/
    /*    min-width: 3rem;*/
    /*}*/
    .header-item:not(:first-of-type) {
        margin-left: 3%;
    }
    .header-search__searchfield-wrapper {
        max-width: 60rem;
        margin: 0 auto;
    }
    .header-sale {display: none;}
    /* НОВОЕ МЕНЮ */
    
    .flyout-nav {
        display: flex;
        flex-wrap: wrap;
    }
    
    .level-0 li {
        list-style: none;
    }

    .level-0 {
        padding: .25rem 0;
        margin: 0;
    }

    .level-0__item {
        display: inline-block;
        margin: 0 1rem 1rem 0;
    }

    header ul.flyout-nav li.submenu-is-shown .flyout {
        display: flex;
    }

    .level-0__title {
        font-weight: 500;
        padding-right: 1rem;
        text-transform: uppercase;
        color: #111111;
    }

    .level-0__title:hover {
        color: #0049ff;
    }
    
    .new-menu .level-0__title {
        color: #0049ff;
    }

    .level-1 {
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 30rem;
        padding: 2rem;
        /*align-content: flex-start;*/
        align-content: center;
    }

    .level-1__title {
        font-weight: bold;
        margin-bottom: 1rem;
        /*display: block;*/
        display: inline-block;
    }

    .level-1__link--single {
        font-weight: 500; 
    }

    .level-1__item {
        margin: 0 1rem 1rem 1rem;
    }

    .level-2__item {
        margin-bottom: 1rem;
    }

    .level-2 {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

    .level-1__link,
    .level-2__link {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .level-1__link--show-all {
        color: #0049ff !important;
        margin-bottom: 1rem;
    }

    .level-2__link--show-all {
        color: rgba(0, 0, 0, .5) !important;
    }

    .menu-sale__title {
        /*color: red;*/
        /*черная пятница */
        background: black;
        color: yellow;
        padding: .25rem 1rem;
    }
    .menu-sale__title:hover {
        color: gold;
    }

    .blog-menu {
        margin-left: auto;
    }


    .blog-menu .level-0__title {
        color: #111;
        padding: 0;
    }
    
    /* горнолыжная одежда */
    .menu-1361 .level-1 {
        max-height: 25rem;
    }
    
    /* лонгборд */
    .menu-391 .level-1 {
        max-height: 25rem;
    }
    
    /* вейкборд */
    .menu-411 .level-1 {
        max-height: 10rem;
    }
    
    /* одежда */
    .menu-903 .level-1 {
        max-height: 13rem;
    }
    
    /* обувь */
    .menu-947 .level-1 {
        max-height: 16rem;
    }
    
    /* рюкзаки */
    .menu-1405 .level-1 {
        max-height: 10rem;
    }
    
    /* аксессуары */
    .menu-497 .level-1 {
        max-height: 17rem;
    }
    
    /* распродажа */
    .menu-sale .level-1 {
        max-height: 28rem;
    }
    
    /* КАТЕГОРИЯ */
    /* фильтр */
    .filters {
        padding: 1rem;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: .25rem;
    }
    /* скрытие сабмита фильтров на ПК */
    .filters__submit-button {
        display: none;
    }
    
    /* ПОИСК */
    .rees46-full-search-filters {
        padding: 1rem;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: .25rem;
    }
    
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    
    .home-categories-second .home-category:last-of-type {
        display: none;
    }
    
    /* ГЛАВНАЯ */
    /* блог на главной */
    .home-block__blog-list__item {
        flex: 1 0 50%;
    }
    
    /* РЕКОМЕНДАЦИИ */
    .rees46-recommend .recommended-item, 
    .product-recommend .recommended-item {
        flex: 1 0 33%; 
    }
    
    /* КОМАНДА */
    .team-list__item {
        flex-basis: 100%;
    }
    .team-list__desc {
        padding: 1rem 1rem;
    } 
}

@media screen and (max-width: 768px) {
    /* ПОИСК */
    /* страница поиска */
    .mobile-open-filters {
        display: block;
        float: right;
        border: 1px solid rgba(0,0,0,0.1);
        padding: .25rem 1rem;
        border-radius: .25rem;
    }
    .mobile-open-filters--show {
        display: none;
    }
    #mobile_open_filters:checked ~ .rees46-full-search-filters {
        display: block;
    }
    
    #mobile_open_filters:checked + .mobile-open-filters .mobile-open-filters--title {
        display: none;
    }
    
    #mobile_open_filters:checked + .mobile-open-filters .mobile-open-filters--show {
        display: inline;
    }
    
    #mobile_open_filters:checked + .mobile-open-filters { 
        position: fixed;
        bottom: 3.75rem;
        left: 0;
        right: 0;
        background: #0049ff;
        z-index: 12;
        color: #fff;
        border-radius: 0;
        border: 0;
        padding: 1rem;
        text-align: center;
    }
    
    .rees46-full-search-filters {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #ffffff;
        z-index: 11;
        padding: 2rem;
        padding-bottom: 8rem;
        overflow: auto;
    }

    /* РЕКОМЕНДАЦИИ */
    .rees46-recommend .recommended-items, 
    .product-recommend .recommended-items {
        flex-wrap: nowrap;
        overflow: auto;
        width: 100%;
    }
    .rees46-recommend .recommended-item, 
    .product-recommend .recommended-item {
        flex: 1 0 45%; 
    }
    
    /* ГЛАВНАЯ */
    
    /* преимущества */
    .advantages-home__item {
        min-width: 70%;
    }
    
    /* блог на главной */
    .home-block__blog-list {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    
    /* ШАПКА */
    #globalnav { height: 6rem; }
    .new-header { opacity: 0; }
    .mh-sticky .new-header { opacity: 1; transition: opacity 300ms; }
    /* ЛОГОТИП */
    .header-logo--desktop {
        display: none;
    }
    .header-logo--mobile {
        display: block;
    }
    
    /* мобильная шапка */
    .mobile-header {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9 !important;
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
        background: #ffffff;
        height: 3.75rem;
    }
    .header-logo {
        position: fixed;
        bottom: .25rem;
        z-index: 10 !important;
        left: 0;
        width: 20%;
        line-height: 1rem;
    }
    
    .mobile-menu__button {
        position: fixed;
        bottom: .25rem;
        z-index: 10 !important;
        left: 20%;
        width: 20%;
        text-align: center;
        line-height: 1rem;
    }
    /*.header-sale,*/
    .header-fav {
        position: fixed;
        bottom: .25rem;
        z-index: 10 !important;
        left: 40%;
        width: 20%;
        line-height: 1rem;
    }
    .header-account {
        position: fixed;
        bottom: .25rem;
        z-index: 10 !important;
        left: 60%;
        width: 20%;
        line-height: 1rem;
    }
    .header-cart {
        position: fixed;
        bottom: .25rem;
        z-index: 10 !important;
        left: 80%;
        width: 20%;
        line-height: 1rem;
    }
    
    header .cart {
        float: none !important;
        position: relative;
    }
    .header-item__counter {
        min-width: 1.25rem;
        background: red;
        color: white;
        position: absolute;
        right: auto; 
        border-radius: 1rem;
        font-size: .75rem;
        text-align: center;
        line-height: 1.25rem;
        z-index: 1;
        white-space: nowrap;
        padding: 0 .25rem;
        width: auto;
        display: inline-block;
        margin-left: 1.25rem;
    }
    
    /* НОВОЕ МЕНЮ */
    .appnav {
        display: none;
    }

    .mm-menu {
        /*top: 9rem !important;*/
        /*z-index: 100 !important;*/
        --mm-offset-top: 1rem;
        --mm-offset-bottom: 3.75rem;
    }
    
    .header-search {
        flex-basis: 100%;
    }
    /*.js-searchpro__field-wrapper, */
    /*.rees46-instant-search,*/
    .header-search__searchfield-wrapper {
        position: relative;
        /*left: 0;*/
        /*right: 0;*/
        /*top: 6.25rem;*/
        /*top: 0;*/
        z-index: 2;
        /*display: none;*/
        /*height: 2.75rem;*/
        /*margin: 0;*/
        /*padding: .5rem .5rem;*/
        height: 3rem;
        width: 100%;
    }
    .mm-wrapper_opened .header-search__searchfield-wrapper /*.js-searchpro__field-wrapper*/ {
        /*display: block;*/
    }
    /* фикс прокрутки шапки из-за прилипания при октрытом меню */
    .mm-wrapper_opened .globalheader {
        transform: translate3d(0,0,0) !important;
    }

    .level-1 {
        /*flex-wrap: nowrap;*/
        max-height: 100vh;
    }
    
    /* черная пятница 
    .menu-sale.mm-listitem {
        background: black;
        color: yellow;
    }
    */
    
    /* ЛИСТИНГ */
    /* меню категории в сайдбаре */
    .category-menu {
        flex-direction: row;
    }
    .category-menu__link--current {
        display: none;
    }
    
    /* ФУТЕР */
    .footer__messengers {
        flex-wrap: wrap;
    }
    .footer {
        padding: 3rem 0;
    }
    .footer-top {
        margin-bottom: 3rem;
    }
    .footer-logo, 
    .footer-callback {
        display: none;
    }
    

    
    /* НОВАЯ ШАПКА */
     .header-city {
        display: none;
    }
    .new-header {
        flex-wrap: wrap;
    }
    .header-help {
        order: 10;
    }
    .header-phone {
        order: 11;
    }
    .header-search {
        order: 12;
        margin-top: 1rem;
    }
}

@media (max-width: 640px) {
    /* ГЛАВНАЯ */
    
    /* блок распродажи */
    .index-sale {
        flex-wrap: nowrap;
        width: 100%;
        overflow: auto;
    }
    .index-sale__item {
        min-width: 35%;
        max-width: unset;
        margin-right: 1rem;
    }
    
    /* СТРАНИЦА НОВИНКИ */
    .promo-list__card {
        flex-basis: 48%;
        margin: 0 2% 2% 0;
    }
}

@media screen and (max-width: 430px) {
    /* ГЛАВНАЯ */
    /* баннер на главной */
    .home-banner-full {
        height: 150px;
    }
    /* ЛИСТИНГ */
    /* размер фото */
    .product-list__item .image, 
    .product-list__item .image img {
        height: 175px;
    }
    /* КАРТОЧКА */
    /* блоки информации */
    .product-info__item {
        padding: 0;
        max-width: 100%;
        flex: 1 0 auto;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 375px) {
    /* ЛИСТИНГ */
    /* размер фото */
    .product-list__item .image, 
    .product-list__item .image img {
        height: 150px;
    }
}

@media screen and (max-width: 320px) {
    /* ЛИСТИНГ */
    /* размер фото */
    .product-list__item .image, 
    .product-list__item .image img {
        height: 125px;
    }
}
