

/* Start:/local/components/redesign/bannerBase/templates/homepage-new/style.css?178515133322229*/
/*SLIDER*/
.slider{
	height: -moz-calc(100vh - 80px);
	height: calc(100vh - 80px);
	position: relative;
}
#homepage-carousel .owl-prev,#homepage-carousel .owl-next{
	outline: none;
    position: absolute;
    top:  -moz-calc(50vh - 60px);
    top:  calc(50vh - 60px);
    z-index: 1;
}
#homepage-carousel .owl-prev{
    left:70px;
}
#homepage-carousel .owl-next{
    right: 15px;
}
.conferences-btn {
    top: unset!important;
    bottom: 50px;
}
.mb-content-slide{
    display: none;
}
/*.owl-dots{
	position: relative;
     bottom: 40px;
     display: flex;
     justify-content: center;
     z-index: 2;
}*/
.slide-content.row-flex{
    display: flex;
    width: 81%;
    justify-content: space-between;
}
.slide-content.row-flex .slide-buttons{
    align-items: self-start;
    margin: 10% 0 0 0;
}
.slider-item{
	height: -moz-calc(100vh - 80px);
	height: calc(100vh - 80px);
	background-size: cover;
	background-position: center;
	display: flex;
	padding: 140px 0 0 200px;
	box-sizing: border-box;
	box-shadow: inset 0px -216px 331px rgba(0,0,0,0.7);
}
.slide-content{
	color:#ffffff;
}
.slide-slog-color{
	padding: 5px 18px;
	display: inline-block;
	position: relative;
}
.slide-slog-color.gold{
	background-color: #c7a25c;
	margin: 0 0 45px 38px;
}
.slide-slog-color.gold::before{
	position: absolute;
	top: 0px;
    left: -37px;
	content: "";
	width: 0; 
	height: 0;
	border-bottom: 40px solid #c7a25c;
	border-left: 38px solid transparent;
}
.slide-slog-color span{
	font-size: 21px;
}
.slide-title-text{
	max-width: 800px;
    line-height: 1.2;
}
.slide-title-text span{
	font-size: 80px;
	text-shadow: #000 0px 0px 80px;
}
.slide-title-text .discount{
	font-family: "GothamPro-Light";
	font-size: 100px;
	display: block;
/*	line-height: 150px;*/
}
.button{
	padding: 15px 30px;
}
.button.gold{
	background-color: #c49f5b;
}
.button.gold:hover{
	background-color: #d3ad63;
}
.slide-button{
	display: inline-block;
	margin: 50px 0 0 0;
	font-family: "GothamPro";
	font-size: 18px;
	color: #fcfcfc;
}
.slide-details{
	position: relative;
	margin: 25px 0 0 0;
}
.slide-details span{
	font-size: 21px;
}
.slide-details .slide-details-date{
	display: block;
	font-family: "GothamPro-Medium";
	font-size: 26px;
}
.detail-img{
	position: absolute;
	height: 40px;
	width: 40px;
	background-position: center;
	top: -6px;
     left: -55px;
}
/*SLIDER_end*/
/*second-menu*/
.second-menu{
    position: absolute;
    z-index: 2;
    top:30px;
    left: 0; right: 0;
    display: flex;
    justify-content: center;
}
.second-menu-list{
    display: flex;
}
.second-menu-link{
    color: #ffffff;
    font-size: 16px;
    font-family: "GothamPro-Medium";
    padding: 4px 12px;
    margin: 0 3px;
}
.second-menu-link.active,.second-menu-link:hover{
    background-color: #c2182b;
}
/*second-menu*/
/*FORM*/
.slider-form{
    position: absolute;
    top: 300px;
    z-index: 2;
}
.slider_form.mb{
    display: none;
}
.slider.new .owl-nav{
    display: flex;
    position: relative;
    height: 50px;
    bottom: 80px;
    width: 1260px;
    margin: 0 auto;
    justify-content: flex-start;
}
.slider.new .owl-nav .owl-prev,.slider.new .owl-nav .owl-next{
    top: auto!important;
}
.slider.new .owl-nav-block{
    position: absolute;
    display: flex;
    background: #d0ad67;
    padding: 0 10px;
    height: 47px;
}
.slider.new .owl-nav .owl-prev{
    position: relative!important;
    order: 1;
    left: auto!important;
}
.slider.new .counter{
    order: 2!important;
    color: #fff;
    margin: 0!important;
    padding: 0 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.slider.new .owl-nav .owl-next{
    position: relative!important;
    order: 3;
    right: auto!important;
}
/*FORM_END*/


@media only screen and  (orientation: landscape) and (min-height: 550px) and (min-width: 1300px){
    .slide-title-text{
        max-width: 890px;
        /*display: flex;*/
        align-items: center;
    }

/*.header .slider_form{
		top: calc(37% - 0px);
	}*/
.slide-title-text span {
/*    font-size: 55px;*/
    text-shadow: #000 0px 0px 80px;
}
}

@media only screen and  (orientation: landscape) and (min-height: 650px) and (min-width: 1300px){
    .slide-title-text{
/*        max-width: 1040px;*/
        display: block;
        align-items: center;
    }

.header .slider_form{
		top: calc(25% - 0px);
	}

.slide-title-text span {
    font-size: 80px;
    text-shadow: #000 0px 0px 80px;
	}

}
@media only screen and  (orientation: landscape) and (min-height: 750px) and (min-width: 1300px){
    .slide-title-text{
        max-width: 800px;
        display: block;
    }
}
@media only screen and (max-height: 900px) and (min-width: 1400px){
    .slider-item {
        padding: 100px 0 0 200px
    }
    .slide-slog-color.gold {
        margin: 0 0 40px 38px;
    }
    .slide-button {
        margin: 25px 0 0 0;
    }
}

@media only screen and (max-height: 800px) and (min-width: 1400px){
    .slider-item {
        padding: 90px 0 0 200px;
    }
  /*  .slide-title-text span {
        line-height: 90px;
    }*/
}

@media screen and (max-height: 620px) and (max-width: 1400px){
    .slider-item {
        padding: 0px 0 0 44px;
    }
    .slide-content {
        padding: 0;
    }
    .slide-button {
        margin: 0;
    }
}
@media only screen and  (orientation: landscape) and (max-height: 900px) and (max-width: 1400px){
    .slider-item {
        padding: 100px 0 0 200px;
    }
    .slide-slog-color.gold {
        margin: 0 0 0px 38px;
    }
}
@media only screen and  (orientation: landscape) and (max-height: 800px) and (max-width: 1400px){
    .slide-button {
        margin: 0 0 0 15px;
    }
}


@media (max-width: 1370px){
    .slide-title-text span{
        font-size: 60px;
    }
    .slider-item {
        padding: 100px 0 0 145px;
    }
    .slide-title-text {
        max-width: 700px;
    }
    .slide-title-text .discount{
        font-size: 85px;
    }
    .slide-slog-color.gold {
        margin: 0 0 20px 38px;
    }
}

@media (max-width: 1280px){
    .slide-content.row-flex{
        display: block;
    }
    .slide-content.row-flex .slide-buttons{
        margin: 0;
    }
}
@media (max-width: 1250px){
    .slide-title-text span{
        font-size: 70px;
    }
}
@media (max-width: 1050px){
    .slider-item{
        padding: 100px 0 0 100px;
    }
    .slide-title-text span{
        font-size: 60px;
    }
}
@media (max-width: 1024px){
    .slide-content{
        padding: 0 0 100px 20px;
        display: flex;
        justify-content: center;
    }
    .button.gold, .slide-button-form{
        width: 200px;
        text-align: center;
    }
}
@media (max-width: 900px){
    .slide-title-text {
         max-width: 100%;
    }
    .slider_form.mb .b_search-select button.v-select-toggle{
/*        border: 4px solid #bebfc0;*/
    }
}

@media (max-width: 750px){
    .slider-item {
        padding: 50px 0 0 100px;
    }
    .slide-title-text span {
        font-size: 35px;
    }
    .slide-title-text .discount {
        font-size: 100px;
    }
    .slide-slog-color.gold {
        margin: 0 0 20px 38px;
    }
    .slide-button{
        margin: 30px 0 0 0;
    }
    #homepage-carousel .owl-prev {
        left: 38px;
    }
    .slider.new .owl-nav{
        left: auto;
    }
    .slide-content.row-flex{
        padding: 100px 0 0 0;
    }
}
@media (max-width: 500px){
    #homepage-carousel .owl-prev {
        left: 15px;
    }
}
@media only screen and (max-width: 400px) and (max-height: 600px){
    .slider-item {
        padding: 0 0 0 55px;
    }
}
@media (max-width: 450px){
    .slide-menu {
        top: 60px;
        width: 300px;
    }
    .slide-menu,.slider-item,.slider{
        min-height: -moz-calc(100vh - 60px);
        min-height: calc(100vh - 60px);
    }
     .slider-item {
        padding: 30px 44px 0 44px;
    }
    .slider.new .slide-title-text {
        font-size: 16px;
    }
    .slider.new .slide-title-text p {
        margin: 0 0 20px 0;
    }
}
@media (max-width: 400px){
    .slider-item {
        padding: 0 30px 0 45px;
    }
    .slide-content {
            padding: 0;
    }
    .slide-details span {
        font-size: 18px;
    }
    .slide-details .slide-details-date {
        font-size: 25px;
    }
    .button{
        padding: 11px 10px;
        text-align: center;
    }
}

