@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
body {
    font-family: 'Commissioner', sans-serif;
}
@font-face {
    font-family: fontello;
    src: url(/bitrix/templates/innet_focus_s1/fonts/fontello/fontello.eot?23841510);
    src: url(/bitrix/templates/innet_focus_s1/fonts/fontello/fontello.eot?23841510#iefix) format("embedded-opentype"), url(/bitrix/templates/innet_focus_s1/fonts/fontello/fontello.woff2?23841510) format("woff2"), url(/bitrix/templates/innet_focus_s1/fonts/fontello/fontello.woff?23841510) format("woff"), url(/bitrix/templates/innet_focus_s1/fonts/fontello/fontello.ttf?23841510) format("truetype"), url(/bitrix/templates/innet_focus_s1/fonts/fontello/fontello.svg?23841510#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

.fontello-compare:before {
    content: '\e822'
}

.fontello-heart:before {
    content: '\e81a'
}

.fontello-search:before {
    content: "\e800"
}

.fontello-zoom-in:before {
    content: "\e801"
}

.fontello-phone2:before {
    content: "\e802"
}

.fontello-ok:before {
    content: "\e803"
}

.fontello-cancel:before {
    content: "\e804"
}

.fontello-location:before {
    content: "\e805"
}

.fontello-down-open:before {
    content: "\e806"
}

.fontello-cart:before {
    content: "\e807"
}

.fontello-left-open:before {
    content: "\e808"
}

.fontello-right-open:before {
    content: "\e809"
}

.fontello-up-open:before {
    content: "\e80a"
}

.fontello-list-1:before {
    content: "\e80b"
}

.fontello-mappin:before {
    content: "\e80c"
}

.fontello-list-2:before {
    content: "\e80d"
}

.fontello-phone:before {
    content: "\e80e"
}

.fontello-user:before {
    content: "\e80f"
}

.fontello-instagram:before {
    content: "\e810"
}

.fontello-at:before {
    content: "\e811"
}

.fontello-text-quotes:before {
    content: "\e812"
}

.fontello-mail:before {
    content: "\e813"
}

.fontello-check:before {
    content: "\e814"
}

.fontello-list-3:before {
    content: "\e815"
}

.fontello-clock-alt:before {
    content: "\e816"
}

.fontello-truck:before {
    content: "\e817"
}

.fontello-globe:before {
    content: "\e818"
}

.fontello-chat:before {
    content: "\e819"
}

.fontello-clock:before {
    content: "\e81b"
}

.fontello-twitter:before {
    content: "\f099"
}

.fontello-facebook:before {
    content: "\f09a"
}

.fontello-angle-double-left:before {
    content: "\f100"
}

.fontello-angle-double-right:before {
    content: "\f101"
}

.fontello-angle-double-up:before {
    content: "\f102"
}

.fontello-angle-double-down:before {
    content: "\f103"
}

.fontello-angle-left:before {
    content: "\f104"
}

.fontello-angle-right:before {
    content: "\f105"
}

.fontello-angle-up:before {
    content: "\f106"
}

.fontello-angle-down:before {
    content: "\f107"
}

.fontello-youtube-play:before {
    content: "\f16a"
}

.fontello-down:before {
    content: "\f175"
}

.fontello-up:before {
    content: "\f176"
}

.fontello-left:before {
    content: "\f177"
}

.fontello-right:before {
    content: "\f178"
}

.fontello-vkontakte:before {
    content: "\f189"
}

.fontello-odnoklassniki:before {
    content: "\f263"
}

[class*=" fontello-"]:before, [class^=fontello-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


input, button, select {
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield; 
}
hr {
    border-top: 2px solid #BBBEC3;
    margin: 0 0 35px;
}
.heading-2 {
    font-size: 36px;
    font-weight: 700;
    color: #232323;
    text-transform: uppercase;
}
.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.section-heading__link {
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    text-decoration: none;
}
.section-heading__link svg {
    color: #858d96;
}
.heading-3 {
    font-size: 30px;
    font-weight: 500;
    color: #232323;
}
.heading-5 {
    font-size: 20px;
    font-weight: 500;
    color: #858d96;
}
.heading-6 {
    font-size: 20px;
    font-weight: 500;
    color: #232323;
    text-align: center;
    overflow: hidden;
    height: 53px;
}
.heading-6__heading-line {
    height: 4px;
    width: 23%;
    background-color: #032348;
    margin: 12px auto 25px;
    align-items: center;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-decoration: none;
    font-size: 18px;
    transition: all 300ms;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 50px;
    padding: 0 30px;
    border-radius: 0;
}
.btn::after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .3;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}
.btn:hover::after {
    left: 120%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-outline-gray {
    background: #ebeef1;
    border: 1px solid #b2b3b2;
    color: #858d96;
    font-size: 16px;
    font-weight: 300;
}
.btn-outline-gray:hover {
    background: #ebeef1;
    border: 1px solid #b2b3b2;
    color: #858d96;
}
.btn-red {
    background: #fe0000;
    color: #ffffff;
}
.btn-red:hover {
    background: #fe0000;
    color: #ffffff;
}
.btn-blue {
    background: #032348;
    color: #ffffff;
}
.btn-blue:hover {
    background: #032348;
    color: #ffffff;
}
.btn-gray {
    background: #ebeef1;
    color: #858d96;
}
.btn-gray:hover {
    background: #ebeef1;
    color: #858d96;
}
.btn-maps {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebeef1;
    border: 1px solid #b2b3b2;
    text-decoration: none;
    color: #858d96;
    font-size: 16px;
    font-weight: 300;
    transition: all 300ms;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 166px;
    height: 50px;
}
.btn-maps::after {
    background: #b3b4b6;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .3;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
  }
.btn-maps:hover::after {
    left: 120%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
.form-select, .form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    padding: 0 30px;
    height: 50px;
    border-top: 2px solid #b2b3b2;
    border-left: 1px solid #b2b3b2;
    border-bottom: 0;
    border-right: 0;
    border-radius: 0;
    font-size: 16px;
    color: #858d96;
    font-weight: 300;
  }
.form-select:focus, .form-control:focus{
    border-color:#b2b3b2;
    box-shadow: none;
}
.form-quantity .form-control {
    width: 100%;
    text-align: center;
}
.form-select-2 {
    border: 2px solid #F0F2F4;
    border-radius: 2px;
}
.form-quantity {
    position: relative;
    width: 120px;
}
.form-quantity button {
    position: absolute;
    height: 100%;
    width: 35px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #858d96;
    font-size: 18px;
}
.form-quantity button:first-child {
    left: 0;
    content: "-";
}
.form-quantity button:last-child {
    right: 0;
    content: "+";
}
.form-switch .form-check-input {
    margin-top: 0;
    width: 50px;
    height: 22px;
    box-shadow: inset 1px 1px 2px rgba(36, 37, 34, 0.35);
    cursor: pointer;
    background-color: #dcdfe2;
    border-color: #dcdfe2;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2306965b'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2306965b'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: #ffffff;
    border-color: #ebeef1;
}
.form-check-label {
    margin-bottom: 3px;
}

.swiper-button {
    z-index: 1;
    color: #D8D8D7;
    width: 50px;
    height: 50px;
}
.swiper-button::after {
    display: none;
}
.swiper-button-prev {
    transform: rotate(180deg);
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 35px;
    z-index: 1;
}
.swiper-pagination-bullet {
    background: white;
    width: 10px;
    height: 10px;
    transition: all 300ms;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
}
#hero .swiper-button {
    opacity: 0;
    transition: opacity 1000ms;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.header-content__top {
    height: 60px;
    background-color: #032348;
    display: flex; 
    align-items: center;
 }
.header-content__top-content {
    width: 100%;
    display: flex; 
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    max-width: 1700px;
    margin: 0 auto;
}
.header-content__top-socials ul {
    display: flex;
    padding: 0;
    list-style-type: none;
    column-gap: 23px;
    margin: 0 0 0 -10px;
}
.header-content__top-socials a {
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    transition: color 500ms;
}
.header-content__top-socials a:hover {
    color: #fe0000;
}
.header-content__top-contacts {
    display: flex;
    align-items: center;
    column-gap: 200px;
}
.header-content__top-sitylink a{
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.header-content__top-phone a{
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
}
.header-content__nav {
    height: 100px;
    background-color: #ebeef1;
    display: flex; 
    align-items: center;
}
.header-content__nav-content{
    width: 100%;
    height: 100%;
    display: flex; 
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    max-width: 1700px;
    margin: 0 auto;
}
.header-content__nav-menu-btn {
    display: none;
}
.header-content__nav-logo {
    display: flex;
    align-items: center;
}
.header-content__nav-logo img {
    width: 280px;
}
.header-content__nav-menu ul {
    height: 100%;
    display: flex;
    margin: 0;
    padding: 0 10px;
    list-style-type: none;
    column-gap: 5px;
}
.header-content__nav-menu a {
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color:#232323;
    transition: all 500ms;
    padding: 0 10px;
    text-align: center;
}
.header-content__nav-menu a:hover {
    color: #fe0000;
} 
.header-content__nav-actions {
    display: flex;
    height: 100%;
    align-items: center;
    column-gap: 30px;
}
.header-content__nav-basket {
    position: relative;
    cursor: pointer;
}
.header-content__nav-basket span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    left: 22px;
    background-color: #fe0000;
    border-radius: 999px;
    padding: 0 6px 2px;
    color: #ffffff;
    font-size: 12px;
}
.header-content__nav-search{
    position: relative;
}
.header-content__nav-search button svg {
    color: #858d96}

.header-content__nav-search input{
    border-radius: 999px;
    border: none;
    box-shadow: inset 2px 2px 2px #b2b3b2;
    padding: 8px 27px 8px 17px;
    font-size: 14px;
}
.header-content__nav-search input:focus::placeholder{
    color: transparent;
}
.header-content__nav-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: none;   
}


#hero {
    position: relative;
    padding-top: 160px;
    height: 100vh;
    overflow: hidden;
}
.hero-background{
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #000, transparent);
    opacity: 0.65;
    z-index: 1;
}
.hero-text-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-text {
    z-index: 1;
}
.hero-text h1{
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 60px;
}
.heading-1__heading-line{
    height: 4px;
    width: 80px;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.hero-text p{
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 70px;
}
.hero-text-content .btn-red{
    width: 280px;
}


#options {
    padding: 160px 0;
}
.options-item {
    display: flex;
    justify-content: center;
}
.options-item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: transform 500ms;
}
.options-item a:hover {
    transform: scale(1.1);
}
.options-item a svg {
    color: #858d96;
    margin-bottom: 20px;
}


#catalog{
    padding-top: 30px;
    user-select: none;
}
.catalog .section-heading {
    margin-bottom: 75px;
}
.catalog-item {
    cursor: pointer;
    position: relative;
    width: 450px;
    height: 420px;
}
.catalog-item__image {
    width: 100%;
    height: 345px;
}
.catalog-item__details {
    width: 85%;
    height: 200px;
    background: #fff;
    border: 2px solid #c8ccd1;
    padding: 30px 20px;
    transition: all 500ms;
}
.catalog-item:hover .catalog-item__details{
    background: #ebeef1;
    border-color:  #ebeef1;
}
.catalog-item__details-description{
    font-size: 14px;
    font-weight: 400;
    color: #858d96;
    display: flex;
    flex-direction: column;
}


