

/* Start:/local/templates/mycrane_copy/components/bitrix/news/explore-mycrane-world/bitrix/news.list/.default/style.css?17438038047669*/
/*-- Section 2 - World --*/

.sect_2_world .row {
	max-width: 1330px;/*1410*/
}

.world_title {
	display: flex;
	flex-wrap: wrap;
	padding: 83px 0 47px 0;
}

.world_title > div:nth-child(1) {
	width: 62%;
	padding: 10px 10px 10px 0;
}

.world_title > div:nth-child(2) {
	width: 38%;
	padding: 10px 0 10px 10px;
}

.world_title h2 {
	font-weight: 500;
	font-size: 55px;
	line-height: 100%;
	color: #2E2E2E;
}

.tags_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -6px;
}

.tags_list li {
	padding: 5px 6px;
	flex: 1;
}

.tags_list li a {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
    width: 100%;
	min-height: 50px;
	/*background: #FFD300;*/
	border-radius: 5px;
	font-size: 16px;
	line-height: 140%;
	color: #2E2E2E;
	box-shadow: none;
	-webkit-transition-property: box-shadow;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: box-shadow;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: box-shadow;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: box-shadow;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.tags_list li a:hover {
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
}

.world_thumbs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.world_thumb {
	width: calc(25% - 20px);
	margin: 10px;
	-webkit-transition-property: box-shadow;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: box-shadow;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: box-shadow;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: box-shadow;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.world_thumb:hover {
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
}

.world_thumb .img_box {
	position: relative;
	height: 188px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	background: #C4C4C4;
}

.world_thumb .img_box img {
	display: block;
	height: 188px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.world_thumb_content {
    min-height: 182px;
	background: #FFF;
	border: 1px solid #878787;
	border-top: none;
	border-radius: 0 0 5px 5px;
	padding: 8px 25px 10px 25px;
}

.world_thumb_content .descript {
	min-height: 220px;
}

.world_thumb_content h3 {
	padding: 5px 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #495057;
}

.world_thumb_content p {
	padding: 2px 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #6C757D;
}

.thumb_footer p.more_link_2 {
	font-family: 'Tactic Sans';
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #2E2E2E;
}

.subscribe_form {
	display: flex;
	max-width: 590px;
	padding: 10px 0;
}

.subscribe_form input {
	display: block;
	width: calc(100% - 245px);
	max-width: 345px;
	height: 48px;
	padding: 0 10px;
	margin-right: 7px;
	background: #FFF;
	border: 1px solid #000000;
	border-radius: 5px;
	font-weight: 500;
	font-size: 24px;
	line-height: 47px;
	color: #2E2E2E;
}

.black_pill {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	min-height: 48px;
	width: 245px;
	background: #2E2E2E;
	border-radius: 5px;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: #FFF;
	cursor: pointer;
}

.reg_box .inner.subscribe {
	max-width: 590px;
	padding: 153px 0 75px 0;
}

.reg_box .inner.subscribe h3 {
	padding-bottom: 12px;
	font-size: 35px;
	line-height: 100%;
	color: #2E2E2E;
}

.reg_box .inner.subscribe p {
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #2E2E2E;
}

.news_tag {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2px 10px;
	min-width: 45px;
	height: 22.05px;
	background: #FFD300;
	border: 1px solid #FFD300;
	border-radius: 8px;
	position: absolute;
	top: 12px;
	right: 20px;
	z-index: 3;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	color: #333;
}

/*-- /Section 2 - World --*/



@media only screen and (max-width: 1240px) {

/*-- Section 2 - World --*/

.world_title > div:nth-child(1) {
    width: 100%;
    padding: 5px 0 5px 0;
}

.world_title > div:nth-child(2) {
    width: 100%;
    padding: 5px 0 5px 0;
}

.world_thumb {
    width: calc(33.33% - 20px);
}

/*-- /Section 2 - World --*/

/*-- Section 2 - W_A --*/

.sect_2_wa {
    padding: 50px 0 10px 0;
}

.wa_two_cols > div:nth-child(1) {
	width: calc(100% - 320px);
    padding: 10px 20px 10px 0;
}

.wa_two_cols > div:nth-child(2) {
    width: 320px;
}

.wa_article .img_box img {
    height: 450px;
}

.wa_miniature p {
    font-size: 20px;
}

.wa_sidebar h3 {
    padding: 10px 0 10px 0;
    font-size: 31px;
}

.wa_tags li {
    padding: 7px 0;
}

.wa_article_content {
    padding: 25px 0 10px 0;
}

.wa_article_content h2 {
    padding: 10px 0 20px 0;
    font-size: 28px;
}

.wa_article_content p {
    font-size: 18px;
}

.article_pagination {
    padding: 10px 20px 10px 20px;
}

/*-- /Section 2 - W_A --*/

}

@media only screen and (max-width: 1024px) {

/*-- Section 2 - World --*/

.reg_box .inner.subscribe {
    max-width: 100%;
    padding: 40px 0 40px 0;
    text-align: center;
}

.subscribe_form {
    max-width: 100%;
}

.subscribe_form input {
    max-width: 100%;
}

/*-- /Section 2 - World --*/

}

@media only screen and (max-width: 900px) {

/*-- Section 2 - World --*/

.world_title {
    padding: 35px 0 25px 0;
}

.world_title h2 {
	text-align: center;
    font-size: 44px;
}

.tags_list li a {
    padding: 5px 10px;
    min-height: 36px;
}

.world_thumb {
    width: calc(50% - 20px);
}

/*-- /Section 2 - World --*/

/*-- Section 2 - W_A --*/

.wa_two_cols > div:nth-child(1) {
	width: 100%;
    padding: 10px 0 10px 0;
}

.wa_two_cols > div:nth-child(2) {
    width: 100%;
}

.wa_tags {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.wa_tags li {
	width: 25%;
    padding: 5px 5px;
}

.wa_tags li:nth-child(1) {
    padding-top: 5px;
}

.wa_tags li a {
    min-width: 100%;
}

.article_pagination {
    padding: 10px 0 10px 0;
}

.next_link {
    font-size: 20px;
}

.prev_link {
    font-size: 20px;
}

/*-- /Section 2 - W_A --*/

}

@media only screen and (max-width: 768px) {

/*-- Section 1 - W_A --*/

.sect_1_wa {
    min-height: 365px;
}

.sect_1_wa h1 {
    font-size: 40px;
}

.sect_1_wa p {
    font-size: 22px;
}

/*-- /Section 1 - W_A --*/

}

@media only screen and (max-width: 600px) {

/*-- Section 2 - World --*/

.world_title {
    padding: 20px 0 15px 0;
}

.world_title h2 {
    font-size: 31px;
}

.world_thumb {
    width: calc(100% - 20px);
}

.subscribe_form {
	flex-wrap: wrap;
}

.subscribe_form input {
	width: 100%;
	margin-right: 0;
}

.subscribe_form .black_pill {
	width: 100%;
	margin-top: 10px;
}

/*-- /Section 2 - World --*/

/*-- Section 2 - W_A --*/

.wa_article .img_box img {
    height: 328px;
}

.wa_tags li {
	width: 50%;
    padding: 5px 5px;
}

/*-- /Section 2 - W_A --*/

}

@media only screen and (max-width: 480px) {


}
/* End */


/* Start:/local/templates/mycrane_copy/components/bitrix/breadcrumb/.default/style.css?1696059476734*/
/*.breadcrumbs{padding:15px 25px}.breadcrumbs ul{list-style-type:none;margin:0;padding:0;font-size:0;line-height:0;color:rgba(34,34,34,.4)}.breadcrumbs ul li{display:inline-block;vertical-align:top;font-size:14px;}@media only screen and (max-width:767px){.breadcrumbs ul{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.breadcrumbs ul li{display:none}.breadcrumbs ul li:first-child,.breadcrumbs ul li:last-child{display:inline-block}}.breadcrumbs ul li:before{content:'/';display:inline-block;vertical-align:top;margin:0 5px;color:rgba(34,34,34,.7)}.breadcrumbs ul li:first-child:before{display:none}.breadcrumbs ul a{color:rgba(34,34,34,.7);border-bottom:none}.breadcrumbs ul a:hover{color:#222}*/
/* End */
/* /local/templates/mycrane_copy/components/bitrix/news/explore-mycrane-world/bitrix/news.list/.default/style.css?17438038047669 */
/* /local/templates/mycrane_copy/components/bitrix/breadcrumb/.default/style.css?1696059476734 */
