/* styles */

body {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: #ccc;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
    cursor: default;
}

.swiper-button-next,
.swiper-button-prev {
    color: #4f41a2 !important;
}

section#characteristic img {
    padding: 0 20px 10px 20px;
}

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

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

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

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

.offer_section.offer1 .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.offer1 .timer_item:last-child:before {
    display: none;
}

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

.offer_section.offer1 .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.offer1 .timer_item .count span:last-child {
    margin: 0;
}

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

.offer_section.offer2 .timer_block {
    margin: 0 auto 25px;
    max-width: 400px;
    text-align: center;
}

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

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

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

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

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

.offer_section.offer2 .timer_item .count {
    margin: 0 0 6px;
    height: 60px;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    color: #149cc7;
}

.offer_section.offer2 .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: #f5f5f5;
}

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

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

.offer_section .timer_block {
    padding: 9px 30px 9px 30px;
    background: #f7931c;
    color: white;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	border-top: 4px solid #4f41a2;
}

.offer_section .timer_block p {
    margin: 2px 0 0;
    padding-left: 45px;
    width: 205px;
    background: url(../images/offer3__clock_icon.png) left center no-repeat;
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 375px) {
    .offer_section .timer_block p {
        width: 150px;
    }
}

.offer_section .timer {
    /* width: 240px; */
}

.offer_section .timer_item {
    float: left;
    width: 49px;
    text-align: center;
}

.offer_section .timer_item .text {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 12px;
}

.offer_section .timer_item .count {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    position: relative;
}

.offer_section .timer_item .count:before {
    display: block;
    content: ':';
    width: 10px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: -5px;
}

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

.list li {
    padding: 15px 0 15px 0;
    border-top: 1px solid #f9a21f;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    background-size: 24px;
}

.main_wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    background: #fff;
}

.swiper-wrapper {
    align-content: center;
    align-items: center;
}

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

.swiper-slide {
    height: auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}

.sect_3 .title>p {
    font-size: 22px;
    line-height: 25px;
}

b {
    font-weight: 700;
}

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

.sect_6 h2.title {
    margin-bottom: 40px;
}

