

/* Start:/bitrix/templates/tgreen_21_sc/components/bitrix/news/news/bitrix/news.detail/flat/style.css?17894543805117*/
.news-container .event-d-view {
    background: #f6f6f6;
    width:100%;
}
.news-container .event-d-view-lb,.news-container  .event-d-view-rb {
    width:100%;
}

.news-container .event-d-view-head {
    width:100%;
}
.line-cena-event {
    background: #7db921;
    color:#fff;
    padding:15px 25px;
    font-size:18px;
}
.news-container .event-d-view-rb b.head-d-event {
    padding:30px 30px 0;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 11px;
}
.news-container .event-d-view-rb div.ullist-uv {
    padding:15px 30px;
    border-bottom: 1px #ffffff solid;
}
.news-container .event-advtext-uv {
    padding:15px 20px;
    font-size: 18px;
}
.event-image {
    overflow: hidden;
}
.event-image img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
 
.event-image img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }
.event-advtext-uv p{
    padding:16px 16px 16px 40px;
    font-size: 14px;
    font-style: italic;
    color:#53463e;
    border:1px #7db921 solid;
    
}
.event-text-bl {
    
}
.event-text-bl h2{
    font-size:18px;
    font-weight: 400;
}
.event-text-bl-dt {
    color:#737373;
}
.event-text-bl-dt h2, event-text-bl-dt h3, event-text-bl-dt h4, event-text-bl-dt h5 {
    font-size:22px;
    font-weight: 400;
    margin:21px 0 10px;
}
.events-photos-bl {
    background-color: #f5f5f5;    
}
.scr-event-list {
    margin-bottom:30px;
}
.scr-event-list .card-block {
    position: relative;
    background: #f6f6f6;
    z-index:4;
    top:-33px;
    margin-bottom: -33px;
    width:90%;
    left:5%;
    padding:15px !important;
}
.scr-event-list .card-date {
    font-size:13px;
    font-weight: 600;
    color:#534542;
}
.scr-event-list .card-title {
    font-size:16px;    
    color:#7db921;
    font-weight: 400;
}
.scr-event-list .card-text {
    font-size:14px;    
    color:#737373;
    padding:0;
}
.scr-event-list .card {
    text-decoration:none;
    border:none;
}
.scr-event-list p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.events-text-bl .image-left{
	float:left;
	margin:0.5em 1em 0 0;
	display:block;
	max-width:100%
}
.events-text-bl .image-right{
	float:right;	
	display:block;
	margin:0.5em 0 1em 1em;
	max-width:100%
}
@media (max-width:992px){
	.events-text-bl .image-left,.events-text-bl .image-right{
		max-width:50%
	}
}
@media (max-width:768px){
	.events-text-bl .image-left,.events-text-bl .image-right{
		max-width:100% !important;
		float:unset;
		margin:1em auto;
		width:auto !important
	}
}
.news-container .event-text-bl-dt{
	display:block;
}
.news-container .event-text-bl-dt ol,.news-container  .event-text-bl-dt ul{
    list-style-position: inside;
}
.news-container .event-text-bl-dt table{
margin-left:15px;
margin-right:15px;
}
.news-container .event-text-bl-dt table p{
margin:0;
}
.news-container .event-text-bl-dt table td,.news-container  .event-text-bl-dt table th{
vertical-align:middle
}


.included{
	background: #f5f8fb;
    border: 1px solid #e3e8ee;
    border-radius: 6px;
    padding: 22px 26px;
    margin: 20px 0;
}

.notes{
	    border-left: 3px solid #c99a3a;
    background: #fbf6ea;
    padding: 14px 18px;
    margin: 20px 0;
    font-size: 16px;
    color: #6b5325;
}

.cta-block{
	background: #1c3a5e;
    border-radius: 6px;
    padding: 28px 32px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    color: #fff;
}

.cta-block .t{
	flex: 1;
    min-width: 220px;
}

.cta-block .t b {
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}

.cta-block .t span {
    font-size: 13.5px;
    color: #c7d6e4;
}

.btn-light {
    background: #fff;
    color: #1c3a5e;
    border: none;
    border-radius: 4px;
    padding: 13px 28px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

table.price {
    margin-bottom: 26px;
    border: 1px solid #e3e8ee;
    border-top: none;

	width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
}



.tariff-section table.price th:nth-child(1) {
    width: 22%;
}

.tariff-section table.price th:nth-child(2) {
    width: 42%;
}

.tariff-section table.price th:nth-child(3), .tariff-section table.price th:nth-child(4) {
    width: 18%;
}

.tariff-section table.price th:nth-child(3), .tariff-section table.price th:nth-child(4) {
    width: 18%;
}

table.price th {
    background: #1c3a5e;
    color: #fff;
    padding: 10px 12px;
    text-align: left;
    font-weight: 600;
    font-size: 12.5px;
}

table.price tr:nth-child(even) td {
    background: #fafcfe;
}

table.price td:first-child, table.price th:first-child {
    border-left: none;
}

table.price td {
    padding: 9px 12px;
    border-bottom: 1px solid #e3e8ee;
    border-left: 1px solid #e3e8ee;
}

table.price tr:nth-child(even) td {
    background: #fafcfe;
}

table.price td.num {
    text-align: center;
    font-weight: 600;
    color: #1c3a5e;
    white-space: nowrap;
}

@media screen and (max-width: 768px){
	.news-container .event-text-bl-dt table{
		margin-left: 0;
	}
}
/* End */
/* /bitrix/templates/tgreen_21_sc/components/bitrix/news/news/bitrix/news.detail/flat/style.css?17894543805117 */
