#section-nav{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    border-bottom: 5px solid #81c916;
    z-index: 999;
}
#section-main{
    padding-top: 10rem;
    padding-bottom: 6rem;
    background-image: url("../img/back/main.jpg");
    background-size: cover;
    background-position: center bottom;
}
#section-order{
    background-image: url("../img/back/order.jpg");
    background-size: cover;
    background-position: center bottom;
}
#section-contact{
    background-image: url("../img/back/main.jpg");
    background-size: cover;
    background-position: center bottom;
}

/* Fix bootstrap */
@media (min-width: 1600px){
    .container {
        max-width: 1520px;
    }
}
.btn{
    font-weight: bold;
}

/* Reset */
a{
    color: inherit;
}
a:hover{
    color: red;
    text-decoration: none;
}

/* Custom */
.fa-ul li{
    margin-bottom: 1rem;
}
.fa-ul i{
    color: green;
}
.text-red{color: red;}
.btn,.form-control{
    border-radius: 1rem;
}
.c__section{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.c__gradient{
    background-image: linear-gradient(0deg, #5a9d0f, #81c916);
}
.c__bg--white60{
    background-color: rgba(255,255,255,0.6);
}
.с__bg--black60{
    background-color: rgba(0,0,0,0.6);
}
.c__font--alt{
    font-family: 'Montserrat', sans-serif;
}
.c__radius{
    border-radius: 1rem;
}
.c__btn--danger{
    color: white;
    background-color: red;
    border-color: red;
    box-shadow: 2px 2px 8px black;
    transition-property: box-shadow, transform;
    transition-duration: 300ms;
}
.c__btn--danger:hover{
    color: white;
    box-shadow: 2px 2px 16px black;
    transform: scale(1.05);
}
.ul__fa--green i{
    color: green;
}
.lazyload{filter:blur(5px);}
.c__frame{
    padding: 8%;
    background-image: url("../img/back/frame.png");
    background-size: 100% 100%;
}

header{
    text-align: center;
    margin-bottom: 3rem;
    padding: 1rem;
    font-size: 2rem;
    font-weight: bold;
}
@media (min-width: 768px) {
    header{
        font-size: 3rem;
    }
}

.countdown-week{
    font-size: 1rem;
}
@media (min-width: 1200px) {
    .countdown-week{
        font-size: 1.8rem;
    }
}

.nav__link {
    position: relative;
    margin-right: 6px;
    padding: 10px 14px;
    font-size: 1.2rem;
    font-weight: bold;
}

.nav__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: red;
    content: "";
    transition: width ease 300ms;
}

.nav__link.active::after {
    width: 100%;
}

.colors__text{
    font-weight: bold;
}

.main__heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 2px black;
}
.main__form{
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    box-shadow: 4px 4px 16px black;
}
.main__title{
    font-size: 2rem;
    font-weight: bold;
}
.main__subtitle{
    font-size: 1.2rem;
    font-weight: bold;
}
@media (min-width: 768px) {
    .main__heading{
        text-align: right;
        font-size: 3rem;
    }
    .main__form{
        padding: 2rem;
    }
    .main__title{
        font-size: 3rem;
        font-weight: bold;
    }
    .main__subtitle{
        font-size: 1.5rem;
        font-weight: bold;
    }
}

#section-kit{
    font-size: 1.5rem;
}

.catalog__card{
    position: relative;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 4px 4px 1rem black;
    background-color: white;
}
.catalog__divider{
    margin: 4rem;
    background-color: #A9FFDB;
    height: 5px;
}
@media (min-width: 768px) {
    .catalog__card{
        padding: 2rem;
    }
}
.catalog__label{
    position: absolute;
    top:0;left:0;
    transform: translate(1rem,-60%) rotate(-10deg);
    padding: 1rem;
    font-family: 'Montserrat', sans-serif;
    color: white;
    background-color: red;
    border-radius: 1rem;
}
.colors__img img{
    margin-bottom: 1rem;
    box-shadow: 0 0 1rem yellow;
}
.catalog__title{
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 1rem;
    padding: 8px 0;
    border-radius: 1rem;
    background-color: #A9FFDB;
}
.prices__card{
    margin: 1rem 0;
    padding: 0.8rem;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 1rem;
    background-color: #A9FFDB;
}
.prices__card--lg{
    margin: 1.2rem 0;
    transform: scale(1.05);
    box-shadow: 2px 2px 8px silver;
}
.prices__price{
    color: red;
    font-size: 2.5rem;
}
.prices__price-old{
    font-size: 1rem;
}

.contact__phone{
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
}

.review__card{
    margin-bottom: 2rem;
}
.review__text{
    position: relative;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 2rem;
    padding: 1rem;
    background-color: #eef;
    border: 5px solid red;
    border-radius: 1rem;
}
.review__text::before{
    content: '';
    position: absolute;
    border: 30px solid transparent;

    border-bottom-color: red;
    top:0;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -100%);
}
@media (min-width: 768px) {
    .review__text{
        margin: 1rem 1rem 1rem 3rem;
        padding: 2rem;
    }
    .review__text::before{
        border-bottom-color: transparent;
        border-right-color: red;
        top:auto;
        bottom: 50%;
        left: 0;
        transform: translate(-100%, 50%);
    }
}

.transition--slide {
    position: relative;
    overflow: hidden;
}
.transition--slide::before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #ffffff80;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -150px;
    animation-timing-function: ease-in-out;
    transition: all .1s;
    animation-name: slideme;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
}
@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

.hero-hexagons{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.2' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.section_title {
    font-size: 54px;
    line-height: 50px;
}
.footer-specialist img {
    border-radius: 50%;
    max-width: 170px;
}
.footer-phone img {
    max-width: 32px;
}
.footer-phone a img {
    max-width: 22px;
}
.section-footer {
    background: url(../img/back/bg_footer.jpg) no-repeat bottom center;
    background-size: cover;
}
.info-desc {
    font-weight: 600;
}
