        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
        }

        body {
            overflow-x: hidden;
            color: #fff;
        }

        .video-background {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 85%;
            z-index: -1;
            overflow: hidden;
            background-image: url('fallback-image.jpg');
            background-size: cover;
            background-position: center;
        }

        .video-background video {
            min-width: 100%;
            /*min-height: 100%;*/
            width: auto;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    .overlay::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background-color: white;
        /*background: linear-gradient(to bottom, 
            rgba(255,255,255,1) 0%, 
            rgba(255,255,255,0.8) 20%,
            rgba(255,255,255,0.3) 40%,
            rgba(255,255,255,0) 100%);*/
        pointer-events: none;
    }

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
           /* background: rgba(0, 0, 0, 0.5);*/
            z-index: -1;
        }

        #msMiniCart {
            width: 210px;
            border: none;
            height: 73px;
            background: transparent;
            padding: 0;
            margin: 0;
            float: right;
            color: black;
        	font-weight: 200;
            text-align: right;
        }
        #msMiniCart a{
            display: block;
            height: 27px;
            width: 165px;
            background-color: #d24a43;
            border-radius: 5px;
            text-align: center;
            padding-top: 5px;
            text-decoration: none;
            color: white;
            float: right;
            font-weight: 200;
            font-size: 14px;
            margin-top:10px;
        }
        #msMiniCart span{
            display: block;
            margin-top: 20px;
            font-weight: 200;
            font-size: 11px;
        }
#msMiniCart strong.ms2_total_count{
    color: #d24a43;
    font-size: 16px;
    font-weight: 500;
}
#msMiniCart strong.ms2_total_cost{
    color: #d24a43;
    font-size: 16px;
    font-weight: 500;
}
.ord {
    background-color: #d24a43;
    color:white;
    border:0;
    border-radius: 5px;
    height: 30px;
    width: 120px;
    font-size: 15px;
}
.ended {
    background-color: gray;
    color:white;
    border:0;
    border-radius: 5px;
    height: 30px;
    width: 120px;
    font-size: 13px;
}
.ord:hover {
    cursor:pointer;
}
.ended:hover {
    cursor:default;
}
.ord:focus {
    /*outline-color: white;*/
    outline: none;
    background: green;
    /*border-radius: 5px;*/
}
.ended:focus {
    /*outline-color: white;*/
    outline: none;
    background: gray;
    /*border-radius: 5px;*/
}
input.form-control{
    margin-left: 40px;
    width: 50px;
    text-align: left;
    float: left;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid gray;
    text-indent: 20px;
}
input.form-control:focus {
    outline: none;
}
#content span.prodname{
    color: black;
    font-size: 16px;
}
#deliveries ul{
    columns: 3;
}
#deliveries ul{
    text-align: left;
    list-style: none;
}
#deliveries input[type='radio'] {
  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: 1px solid black;
  border: 2px solid white;
  width: 12px;
  height: 12px;
}
#deliveries input[type='radio']:focus {
  box-sizing: border-box;
  appearance: none;
  outline: 1px solid black;
  border: 2px solid white;
  width: 12px;
  height: 12px;
}
#deliveries input[type='radio']:checked {
  background: black;
}
input[name='law'] {
  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: 2px solid #d24a43;
  border: 3px solid white;
  width: 16px;
  height: 16px;
}
input[name='law']:checked {
  background: #d24a43;
}
#payments ul{
    columns: 2;
}
#payments ul{
    text-align: left;
    list-style: none;
}
#payments input[type='radio'] {
  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: 1px solid black;
  border: 2px solid white;
  width: 12px;
  height: 12px;
}
#payments input[type='radio']:focus {
  box-sizing: border-box;
  appearance: none;
  outline: 1px solid black;
  border: 2px solid white;
  width: 12px;
  height: 12px;
}
#payments input[type='radio']:checked {
  background: black;
}


div.title{
    text-align: center;
    margin-right:20px;
}
button.btn-sm{
    background-color:#d24a43;
    width: 30px;
    height: 30px;
    padding: 1px 4px;
    border:none;
    color: white;
}
button.btn-sm:hover{
    cursor:pointer;
}
button[value="cart/clean"]{
    margin-top:20px;
    margin-right: 70px;
    float:right;
    background-color:#d24a43;
}
button[value="order/submit"]{
    width: 165px;
    background-color: #d24a43;
    border:none;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    color: white;
    float: right;
    font-weight: 200;
    font-size: 14px;
    margin-top:20px;
}
button[value="order/submit"]:hover {
    cursor:pointer;
}

