p {
    margin: 0;
}

html {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    min-width: 480px;
    padding: 0px;
    margin: 0px auto;
    color: #222;
    color: #044563;
    font-size: 1em;
    background-color: #f3f3f3;
}

body p,
h1,
h2,
h3,
h4,
a {
    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
}



body h3 {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 1.1em;
}

.container {
    margin: 0 auto;
    width: 480px;
    max-width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

li {
    list-style-type: none;
}


/*ВСПЛЫВАЮЩЕЕ ОКНО*/

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 2em;
}

.popup .popup_close {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 99999;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}

.popup_img {
    width: 480px;
    margin: auto;
    position: relative;
    top: 50%;
    left: 50%;
    max-width: 100%;
}

.header {
    width: 100%;
    position: fixed;
    top: 20px;
    z-index: 99999;
    overflow: hidden;
    display: none;
}

.header p {
    text-align: left;
    color: aliceblue;
    line-height: 1.5em;
    font-size: 1.1em;
    width: 94%;
    margin: 0 auto;
}

.header .header_name_span {
    font-size: 1.3em;
}

.header .container {
    background: none;
}

.header_div {
    width: 96%;
    margin-bottom: 0;
    background-color: #000;
    opacity: 0.9;
    padding: 10px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    margin-left: -500px;
}

