/*@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro.woff);
}*/

/* Fix bootstrap */
@media (min-width: 1600px){
    .container {
        max-width: 1520px;
    }
}

body {
    font-family: "Gotham Pro", sans-serif;
    background-color: #f3f1f2;
    height: 100%;
}

.header {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 2rem;
    font-size: 2rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .header {
        font-size: 3rem;
    }
}
.countdown-week{
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}
@media (min-width: 1200px) {
    .countdown-week{
        font-size: 1.5rem;
    }
}

.c__section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.c__font--alt {
    font-family: "Montserrat", sans-serif;
}
.c__bg--default{
    background-color: #e94e38;
}

.section-main_bg {
    background-image: url(../img/Husqvarna.jpg);
    background-size: cover;
    background-position: bottom center;
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.section-main_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.39);
}

.section-stock_bg {
    min-height: 862px;
    background-color: #f3f1f2;
}

.section-advantage_bg {
    min-height: 617px;
    background-color: #333333;
}

.section-contacts_bg {
    background-image: url(../img/footer.jpg);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    background-repeat: no-repeat;
}

.section-contacts_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
}

/*section nav */
#section-nav{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    border-bottom: 5px solid #81c916;
    z-index: 999;
}
.section-nav_button {
    background-color: #e94e38;
    border-color: #e94e38;
    font-size: 0.9rem;
    line-height: 24px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.section-nav_logo {
    border-radius: 20px;
    background-color: #e94e38;
    padding: 0 15px;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 800;
}

.nav-link{
    font-family: "Montserrat", sans-serif;
}
@media (max-width: 1050px) {
    .nav-link {
        font-size: 0.8rem;
    }
}

/* section main */

.section-main_text {
    font-size: 2.5rem;
    line-height: 58px;
    color: #ffffff;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 800;
    z-index: 3;
    padding-left: 2%;
    padding-top: 20%;
    padding-bottom: 6%;
}

.section-main_text__red {
    color: #ffc107;
}

.section-main_button {
    border-radius: 12px;
    background-color: #e94e38;
    border-color: #e94e38;
    font-size: 1.2rem;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    box-shadow: 0.5px 0.866px 1px rgba(0, 0, 1, 0.15);
}

/* section stock  */

.section-stock_timeline-bg {
    min-height: 80px;
    background-color: #e94e38;
}

.section-stock_text {
    font-size: 2.5rem;
    line-height: 58px;
    color: #ffffff;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 800;
}

.section-stock_example {
    position: relative;
    margin-top: 46px;
    border-radius: 7px;
    box-shadow: 0.5px 0.866px 0px #e2dee0;
    background-color: #ffffff;
    overflow: hidden;
}

.section-stock_example__image {
    background-image: url(../img/exampleStock.jpg);
    background-size: cover;
    background-position: center;
    position: relative;

    height: 374px;
    background-color: #ffffff;
}

.section-stock_example__image:after {
    content: "";
    position: absolute;
    height: 128px;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
            0deg,
            #080808e5 29%,
            rgba(77, 77, 77, 0) 100%
    );
}

.section-stock_example__red-line {
    /* width: 1163px; */
    position: relative;
    height: 8px;
    background-color: #e94e38;
}

.section-stock_example__image__text {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #ffffff;
    text-shadow: 3px 3px 2px black;
    z-index: 3;
}
@media (min-width:767px) {
    .section-stock_example__image__text {
        position: absolute;
        bottom: 0;
        left: 20%;
        color: #ffc107;
    }
}

.section-stock_example__image__guarantee {
    position: absolute;
    left: 45px;
    bottom: -68px;
    z-index: 2;
}

.section-stock_example__phone {
    position: relative;
    margin-top: 3rem;
    min-height: 100px;
}

.section-stock_example__phone__stars {
    font-size: 2.2rem;
    /* line-height: 147px; */
    color: #e94e38;
    text-align: center;
}

.section-stock_example__phone__number-section {
    margin: auto;
    max-width: 448px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
}

.section-stock_example__phone__number {
    font-size: 22px;
    line-height: 84px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 767px) {
    .section-stock_example__phone__number {
        line-height: 40px;
    }
}

.section-stock_example__phone__button {
    margin-top: -1rem;
    background-color: #e94e38;
    border-color: #e94e38;
    border-radius: 5px;
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 500;
    z-index: 5;
}

.section-stock_example__characteristics {
    margin-top: 3rem;
}

/* section catalog  */
.section-catalog_gift__title {
    font-size: 1.4rem;
    color: #566375;
    font-weight: 300;
}
.section-catalog_gift__list-image__item {
    position: relative;
    max-width: 137px;
    max-height: 137px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 50px;
}
.section-catalog_gift__list-image__item__image {
    border-radius: 50%;
    position: relative;
}
.section-catalog_gift__list-image__item__title {
    width: 102px;
    height: 24px;
    border-radius: 5px;
    background-color: #e94e38;

    /* font-size: 12px; */
    color: #ffffff;
    font-weight: 500;

    position: absolute;
    bottom: -30px;
    right: 20px;
}
.section-catalog_gift__list-image__item__name {
    font-size: 1rem;
    line-height: 48px;
    color: #333333;
    font-weight: 800;
    text-align: center;
    position: absolute;
    bottom: -65px;
    right: 50%;
    transform: translateX(50%);
}

