@font-face {
    font-family: 'Open Sans Condensed Light';
    src: url('fonts/OpenSansCondensed/OpenSansCondensed-Light.eot');
    src: url('fonts/OpenSansCondensed/OpenSansCondensed-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansCondensed/OpenSansCondensed-Light.woff') format('woff'),
    url('fonts/OpenSansCondensed/OpenSansCondensed-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*,
*:hover {
    transition: 0.3s;
}

body {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.5px;
    background-color: whitesmoke;
}

h1 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

h2, 
.content-heading {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
}

h3 {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
    font-weight: 600;
}

h1, h2 {
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

p {
    font-size: 15px;
}

hr {
    margin: 5px;
}

td {
    border: 1px #b8c5cf solid;
    padding: 5px;
}

td img {
    width:220px;
}

a {
    text-decoration: none;
    color: #E47F30;
    font-weight: 400;
}

a:hover {
    color: #E04D1E;
    text-decoration: none;
}

section {
    margin-top: 3rem;
}

section:first-child {
    margin-top: 0;
}

.tc {
    display: table-cell;
    font-size: 14px;
}

#body-page {
    background-color: white;
}

 .container {
    padding: 0 40px;
 }
 
 .main__container {
    margin: 1rem auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fefefe;
 }
 
 .row {
     margin: 0;
 }
 
.top-nav {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 40px;
    background: #272d36;
}

.contacts {
    padding-right: 4vw;
}


 /* NAVBAR */
 .navbar {
    /* display: block; */
    background: #e69028;
    background-size: 400% 100%;
    width: 100%;
 }
 
 .navbar-dark .navbar-nav .nav-link {
     color: #ffffff;
	 font-size: 17px;
 }
 
  .navbar-dark .navbar-nav .nav-link:hover {
     color: rgba(255,255,255,.9);
 }
 
 .phone-icon {
    margin-right: 10px;
    width: 20px;
    height: 25px;
 }
 
@media (max-width: 568px) {
    .container {
        padding-top: 0;
    }
}

.bottom-menu {
    background-color: white;
}

#mainMenu a {
    display: block;
    color: #23272b;
    font-size: 1rem;
    font-weight: 600;
 }

 #dropdown-submenu-1 {
     display:none;
     padding: 0.5rem;
     position: absolute;
     float: left;
     column-count: 2;
    z-index: 20;
    right: auto;
    left: 100%;
    width: max-content;
    top: 0;
    background: whitesmoke;
 }
 
  #dropdown-submenu-1 a {
    font-size: 0.825rem;
    font-weight: 400;
  }
 
#mainMenu > ul > .list-group-item {
    padding: 0.3rem 0.6rem;
 }
 
#dropdown-submenu-1 ul .list-group-item  {
    background: whitesmoke;
    padding: 5px 10px;
}

#dropdown-submenu-1 > ul > .list-group-item:hover  {
    background: #ececec;
}
 
#mainMenu .list-group-item:hover {
    background: whitesmoke;
  }
  
#mainMenu .list-group-item:hover #dropdown-submenu-1 {
    display: block;
  }
 
#mainMenu {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding:0;
    z-index: 20;
}


.carousel-menu {
    margin-left: 20px;
    width: 560px;
}

.carousel-indicators {
    bottom: -12px;
}

.carousel-indicators li {
    background-color: #212529;
}
 
.banner {
    margin-left:auto;
    margin-right:auto;
    padding-top: 1.5vh;
}

.carousel-item > a > .img-fluid {
    width: 600px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
}
 
 .logo-img {
    margin: 50px 50;
    height: 18vh;
 }
 
 @media (max-width: 992px) {
     #logo {
       margin: 7vw 14vw;  
     }
     #numberBlock {
        margin-left: 3vw;
    }
 }

 .card-product-list,
 .card-product-grid {
     margin-bottom: 0
 }

#main {
    align-items: center;
}

.title-block {
    margin-bottom: 2rem;
    padding-left: 1.2rem;
    border-left: 4px solid #272d36;
}

.tabs_content2 {
    overflow: hidden;
    height: 168px;
    background: rgb(245,245,245);
    background: linear-gradient(45deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%, rgba(245,245,245,1) 100%);
}

.stickers {
    position: absolute;
    top: 7px;
    left: 5px;
    display: flex;
    column-gap: 6px;
}

.sticker {
    display: inline-flex;
    align-items: center;
    padding: 5px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: white;
    border-radius: 5px;
    background-color: #F35F0C;
}

