body {
    margin: 0;
}

.page-buying {
    padding: 0;
    margin: 0;
    background-color: #182029;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.buying-container {
    max-width: 1120px;
    margin: auto;
}

.page-buying h5 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3em;
}

.page-buying a, .page-buying button, .page-buying input, .page-buying svg, .page-buying svg path, .page-buying img {
    transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active

{
    outline: none;
}

.page-buying h2, .page-buying h3, .page-buying h4, .page-buying h5, .page-buying h6, .page-buying p {
    margin: 0;
}

.page-buying ul, .page-buying li {
    display: block;
    margin: 0;
    padding: 0;
}

.page-buying img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.page-buying * {
    box-sizing: border-box;
}

.page-buying .btn {
    display: inline-block;
    max-width: 210px;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #E1172B;
    border-radius: 4px;
    text-decoration: none;
    margin: 0;
    line-height: 1em;
}

.page-buying .btn:hover {
    background-color: #B91122;
}

.no-wrapp {
    white-space: nowrap;
}

.buying-mob,
.info-content__show,
.swiper-button-next::after,
.swiper-button-prev::after,
.type-slider .swiper-slide h3 br,
.sole-slider,
.modal,
.product-slider__content img,
.sole-wrapper__items div,
#text {
    display: none;
}

.capabilities-slider .swiper-slide p,
.buying-advantages p,
.type-slider .swiper-slide li p,
.defender-slider .swiper-slide h3,
.row-content h4 {
    letter-spacing: -0.01em;
    line-height: 1.5em;
}

/* buying-banner */

.mb-64 {
    margin-bottom: 64px;
}

.banner-wrapper {
    position: relative;
}

.banner-wrapper img {
    width: 100%;
}

.banner-wrapper .buying-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 1;
}

.banner-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.banner-content {
    max-width: 560px;
    text-align: center;
}

.banner-content h5 {
    margin-bottom: 41px;
}

.banner-content h1 {
    font-size: 38px;
    line-height: 1.4em;
    text-transform: uppercase;
    margin: 0;
}

.banner-content h1:before {
    content: '';
    display: block;
    width: 99px;
    height: 25px;
    background: url(../img/main-page/top-left.png) no-repeat center/cover;
    margin-bottom: 8px;
}

.banner-content h1:after {
    content: '';
    display: block;
    width: 99px;
    height: 25px;
    background: url(../img/main-page/bottom-right.png) no-repeat center/cover;
    margin-left: auto;
    margin-top: 8px;
}

.banner-text {
    text-align: center;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1.4em;
}

/* buying-navigation */

.buying-navigation {
    padding: 51px 0 127px;
}

.buying-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: auto;
}

.buying-navigation li {
    margin: 12px;
}

.buying-navigation a {
    display: block;
    width: auto;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 4px;
}

.buying-navigation a:hover,
.sole-navs li:hover {
    color: #182029;
    background-color: #fff;
}

/* buying-info */

.buying-info {
    padding-bottom: 52px;
}

.buying-info .buying-container,
.buying-effect .buying-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1132px;
}

.info-images {
    max-width: 656px;
    flex: none;
}

.info-content {
    width: 100%;
    max-width: 552px;
    position: relative;
}

.page-buying .info-content h2 {
    line-height: 1.2em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-shadow: 0px 2px 8px rgba(41, 136, 207, 0.6);
    margin: 16px 0 32px;
    text-align: left;
}

.info-content ul {
    margin-bottom: 32px;
}

.info-content li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.info-content li p {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    max-width: 505px;
}

.info-content .buying-content__count,
.advantages-list__count,
.card-info__content span.card-info__count {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 0.8em;
    margin-right: 16px;
    flex: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.info-content .buying-content__count:before,
.advantages-list__count::before,
.card-info__content span.card-info__count::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.8));
    border: 1px solid #fff;
    border-radius: 100px;
    position: absolute;
}

/* category-page */

.buying-advantages {
    padding: 22px 0 74px;
}

.page-buying h2 {
    font-size: 36px;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.buying-advantages ul {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}

.buying-advantages li {
    text-align: center;
    width: 100%;
    max-width: 205px;
}

.buying-advantages .advantages-list__count {
    font-weight: 500;
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    font-size: 34px;
}

.advantages-list__count::before {
    width: 56px;
    height: 56px;
    filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.8));
}

.buying-advantages p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

/* buying-type */

.type-slider {
    margin-top: 47px;
}

.type-slider .swiper-wrapper {
    justify-content: space-between;
}

.type-slider .swiper-slide {
    padding: 40px 26px 0;
    border: 2px solid #FFFFFF;
    border-radius: 32px;
    text-align: center;
    max-width: 48.6%;
    min-height: 937px;
}