#popular-goods{
    padding: 170px 0 180px 0;
}
.product-item {
    width: 400px;
    border: 2px solid #c8ccd1;
    padding: 35px 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 500ms;
    cursor: pointer;
}
.product-item:hover {
    background: #ebeef1;
    border-color:  #ebeef1;
}
.product-item__image{
    width: 190px;
    height: 190px;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 30px;
}
.product-item__description {
    color: #858d96;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    height: 27px;
    overflow: hidden;
}
.product-item__properties{
    height: 102px;
    overflow: hidden;
}
.product-item__property {
    color: #858d96;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
.product-item__price_quantity {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}
.product-item__price{
    color: #232323;
    font-size: 24px;
    font-weight: 500;
}
.product-item__quantity{
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    column-gap: 15px;
    display: flex;
    align-items: center;
}
.product-item__buttons{
    display: flex;
    justify-content: space-between;
}
.product-item__button_buy {
    display: flex;
    column-gap: 18px;
    width: 170px;
    padding: 0;
}
.product-item__button_buy svg {
    color: #fff;
}
.product-item__button_details {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #858d96;
    text-decoration: none;
    color: #858d96;
    font-size: 18px;
    transition: all 300ms;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    column-gap: 18px;
    width: 170px;
    height: 50px;
}
.product-item__button_details::after {
    background: #c9cfd4;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .3;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}
.product-item__button_details:hover::after {
    left: 120%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}


#delivery{
    padding-bottom: 110px;
    background-color: #ebeef1;
    overflow: hidden;
}
.delivery-top {
    display: flex;
    column-gap: 90px;
}
.delivery-top__content {
    padding-top: 90px;
    width: 65%;
}
.delivery-form>div:nth-last-child(-n+2) {
    grid-column: span 2;
}
.delivery-top__image {
    width: 100%;
    position: relative;
    flex: 1;
}
.delivery-top__image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.delivery h5 {
    margin: 25px 0 75px 0;
}
.delivery__product {
    display: flex;
    column-gap: 22px;
    position: relative;
}
.delivery__product-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 50px;
    align-self: flex-end;
    color: #858d96;
}
.delivery__product-actions svg{
    cursor: pointer;
}
.delivery__product-actions.position-absolute {
    right: -38px;
    bottom: 0;
}
.delivery label {
    font-size: 16px;
    font-weight: 400;
    color: #858d96;
    margin-bottom: 8px;
}
.delivery-form {
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
    grid-template-columns: 500px auto;
    grid-template-rows: auto auto auto auto auto;
}
.delivery-top hr {
    margin-top: 65px;
    margin-bottom: 0;
    border-color: #b2b3b2;
}
.delivery__distance {
    margin:35px 0;
}
.delivery-car {
    margin-bottom: 80px;
    position: relative;
}
.delivery-car .swiper-button {
    color: #fbfcfc;
    border-radius: 999px;
    background: #858d96;
}
.delivery-car .swiper-button svg {
    transform: scale(1.03);
}
.delivery-car .swiper-button-next {
    right: -100px;
}
.delivery-car .swiper-button-prev {
    left: -100px;
}
.delivery-car-item {
    border: 2px solid #c8ccd1;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    width: 100%;
    height: 280px;
    background-color: transparent;
    padding: 25px 20px;
    filter: grayscale(1);
    transition: all 500ms;
}
.delivery-car-item:hover {
    filter: grayscale(0);
    background-color: #ffffff;
}
.delivery-car-item__logo {
    height: 110px;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}
