

/* Start:/local/templates/taro63/components/redcode/info.list/slider/style.css?16431210495981*/
.indexSlider {
    position: relative;
}

.slide {
    height: 700px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.sliderInside {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

.slideText {
    max-width: 700px;
    width: 51%;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    display: inline-block;
    margin: 0 0 36px 0;
}

.slideTextDetail {
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
    display: inline-block;
    vertical-align: bottom;
    width: 49%;
}


/* 
.slideTextDetail>div {
    float: right;
    max-width: 465px;
} */

.slideTextDetail div p {
    margin: 0 0 31px 0;
    line-height: 1.4;
}

.slideTextDetail div a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    background: #EF6C00;
    padding: 12px 25px;
    box-shadow: 0 2px 14px 0 rgba(239, 108, 0, .27);
}

.indexSlider .sliderControls {
    position: absolute;
    bottom: 80px;
    height: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.indexSlider .sliderControlsWrapper {
    width: 1200px;
    margin: 0 auto;
}

.indexSlider .owlDots {
    float: left;
    margin: 29px 0 0 0;
}

.indexSlider .owlDots .owl-dot {
    padding: 4px;
    background: #fff;
    opacity: 0.3;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
    transition: opacity .2s ease;
    cursor: pointer;
}

.indexSlider .owlDots .owl-dot:hover {
    opacity: 1;
}

.indexSlider .owlDots .owl-dot:last-child {
    margin: 0;
}

.indexSlider .owlDots .owl-dot.active {
    opacity: 1;
}

.indexSlider .owlNav {
    float: right;
}

.indexSlider .owlNav.disabled {
    display: none;
}

.indexSlider .owlNav div {
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 50%;
    transition: opacity .25s ease;
    cursor: pointer;
    opacity: 0.7;
    background: #fff;
    line-height: 44px;
    text-align: center;
}

.indexSlider .owlNav .owl-prev {
    margin: 0 13px 0 0;
}

.indexSlider .owlNav div:hover {
    opacity: 1;
}

.blackSlider {
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0));
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 0;
    bottom: 0;
    right: 0;
}

.mouseSlider {
    display: none;
    background: url("/local/templates/taro63/components/redcode/info.list/slider/images/mouseSlider.png") no-repeat center;
    background-size: 24px;
    width: 31px;
    height: 52px;
    position: absolute;
    z-index: 3;
    bottom: 38px;
    left: 50%;
    margin: 0 0 0 -15.5px;
}

@media all and (max-width: 1250px) {
    .sliderInside {
        width: auto;
        left: 20px;
        margin: 0;
    }
    .slideText {
        width: 47%;
        margin: 0 8% 36px 0;
    }
    .slideTextDetail {
        width: 45%;
    }
    .indexSlider .sliderControlsWrapper {
        width: auto;
        padding: 0 20px;
    }
}

@media all and (max-width: 1060px) {
    .slideText {
        width: 52%;
        font-size: 45px;
    }
    .slideTextDetail {
        width: 40%;
    }
}

@media all and (max-width: 880px) {
    .slideText {
        width: 100%;
        font-size: 49px;
        display: block;
        margin: 0 0 36px 0;
    }
    /* .slideTextDetail {
        width: 100%;
        display: block;
    } */
    .slideTextDetail>div {
        float: none;
    }
    .indexSlider .owlDots {
        display: none;
    }
}

@media (max-width: 880px) {
    .slideText {
        max-width: 300px !important;
    }
}

@media all and (max-width: 730px) {
    .sliderInside {
        right: 20px;
    }
}

@media (max-width: 700px) {
    .sliderInside>div {
        flex-direction: column;
    }
    .slideText,
    .slideTextDetail {
        width: 100% !important;
    }
    #carouselSlider .slide {
        height: 600px !important;
    }
    .indexSlider .owl-prev {
        top: -220px !important;
    }
    .indexSlider .owl-next {
        top: -215px !important;
    }
}

