.row-flex{
    display: flex;
    flex-wrap: wrap;
}
.little-categoria .categoria_image{
    height: 350px;
}
.product-head{
    background: #1E5A76;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 70px;
}
.demo{
    background: none;
    padding-bottom: 0;
}
.product-head .left{
    display: flex;
    flex-direction: column;
    width: 58%;
    margin: 1%;
}
.demo .left{
    width: 53%;
}
.product-head .left h1{
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    text-transform: none;
}
.demo .left h1{
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: black;
    text-transform: none;
}
@media only screen and (max-width: 500px){
    .product-head .left h1 {
        font-size:35px;
        line-height: 45px;
    }
}
.product-head .left p{
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
    padding: 30px 0 0 0;
}
.demo .left p{
    font-weight: 400;
    font-size: 23px;
    line-height: 35px;
    color: black;
    padding: 30px 0 0 0;
}
.product-head .right{
    margin-left: 5%;
    width: 35%;
    display: flex;
    align-items: center;
}
.demo .right{
   width: 37%; 
}
.product-head .right img{
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
    border-radius: 15px;
}

@media only screen and (max-width: 1200px){
    .product-head .left {
        width:100%;
    }
    .product-head .right{
        width:100%;
        display: none;
    }
}
@media only screen and (max-width: 650px){
    .product-head {
        padding: 50px;
    }
}
.preimushestva-all{
    width: 100%;
    display: flex;
    justify-content:center;
    transform: translateY(-50%);
}
.preimushestva {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 8px 8px 2px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}
.preimushestva .item{
    width: 23%;
    margin: 1%;
    border: 1px solid rgba(94, 18, 0, 0.25);
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 960px){
    .preimushestva-all {
         transform: translateY(0);
    }
    .preimushestva .item{
        width:48%;
    }
}
@media only screen and (max-width: 500px){
    .preimushestva .item{
        width:98%;
    }
}
.preimushestva .item p{
    padding: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}
.h2{
    font-weight: 400;
    font-size: 35px;
    line-height: 41px;
    color: #000000;
    margin: 60px 0 30px 0;
    text-transform: uppercase;
}
.onetovar .service-heading{
    background-color: white;
}
.onetovar .service-heading .title{
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    color: #203344;
    margin: 20px 0;
}
.onetovar .service-heading .prise{
    font-weight: 700;
    font-size: 15px;
    line-height: 12px;
    color: #24789F; 
}
.onetovar .service-heading img{
    width: 100%;
    float: none;
    height: auto;
}
.onetovar .service-heading .allbuttonstovar{
    width: 100%;
    display: flex;
}
.onetovar .service-heading .allbuttonstovar .button-zakaz{
    width: 100px;
    background: #133344;
    font-weight: 400;
    font-size: 15px;
    line-height: 12px;
    color: #FFFFFF;
    padding:10px;
    text-align: center;
}
.onetovar .service-heading .allbuttonstovar .link{
    text-align: end;
    width: calc(100% - 120px);
}
.tovar-content{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    padding-top: 30px;
}
.tovar-content h1{
    font-weight: 400;
    font-size: 48px;
    line-height: 50px;
    color: #000000;
    text-transform: none;
    padding-top: 0px;
}
.tovar-content h2{
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    text-transform: none;
}
.tovar-content .tovar-content-image{
    width: 42%;
    margin: 0 2% auto 0;
    padding: 0;
}
.tovar-content .tovar-content-table{
    width: 55%;
}
.tovar-content .tovar-content-table p{
    margin-bottom: 2px;
    font-size: 15px;
    padding: 2px 0 0 20px;
}
    
