@font-face {
    font-family: bebas-shik;
    src: url('../fonts/BebasNeueBold/BebasNeueBold.eot');
    src: url('../fonts/BebasNeueBold/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueBold/BebasNeueBold.woff') format('woff'),
    url('../fonts/BebasNeueBold/BebasNeueBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: bebas-shik;
    src: url('../fonts/BebasNeueBook/BebasNeueBook.eot');
    src: url('../fonts/BebasNeueBook/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueBook/BebasNeueBook.woff') format('woff'),
    url('../fonts/BebasNeueBook/BebasNeueBook.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: decima-shik;
    src: url('../fonts/DecimaNovaPro/DecimaNovaPro.eot');
    src: url('../fonts/DecimaNovaPro/DecimaNovaPro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DecimaNovaPro/DecimaNovaPro.woff') format('woff'),
    url('../fonts/DecimaNovaPro/DecimaNovaPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font-size: 15px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: decima-shik, sans-serif;
    overflow-x: hidden;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    line-height: 1.3;
}

p {
    margin-top: 0;
}

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

.m-0 {
    margin: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.section-title {
    font-family: bebas-shik, sans-serif;
    font-size: 35px;
    text-transform: uppercase;
}

.btn {
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #333333;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: color .25s ease, background-color .25s ease;
    -o-transition: color .25s ease, background-color .25s ease;
    transition: color .25s ease, background-color .25s ease;
    cursor: pointer;
}

.btn:hover {
    background-color: #333;
    color: #fff;
}

.btn-blue {
    background-color: #001a74;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-color: #001a74;
    padding: 10px 30px;
}

.btn-blue:hover {
    background-color: #fff;
    color: #001a74;
}

.list {
    margin: 0;
    padding-left: 17px;
}

.list li {
    position: relative;
    padding-left: 20px;
}

.aside-page__block {
    margin-bottom: 30px;
}

.categories__title {
    font-size: 20px;
    font-family: bebas-shik, sans-serif;
    text-transform: uppercase;
    color: #001a74;
}

.categories__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.categories__list a {
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
    font-family: bebas-shik, sans-serif;
    font-weight: 300;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease;
}

.categories__list a:hover {
    text-decoration: underline;
    color: #000;
}


.categories__show {
    color: #001a74;
    font-family: bebas-shik, sans-serif;
    text-transform: uppercase;
    padding: 0;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

.section-trends {
    margin-bottom: 70px;
}

.section-trends .section-title {
    margin-bottom: 10px;
}

.section-trends__text {
    margin-bottom: 30px;
}

.section-trends__img {
    margin-bottom: 15px;
}

.section-novelty {
    /* margin-bottom: 90px; */
    margin-bottom: 40px;
}

.section-novelty .section-title {
    margin-bottom: 50px;
}

.products__btn-wrap {
    text-align: center;
    margin-top: 20px;
}

.products__btn {
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 50px 10px;
    font-family: bebas-shik, sans-serif;
}

.product-card {
    margin-bottom: 30px;
}

.product-card__inner {
    border: 1px solid #dddddd;
    text-align: center;
    position: relative;
}

.product-card__inner::after {
    content: 'NEW';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ec0000;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-card--sale .product-card__inner::after {
    content: '%';
    font-size: 15px;
}

.product-card__img-wrap {
    display: block;
}

.product-card__img {
    width: 100%;
}

.product-card__title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.product-card__title a {
    color: #333;
    text-decoration: none;
}

.product-card__price {
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 22px;
}

.product-card__btn {
    padding: 5px 20px;
}

.product-card__content {
    padding: 10px 15px 20px;
    border-top: 1px solid #dddddd;
}

.section-guide {
    margin-bottom: 85px;
}

.section-guide .section-title {
    margin-bottom: 50px;
}

.section-guide__text {
    margin-bottom: 30px;
}

.video {
    background-size: cover;
    background-position: center;
}

.video__content {
    width: 100%;
    padding-bottom: 45%;
    position: relative;
}

.video__button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    line-height: 1;
}

.video__icon {
    width: 68px;
    height: 68px;
    fill: #fff;
}

.section-guide__video {
    margin: 35px 0 15px;
}

.section-sale {
    margin-bottom: 100px;
}

.section-sale .section-title {
    margin-bottom: 50px;
}

.section-calculator .section-title {
    line-height: 1;
}

.section-calculator__descr {
    border-top: 1px solid #333;
    padding-top: 15px;
    display: inline-block;
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #dddddd;
}

.checkmark:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 8px;
    background: url(../img/check.png) left no-repeat;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.checkbox input:checked ~ .checkmark:after {
    opacity: 1;
}

.form-calculator__accept {
    margin-top: 20px;
}

.form-calculator__inner {
    background-color: #d9ddea;
    padding: 25px 40px 60px;
}

.form-calculator__label {
    display: block;
    font-weight: bold;
}

.form-calculator__group {
    margin-bottom: 17px;
}

.form-control {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 8px 18px 10px;
    outline: none;
}

.form-calculator__select {
    padding: 8px 15px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 5px;
}

.form-calculator__btn {
    width: 100%;
    margin-top: 37px;
}

.tabs-calculator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
}

.tabs-calculator__btn {
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    margin: 0 22px 10px;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease;
}

.calculator__img {
    margin: 0 auto;
}

.tabs-calculator__btn:hover, .tabs-calculator__btn--active {
    color: #0a946c;
}

.calculator__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.calculator__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
    width: 330px;
}

.calculator__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.calculator__descr a {
    color: #001a74;
}

.section-calculator {
    margin-bottom: 85px;
}
ul.pagination li {
	display: inline-block;	
    vertical-align: middle;
	padding: 0 2%;
}

@media (max-width: 992px) {
    .calculator__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .calculator__form {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }
    .tabs-calculator {
        margin-bottom: 15px;
    }

    .calculator__content {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .page__aside {
        display: none;
    }
}


@media (max-width: 576px) {
    .section-title {
        font-size: 25px;
    }
    p {
        margin-bottom: 20px;
    }

    .section-trends {
        margin-bottom: 50px;
    }

    .section-novelty {
        margin-bottom: 50px;
    }

    .section-novelty .section-title {
        margin-bottom: 30px;
    }

    .section-guide {
        margin-bottom: 50px;
    }

    .section-guide .section-title {
        margin-bottom: 30px;
    }

    .section-guide__video {
        margin: 30px 0 15px;
    }

    .section-sale {
        margin-bottom: 50px;
    }

    .section-sale .section-title {
        margin-bottom: 30px;
    }

    .video__icon {
        width: 45px;
        height: 45px;
    }

    .video__content {
        padding-bottom: 75%;
    }

    .product-card__price {
        font-size: 20px;
    }

    .section-calculator {
        margin-bottom: 50px;
    }

    .form-calculator__inner {
        padding: 25px 25px 30px;
    }

    .tabs-calculator__btn {
        margin: 0 10px 5px;
    }

    .form-calculator__btn {
        margin-top: 30px;
    }

    .form-calculator__group {
        margin-bottom: 15px;
    }

    .calculator__descr {
        line-height: 1.4;
    }
    
}