@charset "UTF-8";

/* Body */

body {
    font-family: source-sans-pro;
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
    height: auto;
}


/* Container */

.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #FFFFFF;
}


/* Navigation */

header {
    position: relative;
    width: 100%;
    height: 90px;
    background-color: #0C82CC;
    border-bottom: 1px solid #2C9AB7;
    border-radius: 4px;
}

.logo {
    color: #fff;
    font-weight: bold;
    text-align: undefined;
    width: 10%;
    float: left;
    margin-top: 10px;
    margin-left: 25px;
    letter-spacing: 4px;
}

.menuPlusPhone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

nav {
    float: right;
    width: 80%;
    text-align: right;
    margin-right: 25px;
}

header nav ul {
    list-style: none;
    float: right;
}

nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    margin-right: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    transition: all 0.3s linear;
}

ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

ul li:hover a {
    color: #ff3e41;
}

.hero_header {
    color: #0C82CC;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 4px;
    font-size: 2.5em;
}

.containerPhone {
    position: relative;
    top: 0px;
    display: flex;
    margin-right: 20px;
    gap: 10px;
}


/*Working Rules */

.gridContainer {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr));
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: stretch;
}


/* Hero Section */

.hero {
    position: relative;
    background-image: url("/assets/images/bg1.jpg");
    
    padding-top: 150px;
    padding-bottom: 150px;
    border-radius: 4px;
    margin-top: 5px;
}

.logohero {
    position: absolute;
    border-radius: 50%;
    right: 20px;
    bottom: -20px;
}

.light {
    font-weight: bold;
    color: #B22222;
}

.tagline {
    text-align: center;
    color: #FFFFFF;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.d7 {
    position: relative;
    background: #0C82CC;
    margin-top: 5px;
    border-radius: 8px;
}
.d7:after {content:""; clear:both; display:flex}

.formInput {
  width: auto;
  margin-right: 30px;
  display: flex;
  justify-content: center;

}
.input_find {
  width: 80%;
  height: 42px;
  padding-left: 15px;
  border: 0px solid #324b4e;
  border-radius: 20px 0px 0px 20px;
  outline: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.input_find:focus {
-webkit-box-shadow: -1px 2px 9px 4px rgba(255, 255, 255, 0.93);
-moz-box-shadow: -1px 2px 9px 4px rgba(255, 255, 255, 0.93);
box-shadow: -1px 2px 9px 4px rgba(255, 255, 255, 0.93);
}
.button_find {
  padding-left: 10px;
  padding-right: 10px;

  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1px;
  background-color: #FFFFFF;  

  border: 0px solid #324b4e;
  border-radius: 0px 20px 20px 0px;
  
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;    
  cursor: pointer;
  
    display: flex;
    justify-content: center; /* Выравнивание по горизонтали */
    align-items: center; /* Выравнивание по вертикали */
    height: 44px; /* Высота блока (можете изменить) */

}
.div_find_main {
position: relative;   
display: flex;
width: 40%;

}






/* About Section */

.text_column {
    width: 29%;
    text-align: justify;
    font-weight: lighter;
    line-height: 25px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #767676;
}

.about {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 20px;
}

.wrapperCatalog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    height: auto;
    margin-bottom: 40px;
}

.styleClick {
    padding: 10px;
}

.styleClick:hover {
    cursor: pointer;
    -webkit-box-shadow: 6px 2px 25px -10px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 6px 2px 25px -10px rgba(0, 0, 0, 0.46);
    box-shadow: 6px 2px 25px -10px rgba(0, 0, 0, 0.46);
}


/* Stats Gallery */

.stats {
    color: #717070;
    margin-bottom: 5px;
}

.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    /* [disabled]min-width: 400px;
*/
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
}

.thumbnail {
    width: 25%;
    text-align: center;
    float: left;
    margin-top: 35px;
}

.gallery .thumbnail h4 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #52BAD5;
}

.gallery .thumbnail p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #A3A3A3;
}


/* Parallax Section */

.banner {
    position: relative;
    background: linear-gradient(176deg, rgba(247, 153, 153, 1) 51%, rgba(255, 255, 255, 1) 99%);
    height: 400px;
    border-radius: 4px;
}