.delivery-car-item__name {
    font-size: 20px;
    font-weight: 500;
    color: #232323;
}
.delivery-car-item__property {
    color: #858d96;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.delivery-car-characteristic {
    display: flex;
    column-gap: 35px;
    margin-bottom: 120px;
}
.delivery-car-characteristic svg {
    color: #858d96;
    margin-right: 50px ;
}
.delivery__buttons {
    display: flex;
    column-gap: 35px;
}
.delivery__buttons .btn {
    width: 280px;
}


#delivery_calculation {
    padding: 90px 0 195px;
}
.delivery-calculation {
    margin-bottom: 90px;
}
.delivery-calculation .heading-2 {
    margin-bottom: 80px;
}
.delivery-calculation .heading-3 {
    margin-bottom: 30px;
}
.delivery-calculation__table {
    overflow-x: scroll;
}
.delivery-calculation table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 9px;
    color: #858d96;
    font-size: 16px;
    margin-bottom: 12px;
}
.delivery-calculation table th {
    text-align: center;
    font-size: 18px;
}
.delivery-calculation table td {
    border-top: 2px solid #ebeef1;
    border-bottom: 2px solid #ebeef1;
    text-align: center;
    padding: 3px 15px;
    white-space: nowrap;
    vertical-align: middle;
}
.delivery-calculation table td:first-child {
    border-left: 2px solid #ebeef1;
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
    white-space: normal;
}
.delivery-calculation table td:last-child {
    border-right: 2px solid #ebeef1;
}
.delivery-calculation table button {
    border: none;
    background: transparent;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #858d96;
}
.delivery-calculation__add-item {
    display: inline-block;
    font-size: 14px;
    color: #858d96;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 30px;
    margin-bottom: 30px;
}
.delivery-calculation__total {
    display: flex;
    font-size: 18px;
    color: #858d96;
    justify-content: flex-end;
    align-items: center;
    column-gap: 60px;
}
.delivery-calculation__total-label {
    font-size: 24px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 0;
}
.delivery-calculation__total-items {
    display: flex;
    column-gap: 30px;
}
.delivery-calculation__total-items span {
    white-space: nowrap;
}
.delivery-invoice {
    position: relative;
}
.delivery-invoice__map {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.delivery-invoice__content {
    width: 50%;
    margin-left: auto;
    padding-left: 90px;
}
.delivery-invoice__properties {
    display: flex;
    align-items: center;
    column-gap: 50px;
    color: #858d96;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 60px;
}
.delivery-invoice__property {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.delivery-invoice__property span {
    white-space: nowrap;
}
.delivery-invoice__address {
    margin-bottom: 50px;
}
.delivery-invoice__address .heading-3 {
    margin-bottom: 20px;
}
.delivery-invoice__vehicle {
    margin-bottom: 50px;
}
.delivery-invoice__vehicle .heading-3 {
    margin-bottom: 20px;
}
.delivery-invoice__vehicle-description {
    color: #858d96;
}
.delivery-invoice__vehicle-description .heading-4 {
    color: #232323;
}
.delivery-invoice__vehicle-properties table tr td:first-child {
    padding-right: 80px;
}
.delivery-invoice__amount-parts {
    display: flex;
}
.delivery-invoice__amount-part {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 35px;
}
.delivery-invoice__amount-part .heading-5 {
    color: #232323;
}
.delivery-invoice__amount-part p {
    font-size: 24px;
    color: #858d96;
    font-weight: 300;
    margin: 0;
}
.delivery-invoice__total-amount {
    margin-bottom: 25px;
}
.delivery-invoice__total-amount .heading-3 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.delivery-invoice__total-amount p {
    font-size: 36px;
    color: #858d96;
    font-weight: 700;
    margin-bottom: 0;
}
.delivery-invoice__actions {
    margin-bottom: 70px;
}
.delivery-invoice__actions-ps {
    display: flex;
    align-items: center;
    column-gap: 20px;
    color: #232323;
}
.delivery-invoice__actions-ps svg {
    cursor: pointer;
}
.delivery-invoice__extra-actions {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    align-items: flex-start;
}

#our-progress{
    background: #ebeef1;
    padding: 85px 0 165px;

}
.our-progress__documents {
    display: flex;
    column-gap: 30px ;
    margin-top: 75px;
}
.our-progress__documents .swiper-wrapper {
    padding: 25px;
}
.our-progress__documents-image {
    cursor: pointer;
    filter: grayscale(1);
    height: 580px;
    box-shadow: 0 0 25px #b7b7b7;  
    transition: filter 500ms;
}
.our-progress__documents-image:hover {
    filter: grayscale(0);
}


#partners{
    background: #032348;
    padding: 90px 0 180px;
    overflow: hidden;
}
.partners .heading-2 {
    color: #ffffff;
}
.partner__items {
    display: flex;
    margin-top: 110px;
    position: relative;
}
.partner__items .swiper-button-next{
    right: -100px;
}
.partner__items .swiper-button-prev {
    left: -100px;
}
.partner__item {
    border: 1px solid #2d4867;
    width: 264px;
    height: 264px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 500ms;
    cursor: pointer;
    padding: 30px;
}
.partner__item:hover {
    background: #2d4867;
}
.partner__item img {
    opacity: 0.6;
    transition: opacity 500ms;
}
.partner__item:hover img {
    opacity: 1;
}