.type-slider .swiper-slide h3 {
    font-size: 36px;
    letter-spacing: -0.01em;
    line-height: 1.2em;
}

.type-slider .swiper-slide ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
}

.type-slider .swiper-slide li {
    width: 100%;
    max-width: 49%;
    margin-bottom: 21px;
}

.type-slider .swiper-slide li div img {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
}

.type-slider .swiper-slide li p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
}

/* buying-effect */

.buying-effect {
    padding: 86px 0 40px;
}

.buying-effect .buying-container {
    max-width: 1128px;
}

.effect-content {
    width: 100%;
    max-width: 448px;
}

.effect-content h2 {
    text-align: left;
}

.effect-content p {
    font-size: 22px;
    letter-spacing: -0.01em;
    line-height: 1.4em;
    margin: 32px 0;
}

.effect-images {
    max-width: 640px;
}

.effect-content ul {
    margin-top: 32px;
}

.effect-content li {
    display: flex;
    margin-bottom: 16px;
}

.effect-content li:last-child {
    align-items: center;
}

.effect-content li:last-child img {
    margin-bottom: 0;
}

.effect-content li img {
    padding-left: 3px;
    margin-bottom: 7px;
}

.effect-content li p {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    margin: 0 0 0 16px;
}

/* buying-using */

.using-slider {
    margin-top: 48px;
    overflow: visible;
}

.using-slider .swiper-wrapper {
    justify-content: space-between;
}

.using-slider .swiper-slide {
    max-width: 32%;
}

.using-slider .swiper-slide h4 {
    margin: 11px 0 8px;
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
}

.using-slider .swiper-slide p {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
}

.using-slider__images {
    display: flex;
    border: 2px solid #FFFFFF;
    filter: drop-shadow(0px 0px 8px #2988CF);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.using-slider__images div {
    width: 100%;
    position: relative;
}

.using-slider__images img {
    width: 100%;
    height: 100%;
}

.using-slider__hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.using-slider__images div:hover .using-slider__hover {
    opacity: 1;
    z-index: 10;
}

/* buying-video */

.buying-video {
    padding: 70px 0;
}

.video-slider {
    margin-top: 32px;
}

.video-slider .swiper-slide {
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.video-slider .swiper-slide img {
    width: 100%;
    border-radius: 8px;
}

.video-slider .swiper-slide div {
    position: relative;
}

.video-slider .swiper-slide div svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.video-slider .swiper-slide p {
    margin-top: 16px;
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
}

.video-wrapper .swiper-button-next,
.video-wrapper .swiper-button-prev {
    /* width: 64px;
    height: 64px; */
    width: 48px;
    height: 48px;
    top: 37%;
}

.video-wrapper {
    position: relative;
}

.video-wrapper .swiper-button-next {
    right: -30px;
}

.video-wrapper .swiper-button-prev {
    left: -30px;
}

/* page-steamIron */

/* buying-product */

.buying-product {
    padding: 53px 0 0;
}

.buying-product .buying-container {
    position: relative;
}

.product-slider {
    padding-bottom: 60px;
    padding-top: 20px;
    margin: auto;
}

.product-slider__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-width: 860px;
}

.product-card {
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 16px #2988CF, inset 0px 0px 8px #FFFFFF;
    border-radius: 32px;
    max-width: 1056px;
    padding: 31px 0;
}

.product-slider__images {
    max-width: 384px;
}

.product-slider__content {
    max-width: 448px;
    width: 100%;
}

.product-slider__content h3 {
    text-shadow: 0px 0px 16px #2988CF;
    font-size: 36px;
    letter-spacing: -0.01em;
    line-height: 1.2em;
}

.product-slider__content p {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    margin: 16px 0 24px;
}

.buying-product .swiper-button-next,
.buying-product .swiper-button-prev {
    width: 64px;
    height: 64px;
    top: 45%
}

.buying-product .swiper-button-next {
    right: 0;
}

.buying-product .swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    border: 1px solid #FFFFFF;
    background: transparent;
    opacity: 1;
    width: 16px;
    height: 16px;
    padding: 0;
}
.swiper-pagination-bullet-active {
    background: #fff;
}

.product-slider__content .btn {
    text-transform: none;
    max-width: 211px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    padding: 8px 0;
}

/* buying-effect_small */

.buying-effect_small h2 {
    margin-bottom: 32px;
}

.buying-effect_small h4 {
    font-size: 22px;
    margin-top: 24px;
}

.buying-effect_small p {
    font-size: 18px;
    margin-top: 8px;
}

/* buying-defender */

.buying-defender {
    padding: 95px 0 0;
}