@media only screen and  (orientation: portrait) and (max-height: 550px) and (max-width: 400px){
    .slide-content {
            padding: 0;
        }
}
@media only screen and  (orientation: landscape) and (max-height: 650px) and (max-width: 800px){
    .slide-slog-color.gold {
        display: none;
    }
    .slider-item {
        padding: 0 0 0 100px;
    }
    .slide-content {
            padding: 0 44px 0 44px;
    }

}

@media only screen and  (orientation: landscape) and (max-height: 550px) and (max-width: 800px){
    .slide-title-text .discount {
        line-height: 100px;
    }
    .slide-details {
        margin: 10px 0 0 0;
    }
    .slide-button {
        margin: 15px 0 0 0;
    }
}
@media only screen and (orientation: landscape) and (max-height: 450px) and (max-width: 800px){
    .slide-menu {
        top: 55px;
    }
    .slider,.slider-item {
        height: -moz-calc(100vh - 55px);
        height: calc(100vh - 55px);
    }
    .slider-item {
        padding: 0;
    }
    .slide-content {
        padding: 0 56px 0 55px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .slide-title-text{
        display: flex;
            align-items: center;
    }
    #homepage-carousel .owl-prev {
        left: 15px;
    }
    .button.gold {
       height: 25px;
    }
    .slide-button, .slide-details{
        margin: 0;
    }
    .slide-title-text span {
        font-size: 50px;
    }
    .detail-img{
        display: none;
    }
}
@media only screen and (orientation: landscape) and (max-height: 400px) and (max-width: 800px){
    .slide-title-text span {
        line-height: 55px;
    }
}

