/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/ /* Examples (uncomment to use):*/ /* Expand site width */ /* body .wrapper { max-width: 1400px !important; } */ /* Set site background image */ /* body { background: url(image_source) top no-repeat; } /* Hide compare button */ /* a.compare_item { display: none !important; }*/<br>
 .primary {color: #f35c50;}
 .secondary {color: #00aea0;}

 .stroke-theme-hover:hover .fa-plus {
  color: #f35c50;
 }

 .col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 }

 .text-center {
  text-align: center;
 }

 .row-column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
 }

 .row-text {
  display: flex;
  align-items: center;
 }

 .marketplace-price__container {
  display: flex;
  align-items: flex-start;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 32px;
  justify-content: center;
}

.marketplace-price__width {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.tarif-t__item {
  border: 1px solid #dedede;
  border-radius: 12px;
  align-items: center;
}

.marketplace-price__width:first-child .tarif-t__item {
  max-width: 290px;
  width: 100%;
}

.marketplace-price__width:nth-child(2) .tarif-t__item {
  max-width: 290px;
  width: 100%;
}

.marketplace-price__width:last-child .tarif-t__item {
  max-width: 483px;
}

.marketplace-price__container .tarif-t__item {
  padding: 23px 17px;
}
.marketplace-price__container .tarif-t__item {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

.tarif-t__name {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tarif-t__price {
  align-items: flex-end;
  color: #1c1f20;
  display: flex;
  font-size: 56px;
  text-align: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10px;
}

.tarif-t__name {
  color: #717171;
  font-size: 18px;
  letter-spacing: .17em;
  line-height: 1.3;
  margin-bottom: 42px;
  position: relative;
  text-align: center;
}

.marketplace-price__container .tarif-t__price {
  font-size: 45px;
}

.tarif-t__descript {
  color: #1c1f20;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}

.tarif-t__collumn {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #717171;
  margin-top: 15px;
}


.tarif-t__name:before {
  background-color: #dedede;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 153px;
}

.marketplace-price__width:before {
  content: "";
  width: 31px;
  height: 32px;
  background-image: url(../images/marketplace/plus.svg);
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}

.marketplace-price__width:last-child:before {
  display: none;
}

@media (max-width: 1100px) {
  .marketplace-price__container {
    flex-wrap: wrap;
    padding: 0 15px;
}
.marketplace-price__width:nth-child(1), .marketplace-price__width:nth-child(2) {
    width: 50%;
}

.marketplace-price__width:first-child:before {
  right: -16px;
}

.marketplace-price__width:nth-child(2):before {
    right: auto;
    left: -14px;
    bottom: -7px;
    top: auto;
}



.marketplace-price__width:last-child {
    width: 100%;
}
.marketplace-price__width {
  padding-left: 20px;
  padding-right: 20px;
}

.marketplace-price__width:nth-child(2) .tarif-t__item {
  max-width: 100%;
  margin-bottom: 15px;
}

.marketplace-price__width:nth-child(1) .tarif-t__item {
  max-width: 100%;
  margin-bottom: 15px;
}

.marketplace-price__width:last-child .tarif-t__item {
  max-width: 100%;
}
}

@media (max-width: 650px) {
  .marketplace-price__width:nth-child(1), .marketplace-price__width:nth-child(2) {
    width: 100%;
  }

  .marketplace-price__width:before { 
    display: none;
  }
}

@media (max-width: 600px) {
  .row-column {
    flex-direction: column;
  }
} 

.tabs-content {
  background: #F8F9FA;
  padding: 28px 32px 43px 32px;
}

.tabs-content .tabs {
  margin-bottom: 0;
}

.tabs-content .tabs .tab-content {
  background: #F8F9FA;
}

@media (max-width: 600px) {
  .tabs-content {
    padding: 15px;
  }
}

.spec-market {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 600px) {
  .spec-market {
    flex-direction: column;
  }
}

.str-list {
  display: flex;
  align-items: center;
}

.str-list img {
  margin: 0;
}

blockquote > div {
  font-style: normal;
}

.advantages__item {
  margin-bottom: 40px;
}

.props_block--table .props_item {
  padding-left: 25px;
}

.props_block--line .char_name {
  padding-left: 0;
}

@media (max-width: 500px) {
  .props_block--table .props_item {
    padding-left: 0;
  }
}

		.services-list__item:not(.services-list__item--has-additional-text) .services-list__item-preview {
display: block
} 

.advantages__prem {
    padding-left: 20px;
    width: 420px;
}

.advantages-prem__box {
    background: #f1f1f1;
    border-radius: 18px;
    padding: 185px 47px 47px;
    position: relative;
}

.advantages-prem__image {
    left: 50%;
    position: absolute;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.advantages-prem__descript {
    color: #6a6c6c;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
    text-align: center;
    width: 100%;
}

.advantages-prem__box:before {
    background-color: #fff;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    border-radius: 0 0 100px 100px;
    border-right: 5px solid #fff;
    content: "";
    height: 97px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 194px;
}

.free-sell__null-m {
	display: none
}

.bg-order-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.ordered-block.wind-black {
    background: #1C1F20;
}

.ordered-block .form--centered {
    z-index: 1;
    position: relative;
}

.ordered-block.wind-black{
overflow: hidden}


.bg-order-right img {
height: 100%
}

.bg-order-left img {
height: 100%
}

.bg-order-right {
position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 990px) {
	.free-sell__null-m {
display: block;
    font-size: 40px;
    margin: 8px 0;
    text-align: center;
    font-weight: 700;
	}

	.free-sell__null-m ~ .font_20 {
	text-align: center
}

	.free-sell__item {
		text-align: center
	}

.ordered-block  {
overflow: hidden;

}

.bg-order-left {
    left: -220px !important;
}

.bg-order-right {
    right: -200px !important;
}
}

@media (max-width: 600px) {
    .bg-order-left {
        display: none
    }
.bg-order-right {
        display: none
    }

	.video-tools__content iframe {
	height: 320px !important
}


			.kviz-sl .col-md-6 > div{
	padding-left: 0 !important
}
}

.advts__item {
	margin-bottom: 30px
}

.tags_projects {
  border-radius: 17px;
  padding: 5px 7px;
  line-height: 1;
  font-size: 12px;
}

img.image-active {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #f5f5f5;
  border-radius: 12px;
}


.partner-list-inner__item {
    padding: 36px 18px;
	gap: 15px
}


.partner-list-inner__item .arrow-all {
    top: -20px;
}


.partner-list-inner__top {
	padding-right: 0 !important
}

@media (max-width: 600px) {
    .partner-list-inner__image-wrapper {
        margin: 0;
    }

	.partner-list-inner__image {
    	height: 77px;
	}

	.partner-list-inner__content-wrapper {
		text-align: center
	}
}


@media (max-width: 550px) {

	.index-block__title-wrapper {
		margin-bottom: 20px
	}


	.index-block__title-wrapper .index-block__title {
		margin-bottom: 10px
	}
}


.right_dok .link {
    padding: 0px !important;
}




@media (max-width: 767px) {

	.banners-big__inner {
		flex-direction: column;
    	align-items: center;
    	justify-content: center;
	}

	.banners-big--adaptive-1 .banners-big__img-wrapper {
		display: block;
		position: relative
	}

   .banners-big--normal .banners-big__depend-height {
  		        height: calc(884px - 150px) !important;
   		width: 100%;
    	display: flex;
    	text-align: center;
    	justify-content: center;
    	align-items: center;
    	text-align: center;
    }

	.banners-big__item .banners-big__img-wrapper .banners-big__img {
		max-width: 100%;
height: 100%;
object-fit: cover;
		position: relative
	}

	.banners-big__text {
		padding: 0 15px !important;
	} 

	.banners-big .maxwidth-theme {
		padding: 0;
	}

	.review-list-inner__rating-wrapper {
		text-align: center
	}

	.review-list-inner__middle {margin-top: 0} 

	.review-list-inner__line {margin-bottom: 15px}

	.review-list-inner__docs {
	    display: flex;
    	gap: 10px;
    	flex-wrap: wrap;
    	align-items: center;
	}
.review-list-inner__bottom {
    margin-top: 0;
}
.review-list-inner__docs-wrapper {
    margin-top: 5px;
}
.review-list-inner__doc-item.flex-1 {
    flex: auto;
}

	.services-list__item-childs {
		margin-top: 20px;
    	top: auto;
    	line-height: 1;
	    display: flex;
    	gap: 10px;
    	flex-wrap: wrap;
    	align-items: center;
	}
	.services-list__item-childs p {
		margin: 0
	}

	.services-list__item-childs>ul {margin: 0}

	.review-list-inner__name.switcher-title {
		display: flex;
    	gap: 10px;
    	flex-wrap: wrap;		flex-direction: column;
    	align-items: flex-start;
	}
}