h2.title {
    font-size: 29px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

h2.title>span {
    font-size: 33px;
    line-height: 1.1em;
    display: block;
    font-weight: 800;
    color: #f7931c;
}

@media (max-width: 375px) {
    h2.title {
        font-size: 24px;
    }
    h2.title>span {
        font-size: 21px;
    }
}

.separator:after {
    content: '';
    width: 55px;
    height: 4px;
    background: rgb(79 65 162 / 30%);
    display: block;
    margin: 20px auto 0;
}

section {
    padding: 34px 0 0;
    color: black;
}

section>img {
    display: block;
    margin: 0px auto;
}

.gradient_theme {
    background: #f7931c;
    background: linear-gradient(323deg, #ffc226 0%, #f7931c 100%);
    color: white;
}

.gradient_theme .title {
    color: #fff;
}

.gradient_theme .title>span {
    color: #fff;
    font-weight: 700;
}

header {
    width: 100%;
    height: 70px;
    transform: translate(0, -100%);
    transition: 0.5s;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 481px;
    margin: 0 auto;
}

header.active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    transition: 0.5s;
    z-index: 100;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    background: #4f41a2;
}

header a.logo svg {
    width: 120px;
    margin: 0 0;
}

header a.logo {
    width: 100px;
    height: 57px;
    transition: 0.6s;
}

header a.logo:hover {
    opacity: 0.7;
}

svg.nav-button {
    width: 54px;
    transition: 0.6s;
    cursor: pointer;
}

svg.nav-button:hover {
    opacity: 0.7;
}

/*  header   */

.offer_section {
    padding: 0 0 30px;
    background: #f4f4f4;
    position: relative;
}

.main_title {
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1em;
    font-weight: 800;
    color: #fff;
    letter-spacing: 4px;
    padding: 14px 0 16px;
    background: #e9622a;
    background: -moz-linear-gradient(top, #e9622a 25%, #ed3034 100%);
    background: -webkit-linear-gradient(top, #e9622a 25%, #ed3034 100%);
    background: linear-gradient(to bottom, #e9622a 25%, #ed3034 100%);
    display: none;
}

.offer_image {
    position: relative;
    overflow: hidden;
}

.main_subtitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 13px 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.05em;
    letter-spacing: 1px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}

.offer_image>img {
    display: block;
}

.offer_image .desc {
    bottom: 45px;
    right: 10px;
    margin: 0 auto;
    position: absolute;
    transform: rotate(-35deg);
}

.offer_image .desc>p {
    text-transform: uppercase;
    /* transform: skewY(-14deg); */
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}

.offer_image .desc>p>span {
    display: block;
    /* margin: 0 0 0 -79px; */
}

section.dark_theme.dark_theme222 {
    display: flex;
    flex-direction: column;
}

section.dark_theme.dark_theme222 .block {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 40px 20px 40px;
    justify-content: center;
}

section.dark_theme.dark_theme222 .block p {
    padding: 0 0 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    display: block;
    width: 100%;
    max-width: 290px;
}

section.dark_theme.dark_theme222 .block img {
    width: 100%;
    max-width: 40px;
    flex-shrink: 0;
}

.sale {
    position: absolute;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 1.2em;
    background: #f7931c;
    font-size: 12px;
    text-transform: uppercase;
    top: 33%;
    left: 5%;
    border: 5px solid #e4e4e4;
    -webkit-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 60%);
    color: #fff;
    border-radius: 50%;
    padding-top: 13px;
}

.sale>span {
    font-weight: 800;
    font-size: 28px;
    line-height: 1.1em;
    letter-spacing: normal;
}

.price {
    /*position: relative;*/
}

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

.price .item {
    width: 50%;
    float: left;
    padding: 6px 0;
    font-weight: 500;
    font-size: 14px;
}

.price .item.old {
    background: #fff;
    text-align: right;
    padding-right: 90px;
}

.price .item.new {
    background: #306ec7;
    color: #fff;
    padding-left: 90px;
}

.price .item>span {
    font-size: 28px;
    line-height: 1.1em;
}

.price .item>small {
    font-size: 22px;
    text-transform: uppercase;
}

.price .item.old>span {
    text-decoration: line-through;
}

.price .item.new>span,
.price .item.new>small {
    font-weight: 800;
}

.offer_section .bull {
    padding: 25px 0 20px;
    background: #fff;
}

.offer_section .bull>li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 100px 10px 0;
    line-height: 1.3em;
}

.offer_section .bull>li:nth-child(1) {
    background: url(../images/offer_bull1.png) 50% 10px no-repeat;
}

.offer_section .bull>li:nth-child(2) {
    margin-top: 30px;
    background: url(../images/offer_bull2.png) 50% 0 no-repeat;
}

.offer_section .bull>li:nth-child(3) {
    background: url(../images/offer_bull3.png) 50% 10px no-repeat;
}

.timer {}

.timer h3 {
    text-align: center;
    margin: 0;
    font-weight: 400;
    margin-bottom: 8px;
}

.timer .timer_item {
    /* width: 33.3%; */
    /* float: left; */
}

.timer_item .count_block {
    width: 70px;
    margin: 0px auto;
    position: relative;
    border-radius: 6px;
}

.timer_item .count_block:after {
    content: ':';
    font-size: 40px;
    line-height: 1em;
    position: absolute;
    right: -23px;
    top: -2px;
}

.timer_item:last-child .count_block:after {
    display: none;
}

.count_block .count {
    text-align: center;
    font-size: 36px;
    line-height: 1.05em;
    font-weight: 800;
    color: #fa5b18;
    background: #fff;
    padding: 4px 0;
    border-radius: 6px;
}

.count_block .text {
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    margin: 5px 0 0;
}

.swiper-slide .youtube {
    width: 280px !important;
    height: 420px !important;
    margin: 0 auto;
    background: none !important;
    border-radius: 15px;
}

.swiper-slide .youtube img {
    width: 100%;
    margin: 0;
}

.swiper-slide .video_block {
    height: 420px !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    width: 280px !important;
}

.video_block .button-m {
    margin-top: 20px;
}

.m1-form {
    margin-top: 50px;
    padding: 0 15px;
}

.m1-form input,
select {
    width: 100%;
    display: block;
    font-family: 'Roboto', sans-serif;
    border: #bcbcbc 1px solid;
    background: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    height: 60px;
    border-radius: 40px;
    text-align: center;
    font-weight: 500;
    color: #222;
}

.m1-form .button-m {
    margin-top: 0;
}

.m1-form ::-webkit-input-placeholder {
    color: #222;
}

.m1-form ::-moz-placeholder {
    color: #222;
}

.m1-form :-moz-placeholder {
    color: #222;
}

.m1-form :-ms-input-placeholder {
    color: #222;
}

.m1-form :focus::-webkit-input-placeholder {
    color: transparent;
}

.m1-form :focus::-moz-placeholder {
    color: transparent;
}

.m1-form :focus:-moz-placeholder {
    color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
    color: transparent;
}

/* button */

.button-m {
    display: block;
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 430px;
    height: 80px;
    border: none;
    background: #ffc800;
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
    letter-spacing: 2px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 0 5px rgb(79 65 162 / 50%);
    background: linear-gradient(313deg, #4f41a2 0%, #00d4f7 100%);
}

.button-m:active {
    top: 2px;
}

.offer_section .button-m {
    margin: 30px auto 0;
}

.products_count {
    text-align: center;
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.products_count>span {
    background: #00d4f7;
    padding: 2px 6px 2px 5px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    margin: 0 4px;
    font-size: 20px;
}

/*sect_1*/

.sect_1 {
    padding: 20px;
    color: black;
}

.video_block {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

/*sect_2*/

.sect_2 {
    padding-bottom: 0px;
    color: black;
}

.sect_2>p {
    padding: 0 20px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.8em;
}

.sect_2>img {
    margin-bottom: 20px;
    max-width: 440px;
    padding: 0 20px 10px 20px;
}

.sect_2 .info {
    font-weight: 7000;
    text-align: center;
    line-height: 1.8em;
    color: #fff;
    padding: 0px 0px 01px;
    background: #890053;
}

/*sect_3*/

.sect_3 {
    padding-bottom: 0;
    background: #f7f7f7;
}

.sect_3 .title {
    font-size: 36px;
    margin-bottom: 0;
}

.sect_3 .title>span {
    font-size: 36px;
}

.list_4 {
    font-size: 0;
    letter-spacing: -1px;
}

.list_4>li {
    letter-spacing: normal;
    width: 380px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    font-size: 16px;
    padding: 0 10px 20px;
    margin: 90px 0 0 50px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

.list_4>li>img {
    display: block;
    margin: -59px auto 15px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 180px;
}

.sect_3 .button-m {
    margin-top: 30px;
}

.sect_3>img {
    margin-top: 30px;
}

/*sect_4*/

.sect_4 {
    padding-bottom: 30px;
}

.gallery {
    margin-bottom: 30px;
}

.gallery .owl-prev,
.gallery .owl-next {
    position: absolute;
    top: 157px;
    width: 47px;
    height: 47px;
}

.gallery .owl-prev {
    background: #b42986 url(../images/gallery_arrow.png) 0% 50% no-repeat;
    border-radius: 0 6px 6px 0;
    left: 0;
}

.gallery .owl-next {
    background: #b42986 url(../images/gallery_arrow.png) 100% 50% no-repeat;
    border-radius: 6px 0 0 6px;
    right: 0;
}

.char_list>li {
    padding: 10px 20px 10px 48px;
    background: url(../images/char_list.png) 20px 50% no-repeat;
    color: #fff;
    text-align: right;
    font-weight: 700;
}

.char_list>li:nth-child(2n) {
    padding: 15px 20px 15px 48px;
    background: rgba(0, 0, 0, 0.1) url(../images/char_list.png) 20px 50% no-repeat;
}

.char_list>li>span {
    float: left;
    font-weight: 400;
    text-align: left;
}

/*sect_5*/

.sect_5 .title {
    font-weight: 700;
    font-size: 32px;
}

.sect_5 .title>span {
    color: #f7931c;
}

.sect_5 {
    padding-bottom: 10px;
}

.reviews {
    padding: 0 20px;
}

.rev_item {
    /* background: #f4f4f4; */
    /* padding: 25px; */
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.rev_item>img {
    display: block;
    /* margin: 0px auto 15px; */
    border-radius: 10px;
    width: 100%;
}

.rev_item .name {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background: url(../images/stars_four.png) 50% 100% no-repeat;
    font-size: 16px;
    font-weight: 800;
}

.rev_item.stars .name {
    background: url(../images/stars_all.png) 50% 100% no-repeat;
}

.rev_item .text {
    text-align: center;
    line-height: 1.8em;
}

.reviews .owl-prev,
.reviews .owl-next {
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    top: 120px;
}

.reviews .owl-prev {
    left: 22px;
    background: #f8f8f8 url(../../sport.appellsin.ru/images/rev_arrow.png) 0% 50% no-repeat;
}

.reviews .owl-next {
    right: 22px;
    background: #f8f8f8 url(../../sport.appellsin.ru/images/rev_arrow.png) 100% 50% no-repeat;
}

.reviews_vk {
    padding: 0 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.reviews_vk .total {
    background: #f4f4f4;
    font-size: 13px;
    font-weight: 700;
    color: #2d5984;
    line-height: normal;
    padding: 10px 15px;
}

.reviews_vk .item {
    padding: 25px 0 20px;
    border-bottom: 1px solid #e2e2e2;
}

.reviews_vk .ava {
    float: left;
    width: 50px;
}

.reviews_vk .ava img {
    display: block;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews_vk .info {
    margin-left: 60px;
}

.reviews_vk .item h4 {
    color: #2d5984;
    font-size: 14px;
    line-height: normal;
    padding-bottom: 5px;
}

.reviews_vk .item p {
    color: #222;
    font-size: 14px;
    line-height: 24px;
}

.reviews_vk .item p img {
    vertical-align: middle;
}

.reviews_vk .detail {
    padding-top: 20px;
}

.reviews_vk .detail li {
    float: left;
    font-size: 12px;
    line-height: normal;
    color: #999;
}

.reviews_vk .detail li.comm {
    color: #2d5984;
    padding-left: 5px;
}

.reviews_vk .detail li.like {
    float: right;
    color: #7193b5;
}

.reviews_vk .detail li.like:before {
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url("../images/like-icon.png") 0 0 no-repeat;
    margin-right: 6px;
    content: '';
}

.reviews_vk img.post {
    display: block;
    margin-top: 10px;
}

/*sect_6*/

.sect_6 {
    background: #f4f4f4;
    padding-bottom: 30px;
}

.order_list {
    padding: 0 20px;
}

.order_list>li {
    margin-bottom: 20px;
}

.order_list>li>img {
    float: left;
    border-radius: 50% 50% 50% 0;
    max-width: 140px;
}

.order_list>li .text {
    padding: 26px 0 0 190px;
    text-align: right;
}

.order_list .text h4 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #4f41a2;
}

.order_list .text p {
    line-height: 1.8em;
}

.order_list>li:nth-child(2n)>img {
    float: right;
}

.order_list>li:nth-child(2n) .text {
    padding: 26px 190px 0 0;
    text-align: left;
}

.order_list>li:nth-child(3) .text {
    padding-top: 12px;
}

.order_info {
    padding: 0 15px 20px;
    width: 100%;
    max-width: 440px;
    margin: 50px auto 0;
    border-radius: 12px;
    border: 2px dashed #c3c3c3;
    text-align: center;
}

.order_info:before {
    content: '';
    width: 70px;
    height: 51px;
    background: url(../images/order_icon.png) 50% 50% no-repeat;
    display: block;
    margin: -25px auto 15px;
}

/*offer_bot*/

.offer_bot .products_count {
    background: #fff;
    padding: 12px 0;
}

.offer_bot .timer {
    padding-top: 40px;
}

.garant {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.garant:before {
    content: '';
    width: 19px;
    height: 16px;
    background: url(../images/garant.png) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: top;
    margin: 4px 8px 0 0;
}

/* footer */

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

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

.footer_section a {
    color: #fff;
    display: block;
}

.main-order-form.m1-form img {
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.plus {
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.amount h4 {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}

.amount p {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 20px 0 20px 0;
    align-items: center;
}

.amount p span {
    font-size: 30px;
    margin: 0 0 0 0;
    text-decoration: line-through;
    font-weight: 600;
}

.amount p span:last-child {
    color: #2d73bb;
    font-size: 36px;
    margin-left: 10px;
    text-decoration: none;
}

.top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.benefits_list1 img {
    /* display: block; */
    /* width: 200px; */
    /* border: 3px solid #e6e6e6; */
    /* -webkit-border-radius: 4px; */
    -moz-border-radius: 4px;
    /* border-radius: 8px; */
    /* background: #e6e6e6; */
}

.benefit_item p {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 20px auto;
    align-items: center;
    flex-direction: row;
    width: 100%;
    max-width: 400px;
    /* padding: 20px 0; */
    background: #f7931c;
    background: linear-gradient(266deg, #ffc226 44%, #f7931c 100%);
    padding: 6px;
}

.dark_theme .benefits_list1 img {
    border: 3px solid #fff;
    background: #fff;
    height: auto;
}

.benefits_list1.image_rounded img {
    width: 170px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.benefits_list1 h4 {
    font-weight: 700;
}

.dark_theme .benefits_list1 h4 {
    color: #ffd800;
}

.benefits_list1 h4+p {
    margin: 5px 0 0;
}

.benefit_item p span {
    font-size: 30px;
    /* margin: 0 0 0 0; */
    text-decoration: line-through;
    font-weight: bold;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #f7931c;
    background: linear-gradient(266deg, #ffc226 0%, #f7931c 50%);
    color: white;
    width: 50%;
    border-radius: 11px 0 0 11px;
}

.benefit_item p span:last-child {
    color: #1a1a1a;
    font-size: 41px;
    /* margin-top: 14px; */
    text-decoration: none;
    background: white;
    border-radius: 11px;
}

.bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.swiper-pagination-bullet {
    background: #4f41a2 !important;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    transform: translate(0, 1px);
}

a.button-m2 {
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
    margin: 0px auto;
    text-transform: uppercase;
    height: 80px;
    width: 380px;
    display: block;
    border-radius: 40px;
    line-height: 80px;
    text-align: center;
    font-size: 26px;
    position: relative;
    background: #ffc226;
    background: -moz-linear-gradient(top, #ffc226 10%, #f7931c 100%);
    background: -webkit-linear-gradient(top, #ffc226 10%, #f7931c 100%);
    background: linear-gradient(to bottom, #ffc226 10%, #f7931c 100%);
}

p.type {
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-style: oblique;
}

.form-color {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 15px;
    width: 100%;
}

.form-color span {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
    display: block;
    border-radius: 10px;
}

.benefits_list1 {
    margin-bottom: 0;
}

h1.main_title span {
    font-size: 28px;
}

.swiper {
    width: 100%;
    max-width: 480px;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    border: none !important;
    padding: 0;
    margin: 0;
}

.swiper-slide2 img {
    width: auto;
    border: none !important;
    border-radius: 10px;
}

.amount-block {
    margin-bottom: 40px;
}

footer.footer {
    background: #4f41a2;
    color: white;
}

footer .logo {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.youtube img {
    margin: 0 0 -7px 0;
}

.youtube {}

.modal-body {
    background: #fffffffa;
    z-index: 90;
    padding: 100px 0 0 0;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    -webkit-transform: skewX( -5deg) translateX(200%);
    -ms-transform: skewX(-5deg) translateX(200%);
    transform: skewX( -5deg) translateX(200%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
    height: 100vh;
    overflow: auto;
}

.modal-block {
    padding: 0;
}

.modal-block li {
    text-align: right;
    padding: 0 10px;
    border-bottom: 1px solid #efefef;
    display: block;
    height: 47.5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.modal-block li a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #4f41a2;
    display: block;
    width: 100%;
    height: 47.5px;
    line-height: 47.5px;
}

.modal-body.show-menu {
    opacity: 1 !important;
    transform: skewX(0deg) translate(0, 0) !important;
    -webkit-transform: skewX( 0deg) translate(0, 0) !important;
    -ms-transform: skewX(0deg) translate(0, 0) !important;
}

.modal-block li svg {
    width: 36px;
    fill: #ffc226;
}

.list1 {
    padding: 0;
    color: white;
    margin-top: 24px;
}

.list1>li {
    padding: 15px 20px 15px 60px;
    border-top: 1px solid #ffc224;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Akrobat', Arial, Helvetica, sans-serif;
    color: #222222;
    background: url(../images/offer__tick_icon.png) 20px 45% no-repeat;
    background-size: 24px;
}

.list1>li:last-child {
    border-bottom: 1px solid #ffc224;
}

i {
    padding: 10px;
    background: white;
    color: black;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 35%);
}

i>b {
    color: #4f41a2;
}

section#photo {
    padding: 20px 0;
}