.catalog-menu {
    background-color:#aaaaaa; 
    padding:10px; 
    max-width: 280px;
    min-width: 215px;
}

 .card {
     margin: 0.5rem;
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     max-width: 31.33%;
     min-width: 180px;
     word-wrap: break-word;
     background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, 0.1);
     border-radius: 0.10rem;
 }

 .card:hover {
     -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     -webkit-transition: .3s;
     transition: .3s
 }

 .card .img-wrap {
     overflow: hidden;
     max-width: 320px;
     -height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 .img-product {
     width: 220px;
     height: 100%;
     object-fit: contain;
 }

 .card-product-grid .img-wrap {
     border-radius: 0.2rem 0.2rem 0 0;
 }
 
 @media (max-width: 568px) {
     .back-overflow-all {
         right: 75px; 
     }
 }
 

 [class*='card-product'] .img-wrap img {
     max-width: 80%;
     width: 240px;
     display: inline-block;
     -o-object-fit: cover;
     object-fit: cover
 }
 
 [class*='card-product']:hover .img-wrap img {
     transition-duration: 1s;
	transition-property: transform;
	transform:scale(1,1);
 }

 .img-wrap {
     text-align: center;
     display: block
 }

 .card .info-wrap {
     overflow: hidden;
     padding: 18px 20px
 }

 [class*='card'] a.title {
     display: block;
     padding: 8px 16px;
     color: #272d36;
     font-weight: 500;
     font-size: 19px;
     line-height: 20px;
 }
 
 .pad-0 {
     padding:0;
 }
 
 .card .bottom-wrap,
 .card .desc-block {
	 padding: 16px;
     border-top: 1px solid #e4e4e4
	 
 }
 
 .card .descrition_block {
    height:180px;
}

.sale {
    color: #F44336;
    font-weight: 600;
}

 .btn {
     display: inline-block;
     font-weight: 600;
     color: #343a40;
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: transparent;
     border: 0px;
     padding: 0.8rem 0.85rem;
     font-size: 1rem;
     line-height: 1.5;
     border-radius: 0;
 }
 
 .card-bottom {
    display: flex;
    margin-top: auto;
 }
 
 .card-bottom__price {
    width: 200px;
    padding: 4px 0;
    padding-left: 16px;
    border-top: 1px solid #e4e4e4;
 }
 
 .card-bottom__btn {
    width: 100%; 
 }
 
 .menu-margin {
    margin: 20px;
 }
 
.img-background {
    overflow: hidden;
    height: min-content;
    background: linear-gradient(to top left, #f5f5f5 0%, #fefefe 50%, #f5f5f5 100%);
 }
 
 #zapchasti-img {
    width:100%; 
 }
 
 .background-level-1 {
    height: 220px;  
 }
 
 .img-background:hover {
     box-shadow: 0 0 30px rgba(0, 0, 0, .05) inset; 
 }

.btn-primary {
     color: #fefefe;
     background-color: #E47F30;
 }
 
.btn-primary:hover { 
 background-color: #E04D1E;
}

.description {
    font-size: 0.875rem;
    margin: 0;
}

.content-wrapper > * {
    text-indent: 20px;
}

.left-sidebar {
    background-color:#e2e2e2; 
    padding:8px; 
}

.left-sidebar a.title {
    
}

@media (max-width: 568px) {
    .left-sidebar {
        display:none;
    }
}

#inst-container {
    margin-top: 2rem;
    align-items: flex-start;
}

#inst-container .col-md-9 {
    flex: 0 0 73%;
    padding: 0;
}

#inst-container .card {
    max-width: 30.33%;   
}

#inst-container [class*='card'] a.title {
    padding: 8px;
    font-size: 16px;
}

#inst-container .desc-block {
    padding: 8px;
}

.left-menu .list-group-item {
    padding-right: 0;
}

.left-menu-item__text {
 color:#111111;
}

.left-menu-item__text:hover {
 color: #e69028; 
}


ul.collapse, ul.collapsing {
    padding:0;
}

.icon-plus {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.icon-plus:hover {
    color: #e47f30;
}

#carouselExampleControls {
    width:fit-content;
}

.w-100 {
    width: inherit;
}

/*-------------- SHOW MAT CONTENT ------------*/

.link-chain {
    padding: 1rem 0;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.link-chain i {
    color: #E47F30;
}

.link-chain span {
    color: #272D36;
}

.link-chain a {
    font-weight: 600;
    letter-spacing: -0.6px;
}

.link-chain a:hover {
    text-decoration: underline;
}

.show_mat__info-wrapper {
    border-left: 1px solid lightgrey;
}

.show_mat__info-wrapper > * {
    margin: 0;
    padding: 1rem;
}

.show_mat__text-wrapper {
    border-top: 1px solid lightgrey;
}

.show_mat__text {
    margin-bottom: 0;
}

.show_mat__text > a {
    font-weight: 600;
}

.show_mat__subheading {
    color: #B5B5B5;
}

/*.show_mat__description {
    font-family: 'Open Sans Condensed Light', Tahoma, serif;
    border-top: 1px solid lightgrey;
}*/

.show_mat__price {
    padding: 1rem;
    float: right;
    font-size: 18px;
    font-weight: 600;
    background-color: #E47F30;
    color: #fff;
}

.show_mat__appeal {
} 

/*-------------- TOGGLE TEXT ------------*/

.toggle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 1rem;
    cursor: pointer;
    background-color: whitesmoke;
}

