.orderby__select {
	border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 8px 20px;
    position: relative;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
	background-size: 17px 6px !important;
    background-size: contain;
    background: url(https://leprestore.com/media/assets/img/dropdown-arrowv2.svg) no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
}

.raiting {
	margin-bottom:0;
}

.page-numbers {
	display: flex;
    gap: 8px;
    justify-content: center;
	list-style: none;
}

a.page-numbers {
    display: flex;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    padding: 0;
    font-size: 14px;
    transition: .3s ease;
    transition-property: border-color;
    align-items: center;
    justify-content: center;
}

.page-numbers.current {
    border-color: var(--accent);
}
span.page-numbers {
    display: flex;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    padding: 0;
    font-size: 14px;
    transition: .3s ease;
    transition-property: border-color;
    align-items: center;
    justify-content: center;
}

.category_selectors__container {
	width: 100%;
    margin-top: 30px;
    display: flex;
    gap: 10px;
	overflow-y:hidden;
	overflow-x:auto;
	flex-wrap:wrap;
}


.woocommerce-pagination {
	width: 100%;
}

.bliss_loadmore {
	background-color: var(--accent) !important;
    color: #fff;
	height: 48px;
    padding: 10px 32px;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: 16px;
    cursor: pointer;
    transition: background-color .3s, border-color .3s, box-shadow .3s;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: normal;
    margin: 0 auto;
    background-color: var(--accent);
    color: #fff;
}

.bliss_loadmore:hover {
    box-shadow: 0 0 20px 0 #129716 !important;
    color: #fff
}

.orderby__select option {
	background: #222922;
}

/* Select Styles */

.select2-selection {
	counter-reset: radios;
    line-height: normal;
    border-radius: 10px;
    background: rgba(255, 255, 255, .05);
    padding: 9px 30px;
    border: 0;
    min-height: 48px;
    color: rgb(255 255 255);
    outline: none;
    width: 100%;
    display: flex;
    align-items: center;
}

.select2-results__options li:before {
	content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    left: 0;
    bottom: 5px;
    background: linear-gradient(90deg, #fff 1.04%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 1.04%, rgba(255, 255, 255, 0.00) 100%);
}

.select2-container--open .select2-dropdown--below {
	border-radius:10px;
}

.select2-results__options li:first-child:before {
	display:none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color:transparent;
	color:var(--accent);
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
	background-color:transparent;
	color:var(--accent);
}

.select2-dropdown {
    width: 100%;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    padding: 10px 20px;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    border-radius: 10px;
    background: #2d342d;
	border:0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: rgb(255 255 255) !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 10px !important;
	background: rgba(255, 255, 255, .05) !important;
	color: rgb(255 255 255) !important;
	border:none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 8px;
    right: 1px;
    width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}	

.mc4wp-form-fields {
	display:flex;
	gap:20px;
}

.woocommerce-loop-product__title {
	font-size: 22px;
    line-height: normal;
    font-weight: 600;
    margin: 0px auto 9px;
}

.--width-sidebar .page__content .category-inner {
    padding: 0px 0px 80px;
}

.--width-sidebar .category-inner .breadcrumbs {
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 30px;
}

ul.products {
	margin-top:0 !important;
	padding-top:0 !important;
}

.category__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.category__heading h2 {
    margin-bottom: 0;
    text-shadow: 0px 0px 20px #129716;
}

.category__heading h1 {
	margin-top:0;
    margin-bottom: 0;
    text-shadow: 0px 0px 20px #129716;
}

.category__buttons {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
}

.category__content {
    display: flex;
    flex-direction: column;
    padding-right: 444px;
    position: relative;
    align-items: flex-start;
}

@media screen and (max-width: 1024px) {
	
	.--width-sidebar .page__content {
		padding-right: 0 !important;
	}
	
	.category_selectors__container {
	width: 100%;
    margin-top: 30px;
    display: flex;
    gap: 10px;
	overflow-y:hidden;
	overflow-x:auto;
	flex-wrap: nowrap;
	}

	.-category-selector__button {
        display: flex;
        margin-bottom: 10px;
        height: auto;
        width: 100%;
        text-align: center;
        min-width: 45%;
        vertical-align: middle;
        line-height: 100%;
	}
	
    .--width-sidebar .category-inner .breadcrumbs {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .--width-sidebar .page__content .category-inner {
        padding-bottom: 80px;
    }

    .category__content {
        padding-right: 0;
    }
	
	.mc4wp-form-fields {
		flex-direction: column;
	}
	
	.products {
		display:inline-flex !important;
		justify-content:center;
	}
	
}

@media screen and (max-width: 767px) {
	
    .--width-sidebar .category-inner .breadcrumbs {
        margin-bottom: 10px;
    }

    .--width-sidebar .page__content section {
        padding-bottom: 30px;
    }

    .--width-sidebar .page__content .category-inner {
        padding-bottom: 60px;
    }
}

.category__description {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 20px;
    position: relative;
    opacity: .5;
    margin-bottom: 20px;
}

.category__description:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #FFF 1.04%, rgba(255, 255, 255, 0.00) 100%);
}

@media screen and (max-width: 1024px) {
    .category__heading {
        margin-bottom: 10px;
    }

    .category__description {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .category__heading {
        margin-bottom: 10px;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .category__raiting {
        margin-bottom: 5px;
    }
}

.catalog__count {
    color: rgba(255, 255, 255, 0.50);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    min-height: 48px;
    max-width: 50%;
    display: inline-flex;
    align-items: center;
}

.sorting {
    height: 48px;
    position: relative;
    display: inline-flex;
    margin-left: auto;
    margin-right: 0;
    float: right;
}

.sorting__chosen {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 8px 20px;
    position: relative;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center
}

.sorting__chosen:before {
    content: '';
    width: 11px;
    height: 6px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 11px;
    background-position: center bottom;
    margin-top: 4px;
    content: '';
    -webkit-mask: url(https://leprestore.com/media/assets/img/chevron.svg) no-repeat 50% 50%;
    mask: url(https://leprestore.com/media/assets/img/chevron.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: white;
    transition-property: transform, background-color;
    transition: .3s ease;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sorting__options {
    border-radius: 10px;
    background: #222922;
    top: 49px;
    position: absolute;
    padding: 20px;
    width: 100%;
    transform: translate(0, 20px);
    opacity: 0;
    transition-property: opacity, transform;
    transition: .3s ease;
}

.sorting__options a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 10px 0px;
    width: 100%;
    display: block;
    position: relative;
}

.sorting__options a:first-child {
    padding-top: 0px;
}

.sorting__options a:last-child {
    padding-bottom: 0;
}

.sorting__options a:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 1.04%, rgba(255, 255, 255, 0.00) 100%);
}

.sorting__options a:last-child:after {
    display: none;
}

.sorting:hover .sorting__options {
    opacity: 1;
    transform: translate(0,0);
    z-index: 9;
}

.catalog__products {
    margin-top: 20px;
    padding-top: 30px;
}

@media screen and (max-width: 1024px) {
    .catalog__products {
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .catalog__count {
        font-size: 14px;
        line-height: normal;
    }

    .sorting {

    }

    .sorting__chosen:before {
        right: 23px;
    }
}

section.section.-support {
    text-align: center;
    background: radial-gradient(20.49% 100% at 50% 0%, rgba(18, 151, 22, 0.3) 0%, rgba(18, 151, 22, 0) 100%);
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    padding: 50px 0px;
    max-width: 976px;
    margin: auto;
}

section.section.-support .container {
    padding: 0px 20px;
    max-width: 976px;
    margin: auto;
}

.-support:before {
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(25,202,31,0) 0, rgba(25,202,31,.3) 50%, rgba(25,202,31,0) 100%);
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}

.-support:after {
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(25,202,31,0) 0, rgba(25,202,31,.3) 50%, rgba(25,202,31,0) 100%);
    display: block;
    position: absolute;
    bottom: 0;
}

.-support h2 {
    margin-bottom: 15px;
}

.-support h2+p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.-support .theme-btn {
    text-transform: uppercase;
    padding: 14px 32px;
    letter-spacing: .8px;
    height: 48px;
    border-width: 2px;
}

@media screen and (max-width: 1024px) {
    section.section.-support {
        padding: 30px 0px;
        max-width: 100%;
    }

    .-support h2 {
        margin-bottom: 10px;
    }

    .-support h2+p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .-support .theme-btn {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 767px) {
    section.section.-support .container {
        padding: 0px 10px;
    }
}

section.section.-steps {
    padding-top: 80px;
}

section.section.-steps h2 {
    text-align: center;
    margin-bottom: 40px;
}

.steps {
    display: flex;
    justify-content: space-between;
}

.step {
    width: calc(100%/5 - 10px*4/5);
    padding: 44px 15px 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    background: linear-gradient(158deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%);
    position: relative;
    border-radius: 10px;
}

.step span:first-child {
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    background: #129716;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    top: -24px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

.step:before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(158deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.00) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: 10px;
}

@media screen and (max-width: 1024px) {
    section.section.-steps {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .step span:first-child {
        width: 38px;
        height: 38px;
        font-size: 16px;
        top: -19px;
    }

    section.section.-steps h2 {
        margin-bottom: 30px;
    }

    .step {
        padding: 34px 15px 20px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    
    section.section.-steps {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    section.section.-steps h2 {
        margin-bottom: 16px;
    }

    .steps {
        flex-direction: column;
        gap: 10px;
        padding-left: 19px;
    }

    .step {
        width: 100%;
        padding: 10px 10px 10px 40px;
        text-align: left;
        min-height: 64px;
        display: flex;
        align-items: center;
    }

    .step:before {
        background: linear-gradient(172deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.00) 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    .step span:first-child {
        left: -19px;
        top: 0;
        bottom: 0;
        right: auto;
    }
}

.content__section:first-child {
    padding-top: 0 !important;
}

.content__section {
    padding: 20px 0px;
}

.content__section h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.content__section ol {
    line-height: 28px;
    padding-left: 17px;
}

.content__section ul {
    line-height: 28px;
    padding-left: 25px;
}

.content__section ul li {
    padding-inline-start: 0px;
}

.content__section  ul.--green li::marker, .content__section  ol.--green li::marker {
    color: var(--accent);
}

@media screen and (max-width: 1024px) {
    .content__section p {
        line-height: 22px;
    }

    .content__section ol, .content__section ul {
        line-height: 22px;
    }

    .content__section ol {
        padding-left: 15px;
    }

    .content__section ol li {
        padding-inline-start: 5px;
    }

    .content__section ul li {
        padding-inline-start: 0px;
    }

    .content__section ul {
        padding-left: 22px;
    }
}

@media screen and (max-width: 767px) {
    .content__section h3 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .content__section ol, .content__section ul {
        line-height: 22px;
    }

    .content__section ol {
        margin: -10px 0px 10px;
    }

    .--width-sidebar .content__section {
        padding: 20px 0px 10px;
    }

    .content__section ul.--green {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .content__section ul li {
        padding-inline-start: 3px;
    }
}

/* Common blocks */
.section.-socials {
    padding: 80px 0px 60px;
}

@media screen and (max-width: 1024px) {
    .section.-socials {
        padding: 80px 0px 30px;
    }
}

@media screen and (max-width: 767px) {
    .section.-subscription {
        padding: 30px 0px;
    }

    .section.-socials {
        padding: 60px 0px 30px;
    }
}

.advantages_item {
    width: calc(25% - 10px * 3/4) !important;
}

.numbers__item {
    gap: 18px 0px;
    padding: 0px 0px;
}

.numbers {
    margin-bottom: 80px;
    margin-top: 50px;
    padding-left: 0;
}

.swiper-pagination {
    top: 0;
    margin-top: 36px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
    .numbers {
        margin-top: 16px;
        margin-bottom: 40px;
        gap: 16px 3px;
    }

    .numbers__item {
        padding: 0px;
        gap: 6px 18px;
    }

    .--width-sidebar .page__content section.-why {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .swiper-pagination {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .section.-why .swiper-pagination {
        margin-top: 8px;
        margin-bottom: 0;
    }

    .--width-sidebar .page__content section.-why {
        padding-bottom: 22px;
        padding-top: 30px;
    }

    .advantages_item {
        width: 305px !important;
    }
}

/* Products */

.products {
    gap: 48px 32px;
    padding-bottom: 0;
}

.product__title {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    margin: 0px auto 9px;
}

.product .theme-btn {
    padding: 10px 16px;
}

.product__image {
    margin-bottom: 10px;
}

.product__image img {
    height: 160px;
}

.product__mark.-orange-gradient {
    top: 40px;
}

@media screen and (max-width: 1024px) {
    .products {
        gap: 32px 32px;
    }

    .product__description {
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .products {
        gap: 28px 10px;
        padding-bottom: 0;
        margin-top: 30px;
    }

    .product {
        max-width: calc(50% - 5px);
        min-width: 156px;
        padding: 10px;
    }
    
    .product__image {
        margin-top: -30px;
    }

    .product__image img {
        height: 134px;
    }

    .product__title {
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
    }

    .product__image {
        margin-bottom: 5px;
    }

    .product__mark.-orange-gradient {
        top: 30px;
    }

    .product__description ul {
        padding-inline-start: 21px;
        letter-spacing: 0;
    }

    .product__bottom {
        flex-direction: column;
        gap: 10px;
    }

    .product__price {
        font-size: 20px;
        line-height: 120%;
        height: 25px;
    }

    .product .theme-btn {
        height: 36px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product__description {
        line-height: 22.4px;
        margin-bottom: 10px;
        font-size: 14px;
    }
}

/* Circles */
.circle--1321 {
    width: 1321px;
    height: 1321px;
}

.circle--1776 {
    width: 1776px;
    height: 1776px;
}

.circle--category-1 {
    display: block;
    right: -743px;
    top: 106px;
}

.circle--category-3 {
    display: block;
    right: -1213px;
    top: 1227px;
    z-index: 1;
}

.circle--content-1 {
    display: block;
    top: 13.9%;
    right: -724px;
}

.circle--why-1 {
    display: block;
    top: -83%;
    left: -1126px;
}

.circle--why-2 {
    display: block;
    top: -60%;
    right: -683px;
}

@media screen and (min-width: 1025px) {
    .circle--footer-1, .circle--footer-2 {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .circle--1321 {
        width: 714px;
        height: 714px;
    }

    .circle--1776 {
        width: 960px;
        height: 960px;
    }

    .circle--1034 {
        width: 1034px;
        height: 1034px;
    }

    .circle--714 {
        width: 714px;
        height: 714px;
    }

    .circle--960 {
        width: 960px;
        height: 960px;
    }

    .circle--category-1 {
        right: -468px;
        top: 8.8%;
    }

    .circle--category-2 {
        display: block;
        left: -717px;
        top: -4%;
    }

    .circle--category-3 {
        right: -718px;
        top: 35.4%;
    }

    .circle--category-4 {
        display: block;
        left: -628px;
        top: 31.5%;
    }

    .circle--support-1 {
        display: block;
        top: -165%;
        right: -454px;
    }

    .circle--support-2 {
        display: block;
        top: -228%;
        left: -600px;
    }

    .circle--content-1 {
        right: -433px;
        top: 9%;
    }

    .circle--content-2 {
        display: block;
        left: -383px;
        top: 5.3%;
    }

    .circle--content-3 {
        display: block;
        top: 45.5%;
        right: -467px;
    }

    .circle--content-4 {
        display: block;
        top: 35%;
        left: -718px;
    }

    .circle--content-5 {
        display: block;
        top: 64.5%;
        left: -628px;
    }

    .circle--content-6 {
        display: block;
        top: 67.5%;
        right: -715px;
    }

    .circle--why-2 {
        top: 42%;
        right: -455px;
    }

    .circle--why-1 {
        left: -632px;
        top: 22%;
        width: 1062px;
        height: 1063px;
    }
}

@media screen and (max-width: 767px) {
    .circle--1321 {
        width: 356px;
        height: 356px;
    }

    .circle--category-1 {
        right: -246px;
        top: 70px;
    }

    .circle--1034 {
        width: 516px;
        height: 516px;
    }

    .circle--category-2 {
        left: -371px;
        top: -75px;
    }

    .circle--1776 {
        width: 479px;
        height: 479px;
    }

    .circle--category-3 {
        right: -368px;
        top: 373px;
    }

    .circle--category-4 {
        left: -325px;
        top: 329px;
    }

    .circle--530 {
        width: 530px;
        height: 530px;
    }

    .circle--category-5 {
        display: block;
        top: 32.5%;
        right: -236px;
    }

    .circle--category-6 {
        display: block;
        top: 30.3%;
        left: -328px;
    }

    .circle--category-7 {
        display: block;
        top: 50.5%;
        right: -229px;
    }

    .circle--category-8 {
        display: block;
        top: 48.6%;
        left: -199px;
    }

    .circle--category-9 {
        display: block;
        top: 67.5%;
        right: -243px;
    }

    .circle--category-10 {
        display: block;
        top: 62.5%;
        left: -370px;
    }

    .circle--category-11 {
        display: block;
        top: 77.7%;
        right: -371px;
    }

    .circle--category-12 {
        display: block;
        top: 76.3%;
        left: -327px;
    }

    .circle--support-1 {
        right: -237px;
        top: -30%;
    }

    .circle--support-2 {
        left: -311px;
        top: -54%;
    }

    .circle--steps-1 {
        display: block;
        top: 35%;
        left: -200px;
    }

    .circle--steps-2 {
        display: block;
        top: 47%;
        right: -229px;
    }

    .circle--content-1 {
        right: -242px;
        top: 6.2%;
    }

    .circle--content-2 {
        left: -366px;
        top: 2.7%;
        width: 516px;
        height: 516px;
    }

    .circle--content-3 {
        right: -370px;
        top: 13.6%;
        width: 479px;
        height: 479px;
    }

    .circle--content-4 {
        left: -328px;
        top: 12.5%;
        width: 518px;
        height: 518px;
    }

    .circle--content-5 {
        left: -312px;
        top: 26.2%;
    }

    .circle--content-6 {
        top: 27.5%;
        width: 356px;
        height: 356px;
        right: -237px;
    }

    .circle--content-7 {
        display: block;
        top: 40.3%;
        right: -225px;
    }

    .circle--content-8 {
        display: block;
        top: 39%;
        left: -201px;
    }

    .circle--content-9 {
        display: block;
        top: 52.3%;
        right: -244px;
    }

    .circle--content-10 {
        display: block;
        top: 49%;
        left: -369px;
    }

    .circle--content-12 {
        display: block;
        top: 58.6%;
        left: -326px;
    }

    .circle--content-11 {
        display: block;
        top: 59.5%;
        right: -410px;
    }

    .circle--content-13 {
        display: block;
        top: 73.7%;
        right: -240px;
    }

    .circle--content-14 {
        display: block;
        top: 72.3%;
        left: -311px;
    }

    .circle--content-15 {
        display: block;
        top: 85.2%;
        left: -205px;
    }

    span.circle.circle--content-16 {
        display: block;
        top: 86.5%;
        right: -227px;
    }

    .circle--content-18 {
        display: block;
        top: 98.5%;
        right: -242px;
    }

    .circle--content-17 {
        display: block;
        top: 95%;
        left: -371px;
    }

    .circle--why-1 {
        top: 32%;
        left: -327px;
        width: 518px;
        height: 518px;
    }

    .circle--why-2 {
        top: 39%;
        right: -370px;
        width: 479px;
        height: 479px;
    }

    .circle--reviews-1 {
        display: block;
        width: 530px;
        height: 530px;
        top: 25.6%;
        left: -326px;
    }

    .circle--reviews-2 {
        width: 356px;
        height: 356px;
        display: block;
        right: -238px;
        top: 37%;
    }

    .circle--subscribe-1 {
        width: 356px;
        height: 356px;
        display: block;
        left: -203px;
        top: 50%;
    }

    .circle--subscribe-2 {
        width: 356px;
        height: 356px;
        display: block;
        right: -229px;
        top: 68%;
    }
}