@media all and (max-width: 620px) {
    .slideText {
        font-size: 39px;
    }
    .slideTextDetail {
        font-size: 18px;
    }
}

@media all and (max-width: 500px) {
    .slideText {
        font-size: 36px;
    }
    .slideTextDetail {
        font-size: 17px;
    }
}

@media all and (max-width: 420px) {
    .slideText {
        font-size: 33px;
        margin: 0 0 20px 0;
    }
    .slideTextDetail {
        font-size: 16px;
    }
}

@media all and (max-width: 400px) {
    .slideText {
        font-size: 30px;
    }
}

@media all and (max-width: 370px) {
    .slideText {
        font-size: 28px;
    }
    .slideTextDetail {
        font-size: 14px;
    }
}

@media all and (max-width: 340px) {
    .slideText {
        font-size: 25px;
    }
}

.fadeInLeftBig {
    animation: fadeInLeftBig 1s ease-in-out;
}

@keyframes fadeInLeftBig {
    from {
        transform: translate3d(-40px, 0, 0);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

.indexSlider .owlDots {
    left: 50%;
    position: absolute;
}

.indexSlider .owl-prev {
    position: absolute;
    left: 10px;
    top: -160px;
}

.indexSlider .owl-next {
    position: absolute;
    right: 10px;
    top: -160px;
}

.slideText {
    width: auto;
    margin: 0;
    max-width: 400px
}

.slideTextDetail p {
    margin-bottom: 0 !important;
    font-family: 'Font Awesome 5 Brands';
    font-size: 48px;
    line-height: 48px !important;
    text-align: center;
    color: #564738;
    text-transform: uppercase;
}

.sliderInside>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.one_span {
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

.two_span {
    text-transform: initial;
    font-size: 36px;
    display: inline-block;
    margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/taro63/components/redcode/info.list/theses/style.css?16327665972058*/
.theses {
    margin: 55px 0 0 0;
}

.thesesItem {
    display: inline-block;
    width: 31.5%;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    color: #212121;
    padding: 35px 0 45px 0;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 2% 2% 0;
    text-align: center;
    transition: box-shadow .25s;
}

.thesesItem:hover {
    box-shadow: rgba(0, 0, 0, .12) 0 35px 90px;
}

.thesesItem:nth-of-type(3n) {
    margin-right: 0;
}

.thesesItem img {
    margin: 0 0 17px 0;
    max-height: 65px;
    /*background: #EF6C00;*/
}

.thesesItem .icon {
    margin: 0 0 17px 0;
    font-size: 51px;
    color: #EF6C00;
    display: block;
}

.thesesItem h3 {
    font-size: 17px;
    margin: 0 0 16px 0;
    padding: 0 32px;
    line-height: 1.3;
}

.thesesItem .thesesText {
    line-height: 1.5;
    color: #5a5a5a;
    padding: 0 32px;
    display: block;
}

@media all and (max-width: 1130px) {
    .thesesItem h3 {
        font-size: 18px;
    }
    .thesesText {
        font-size: 14px;
    }
}

@media all and (max-width: 1070px) {
    .thesesItem {
        width: 49%;
    }
    .thesesItem:nth-child(2n) {
        margin-right: 0;
    }
    .thesesItem h3 {
        font-size: 19px;
    }
    .thesesText {
        font-size: 15px;
    }
}

@media all and (max-width: 800px) {
    a.thesesItem  {
		width: 48% !important;
        margin: -5px 2px 14px 7px;
    }

	.thesesTitle{

}
}

@media all and (max-width: 540px) {
    a.thesesItem {
        width: 100% !important;
        margin: 0 0 30px 0;
    }
    .thesesItem:last-child {
        margin: 0;
    }
}

.indexServices_button {
    background: #D1B24F;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 2px;
    transition: background .25s, color .25s;
    font-weight: 500;
}

body>div.workArea>div.theses>a {
    text-decoration: none;
}

.thesesTitle {
    font-size: 17px;
    margin: 0 0 16px 0;
    padding: 0 32px;
    line-height: 1.3;
    font-weight: 700;
	
}


/* End */


/* Start:/local/templates/taro63/components/redcode/info.list/indexServices/style.css?16327665972253*/
.indexServices {
    padding: 50px 0 30px 0;
}

.indexServices h2 {
    font-size: 31px;
    margin: 0 0 43px 0;
    text-align: center;
}

.indexServicesItem {
    width: 31.33%;
    margin: 0 2% 2% 0;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    transition: box-shadow .25s;
}

.indexServicesItem:hover {
    box-shadow: rgba(0, 0, 0, .12) 0 35px 90px
}

.indexServicesItem:hover .indexServices_button {
    background: #EF6C00;
    color: #fff;
    box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
}

.indexServicesItem:nth-child(3n) {
    margin-right: 0;
}

.indexServicesWrap {}

.indexServices_img {
    width: 150px;
    height: 150px;
    margin: 50px auto 30px auto;
    border-radius: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.indexServicesInfo {
    margin: 0 35px;
    padding: 0 0 43px 0;
    text-align: center;
}

.indexServices_name {
    font-size: 19px;
    font-weight: 800;
    margin: 0;
    color: #FFFFFF;
}

.indexServices_text {
    line-height: 1.5;
    margin-bottom: 20px;
}

.indexServices_button {
    background: #D1B24F;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 2px;
    transition: background .25s, color .25s;
    font-weight: 500;
}

@media all and (max-width: 1000px) {
    .indexServicesItem {
        width: 48%;
        margin: 0 4% 4% 0;
    }
    .indexServicesItem:nth-child(3n) {
        margin-right: 4%;
    }
    .indexServicesItem:nth-child(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 690px) {
    .indexServices {
        padding: 40px 40px 43px 40px;
    }
    .indexServicesItem {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .indexServicesItem:last-child {
        margin: 0;
    }
}

@media all and (max-width: 550px) {
    .indexServicesItem {
        margin: 0 0 25px 0;
    }
}

@media all and (max-width: 540px) {
    .indexServices h2 {
        font-size: 32px;
        margin: 0 0 50px 0;
    }
    .indexServices {
        padding: 50px 0 0 0;
    }
}

@media all and (max-width: 360px) {
    .indexServices h2 {
        font-size: 27px;
    }
}
/* End */


/* Start:/local/templates/taro63/components/redcode/info.list/numbers/style.css?16327665971383*/
.theses {
	margin: 55px 0 0 0;
}

.thesesItem {
	display: inline-block;
	width: 31.5%;
	cursor: pointer;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
	color: #212121;
	padding: 35px 0 45px 0;
	vertical-align: top;
	box-sizing: border-box;
	margin: 0 2% 2% 0;
	text-align: center;
	transition: box-shadow .25s;
}

.thesesItem:hover {
	box-shadow: rgba(0, 0, 0, .12) 0 35px 90px;
}

.thesesItem:nth-of-type(3n) {
    margin-right: 0;
}

.thesesItem img {
	margin: 0 0 17px 0;
	max-height: 65px;
	/*background: #EF6C00;*/
}

.thesesItem .icon {
	margin: 0 0 17px 0;
	font-size: 51px;
	color: #EF6C00;
	display: block;
}

.thesesItem h3 {
	font-size: 17px;
	margin: 0 0 16px 0;
	padding: 0 32px;
	line-height: 1.3;
}

.thesesItem .thesesText {
	line-height: 1.5;
	color: #5a5a5a;
	padding: 0 32px;
	display: block;
}


@media all and (max-width: 1130px) {
	.thesesItem h3 {
		font-size: 18px;
	}

	.thesesText {
		font-size: 14px;
	}
}

@media all and (max-width: 1070px) {
	.thesesItem {
		width: 49%;
	}

	.thesesItem:nth-child(2n) {
		margin-right: 0;
	}

	.thesesItem h3 {
		font-size: 19px;
	}

	.thesesText {
		font-size: 15px;
	}
}

@media all and (max-width: 900px) {
	.thesesItem {
		width: 48%;
		margin: 0 4% 4% 0;
	}
}

@media all and (max-width: 540px) {
	.thesesItem {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.thesesItem:last-child {
		margin: 0;
	}

}


/* End */


/* Start:/local/templates/taro63/components/redcode/info.list/faq/style.css?16327665971603*/
.theses {
    margin: 55px 0 0 0;
}

.thesesItem {
    display: inline-block;
    width: 31.5%;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    color: #212121;
    padding: 35px 0 45px 0;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 2% 2% 0;
    text-align: center;
    transition: box-shadow .25s;
}

.thesesItem:hover {
    box-shadow: rgba(0, 0, 0, .12) 0 35px 90px;
}

.thesesItem:nth-of-type(3n) {
    margin-right: 0;
}

.thesesItem img {
    margin: 0 0 17px 0;
    max-height: 65px;
    /*background: #EF6C00;*/
}

.thesesItem .icon {
    margin: 0 0 17px 0;
    font-size: 51px;
    color: #EF6C00;
    display: block;
}

.thesesItem h3 {
    font-size: 17px;
    margin: 0 0 16px 0;
    padding: 0 32px;
    line-height: 1.3;
}

.thesesItem .thesesText {
    line-height: 1.5;
    color: #5a5a5a;
    padding: 0 32px;
    display: block;
    min-height: 80px;
}

@media all and (max-width: 1130px) {
    .thesesItem h3 {
        font-size: 18px;
    }
    .thesesText {
        font-size: 14px;
    }
}

@media all and (max-width: 1070px) {
    .thesesItem {
        width: 49%;
    }
    .thesesItem:nth-child(2n) {
        margin-right: 0;
    }
    .thesesItem h3 {
        font-size: 19px;
    }
    .thesesText {
        font-size: 15px;
    }
}

@media all and (max-width: 900px) {
    .thesesItem {
        width: 48%;
        margin: 0 4% 4% 0;
    }
}

@media all and (max-width: 540px) {
    .thesesItem {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .thesesItem:last-child {
        margin: 0;
    }
}
/* End */


/* Start:/local/templates/taro63/components/redcode/info.list/indexReviews/style.css?16327665973315*/
.indexReviews {
	padding:30px 0 65px 0;
	text-align: center;
	overflow: hidden;
}

.indexReviews h2 {
	font-size: 31px;
	margin: 0 0 43px 0;
}

.indexReviews #carouselReviews {
	width: 1680px;
	margin-left: -840px;
	left: 50%;
}

.indexReviews #carouselReviews .owl-stage-outer {
	overflow: visible;
}

.item_reviews {
	max-width: 550px;
	margin: 0 auto;
	opacity: .3;
	padding: 43px 30px 70px 30px;
	box-sizing: border-box;
	transition: all .4s ease;
	background: white;
}

.IR_img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 35px auto;
	filter: grayscale(100%);
	filter: gray;
}

.IR_name {
	font-size: 19px;
	font-weight: bold;
}

.IR_position {
	font-size: 12px;
	font-weight: 500;
	margin: 9px 0 0 0;
	color: #494949;
	display: inline-block;
}

.IR_text {
	line-height: 1.5;
	margin: 30px 0 0 0;
	text-align: left;
	quotes: "\201c""\201d";
}

.IR_text .center {
	display: inline-block;
	width: 84%;
}

.item_reviews q {
	font-size: 60px;
	color: #494949;
	font-family: "Arial", sans-serif;
	display: inline-block;
	width: 8%;
	vertical-align: top;
	text-align: center;
	margin: -40px 0 0 0;
}

.item_reviews q.open:after {
	content: "";
}

.item_reviews q.close:before {
	content: "";
}

.item_reviews.active {
	opacity: 1;
	box-shadow: rgba(0, 0, 0, .08) 0px 20px 60px 0px;
	background: #fff;
}

.item_reviews.active .IR_img {
	filter: none;
}

.item_reviews.active .IR_position {
	color: #EF6C00;
}

.item_reviews.active q {
	color: #EF6C00;
}

.reviewsControls {
	position: relative;
	z-index: 2;
}

.indexReviews .reviewsDots {
	position: absolute;
	left: 50%;
	top: -34px;
}

.indexReviews .reviewsDots .owl-dot {
	padding: 3px;
	background: #dadada;
	margin: 0 10px 0 0;
	box-sizing: border-box;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
}

.indexReviews .reviewsDots .owl-dot:last-child {
	margin: 0;
}

.indexReviews .reviewsDots .owl-dot.active,
.indexReviews .reviewsDots .owl-dot:hover {
	background: #EF6C00;
}

.indexReviews .owl-nav {
	margin: 45px 0 0 0;
}

.indexReviews .owl-nav div {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-block;
	background: #EF6C00;
	box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
	transition: background .25s, color .25s;
	line-height: 45px;
	color: #fff;
}

.indexReviews .owl-nav .owl-next {
	padding: 0 0 0 2px;
}


@media all and (max-width: 800px) {
	.indexReviews #carouselReviews .owl-stage-outer {
		overflow: hidden;
	}

	.item_reviews {
		margin: 0 auto 50px auto;
	}

	.indexReviews .owl-nav {
		margin: 20px 0 0 0;
	}
}

@media all and (max-width: 620px) {
	.indexReviews {
		margin: 0 0 30px 0;
		padding: 50px 0;
	}

	.indexReviews #carouselReviews {
		width: 100%;
		margin: 0;
		left: 0;
	}

	.item_reviews {
		margin: 0 20px 50px 20px;
	}
}

@media all and (max-width: 390px) {
	.indexReviews {
		padding: 30px 0;
	}

	.indexReviews h2 {
		margin: 0 0 30px 0;
	}

	.item_reviews {
		padding: 20px 15px;
	}

	.item_reviews q {
		margin: -50px 0 0 0;
	}

	.IR_position {
		margin: 0 0 45px 0;
	}

	.indexReviews .owl-nav {
		margin: 20px 0 0 0;
	}
}
/* End */


/* Start:/local/templates/taro63/components/redcode/info.list/newsFeed/style.css?16327665973698*/
.indexNews {
	/* margin: 0 0 65px 0; */
	padding: 55px 0 65px 0;
}

.indexNews h2 {
	font-size: 31px;
	margin: 0 0 20px 0;
	text-align: center;
}

.indexBlockNews {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	height: 340px;
	margin: 0 1.5% 1.5% 0;
	background-color: #f3f3f3;
	transition: background-color .4s;
}

.indexBlockNews:hover {
	background-color: #E8E8E8;
}

.indexBlockNews:nth-child(3n) {
	margin-right: 0;
}

.indexBlockNews:nth-last-child(1),
.indexBlockNews:nth-last-child(2),
.indexBlockNews:nth-last-child(3) {
	margin-bottom: 0;
}

.indexBlockNews .date {
	font-size: 13px;
	font-weight: 500;
	padding: 25px;
	position: relative;
	display: inline-block;
}

.indexBlockNews .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px;
}

.indexBlockNews .text .iblockName {
	font-size: 9px;
	font-weight: 700;
	background: #555;
	display: inline-block;
	color: #fff;
	padding: 6px 11px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	border-radius: 2px;
}

.indexBlockNews .text .newsName {
	font-size: 17px;
	font-weight: 700;
	display: block;
	line-height: 1.3;
}

.indexBlockNews .text .newsName span {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.indexNews_big {
	width: 50%;
}

.indexNews_big .text .newsName {
	font-size: 23px;
	line-height: 1.3;
	max-width: 90%;
}

.indexNews_small {
	width: 23.5%;
}

.blockGradient {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.blockGradient.gradient {
	opacity: .5;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .7) 115%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .7)), color-stop(45%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(115%, rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .7) 115%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .7) 115%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .7) 115%);
	background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .7) 115%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
	transition: opacity .4s;
}