.buying-defender h2 {
    text-align: center;
}

.buying-defender p.defender-text,
.buying-sole p.sole-text,
.sole-wrapper__content p {
    margin-top: 16px;
    text-align: center;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1.4em;
}

.defender-slider {
    margin: 32px 0 60px;
}

.defender-slider .swiper-wrapper {
    justify-content: space-between;
}

.defender-slider .swiper-slide {
    max-width: 32%;
    text-align: center;
}

.defender-slider .swiper-slide img {
    max-width: 96px;
}

.defender-slider .swiper-slide h3 {
    margin: 24px 0 8px;
    font-size: 22px;
}

.defender-slider .swiper-slide p {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
}

.defender-disclaimer {
    max-width: 544px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    opacity: 0.5;
    letter-spacing: -0.03em;
    line-height: 1.4em;
}

/* buying-sole */

.buying-sole {
    padding-bottom: 75px;
}

.page-buying ul.sole-navs {
    display: flex;
    justify-content: space-between;
    margin: 48px auto;
    max-width: 984px;
    
}

.sole-navs li {
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    border: 1px solid #fff;
    padding: 12px 24px;
    width: max-content;
    border-radius: 4px;
    transition: all .5s;
}

.sole-navs li.active {
    color: #182029;
    background-color: #fff;
}

.sole-wrapper {
    display: none;
    position: relative;
}

.sole-wrapper.active {
    display: flex;
}

.sole-wrapper__content {
    max-width: 448px;
}

.sole-wrapper__content h2 {
    text-align: left;
}

.sole-wrapper__content p {
    text-align: left;
}

.sole-wrapper__tabs {
    margin-left: 18px;
}

.page-buying ul.sole-wrapper__list {
    position: relative;
    z-index: 1;
}

.sole-wrapper__list li {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sole-wrapper__list li.active svg path,
.sole-wrapper__list li:hover svg path {
    fill: #fff;
}

.sole-wrapper__list li div {
    border: 1px solid #8B8F94;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    transition: all .5s;
}

.sole-wrapper__list li.active div,
.sole-wrapper__list li:hover div {
    border-color: #fff;
}

.sole-wrapper__list li p {
    color: #8B8F94;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    transition: all .5s;
}

.sole-wrapper__list li.active p,
.sole-wrapper__list li:hover p {
    color: #fff;
}

.sole-wrapper__items p {
    font-size: 18px;
    max-width: 352px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
}

.sole-wrapper__items .active {
    display: block;
}

.sole-wrapper__items img {
    position: absolute;
    right: 0;
    top: 0;
}

/* page-mobileIroning */

.buying-card {
    padding: 48px 0;
}

.card-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 39px 80px 22px 76px;
    border: 2px solid #FFFFFF;
    box-shadow: inset 0px 0px 8px #FFFFFF;
    filter: drop-shadow(0px 0px 16px #2988CF);
    border-radius: 32px;
}

.card-info__images {
    max-width: 448px;
}

.card-info__content {
    max-width: 508px;

}

.card-info__content li {
    margin-bottom: 24px;
    display: flex;
}

.card-info__content span.card-info__count {
    height: 36px;
    width: 36px;
    font-size: 21px;
    margin-right: 26px;
}

.card-info__content span.card-info__count::before {
    height: 36px;
    width: 36px;
}

.card-info__content li p {
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-shadow: 0px 0px 0 #2988CF;
}

/* buying-row */

.buying-row .buying-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-content {
    max-width: 448px;
}

.row-content h2 {
    text-shadow: 0px 0px 16px rgba(41, 136, 207, 0.8);
    text-align: left;
    margin-bottom: 32px;
}

.row-content h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.row-content h4 {
    margin-top: 24px;
    font-size: 22px;
    margin-bottom: 16px;
}

.row-content p {
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1.4em;
}

.row-images {
    max-width: 640px;
}

/* buying-capabilities */

.buying-capabilities {
    padding: 14px 0 64px;
}

.capabilities-slider .swiper-wrapper {
    justify-content: space-between;
}

.capabilities-slider .swiper-slide {
    max-width: 24%;
    width: 100%;
    text-align: center;
}

.capabilities-slider .swiper-slide img {
    max-width: 96px;
}

.capabilities-slider .swiper-slide p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
}

/* buying-video-banner */

.buying-video-banner {
    padding-bottom: 60px;
}

.buying-video-banner h2 {
    text-shadow: 0px 0px 16px rgba(41, 136, 207, 0.8);
}

.video-banner {
    position: relative;
    display: block;
    margin: 31px auto 0;
    max-width: 1024px;
}

.video-banner svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.video-banner img {
    border-radius: 16px;
}