body {
    font-family: Cremona, Roboto, sans-serif;
    font-weight: 400;
}

a {
   /* color: #007bff; */
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

/*---------------- Навигационная панель --------------*/
.navbar {
    font-weight: 300;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.navbar.scrolling-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background 0.5s ease-in-out,padding 0.5s ease-in-out;
}

.navbar.navbar-dark .navbar-toggler {
    color: #fff;
}

.navbar .navbar-toggler {
    border-width: 0;
    outline: 0;
}

.navbar.navbar-dark .navbar-toggler-icon {
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 450px) {
    .margins {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

@media (min-width: 600px) {
    .navbar.scrolling-navbar .navbar-nav > li {
        transition-duration: 1s;
    }
    .navbar.scrolling-navbar.top-nav-collapse {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #00490e !important;
    }
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
    transition: .35s;
}

.navbar .nav-item .nav-link {
    display: block;
}

.top-nav-collapse {
    background-color: #766354; !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}


/*----------------- Банер> ----------------*/

#intro {
    background: url("../image/display1.jpg") no-repeat center center;
    background-size: cover;
}

.indigo.darken-1 {
    background-color: #947b68 !important;
}

.hm-gradient .full-bg-img {
   /* background: rgba(118, 99, 84, 0.55);
    background: linear-gradient(45deg, rgb(238, 234, 231), rgb(118, 99, 84) 100%); */;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.white-text {
    color: #fff !important;
}

#intro .h-6 {
    font-weight: 400;
    line-height: 1.7;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@media (prefers-reduced-motion) {
    .animated {
        transition: none !important;
        -webkit-animation: unset !important;
        animation: unset !important;
    }
}

.h1-responsive {
    font-size: 250%;
}

@media (min-width: 576px) {
    .h1-responsive {
        font-size: 300%;
    }
    #intro .h-6 {
        font-size: 1.2rem;
    }
    .myicon {
        height: 64px;
        width: 64px;
    }
}

@media (min-width: 768px) {
    .h1-responsive {
        font-size: 350%;
    }
    #intro .h-6 {
        font-size: 1.4rem;
    }
    .myicon {
        height: 80px;
        width: 80px;
    }
}

@media (min-width: 992px) {
    .h1-responsive {
        font-size: 400%;
    }
    #intro .h-6 {
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .h1-responsive {
        font-size: 450%;
    }
    #intro .h-6 {
         font-size: 1.8rem;
    }
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.full-height, .full-height body, .full-height header, .full-height header .view {
    height: 100%;
}

.view .full-bg-img, .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

#installation .lead {
    opacity: 0.7;
}

#installation ul li {
    font-size: 1.1em;
}


.progress, .view {
    position: relative;
}

.progress, .view, .waves-effect {
    overflow: hidden;
}

/*----------------------- Наши преимущества ----------------------*/

.mb-5 {
    margin-bottom: 3rem;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.border-primary.text-center::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.listing-item::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.25);
}

.listing-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.listing-item .listing-item-content {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    width: 100%;
}

.listing-item .bookmark {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.icon-heart::before {
    content: "\f004";
}

.listing-item .bookmark span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.listing-item .listing-item-content span {
    color: #fff;
}

[class^="icon-"], [class*=" icon-"] {
    /*font-family: 'icomoon' !important;*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
    color: #fff;
}

.listing-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.listing-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.mdl-pad {
    padding-top: 10%;
}

/*------------- Продакшн-------------*/


/*.swap {
    background:url(../image/content/hloro1.jpg);
    background-size:100% 100%;
}

.swap:hover {
    height:320px;
    width:240px;
    padding:120px;
}

.swap1 {
    background:url(../image/content/D3.jpg);
    background-size:100% 100%;
}

.swap1:hover {
    height:320px;
    width:240px;
    padding:120px;
}

.swap-2 {
    background:url(../image/content/Magnesium2.jpg);
    background-size:100% 100%;
}

.swap-2:hover {
    height:320px;
    width:240px;
    padding:120px;
}

.swap-3 {
    background:url(../image/content/Collagen2.jpg);
    background-size:100% 100%;
}

.swap-3:hover {
    height:320px;
    width:240px;
    padding:120px;
}*/

.carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.listing-item .listing-item-content .category {
    font-size: 12px;
    display: inline-block;
    padding: 5px 30px;
    padding-right: 30px;
    padding-left: 30px;
    background: #30e3ca;
    border-radius: 30px;
    color: #fff;
}

.top-cta-content {
    position: relative;
    top: 102%;
    left: 25%;
    margin-top: 1em;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.btn-sales {
    border-radius: 2em;
    background-color: #f6b037;
}


/*------------ Подвал -------------*/

.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255,255,255,.6);
    background-color: rgba(0,0,0,.2);
    text-align: center;
    font-size: .9rem;
}

.policy {
    display: inline;
    font-size: 12px;
}

.polconfind:hover {
    border-bottom: 1px solid transparent;
}

.polconfind_popup {
    display: none;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.polconfind_title {
    font-size: 18px;
    font-weight: 700;
}

.indigo.darken-2 {
    background-color: #00490e !important;
}

.md-textarea {
    overflow-y: hidden;
    padding: 1.6rem 0;
    resize: none;
    min-height: 4rem;
    width: 100%;
}

.text-1 {
    font-family: Cremona, sans-serif;
}

@font-face {
    font-family: 'Cremona';
    src: url('../fonts/cremona-2.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/cremona-2.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/cremona-2.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/cremona-2.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/cremona.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/cremona.svg#cremona') format('svg'); /* Chrome < 4, Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

.fp-r {
    font-family: Roboto, sans-serif;
 }

.fp-c {
    font-family: Cremona, sans-serif;
}

.fw-300 {
    font-weight: 300;
}

.fw-100 {
    font-weight: 100;
}

.myicon {
    height: 100px;
    width: 100px;
}

ul {
    list-style: none;
}
