@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?z7d7fl');
    src: url('../fonts/icomoon.eot?z7d7fl#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?z7d7fl') format('truetype'), url('../fonts/icomoon.woff?z7d7fl') format('woff'), url('../fonts/icomoon.svg?z7d7fl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 22px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook2:before {
    content: "\ea91";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-vk:before {
    content: "\ea98";
}


/*--- Common Styles ---*/

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

.bg-round {
    background: url(../images/header-bg.jpg) no-repeat center fixed #333;
    background-size: cover;
    padding: 50px 0 200px;
    position: relative;
    color: #fff;
}

h1 {
    font-weight: 900;
    font-size: 48px;
    line-height: 1.7;
}

h1 span {
    font-weight: 700;
}

.big-text {
    font-size: 52px;
    line-height: 1.7;
}

header h2 {
    font-size: 25px;
}

h2 {
    font-size: 42px;
}

.header-bottom {
    height: 79px;
    width: 100%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    overflow: hidden;
}

.header-bottom svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

section {
    padding: 80px 0;
}


/*------- Forms & elements ----*/

.btn-round {
    border-radius: 30px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

input[type="text"],
input[type="tel"] {
    border: 2px solid #7CDBDC;
    min-width: 280px;
}

input[type="text"]:focus,
input[type="tel"]:focus {
    outline: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.input-danger {
    border-color: #dc3545 !important;
}

.error {
    color: #f00;
    font-weight: 600;
}

.hidden {
    display: none;
}


/*----- Section #proposal -------*/

.for-timer {
    width: 365px;
    margin: 40px 0 10px;
}


/*----- Section #how-we-work -------*/

#how-we-work,
#best {
    background-color: #f5f5f5;
}

.work-step,
.arrow-step {
    padding: 20px;
    margin: 30px 0;
}

.work-step img {
    margin-bottom: 30px;
}

.work-step h3 {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .arrow-step {
        transform: rotate(90deg);
        margin: 0;
        padding: 0;
        position: relative;
        left: 42%;
    }
    input[type="text"],
    input[type="tel"] {
        min-width: 310px;
    }
}


/*---- Section #catalog ------*/

.price {
    margin: 30px 0;
    font-weight: 500;
    font-size: 24px;
}

.sale-price {
    display: inline-block;
    color: #ccc;
    margin-left: 10px;
}

.product-img {
    margin: 30px 10px;
    /*    border: 1px solid red;*/
}


/*------ Section #proposal-to-order -------*/

#proposal-to-order {
    background-color: #fff;
    background-image: linear-gradient(to right, #46EFEF, #20BB70);
}

.styled-numbers {
    counter-reset: number;
    list-style-type: none;
    line-height: 1.5;
    margin-top: 30px;
    padding-left: 10px;
}

.styled-numbers li {
    margin-bottom: 40px;
    font-size: 18px;
}

.styled-numbers li::before {
    counter-increment: number;
    content: "0" counter(number) ". ";
    display: block;
    float: left;
    margin: -10px 20px 10px 0;
    font-size: 42px;
    font-weight: 500;
}

.styled-numbers li::after {
    content: '';
    display: table;
    clear: left;
}


/*--- #reviwes ----*/

#reviwes {
    padding-bottom: 150px;
}

.review-author {
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    text-transform: uppercase;
}

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

.carousel-indicators li {
    background-color: rgba(0, 0, 0, .5);
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-control-next,
.carousel-control-pre {
    color: #000;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 45px;
    height: 45px;
}

.carousel-control-prev-icon {
    background-image: url(../images/prev.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/next.svg);
}


/*--- #order ----*/

#order {
    background: url(../images/header-bg.jpg) no-repeat center fixed #333;
    background-size: cover;
    color: #fff;
}


/*--- Footer ----*/

footer {
    font-size: 18px;
}

footer a {
    color: #8d8d8d;
}

footer a:hover {
    text-decoration: none;
    color: #4e4e4e;
}

@media (max-width: 575px) {
    .review {
        padding-left: 40px;
        padding-right: 20px;
    }
    .header-bottom {
        height: 29px;
    }
    h2.big-text {
        font-size: 38px;
    }
    footer {
        padding-top: 15px;
    }
}

@media (max-width: 450px) {
    h1 {
        font-size: 32px;
    }
    header h2 {
        font-size: 20px;
    }
    h2,
    h2.big-text {
        font-size: 28px;
    }
    .for-timer {
        width: 310px;
    }
    #timer99155f807262d23be98ffb2817efd3ff {
        min-width: 310px !important;
    }
    .timer-separator {
        padding: 4px !important;
    }
}