.section-catalog_product__title {
    padding: 10px;
    font-size: 2rem;
    color: #343a40;
    font-weight: 500;
    text-transform: uppercase;
}
.section-catalog_header {
    position: relative;
    text-transform: uppercase;
    color: #566375;
    font-size: 1.7rem;
    font-weight: 300;
    text-align: center;
    padding: 2rem;
}
.section-catalog_header::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 36%;
    height: 1px;
    background-color: #556375;
}
.section-catalog_header:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 36%;
    height: 1px;
    background-color: #556375;
}
@media (max-width: 740px) {
    .section-catalog_header::before,
    .section-catalog_header:after {
        width: 14%;
    }
}
.section-catalog_product {
    max-width: 290px;
    margin: 0 auto;
}

.section-catalog_product__image {
    border-radius: 5px;
    border-color: #f68341;
    margin-bottom: 15px;
    overflow: hidden;
}
.section-catalog_product__characteristics div {
    padding: 10px;
    font-size: 1rem;
    color: #343a40;
    font-weight: 500;
    text-transform: uppercase;
}

.section-catalog_product__characteristics hr {
    margin: 0;
}

.section-catalog_product__name {
    position: relative;
    background-color: #333333;
    color: white;
    width: 100%;
    border-radius: 5px;
    margin: 0 auto;

    font-size: 1rem;
    line-height: 55px;
    font-weight: 500;
}
.section-catalog_product__name__button {
    position: absolute;
    bottom: -20px;
    left: 100px;
    border-radius: 5px;
    background-color: #e94e38;
    border-color: #e94e38;
    font-size: 0.8rem;
}
.section-catalog_product__name__button_left {
    position: absolute;
    bottom: -30px;
    left: 3%;
    border-radius: 5px;
    background-color: #e94e38;
    border-color: #e94e38;
    font-size: 1.2rem;
    padding: 4px;
}
.section-catalog_product__name__button_right {
    position: absolute;
    bottom: -30px;
    left: 54%;
    border-radius: 5px;
    background-color: #e94e38;
    border-color: #e94e38;
    font-size: 1.2rem;
    padding: 4px;
}
/* section advantages  */
.section-advantage_header {
    text-align: center;
    padding: 2rem;
    font-size: 1.6rem;


    font-weight: 800;
    text-align: center;
}

@media (min-width: 768px) {
    .section-advantage_header {
        font-size: 3rem;
    }
}

.section-advantage_list-icons {
    margin: 0 auto;
    /* padding-bottom: 10px; */
    /* margin-bottom: 100px; */
}

.section-advantage_list-icons__item {
    height: 110px;
    width: 110px;
    border: 2px solid #e94e38;
    border-radius: 50%;
    margin: 0 auto;
}

.section-advantage_list-icons__example:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -37px;
    width: 41%;
    height: 3px;
    background-color: #e94d37;
    opacity: 1;
}

@media (max-width: 768px) {
    .section-advantage_list-icons__example:after {
        display: none;
    }
}

.section-advantage_list-description__icon {
    color: white;
    background-color: #e94e38;
    border-radius: 50%;
    height: 62px;
    width: 62px;
}

@media (max-width: 576px) {
    .section-advantage_list-description__icon {
        display: none !important;
        background-color: yellow;
    }
}

/* section-certifications */
.section-certificates_img {
    border: 3px solid #e94e38;
}

/* section contacts  */
.section-contacts_text {
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    z-index: 3;
}

.section-contacts_contacts {
    font-size: 2.3rem;
    line-height: 30px;
    color: #ffffff;
}

.params{
    margin-bottom: 2rem;
    padding: 1rem;
    color: black;
    background-color: white;
    border-radius: 1rem;
    text-align: left;
}
.params__title{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.input-vis-off{
	visibility: hidden;
}
.c__section{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.advantages__card{
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: white;
    border: 2px solid silver;
}
.c__section.header{
    background-color: rgba(77, 77, 77, 0);
}

.equipment__card{
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
    background-color: white;
    text-align: center;
    box-shadow: 0.1rem 0.3rem 1rem rgba(0,0,0,0.6);
}
.equipment__price{
    padding-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.equipment__text{
    font-weight: bold;
}
.catalog__price{
    font-family: "Montserrat", sans-serif;
    color: red;
    font-size: 1.8rem;
}
.col-7{
    font-size: 1.8rem;
}
.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);
}

.countdown-week--small {
    font-size: 1rem;
}
@media (max-width: 768px) {
    .countdown-week--small {
        font-size: 0.8rem;
    }
}