.indexBlockNews:hover .blockGradient.gradient {
	opacity: 1;
}

.indexNewsButton {
	text-align: center;
	padding-top: 50px;
}

.indexNewsButton a {
	font-size: 15px;
	border-radius: 2px;
	padding: 13px 25px 14px 25px;
	display: inline-block;
	font-weight: 500;
	color: #fff;
	transition: color .25s, background .25s;
	background: #EF6C00;
	box-shadow: 0 2px 8px rgba(239, 108, 0, .27);
}

.indexNews p {
    text-align: center;
    margin-bottom: 40px;
}

@media all and (max-width: 1100px) {
	.indexNews_small {
		width: 32%;
	}

	.indexNews_big {
		width: 32%;
	}

	.indexBlockNews {
		margin: 0 2% 2% 0;
	}

	.indexNews_big .text .newsName {
		font-size: 18px;
	}
}

@media all and (max-width: 850px) {
	.indexNews {
		margin: 0 0 70px 0;
	}

	.indexBlockNews {
		width: 48%;
		margin: 0 4% 4% 0;
	}

	.indexBlockNews:nth-child(3n) {
		margin-right: 4%;
	}

	.indexBlockNews:nth-child(2n) {
		margin-right: 0;
	}

	.indexBlockNews:nth-last-child(3) {
		margin-bottom: 4%;
	}
}

