body {
    font-family: 'Roboto', sans-serif;
}
.header_logo {
    width: 205px;
    height: 48px;
}
.header_logo a {
    display: block;
}
.header_content {
    min-height: 110px;
    align-items: center;
    display: flex;
}
.header_link ul {
    display: flex;
    padding: 0;
    margin-bottom: 0;
}
.header_link li {
    list-style-type: none;
    margin-left: 30px;
}
.header_link li a{
    color: #f5f5f5;
    text-decoration: none;
    font-size: 20px;
}
.header_link li a:before{
    color: #f5f5f5;
    content: '\2022';
    display: inline-block;
    padding-right: 10px;
}
.header_link li a:hover:before{
    color: #3fc1c9;
}
.header_link li a:hover {
    color: #3fc1c9;
    text-decoration: none;
}
.slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-slider_img, .header-slider .swiper-container {
    height: 600px;
}
.section_prog .slider_img, .swiper-container_prog-diet .slider_img, .slider-prog .swiper-container {
    height: 460px;
}
.swiper-container_prog-diet .slider_img {
    height: 350px;
}
.header-slider .swiper-button-next, .header-slider .swiper-button-prev, .section-slider .swiper-button-next, .section-slider .swiper-button-prev {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='37.6' height='58.461' viewBox='0 0 37.6 58.461'><path d='M37.044,6.838,30.562.356a1.9,1.9,0,0,0-2.686,0L.556,27.676a1.9,1.9,0,0,0,0,2.686L27.876,57.7a1.9,1.9,0,0,0,2.686,0l6.483-6.483a1.9,1.9,0,0,0,0-2.686L18.036,29.528a.671.671,0,0,1,0-.972L37.044,9.524A1.9,1.9,0,0,0,37.044,6.838Z' transform='translate(0 0.2)' fill='white' opacity='0.6'/></svg>") !important;
}
.grey-swiper-button .swiper-button-prev, .grey-swiper-button .swiper-button-next {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='60' viewBox='0 0 37.6 58.461'><path d='M37.044,6.838,30.562.356a1.9,1.9,0,0,0-2.686,0L.556,27.676a1.9,1.9,0,0,0,0,2.686L27.876,57.7a1.9,1.9,0,0,0,2.686,0l6.483-6.483a1.9,1.9,0,0,0,0-2.686L18.036,29.528a.671.671,0,0,1,0-.972L37.044,9.524A1.9,1.9,0,0,0,37.044,6.838Z' transform='translate(0 0.2)' fill='rgb(54, 79, 107)' opacity='0.6'/></svg>") !important;
}
.header-slider .swiper-button-prev {
    right: auto;
    left: 15%;
}
.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 60px;
    background-size: 40px 60px;
}
.header-slider .swiper-button-next {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 15%;
    left: auto;
}
.section-slider .swiper-button-prev {
    right: auto;
    left: 0px;
}
.swiper-container_prog-diet .swiper-wrapper {
    overflow: hidden;
}
.section-slider .swiper-button-next {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0px;
    left: auto;
}
.slider_info {
    position: absolute;
}
.header-slider_info {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-slider_info_title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 4em;
    color: rgba(245,245,245,1);
}
.header-slider_prog_title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 68px;
    color: rgba(245,245,245,1);
    line-height: normal;
}
.slider_info.slider-prog_info {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 50px;
}
.header-slider_info_desc ul li{
    font-size: 1.8em;
    color: rgba(245,245,245,1);
}
.section_prog .swiper-container {
    padding: 0 60px;
}
.swiper-container_prog-diet {
    padding: 0 50px;
}