@media only screen and (orientation: landscape) and (max-height: 400px) and (max-width: 650px){
    .slide-title-text span {
        line-height: 55px;
    }
}

@media only screen and (orientation: landscape) and (max-height: 400px) and (max-width: 600px){
    .slide-title-text span{
        font-size: 40px;
        line-height: 45px;
    }
}

@media only screen and (orientation: landscape) and (max-height: 450px) and (max-width: 550px){
    .slide-title-text span{
        line-height: 45px;
    }
}
.slider_form{
    position: absolute;
    top: calc(20% - 0px);
    z-index: 3;
    right: 13%;
    width: 270px;
}
.slide-buttons{
    display: flex;
    flex-wrap: wrap;
}
.slide-button-form{
    background: #C31425;
    display: none;
    height: 47px;
    font-family: "GothamPro";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding: 0px;
}
.slide-button.gold{
    margin-right: 20px;
}
.slider_form-close{
    display: none;
}
@media (max-width: 1150px){
    .slider_form{
        right: 60px;
    }
}
@media (max-width: 900px){
    .slider_form{
        display: none;
        right: calc(50% - 135px);
        padding: 10px 0;
        height: 328px;
        background: #585858;
    }
    .slider_form-close{
        display: block;
        position: absolute;
        z-index: 5;
        right: 0;
        width: 20px;
        margin: 0 10px;
    }
    .slider_form-body{
        margin: 15px 0;
    }
    .slide-button-form{
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 350px){
    .slide-title-text span{
        font-size: 30px;
    }
    .slide-buttons{
        margin: 10px 0 0 0;
    }
    .button {
        padding: 8px 5px;
    }
    .slide-button-form {
        font-size: 14px;
    }
}


.b_search.b_search--mobile .form-group {
    margin-bottom: 10px;
}
*[data-v-b07d2cb0] {
    box-sizing: border-box;
}
.b_search-select:not(select) {
    height: auto !important;
}
.v-select[data-v-b07d2cb0] {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.v-select-toggle[data-v-b07d2cb0] {
    display: flex;
    justify-content: space-between;
    user-select: none;
    padding: 0.375rem 0.75rem;
    color: #212529;
    background-color: #f8f9fa;
    border-color: #d3d9df;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-family: inherit, sans-serif;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color, border-color, box-shadow, 0.15s ease-in-out;
    cursor: pointer;
}

.b_search-select button.v-select-toggle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border: 4px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right-width: 38px;
    font-family: inherit;
    font-size: 14px;
    height: 38px;
    outline: none;
    padding: 0 11px;
    position: relative;
    text-indent: 1px;
    -o-text-overflow: "";
    text-overflow: "";
    width: 100%;
}
.b_search-select.v-select.has-shadow button.v-select-toggle {
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 4px 15px rgba(0,0,0,.55);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .55);
}
.b_search-select button.v-select-toggle>div:first-child {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b_search-select.v-select .arrow-down {
    border: 6px solid transparent;
    border-top-color: #fff;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    right: -25px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: 0;
    width: 0;
}
.v-dropdown-container[data-v-b07d2cb0] {
    position: absolute;
    width: 100%;
    background: red;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 1000;
}
.v-select .v-dropdown-container:nth-child(n) {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, .12);
    -moz-box-shadow: 2px 4px 4px rgba(0,0,0,.12);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, .12);
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    max-height: 400px;
    overflow: auto;
}
.bs-searchbox[data-v-b07d2cb0] {
    padding: 4px 8px;
}
.bs-searchbox .form-control[data-v-b07d2cb0] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
ul[data-v-b07d2cb0] {
    font-size: 12px;
    color: #424242;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    padding: 0px;
    margin: 2px 0px 0px 0px;
}
.v-select .v-dropdown-item {
    font-size: 14px !important;
    line-height: 1.3 !important;
    padding: 10px 15px !important;
}
.v-dropdown-item[data-v-b07d2cb0] {
    text-decoration: none;
    line-height: 25px;
    padding: 0.5rem 1.25rem;
    user-select: none;
}
.v-select .v-dropdown-item.selected, .v-select .v-dropdown-item:hover {
    background: hsla(0, 0%, 89%, .25) !important;
    color: #c41425 !important;
}
.b_searchBtn[data-v-72390f0c] {
    background-color: #c41425;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    line-height: 42px;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    outline: none;
}
.b_searchBtn.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.b_search.b_search--mobile .b_searchBtn {
    margin-bottom: 10px;
}