.tovar-content .tovar-content-button{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
.tovar-content .tovar-content-button .tovar-content-prise{
    width: 70%;
    text-align: left;
    font-weight: 700;
    font-size: 35px;
    line-height: 47px;
    color: #24789F;
}
.tovar-content .tovar-content-button .tovar-content-zakaz{
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
.tovar-content .tovar-content-button .tovar-content-zakaz .button-zakaz{
    background: #133344;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    color: #FFFFFF;
    padding:10px;
}
.categoria_image{
    display: block;
    margin-bottom: 30px;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media only screen and (max-width: 1200px){
    .tovar-content .tovar-content-image{
        width: 96%;
        margin:2%;
    }
    .tovar-content .tovar-content-table{
        width: 100%;
    }
}
@media only screen and (max-width: 700px){
    .tovar-content .tovar-content-button .tovar-content-prise{
        width: 100%;
    }
    .tovar-content .tovar-content-button .tovar-content-zakaz{
        margin-top: 25px;
        width: 100%;
    }
}
.button-load-more-tovar{
    display:flex;
    justify-content: center;
}
.button-load-more-tovar .button-load-more{
    background: #3cbbff;
    border-radius: 15px;
    width: 260px;
    text-align: center;
    padding: 10px;
    margin: 25px 0;
    cursor: pointer;
}
.button-load-more-tovar .button-load-more p{
    font-weight: bold;
    font-size: 25px;
    line-height: 36px;
    color: #020202;
}
.osobennosti{
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.osobennosti .osobennosti-name{
    width: 100%;
    font-weight: 400;
    font-size: 35px;
    line-height: 52px;
    color: #000000;
    margin: 10px 0 30px 0;
}
.osobennosti .osobennosti-item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.osobennosti .osobennosti-item .left{
    width: 64%;
    margin-right: 3%;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    color: #000000;
    padding: 30px;
    background: #FFFFFF;
    
}
.osobennosti .osobennosti-item .left li{
    padding: 12px 20px 20px 28px;
}
.osobennosti .osobennosti-item .right{
    width: 28%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.osobennosti .osobennosti-item .right .item{
    width: 79%;
    border: 5px solid #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    margin: auto;
}
.osobennosti .osobennosti-item .right .item img{
    width: 100%;
    border-radius: 10px;
}
.complektaciy{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.complektaciy .complektaciy-name{
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    color: #000000;
    padding: 60px 0 40px 0;
}
.complektaciy .right{
    width:53%;
}
.complektaciy .right img{
    width: 100%;
    border-radius: 10px;
}
.complektaciy .left{
    width:45%;
    margin-right: 2%;
    list-style: none;
    counter-reset: li;
    background: #FFFFFF;
    padding: 20px 0;
}    
.complektaciy .left li {
    position: relative;
    padding:12px 20px 20px 28px;
    margin-left: 40px;
    list-style-type: none;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: black;
}
.complektaciy .left li:before {
    border: 1px solid transparent;
    line-height: 30px;
    position: absolute;
    top: 7px;
    left: -30px;
    width: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: black;
    background: #fff;
    border-radius: 50%;
    counter-increment: li;
    content: counter(li);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #00000040;

}
.complektaciy .left li a {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-decoration-line: none;
    color: #000000;
}
.complektaciy .left li a:link { 
    text-decoration: none;
    color: #337ab7;
} 
.complektaciy .left li a:visited { 
	text-decoration: underline; 
	color: #337ab7;
} 
.complektaciy .left li a:active { 
	text-decoration: none;
	color: #337ab7;
}
.complektaciy .left li a:hover {
	text-decoration: none; 
	color: #000000;
}

.preimushestva-ustanovok{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.preimushestva-ustanovok .preimushestva-ustanovok-name{
    font-weight: 400;
    font-size: 35px;
    line-height: 43px;
    color: #000000;
    padding: 60px 0 40px 0;
}

.preimushestva-ustanovok .left{
    width: 60%;
    margin-right: 3%;
    display: flex;
    flex-wrap: wrap;
}
.preimushestva-ustanovok .left .item{
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.preimushestva-ustanovok .left .item:nth-child(6){
    margin-bottom: 0;
}
.preimushestva-ustanovok .left .item .title{
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
    color: #000000;
    padding-bottom: 20px;
}
.preimushestva-ustanovok .left .item .desk{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    padding-bottom: 20px;
}
.preimushestva-ustanovok .right{
    width: 37%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    
}
.preimushestva-ustanovok .right .item{
    width: 100%;
    border: 5px solid #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    margin: auto;
}
.preimushestva-ustanovok .right .item img{
    width: 100%;
    border-radius: 10px;
}


.preimushestva-company{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.preimushestva-company .preimushestva-company-name{
    font-weight: 400;
    font-size: 35px;
    line-height: 43px;
    color: #000000;
    padding: 60px 0 40px 0;
}

.preimushestva-company .left{
    width: 37%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    
}
.preimushestva-company .left .item{
    width: 85%;
    border: 5px solid #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    margin: auto;
}
.preimushestva-company .left .item img{
    width: 100%;
    border-radius: 10px;
}


.preimushestva-company .right{
    width: 60%;
    margin-left: 0%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.preimushestva-company .right .item{
    width: 100%;
    padding: 16px;
}

.preimushestva-company .right .item p{
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #000000;
}
.preimushestva-company .right .item ul{
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #000000;
}

@media only screen and (max-width: 1200px){
    .complektaciy .left{
        width: 96%;
        margin:2%;
    }
    .complektaciy .right{
        width: 96%;
        margin:2%;
    }
}
@media only screen and (max-width: 1800px){
    .osobennosti .osobennosti-item .left {
        width: 67%;
    }
    .osobennosti .osobennosti-item .right {
        width: 30%;
    }
    .preimushestva-ustanovok .left{
        width: 55%;
    }
    .preimushestva-ustanovok .right{
        width: 42%;
    }
    .preimushestva-ustanovok .left .item {
        padding: 15px;
    }
    .preimushestva-ustanovok .left .item .desk{
        font-size: 21px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .preimushestva-company .right .item p{
        font-size: 21px;
    }
    .preimushestva-company .right .item ul{
        font-size: 21px;
    }
    .preimushestva-company .left .item{
        width: 100%;
    }
    .preimushestva-company .left{
        width: 42%;
    }
    .preimushestva-company .right {
        width: 55%;
        margin-left: 3%;
    }
}
@media only screen and (max-width: 1400px){
    .complektaciy .left li {
        padding: 12px 20px 10px 28px;
        font-size: 21px;
    }
    .complektaciy .left li a {
        font-size: 21px;
    }
    .preimushestva-company .right .item p {
        font-size: 17px;
        line-height: 30px;
    }
    .preimushestva-company .right .item ul {
        font-size: 17px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 1200px){
    .osobennosti .osobennosti-item .left {
        font-size: 16px;
        line-height: 26px;
        padding: 16px;
    }
    .osobennosti .osobennosti-item .left li {
        padding: 2px 8px 8px 10px;
    }
    .osobennosti .osobennosti-name {
        font-size: 28px;
    }
    .complektaciy .complektaciy-name{
        font-size: 28px;
    }
    .preimushestva-ustanovok .preimushestva-ustanovok-name{
        font-size: 28px;
    }
    .preimushestva-ustanovok .left .item .title {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .preimushestva-ustanovok .left .item .desk {
        font-size: 17px;
        padding-bottom: 5px;
    }
    .preimushestva-ustanovok .left {
        width: 50%;
    }
    .preimushestva-ustanovok .right {
        width: 47%;
    }
    .preimushestva-company .preimushestva-company-name{
        font-size: 28px;
    }
    .preimushestva-company .right .item {
        padding: 5px 10px;
    }
    .preimushestva-company .left {
        align-content: space-around;
    }
}
@media only screen and (max-width: 1000px){
    .osobennosti .osobennosti-item .right .item {
        width: 98%;
    }
}
@media only screen and (max-width: 900px){
    .osobennosti .osobennosti-item .left{
        width: 100%;
        margin: 0;
    }
    .osobennosti .osobennosti-item .right{
        display: none;
    }
    .preimushestva-ustanovok .left{
        width: 100%;
        margin: 0;
    }
    .preimushestva-ustanovok .right{
        display: none;
    }
    .preimushestva-company .left{
        display: none;
    }
    .preimushestva-company .right{
        width: 100%;
        margin: 0;
    }
}

.hidden-fos-header{
    font-family: 'Fira Sans Condensed', sans-serif;
    padding: 0px;
    font-weight: 700;
    color: #113245;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.42857143;
}
.ftr-section .footer-title{
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 18px;
    color: #b6b6b7;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-search{
    font-family: 'Fira Sans Condensed', sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}
.main-uslugi-titele{
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 24px;
    margin-bottom: 44px;
    font-weight: 700;
    color: #113245;
    text-transform: uppercase;
    text-align: center;
}
.main-uslugi-name{
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 700;
    color: #113245;
    font-size: 18px;
    margin-bottom: 8px;
    height: 60px;
    text-transform: none;
}
.carousel-caption .main-slider-titel{
    font-family: 'Fira Sans Condensed', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: uppercase;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    line-height: 1.1;
}
.link-soc{
    font-family: 'Ubuntu', sans-serif;
    font-size: 17px;
    color: #000;
    margin: 0px;
    padding: 0px;
    line-height: 25px;
}
.soc-cont{
    margin-top: 25px;
}
}