.swiper-container_prog-diet .swiper-slide {
    padding: 0 25px;
}
.section-slider .container {
    width: 1260px;
    max-width: 1260px;
}
.swiper-slide_link {
    border: 1px solid #364F6B;
    display: block;
    padding: 24px;
    position: relative;
}
.swiper-slide_link:hover {
    text-decoration: none;
}
.swiper-book_btn {
    border: 1px solid rgb(54, 79, 107);
    text-align: center;
    padding: 30px 20px;
    font-size: 21px;
    color: rgba(54,79,107,1);
    font-weight: 400;
    text-decoration: none;
    position: absolute;
    /* margin-top: -50px; */
    z-index: 2;
    background: rgba(255, 255, 255,0.9);
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.section.section_book {
    padding: 60px 0 80px 0;
}
.product-page {
    padding-bottom: 50px;
}


.btn-default {
    border-radius: 10px;
    border: solid #fff 2px;
    padding: 15px 70px;
    font-size: 2em;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-align: center;
}
.btn-default:hover {
    background: #fff;
    border-color: #fc5185;
    color: #fc5185;
    text-decoration: none;
}
.btn-default:before, .btn-default:after {
    color: #fff;
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top:50%;
    margin-top: -4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
button.btn-default {
    background: #fff;
    padding: 10px 70px;
}
.btn-default.pink-btn:hover {
    background: #fc5185;
    border-color: #fc5185;
    color: #fff;
    text-decoration: none;
}


.compare-t .btn-default:before, .compare-t .btn-default:after {
    color: #fff;
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.compare-t .btn-default:after {
    right: 10px;
}
.compare-t .btn-default:before {
    left: 10px;
}
.btn-default:hover:before, .btn-default:hover:after {
    background: #fc5185;
}
.btn-default.pink-btn:hover:before, .btn-default.pink-btn:hover:after {
    background: #fff;
}
.btn-default.breeze-btn:hover:before, .btn-default.breeze-btn:hover:after {
    background: #fff;
}
.btn-default.breeze-btn:hover, .btn-default.breeze-btn:hover {
    background: #3fc1c9;
    border-color: #3fc1c9;
    color: #fff;
}




.btn-default:before {
     left: 25px;
 }
.btn-default:after {
    right: 25px;
}
.header-slider_info_btn .btn-default {
    width: 400px;
}

.orange-btn {
    background: #ff6500;
	color: #ffffff;
    border-color: #ff6500;
}
.orange-btn:hover {
	background: #ff8300;
	color: #ffffff;
	border-color: #ff8300;
}
.orange-btn:before, .orange-btn:after {
    background: #ffffff !important;
}
.pink-btn {
    color: rgba(252,81,133,1);
    border-color: rgba(252,81,133,1);
}
.pink-btn:before, .pink-btn:after {
    background: rgba(252,81,133,1);
}
.breeze-btn {
    color: rgb(63, 193, 201);
    border-color: rgb(63, 193, 201);
}
.breeze-btn:before, .breeze-btn:after {
    background: rgb(63, 193, 201);
}

.white-breeze-btn {
    color: rgba(252,255,255,1);
    border-color: rgba(255,255,255,1);
    background: rgba(63, 193, 201,1);
}
.white-breeze-btn:before, .white-breeze-btn:after {
    background: rgba(252,255,255,1);
}

.books-btn {
    color: rgba(252,81,133,1);
    border-color: rgba(252,81,133,1);
    background: rgba(255, 255, 255, 0.6);
}
.books-btn:before, .books-btn:after {
    background: rgba(252,81,133,1);
}

.section {
    padding: 60px 0 50px 0;
}
.section_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* font-size: 0.85714em; */
    line-height: 1;
    text-align: center;
    /* text-transform: uppercase; */
    /* color: #6f6f6f; */
    /* margin-top: 2.5em; */
}
.section_title span {
    padding: 0 75px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 3em;
}
.section_title:before, .section_title:after {
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #dedede;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product-grid {
   /* display: flex;
    flex-direction: row;*/
    padding: 0px 50px;
    /*flex-wrap: wrap;*/
}
.product-info {
    padding: 10px;
    border: 2px solid #9ddee2;
}
.product-btn {
    display: block;
    text-align: center;
    background: #3fc1c9;
    font-size: 1em;
    margin-top: 10px;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
}
.product-grid a:hover{
    text-decoration: none;
}
.product-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 260px;
}
.product-rating {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid #9ddee2;
}
.product-rating_value {
    width: 180px;
    position: relative;
}
.product-rating .product-rating_value:before {
    height: 25px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180.573' height='23.37' viewBox='0 0 180.573 23.37'><g transform='translate(-469.681 -1167.403)'><g transform='translate(441.046 1090.611)' fill='none'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' stroke='none'/><path d='M 40.92070770263672 79.05167388916016 L 38.02074813842773 84.92762756347656 L 37.78807830810547 85.39907073974609 L 37.26780700683594 85.47467041015625 L 30.78330230712891 86.41693115234375 L 35.47553634643555 90.99073028564453 L 35.85200881958008 91.35769653320313 L 35.76313781738281 91.87586975097656 L 34.65544509887695 98.33417510986328 L 40.45536804199219 95.28497314453125 L 40.92070770263672 95.04032135009766 L 41.38604736328125 95.28497314453125 L 47.18596649169922 98.33417510986328 L 46.07828903198242 91.87586212158203 L 45.98941802978516 91.35769653320313 L 46.36588668823242 90.99073028564453 L 51.05811309814453 86.41693115234375 L 44.5736083984375 85.47467041015625 L 44.05333709716797 85.39907073974609 L 43.8206672668457 84.92762756347656 L 40.92070770263672 79.05167388916016 M 40.92070770263672 76.79210662841797 L 44.7174072265625 84.48506164550781 L 53.20707702636719 85.71868896484375 L 47.06389617919922 91.70681762695313 L 48.51409912109375 100.1621932983398 L 40.92070770263672 96.17009735107422 L 33.32730865478516 100.1621932983398 L 34.77752685546875 91.70681762695313 L 28.63433837890625 85.71868896484375 L 37.12400817871094 84.48506164550781 L 40.92070770263672 76.79210662841797 Z' stroke='none' fill='rgba(252,81,133,1)'/></g><g transform='translate(480.046 1090.611)' fill='none'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' stroke='none'/><path d='M 40.92070770263672 79.05167388916016 L 38.02074813842773 84.92762756347656 L 37.78807830810547 85.39907073974609 L 37.26780700683594 85.47467041015625 L 30.78330230712891 86.41693115234375 L 35.47553634643555 90.99073028564453 L 35.85200881958008 91.35769653320313 L 35.76313781738281 91.87586975097656 L 34.65544509887695 98.33417510986328 L 40.45536804199219 95.28497314453125 L 40.92070770263672 95.04032135009766 L 41.38604736328125 95.28497314453125 L 47.18596649169922 98.33417510986328 L 46.07828903198242 91.87586212158203 L 45.98941802978516 91.35769653320313 L 46.36588668823242 90.99073028564453 L 51.05811309814453 86.41693115234375 L 44.5736083984375 85.47467041015625 L 44.05333709716797 85.39907073974609 L 43.8206672668457 84.92762756347656 L 40.92070770263672 79.05167388916016 M 40.92070770263672 76.79210662841797 L 44.7174072265625 84.48506164550781 L 53.20707702636719 85.71868896484375 L 47.06389617919922 91.70681762695313 L 48.51409912109375 100.1621932983398 L 40.92070770263672 96.17009735107422 L 33.32730865478516 100.1621932983398 L 34.77752685546875 91.70681762695313 L 28.63433837890625 85.71868896484375 L 37.12400817871094 84.48506164550781 L 40.92070770263672 76.79210662841797 Z' stroke='none' fill='rgba(252,81,133,1)'/></g><g transform='translate(519.046 1090.611)' fill='none'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' stroke='none'/><path d='M 40.92070770263672 79.05167388916016 L 38.02074813842773 84.92762756347656 L 37.78807830810547 85.39907073974609 L 37.26780700683594 85.47467041015625 L 30.78330230712891 86.41693115234375 L 35.47553634643555 90.99073028564453 L 35.85200881958008 91.35769653320313 L 35.76313781738281 91.87586975097656 L 34.65544509887695 98.33417510986328 L 40.45536804199219 95.28497314453125 L 40.92070770263672 95.04032135009766 L 41.38604736328125 95.28497314453125 L 47.18596649169922 98.33417510986328 L 46.07828903198242 91.87586212158203 L 45.98941802978516 91.35769653320313 L 46.36588668823242 90.99073028564453 L 51.05811309814453 86.41693115234375 L 44.5736083984375 85.47467041015625 L 44.05333709716797 85.39907073974609 L 43.8206672668457 84.92762756347656 L 40.92070770263672 79.05167388916016 M 40.92070770263672 76.79210662841797 L 44.7174072265625 84.48506164550781 L 53.20707702636719 85.71868896484375 L 47.06389617919922 91.70681762695313 L 48.51409912109375 100.1621932983398 L 40.92070770263672 96.17009735107422 L 33.32730865478516 100.1621932983398 L 34.77752685546875 91.70681762695313 L 28.63433837890625 85.71868896484375 L 37.12400817871094 84.48506164550781 L 40.92070770263672 76.79210662841797 Z' stroke='none' fill='rgba(252,81,133,1)'/></g><g transform='translate(558.046 1090.611)' fill='none'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' stroke='none'/><path d='M 40.92070770263672 79.05167388916016 L 38.02074813842773 84.92762756347656 L 37.78807830810547 85.39907073974609 L 37.26780700683594 85.47467041015625 L 30.78330230712891 86.41693115234375 L 35.47553634643555 90.99073028564453 L 35.85200881958008 91.35769653320313 L 35.76313781738281 91.87586975097656 L 34.65544509887695 98.33417510986328 L 40.45536804199219 95.28497314453125 L 40.92070770263672 95.04032135009766 L 41.38604736328125 95.28497314453125 L 47.18596649169922 98.33417510986328 L 46.07828903198242 91.87586212158203 L 45.98941802978516 91.35769653320313 L 46.36588668823242 90.99073028564453 L 51.05811309814453 86.41693115234375 L 44.5736083984375 85.47467041015625 L 44.05333709716797 85.39907073974609 L 43.8206672668457 84.92762756347656 L 40.92070770263672 79.05167388916016 M 40.92070770263672 76.79210662841797 L 44.7174072265625 84.48506164550781 L 53.20707702636719 85.71868896484375 L 47.06389617919922 91.70681762695313 L 48.51409912109375 100.1621932983398 L 40.92070770263672 96.17009735107422 L 33.32730865478516 100.1621932983398 L 34.77752685546875 91.70681762695313 L 28.63433837890625 85.71868896484375 L 37.12400817871094 84.48506164550781 L 40.92070770263672 76.79210662841797 Z' stroke='none' fill='rgba(252,81,133,1)'/></g><g transform='translate(597.046 1090.611)' fill='none'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' stroke='none'/><path d='M 40.92070770263672 79.05167388916016 L 38.02074813842773 84.92762756347656 L 37.78807830810547 85.39907073974609 L 37.26780700683594 85.47467041015625 L 30.78330230712891 86.41693115234375 L 35.47553634643555 90.99073028564453 L 35.85200881958008 91.35769653320313 L 35.76313781738281 91.87586975097656 L 34.65544509887695 98.33417510986328 L 40.45536804199219 95.28497314453125 L 40.92070770263672 95.04032135009766 L 41.38604736328125 95.28497314453125 L 47.18596649169922 98.33417510986328 L 46.07828903198242 91.87586212158203 L 45.98941802978516 91.35769653320313 L 46.36588668823242 90.99073028564453 L 51.05811309814453 86.41693115234375 L 44.5736083984375 85.47467041015625 L 44.05333709716797 85.39907073974609 L 43.8206672668457 84.92762756347656 L 40.92070770263672 79.05167388916016 M 40.92070770263672 76.79210662841797 L 44.7174072265625 84.48506164550781 L 53.20707702636719 85.71868896484375 L 47.06389617919922 91.70681762695313 L 48.51409912109375 100.1621932983398 L 40.92070770263672 96.17009735107422 L 33.32730865478516 100.1621932983398 L 34.77752685546875 91.70681762695313 L 28.63433837890625 85.71868896484375 L 37.12400817871094 84.48506164550781 L 40.92070770263672 76.79210662841797 Z' stroke='none' fill='rgba(252,81,133,1)'/></g></g></svg>") !important;
    content: '';
    display: block;
    background-repeat: no-repeat;
    width: 180px;
}
.product-rating .product-rating_value span:before {
    height: 25px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180.573' height='23.37' viewBox='0 0 180.573 23.37'><g transform='translate(-468.913 -1166.28)'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(440.279 1089.488)' fill='rgba(252,81,133,1)'/><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(479.279 1089.488)' fill='rgba(252,81,133,1)'/><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(518.279 1089.488)' fill='rgba(252,81,133,1)'/><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(557.279 1089.488)' fill='rgba(252,81,133,1)'/><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(596.279 1089.488)' fill='rgba(252,81,133,1)'/></g></svg>") !important;
    content: '';
    display: block;
    position: absolute;
    top:0px;
    left:0;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
}

.section_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin-top: 0px;
}
.section_btn a {
    margin: 0 20px;
}
.section_btn:before, .section_btn:after {
     content: '';
     display: inline-block;
     height: 1px;
    background-color: #fc5185;
     -webkit-box-flex: 1;
     -webkit-flex-grow: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
 }