#news{
    overflow: hidden;
}
.news {
    display: grid;
    grid-template-columns: repeat(2, auto);
}
.news-list {
    width: 100%;
    padding: 100px 80px 145px 0;
}
.news-list__date {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.news-list__date span {
    color: #858d96;
    font-size: 24px;
    font-weight: 400;
}
.news-list__text {
    max-height: 96px;
    overflow: hidden;
}
.news-line{
    height: 16px;
    border-bottom: 2px solid #c8ccd1;
    flex:1;
}
.news h2 {
    margin-bottom: 40px;
}
.news h3 {
    margin: 22px 0;
}
.news-item {
    margin: 20px 0;
}
.news-details {
    position: relative;
    max-width: 100%;
}
.news-details__bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #ebeef1;
}
.news-details__content {
    width: 650px;
    position: relative;
    padding: 100px 0 145px 90px;
    box-sizing: content-box;
}
.news-details__content .swiper-button {
    top: unset;
    bottom: 0;
    color: #fbfcfc;
    border-radius: 999px;
    background: #858d96;
}
.news-details__content .swiper-button svg {
    transform: scale(1.03);
}
.news-details__content .swiper-button-next {
    right: 0;
}
.news-details__content .swiper-button-prev {
    right: 80px;
    left: unset;
}
.news-details__content .swiper-pagination {
    bottom: 18px;
    justify-content: flex-start;
    padding-left: 90px;
}
.news-details__content .swiper-pagination-bullet {
    background: #858d96;
}

