*{padding: 0;margin: 0}

.container {margin: auto;              
        width: 1055px;
        height: 62px;
        top: 0px; 
        position: sticky; z-index: 999;
        border: 2px solid #092086;
        border-radius: 5px;
        padding: 5px 5px;
        background-color: #fff; 
        text-align: left;
        color: #092086;}

.title {float: left; padding-top: 0 
}

.top-right
       {position: absolute;
        bottom: 5px;
        right: 20px;}

.bottom-right 
       {position: absolute;
        bottom:40px;
        right: 20px;}

.antenna1 {width="300";
        z-index: 3;
        position: fixed;
        top: 25px;
        right: 0px;}

.antenna2 {display: flex; 
        z-index: 3;
        position: fixed;
        top: 25px;
        left: 0px;}

.antenna3 {display: flex;  
        z-index: 3;
        position: fixed;
        bottom: 25px;
        left: 0px;}

.camera {display: flex; 
        z-index: 3;
        position: fixed;
        bottom: 25px;
        right: 0px;}

.container2 {
        margin: auto;
        margin-top:5px;
        width: 1055px;
        height: 355px;
        border: 2px solid #fff;
        border-radius: 5px;
        padding: 5px 5px;
        background-color: #092086;
        position: relative;
        text-align: center;
        color: #092086;
}

.slideshow {
    width: 100%;
    height: 355px;
    position: relative;
    overflow: hidden;
    background: #000;
    margin: 0px 0px;
}

.slideshow-item {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: slideanim 40s infinite;
    pointer-events: none;
}

.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img {animation-delay: 0;}

.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img{animation-delay: 10s;}
.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img {animation-delay: 20s;}
.slideshow-item:nth-child(4),
.slideshow-item:nth-child(4) img {animation-delay: 30s;}
.slideshow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoom 40s infinite;
}

.slideshow-item-text {
    max-width: 50%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 20px 30px;
    font-family: Verdana, sans-serif;
}

.slideshow-item-text h5 {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #BFE2FF;
}

.slideshow-item-text p {
    font-size: 15px;
    margin-bottom: 10px;
}

@keyframes slideanim {
    12.5%{opacity: 1;
    pointer-events: auto;}
    25%{opacity: 1;
    pointer-events: auto;}    
    37.5%{opacity: 0;}
}

@keyframes zoom {
    50%{transform: scale(1.3);} 
}

@media screen and (max-width: 1100px){
.slideshow-item-text{max-width:     75%;}
}
@media screen and (max-width: 456px){
.slideshow-item-text {
bottom: 0;
left: 0;
max-width: 100%;}
.slideshow-item-text h5 {font-size: 18px;}
.slideshow-item-text p {
font-size: 13px;}}

.wrapper { 
        display: flex;
        margin: auto;
        justify-content: center; 
        vertical-align: middle; 
        width: 1055px;
}

.left_block {  
        margin-top: 5px;
        width: 160px; max-width: 160px;
        border: 2px solid #fff;
        border-radius: 5px;
        padding: 5px 5px;
        background-color: #092086;
        position: relative;
        text-align: center;
        color: #092086;
}

.btn-group-vertical button {
        background-color: #fff; 
        border: 1px solid red; 
        border-radius: 5px;
        color: #092086; 
        padding: 5px 5px;
        margin-bottom: 3px; 
        cursor: pointer;
        width: 100%; 
        height: 45px;
        width: 160px; 
}

.btn-group-vertical button:not(:last-child) 

.btn-group-vertical button:hover {
        background-color: #092086;
        color: #fff;
        width: 100%;   
}

.dropbtn {background-color:             #092086;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    border: none;
    width: 100%; 
}

.dropdown {position: relative;
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border: 1px solid red; 
    border-radius: 5px;
    border-color: red;
    min-width: 220px;
    box-sizing: border-box;
    z-index: 3;
    left: 160px;
    top: 0px
}

.dropdown-content a {
    background-color:#fff;
    color: #092086;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    overflow: hidden
}

.dropdown-content a:hover {background-color: #092086; color: #fff;
    overflow: hidden }