.not-line:before, .not-line:after {
    height: 0px;
}
.bg-btn {
    padding: 0 0 0px 0;
    position: relative;
}
.bg-btn .section_btn {
    position: relative;
    top: -40px;
}

.color-navy {
    color: rgba(54,79,107,1);
}
.color-navy:before, .color-navy:after {
    background-color: rgba(54,79,107,1);
}
.color-breeze {
    color: rgb(63, 193, 201);
}
.color-breeze:before, .color-breeze:after {
    background-color: rgb(63, 193, 201);
}
.color-white {
    color: rgba(255,255,255,1);
}
.color-white:before, .color-white:after {
    background-color: rgba(255,255,255,1);
}
.color-pink {
    color: rgb(252, 81, 133);
}
.color-pink:before, .color-pink:after {
    background-color: rgb(252, 81, 133);
}
.bg-grey {
    background-color: rgba(245,245,245,1);
}
.bg-dark-grey {
    background-color: rgba(229, 229, 229,1);
}
.bg-breeze {
    background-color: #3fc1c9;
}
.bg-navy {
    background-color: rgba(54, 79, 107,1);
}
.footer_warning {
    color: rgba(255,255,255,0.569);
    text-align: center;
}
.footer_rr {
    color: rgba(255,255,255,0.569);
    text-align: center;
    padding: 20px 0 40px 0;
}
.footer_ul {
    padding: 40px 0px 10px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_ul a {
    font-size: 20px;
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.footer_ul a:hover {
    text-decoration: underline;
}
.pb-120 {
    padding-bottom: 120px;
}
.mt-40 {
    margin-top: 40px;
}
.footer_ul li {
     padding: 5px 10px;
}
.product-rating .product-rating_value span {
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
}



.header_slide-menu {
    display: none;
    margin: 0 -15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.header_slide-menu.active {
    display: block;
}
.header_slide-menu ul {
    display: flex;
    padding: 15px 0;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
}
.header_slide-menu li {
    list-style-type: none;
    margin: 5px 0;
}
.header_slide-menu li a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 20px;
}
.header_slide-menu li a:before {
    color: #f5f5f5;
    content: '\2022';
    display: inline-block;
    padding-right: 10px;
}


.product-img img {
    max-width: 100%;
    height: auto;
}
.product-btn {
    margin-bottom: 30px;
}
.section_title {
    padding-bottom: 50px;
}
.product-btn {
    margin-bottom: 50px;
}
.section.section_prog {
    padding: 60px 0 80px 0;
}
.swiper-book.swiper-container {
    padding: 0 80px;
}
.swiper-book.swiper-container {
    padding: 0 80px;
}
.swiper-book .swiper-slide {
    padding: 0 10px;
}





.header_hamburger {
    display: none;
    height: 24px;
}
.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
.hamburger:hover {
    opacity: 0.7; }
.hamburger.is-active:hover {
    opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #3fc1c9; }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #3fc1c9;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }
.hamburger--slider .hamburger-inner {
    top: 2px; }
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
.hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }
.hamburger.is-active:hover, .hamburger:hover {
    opacity: 1;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #3fc1c9;
}





.content_title {
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    padding: 40px 0;
}
.top-p {
    background: #fff;
    padding: 40px;
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.top-p_img {
    border: 1px solid #3fc1c9;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
}
.top-p.the-best {
    border: 1px solid #fc5185;
}
.the-best .top-p_img, .the-best .other-product_info {
    border: 1px solid #fc5185;
}

.top-p_info {
    padding-left: 90px;
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
}
.top-p_title, .product-diagram_title {
    font-size: 42px;
    color: #364f6b;
    font-weight: 600;
}
.top-p_title a {
    color: #364f6b;
}
.content .btn-default {
    padding: 10px 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}
.content .compare-t .btn-default {
    padding: 10px 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}
.content .btn-default.not-dot {
    padding: 10px 25px;
}
.btn-default.not-dot:before, .btn-default.not-dot:after {
    display: none;
}
.top-p_btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.top-p_btn .btn-default {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-p_btn .btn-default:last-child {
    margin-right: 0px;
}
.best-ico {
    position: absolute;
    bottom: 0;
    /* margin: 0px 14px; */
    padding: 10px 50px;
    /* width: 100%; */
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: none;
    justify-content: center;
    align-items: center;
    /* height: 45px; */
    margin-bottom: -23px;
}
.the-best .best-ico {
    background: #fc5185;
}
.best-seller .best-ico {
    background: rgb(63, 193, 201);
}
.the-best .best-ico:before {
    background-image: url("data:image/svg+xml;utf8,<svg data-name='Group 42' viewBox='0 0 43 43' xmlns='http://www.w3.org/2000/svg'><g fill='rgb(255, 255, 255)' stroke='rgb(252, 81, 133)' stroke-width='2' data-name='Ellipse 1'><circle cx='21.5' cy='21.5' r='21.5' stroke='none'/><circle cx='21.5' cy='21.5' r='20.5' fill='rgb(255, 255, 255)'/></g><path transform='translate(6.08 8.688)' d='M28.678,5.832a1.975,1.975,0,0,0-1.719,2.951,40.829,40.829,0,0,0-7.506,5.682c-1.957-2.889-3.039-6.88-3.689-10.546a1.979,1.979,0,1,0-.867-.032c-.649,3.675-1.732,7.681-3.695,10.579A40.817,40.817,0,0,0,3.719,8.8a1.988,1.988,0,1,0-.728.76A31.529,31.529,0,0,1,6.566,23.62q1.591-.431,3.217-.7,1.58-.263,3.179-.374,1.152-.08,2.307-.079h.116q1.155,0,2.308.079,1.6.11,3.179.374,1.624.271,3.217.7a31.517,31.517,0,0,1,3.6-14.1,1.976,1.976,0,1,0,.992-3.685ZM22.124,20.971q-.45-.087-.9-.162c-1.115-.186-2.253-.32-3.383-.4-.806-.056-1.632-.084-2.456-.084h-.116c-.824,0-1.65.028-2.455.084-1.13.078-2.268.212-3.383.4q-.451.075-.9.162a34.977,34.977,0,0,0-1.48-7.3q1.4,1.11,2.667,2.332l1.83,1.762,1.425-2.1a21.15,21.15,0,0,0,2.354-4.813,21.149,21.149,0,0,0,2.354,4.813l1.425,2.1,1.83-1.762q1.268-1.221,2.667-2.332A34.977,34.977,0,0,0,22.124,20.971Z' fill='rgb(252, 81, 133)'/></svg>") !important;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -30px;
}
.the-best .best-ico {
    display: flex;
}
.best-seller .best-ico {
    display: flex;
}
.rating_num, .rating_votes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    text-align: center;
}
.rating_num:before, .rating_num:after, .rating_votes:before, .rating_votes:after {
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #fc5185;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.rating_votes span {
    padding: 0 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #a09f9f;
    letter-spacing: 3px;

}
.rating_num span {
    padding: 0 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 2em;
    font-weight: 600;
    color: #fc5185;
    letter-spacing: 1px;
}

.top-p_rating {
    padding-top: 30px;
}





.t-rating {
    margin: 0px 0 10px 0;
    padding: 0px 10px;
}
.t-rating > div:before, .t-rating span, .t-rating span:before {
    height: 25px;
    width: 190px;
}



/*/// FIVE STARS  ///*/

.stars-5 {
    position: relative;
}
.stars-5:before {
    background-image:
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>");
    background-repeat: no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
    background-position: 0 top,
    25% top,
    50% top,
    75% top,
    99.999% top;
    content: '';
    display: block;
    background-size: contain;
}
.stars-5 span {
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.stars-5 span:before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>");
    background-repeat: no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
    background-position: 0 top,
    25% top,
    50% top,
    75% top,
    99.999% top;
    content: '';
    background-size: contain;
    display: block;
    position: absolute;
}
/*/// FIVE STARS END ///*/


/*/// TEN STARS  ///*/
.stars-10 {
    display: flex;
    justify-content: center;
}
.stars-10, .stars-10 > div {
    position: relative;
}
.stars-10 > div:before {
    background-image:
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>"),
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='39.578' height='37.641' viewBox='0 0 39.578 37.641'><g id='Star' transform='translate(-28.634 -76.792)' fill='none'><path d='M48.423,76.792l6.115,12.391L68.212,91.17l-9.894,9.645,2.336,13.618L48.423,108l-12.23,6.43,2.336-13.618L28.634,91.17l13.674-1.987Z' stroke='none'/><path d='M 48.42324829101563 79.05165863037109 L 43.20488739013672 89.62519073486328 L 42.97220611572266 90.09663391113281 L 42.45194625854492 90.17223358154297 L 30.78330993652344 91.86777496337891 L 39.226806640625 100.0981292724609 L 39.60327911376953 100.4651031494141 L 39.51440811157227 100.983268737793 L 37.52116394042969 112.6047134399414 L 47.95790863037109 107.1178131103516 L 48.42324829101563 106.8731689453125 L 48.88858795166016 107.1178131103516 L 59.32534790039063 112.6047134399414 L 57.33211898803711 100.9832611083984 L 57.24324798583984 100.4651031494141 L 57.61971664428711 100.0981292724609 L 66.06322479248047 91.86777496337891 L 54.39456558227539 90.17223358154297 L 53.87430572509766 90.09663391113281 L 53.64162826538086 89.62519073486328 L 48.42324829101563 79.05165863037109 M 48.42324829101563 76.79209899902344 L 54.53836822509766 89.18262481689453 L 68.21219635009766 91.16953277587891 L 58.31772613525391 100.8142242431641 L 60.65347671508789 114.4327239990234 L 48.42324829101563 108.0029449462891 L 36.19302749633789 114.4327239990234 L 38.5287971496582 100.8142242431641 L 28.63433837890625 91.16953277587891 L 42.30814743041992 89.18262481689453 L 48.42324829101563 76.79209899902344 Z' stroke='none' fill='rgb(252, 81, 133)'/></g></svg>");
    background-repeat: no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
    background-position: 0 top,
    11.111% top,
    22.222% top,
    33.333% top,
    44.444% top,
    55.555% top,
    66.666% top,
    77.777% top,
    88.888% top,
    99.999% top;
    content: '';
    display: block;
    background-size: contain;
}
.stars-10 > div > span {
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.stars-10 > div > span:before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.573' height='23.37' viewBox='0 0 24.573 23.37'><path d='M40.921,76.792l3.8,7.693,8.49,1.234-6.143,5.988,1.45,8.455L40.921,96.17l-7.593,3.992,1.45-8.455-6.143-5.988,8.49-1.234Z' transform='translate(-28.634 -76.792)' fill='rgb(252, 81, 133)'/></svg>");
    background-repeat: no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
    background-position: 0 top,
    11.111% top,
    22.222% top,
    33.333% top,
    44.444% top,
    55.555% top,
    66.666% top,
    77.777% top,
    88.888% top,
    99.999% top;
    content: '';
    background-size: contain;
    display: block;
    position: absolute;
}
/*/// TEN STARS END ///*/






.rating_star {
    margin: 10px 0 20px 0;
}
.rating_star > div:before, .rating_star > div > span, .rating_star > div > span:before, .rating_star > div {
    height: 36px;
    width: 638px;
}


.product-check-box {
    padding-top: 50px;
    display: block;
    width: 100%;
}
.product-check {
    position: relative;
    display: flex;
    padding-top: 15px;
    align-items: center;
}
.product-check span {
    padding-left: 10px;
}
.product-check:before {
    background-image: url("data:image/svg+xml;utf8,<svg id='Group_63' data-name='Group 63' xmlns='http://www.w3.org/2000/svg' width='30' height='29.967' viewBox='0 0 30 29.967'>  <path id='Path_2' data-name='Path 2' d='M39.758,149.083a14.982,14.982,0,1,1-15.016,14.7A14.945,14.945,0,0,1,39.758,149.083Zm0,25.618a10.7,10.7,0,0,0,10.684-10.435,10.7,10.7,0,1,0-21.4-.228A10.63,10.63,0,0,0,39.753,174.7Z' transform='translate(-24.741 -149.078)' fill='rgb(63, 193, 201)'/>  <path id='Path_3' data-name='Path 3' d='M86.035,228.824c.214-.178.412-.327.591-.493,1.617-1.5,3.259-2.983,4.83-4.526a1.479,1.479,0,0,1,2.088.014c.486.534,1.057,1,1.588,1.5.867.815.88,1.371,0,2.2-1.282,1.218-2.584,2.417-3.877,3.623-1.339,1.249-2.694,2.484-4.012,3.753a1.548,1.548,0,0,1-2.42-.012c-1.763-1.733-3.608-3.393-5.42-5.083-.75-.7-.761-1.268-.024-1.967.559-.529,1.125-1.052,1.691-1.575a1.37,1.37,0,0,1,2.127-.038c.792.708,1.557,1.443,2.335,2.165C85.685,228.528,85.845,228.659,86.035,228.824Z' transform='translate(-72.315 -213.814)' fill='rgb(63, 193, 201)'/></svg>");
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
}
.t-check:before {
    background-image: url("data:image/svg+xml;utf8,<svg id='Group_63' data-name='Group 63' xmlns='http://www.w3.org/2000/svg' width='30' height='29.967' viewBox='0 0 30 29.967'>  <path id='Path_2' data-name='Path 2' d='M39.758,149.083a14.982,14.982,0,1,1-15.016,14.7A14.945,14.945,0,0,1,39.758,149.083Zm0,25.618a10.7,10.7,0,0,0,10.684-10.435,10.7,10.7,0,1,0-21.4-.228A10.63,10.63,0,0,0,39.753,174.7Z' transform='translate(-24.741 -149.078)' fill='rgb(63, 193, 201)'/>  <path id='Path_3' data-name='Path 3' d='M86.035,228.824c.214-.178.412-.327.591-.493,1.617-1.5,3.259-2.983,4.83-4.526a1.479,1.479,0,0,1,2.088.014c.486.534,1.057,1,1.588,1.5.867.815.88,1.371,0,2.2-1.282,1.218-2.584,2.417-3.877,3.623-1.339,1.249-2.694,2.484-4.012,3.753a1.548,1.548,0,0,1-2.42-.012c-1.763-1.733-3.608-3.393-5.42-5.083-.75-.7-.761-1.268-.024-1.967.559-.529,1.125-1.052,1.691-1.575a1.37,1.37,0,0,1,2.127-.038c.792.708,1.557,1.443,2.335,2.165C85.685,228.528,85.845,228.659,86.035,228.824Z' transform='translate(-72.315 -213.814)' fill='rgb(63, 193, 201)'/></svg>");
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
}
.article {
    margin-top: 50px;
    font-size: 20px;
    color: #364F6B;
}
.article ul li  {
    padding-bottom: 15px;
}
.article ul li:nth-child(2n) {
    font-weight: 400;
}
.article h2 {
    font-weight: 600;
    padding: 20px 0 10px 0;
}
.article_main-img {
    position: relative;
    margin: 20px 0 50px 0;
}
.article-navs {
	border: 1px solid #555555;
	font-size: 15px;
	padding: 5px 12px 25px;
	line-height: 1.4;
}
.article-navs > b {
	display: block;
	margin-bottom: 12px;
	margin-left: -5px;
	color: #212529;
}
.article-navs > a {
	color: #364F6B;
	text-decoration: underline;
}
.article-navs > a:hover {
	color: #212529;
}
.img-desc {
    position: absolute;
    bottom: -20px;
    background: #3fc1c9;
    width: calc(100% - 40px);
    padding: 10px 20px;
    color: #fff;
    font-size: 28px;
    line-height: normal;
    margin: 0 20px;
}
.quotes {
    background: #3fc1c9;
    display: block;
    padding: 15px 30px;
    color: #fff;
}

.other-product_name {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
.other-product_single {
    margin-bottom: 30px;
    margin-top: 30px;
}

.other-product_info {
    border: 1px solid #3fc1c9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
}
.other-product_single a {
    display: block;
    text-decoration: none;
    color: #364F6B;
}
.other-product {
    margin-bottom: 50px;
}
.article-nav {
    list-style-type: none;
    padding: 0;
}
.article .article-nav li:nth-child(2n) {
    font-weight: 400;
}
.article-nav li {
    padding: 10px 0;
}
.article-nav li a {
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #3fc1c9;
    text-decoration: none;
    color: #fff;
    padding: 20px;
    font-size: 24px;
    font-weight: 600;


}
.article-nav li a:hover {
    text-decoration: underline;
}
.reading-time {
    font-weight: 600;
}
.reading-time span {
    font-weight: 400;
}
.btn-back:after {
    height: 13px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13.87' height='8.921' viewBox='0 0 13.87 8.921'><path d='M.132,1.67,1.67.132a.451.451,0,0,1,.637,0L8.789,6.614a.451.451,0,0,1,0,.637L2.307,13.738a.451.451,0,0,1-.637,0L.132,12.2a.451.451,0,0,1,0-.637l4.51-4.51a.159.159,0,0,0,0-.231L.132,2.307A.451.451,0,0,1,.132,1.67Z' transform='translate(0 8.921) rotate(-90)' fill='rgba(54, 79, 107,1)'/></svg>") !important;
    content: '';
    display: block;
    background-repeat: no-repeat;
    width: 20px;
    background-size: contain;
}
.btn-back span {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #364f6b;
}
.btn-back {
    display: flex;
    border-radius: 3px;
    border: 1px solid #364f6b;
    text-transform: uppercase;
    text-decoration: none;
    color: #364f6b;
    font-weight: 600;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
}
.btn-back:hover {
    text-decoration: none;
    color: #364f6b;
}
.the-bottom-text {
    padding-left: 40px;
    font-size: 24px;
}
.article-link {
    color: rgb(63, 193, 201);
    font-size: 24px;
    font-weight: 600;
}
.article-link:hover {
    color: rgb(63, 193, 201);
}
.collapsed-block {
    background: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
}

.collapse-title {
    background: #3fc1c9;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
    padding: 20px 0;
    font-size: 24px;
}
.collapse-title span {
    margin-left: 15px;
}
.collapse-title:before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13.87' height='8.921' viewBox='0 0 13.87 8.921'><path d='M.132,1.67,1.67.132a.451.451,0,0,1,.637,0L8.789,6.614a.451.451,0,0,1,0,.637L2.307,13.738a.451.451,0,0,1-.637,0L.132,12.2a.451.451,0,0,1,0-.637l4.51-4.51a.159.159,0,0,0,0-.231L.132,2.307A.451.451,0,0,1,.132,1.67Z' transform='translate(0 8.921) rotate(-90)' fill='rgba(255, 255, 255,1)'/></svg>") !important;
}
.collapse-title:before {
    height: 10px;
    content: '';
    display: block;
    background-repeat: no-repeat;
    width: 15px;
    margin-left: 20px;
    background-size: contain;
}

.collapsed.collapse-title:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.collapsed.collapse-title {
    border-radius: 10px;
}
.collapsed-block_content {
    padding: 20px 20px;
}

.circle {
    display: block;
}
.circle svg {
    width: 200px;
    height: 200px;
}
circle {
    fill: rgb(54, 79, 107);
    stroke: rgba(0,0,0,0);
    stroke-width: 15;
    stroke-dasharray: 408px 408px;
    r: 65;
    cx: -100;
    cy: 100;
}
circle:nth-child(2n) {
    fill: rgba(0,0,0,0);
    stroke: rgba(252,81,133,1);
    stroke-width: 30;
    r: 80;
    cx: -100;
    cy: 100;
}

.circle-diagram {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-diagram-value {
    position: absolute;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.diagram-value-num {
    font-size: 36px;
    font-weight: 600;
}
.product-diagram {
    background: #fff;
    margin-top: 40px;
}
.product-diagram_btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.product-diagram_btn .btn-default {
    margin-right: 30px;
    margin: 10px 0;
}
.product-diagram_btn .btn-default:last-child {
    margin-right: 0px;
}
.product-diagram_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0 50px 0;
}
.product-diagram_rating {
    padding-top: 20px;
}
.diagram-value-text {
    font-size: 18px;
}
.compare-t table {
    border: 1px solid #3fc1c9;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: -40px;
    /* margin-top: -28px; */
    /* bottom: -20px; */
    top: -20px;
    /* height: calc(100% - 20px); */
}
.compare-t table th {
    font-size: 24px;
    height: 70px;
    border: 1px solid #3fc1c9;
    text-align: center;
    width: 20%;
}

.compare-t table td {
    border: 1px solid #3fc1c9;
    text-align: center;
    padding: 20px;
    line-height: 22px;
}
.compare-t table tbody tr:nth-child(odd) {
    background: #eee;
}
.compare-t table .t-title {
    padding: 20px;
    color: #fc5185;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    text-align: left;
    width: 290px;
}
.t-name {
    background: #3fc1c9;
    color: #fff;
}
.compare-t {
    background: #364F6B;
    padding: 0 20px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
    height: 100%;
}
.t-visit {
    color: #364F6B;
    font-weight: 400;
    font-size: 20px;
    text-decoration: underline;
}
.t-visit:hover {
    color: #364F6B;
    text-decoration: none;
}
.t-product-name {
    margin-top: 10px;
}
.t-review {
    min-width: 170px;
}
.header-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    text-align: center;
    padding: 20px 0px 30px 0;
}
.header-line:before, .header-line:after {
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #364f6b;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-line span {
    padding: 0 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 2em;
    font-weight: 600;
    color: #364f6b;
    letter-spacing: 1px;
}
.wr {
    padding: 30px;
    background: #ffffff;
}
.wr_title {
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    color: #fc5185;
}
.wr textarea, .wr input {
    border: 2px solid #3FC1C9;
    width: 100%;
    padding: 10px;
    font-size: 22px;
    color: #364f6b;
    position: relative;
    margin: 10px 0;
}

.wr-ico {
    position: relative;
}
.visit-link {
    padding: 15px 0 10px 0;
    display: flex;
    justify-content: center;
}
.tech-page {
    padding: 30px 0;
	min-height: 56.5vh;
}
.disclaimer {
    color: #a09f9f;
}
.disclaimer > span {
	position: relative;
	top: -1px;
}

@media (max-width: 1199.98px) {
    .top-p_info {
        padding-left: 48px;
    }
    .content .btn-default {
         padding: 10px 40px;
         font-size: 20px;
     }
    .top-p_title {
        font-size: 38px;
    }
    .rating_star > div:before, .rating_star > div > span:before, .rating_star > div {
        width: 500px;
    }
    .header-slider .swiper-button-next {
        right: 3%;
    }
    .header-slider .swiper-button-prev {
        left: 3%;
    }
    .header-slider_info_title {
        font-size: 50px;
    }
    .product-grid {
        padding: 0px 0px;
    }
    .section-slider .container {
        width: 960px;
        max-width: 960px;
    }
    .section_prog .swiper-container {
        padding: 0 0px;
    }
    .section-slider .swiper-button-next {
        right: 20px;
    }
    .section-slider .swiper-button-prev {
        left: 20px;
    }
    .header-slider_prog_title {
        font-size: 50px;
    }
    .slider_info.slider-prog_info {
        padding: 85px;
    }
    .section {
        padding: 60px 0 60px 0;
    }
    .section.section_prog {
        padding: 40px 0 70px 0;
    }
    .section_title {
        padding-bottom: 40px;
    }
    .section.bg-btn {
        padding: 0 0 0px 0;
    }
    .swiper-book .swiper-slide {
        padding: 0 10px;
    }
    .swiper-book.swiper-container {
        padding: 0 80px;
    }
    .swiper-book_btn {
        padding: 20px 20px;
        left: 10px;
        bottom: 10px;
        right: 10px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .rating_star > div:before, .rating_star > div > span:before, .rating_star > div {
        width: 430px;
    }
    .best-ico {
        font-size: 12px;
    }
    .top-p {
        flex-direction: column;
    }
    .top-p_img {
        width: 100%;
    }
    .top-p_info {
        padding-left: 0px;
        margin-top: 40px;
        width: 100%;
    }
    .top-p_title {
        font-size: 32px;
        text-align: center;
    }
    .top-p_rating {
        margin-top: 10px;
    }
    .top-p_btn {
        margin-top: 20px;
    }
    .header-slider_info_title {
        font-size: 36px;
    }
    .header-slider_info_desc ul li {
        font-size: 20px;
    }
    .header-slider_img, .header-slider .swiper-container {
        height: 450px;
    }
    .header-slider_info_btn .btn-default {
        width: 250px;
    }
    .btn-default {
        font-size: 24px;
    }
    .section_title span {
        padding: 0 30px;
        font-size: 30px;
    }
    .product-img {
        min-height: 170px;
    }
    .product-rating .product-rating_value:before {
        height: 18px;
        width: 120px;
        background-size: 100%;
    }
    .product-rating .product-rating_value span:before {
        height: 18px;
        max-width: 120px;
        width: 120px;
        background-size: 100%;
    }
    .section-slider .container {
        width: 100%;
        max-width: 100%;
    }
    .product-btn {
        font-size: 13px;
    }
    .footer_ul {
        padding: 40px 50px 10px;
        justify-content: space-around;
    }
    .footer_warning {
        font-size: 14px;
    }
    .footer_rr {
        font-size: 14px;
    }

    .header_link {
        display: none;
    }
    .header_hamburger {
        display: block;
    }
    .header_content {
        min-height: 80px;
        justify-content: space-between;
    }
}

@media (max-width: 767.98px) {
    .rating_star > div:before, .rating_star > div > span:before, .rating_star > div {
        width: 430px;
    }
    .top-p_btn .btn-default {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .top-p_btn .btn-default:last-child {
        margin-bottom: 0;
    }
    .top-p_info {
        margin-top: 30px;
    }
    .top-p_title {
        font-size: 30px;
    }
    .img-desc {
        bottom: -40px;
        font-size: 20px;
    }
    .top-p_btn {
        flex-direction: column;
    }
    .other-product_name {
        font-size: 20px;
    }
    .header_hamburger {
        display: block;
    }
    .product-rating .product-rating_value span {
        height: 18px;
    }
    .product-rating .product-rating_value span:before {
        height: 18px;
        width: 130px;
        max-width: 130px;
        background-size: 100%;
    }
    .header-slider_info_title {
        font-size: 1.4em;
    }
    .header-slider_info_desc ul li {
        font-size: 1em;
    }
    .section_title span {
        padding: 0 10px;
        font-size: 1.4em;
    }
    .header-slider_info_btn .btn-default {
        width: 200px;
    }
    .header-slider_info {
        width: 100%;
        height: 350px;
    }
    .header-slider_img, .header-slider .swiper-container {
        height: 350px;
    }
    .header_content {
        min-height: 68px;
    }
    .footer_ul a {
        font-size: 15px;
    }
    .footer_ul {
        padding: 30px 0px 5px;
        justify-content: space-evenly;
    }
    .footer_warning {
        font-size: 12px;
    }
    .footer_rr {
        padding: 10px 0 20px 0;
        font-size: 12px;
    }
    .product {
        width: 50%;
    }
    .product-grid {
        padding: 0px 0px;
    }

    .section-slider .container {
        width: 100%;
        max-width: 100%;
    }
    .section_prog .swiper-container {
        padding: 0 0px;
    }
    .product-btn {
        margin-bottom: 30px;
        font-size: 13px;
    }
    .product-img {
        min-height: 180px;
    }
    .section {
        padding: 30px 0 30px 0;
    }
    .section.section_prog, .section.section_book {
        padding: 30px 0 50px 0;
    }
    .swiper-book.swiper-container {
        padding: 0 0px;
    }
    .section_title {
        padding-bottom: 30px;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
    .section_btn a {
        margin: 0 0px;
        width: 100%;
        font-size: 1.2em;
    }
    .btn-default {
        padding: 10px 40px;
        width: 100%;
        font-size: 1.2em;
        text-transform: uppercase;
        border-width: 1px;
    }
    .section_btn:before, .section_btn:after {
        display: none;
    }
    .product-rating .product-rating_value:before {
        width: 100%;
        background-size: 100%;
    }
    .product-rating_value {
        width: 100%;
    }
    .product-rating_value {
        width: 130px;
        height: 18px;
    }
    .swiper-container_prog-diet {
        padding: 0 0px;
    }
    .swiper-book .swiper-slide {
        padding: 0 5px;
    }
    .swiper-slide_link {
        padding: 5px;
    }
    .swiper-book_btn {
        padding: 5px;
        font-size: 12px;
        bottom: 5px;
        right: 5px;
        left: 5px;
    }
    .swiper-container_prog-diet .slider_img {
        height: 180px;
    }
    .bg-btn .section_btn {
        top: -30px;
    }
    .bg-btn {
        height: 40px;
    }
    .header-slider_prog_title {
        font-size: 30px;
    }
    .slider_info.slider-prog_info {
        padding: 25px;
    }
    .section_prog .swiper-container .slider_img, .slider-prog .swiper-container {
        height: 200px;
    }
    .content_title {
        font-size: 24px;
    }
    .other-product_info {
        padding: 10px;
    }
    .article-nav li a {
        font-size: 18px;
    }
    .article-link {
        font-size: 20px;
    }
    .circle-diagram {
        margin-bottom: 25px;
    }
}
@media (max-width: 576px) {
    .rating_star > div:before, .rating_star > div > span:before, .rating_star > div {
        width: 250px;
        height: 20px;
    }
    .other-product_single {
        margin-bottom: 15px;
        margin-top: 30px;
    }
    .other-product_info {
        height: auto;
    }
    .img-desc {
        bottom: -20px;
        font-size: 14px;
    }
    .best-ico {
        padding: 10px 20px;
    }
    .collapse-title {
        padding: 15px 0;
        font-size: 20px;
    }
}