body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color:#191919;
}
/* 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: #ffa073;
    -webkit-box-shadow: 0 0 0 2px #f6f6f7, 0 0 0 3px #ffa073;
    box-shadow: 0 0 0 2px #f6f6f7, 0 0 0 3px #ffa073;
}
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: 8px;
    margin-top: 20px;
}

.block1 {
    background : #ef8963 url(../img/pattern.png) repeat;
}
.block1 .container {
    background: url(../img/bg_sm_girl.png) no-repeat right -11rem top / contain;
}

.block1 h1 {
    font-size: 35px;
    line-height: 1.3em;
}
.block1 h1 span {
    font-weight: 700;
    display: block;
    font-size: 1.15em;
}
.block1.end h1 {
    font-size: 28px;
}
p.lead {
    font-size: 22px;
    font-weight: 400;
    width: 290px;
}
.magnet {
    max-width: 400px;
    width: 100%;
}
.cat-but {
    position: relative;
    display: block;
    width: 235px;
    height: 68px;
    line-height: 68px;
    border: none;
    border-radius: 34px;
    text-align: center;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    color: #191919;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 2;
}
.cat-but:hover{
    top: -1px;
    color: #191919;
}
.sale {
    flex-shrink: 0;
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #ff7e4c;
    color:#fff;
    margin: 0 ;
    position: relative;
    border: -webkit-box-shadow: 0 0 0 25px rgba(255,126,76,.25), -webkit-box-shadow: 0 0 0 12px rgba(255,126,76,.25);
    box-shadow: 0 0 0 25px rgba(255,126,76,.25), 0 0 0 12px rgba(255,126,76,.25);
    text-shadow: 0 3px 0 #eb7344;        
}
.sale p {
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0;
}

/* block2 */
.block2 {
    background: #e4825d;
    font-size: 14px;
}

/* block3 */
.block3 {

}
.delivery-item__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 6px solid #e5e5e5;
    background: #fff;
}
/* block4 */
.card {
    border-radius: 20px;
    overflow: hidden;
}
.card-sale {
    font-size: 26px;
    font-weight: 700;
    color:#fff;
    width: 100px;
    height: 50px;
    background: #ffa073;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 25px;
}
.card-title {
    font-size: 18px;
    font-weight: 700;
}
.card .btn,
.block6 .btn {
    border-radius: 32px;
}
.card-price__old {
    font-size: 19px;
    color:#c2c2c2;
    text-decoration: line-through;
}
.card-price__new {
    font-size: 26px;
    font-weight: 700;
    color:#ffa073;
}
.card-char {
    font-size: 14px;
}
.card-char div {
    display: flex;
    justify-content: space-between;
    line-height: 1.2em;
    padding: 5px 0;
}
.card-char div strong {
    text-align: right;
}
.card-char > div:not(:last-child) {
    border-bottom: 1px dotted #e3e3e3;
}
.myForm .form-control {
    height: 62px;
    line-height: 62px;
    padding: 0 20px;
    border-radius: 31px;
}
.myForm button {
    border-radius: 32px;
}
.modal-title {
    font-size: 18px;
    font-weight: 700;
}
.block1 .myForm {
    background: #f6f6f7;
    border-radius: 20px;
    color: #191919;
}
.block1.end .lead {
    max-width: 370px;
    width: auto;
    position: relative;
    z-index: 2;
}
video {
    width: 100%;
    height: auto;
    max-height: 100%;
  }
.reviews__item {
    padding: 0 10px;
}

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 screen and (min-width: 400px) {
    .block1.end .sale {
        display: flex !important;
    }
}


@media screen and (min-width: 460px) {
    .block1 .container {
        background-position: right -4rem top;
    }    

}
@media screen and (min-width: 576px) {

}

@media screen and (min-width: 768px) {
    .block1 .container {
        background-position: right top;
    }
    .magnet {
        max-width: 570px;
    }
}

@media screen and (min-width: 992px) {
    .block1 .container {
        background: url(../img/bg_sm_pair.png) no-repeat right top / contain;
    }
}

@media screen and (min-width: 1200px) {
    .block1 h1   {
        font-size: 44px;
    }
    .block1.end h1 {
        font-size: 39px;
    }
    p.lead {
        width: 370px;
    }
    .block1.end .container {
        background: url(../img/bg_sm_girl.png) no-repeat 387px top / contain;
    }
    .magnet {
        max-width: 770px;
    }
}

@media screen and (min-width: 1400px) {
    .block1 .container {
        background-position: right 10rem top;
    }
    .block1.end .container {
        background: url(../img/bg_sm_girl.png) no-repeat 488px top / contain;
    }
}