.dropdown:hover .dropdown-content {display: block;
    overflow: hidden}

.dropdown:hover .dropbtn {background-color: #092086; color: red;
    overflow: hidden}



.banner{margin-top: 5px;
        border: 2px solid #fff;
        object-position:center;       
}



.right_block{margin-top: 5px; 
        margin-left: 5px;
        min-width: 874px;
        max-width: 874px;
        border: 2px solid #fff;
        border-radius: 5px;
        padding: 5px 5px;
        background-color: #092086;
        position: relative;
        text-align: center;
        color: #092086;
}


.Demo {
        color: #092086;
        border: 2px solid red;
        border-radius: 10px;
        text-align: left;
        margin: 25px 5px 25px 5px;
        vertical-align: middle;
        padding-right: 25px;
        padding-left: 25px;
        overflow: hidden;
        background: #fff; 
    
}

.Cart {
        color: #092086;
        border: 2px solid red;
        border-radius: 10px;
        text-align: left;
        margin: 25px 5px 25px 5px;
        vertical-align: middle;
        padding-right: 25px;
        padding-left: 25px;
        overflow: hidden;
        background: #fff; 
    
}


.Cart2 {
        color: #092086;
        border: 2px solid red;
        border-radius: 10px;
        text-align: left;
        margin: 25px 5px 25px 5px;
        vertical-align: middle;
        padding-right: 25px;
        padding-left: 25px;
        overflow: hidden;
        background: #fff; 
    
}



.Cart3 {
        color: #092086;
        border: 2px solid red;
        border-radius: 10px;
        text-align: left;
        margin: 25px 5px 25px 5px;
        vertical-align: middle;
        padding-right: 25px;
        padding-left: 25px;
        overflow: hidden;
        background: #fff; 

    
    
    
}

.description{width: 600px; text-underline-position: left
   
    
    
}

.price{position: absolute:center:bottom;
    vertical-align: bottom;
    margin-bottom: 10px
        
   
}

.name{
   margin-top: 10px;
    height: 40px;
    text-align: center
    
}




.Foto {
    overflow: hidden;
    float:right;
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 5px;
    object-fit: cover;
}


.Foto:hover {transform: scale(1.5);
    transition: 0.5s; padding-right: 50px 
  
}

.Foto2 {
    overflow: hidden;
    float:right;
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 5px;
    object-fit: cover;
}



.Foto2:hover {transform: scale(1.8);
    transition: 0.5s; padding-right: 30px 
  
}

.Foto3 {
    overflow: hidden;
    
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 5px;
    object-fit: cover;
    padding-top: 50px;
    
    
}



.Foto3:hover {transform: scale(1.8);
    transition: 0.5s; padding-right: 100px; padding-top: 45px; 
   
}


.Foto4 {
    overflow: hidden;
    float:right;
    width: 400px;
    height: 180px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 5px;
    object-fit: cover;
}




.Subscriptions {
    
    float: left;
    padding-top: 20px;
    height: 200%
    
    
    
    
}

.catalog-wrap2{
    
    display: flex;
        margin: auto;
        justify-content: center; 
        vertical-align: middle; 
}



.catalog-wrap{
    max-width: 1120px;
    margin: 10px;
    padding: 5 5 5 5px; 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.item-content{
    background: #fff;
    padding: 30px;
    margin: 10px;
    color: #092086;
    min-height: 200px;
    max-height: 200px;
    border: 2px solid red;
    border-radius: 10px;
    margin: 15 15 15 15px;
    flex-basis: 23.333333333%;
    overflow: hidden;
    object-fit: cover
}

.item-icon {
   
}

.item-icon:hover {transform: scale(4);
    transition: 0.5s; padding-top: 40px 
  
}



.container5 {margin: auto; 
        margin-top: 5px;
        width: 1055px;
        height: 20px;
        border: 2px solid #fff;
        border-radius: 5px;
        padding: 5px 5px;
        background-color: #092086;       
}


.parent {display: flex;
         align-items: center;
}

.child {color: #fff; 
}

html {
  scroll-behavior: smooth;
}