/*2020*/
:root{
	--main-color: #C41F4C;
}
.special{
	color: var(--main-color);
}

.widget-projects-wrap{
	padding: 0 0 clamp(30px, 10vw, 80px);
}
.widget-reviews-wrap{
	padding: clamp(30px, 10vw, 80px) 0 clamp(60px, 10vw, 120px);
}
.widget-blog-wrap{
	padding: clamp(60px, 10vw, 120px) 0 0;
}


.website-bitrix-wrap{
	margin-top: 40px;
	padding-bottom: 60px;
}

.content .w-form-presentation .form-presentation-wrapper .form-presentation-text .form-asd-text-wrapper,
.content .w-form-presentation .btn.btn--c6366f{
	text-transform: uppercase;
}

.title-content {
	font-weight: 500;
	font-size: 32px;
	line-height: 42px;
	color: #0B0B0B;
	font-family: Gilroy, sans-serif;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.title-content span {
	color: #AB3362;
	font-family: Gilroy, sans-serif;
}
.text-content {
	font-size: 16px;
	line-height: 23px;
}
.text-content__big {
	font-weight: normal;
    font-size: 24px;
    line-height: 35px;
}
.ul-content {
	list-style-type: disc;
	margin: 0px 30px;
}
.ul-content li {
	font-size: 16px;
	line-height: 23px;
	padding-bottom: 10px;
}
.ol-content {
    list-style-type: decimal-leading-zero;
    margin: 0px 30px;
}
.ol-content li {
	font-size: 16px;
	line-height: 23px;
	padding-bottom: 20px;
}
.padding__t-b-60 {
	padding: 60px 0;
}
.padding__t-b-120 {
	padding: 120px 0;
}
.padding__t-120 {
	padding: 120px 0 0 0;
}
.padding__b-120 {
	padding: 0 0 120px 0;
}
.bg__f2f2f2 {
	background: #f2f2f2;
}
.shops-m-b-60{
	margin-bottom: 60px;
}

@media all and (max-width: 768px) {
	.website-bitrix-wrap{
		margin-top: 0;
	}
	.shops-m-b-60{
		margin-bottom: 0px;
	}
	.text-content__big .clear-list {
	    margin: -5px !important;
	}
	.text-content__big .clear-list li {
		padding: 5px !important;
	}
	.text-content__big .clear-list li img {
		width: 75px;
	}
}

/*template_styles.css*/
.icons-block {
	font-family: Gilroy, sans-serif;
	margin-top: 100px;
}
.icons-block__title {
	margin-bottom: 25px;
	font-size: 36px;
    line-height: 42px;
    font-weight: 500;
}
.icons-block__item-wrapper {
	padding: 36px;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.11);
	text-align: center;
}
.icons-block__name {
	margin-top: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 145.5%;
}

@media (max-width: 1024px){
	.icons-block__title{
	    font-size: 25px	
	}
}

/*advantages-nav*/
.widget-block-advantages{
	overflow: hidden;
}
.block-advantages-bg {
	background: #f2f2f2; 
	/*background-image: linear-gradient(to left, transparent 60%, #AB3362 40%);*/
}
.advantages-nav-tabs > li {
	width: 49%;
    display: inline-block !important;
    vertical-align: middle;    border-radius: 24px;
}
.advantages-nav-tabs > li a {
	padding: 24px;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}
.advantages-nav-tabs > li a span {
	/* font-weight: 400;
	font-size: 28px;
	line-height: 35px;
	vertical-align: middle;
    margin-right: 10px; */
	padding-left: 40px;
    position: relative;
	display: block;
}
.advantages-nav-tabs {
	counter-reset: section; 
}
.advantages-nav-tabs > li {
	counter-increment: section;
}
.advantages-nav-tabs > li a span::before {
	content: "0"counter(section);
	position: absolute;
    left: 10px;
}
.advantages-nav-tabs > li > a:hover, .advantages-nav-tabs > li > a:focus,
.advantages-nav-tabs > li.active {
	background-color: #fff !important;
	border-radius: 24px;
}
.advantages-nav-tabs > li > a:hover, .advantages-nav-tabs > li > a:focus,
.advantages-nav-tabs > li.active a {
	color: #c6366f !important;
}
.block-advantages-nav .tab-content {
	padding: 0 50px;
}
.block-advantages-nav-wrap{
	overflow: hidden;
}
.block-advantages-nav {
	position: relative;
    /*overflow: hidden;*/
}
.block-advantages-nav:before{
	content: '';
	position: absolute;
	top: 0;
	right: 66.6666%;
	width: calc((100vw - 100%) / 2 + 33.3333%);
	height: 100%;
	background-color: #AB3362;
}
@media all and (max-width: 768px) {
	.block-advantages-nav:before{
		display: none;
	}
}
.block-advantages-nav__title {
	font-size: 34px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: Gilroy, sans-serif;
    padding-bottom: 25px;
	font-weight: 600;
}
.block-advantages-nav__title-white {
    font-size: 32px;
    line-height: 45px;
	text-transform: uppercase;
    font-family: Gilroy, sans-serif;
    padding-bottom: 25px;
    font-weight: 600;
    color: #fff;
    padding-right: 5px;
}
.block-advantages-nav__number {
	font-weight: 600;
	font-size: 203px;
	line-height: 250px;
	position: absolute;
	right: 0;
    bottom: -90px;
	color: #AB3362;
}

.owl-carousel-example .item img {
    display: block;
    width: 100%;
    max-width: 570px;
}
.owl-carousel-example .owl-nav {
	max-width: 1233px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: left !important;
	margin-top: -40px !important;
	z-index: 1;
    position: relative;
}
.owl-carousel-example .owl-nav [class*='owl-']:hover {
	background: none !important;
}