.news-details__text {
    font-size: 16px;
    font-weight: 400;
    color:#858d96;
    overflow: hidden;
    max-height: 264px;
}
.news-list .btn {
    margin-top: 90px;
    width: 280px;
}


footer {
    background-color: #032348;
    padding: 40px 0 40px;
}
.footer__nav-menu {
    height: 64px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__nav-menu ul {
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    column-gap: 20px;
}
.footer__nav-menu li {
    display: flex;
    align-items: center;
    height: 100%;
}
.footer__nav-menu a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    color:#fff;
    transition: all 500ms;
}
.footer__nav-menu a:hover {
    color: #fe0000;
} 
.footer-line {
    height: 2px;
    width: 100%;
    background-color: #2a4563;
    margin-bottom: 70px;
}
.footer-content__phone a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
}
.footer-content__address {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.footer-content__socials-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.footer-content__socials ul {
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    column-gap: 35px;
    margin-left: -10px;
}
.footer-content__socials a {
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    transition: color 500ms;
}
.footer-content__socials a:hover {
    color: #fe0000;
}
.footer-contacts,
.footer-info {
    display: grid;
    row-gap: 18px;
    column-gap: 30px;
    grid-template-columns: 845px auto;
    grid-template-rows: auto auto;
    margin-bottom: 60px;
}
.footer-contacts {
    row-gap: 8px;
}
.footer-content__policies {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    max-width: 450px;
    grid-row: 1/3;
}
.footer-caption {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (max-width: 1600px) {
    .product-item {
        width: 350px;
        padding: 20px 15px 15px;
    }
    .product-item__image{
        width: 140px;
        height: 140px;
        margin-bottom: 18px;
    }
    .product-item__button_buy {
        width: 150px;
        height: 40px;
    }
    .product-item__button_details {
        width: 150px;
        height: 40px;
    }
    .product-item .heading-6{
        font-size: 19px;
        height: 45px;
    }
    .product-item__description{
        font-size: 16px;
    }
    .product-item__properties {
        height: 87px;
    }
    .product-item__property {
        font-size: 13px;
        margin-bottom: 3px;
    }
    .heading-6__heading-line {
        height: 3px;
        margin: 5px auto 20px;
    }
    .product-item__price_quantity {
        margin: 10px 0 15px;
    }
    .product-item__price {
        font-size: 22px;
    }
}

@media screen and (max-width: 1400px) {
    .header-content__nav-search {
        display: none;
    }
    .header-content__top-contacts {
        column-gap: 100px;
    }
    #hero .swiper-button {
        display: none;
    }
    .delivery-top__image {
        display: none;
    }
    .delivery-top__content {
        width: 100%;
    }
    .footer-contacts, .footer-info {
        grid-template-columns: 650px auto;
    }
}

@media screen and (max-width: 1200px) {
    .header-content__nav-menu-btn {
        width: 50px;
        height: 50px;
        display: flex;
        cursor: pointer;
    }
    .header-content__nav-menu {
        display: none;
    }
    .header-content__nav-logo img {
        width: 250px;
    }
    .header-content__top-contacts {
        column-gap: 50px;
    }
    .header-content__top-socials ul {
        column-gap: 15px;
    }
    .delivery-invoice__map {
        position: relative;
        width: 100%;
        height: 500px;
        margin-bottom: 60px;
    }
    .delivery-invoice__content {
        padding: 0;
        width: 100%;
    }
    .news-details {
        display: none;
    }
    .news-list {
        padding: 80px 0;
    }
    .news-list .btn {
        margin: 60px auto 0;
    }
    .footer-contacts, .footer-info {
        grid-template-columns: 600px auto;
    }
}

@media screen and (max-width: 992px) {
    .header-content__top {
        display: none;
    }
    .header-content__nav-logo img {
        width: 220px;
    }
    .header-content__nav-content {
        padding: 0 20px;
    }
    .section-heading {
        flex-direction: column;
    }
    .heading-2 {
        text-align: center;
    }
    .heading-5 {
        text-align: center;
    }
    .delivery-form {
        grid-template-columns: auto auto;
    }
    .delivery-calculation__total {
        column-gap: 30px;
    }
    .delivery-calculation__total-items {
        column-gap: 15px;
    }
    .delivery-invoice__amount-part .heading-5 {
        text-align: left;
    }
    .footer__nav-menu {
        display: none;
    }
    .footer-content .footer-line {
        display: none;
    }
    .footer-contacts, .footer-info {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
    }
    .footer-content__socials-title {
        order: 3;
        margin-top: 30px;
    }
    .footer-content__socials {
        order: 4;
    }
    .footer-info {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .header-content__nav-logo img {
        width: 200px;
    }
    .header-content__nav {
        height: 80px;
    }
    #hero {
        height: 85vh;
    }
    .hero-text h1 {
        font-size: 50px;
    }
    .heading-3 {
        font-size: 25px;
    }
    #options {
        padding: 80px 0;
    }
    .options-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #popular-goods {
        padding: 120px 0 80px;
    }
    .delivery__product {
        grid-column: span 2;
        padding-right: 36px;
    }
    .delivery__product-actions.position-absolute {
        right: 0;
    }
    .delivery-car, .partner__items {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
    .delivery-car .swiper-button-prev,
    .partner__items .swiper-button-prev {
        left: -60px;
    }
    .delivery-car .swiper-button-next,
    .partner__items .swiper-button-next {
        right: -60px;
    }
}