.header .container .header_div .sex {
    margin-left: 10px;
}
/*ЗАГРУЗЧИК*/
.loading {
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.loading .close {
    position: fixed;
    z-index: 999999;
    color: #ffffff;
    top: 20px;
    right: 40px;
    font-size: 3em;
}

.loading .load_img {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.loading .display_none {
    display: none;
}

.loading p {
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 50px;
}

/* КОНЕЦ       ЗАГРУЗЧИК*/



/*ЗАГОЛОВКИ*/

.sec_title {
    font-size: 1.65em;
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    text-transform: uppercase;
    padding-left: 20px;
    letter-spacing: 0.05em;

}

.sec_title_green {
    color: #43a1ff;
    margin-top: 30px;
}

.sec_title .xxx {
    padding: 6px 20px;
    margin-left: 10px;
}

.sec_title .yyy {
    padding: 0 15px 0 10px;
    margin-left: -40px;
}

.bottom {
    padding-bottom: 40px;
}

.bottom span {
    border-bottom: 2px solid #43a1ff;
}




/*ПРЕДСТАВЛЕНИЕ ТОВАРА*/

.offer_view .offer_credo {
    background: #26b5b9;
    padding: 12px 0;
}

.offer_view .offer_credo p {
    color: #ffffff;
    text-align: center;
    font-size: 1.5em;
}

.offer_view .offer_credo .title {
    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
    letter-spacing: 0.05em;
}

.offer_view .offer_credo .title span {
    font-size: 1.6em;
    color: #000;
}

.offer_view .credo {
    background: rgba(235, 235, 235, 1);
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.offer_view .offer_block {
    background: no-repeat url(../images/offer_view_sec_bg.jpg);
    background-size: cover;
    position: relative;
    height: 480px;
    overflow: hidden;
}

.offer_view .offer_block_bottom {
    background: no-repeat url(../images/offer_view_sec_bg2.jpg);
    background-size: cover;
    position: relative;
    height: 480px;
}

/*БЛОК СКИДКИ*/

.offer_view .offer_block .sale {
    position: absolute;
    right: 0;
    top: 0;
}

.offer_view .offer_block .sale p {
    font-size: 1.2em;
    font-weight: 300;
    transform: rotate(45deg);
    text-align: center;
    color: #ffffff;
    background-color: #f74646;
    padding: 5px 20px;
    margin-top: 45%;
    margin-right: -35%;
}

/* КОНЕЦ     БЛОК СКИДКИ*/

.desc {
    width: 90%;
    margin: auto;
    margin-top: 15px;
    text-align: justify;
    font-size: 1.2em;
    line-height: 1.3em;
}



/*ПРЕДСТАВЛЕНИЕ ТОВАРА       ЦЕНА*/


.price_block {
    margin: -23px 0 25px;
    padding: 0 75px;
    height: 80px;
    position: relative;
    z-index: 997;
    display: block;
    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
}

.offer_view .price_block:before {
    display: block;
    content: '';
    width: 75px;
    height: 34px;
    background: #f5ca16;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 0;
}

.offer_view .price_block:after {
    display: block;
    content: '';
    width: 56px;
    border-top: 34px solid #f5ca16;
    border-left: 22px solid rgba(255,255,255,0);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 0;
}

.offer_view .price_item {
    float: left;
    height: 80px;
    color: #fff;
    position: relative;
}

.offer_view .price_item.old {
    width: 50%;
    background: #222;
}

.offer_view .price_item.old .old2 {
    padding: 14px 0 0 5px;
    position: relative;
    z-index: 998;
}

.offer_view .price_item.new {
    width: 50%;
    background: #28a703;
}
.offer_view .price_item.new .new2{
    padding: 14px 0 0 25px;
    position: relative;
    z-index: 998;
}

.offer_view .price_item.old:before {
    display: block;
    content: '';
    border-left: 44px solid rgba(255,255,255,0);
    border-top: 80px solid #222;
    position: absolute;
    top: 0;
    left: -44px;
}

.offer_view .price_item.old:after {
    display: block;
    content: '';
    border-left: 44px solid #222;
    border-top: 80px solid #28a703;
    position: absolute;
    top: 0;
    right: -22px;
    z-index: 10;
}

.offer_view .price_item.new:before {
    display: block;
    content: '';
    border-right: 44px solid rgba(255,255,255,0);
    border-bottom: 80px solid #28a703;
    position: absolute;
    top: 0;
    right: -44px;
}

.offer_view .price_item .text {
    margin: 0 0 5px -15px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    overflow: hidden;
    white-space: pre;
    z-index: 999;
}

.offer_view .price_item .value {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    z-index: 999;
    text-transform: lowercase;
}

.offer_view .price_item.old .value {
    text-decoration: line-through;
    
}
/* КОНЕЦ БЛОКА ЦЕНЫ */


/* БЛОК ПОД ЦЕНОЙ */

.timer-flipchart-face {
    background-color: #cccccc;
}


.offer_view .benefits_block {
    margin: 0 auto 25px;
    width: 480px;
    overflow: hidden;
}

.offer_view .benefits_block .benefit_item {
    float: left;
    width: 33.333333%;
    text-align: center;
}

.offer_view .benefits_block img {
    width: 70%;
    display: block;
    margin: 0 auto 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 3px solid #43a1ff;
}

/* КОНЕЦ - БЛОК ПОД ЦЕНОЙ */


/*ПРЕДСТАВЛЕНИЕ ТОВАРА       ЛИМИТ И ТАЙМЕР*/

.limited {
    text-align: center;
    padding: 5px 40px;
    line-height: 1.2em;
    font-size: 1.3em;
}
.limited span {
    background-color: #fcc72b;
    padding: 5px 10px;
}

.scope {
    padding: 0 25px 20px 25px;
}

.scope li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.scope ul {
    list-style: none;
    padding: 0;
}

.scope li:before {
    content: '';
    display: block;
    background: url(../images/like.png)
        /*tpa=http://best-gooods.ru/korset7/img/check.png*/
        no-repeat 0 0;
    width: 25px;
    height: 25px;
    float: left;
    margin: -1px 10px 0 0;
}

.scope p {
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 1.3em;
    font-size: 1.2em;
}


/*ВИДЕООБЗОР*/

.video {
    line-height: 1em;
    color: #044563;
    text-align: center;
}

.vid_title {
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #00c800;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
}

/* ПРЕИМУЩЕСТВА*/


.advantages .desc {
    margin: 15px auto;
    text-align: left;
}

.advantages .desc1 {
    margin-top: 0;
}

.advantages .advantage_mode img {
    width: 100%;
}

.advantages .table { 
    border-spacing: 0;
    border-left: 1px solid #354251;
    border-top: 1px solid #354251;
    width: 96%;
    margin: auto;
    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
    text-align: center;
}
.advantages .table th,td{ 
    padding: 5px 0;
    border-right: 1px solid #354251;
    border-bottom: 1px solid #354251;
    margin: 0;
}
.advantages .table th{
    background-color: #c0e0ff;
}

.advantages2 .container .advantage_mode2{
    width: 90%;
    margin: 15px auto;
    background-color: #fff;
    padding-top: 0px;
    border-radius: 10px;
}


.adv_item{
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 8px 0;
}
.adv_item2{
    background-color: #e3f1ff;
}
.adv_item_left{
    display: block;
    width: 10%;
    float: left;
    margin-left: 5%
}
.advantages .advantage_mode .adv_item_left img{
    display: block;
    width: 70%;
    margin: auto;
    margin-top: 5px;
}
.adv_item_right{
    display: block;
    width: 77%;
    margin-right: 3%;
    float: right;;
}
.adv_item_right2{
    display: block;
    width: 82%;
    margin-right: 3%;
    float: right;
    padding-top: 3px;
    font-size: 1.4em;
}
.adv_item_right2 p{
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}
.adv_item_right p{
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

/*СПИСОК С ХАРАКТЕРИСТИКАМИ */

.specifications .characteristics__list {
    margin: 30px 0;

    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;

}

.specifications ol,
ul {
    list-style: none;
    padding: 0;
}

.specifications .characteristics__list li:nth-child(odd) {
    background: #f4f4f4;
}

.specifications .characteristics__list li:nth-child(odd) {
    background: #f4f4f4;
}

.specifications .characteristics__list li {
    padding: 15px 15px 15px 47px;
    text-align: left;
    position: relative;
}

.specifications .characteristics__list li:nth-child(odd):before {
    -webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
    box-shadow: 0 0 0 2px #f4f4f4 inset;
}

.specifications .characteristics__list li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #0090ff;
    background: #0090ff;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    position: absolute;
    top: 18px;
    left: 25px;
}

.specifications .characteristics__list li b {
    float: right;
}

.specifications b {
    font-weight: 700;
}

/*КОНЕЦ СПИСОК С ХАРАКТЕРИСТИКАМИ */


/* КАК СДЕЛАТЬ ЗАКАЗ */

.order_step {
    width: 240px;
    height: 210px;
    padding-bottom: 20px
}

.order_steps_sec .order_step_left {
    overflow: hidden;
    float: left;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-left: -1px;
    padding-top: 10px;
}

.order_steps_sec .order_step_left img {
    width: 50%;
    display: block;
    margin-left: 10px;
}

.order_steps_sec .order_step_left p {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 20px;
}

.order_steps_sec .order_step_right {
    overflow: hidden;
    float: right;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

.order_steps_sec .order_step_right img {
    width: 50%;
    display: block;
    margin-left: 10px;
}

.order_steps_sec .order_step_right p {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 20px;
}

.order_steps_sec .order_step_right p b {
    display: block;
    margin-bottom: 0px;
}









.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.reviews_sec h2.title {
    padding: 0 50px 0 0;
    background: url(../images/quote1_icon.png) right 7px no-repeat;
}

.reviews_sec .review_items {
    padding: 0 30px;
     font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;#2b7bca
}

.reviews_sec .review_item {
    margin: 0 0 30px;
}

.reviews_sec .review_item:last-child {
    margin: 0;
}

.reviews_sec .author_block {
    margin: 0 0 20px 0;
}

.reviews_sec .author_block img {
    display: block;
    float: left;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews_sec .author_block .author_info {
    float: left;
    margin: 6px 0 0 20px;
}

.reviews_sec .author_block .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.reviews_sec .author_block .info {
    margin: 12px 0 0;
    float: right;
    text-align: right;
}

.reviews_sec .author_block .rating {
    margin: 0 0 6px;
    width: 76px;
    height: 12px;
    background: url(../images/reviews3__stars.png) center no-repeat;
}

.reviews_sec .review_item p {
    margin: 0 0 20px;
}

.reviews_sec .images_block img {
    display: block;
    width: 100%;
    margin: 0 10px 0 0;
    /* width: 133px;*/
}

.reviews_sec .images_block img:last-child {
    margin: 0;
}






/* ФОРМА */

.order_sec .container {
    color: #3a3d4c;
    text-align: center;
    margin-bottom: 0;
}

.order_sec .container .sec_title_green {
    color: #ffffff;
    background: #6cc700;
    padding-top: 20px;
    margin-top: 0;
}

.order_sec .container .bottom {
    background: #6cc700;
}

.s .order_sec .container p span {
    font-weight: 800;
}

.order_sec .container .order_previev img {
    width: 300px;
    margin: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.order_sec .container .order_previev .text_size_m {
    display: block;
}

.order_sec .container .order_previev .text_size_xl {
    display: none;
}

.order_sec .container .order_previev p {
    font-size: 18px;
    padding: 5px;
    text-shadow: 0 0 4px #fff;
    text-decoration: underline;
    font-weight: 600;
}

.order_sec .container .order_options p {
    font-size: 20px;
}

.order_sec .container .order_options .hdr {
    padding-top: 10px;
    color: #ffffff;
}

.order_sec .container .order_options .order_size {
    width: 134px;
    height: 44px;
    margin: auto;
    position: relative;
    margin: 10px auto;
    font-size: 1.9em;
    line-height: 30px;
    color: red;
}

.order_sec .container .order_options .order_size p {
    width: 44px;
    line-height: 44px;
}

.order_sec .container .order_options .order_size_m {
    border: 4px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    float: left;
    background: none;
    color: #fff;
    cursor: pointer;
}

.order_sec .container .order_options .order_size_xl {
    border: 4px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    float: left;
    margin-left: 30px;
    background: none;
    color: #fff;
    cursor: pointer;
}

.order_sec .container .order_options .size_active {
    background: #fff;
    color: #2b2b2b;
}

.order_sec .container .order_options .order_color {
    width: 244px;
    height: 44px;
    margin: auto;
    position: relative;
    margin: 10px auto;
    font-size: 1.9em;
    line-height: 44px;
    color: red;
}

.order_sec .container .order_options .order_color_blue_noactive {
    width: 44px;
    height: 44px;
    border: 4px solid #00a7f8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin-left: 30px;
    background: #00a7f8;
}

.order_sec .container .order_options .order_color_blue_active {
    width: 44px;
    height: 44px;
    border: 4px solid #00a7f8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin-left: 30px;
    background: #00a7f8;
    cursor: pointer;
}

.order_sec .container .order_options .order_color_green {
    width: 44px;
    height: 44px;
    border: 4px solid #00f84c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin-left: 30px;
    background: #00f84c;
    cursor: pointer;
}

.order_sec .container .order_options .order_color_red {
    width: 44px;
    height: 44px;
    border: 4px solid #f80046;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin-left: 15px;
    background: #f80046;
    cursor: pointer;
}

.order_sec .container .order_options .color_active {
    border: 4px solid #fff;
}

.order_sec .container .order_price {
    width: 100%;
    text-align: center;
}

.order_sec .container .order_price .order_price_old {
    font-size: 35px;
    color: #dbdde0;
    line-height: 1;
    text-decoration: line-through;
    padding: 10px;
}

.order_sec .container .order_price .order_price_new {
    font-size: 45px;
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.order_sec .container .order_price p {
    padding: 0;
}


.order_sec .container .order_form input {
    padding: 10px 0;
    width: 370px;
    margin: auto;
    border: none;
    
    margin-bottom: 15px;
    color: #000;
    font-size: 17px;
    font-size: 16px;
    border: 1px solid #808080;
    line-height: 44px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 55px;
}

.order_sec .container .order_form .name {
    margin: 0 auto 15px;
    background: #f0f0f0 url(../images/name.png) 20px center no-repeat;
}

.order_sec .container .order_form .phone {
    margin: 15px auto 20px;
    background: #f0f0f0 url(../images/phone.png) 20px center no-repeat;
}
/*ЗАГРУЗЧИК*/


/* КОНЕЦ       ЗАГРУЗЧИК*/


.order_sec .container .order_form .form_button {
    display: block;
    margin: 20px auto;
    width: 380px;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 1px;
    color: rgb(35, 35, 35);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin: 30px auto 40px auto;
}


.order_sec .container .order_form .form_button:hover {
    background: #2b7bca;
}

.order_sec .container .order_form .form_button:active {
    background: #2b7bca;
}

#name-error{
    color: red;
    margin: 10px 0;
    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;

}

#phone-error{
    color: red;
    margin: 10px 0;
    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;

}

.button_block {
    padding: 30px 0;
    z-index: 999;
    position: relative;
}

.button {
    display: block;
    margin: 0 auto;
    width: 380px;
    border: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font-size: 20px;
    line-height: 70px;
    letter-spacing: 1px;
    color: rgb(35, 35, 35);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background: #26b5b9;
    box-shadow: 0 0 0 10px #c0e0ff;
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

.button_block .button:hover {
    background: #2982db;
}

.button_block .button:active {
    background: #2982db;
}

.button_block a {
    font-weight: 700;
}

.footer .container {
    background-color: #383840;
    color: #a9a9bc;
    text-align: center;
    padding-top: 5px;
    margin: 0 auto;
}

.footer .container a {
    color: #bfbfbf;
    font-size: 1.2em;
    padding: 5px;
    text-decoration: none;
}

.footer .container p {
    color: #bfbfbf;
    font-size: 1.2em;
    padding: 5px 60px;
    ;
}

.footer img {
    display: block;
    width: 100%;
}


/* СЛАЙДЕР ОТЗЫВОВ */

.viewport {
    width: 480px;
    position: relative;
    box-sizing: border-box;
}

.view {
    width: 350px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.view ul {
    margin: auto;
    overflow: hidden;
}

.view .slidewrapper {
    width: 1050px;
    margin: 0;
    padding: 0;
}

.view .slidewrapper li {
    width: 350px;
}

.slide {
    float: left;
}

.slide p,
h3,
img {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.slide p {
    font-size: 1em;
}

.slide h3 {
    font-size: 1.1em;
    margin: 0;
}

.slide .rev_header {
    margin-bottom: 20px;
}

.slide .rev_header .rev_header_r {
    width: 75%;
    float: right;
}

.slide .rev_header p {
    font-size: 1em;
}

.slide .review .rew_imgs img {
    width: 60%;
    margin-top: 20px;
}

.arrows img {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.arrows_prev {
    position: absolute;
    z-index: 99;
    left: 5px;
    top: 50%;
    margin-top: -20px;
}

.arrows_next {
    position: absolute;
    z-index: 99;
    right: 5px;
    top: 50%;
    margin-top: -20px;
}

.crm-webform-bottom-link {
    display: none;
}

/*ПЕРСОНАЛЬНАЯ СКИДКА*/

.div_per_sale {
    width: 80%;
    padding: 20px 10px;
    margin: 15px auto;
    text-align: center;
    color: #3a3d4c;
    background-color: #45daff;
    border-radius: 10px;
    font-size: 18px;
}

.div_per_sale p {
    font-family: 'MyFont', Helvetica, Geneva, Arial, cursive, sans-serif
}

.div_per_sale .per_sale {
    font-size: 30px;
    padding-top: 5px;
}

.div_per_sale .per_sale b {
    font-size: 1.2em;
}

/*ВЫБОР ЦВЕТА*/
.colors {
    width: 98%;
    margin-bottom: 25px;
    overflow: hidden;
    margin: auto;
}

.colors div p {
    padding: 9% 3%;
    width: 75%;
    margin: 6px auto;
    color: #ffffff;
    border-radius: 12px;
}

.colors .color {
    width: 25%;
    float: left;
}

.colors .color .color_ok {
    width: 70px;
    height: 70px;
    margin: auto;
    border: 1px solid #000000;
    border-radius: 10px;
    margin-top: 10px;
}


.colors .color .color_no:after {
    transform: rotate(-45deg)
}

.colors .pink1 {
    background: no-repeat url(../img/s3.jpg);
    background-size: contain;
}

.colors .pink2 {
    background: no-repeat url(../img/s4.jpg);
    background-size: contain;
}

.colors .blue1 {
    background: no-repeat url(../img/s2.jpg);
    background-size: contain;
}

.colors .blue2 {
    background: no-repeat url(../img/s1.jpg);
    background-size: contain;
}



.colors .color .active {
    width: 110px;
    height: 110px;
    margin-top: 0;
}


.colors .color .active {
    border: 3px solid #6cc700;
}

/*КОНЕЦ ВЫБОР ЦВЕТА*/

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
.youtube .play {
    background: url('../images/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.youtube:hover .play {
    background-position: 0 0;
}