.b_searchBtn {
    background-color: #C41425;
    outline: none;
    color: #fcfcfc;
}
.b_searchBtn[disabled] {
    opacity: 0.8;
}
.b_searchBtn:hover {
    background-color: #ad1221;
}



.slider.new .slider-item{
    padding: 0;
}
.slider.new h1{
    margin: 0;
    font-size: 65px;
    font-weight: 600;
    margin: 0 0 20px 0;
    max-width: 80%;
}
.slider.new .slide-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1260px;
    margin: auto;
    z-index: 10;
}
/*.slider.new .slider_form{
    position: relative;
    width: auto;
    top: auto;
    right: auto;
}*/
.slider.new .slide-title-text{
    font-size: 20px;
    margin: 30px 0 0 0;
}
/*.slider.new .slider_form{
    background: rgba(255, 255, 255, 0.86);
    color: #333;
    padding: 10px;
}
.slider.new .slider_form-row{
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.slider.new .slider_form-title{
    font-size: 20px;
    font-weight: 700;
}*/
.slider.new .b_search-select.v-select.has-shadow button.v-select-toggle{
    box-shadow: none;
    border-color: #BEBFC0;
}
.slider.new .b_searchBtn[disabled] {
    opacity: 1;
}
.slider.new .b_searchBtn[data-v-72390f0c]{  
    text-transform: none;
}
.slider.new .slider_form-title{
    margin: 0;
}
.slider.new .slider-item{
    position: relative;
}
.slider.new .slider-item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background:rgba(0,0,0,0.15);
}
.slider.new .slide-title-text p{
    margin: 0 0 20px 0;
}
.slider-links-hotel-block{
    position: absolute;
    z-index: 9;
    display: flex;
    margin: auto;
    justify-content: center;
    width: 100%;
}
.slider-links-hotel {
/*    background-color: #fff;*/
    width: 1260px;
    height: 60px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 30px 0 0 0;
    background-image: linear-gradient(to right, #c5a154, #E6BC67, #c5a154)
}
.slider-link-hotel{
    color: #fff;
}
.slider.new .slide-slog-color.gold{
    position: absolute;
    top: -60px;
    width: 246px;
    padding: 7.5px 0;
    display: flex;
    justify-content: center;
}
.slider.new .slide-slog-color span {
    font-size: 16px;
}
.slider.new .slide-slog-color.gold::before{
    border-bottom: 38px solid #d0ad67;
}
.slider.new .slide-slog-color.gold {
    background-color: #d0ad67;
}
.button-banner .button-more{
    background: #D0AD67;
    height: 47px;
    color: #fff;
    width: 284px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-banner{
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width:1360px) {
    .slider.new .slide-content, .slider.new .owl-nav{
        width: 80%;
    }
    .slider.new .slide-title-text {
        font-size: 18px;
    }
    .slider.new .owl-nav{
        bottom: 80px;
    }
    .slider.new h1{
        font-size: 50px;
    }
    .content-row-new{
        font-size: 16px;
    }
    .content-row-new h2{
        font-size: 25px;
    }
    .slider-links-hotel {
        width: 80%;
    }
}

@media (max-width:1024px) {
    .slider.new .slide-content{
        padding: 0;
    }
    .slider-links-hotel-block{
        display: none;
    }
}

@media (max-width:990px) {
   /* .slider.new .slider_form{
        display: none;
    }
    .slider.new .slider_form{
        height: auto;
    }*/
    .slider_form.mb{
        display: block;
    }
    .slider_form.mb{
        position: relative;
        margin: 0 auto;
        width: 100%;
        right: auto;
        padding: 20px;
        background: none;
        height: auto;
    }
    .slider_form.mb .slider_form-row{
        padding: 40px 20px;
        border: 2px solid #C7A25C;
    }
    .slider_form.mb .b_searchBtn[disabled]{
        opacity: 1; 
        text-transform: capitalize;
    }
    .slider_form.mb .b_search-select.v-select.has-shadow button.v-select-toggle{
        box-shadow: none;
    }
    .slider_form.mb .slider_form-title{
        font-size: 20px;
        font-weight: bold;
    }
}

@media (max-width:768px) {
    .slider.new .owl-carousel .owl-stage-outer{
        height: 100%;
    }
}
@media (max-width:640px) {
    .slider.new .slide-title-text {
        font-size: 16px;
    }
    .slider.new .slide-title-text p {
        margin: 0 0 10px 0;
    }
    .slider.new .owl-nav {
        bottom: 70px;
    }
      .mb-content-slide{
        display: block;
    }
    .content-slide-block{
        display: none;
    }
    .slider.new .slide-content.mb{
        margin: 0;
        width: 100%;
        padding: 20px 20px 130px 20px;
    }
    .mb-content-slide{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .slider.new .mb-content-slide .slide-slog-color.gold{
        position: relative;
        top: auto;
    }
    .slider.new .slide-slog-color.gold::before{
        left: -37.5px;
    }
    .button-banner .button-more{
        padding: 12px 0;
    }
    .slider.new .slide-slog-color.gold::before {
        border-bottom: 39.3px solid #d0ad67;
    }
}
@media (max-width:570px) {
    .slider.new .slide-slog-color {
        display: block;
    }
    .slider.new .slide-slog-color span {
        font-size: 17px;
    }
/*    .slider.new .slide-slog-color.gold::before {
        border-bottom: 34px solid #d0ad67;
    }*/
}


@media screen and (min-width: 300px) and (max-width: 600px) {
    .slider-item, .slider{
        min-height: -moz-calc(70vh - 60px) !important;
        min-height: calc(70vh - 60px) !important;
        height: -moz-calc(70vh - 60px) !important;
        height: calc(70vh - 60px) !important;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/newsMain/style.css?17833289001235*/
#news {
    margin: 28px 0 30px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 7px;
    padding-right: 7px;
}
#news .col-xs-12 .item{
    border: none;
}
#news .item {
    color: #404142;
    margin-bottom: 20px;
    min-height: 265px;
}
#news .col-xs-12:nth-child(odd) .inner {
    float: right;
    margin-left: 0;
    margin-right: 25px;
}
#news .item .inner {
    width: 405px;
    margin: 9px 0 14px 30px;
}
#news .item-date {
    font-size: 12px!important;
    text-transform: uppercase;
    margin: 0 0 9px;
}
#news .item-name {
    font-size: 22px;
    letter-spacing: .5px;
    height: 62px;
    font-weight: 600;
    overflow: hidden;
    margin: 0 0 40px 0!important;
    color: #333;
}
#news .item-name:hover{
    color: #c41425;
}
#news .item-text {
    font-size: 16px!important;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    margin: 0 0 70px!important;
}
#news .item-more {
    font-size: 10px;
    text-transform: uppercase;
}
#news .item a {
    color: #fff!important;
}
#news .item{
    border-bottom:2px solid #d7b05e!important;
}
.button-more.page-news{
    width: fit-content;
    padding: 15px 40px;
    margin: 35px auto 0;
    background: #d0ad67; 
}
/* End */
/* /local/components/redesign/bannerBase/templates/homepage-new/style.css?178515133322229 */
/* /local/templates/main/components/bitrix/news.list/newsMain/style.css?17833289001235 */