.icoАdvantages {
    position: absolute;
    margin-top: 80px;
    margin-left: 10%;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    opacity: 100;
}

.parallax {
    color: #52BAD5;
    font-size: 32px;
    text-shadow: 0 0 10px #FFFFFF, 2px 2px 2px rgba(21, 164, 206, 0);
    text-align: right;
    padding-right: 100px;
    padding-top: 60px;
    letter-spacing: 2px;
    margin-top: 0px;
}

.parallax_description {
    color: #FFFFFF;
    font-size: 32px;
    text-align: right;
    padding-right: 100px;
    width: 60%;
    float: right;
    font-weight: lighter;
    line-height: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    opacity: 100;
}

.carsBanner {
    position: absolute;
    right: 20px;
    top: 60px;
}


/* More info */

footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    background-color: #FFFFFF;
    padding-bottom: 35px;
}

.footer_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 45%;
    text-align: center;
    padding-top: 30px;
}

footer .footer_column h3 {
    color: #B3B3B3;
    text-align: center;
}

footer .footer_column p {
    color: #717070;
    background-color: #FFFFFF;
}

.cards {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 300px;
}

footer .footer_column p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    line-height: 25px;
    font-weight: lighter;
    margin-left: 20px;
    margin-right: 20px;
}

.button {
    width: 200px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 0.3s linear;
}

.button:hover {
    background-color: #FEFEFE;
    color: #C4C4C4;
    cursor: pointer;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #717070;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}

.footer_banner {
    background-color: #B3B3B3;
    padding-top: 20px;
    padding-bottom: 20PX;
    margin-bottom: 0px;
}

.downWrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.styleDownNav {
    float: none;
    width: auto;
    text-align: left;
    margin-right: 25px;
}

.styleDownUl {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    margin-right: 0px;
    letter-spacing: 15px;
    font-weight: bold;
    transition: all 0.3s linear;
}

.liDown {
    margin-bottom: 15px;
}

.stuleLocationText {
    text-align: start;
    margin-left: 20px;
    text-transform: none;
}

.styleSocialWrapper {
    margin-right: 40px;
}

.hidden {
    display: none;
}

.social {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 10px;
}

.linkA {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
}

.linkA:link {
    color: #ffffff;
}

.linkA:visited {
    color: #ffffff;
}

.linkA:hover {
    border-bottom: 1px solid;
}

.linkA:active {
    background: #265301;
    color: #cdfeaa;
}

.pictureDown {
    position: absolute;
    margin-left: 50%;
    top: -60px;
}

.pictureCar {
    position: absolute;
    top: -40px;
    right: -1200px;
}


/* PAGE ABOUT */

.wrapperAbout {
    color: #717070;
    text-align: center;
}

.textAbout {
    text-align: left;
    font-weight: lighter;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    color: #767676;
    font-size: 1.3em;
}

.textAboutAttention {
    text-align: center;
    font-weight: lighter;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ee6666;
    font-size: 1.4em;
}

.wholesaleUl {
    text-align: left;
    margin-left: 20px;
    line-height: 35px;
    font-size: 1.2em;
}

.storeName {
    text-align: left;
    font-weight: 600;
    padding-left: 20px;
    line-height: 35px;
    color: #ee6666;
    font-size: 1.4em;
}

.contactWholesale {
    text-align: left;
    font-style: italic;
    margin-left: 30px;
    line-height: 10px;
    color: #000000;
    font-size: 1.2em;
}

.textRules {
    text-align: left;
    font-weight: 600;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    color: #0C82CC;
    font-size: 1.3em;
}

.textWholesaleAttention {
    text-align: center;
    font-weight: lighter;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ee6666;
    font-size: 1.4em;
}

.h3Normal {
    text-align: left;
    font-weight: 600;
    color: #ee6666;
    margin-left: 50px;
}


/* page Contact */

.wrapperMenuContact {
    color: #717070;
    text-align: center;
}

.wrapperMenuFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
}

.wrapperContactBlock {
    width: 180px;
    height: 150px;
    background-color: #B3B3B3;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    border-radius: 10px;
}

.contactImgMenu {
    margin-top: 10px;
    margin-bottom: 10px;
}

.linkContact {
    color: white;
    font-weight: 600;
    text-decoration: none;
}

