.block-ratio {
    width: 100%;
    position: relative;
}
.block-ratio:before{
	content: '';
	display:block;
}
.block-ratio-16x9:before{
	padding-top: 56.25%;
}
.block-ratio-16x10:before{
	padding-top: 62.5%;
}
.block-ratio-1x1:before{
	padding-top: 100%;
}
.block-ratio-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.block-vertikal-all{
	display: inline-block;
	height: 100%;
	width: 0;
}

.block-table {
    width: 100%;
    margin-top:1rem;
    margin-bottom: 1rem;
}
.block-table td,
.block-table th{
    padding: 0;
    text-align: center;
    line-height: 2rem;
}
.block-table th{
    line-height: 2rem;
    border-bottom: 0 solid #E0E0E0;
    border-top: 2px solid #E0E0E0;
    color: #212121;
    font-weight: bold;
}
.block-table td{
    border-top: 1px solid #E0E0E0;
}
.block-table tr:last-child td{
    border-bottom: 2px solid #E0E0E0;
}



/* Ñ„Ð¾Ñ€Ð¼Ð° */
.block-form-title {
    line-height: 1.6rem;
    padding: 8px 16px;
    border-bottom: #E0E0E0 1px solid;
    color: #616161;
    font-size: 16px;
    background-color: #FFB74D;
    color: #fff;
    text-align: center;
}

@media (min-width: 480px){
	.block-form-title {
		padding: 14px 16px;
		font-size: 18px;
	}
}

.block-form-btns {
    line-height: 1.5rem;
    padding: 0 1rem 0.5rem 1rem;
    text-align: center;
}

.block-form-btn {
    display: inline-block;
    padding: 0 1rem;
    line-height: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    background-color: #E0E0E0;
    border: none;
    outline: none;
    vertical-align: top;
    margin-left: 1rem;
    cursor: pointer;
    text-transform: lowercase;
    font-size: 15px;
    font-family: "Trebuchet MS",Arial, sans-serif;
    border-radius:1px;
    color:#424242;
    margin: 0 0 0.5rem 1rem;
    text-transform: uppercase;
    cursor: pointer;
}
.block-form-btn:first-child{
	margin-left:0;
}
.block-form-btn:hover {
	color:#212121;
	background-color: #BDBDBD;
}

.block-form-content {
    padding: 1rem;
    line-height: 1.5rem;
    max-width: 100%;
}
.block-form{
	position: relative;
	background-color: #fff;
	display: grid;
	grid-template-rows: auto auto auto;
}
.block-form-disable:before {
	content: "";
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
	background-color: rgba(0,0,0,0.05);
	border-bottom: 2.5rem solid rgba(0,0,0,0.1);
}
.block-form-content-error{
	color: #F44336;
	font-size: 18px;
}


.block-form-input-parent {
    height: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
}

.block-form-input {
    padding: 0 1rem;
    border: 1px solid #E0E0E0;
    line-height: 30px;
    border-radius: 2px;
    display: block;
    min-width: 150px;
    max-width: 100%;
    width: 100%;
    width: calc(100% - 2rem - 2px);
}

.block-form-input[type="number"] {
}

.block-form-input-number {
}

.block-form-textarea-parent {
    margin-right: 34px;
}

.block-form-textarea {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem 1rem 1rem;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    line-height: 1rem;
    resize: none;
}

.block-form-radio-label {
	display:inline-block;
}

.block-form-radio {
    display: none;
}

.block-form-radio-text {
    padding: 0 0.5rem;
    display: block;
    cursor: pointer;
    text-decoration: underline;
    color: #0288D1;
}
input:checked + .block-form-radio-text{
    background-color: #FFB74D;
    cursor: default;
    text-decoration: none;
    border-radius: 2px;
    color: #000;
}

/* ÐšÑ€ÑƒÑ‚Ð¸Ð»ÐºÐ° Ñ„Ð¾Ñ‚Ð¾Ðº */
.block-media {
}

.block-media-list {
    position: relative;
    margin-top: 0.5rem;
    margin: 0.5rem 0;
    overflow: hidden;
}

.block-media-list-content {
    white-space: nowrap;
    overflow: visible;
    position: relative;
}

.block-media-list-content-parent {
    overflow: hidden;
}

.block-media-item {
    display: inline-block;
    margin-right: 0.5rem;
    height: 100%;
    width: initial;
    overflow: hidden;
    position: relative;
    cursor: pointer;
	z-index:0;
}
.block-media-list-content,
.block-media-item-img {
    height: 5rem;
    display: block;
}
.block-media-mobail .block-media-list-content-parent,
.block-media-mobail .block-media-list-content,
.block-media-mobail .block-media-item-img{
	height: 15rem !important;
}
.block-media-item.block-media-item-current{
	cursor: default;
}
.block-media-item.block-media-item-current:before {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    content: "";
    background-color:rgba(0,0,0,0.2);
    border: 3px solid #FFB74D;
	z-index:1;
}

.block-media-current {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.block-media-mobail .topic-best-view-media-current {
    display: none;
}


.fullScreen-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100002;
    background-color: #9E9E9E;
}

.fullScreen-popup-item {
    width: 100%;
    height: 100%;
    display: block;
}

.fullScreen-popup-list,
.fullScreen-popup-list .slick-list,
.fullScreen-popup-list .slick-track,
.fullScreen-popup-list .slick-slide,
.fullScreen-popup-list .slick-slide > div
{
    width: 100%;
    height: 100%;
}

.fullScreen-popup-image-blur {
    position: absolute;
    top: -16px;
    bottom: -16px;
    right: -16px;
    left: -16px;
    background-position: center;
    background-size: cover;
    filter: blur(5px);
    z-index: -1;
}

.fullScreen-popup-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.fullScreen-popup-item {
    position: relative;
    z-index: 10000;
    overflow: hidden;
}

.fullScreen-popup-next {
    position: absolute;
    top: 50%;
    right: 0;
    height: 128px;
    width: 64px;
    margin-top: -64px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    cursor: pointer;
}
.fullScreen-popup-prev {
    position: absolute;
    top: 50%;
    left: 0;
    height: 128px;
    width: 64px;
    margin-top: -64px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    cursor: pointer;
}
.fullScreen-popup-next:hover,
.fullScreen-popup-prev:hover{
	background-color:rgba(0,0,0, 0.1);
	box-shadow: 0 0 10px 4px rgba(0,0,0, 0.1);
}

.fullScreen-popup-position {
    position: absolute;
    top: 0;
    right: 50%;
    width: 74px;
    margin-right: -53px;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 15px #000, 0 0 15px #000;
    padding: 8px 16px;
    font-weight: bold;
    z-index: 2;
}

.fullScreen-popup-close {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    z-index:3;
    cursor:pointer;
}
.fullScreen-popup-close:hover{
	background-color:rgba(0,0,0, 0.1);
	box-shadow: 0 0 10px 4px rgba(0,0,0, 0.1);
}
.fullScreen-popup-list{
    z-index: 0;
}
@media (min-width: 720px){
	.fullScreen-popup-close{
		top: 0;
		bottom: auto;
	}
}

.onmap {
	color: #605348;
	font-size: 18px;
	position: absolute;
	right: 0px;
	top: 20px;
	width: 100px;
	background: url(../img/onmap.png) no-repeat right center;
	padding-right: 90px;
	background-size: 100px 68px;
	display: block;
	height: 53px;
	padding-top: 15px;
	font-weight: bold;
}
