

/* Start:/local/components/sell/calc/templates/europe/style.css?17435783881917*/
.clicked {
	cursor: pointer;
}


.clicked:hover, .clicked.active {
	color: #fff;
	background: #0eb5cd;
}

tr:last-child>.active.border-right, tr:last-child>.active.border-left, tr:last-child>.clicked.border-left:hover , tr:last-child>.clicked.border-right:hover{
	border-bottom:1px solid #0eb5cd !important;
}


.bundle-item {
	box-shadow: 0 0 0 4px #0eb5cd, 0 0 0 0px #fff;
}

.basket-item:hover {
	box-shadow: 0 0 0 4px #0eb5cd, 0 0 0 0px #fff;
}

.bundle-item .basket-item-no-calc {
	margin: 0 0 0;
	cursor: auto;
}

.bundle__modules_description{
	font-weight: 400;
	max-width: 210px;
	margin: 3px auto 0;
}

.other-bundle-list .col-6.other-bundle-item:nth-child(1){
	order: 1;
}
.other-bundle-list .col-6.other-bundle-item:nth-child(2){
	order: 3;
}
.other-bundle-list .col-6.other-bundle-item:nth-child(3){
	order: 2;
}
.other-bundle-list .col-6.other-bundle-item:nth-child(4){
	order: 4;
}

.add-to-cart-bundle {
	display: flex;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 33px;
	width: 100%;
	height: 100%;
	color: #fff;
	background: url(/local/templates/europe/assets/img/icons/add-to-cart.svg) no-repeat 0 center/cover;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.add-to-cart-bundle:hover {
	text-decoration: none;
	color: #fff;
	background: url(/local/templates/europe/assets/img/icons/add-to-cart-hover.svg) no-repeat 0
		center/cover;
}

.basket-calc .card-body-img{
	margin-bottom: 40px;
}

.basket-calc .card-body-img img{
	max-width: 84px;
}

.basket-calc .card-header {
    padding-top: 20px;
}
.card-basket{
	gap:35px !important;
}

.basket-item:not(.active) .basket-offer,
.basket-item:not(:hover) .basket-offer{
	margin-top: -4px !important;
	margin-bottom: -4px !important;
}

.basket-item:hover .basket-offer{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.basket-calc .card-table{
	margin:0 !important
}


/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/modern/style.css?16637683601636*/
.modern-page-navigation {
	text-align: center;
	margin-top: 0;
	padding: 0.5em 0;
	margin-left: -25px;
}
.modern-page-navigation a{
	font-size: 18px;
}
.modern-page-navigation a,
.modern-page-current,
.modern-page-dots {

	padding: 0.1em;
	margin: 0 0.9em;
	text-decoration: none;
}

.modern-page-navigation a,
.modern-page-current,
.modern-page-dots {
	border-bottom: 3px solid transparent;
}
.modern-page-current {
	font-weight: bold;
	font-size: 23px;
	border-bottom: 3px solid #2c77d2;
}
.modern-page-navigation .modern-page-previous,
.modern-page-navigation .modern-page-next{
	position: relative;
}
.modern-page-navigation .modern-page-previous{
	margin-right: 60px;
	padding: 0;
}
.modern-page-navigation .modern-page-previous:before {
	content: "";
	border: 9px solid transparent;
	border-right: 13px solid #2c77d2;
	font-size: 0;
	position: absolute;
	top:5px;
	left:0;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-transform:all 0.3s cubic-bezier(.25,.8,.25,1);
}
.modern-page-navigation .modern-page-previous:hover:before {
	border-right-color: #69A3E9;
}
.modern-page-navigation .modern-page-next{
	margin-left: 40px;
	padding: 0;
}
.modern-page-navigation .modern-page-next:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	border: 9px solid transparent;
	border-left: 13px solid #2C77D2;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-transform:all 0.3s cubic-bezier(.25,.8,.25,1);

}
.modern-page-navigation .modern-page-next:hover:before{
	border-left-color: #69A3E9;
}
/* End */


/* Start:/local/templates/europe/components/bitrix/news.list/review-slider/style.css?17181206405163*/

.review-swiper{
    overflow: hidden;
    min-height: 830px!important;
    background: url(/local/templates/europe/assets/img/slider-block-mainpage-review.svg) no-repeat center 0!important;
    padding-top: 100px!important;
}
.review-wrapper{
    align-items: flex-end;

}
.review-swiper .slider-title{
    margin-bottom: 27px;
}
.review-swiper .review-date{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 97px 10px;
    font-family: 'Kanit', sans-serif;
}
.review-swiper .review-info{
    color: #fff;
    padding: 10px 97px 28px;
}
.review-swiper .col-country{
    flex: 0 0 auto;
    width: 179px;
}
.review-swiper .col-type-client{
    flex: 0 0 auto;
    width: 155px;
}
.review-swiper .review-type-client{
    margin-right: 10px;
}
.review-swiper .review-type-client:before{
    content: "";
    width: 22px;
    height: 22px;
    margin-bottom: -5px;
    display: inline-block;
}
.review-swiper .review-type-client-business:before{
    background: url("/local/templates/europe/assets/img/icons/review-business.svg") no-repeat right 0;
}
.review-swiper .review-type-client-personal:before{
    background: url("/local/templates/europe/assets/img/icons/review-personal.svg") no-repeat right 0;
}
.review-swiper .review-industry{
    margin-right: 10px;
}
.review-swiper .review-industry:before{
    content: "";
    width: 22px;
    height: 22px;
    margin-bottom: -5px;
    display: inline-block;
    background: url("/local/templates/europe/assets/img/icons/review-industry.svg") no-repeat right 0;
}
.review-swiper .col-review-title .slide-title{
    font-size: 22px;
    font-weight: 600;
}

.review-swiper .review-stars{
    text-align: right;
    font-size: 0;
    margin-top: -6px;
    margin-bottom: 14px;
}
.review-swiper .swiper-slide-active .review-stars{
    margin-top: 4px;
    margin-bottom: 0;
}

.review-swiper .review-star{
    margin-left: 6px;
}
.review-swiper .review-star:before{
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url("/local/templates/europe/assets/img/icons/review-star.svg") no-repeat right 0;
    background-size: cover;
}
.review-swiper .review-star.review-star-empty:before{
    background: url("/local/templates/europe/assets/img/icons/review-star-empty.svg") no-repeat right 0;
    background-size: cover;
}

.review-swiper .swiper-slide-active .review-star:before{
    width: 16px;
    height: 16px;

}
.review-swiper .review-quote,
.review-swiper .review-text{
    color: #fff;
}
.review-swiper .swiper-slide-active .review-quote{
    font-size: 18px;
    padding-left: 30px;
    margin-top: 14px;
    position: relative;
}
.review-swiper .swiper-slide-active .review-quote:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    background: url("/local/templates/europe/assets/img/icons/review-quote.svg") no-repeat right 0;
}
.review-swiper .swiper-slide:not(.swiper-slide-active) .col-review-title,
.review-swiper .swiper-slide:not(.swiper-slide-active) .review-text,
.review-swiper .swiper-slide:not(.swiper-slide-active) .review-date,
.review-swiper .swiper-slide:not(.swiper-slide-active) .review-info,
.review-swiper .swiper-slide:not(.swiper-slide-active) .review-author{
    display: none;
}
.review-wrapper .swiper-slide:not(.swiper-slide-active){
    /*margin-bottom: 93px;*/
}
.review-swiper .review-card {
    background: #052C54;
    border: 2px solid #147994;
    padding: 15px 27px;
    margin-bottom: 97px;
    min-height: 137px;

}