@media all and (max-width: 550px) {
	.indexNews {
		margin: 0 0 60px 0;
	}

	.indexBlockNews {
		width: 100%;
	}

	.mixNews .indexBlockNews {
		margin: 0 0 22px 0;
	}

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

/* End */


/* Start:/local/templates/taro63/components/bitrix/news.list/gallery-slider-4/style.css?16327665971141*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.indexSlider {
    position: relative;
}

.slick-slider-bottom {
    position: relative;
    padding-bottom: 50px;
}

.slick-slider-bottom .slide {
    height: 155px;
    margin: 0 5px;
}

.slick-slider-bottom .slick-prev {
    position: absolute;
    left: -20px;
    top: 75px;
    background: transparent;
    border: none;
    font-size: 0;
}

.slick-slider-bottom .slick-next {
    position: absolute;
    right: -20px;
    top: 75px;
    background: transparent;
    border: none;
    font-size: 0;
}

.slick-slider-bottom .slick-next::before {
    content: url(/local/templates/taro63/components/bitrix/news.list/gallery-slider-4/chevron-right-solid.svg);
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
}

.slick-slider-bottom .slick-prev::before {
    content: url(/local/templates/taro63/components/bitrix/news.list/gallery-slider-4/chevron-left-solid.svg);
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
}
/* End */
/* /local/templates/taro63/components/redcode/info.list/slider/style.css?16431210495981 */
/* /local/templates/taro63/components/redcode/info.list/theses/style.css?16327665972058 */
/* /local/templates/taro63/components/redcode/info.list/indexServices/style.css?16327665972253 */
/* /local/templates/taro63/components/redcode/info.list/numbers/style.css?16327665971383 */
/* /local/templates/taro63/components/redcode/info.list/faq/style.css?16327665971603 */
/* /local/templates/taro63/components/redcode/info.list/indexReviews/style.css?16327665973315 */
/* /local/templates/taro63/components/redcode/info.list/newsFeed/style.css?16327665973698 */
/* /local/templates/taro63/components/bitrix/news.list/gallery-slider-4/style.css?16327665971141 */