.linkContact:active {
    color: white;
    font-weight: 600;
    text-decoration: none;
}

.linkContact:visited {
    color: white;
    font-weight: 600;
    text-decoration: none;
}

.linkContact:hover {
    color: white;
    font-weight: 600;
    text-decoration: none;
    opacity: 0.8;
}

.nameMagContactMenu {
    margin-bottom: 5px;
}


/*Page contact */

.adressWrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding-bottom: 40px;
}

.contactH1 {
    font-size: 1.2em;
    font-weight: 600;
}

a[href^="mailto:"] {
    font-size: 16px;
    line-height: 32px;
    color: #ee6666;
}

.contactPhone {
    font-size: 16px;
    line-height: 32px;
    color: #52BAD5;
    text-decoration: none;
}

.mainPhone {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
}

.contactPhone:hover,
.mainPhone:hover {
    color: #8d8176;
    text-decoration: none;
}

.contactPhone:visited,
.mainPhone:hover {
    color: #52BAD5;
    text-decoration: none;
}

.contactPhone:active,
.mainPhone:active {
    text-decoration: none;
}


/*алавное появление магазина */

.styleSectionMap {
    opacity: 0;
    animation: ani 2.5s forwards;
}

@keyframes ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#styleSectionMap2 {
    display: none;
}

.wrapperContactBlock {
    cursor: pointer;
}

.styleRequisites {
    text-align: left;
    margin-left: 30%;
    margin-right: 30%;
}

.tableRequisites {
    display: inline-block;
}

.styleFeedBack {
    display: flex;
    justify-content: center;
}


/* Contact Form Styles */

#contact-form {
    width: 70%;
    background-color: rgba(72, 72, 72, 0.7);
    padding: 10px 20px 30px 20px;
    max-width: 30%;
    margin-top: 30px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#contact-form input,
#contact-form select,
#contact-form textarea,
#contact-form label {
    font-size: 15px;
    margin-bottom: 2px;
    font-family: Arial, san-serif;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
    width: 100%;
    background: #fff;
    border: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 5px;
}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
    background-color: #E5E6E7;
}

#contact-form textarea {
    width: 100%;
    height: 150px;
}