.toggle-header h2 {
    margin: 0;
    font-size: 1rem;
    word-break: break-all;
}

.toggle-text {
    margin: 0 auto;
    width: calc(100% - 60px);
}

.toggle-close .toggle-text {
    height: 0;
    overflow: hidden;
}

.toggle-open .toggle-header {
    background-color: lightgrey;
}

.toggle-open .toggle-text {
    height: max-content;
    margin-bottom: 2rem;
}

.toggle-open .toggle-arrow {
    transform: rotate(-180deg);
}

.toggle-arrow {
    font-size: 1.8rem;
}

/*-------------- READ MORE/LESS ------------*/

.ml__content {
    display: inline;
}

.ml__button {
    color: #e47f30;
	display: none;
}

/* This trick ensures we only show the button in browsers that can use it */
.ml__button:nth-child(n) {
	display: inline-block;
	cursor: pointer;
}

.ml__sep,
.ml__more,
.ml__status:checked ~ .ml__button .ml__less  {
   display: none;
}
.ml__status,
.ml__status:checked ~ .ml__content .ml__hidden,
.ml__status:checked ~ .ml__hidden
{
  /* visually-hidden */
   position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

.ml__status:checked ~ .ml__button .ml__more {
	display: inline;
}
.ml__ellipsis:after {
	content: "";
}
.ml__status:checked ~ .ml__content .ml__ellipsis:after {
   content: "\2026"; /* === &hellip; ISO in CSS content */
}
.ml__status:focus ~ .ml__button, /* this selector is important to indicate focus for keyboard navifgation, but the contents vary depending on your design */
.ml__button:hover {
  color: red;
}

/*-------------- ABOUT SECTION ------------*/

.about-photo {
    height: 100%;
}

.about__text {
   width: fit-content;   
}

.about__icon {
    width: 80px;
    height: 80px;
}

.about__icon-1 {
    background: no-repeat url('../images/about-icon-1.svg');
}

.about__icon-2 {
    background: no-repeat url('../images/about-icon-2.svg');
}

.about__icon-3 {
    background: no-repeat url('../images/about-icon-3.svg');
}

.about__icon-4 {
    background: no-repeat url('../images/about-icon-4.svg');
}

footer {
    background-color: #272d36;
    padding: 20;
    position: sticky;
}

footer p, .mail {
    color: white;
}

footer .mail:hover {
    color: #b8c5cf;
}

#inst {
    padding-top: 10px;
    display: -webkit-inline-box;
}

#inst img {
    width: 50px;
    margin-right: 10px;
}

footer h5 {
    color: #e47f30;
}

footer .list-unstyled > li > a, .head-phone {
    color: #b8c5cf;
    padding: 0px 2px;
}


A.menu{
	font:14px Verdana; color:#FFFFFF; text-decoration:none;
}
A.menu:hover{
	color: #e67728;
}


@media (min-width: 1200px){
.container {
    width: 1170px;
}

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-12 {
    width: 100%;
}

.blog-grids {
    overflow: hidden;
    margin: 0 -15px;
}

.blog-grids .grid {
    background-color: #fff;
    width: calc(33.33% - 30px);
    float: left;
    padding: 15px;
    margin: 20px 15px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.entry-media img {
    border-radius: 10px;
    width: 100%;
    max-height: 188px;
}

.entry-body {
    padding: 27px 10px;
}

.entry-body .cat {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #6220d9;
    text-transform: uppercase;
}

.entry-body p {
    margin-bottom: 2em;
    color: #90949a;
    line-height: 1.8em;
}

.read-more-date {
    position: relative;
}

.read-more-date a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #41516a;
    text-transform: uppercase;
}

.read-more-date .date {
    position: absolute;
    right: 0;
    color: #90949a;
}

.only-for-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .only-for-mobile {
        display: block;
    }
    
    .navbar {
        position: absolute;
        z-index: 1000;
    }
    
    .carousel-menu {
        margin: 56px -50px 0;
    }
    
    .carousel-item > a > .img-fluid {
        height: 160px;
    }
    
    #mainMenu {
        display: none;
    }
}

@media (min-width: 1024px) {
    .card.pad-0 {
        max-width: 23.33%;
    }
}

@media (min-width: 768px) {
    .card {
        flex: 0 0 48%;
    }
}

@media (max-width: 768px) {
    .top-nav {
        height: 80px;
    }
     
    #inst-container .card,
    .card {
        max-width: 100%;
    }
    
    .background-level-1 {
        width: 73vw;
    }
    
    #zapchasti-img {
         display: none;
     }
     
     .show_mat__info-wrapper > * {
         border: 1px solid lightgrey;
     }
}



