/* styles */

body {
   min-width: 480px;
   background: #eee;
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: #333;
   cursor: default;
}

.main_wrapper {
   margin: 0 auto;
   width: 480px;
   background: #fff;
   overflow: hidden;
}

.clearfix:after {
   content: '';
   display: block;
   clear: both;
}

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

b {
   font-weight: 700;
}

/* button */

.button_block {
   position: relative;
}

.button_block:after {
   display: block;
   content: '';
   width: 100%;
   height: 22px;
   background: url(../images/button__shadow.png) center no-repeat;
   position: absolute;
   bottom: -10px;
   left: 0;
}

.button {
   display: block;
   margin: 0 auto;
   width: 380px;
   height: 76px;
   border: none;
   -webkit-border-radius: 38px;
   -moz-border-radius: 38px;
   border-radius: 38px;
   text-shadow: 0 1px 0 #b76302;
   background-color: #64bd0d;
   background-image: -webkit-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
   background-image: -moz-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
   background-image: -o-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
   background-image: linear-gradient(0deg, #57a906 0%, #6fca16 100%);
   font-family: 'Open Sans', sans-serif;
   font-weight: 800;
   font-size: 26px;
   line-height: 76px;
   letter-spacing: 2px;
   color: #fff;
   text-transform: uppercase;
   text-decoration: none;
   text-align: center;
   cursor: pointer;
   position: relative;
   z-index: 10;
}

/* titles */

h2 {
   font-weight: 400;
   font-size: 24px;
   line-height: 30px;
   text-transform: uppercase;
   text-align: center;
}

h2 b {
   display: block;
   font-weight: 800;
   font-size: 30px;
   line-height: 36px;
   color: #222;
}

/* offer */

.offer_section {
   padding: 0px 0 25px;
   background: #2f3039 url(../images/offer_bg.jpg) center top no-repeat;
   position: relative;
}
.offer_section .maintitle {
   color: #fff;
   font-size: 37px;
   line-height: 43px;
   font-weight: 800;
   padding: 15px 10px 0px;
   text-align: center;
   text-transform: uppercase;
}
.offer_section .main_subtitle {
   color: #fff;
   font-size: 22px;
   line-height: 28px;
   text-transform: uppercase;
   font-weight: 700;
   padding: 6px 20px 0px;
   letter-spacing: 1.5px;
   text-align: center;
}
.offer_section .main_subtitle > span {
   color: #2f3039;
   float: right;
}
.offer_section .discount {
   width: 100px;
   font-size: 20px;
   color: #fff;
   text-transform: uppercase;
   text-align: left;
   position: absolute;
   top: 165px;
   left: 17px;
   z-index: 999;
}

.offer_section .discount b {
   font-weight: 800;
   font-size: 36px;
   line-height: 36px;
}

.offer_section .price_block {
   margin: 492px 0 0;
   position: relative;
}

.offer_section .date_block {
   font-weight: 700;
   text-transform: uppercase;
   font-size: 20px;
   line-height: 25px;
   color: #fff;
   text-align: center;
   margin-bottom: 15px;
   background: #40414b;
   padding: 24px 0 20px;
}

.offer_section .price_item {
   float: left;
   width: 50%;
   height: 74px;
   text-align: center;
}

.offer_section .price_item.old {
   padding: 13px 65px 0 0;
   background: #fff;
}

.offer_section .price_item.new {
   padding: 13px 0 0 65px;
   background: #64bd0d;
   color: #fff;
}

.offer_section .price_item.new .value {
   font-weight: 800;
}

.offer_section .price_item .text {
   margin: 0 0 5px;
   font-size: 14px;
   line-height: 14px;
}

.offer_section .price_item .value {
   font-weight: 700;
   font-size: 28px;
   line-height: 30px;
}

.offer_section .price_item.old .value {
   text-decoration: line-through;
}

.offer_section .discount {
   padding: 19px 0 0 46px;
   width: 176px;
   height: 92px;
   background: url(../images/offer2__discount_bg.png) center no-repeat;
   color: #fff;
   position: absolute;
   top: -9px;
   left: 50%;
   margin-left: -88px;
}

.offer_section .discount .text {
   margin: 0 0 5px;
   font-size: 18px;
   line-height: 18px;
   letter-spacing: 8px;
   text-transform: uppercase;
}

.offer_section .discount .value {
   margin: 0 0 0 5px;
   font-weight: 700;
   font-size: 34px;
   line-height: 34px;
}

.offer_section .timer_block {
   margin: 25px auto;
   width: 400px;
   color: #fff;
   text-align: center;
}

.offer_section .timer_block p {
   margin: 0 0 15px;
   font-size: 18px;
   line-height: 18px;
}

.offer_section .timer_item {
   float: left;
   margin: 0 32px 0 0;
   width: 112px;
   position: relative;
}

.offer_section .timer_item:last-child {
   margin: 0;
}

.offer_section .timer_item:before {
   display: block;
   content: ':';
   width: 32px;
   font-weight: 700;
   font-size: 36px;
   line-height: 52px;
   color: #fff;
   text-align: center;
   position: absolute;
   top: 0;
   right: -32px;
}

.offer_section .timer_item:last-child:before {
   display: none;
}

.offer_section .timer_item .count {
   margin: 0 0 10px;
   height: 60px;
   font-weight: 700;
   font-size: 36px;
   line-height: 60px;
}

.offer_section .timer_item .count span {
   display: block;
   float: left;
   margin: 0 4px 0 0;
   width: 54px;
   height: 60px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.3)),
      color-stop(50%, rgba(0, 0, 0, 0.3)),
      color-stop(50%, #4a4a4a),
      color-stop(51%, #4a4a4a),
      color-stop(51%, rgba(0, 0, 0, 0.3)),
      to(rgba(0, 0, 0, 0.3))
   );
   background-image: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      #4a4a4a 50%,
      #4a4a4a 51%,
      rgba(0, 0, 0, 0.3) 51%,
      rgba(0, 0, 0, 0.3) 100%
   );
   background-image: -moz-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      #4a4a4a 50%,
      #4a4a4a 51%,
      rgba(0, 0, 0, 0.3) 51%,
      rgba(0, 0, 0, 0.3) 100%
   );
   background-image: -o-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      #4a4a4a 50%,
      #4a4a4a 51%,
      rgba(0, 0, 0, 0.3) 51%,
      rgba(0, 0, 0, 0.3) 100%
   );
   background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      #4a4a4a 50%,
      #4a4a4a 51%,
      rgba(0, 0, 0, 0.3) 51%,
      rgba(0, 0, 0, 0.3) 100%
   );
   -webkit-box-shadow: inset 0 -2px 0 #4a4a4a;
   -moz-box-shadow: inset 0 -2px 0 #4a4a4a;
   box-shadow: inset 0 -2px 0 #4a4a4a;
}