#contact-form button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #991D57;
    background-image: linear-gradient(bottom, #0C82CC 0%, #0C82CC 52%);
    background-image: -moz-linear-gradient(bottom, #0C82CC 0%, #0C82CC 52%);
    background-image: -webkit-linear-gradient(bottom, #0C82CC 0%, #0C82CC 52%);
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 5px;
}

#contact-form button[type="submit"]:hover {
    background-image: linear-gradient(bottom, #42aff3 0%, #42aff3 52%);
    background-image: -moz-linear-gradient(bottom, #42aff3 0%, #42aff3 52%);
    background-image: -webkit-linear-gradient(bottom, #42aff3 0%, #42aff3 52%);
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact-form button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

input:required,
textarea:required {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

#contact-form .required {
    font-weight: bold;
    color: #E5E6E7;
}


/* Hide success/failure message
	(especially since the php is missing) */

#failure,
#success {
    color: #6EA070;
    display: none;
}

.wrapperAboutImg {}

.imgAbout {
    object-fit: contain;
    width: 60%;
    height: 100%;
    text-align: center;
}


/* SLIDER ABOYUT */

.page-title {
    text-align: center;
}

.slider-container {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.slider {
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
}

.slider img {
    max-width: 90%;
    height: 500px;
    object-fit: contain;
}

.prev-button,
.next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    font-size: 36px;
    color: rgb(0, 0, 0);
    border-radius: 10px;
}

.prev-button {
    left: 30px;
}

.next-button {
    right: 30px;
}

.prev-button:hover,
.next-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: rgb(255, 255, 255);
}

.prev-button:active,
.next-button:active {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
}


/* PAGE NEWS */

.sectionNews {
    color: #717070;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrapperNews {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 700px;
    margin-bottom: 20px;
    padding: 0px 20px;
    background-color: rgba(133, 125, 125, 0.123);
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
}

.wrapperNewsPage  {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 700px;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.containerNewsPicDesc {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 20px;
    height: 160px;
}

.descriptionNewsContainer {
    display: flex;
    flex-direction: column;
    text-align: start;
    max-width: 450px;
}

.imageNewsContainer {
    width: 220px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.newsH1, .newsH1Page {
    font-weight: 800;
    font-size: 1.1em;
    text-transform: uppercase;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 100%;
    letter-spacing: 5px;
}

.newsH2, .newsH2Page {
    font-weight: 800;
    font-size: 1.0em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.newsText {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;


    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    line-height: 16px;
    font-weight: lighter;
}
.newsTextPage {
    letter-spacing: 1px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    line-height: 16px;
    font-weight: lighter;
    margin-bottom: 40px;
}

.newsMore {
    margin-left: 20px;
    font-size: 16px;
    line-height: 32px;
    color: #ee6666;
}

/*  PAGE CATALOG */
.sectionCatalog {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrapperCatalogPage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
    height: auto;
    margin-bottom: 40px;
}
.containerTovar {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    border: 3px solid rgba(28,110,164,0.28);
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.styleNameTovar {
    width: 40%;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
    
}


.styleManufacturerTovar {
    width: 150px; 
    text-align: center;
}

.styleArticleTovar {
    position: relative;
    width: 150px;
    text-align: center;
}
.stuleButtonChange {
    position: absolute;
    color: #FFF;
    background-color: #0C82CC;
    font-size: small;
    border-radius: 5px;
    margin-bottom: 9px;
    margin-left: 5px;
    padding: 5px;
    cursor: pointer;
    bottom: -7px;
    right: 9px;
}
.stuleButtonChange:hover {
    background-color: #035487;
}

.stuleButtonChangeDisabled {
    background-color: #E6E6FA;
    font-size: small;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


.styleValueTovar {
    position: relative;
    width: 45px;
    text-align: center;
}

.styleZakaz {
    position: absolute;
    color: #ff0000;
    left: 1px;
    top: -3px;
    font-weight: 600;

    transform:rotate(-50deg);
    -ms-transform:rotate(-50deg); /* IE 9 */
    -webkit-transform:rotate(-50deg); /* Opera, Chrome, and Safari */
}

.valueLeft {
    border: 1px solid #1C6EA4;
    border-radius: 20px 0px 0px 20px;
    padding-left: 5px;
}
.valueRight {
    border: 1px solid #1C6EA4;
    border-radius: 0px 20px 20px 0px;
    padding-right: 5px; 
}

.moneyTovar {
    position: relative;
    width: 100px;
    text-align: right;
}

.styleInCard {
    color: #FFF;
    background-color: #0C82CC;
    font-size: small;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 65px;
    padding: 5px;
    cursor: pointer; 
}
.styleInCard2 {
      color: #FFF;
    background-color: #0C82CC;
    font-size: small;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 65px;
    padding: 5px;
    cursor: pointer;  
}

.styleInCard:hover {
    background-color: #035487;
}


.containerTovarHead {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    padding: 5px 20px;
}

.styleNameTovarHead {
    width: 40%;
    color: rgb(126, 126, 126);
}
.styleManufacturerTovarHead {
    width: 150px; 
    color: rgb(126, 126, 126);
    text-align: center;
}

.styleArticleTovarHead {
    width: 150px;
    color: rgb(126, 126, 126);
    text-align: center;

}
.nameValue {
    width: 100px;
    text-align: center;
    color: rgb(126, 126, 126);   
}
.styleValueTovarHead {
    width: 45px;
    text-align: center;
    color: rgb(126, 126, 126);
    font-size: 0.6em;
}

.moneyTovarHead {
    width: 100px;
    text-align: right;
    color: rgb(126, 126, 126);
    margin-right: 90px;
}

.containerValue {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.containerNameStore {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.icoInfoTovar {
    position: absolute;
    top: -3px;
    left: 3px;
    cursor: pointer;
}
.styleInfoBox {
    display: none;
    position: absolute;
    left: 12px;
    top: 11px;
    width: 250px;
    height: auto;
    background-color: #ffffff;
    border-radius: 5px;
    z-index:  200;
    padding: 25px 5px 5px 5px;

    -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);

}

.slyleCloseInfo {
    position: absolute;
    left: 237px;
    top: -1px; 
    z-index:  210;
}

.slyleCloseInfo:hover {
font-size: 1.1em;
}

.stylePhotoBox {
    display: none;
    position: absolute;
    left: 12px;
    top: 11px;
    width: auto;
    height: auto;
    background-color: #ffffff;
    border-radius: 5px;
    z-index:  200;
    padding: 25px 5px 5px 5px;

    -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6); 
}

.slyleClosePhotoBox {
    position: absolute;
    left: 381px;
    top: 13px; 
    z-index:  210;
}

.slyleClosePhotoBox:hover {
font-size: 1.1em;
}

.icoPhotoTovar {
    position: absolute;
    top: -3px;
    left: 1px;
    cursor: pointer;
}

.icoPhotoTovar:hover, .icoInfoTovar:hover {
    background-color: rgba(236, 238, 238, 0.179);
    border-radius: 30px;
}

.wrapperContainerTovar {
    display: flex;
    flex-direction: column;
    width: auto;
}

.containerTovar2 {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    background-color: #e8e8e8;
    padding: 20px;
    margin-bottom: 5px;
}

.styleBlack {
    color: #000000;
}

.styleNextPageText {
    text-align: center;
    margin-top: 20px;
    font-size: 1.2em;
    cursor: pointer;
}
.styleNextPageText:hover, .styleNextPageText:active {
    font-weight: 600;
}

.dispShow {
    display: block;
}

.dispHide {
    display: none;
}

.styleContainerCatalogBtn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.btnCatalog {
    padding: 2px 10px;
    background-color: #0C82CC;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}
.btnCatalogActive, .btnSubCatalogActive, .btnManufacturerActive {
    background-color: #f09d9d;
    color: #0C82CC;
}



.btnCatalog:hover {
    -webkit-box-shadow: 5px 8px 26px -6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 8px 26px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 8px 26px -6px rgba(0, 0, 0, 0.6);
}

.wrapperFilter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.wrapperSubCategory, .wrapperManufacturer {
    display: none;
    margin-left: 20px;
    padding: 5px;
    width: auto;
    max-height: 100px;
    overflow-x : hidden;
    overflow-y: scroll;

    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2); 
}

.wrapperShow {
    display: block;
}



.styled-select {
    display: flex;
    flex-direction: column;

}

.nameSubCat {
    cursor: pointer;
    padding: 0pc 5px;  
}

.nameSubCat:hover {
    background: rgb(153,197,247);
    background: linear-gradient(176deg, rgba(153,197,247,1) 51%, rgba(255,255,255,1) 99%);
}
.selectStyle {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

/*ПОИСКОВОЕ ОКНО */

.sectionFind {
position: relative;
}
.search-container {
    position: absolute;
    right: 0px;
    width: auto;
    top: -40px;
}

.search-input {
    width: 0;
    padding: 10px 10px;
    border: none;
    border-radius: 20px;
    outline: none;
    transition: width 0.3s ease-in-out;
}

.search-icon {
    position: absolute;
    right: 3px;
    top: 4px;
    cursor: pointer;
    font-size: 1.5em;
}

.containerLogin {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin: 0;
    z-index: 2000;
    top: 5px;
    right: 5px;
    overflow: hidden;
    
    border-radius: 5px;
    width: 35px;
    height: 35px;
    transition: width 2s, height 3s, background-color 2s;
}
    .containerLoginMax {
    padding: 5px 5px;
    width: 250px;
    height: 200px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    }

.circleLogin {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(233,148,148,1) 100%);
    color: #000000;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;

    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}


.nameUserPopup {
    margin-top: 10px;
    margin-left: 50px;
    align-items: center;
    height: 20px;
    width: 90%;
    font-weight: 600;
    white-space: nowrap;
}

.buttonUserPopup {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-left: 50px;
    height: 20px;
    width: 150px;
    padding: 2px;
    border-radius: 8px;

    -webkit-box-shadow: 0px 5px 10px -5px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px -5px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px -5px rgba(34, 60, 80, 0.2);
}
.buttonUserPopup:active{
    background-color: #e2dfdf;
}

.textLogin {
  font-weight: 500;
  cursor: pointer;
}

.cart-items {
    border: none;
    margin-bottom: 28px;
}
.cart-items__products {
    margin: 0 16px;
}
.cart-items__item {
    position: relative;
}
.product-widget {
    background-color: #FFFAFA;
    border-radius: 12px;
    box-shadow: 0 1px 2px #0000001a;
    color: #333;
    font-size: 14px;
    padding: 28px 24px;
    margin-bottom: 20px;
}
.grid-container-widget {
    display: grid;
    grid-template-columns: 0.5fr 1fr 80px;
    grid-template-rows: 1fr;
    gap: 0px 15px;
    grid-template-areas:
      ". . .";
    border-bottom: 1px solid rgba(28,110,164,0.3);
    
    padding-bottom: 2px;
  }
  
  .grid-container-widget:last-child  {
      border-bottom:none;
  }


  .imgContainerWidget {
      display: flex;
      justify-content: center;
      align-items: center;
      user-select: none;
  }

  .containetDescriptionWidget {
      text-align: left;
  }
  .titleMoneyTovar {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;  
    font-weight: lighter;
    line-height: 35px;
    padding-right: 20px;
    color: #000000;
    font-size: 1.3em;
    letter-spacing: 1px;  
  }

  .titleNameTovar {
    font-weight: lighter;
    line-height: 35px;
    padding-right: 20px;
    color: #767676;
    font-size: 1.3em;
    letter-spacing: 1px;

  }

  .containerValue2 {
        max-width: 90px;
        height: 34px;
        position: relative;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        box-sizing: border-box;
        background-color: #fff;
  }

  .classPMWrapper, .classValueWrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #767676;
      width: 100%;
      font-size: 1.4em;
      user-select: none;
  }

  .classPMWrapper:hover {
    background: #eee;
    cursor: pointer;
  }
  
  .styleArticleWidget {
    color: #767676;
  }



  .containerAdvancedWidget {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .containerIconWidget {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 2px;
    border-radius: 5px;
    background: #eee;
    user-select: none;
    color: #8c8c8c;
    box-shadow: none;
  }

  .containerIconWidget:hover {
    background: rgb(255, 255, 255);
    cursor: pointer;
  }

  .styleMoneyWidget {
    color: #8c8c8c;
    user-select: none;
    letter-spacing: 1px;
  }

  .emptyBasket {
      font-size: 2em;
      font-weight: lighter;
      line-height: 35px;
      padding-right: 20px;
      color: #767676;
      letter-spacing: 1.5px;
  } 


/* Кнопка очистить корзину */

.styleBasketWrapper {
    text-align: right;
}
.btn {
    border: none;
    font-family: 'Lato';
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px 40px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 8px;
  }

  .btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  /* Pseudo elements for icons */
  .btn:before {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    border-radius: 8px;
  }

  .icon-cart:before {
    content: "\2718";
  }
  .icon-cart-add:before {
    content: "\2714";
  }

  /*--------------------------*/

  .textItog {
        margin-right: 40px;
        color: #8c8c8c;
        user-select: none;
        letter-spacing: 1px;
        font-size: 1.3em;

  }


  
  
  /* Icon separator */
  .btn-sep {
    padding: 15px 40px 15px 80px;
  }
  
  .btn-sep:before {
    background: rgba(0,0,0,0.15);
  }
  
  /* Button 1 */
  .btn-1 {
    background: #3498db;
    color: #fff;
  }
  
  .btn-1:hover {
    background: #2980b9;
  }
  
  .btn-1:active {
    background: #2980b9;
    top: 2px;
  }
  
  .btn-1:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 2;
    font-size: 140%;
    width: 40px;
  }












.card2 {
    position: relative;
    width: 90%;
    height: auto;
    max-width: 100px;
    max-height: 50px;
}

.styleOrderStatusActive {
    width: 300px;
    border-bottom: 4px solid #b2e6bc;
    border-radius: 0px 40px 40px 0px;

}

.styleOrderStatusArhive {
    width: 300px;
    border-bottom: 4px solid #e6beb2;
    border-radius: 0px 40px 40px 0px;

}

.textOrderStatus {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5em;
    color: #505050;
}
.textAdressStatus {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85em;
    color: #00008B;
} 

.styleDateOrder {
 text-align: right;
 color: #505050;
 font-weight: 600;
 letter-spacing: 1.5px;
}

/* Стили для менеджера ------------------------------------*/
.main_order {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container_table_order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 75%;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 5px;
}
.table_order {
    width: 100%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  border-collapse: collapse;
  color: #686461;

}
.table_order_caption {
  padding: 10px;
  color: white;
  background: #8FD4C1;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
.table_order_th {
  border-bottom: 3px solid #B9B29F;
  padding: 10px;
  text-align: left;
}
.table_order_td {
  padding: 10px;
}
.table_order_tr:nth-child(odd) {
  background: white;
}
.table_order_tr:nth-child(even) {
  background: #E8E6D1;
}

.table_order_button {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 10px;

}

.button_order_1{
    color: #FFF;
    background-color: #0C82CC;
    font-size: medium;
    border-radius: 5px;
    cursor: pointer; 
    padding: 8px;
}



.button_order_1:hover {
    background-color: #035487;
}



/* СТИЛЬ КАРТОЧКИ ТОВАРА */

.product-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    overflow: hidden;
    margin: 10px;
}

.product-image {
    width: 100%;
    height: auto;
}

.product-info {
    padding: 15px;
}

.product-title {
    font-size: 1.5em;
    margin: 0;
}

.product-description {
    color: #666;
    margin: 10px 0;
}

.product-price {
    font-size: 1.2em;
    color: #000;
    margin: 10px 0;
}

.buy-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}

.buy-button:hover {
    background-color: #218838;
}

.product-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    
}


/* кнопка меню */
#menu-toggle {
    display: none;
}



.styleArticleTovar label {
    display: none;
}
.styleValueTovar label {
    display: none;
}

.stuleButtonChange2 {
  display : none;  
}

.button_container {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}

.stuleButtonChange2 {
  display : none;  
}


/* КОРЗИНА */
.basketContainer {
    position: absolute;
    top: 7px;
    right: 7px;
    padding-left: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

    background-color: #DE6262;
    max-width: 100px;
    cursor: pointer;

    border: 0px solid transparent;
    border-radius: 7px;
    -webkit-box-shadow: 0px -5px 5px -5px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0px -5px 5px -5px rgba(255, 255, 255, 0.6);
    box-shadow: 0px -5px 5px -5px rgba(255, 255, 255, 0.6);
}

.basketContainer2 {
    display: flex;
    flex-direction: column;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    color: floralwhite;
    font-size: 0.8em;
}

.basketImg {
    background-image: url("/assets/images/svg/shopping-cart.svg");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 5px;
}



  /* Выпадающее меню результатов */
  #results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
	max-width: 300px;  
    overflow-y: auto;
    border: 1px solid #ccc;
    background: #fff;
    display: none; /* скрыто по умолчанию */
    z-index: 1000;
  }

  /* Стиль элементов списка */
  .result-item {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #1C6EA4;
  }

  /* Стиль при наведении */
  .result-item:hover {
    background-color: #f0f0f0;
  }

        .containerPolitic {
            display: flex;      /* Используем flexbox для горизонтального выравнивания */
            align-items: center; /* Выравнивание по центру по вертикали */
            margin: 10px 0;    /* Отступы сверху и снизу */
        }

        .containerPolitic input[type="checkbox"] {
            width: 15px;       /* Установите ширину чекбокса */
            height: 15px;      /* Установите высоту чекбокса */
            margin-right: 10px; /* Отступ между чекбоксом и текстом */
            flex: 0 0 auto;    /* Отключить гибкость для чекбокса */
            flex: 1;
            
        }

        .containerPolitic span {
            flex: 2;           /* Позволить тексту занимать оставшееся пространство */
        }
        
/* Страница политики */
        
.menuPolitika {
        list-style-type: none; /* Убирает маркеры списка /
        padding: 0;           / Убирает отступы /
        margin: 0;            / Убирает внешние отступы */
    }

    .menuPolitika li {
        margin: 10px 0;      /* Отступ для каждого элемента списка */
    }

    .linkAP {
        text-decoration: none; /* Убирает подчеркивание */
        color: #007bff;       /* Цвет ссылки */
    }

    .linkAP:hover {
        text-decoration: underline; /* Подчеркивание при наведении */
    }
