/*@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/header1.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;
   
}

.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: 3.0rem;
    line-height: 58px;
    color: #d05915;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 800;
    z-index: 3;
    padding-left: 2%;
    padding-top: 11%;
    padding-bottom: 0%;
}



.section-main_text__red {
    color: #181818;
}
@media (max-width: 1600px) {
    .section-main_text {
        background-color: rgba(0, 0, 0, 0.65);
    }
    .section-main_text__red {
        color: white;
    }
}

.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.7rem;
    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: 120px;
    height: 34px;
    border-radius: 6px;
    background-color: #e94e38;

    /* font-size: 12px; */
    color: #ffffff;
    font-weight: 900;
    font-size: 1.3rem;
    position: absolute;
    bottom: 16px;
    right: -6px;
}
.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: 40px;
}

.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%;
    font-weight: 500;
    border-radius: 5px;
    background-color: #e94e38;
    border-color: #e94e38;
    font-size: 1.2rem;
    padding: 5px;
}
.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: 5px;
}
/* section advantages  */
.section-advantage_header {
    text-align: center;
    padding: 2rem 0;
    font-size: 2rem;


    font-weight: 800;
    text-align: center;
}

@media (min-width: 768px) {
    .section-advantage_header {
        font-size: 3rem;
        padding: 2rem;
    }
}

.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);
}
@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}
.main__img{
    display: none;
}
@media (min-width: 768px) {
    .main__img{
        display: block;
    }
}
.main{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.section-catalog__cart-product {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(110, 106, 89, 0.32);
    position: relative;
    border: 3px solid #ece6e6;
    border-radius: 10px;
    text-align: center;
    transition: border-color 300ms;
    margin: 0 auto 2rem;
    display: block;
}

.section-catalog__cart-product:hover {
    border-color: #de4848;
}

.section-catalog__cart-product__header {
    margin-top: 1rem;
    padding: 1rem 0;
    background-color: green;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
}

.section-catalog__card-label {
    width: 90px;
    position: absolute;
    top: -10px;
    right: 0;
    color: #fcb31e;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    margin: 0;
    z-index: 2;
}
@media (min-width: 1000px) {
    .section-catalog__card-label{
        right: -33px;
    }
}

.section-catalog__cart-product:hover .section-catalog__card-label {
    animation: tada 1s ease-in-out;
}

.section-catalog__cart-product__cost {
    font-size: 1.2rem;
    font-weight: 700;
}

.section-catalog__price {
    color: red;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
}

.section-catalog__price-old {
    color: #6b6b6b;
    position: relative;
}

.section-catalog__cart-product__detailed {
    text-decoration: none !important;
    border-bottom: 2px dashed;
    font-weight: bold;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* section-product */
.section-product_timeline-bg {
    min-height: 80px;
    background-color: #e94e38;
  }
  .section-product_text {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 800;
  }
  @media (min-width: 768px) {
    .section-product_text {
        font-size: 2.5rem;
    }
}
  .section-product__cart-product,
  .section-additional-goods__cart-product {
    border: 6px solid #934ace;
    border-radius: 6px;
    margin: 1.5rem 0;
  }
  
  .section-product__price,
  .section-catalog__price,
  .section-additional-goods__price {
    padding-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: red;
  }
  
  .card-product__modification {
    font-size: 1.5rem;
    font-weight: bold;
  }

#section-main {
    background-repeat: no-repeat;
    background-size: cover;
}
.section-main__box {
    margin: 100px 0;
    background-color: rgba(255,255,255,0.5);
    border: 4px solid #ffc107;
    border-radius: 20px;
}
.main__title--shtenli {
    font-size:40px;
    font-weight:1000;
    font-family: INTRO, sans-serif;
}
@media (min-width: 768px) {
    .main__title--shtenli {
        font-size:55px;
    }
}