img.logo {height:auto}
.alert-danger p {color:red; margin:8px 0}
.alert-success p {color:green; margin:8px 0}

a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
.search-page {
	padding-bottom:20px;
}
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
.top-section {
	background-image: url();
}
.search-page-top {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-page-top .field-search {
	background: #fff;
    border: 0;
    font-family: 'main', 'Arial', 'Helvetica', sans-serif;
    font-size: 14px;
    color: #000;
    -webkit-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    resize: vertical;
    width: 100%;
    -webkit-appearance: none;
    font-weight: 400;
    padding-left: 10px;
	margin-right:20px;
    border: 1px solid rgba(148, 155, 163, 0.2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.search-page hr {
	background: rgba(148, 155, 163, 0.2);
    height: 1px;
    border: none;
    margin: 24px 0 15px;
}
.search-item {
	padding:24px 0 15px;
	border-bottom: 1px solid rgba(148, 155, 163, 0.2);
	font-size: 1.2rem;
}
.search-item a {
	display: block;
    font-size: 1.6rem;
    color: #1b25aa;
    line-height: 1.2;
    max-width: 600px;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.search-item a:hover {
	color: #ff322b;
}
.search-url a {
	display: block;
    font-size: 1.0rem;
    color: #1b25aa;
    line-height: 1.0;
    max-width: 600px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
iframe {width:600px; height:400px}
@media screen and (max-width: 640px) {
iframe {width:360px; height:240px}
}
@media screen and (max-width: 321px) {
iframe {width:290px; height:200px}
}
.form .my-form-control select.form-control.selectrovno {padding: 15px 30px;}
@media screen and (min-width: 500px) {
#bc-modal-login {width: 400px;}}

video {
  height: auto;
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 414px){
video {
  height: auto;
  width: 95%;
}}