* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

html {
    width: -webkit-fill-available;ц
    height: -webkit-fill-available;
    background: url('/img/bg2.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body {
    width: 100%;
    height: 100%;
}

.container {
    width: 1440px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

header {
    width: 100%;
}

.modal-view {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000084;
}

.modal-view-body {
    width: 450px;
    height: 450px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.modal-view-body img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-view-close {
    width: 100%;
    padding: 20px;
    background: var(--red-black, linear-gradient(180deg, #b10303 0%, #E10000 100%));
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    border-radius: 20px;
}

.banner {
    width: 100%;
    height: 330px;
    background: url('/img/banner/banner.png');
    position: relative;
}

.banner-title {
    position: absolute;
    width: max-content;
    height: max-content;
    top: 0;
    right: 0;
    bottom: 60px;
    left: 0;
    margin: auto;
}

.banner-text {
    position: absolute;
    width: max-content;
    height: max-content;
    top: 230px;
    right: 0;
    bottom: 0px;
    left: 0;
    margin: auto;
}

.banner-dad {
    position: absolute;
    width: 142px;
    height: 252px;
    top: 40px;
    right: 180px;
}

nav {
    width: 100%;
    height: 80px;
    background: url('/img/nav.png');
    border-left: 5px solid #B22A22;
    border-top: 5px solid #B22A22;
    border-bottom: 5px solid #B22A22;
    border-right: 5px solid #B22A22;
}

nav {
    display: flex;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.nav-el {
    display: block;
    width: 156px;
    height: 52px;
    padding: 13px;
    text-align: center;
    background: url('/img/bg_button.png');

    color: #B22A22;
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    text-decoration: none;
    margin: 0 auto;
}

.nav-el:hover {
    background: url('/img/bg_button_hover.png');
}


main {
    display: flex;
    padding: 30px;
}

@media screen and (max-width: 768px){
    main {
        padding: 20px 10px;
    }
}

.sidebar {
    width: 450px;
    border-right: 11px solid transparent;
    border-image: url('/img/sidebar/border.png') 14 space;
    padding-right: 40px;
    position: relative;
}

.content-sort label {
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sidebar-button {
    position: absolute;
    bottom: 20px;
    background: url('/img/sidebar/button.png');
    display: block;
    width: 177px;
    height: 47px;
    text-align: center;
    line-height: 47px;


    text-align: center;
    font-family: Times New Roman;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;

}

.sidebar-input label {
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 20px;
}

.sidebar-input input[type=checkbox] {
    border-radius: 2px;
    border: 1px solid #AC0000;
    background: #FFF;
}


.sidebar-filter-price {
    text-align: center;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sidebar-filter-price-inputs  {
    padding-top: 15px;
    display: flex;
}

.sidebar-filter-price-inputs * {
    display: block;
    margin: 0 auto;
}

.sidebar-filter-price-inputs input {
    max-width: 57px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #AC0000;
    background: #FFF;
    max-height: 27px;

}

.sidebar-filter-price-inputs label {
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sidebar-button span {
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 47px;
}

.sidebar-img {
    width: 201px;
    height: 288px;
    margin: 0 auto;
    margin-bottom: 41px;
}

.sidebar-img img {
    width: 100%;
    height: 100%;
}

.sidebar-menu-el {
    width: 100%;
    display: block;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 23px;
}

.sidebar-menu {
    margin-bottom: 120px;
}

.content {
    padding: 20px;
    width: 100%;
}

@media screen and (max-width: 768px){
    .content {
        padding: 0;
    }
}

.top-content {
    width: max-content;
    max-width: 977px;
    margin: 0 auto;
}

.content-articles {
    margin-top: 30px;
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */

    font-family: Arial, Helvetica, sans-serif;
}

.content-article img {
    width: 458.537px;
    height: 181.145px;
    flex-shrink: 0;
}

.content-article {
    display: flex;
    width: 100%;
    gap: 30px;
    margin-bottom: 20px;
}

.content-article-right {
    text-align: center;
}

.content-article-right-title {
    color: #000;
    font-family: 'Times New Roman';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.content-article-right-text {
    margin-top: 10px;
    color: #000;
    font-family: Times New Roman;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content-article-right-text pre {
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 6; /* number of lines to show */
           line-clamp: 6; 
   -webkit-box-orient: vertical;
   font-family: Arial, Helvetica, sans-serif;
   margin-bottom: 10px;
}

.article-text pre {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
            line-clamp: 6; 
    -webkit-box-orient: vertical;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

.article-img {
    width: 452.905px;
    height: 181.145px;
    flex-shrink: 0;
}

.article-img img {
    width: 100%;
    height: 100%;
}

.content-article:nth-child(even) .content-article-left {
    margin-left: auto;
    order: 2;
}

.content-article:nth-child(even) .content-article-right {
    width: 100%;
}

.content-article-right-link {
    float: right;
    color: #000;
    font-family: 'Times New Roman';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.content-article-right-link a {
    color: #000;
    text-decoration: none;
}

footer {
    border-top: 5px solid #B22A22;
    padding-bottom: 30px;
}

.footer-cols {
    display: flex;
    margin-top: 20px;
}

.footer-col {
    margin: 0 auto;
}

.footer-col-title {
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Times New Roman;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 17px;
}

.footer-col-el {
    margin-bottom: 10px;
    color: #000;
    font-family: Times New Roman;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    margin-top: 30px;
    gap: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.footer-bottom-el {
    display: flex;
    gap: 10px;
}

.footer-bottom-el-text {
    position: relative;
    bottom: 1px;
}

.footer-bottom-el input[type=email] {
    width: 187px;
    height: 22.727px;
    flex-shrink: 0;
    border: none;
    padding-left: 10px;
    padding-right: 10px;

    position: relative;
    bottom: 3px;
}

.footer-bottom-el input[type=submit] {
    color: #000;
    font-family: Georgia;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration-line: underline;
    border: none;
    background: none;
    text-transform: uppercase;

    position: relative;
    bottom: 3px;
} 

.page-text {
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Times New Roman';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.products {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.product-block {
    width: 240px;
    height: 400px;
    padding-top: 32px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 18.32px;
    border: 2px solid #B22A22;
    display: block;
    text-decoration: none;
}

.product-block-title {
    width: 191px;
    height: 84px;
    background: url('/img/products/title.svg');
    margin: 0 auto;
    text-align: center;

    font-size: 24px;
    position: relative;
    top: 30px;
    padding-top: 18px;
    vertical-align: center;
    position: relative;
    word-break:inherit;
}

.product-block-title span {
    text-align: center;
    font-family: Times New Roman;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    position: absolute;
    width: 90%;
    height: max-content;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.product-block-title  p {
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Times New Roman;
    font-size: 16.488px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sidebar-filter {
    margin-bottom: 20px;
    width: 100%;
}

.sidebar-filter-el {
    color: #000;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.sidebar-filter-hide {
    height: 0px;
    overflow: hidden;
}

.sidebar-filter-el svg {
    float: right;
    position: relative;
    top: 7px;
}

table.iksweb{text-decoration: none;border-collapse:collapse;width:100%;text-align:center;}
table.iksweb tr:hover{background-color:#f9fafb}
table.iksweb tr:first-child {color: #000; font-size: 18px; }
table.iksweb tr:hover td{color:#354251;cursor:default;}
table.iksweb td,table.iksweb th{padding:15px 5px;vertical-align: middle;border: 1px solid #B22A22;background: rgba(217, 217, 217, 0.00); }
table.iksweb img { width: 100px; height: 100px;}

.content-table {
    /*overflow-x: auto;*/
}

.card-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
}

.card-table .card-table-item {
    text-align: center;
    padding: 20px;
}

.card-table .card-item-img {
    object-fit: contain;
}

.card-table .card-item-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 25px;
    font-weight: 600;
}

.card-table .card-item-subtitle {
    margin-bottom: 10px;
}

.card-table .card-item-desc {
    max-width: 400px;
    margin: 0 auto;
}

.card-table .card-item-fabric {
    margin-top: 5px;
    font-size: 20px;
}

.card-table .card-item-price {
    font-size: 25px;
    color: #b22a22;
    padding-bottom: 10px;
}

.card-table .table-form {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.card-table .table-bottom-input input[type=submit] {
    margin: 0;
}

@media screen and (max-width: 1440px){
    .card-table {
        grid-template-columns: 1fr;
    }
}

table {
    text-align: center;
    font-family: Times New Roman;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}


.table-top-input input[type=number] {
    color: #B22A22;
    text-align: center;
    font-family: Times New Roman;
    font-size: 17.161px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 40px;
    border-radius: 5px;
    border: 0.5px solid #B22A22;
    background: #FFF;
    padding: 5px;
    margin-right: 10px;
    appearance: none;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.table-top-input {
    white-space: normal !important;
}

.table-bottom-input input[type=submit] {
    background: url('/img/products/button.svg');
    background-size: cover;
    border: none;
    padding: 6px;
    text-align: center;
    color: #B22A22;
    text-align: center;
    font-family: Times New Roman;
    font-size: 10.572px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 10px;
    width: 85px;
    height: 28.772px;
    flex-shrink: 0;
    cursor: pointer;
}

.packaging {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.package {
    width: 226px;
    height: 352px;
    border-radius: 20px;
    border: 2px solid #B22A22;
    position: relative;
    padding: 10px;
    text-decoration: none;
}

.package-title {
    text-align: center;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.package-img {
    width: 150px;
    height: 160px;
    margin: 0 auto;
    margin-top: 8px;
}

.package-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.package-characteristics {
    margin-top: 10px;
}

.package-characteristic span {
    margin-left: 5px;
}

.package-characteristic {
    color: #000;
}

.package-price {
    text-align: center;
    color: #000;
    text-align: center;
    font-family: Times New Roman;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}

.package-like {
    position: absolute;
    right: 20px;
    top: 50px;
}

.package-page {
    display: flex;
    gap: 40px;
}

.package-main-imgs {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    max-width: 284px;
}

.package-main-img {
    width: 284px;
    height: 337px;   
}

.package-main-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.package-main-imgs-el {
    width: 80.504px;
    height: 76.031px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.package-main-imgs-el img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.package-page-title {
    font-family: Times New Roman;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
}

.package-page-params {
    margin-top: 20px;
}

.package-page-param {
    color: #000;
    font-family: Times New Roman;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 15px;
}

.package-page-param  span {
    margin-left: 5px;
}

.back {
    text-align: right;
}

.back a {
    color: #000;
    font-family: Times New Roman;
    font-size: 23.575px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}

.package-page-pay {
    margin-top: 30px;
}

.package-page-pay input[type=number] {
    border-radius: 5px;
    border: 0.5px solid #AC0000;
    background: #FFF;
    max-width: 57px;
    max-height: 26px;
    padding: 10px;
}

.package-page-pay label {
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 10px;
}

.product-block-img {
    width: 216.173px;
    height: 216.173px;
    flex-shrink: 0;
}

.product-block-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.package-page-table {
    margin-top: 68px;
}

.table-color {
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%)); background-clip: text; -webkit-background-clip: text;-webkit-text-fill-color: transparent;
}

.package-page-table td {
    min-width: 116px;
}

.package-page-table a {
    color: #000;
    font-weight: 800;
}

.package-final-price {
    margin-top: 30px;
}

.package-final-price-button {
    float: right;
}

.package-final-price span {
    font-family: Times New Roman;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.package-model-title { 
    font-family: Times New Roman;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 17px;
}

.package-model-short-desc {
    color: #000;
    font-family: Times New Roman;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 17px;
}

.package-model-list {
    display: flex;
    width: 100%;
}

.package-model-list-el {
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Times New Roman;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.own-present {
    text-align: right;
    font-family: Times New Roman;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
}

.stat-title {
    font-family: Times New Roman;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    text-align: center;
}


.constructor-steps {
    display: flex;
    margin-top: 40px;
    position: relative;
}

.constructor-step {
    margin: 0 auto;
    text-align: center;
    text-align: center;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-color: red !important;
}

.constructor-step img {
    min-width: 70px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 30px;
}

.constructor-step-desc {
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.constructor-step-number {
    text-transform: uppercase;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.constructor-arrow-left {
    position: absolute;
    width: max-content;
    height: max-content;
    
    top: 90px;
    right: 250px;
    left: 0;
    bottom: 0;
    margin: auto;
}

table img {
    object-fit: contain;
}

.constructor-arrow-right {
    position: absolute;
    width: max-content;
    height: max-content;
    
    top: 90px;
    right: 0px;
    left: 450px;
    bottom: 0;
    margin: auto;
}

.constructor-package-final {
    display: flex;
    float: right;
    position: relative;
    top: 50px;
    left: 130px;
}

.constructor-package-final-left {
    position: relative;
    top: 35px;
    color: #000;
    text-align: right;
    font-family: Times New Roman;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.constructor-package-final-right {
    margin-left: 20px;
}

.constructor-package-final-right td {
    width: 112px;
    font-weight: 800;
}


.constructor-products {
    margin-top: 250px;
    display: flex;
    gap: 40px;
}

.constructor-product-left, .constructor-product-right {
    display: flex;
    gap: 20px;
}

.constructor-product-title span {
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.constructor-product-list {
    color: #000;
    font-family: Times New Roman;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.constructor-product-list  p {
    margin-bottom: 10px;
}

.constructor-product-list  p:first-child {
    margin-top: 5px;
}

.constructor-product-img img {
    width: 117px;
    height: 125px;
}

.constructor-product-el {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.constructor-product-right .constructor-product-list p {
    margin-bottom: 0px;
}

.constructor-product-price {
    line-height: 60px;
    font-weight: 800;
}

.constructor-result-present {
    display: flex;
    gap: 20px;
}

.constructor-result-present-title span {
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 80px;
}

.constructor-result-present-table td {
    width: 112px;
    font-weight: 800;
    padding: 10px !important;
}

.constructor-orders {
    display: flex;
    gap: 40px;
}

.constructor-order {
    display: flex;
    gap: 20px;
}

.constructor-order-title span {
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.constructor-order-sum {
    color: #000;
    text-align: center;
    font-family: Times New Roman;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    backdrop-filter: blur(5px);
    z-index: 999;
}

.modal-window {
    width: 462px;
    height: 630px;
    position: absolute;

    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;

    background: url('/img/howtoorder/2.png');
    background-size: contain;
    background-repeat: no-repeat;
    
    padding: 80px;
}

.modal-window form {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.modal-window-input input {
    width: 100%;
    background: #FFF;
    border: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

.modal-window-title {
    text-align: center;
    margin-bottom: 20px;
}

.modal-window-input {
    margin-bottom: 20px;
}

.modal-window-submit input {
    border: none;
    text-decoration: underline;
    float: right;
    margin-top: 10px;
}

.modal-window-close {
    position: absolute;
    right: 90px;
    top: 60px;
}

.contacts-title {
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contacts-text {
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-top: 20px;
}

.contacts-map {
    border-radius: 20px;
    border: 3px solid #B22A22;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contacts-list {
    display: flex;
}

.contact-el {
    margin: 0 auto;
    margin-top: 50px;
}

.contact-el span {
    background: var(--red-black, linear-gradient(180deg, #000 0%, #E10000 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    bottom: 1px;
}

.contact-el svg {
    margin-right: 10px;
}

.contact-el a {
    text-decoration: none;
}

.contacts-managers {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contacts-manager-img {
    width: 185px;
    height: 185px;
    border-radius: 10px;
}

.contacts-manager {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts-manager-title {
    font-weight: 800;
}

.article {
    display: flex;
    gap: 20px;
    padding-bottom: 60px;
    border-bottom: 5px solid #B22A22;
    margin-bottom: 20px;
}

.article:last-child {
    border-bottom: 0px;
}

.article-photos {
    display: flex;
    gap: 20px;
}

.article-img {
    margin-left: auto;
    order: 2;

    margin-top: 35px;
}

.article-hashtag {
    color: #000;
    font-family: Times New Roman;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 160%; /* 19.2px */
}

.article-title {
    color: #000;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.article-text {
    color: #000;
    font-family: Times New Roman;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.preloader {
    /*фиксированное позиционирование*/
    position: fixed;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет элемента */
    background: #fae3b7;
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 1001;
  }
  
  .preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
  }
  
  .preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #d3412e;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
  }
  
  .preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
  }
  
  @keyframes preloader-rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes preloader-bounce {
  
    0%,
    100% {
      transform: scale(0);
    }
  
    50% {
      transform: scale(1);
    }
  }
  
  .loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
  }
  
  .loaded .preloader {
    display: none;
  }

.article-link a {
    color: #000;
    font-family: Times New Roman;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    text-decoration-line: underline;
}

.page-article-title {
    color: #000;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page-article-hashtag {
    color: #000;
    font-family: Times New Roman;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
    margin-top: 20px;
}

.page-article-banner {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.page-article-banner img {
    width: 100%;

}

.page-article-text {
    color: #000;
    font-family: Times New Roman;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.page-article-title {
    text-transform: uppercase;
}

.package-like {
    display: none;
}

.banner-cart {
    position: absolute;
    bottom: 25px;
    right: 88px;
    background: url('/img/cart.svg');
    width: 94px;
    height: 49.765px;
    color: #B22A22;
    text-align: center;
    font-size: 14.218px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 7px;
    text-decoration: none;
}

.page-title {
    text-align: center;
  }
  
  .slider-container {
    position: relative;
    width: 100%;
    height: 330px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .prev-button,
  .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url('../img/bg2.png');
    border-radius: 50%;
    font-size: 24px;
    color: rgb(218, 79, 79);
    border: 3px solid rgb(218, 79, 79);
  }
  
  .prev-button {
    left: 30px;
  }
  
  .next-button {
    right: 30px;
  }


.nav-mobile {
    width: 100%;
    padding: 20px;
    background: var(--red-black, linear-gradient(180deg, #b10303 0%, #E10000 100%));;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    display: none;
}

.modal-menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;

    width: 320px;
    height: max-content;
}

.modal-menu-el {
    display: block;
    width: 156px;
    height: 52px;
    padding: 13px;
    text-align: center;
    background: url('/img/bg_button.png');

    color: #B22A22;
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 18;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 10px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-menu-el:hover {
    background: url('/img/bg_button_hover.png');
}

.close-menu {
    width: fit-content;
    padding: 15px;
    background: red;
    background: var(--red-black, linear-gradient(180deg, #b10303 0%, #E10000 100%));
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Times New Roman;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
}

.sidebar-show {
    padding: 10px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;   
    background: var(--red-black, linear-gradient(180deg, #b10303 0%, #E10000 100%));;
    cursor: pointer;
    display: none;
}

.sidebar-show svg {
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1440px) {
    .container {
        width: 1100px;
    }

    .slider-container {
        height: 240px;
    }

    .banner-dad img {
        width: 100%;
        height: 100%;
    }

    .banner-dad {
        top: 20px;
        right: 29px;
        height: 180px;
    }

    .content-article {
        flex-wrap: wrap;
    }

    .product-block {
        margin: 0 auto;
    }

    .content-article img {
        width: 100%;
        height: 100%;
    }

    .constructor-arrow-left, .constructor-arrow-right {
        display: none;
    }



    nav {
        display: none;
    }

    .nav-mobile {
        display: block;
    }
    
    .contacts-map {
        width: 79%;
    }
    
    .contacts-list {
        width: 80%;   
    }
    
    
}


@media screen and (max-width: 1100px) {
    .container {
        width: 100%;
    }

    .footer-cols {
        flex-wrap: wrap;
    }

    .footer-col {
        width: 100%;
        text-align: center;

        margin-bottom: 20px;
    }

    .footer-bottom-el {
        width: max-content;
        margin: 0 auto;
    }

    .sidebar {
        display: none
    }

    .banner-dad {
        display: none;
    }

    .sidebar {
        width: 100%;
    }
    
    .contacts-list {
        
        width: 100%;
        
    }
    
    
    .contacts-map {
        width: 100%;   
    }
    
    .contacts-text {
        text-align: center;
    }

    .sidebar-show {
        display: block;
    }

    .banner-cart {
        top: 60px;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }

    .banner-title, .banner-text {
        width: 100%;
    }

    .banner-title img , .banner-text img {
        width: 100%;
        height: 100%;
    }

    .package-page-pay {
        width: max-content;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .constructor-steps {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .constructor-arrow-left {
        display: none;
    }

    .constructor-arrow-right {
        display: none;
    }

    .constructor-step {
        margin-bottom: 40px;
    }

    .constructor-package-final {
        top: auto;
        left: auto;
    }

    .constructor-product-el {
        flex-wrap: wrap;
    }

    .constructor-product-left, .constructor-product-right {
        flex-wrap: wrap;
    }

    .modal-window {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: url(/img/howtoorder/2.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 80px;
    }

    .contacts-list {
        flex-wrap: wrap;
    }

    .contacts-managers {
        flex-wrap: wrap;
        
    }

    .contacts-manager {
        margin: 0 auto;
    }

    .article {
        flex-wrap: wrap;
        text-align: center;
    }

    .article-content {
        width: 100%;
    }

    .article-img {
        width: 100%;
    }

    .article-img img {
        object-fit: contain;
    }

    .slider {
        height: 100%;
    }

    .slider-container {
        height:  max-content
    }
    .content-sort form {
        flex-wrap: wrap;
    }
    
    .package {
        margin: 0 auto;
    }
    
    .package-page {
        flex-wrap: wrap;
        text-align: center;
    }
    
    .package-page-left, .package-page-right {
        width: 100%;
    }
    
    .modal-view-body {
        width: 100%;
    }
    
    .package-main-img {
        width: 100%;
    }
    
    .modal-menu {
        width: 100%;
    }
}