.offer_section .timer_item .count span:last-child {
   margin: 0;
}

.offer_section .timer_item .text {
   line-height: 16px;
}

.offer_section .products_count {
   margin: 20px 0 0;
   color: #fff;
   text-align: center;
}

.offer_section .products_count:before {
   display: inline-block;
   vertical-align: middle;
   margin: -4px 10px 0 0;
   content: '';
   width: 20px;
   height: 18px;
   background: url(../images/offer__products_count_icon.png) center no-repeat;
}

.offer_section .products_count b {
   color: #69c60f;
}

.offer_section .color {
   width: 380px;
   margin: 0 auto 15px;
}

.offer_section .color:after {
   display: block;
   clear: both;
   content: '';
}

.offer_section .color h4 {
   display: block;
   background: #64bd0d;
   color: #fff;
   padding: 7px 0;
   margin-bottom: 15px;
   font-size: 16px;
   text-align: center;
   text-transform: uppercase;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

.offer_section .color .item {
   float: left;
   border: 1px solid rgba(170, 170, 170, 0.5);
   padding: 6px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
}

.offer_section .color .item img {
   display: block;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

.offer_section .color .item:last-child {
   float: right;
}

.order_form ul {
   list-style-type: none;
}

.order_form li {
   display: inline-block;
}

.order_form input[type='radio'][id^='colorbox'] {
   display: none;
}

.order_form label {
   display: block;
   position: relative;
   text-align: center;
   cursor: pointer;
   border: 1px solid rgba(170, 170, 170, 0.5);
   padding: 4px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   color: #fff;
}

.order_form label:before {
   display: block;
   position: absolute;
   top: -5px;
   left: -5px;
   width: 25px;
   height: 25px;
   text-align: center;
   line-height: 28px;
   transition-duration: 0.4s;
   transform: scale(0);
   background: url('../images/check.png') no-repeat;
   z-index: 99;
}

.order_form label img {
   display: block;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   transition-duration: 0.2s;
   transform-origin: 50% 50%;
   width: 110px;
}

.order_form :checked + label {
   border-color: #73d767;
}

.order_form :checked + label:before {
   content: '';
   background-color: none;
   transform: scale(1);
}

.order_form :checked + label img {
   transform: scale(0.95);
   z-index: -1;
}

.offer_section .input {
   display: block;
   margin: 0 auto 15px;
   padding: 0 35px;
   width: 380px;
   height: 76px;
   border: none;
   -webkit-border-radius: 38px;
   -moz-border-radius: 38px;
   border-radius: 38px;
   background: #fff;
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-size: 18px;
   color: #333;
   outline: none;
}

.offer_section .field-name {
   background-image: url(../images/offer__name_icon.png);
   background-position: 30px center;
   background-repeat: no-repeat;
   padding: 0 20px 0 90px;
}

.offer_section .field-phone {
   background-image: url(../images/offer__phone_icon.png);
   background-position: 27px center;
   background-repeat: no-repeat;
   padding: 0 20px 0 90px;
}

.offer_section .input::-webkit-input-placeholder {
   opacity: 1;
   color: #333;
}

.offer_section .input:-moz-placeholder {
   opacity: 1;
   color: #333;
}

.offer_section .input::-moz-placeholder {
   opacity: 1;
   color: #333;
}

.offer_section .input:-ms-input-placeholder {
   opacity: 1;
   color: #333;
}

.offer_section .input:focus::-webkit-input-placeholder {
   opacity: 0;
}

.offer_section .input:focus:-moz-placeholder {
   opacity: 0;
}

.offer_section .input:focus::-moz-placeholder {
   opacity: 0;
}

.offer_section .input:focus:-ms-input-placeholder {
   opacity: 0;
}

/* about */

.about_section {
   padding: 30px 0;
   background: #ebeae4;
}

.about_section h2 {
   margin: 0 0 25px;
}

.about_section p {
   padding: 0 20px;
   line-height: 1.8em;
   text-align: center;
}

.about_section img {
   display: block;
   margin: 20px auto;
}

.catalog_price {
   margin: 387px 0 0;
   position: relative;
}

.characteristics_section .catalog_price {
   margin: 0;
   position: relative;
}

.characteristics_section .catalog_price:before {
   display: block;
   content: '';
   width: 100%;
   height: 21px;
   background: url(../images/offer__price_shadow.png) center top no-repeat;
   opacity: 0.3;
   position: absolute;
   bottom: -21px;
   left: 0;
}

.characteristics_section .catalog_price .price_item {
   float: left;
   padding: 10px 0 0;
   width: 50%;
   height: 70px;
   background: #fff;
   text-align: center;
}

.characteristics_section .catalog_price .price_item.new {
   background: #79b717;
   color: #fff;
}

.characteristics_section .catalog_price .price_item.new:before {
   display: block;
   content: '';
   border-top: 70px solid #fff;
   border-right: 20px solid #79b717;
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -10px;
}

.characteristics_section .catalog_price .text {
   margin: 0 0 2px;
   font-size: 14px;
   line-height: 14px;
}

.characteristics_section .catalog_price .value {
   font-size: 34px;
   line-height: 34px;
}

.characteristics_section .catalog_price .price_item.old .value {
   text-decoration: line-through;
}

.characteristics_section .catalog_price .price_item.new .value {
   font-weight: 800;
}

/* benefits */

.benefits_section {
   padding: 30px 0;
   background: #363636;
   background: -moz-linear-gradient(top, #363636 0%, #1f1f1f 100%);
   background: -webkit-linear-gradient(top, #363636 0%, #1f1f1f 100%);
   background: linear-gradient(to bottom, #363636 0%, #1f1f1f 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#1f1f1f',GradientType=0 );
   color: #fff;
}

.benefits_section h2 {
   margin: 0 0 25px;
}

.benefits_section h2 b {
   color: #fff;
}

.benefits_section .benefit_item {
   margin: 0 0 30px;
}

.benefits_section .benefit_item img {
   display: block;
   margin: 0 auto;
   border-radius: 10px 10px 0px 0px;
}

.benefits_section .benefit_item .text_block {
   margin: 0 auto;
   padding: 20px;
   width: 440px;
   border: 1px solid rgba(255, 255, 255, 0.2);
   background: #171717;
   border-top: none;
   -webkit-border-radius: 0 0 6px 6px;
   -moz-border-radius: 0 0 6px 6px;
   border-radius: 0 0 6px 6px;
   text-align: center;
}

.benefits_section .benefit_item h4 {
   margin: 0 0 5px;
   font-weight: 700;
   font-size: 18px;
   line-height: 26px;
}

/* characteristics */

.characteristics_section {
   padding: 30px 0;
   background: #f5f4ec;
}

.characteristics_section h2 {
   margin: 0 0 25px;
}

.characteristics_section .owl-prev,
.characteristics_section .owl-next {
   width: 47px;
   height: 47px;
   background: #f85a3d url(../images/slider__arrows.jpg) no-repeat;
   position: absolute;
   top: 50%;
   margin-top: -23px;
}

.characteristics_section .owl-prev {
   background-position: left center;
   -webkit-border-radius: 0 6px 6px 0;
   -moz-border-radius: 0 6px 6px 0;
   border-radius: 0 6px 6px 0;
   left: 0;
}

.characteristics_section .owl-next {
   background-position: right center;
   -webkit-border-radius: 6px 0 0 6px;
   -moz-border-radius: 6px 0 0 6px;
   border-radius: 6px 0 0 6px;
   right: 0;
}

.characteristics_section ul {
   margin: 30px 20px 0;
}

.characteristics_section ul li {
   margin: 0 0 15px 18px;
   padding: 0 0 2px;
   border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
   text-align: left;
   position: relative;
}

.characteristics_section ul li:last-child {
   margin: 0 0 0 18px;
   padding: 0;
   border: none;
}

.characteristics_section ul li:before {
   display: block;
   content: '';
   width: 8px;
   height: 13px;
   background: url(../images/characteristics__arrow.png) center no-repeat;
   position: absolute;
   top: 5px;
   left: -18px;
}

.characteristics_section ul li b {
   float: left;
}

/* gift */

.gift_section {
   padding: 30px 20px;
   background-color: #162337;
   background-image: -webkit-gradient(linear, left bottom, left top, from(#2e1921), to(#162337));
   background-image: -webkit-linear-gradient(bottom, #2e1921 0%, #162337 100%);
   background-image: -moz-linear-gradient(bottom, #2e1921 0%, #162337 100%);
   background-image: -o-linear-gradient(bottom, #2e1921 0%, #162337 100%);
   background-image: linear-gradient(to top, #2e1921 0%, #162337 100%);
}

.gift_section h2 {
   margin: 0 0 25px;
   color: #fff;
}

.gift_section h2 b {
   color: #41c3ff;
}

.gift_section img {
   display: block;
   margin: 0 auto -65px;
}

.gift_section .benefit_item {
   display: table;
   margin: 0 0 20px;
   padding: 0 0 0 30px;
   width: 100%;
}

.gift_section .benefit_item:last-child {
   margin: 0;
}

.gift_section .benefit_item p {
   display: table-cell;
   vertical-align: middle;
   padding: 0 20px 0 45px;
   height: 80px;
   border: 1px solid rgba(255, 255, 255, 0.1);
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   color: #ccc;
   position: relative;
}

.gift_section .benefit_item p:before {
   display: block;
   content: '';
   width: 49px;
   height: 49px;
   background: center no-repeat;
   position: absolute;
   top: 50%;
   margin-top: -25px;
   left: -25px;
}

.gift_section .benefit_item:nth-child(1) p:before {
   background-image: url(http://fastland24.ru/2020/sep/13/leggins/images/gift__benefit1_icon.png);
}

.gift_section .benefit_item:nth-child(2) p:before {
   background-image: url(http://fastland24.ru/2020/sep/13/leggins/images/gift__benefit3_icon.png);
}

.gift_section .benefit_item:nth-child(3) p:before {
   background-image: url(http://fastland24.ru/2020/sep/13/leggins/images/gift__benefit2_icon.png);
}

.gift_section .benefit_item:nth-child(4) p:before {
   background-image: url(http://fastland24.ru/2020/sep/13/leggins/images/gift__benefit4_icon.png);
}

/* reviews */

.reviews_section {
   padding: 30px 20px;
   background: #f5f4ec;
}

.reviews_section h2 {
   margin: 0 0 25px;
}

.reviews_section .reviews_list {
   padding: 25px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   background: #fff;
   text-align: center;
   -webkit-box-shadow: 0 0 27px rgba(200, 200, 200, 0.2);
   -moz-box-shadow: 0 0 27px rgba(200, 200, 200, 0.2);
   box-shadow: 0 0 27px rgba(200, 200, 200, 0.2);
}

.reviews_section .author_info {
   margin: 30px 0 25px;
}

.reviews_section .author_info b {
   font-weight: 800;
   font-size: 18px;
}

.reviews_section .owl-prev,
.reviews_section .owl-next {
   width: 25px;
   height: 42px;
   background: url(../images/reviews__arrows.png) no-repeat;
   position: absolute;
   top: 345px;
}

.reviews_section .owl-prev {
   background-position: left center;
   left: 35px;
}

.reviews_section .owl-next {
   background-position: right center;
   right: 35px;
}

/* order info 1 */

.order_info1_section {
   padding: 30px 20px;
   background: #ffffff;

   color: #fff;
}

.order_info1_section h2 {
   margin: 0 0 25px;
}

.order_info1_list .info_item {
   display: table;
   margin: 0 0 30px;
   width: 100%;
}

.order_info1_list .info_item:last-child {
   margin: 0;
}

.order_info1_list .image_block {
   display: table-cell;
   vertical-align: middle;
   width: 220px;
}

.order_info1_list .image_block img {
   display: block;
}

.order_info1_list .text_block {
   display: table-cell;
   vertical-align: middle;
   padding: 0 0 0 20px;
}

.order_info1_list .text_block h4 {
   margin: 0 0 5px;
   font-weight: 800;
   color: #fff;
   text-transform: uppercase;
}

.order_info1_list .text_block p {
   font-size: 14px;
   line-height: 22px;
}

/* footer */

.footer_section {
   padding: 25px 0;
   background: #26272e;
   font-size: 14px;
   line-height: 22px;
   text-align: center;
}

.footer_section img {
   display: block;
   margin: 0 auto 10px;
}

.footer_section a {
   color: #ccc;
}

.popup-wrapper {
   border-top: 10px;
   background: rgba(29, 156, 12, 0.87);
}
.popup {
   color: #ffffff;

   padding-top: 10px;
   text-align: center;
   padding: 10px 10px 10px;
}
.popup img {
   width: 100px;
   margin: 0 auto;
   border-radius: 50%;
}
.popup h2 {
   font-weight: 600;
   margin: 10px 0 20px;
}
.popup p {
   padding-bottom: 20px;
}

.losinititle {
   margin-top: 10px;
   color: yellow;
   font-weight: 700;
}
.losinititle2 {
   color: #64bd0d;
   font-weight: 700;
}

.offer_sectionlosini {
   padding: 0px 0 25px;
   background: #2f3039 url(../images/offer.jpg) center top no-repeat;
   position: relative;
}
.offer_sectionlosini .maintitle {
   color: #000000;
   font-size: 37px;
   line-height: 43px;
   font-weight: 800;
   padding: 15px 10px 0px;
   text-align: center;
   text-transform: uppercase;
}
.offer_sectionlosini .main_subtitle {
   color: #fff;
   font-size: 22px;
   line-height: 28px;
   text-transform: uppercase;
   font-weight: 700;
   padding: 6px 20px 0px;
   letter-spacing: 1.5px;
   text-align: center;
}
.offer_sectionlosini .main_subtitle > span {
   color: #2f3039;
   float: right;
}
.offer_sectionlosini .discount {
   width: 100px;
   font-size: 20px;
   color: #fff;
   text-transform: uppercase;
   text-align: left;
   position: absolute;
   top: 165px;
   left: 17px;
   z-index: 999;
}

.offer_sectionlosini .discount b {
   font-weight: 800;
   font-size: 36px;
   line-height: 36px;
}

.offer_sectionlosini .price_block {
   margin: 492px 0 0;
   position: relative;
}

.offer_sectionlosini .date_block {
   font-weight: 700;
   text-transform: uppercase;
   font-size: 20px;
   line-height: 25px;
   color: #fff;
   text-align: center;
   margin-bottom: 15px;
   background: #40414b;
   padding: 24px 0 20px;
}

.offer_sectionlosini .price_item {
   float: left;
   width: 50%;
   height: 74px;
   text-align: center;
   margin-bottom: 10px;
}

.offer_sectionlosini .price_item.old {
   padding: 13px 65px 0 0;
   background: #fff;
}

.offer_sectionlosini .price_item.new {
   padding: 13px 0 0 65px;
   background: yellow;
   color: #000000;
}

.offer_sectionlosini .price_item.new .value {
   font-weight: 800;
}

.offer_sectionlosini .price_item .text {
   margin: 0 0 5px;
   font-size: 14px;
   line-height: 14px;
}

.offer_sectionlosini .price_item .value {
   font-weight: 700;
   font-size: 28px;
   line-height: 30px;
}

.offer_sectionlosini .price_item.old .value {
   text-decoration: line-through;
}
.button2 {
   display: block;
   margin: 0 auto;
   width: 380px;
   height: 76px;
   border: none;
   -webkit-border-radius: 38px;
   -moz-border-radius: 38px;
   border-radius: 38px;
   text-shadow: 0 1px 0 #b76302;
   background-color: yellow;

   font-family: 'Open Sans', sans-serif;
   font-weight: 800;
   font-size: 26px;
   line-height: 76px;
   letter-spacing: 2px;
   color: #000000;
   text-transform: uppercase;
   text-decoration: none;
   text-align: center;
   cursor: pointer;
   position: relative;
   z-index: 10;
}