@media screen and (max-width: 576px) {
    .btn {
        padding: 0 15px;
        font-size: 16px;
        height: 40px;
    }
    .hero-text-content .btn-red {
        width: 240px;
    }
    .header-content__nav-logo img {
        width: 180px;
    }
    .header-content__nav {
        height: 60px;
    }
    .header-content__nav-menu-btn {
        width: 35px;
        height: 35px;
    }
    .header-content__nav-content {
        padding: 0 15px;
    }
    .hero-text h1 {
        font-size: 35px;
        margin-bottom: 50px;
    }
    .hero-text p {
        font-size: 20px;
        margin-bottom: 50px;
    }
    #options {
        padding: 60px 0;
    }
    .options-item a svg {
        width: 80px;
        height: 80px;
    }
    .heading-2 {
        font-size: 30px;
    }
    .heading-3 {
        font-size: 20px;
    }
    .product-item {
        width: 90%;
    }
    .product-item__image {
        width: 160px;
        height: 160px;
    }
    .product-item__details {
        width: 100%;
    }
    .product-item__property {
        font-size: 12px;
    }
    .product-item__price {
        font-size: 20px;
    }
    .product-item__button_details {
        width: auto;
        font-size: 16px;
        height: 40px;
        column-gap: 10px;
        padding: 0 10px;
    }
    .product-item__button_buy {
        width: auto;
        column-gap: 10px;
    }
    .delivery-form {
        grid-template-columns: auto;
        grid-template-rows: repeat(10, auto);
        row-gap: 15px;
    }
    .delivery__product,
    .delivery-form>div:nth-last-child(-n+2) {
        grid-column: unset;
    }
    .delivery__product {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .delivery__product>div:first-child {
        width: 80%;
    }
    .form-select, .form-control {
        padding-left: 15px;
    }
    .delivery__product-actions.position-absolute {
        position: relative !important;
    }
    .delivery__buttons {
        column-gap: 15px;
    }
    .delivery-car-item {
        padding: 15px;
    }
    .delivery-car-item__property {
        font-size: 12px;
    }
    .delivery-invoice__properties {
        flex-wrap: wrap;
        column-gap: 10px;
    }
    .delivery-car-characteristic {
        margin-bottom: 60px;
    }
    .delivery__buttons {
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }
    #delivery {
        padding-bottom: 80px;
    }
    .delivery-invoice__extra-actions {
        align-items: center;
    }
    .delivery-invoice__extra-actions .btn {
        width: fit-content;
        height: auto;
        min-height: 40px;
        padding: 5px 15px;
    }
    #delivery_calculation {
        padding-bottom: 80px;
    }
    #our-progress {
        padding-bottom: 80px;
    }
    .our-progress__documents-image {
        height: 400px;
    }
    .footer-content__phone a {
        font-size: 24px;
    }
    .footer-content__address {
        font-size: 16px;
    }
    .footer-content__socials ul {
        column-gap: 20px;
    }
}
/* ==========================================================================
   [П1] Кнопки первого экрана
   Все новые значения собраны здесь; в шаблоне inline-стилей нет.
   CSS-переменных :root в проекте не было, поэтому цвета заданы локально
   и повторяют существующую палитру: #fe0000 — акцент, #032348 — тёмно-синий.
   ========================================================================== */
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}