.review-swiper .swiper-slide-active .review-card {
    background: #052C54;
    border: 7px solid #29FFD9;
    padding: 32px 43px;
    min-height: 300px;
    width:760px;
    position: relative;
    margin-bottom: 0;
}
.review-swiper .swiper-slide-active .review-card:after{
    content: "";
    display: block;
    height: 31px;
    width: 74px;
    position: absolute;
    bottom: -31px;
    left: 43px;

    background: url("/local/templates/europe/assets/img/icons/review-triangle.svg") no-repeat right 0;
}
.review-swiper .review-text{
    margin-top: 8px;
}
.review-swiper .swiper-slide-active .review-text{
    margin-top: 21px;
}
.review-swiper .review-author {
    color: #fff;
    padding: 40px 97px 10px;
}
.review-swiper .review-user-name{
    color: #29FFD9;
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
}
.review-swiper .review-user-company{
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
}
.review-swiper .review-user-post{
    margin-top: 6px;
    min-height: 19px;

}

.review-swiper .review-img-country{
    width: 22px;
    height: 14px;
    margin-right: 6px;
}
.review-swiper .review-noimg-country{
    content: "";
    display: inline-block;
    width: 28px;
    height: 14px;
}
.review-swiper .swiper-button-next, .review-swiper .swiper-button-prev{
    top: 54%;
}

.review-swiper .swiper-pagination {
    bottom: 106px !important;
}
.review-swiper .all-feedbacks{
    max-width: 175px;
    margin-top: -17px;
    margin-left: calc(50% - 334px);
    z-index: 11;
    position: relative;


}
.review-swiper .all-feedbacks a{
    color: #29FFD9;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1624611144606*/

/* system.pagenavigation/default
.nan_cmp_def_nav a {
	color: #0098d4 !important;
	text-decoration: underline !important;
}

.nan_cmp_def_nav ul {
	margin: 3px 0 0 0;
	padding: 0;
}

.nan_cmp_def_nav li {
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
	display: inline;
}

.nan_cmp_def_nav .nan_cmp_def_nav_all {
	margin: 0 0 0 16px;
}

.nan_cmp_def_nav_first {
	margin: 0 !important;
}

.nan_cmp_def_nav_slt {
	font-weight: bold;
}

.nan_cmp_def_nav_slt a {
	text-decoration: none !important;
	color: #000000 !important;
}
 /system.pagenavigation/default */

/* End */


/* Start:/local/templates/europe/components/bitrix/news.list/about_main/style.css?1750691410201*/
.bold-text .number {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 86px;
  line-height: 58px;
}

.bold-text p {
  font-size: 22px;
  margin-bottom: 15px;
}

/* End */
/* /local/components/sell/calc/templates/europe/style.css?17435783881917 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/modern/style.css?16637683601636 */
/* /local/templates/europe/components/bitrix/news.list/review-slider/style.css?17181206405163 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1624611144606 */
/* /local/templates/europe/components/bitrix/news.list/about_main/style.css?1750691410201 */
