body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color:#191919;
}
h2.title {
    font-weight: 700;
    text-align: center;
}
h2.title-sep:after {
    content: '';
    display: block;
    background: url(../img/title-sep.png) no-repeat center 0;
    height: 27px;
    margin-top: 20px;
}
.black-theme {
    background: #191919;
    color:#fff;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;	
}
.video-container iframe, 
.video-container object,
.video-container embed,
.video-container .youtube {
    background: #000;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Dots */
.slick-dots{
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    margin: 0 5px;
    display: inline-block;
}
.slick-dots li button{
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    padding: 0;
    background: #a6a6a6;
    border:none;
    font-size: 0;
}
.slick-dots li button:before{ 
    display:none;
}
.slick-dots li.slick-active button {
    background: #ff3837;
    -webkit-box-shadow: 0 0 0 2px #f6f6f7, 0 0 0 3px #ff3837;
    box-shadow: 0 0 0 2px #f6f6f7, 0 0 0 3px #ff3837;
}
a[role="button"] {
    line-height: 2.7em;
}
/* header */
header {
    border-bottom: 1px solid #1d1d1d;
}
.navbar-collapse {
    flex-grow: 0;
}
.navbar {
    background: #111;
}
.navbar-toggler {
    padding: 0;
}
.header {
    background: #191919;
}
/* block1 */
.block1  {
    background: #191919 url(../img/block1.jpg) no-repeat center top / contain;
}
.block1 h1 {
    /* font-size: 3.3vh; */
    font-weight: 700;
    color:#fff;
}
.block1 h1+p {
    color:#ff3837;
}
.sale {
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #ffc937;
    color:#fff;
    margin: 0 0 -100px 0;
    position: relative;
    border: -webkit-box-shadow: 0 0 0 25px rgba(255,201,55,.25), -webkit-box-shadow: 0 0 0 12px rgba(255,201,55,.25);
    box-shadow: 0 0 0 25px rgba(255,201,55,.25), 0 0 0 12px rgba(255,201,55,.25);
    text-shadow: 0 3px 0 #efbb30;        
}
.sale p {
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0;
}
.desctop-form {
    background: #191919;
    border-radius: 10px;
    border: 1px solid #252424;
}
/* block2 */
.block2 {
    background: #191919;
}
.price {
    font-size: 30px;
}
.price img {
    max-width: 30%;
}
.price__old {
    color:#fff;
}
.price__new {
    color:#ff3837;
    font-weight: 700;
}
.date-action {
    color:#676767;
    font-size: 15px;
    text-align: center;
}
.my-form {
    color: #fff;
    border-top: 1px solid #252424;
}
.my-form h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.my-form h3+p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5em;
    color:#676767;
}
.my-form input {
    background: #111111;
    color:#fff;
    font-size: 18px;
    border: 1px solid #4b4b4b;
    height: 65px;
    border-radius: 10px;
}
.my-form button, a.btn {
    font-weight: 700;
    font-size: 18px;
    height: 63px;
    border-radius: 10px;
    letter-spacing: .5px;
}
.stock {
    font-size: 15px;
    color:#676767;
    text-align: center;
}
/* block3 */
.block3, .block6 {
    background: #f6f6f7;
}
.bullits-item {
    border-radius: 10px;
    font-size: 16px;
}
.bullits-item img{
    max-height: 70px;
}
/* block4 */

/* block5 */

/* block6 */
.reviews__item {
    border-radius: 10px;
    overflow: hidden;
}
/* block7 */
.benefits-item {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 57px 0 rgba(0,0,0,.11);
    box-shadow: 0 0 57px 0 rgba(0,0,0,.11);
    margin-bottom: 60px;
}
.benefits-item img {
    border-radius: 10px;
    margin-top: -40px;
}
/* block8 */
.char-list li:nth-child(even) {
    background: #f6f6f7;
}
/* block9 */
footer {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
}
footer a {
    display: block;
    margin: 15px 0;
    text-decoration: none;
    color:#333;
}
footer img {
   width: auto;
}
footer p {
    padding: 0;
    margin: 0;
}
@media (min-width: 992px) {
    .block1  {
        background-size: auto;
    }
}