.hero-actions__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

/* Второстепенные кнопки: «Каталог продукции» и «Рассчитать доставку».
   Раньше «Каталог продукции» был сплошным красным и спорил с кнопкой акции. */
.hero-actions__btn--ghost {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, .75);
}

.hero-actions__btn--ghost:hover {
    background: rgba(255, 255, 255, .15);
    color: #ffffff;
    border-color: #ffffff;
}

/* Акцентная кнопка акции — визуально доминирует над остальными. */
.hero-actions__btn--promo {
    background: #fe0000;
    color: #ffffff;
    border: 2px solid #fe0000;
    font-weight: 700;
    font-size: 1.05em;
    padding-left: 28px;
    padding-right: 28px;
    box-shadow: 0 6px 18px rgba(254, 0, 0, .35);
    /* Однократное привлечение внимания при загрузке, без бесконечного мигания. */
    animation: heroPromoAttention 1.2s ease-out 1s 2;
}

.hero-actions__btn--promo:hover {
    background: #d40000;
    border-color: #d40000;
    color: #ffffff;
    transform: translateY(-2px);
}

@keyframes heroPromoAttention {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.045); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-actions__btn--promo { animation: none; }
}

/* На узких экранах кнопки занимают всю ширину и не наезжают друг на друга. */
@media (max-width: 575px) {
    .hero-actions { gap: 10px; }
    .hero-actions__btn { width: 100%; }
}

/* [П4] Блок результата расчёта доставки скрыт до первого расчёта.
   Класс снимается из JS в index.php после успешного ответа калькулятора.
   Скрываем через CSS, а не удалением узлов: разметка нужна как шаблон вывода. */
#delivery_calculation.calc-result-hidden {
    display: none;
}

/* [П6] Ссылка вокруг логотипа не должна менять его размеры и отступы. */
.header-content__nav-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

/* [П2] Блок адресов загрузки/выгрузки скрыт до включения переключателя
   «Указать адрес выгрузки и расстояние». Скрываем классом, а не удалением
   узлов: разметка нужна карте и обработчикам калькулятора. */
#deliveryAddressGroup.calc-address-hidden {
    display: none;
}

#deliveryAddressGroup {
    margin-top: 10px;
}