#content span.ms2-total-cost{
    color: black;
}
th.total-cost{
    padding-left: 20px;
}
#msOrder p{
    float: none;
}
.input-order {
    height: 25px;
    text-align: center;
}
.input-order:focus {
    height: 25px;
    outline: none;
}
#msCart.GetOrder{
    padding-left: 310px;
    text-align: left;
}
        #content{
            width: 1200px;
        }
        .wrapvideo {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          width: 1020px;
          border: 0;
          align-items: flex-end;
        }
        .video video {
            width:248px;
        	display: flex;
            /*flex-basis: 250px;*/
            justify-content: flex-start;
            margin: 1px;
            padding: 0;
            overflow: hidden;
            height: 330px;
            border: 1px solid black;
        }
        .container {
            max-width: 1700px;
            padding: 5px 20px;
            margin: 0 auto;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            padding:8px 0 0 20px;
            text-decoration: none;
            color: #fff;
        }

        .cont {
            color: #000;
            font-weight: 100;
            font-size: 12pt;
            padding-bottom: 2px;
            padding-top: 2px;
            gap: 20px;
            display: flex;
            justify-content: space-between;
            align-items: top;
        }

        .cont a{
            color: #000;
            text-decoration: none;
            font-weight: 100;
            font-size: 12pt;
        }

        .cont a:hover{
            color: #d24a43;
        }


        .nav-links {
            display: flex;
            list-style: none;
            padding: 5px 0;
        }

        .nav-links li {
            margin-left: 30px;
        }

        .nav-links a {
            color: #000;
            text-decoration: none;
            font-weight: 500;
            font-size: 16pt;
            transition: color 0.3s;
        }

        .nav-links a:hover {
            color: #d24a43;
        }
        .main-container {
            max-width: 1700px;
            margin: 0 auto;
            padding: 110px 20px 10px 50px;
            display: flex;
            justify-content: space-between; /* распределяет пространство между элементами */
            align-items: center; /* выравнивание по вертикали */
            border: 0px;
            min-height: 570px;
        }
        .left-content {
            width: 840px;
        }
        .left-content h2{
            color: #fff;
            font-weight: 100;
            font-size: 32pt;
        }

        .btn {
            display: inline-block;
            margin-top: 20px;
            padding: 13px 35px;
            background: #d24a43;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            font-weight: 100;
            font-size: 18pt;
        }

        .btn:hover {
            background: #933;
        }

        .bot-container {
            color: #333;
            width: 100%;
            margin: 140px auto 60px auto;
            padding: 0 20px;
            display: flex;
            align-items: flex-start; /* выравнивание по вертикали */
            justify-content: center;
            border: 0px;
            min-height: 150px;
            background-color: white;
            /*background: linear-gradient(to bottom, 
                rgba(255,255,255,0) 0px, 
                rgba(255,255,255,0.3) 20px,
                rgba(255,255,255,0.8) 50px,
                rgba(255,255,255,0.8) 100%);*/
        }

        .bot-container h3 {
            color: #000;
            font-size: 16pt;
            text-align: center;
            font-weight: 100;
        }
        div.mainnewstitle {
            position:relative;
            /*margin-left: auto;
            margin-right: auto;*/
            max-width:1200px;
            padding: 20px 10px 20px 0;
            margin: 30px 10px 0 0;
        }
        div.mainnewstitle:before {
            position:absolute;
            top:100%;
            left:25%;
            width:50%;
            border-bottom: 1px solid #ccc;
            content:"";
        }
        .footer {
/*              position: absolute;
              left: 0;
              bottom: 0;*/
              max-width: 1400px;
              height: 20px;
              text-align: right;
        }
        .footer a {
            font-family: 'Century Gothic', Tahoma, Geneva, Verdana, sans-serif;
	        font-size: 10pt;
	        color: #336699;	
        }
        header {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            z-index: 9999 !important;
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: blur(10px);
        }

        /* Адаптивность */
        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }

            .hero h1 {
                font-size: 36px;
            }

            .hero p {
                font-size: 18px;
            }

            .features {
                flex-direction: column;
            }
        }