.selectboxssvalue {
	display: none;
}

.marketplace-nav-tabs {/* border-bottom: 10px solid #c0c4ce; */}

.marketplace-nav-tabs > li {
    display: inline-block !important;
	transition-property: background-color, border-color;
}
.marketplace-nav-tabs.nav > li > a {
    position: relative;
    display: block;
	text-decoration: none;
    border: 0px solid transparent;
    border-radius: 20px;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	color: #0B0B0B;
	transition: 0.2s;
	min-height: auto;
	padding:0px 10px;
	margin: 0 25px;
	font-weight: 400;
}
.marketplace-nav-tabs.nav > li:last-child > a:before {
    display: none;
}
.marketplace-nav-tabs.nav > li > a:hover, 
.marketplace-nav-tabs.nav > li > a:focus {
    text-decoration: none;
	box-shadow: none;
    border-bottom: none;
    background-color: transparent;
	color:#AB3362;
}
.marketplace-nav-tabs.nav > li.active > a {
    text-decoration: none;
	box-shadow: none;
    border-bottom: none;
    background-color: transparent;
    color: #AB3362;
}
.marketplace-nav-tabs > li.active,
.marketplace-nav-tabs > li.active:hover, 
.marketplace-nav-tabs > li.active:focus {
    color: #AB3362;
    cursor: default;
    box-shadow: none;
    border-bottom: none;
    background-color: transparent;
}

.websites-numbers .websites-numbers__number {
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	margin: 10px 0;
}
.websites-numbers .websites-numbers__description {
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
}

@media screen and (max-width:1205px) {
	.marketplace-nav-tabs.nav > li > a{
	    margin: 0 0px;	
	}
	.marketplace-nav-tabs {
		display: flex;
		justify-content: space-between;
	}
	.marketplace-nav-tabs:before, .marketplace-nav-tabs:after{
		display:none !important;
	}
	.block-advantages-nav__title {
		font-size: 25px;
		line-height: 30px;
		padding-bottom: 15px;
	}
}

@media screen and (min-width:768px) {
	div.selectboxss {	
		height: auto !important;
	}
	.content-margin-top {
		margin-top: -140px;
	}
}	
.advantages-nav-tabs > li {
    transition: background-color 0.4s;
    margin-bottom: 5px;
}
@media screen and (max-width:1220px) {
	.block-advantages-nav__title-white{
		font-size: 25px;
		line-height: 32px;
	}
	.advantages-nav-tabs > li {
		width: 90%;
	}
}
@media screen and (max-width:1024px) {
	.text-content__big {
		font-size: 16px;
		line-height: 24px;
	}
	.padding__1024-t-b-60 {
		padding: 60px 0;
	}
	.title-content {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width:768px) {
	div.selectboxss-main {
		margin: 0 15px;
	}
	div.selectboxss {	
		position: relative;	
		height: 50px;	
		border-radius: 3px;	
		border: solid 1px lightgrey;	
		background-color: #fff;	
		color: #333;	
		cursor: pointer;	
		overflow: hidden;	
		transition: .3s; 
		text-align: left !important;
		padding: 0 10px;
	}
	div.selectboxss .selectboxssvalue {
		cursor: pointer;
		transition: .2s;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	div.selectboxss .arrowtitle {    
		margin-left: 15px;
	}
	div.selectboxss .arrowselect {    
		margin-right: 15px;
	}
	div.selectboxss::-webkit-scrollbar { background: transparent; width: 3px; position: absolute;}
	div.selectboxss::-webkit-scrollbar-track { background: transparent; position: absolute; z-index: -2;}
	div.selectboxss::-webkit-scrollbar-thumb { background: #888;}
	ul.selectboxssmenu { 
		background: #fff; 
		transition: .3s; 
		width: 100%; 
		height: 200px; 
		overflow-y: auto; 
		overflow-x: hidden !important; 
		/* position: absolute; */ 
		margin-top: 0px; 
		display: block;
		padding: 0px;    
		margin: 0px;
	}
	ul.selectboxssmenu > li {	
		display: block;	
		padding: 10px;	
		border-radius: 0px;
		cursor: pointer;
		margin-bottom: 10px;
	}
	ul.selectboxssmenu > li.selectoption {	
		color: gray;	
		padding: 10px 0;
	}
	.selectboxss .marketplace-nav-tabs.nav > li > a:before {
		display: none !important;
	}
	.selectboxss .marketplace-nav-tabs.nav > li > a {
		text-align: left;
		margin: 0px 5px;
		font-size: 16px;
	}
	.selectboxss .advantages-nav-tabs > li {
		width: 100%;
	}
	.selectboxss .advantages-nav-tabs > li > a {
		padding: 0 10px !important;
		color: #000 !important;
	}
	
	.marketplace-nav-tabs > li {
		display: block !important;
		margin-bottom: 20px;
	}



	.block-advantages-bg {
		background: #AB3362; 
		background-image: #AB3362;
	}
	.block-advantages-nav__number {
		opacity: 0.15;
	}
	.owl-carousel-example .owl-nav {
		margin-top: 0px !important;
	}
	.padding__t-b-60 {
		padding: 60px 0;
	}
	.padding__t-b-120 {
		padding: 60px 0;
	}
	.padding__t-120 {
		padding: 60px 0 0 0;
	}
	.padding__b-120 {
		padding: 0 0 30px 0;
	}
	.block-advantages-nav .tab-content {
		padding: 0 25px;
	}
}
@media screen and (max-width: 425px) {
	.title-content {
		font-size: 25px;
		line-height: 30px;
	}
}