.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

#MoscowStations, #SpbStations {
    font-weight: bold;
    font-size: 14pt;    
}

.department {
    border:3px solid #8c0a2a;
    width:70%;
    text-align:left;
    font-size:18pt;
    margin:0 auto;
    padding-left:30px;
}
.department img {
    display: inline;
}
@media (max-width: 600px){
    .department {
        font-size:12pt;
    }    
}    

.table_price td {    
    padding: 7px;
}

.new-reviews:after{
    content: '';
    display: block;
    clear:both;
}
.new-reviews__item{
    width: 70%;
    margin-bottom: 40px;
}
.new-reviews__item:nth-child(odd){
    float: left;
}
.new-reviews__item:nth-child(even){
    float: right;
}
.new-reviews__item-text{
    padding: 26px;
    border-radius: 30px;
    line-height: 22px;
    background: #efe0dc;
    color: #000;
    box-shadow: 0 0 10px -2px #353535;
}
.new-reviews__item-name{
    margin-left: 20px;
    font-weight:bold;
    margin-top: 12px;
    font-family: 'KarinaBlackItalic';
}
.faq-block{
    background: #efe0dc;
    padding: 16px;
    margin-bottom: 2px;
    color: #000;
}
.faq-block__title{
    /*font-weight:bold;*/
    cursor: pointer;
    font-size: 22px;
    font-family: 'KarinaBlackItalic';
}
.faq-block__text{
    display: none;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 22px;
}
.get-info-block__item{
    width:48%;
    padding-right: 10px;
    margin-bottom: 10px;
}
.get-info-block__item-notification{
    margin-top: 10px;
    margin-bottom: 10px;
}
.download-pdf:before { content: ""; display: inline-block; width: 20px; height: 20px; position: relative; top: 4px; left: -3px; background-image: url(images/icons/pdf.svg); background-position: center center; background-repeat: no-repeat; }

.grouped_elements {display: inline;margin: 0 auto;}
.grouped_elements img {display: inline;margin: 0 auto;}

.margin-left-7 {
    margin-left: 7%;
}
.margin-left-7 li {
    margin-bottom: 5px;
}

.garden {
    background-image: url(images/icons/garden-house.svg);
}

table.tableCorpGr td {
    padding: 14px 20px;
}

#feedback_submit{
    margin-top: 117px;
    padding-bottom: 10px;
}

.calculator-field-error{
    color: red;
}

.delete {
	background: url("/images/delete.png") no-repeat 0 0;
	width: 18px;
	height: 16px;
	cursor: pointer;
	position: relative;
	right: -24px;
	bottom: 6px;
}

.colorRedTable-notVi{
    border: 1px solid #8c0a2a;
}

.fwBold{
    font-weight: bold !important;
}

/* Foreign students */
#reg-noteSms, #reg-noteEmail {
    color: green;
}
.note {
	color: green;
	display: none;
}
.pay_systems {
	width: 100%;
    margin-left: 7%;    
    margin-top: 100px;
}

/* vi */
.vi img:not(.logo-img) {
    display: none;
}
.colorRed-notVi{
    color: red;    
}
.vi .colorRed-notVi{
    color: inherit;    
    font-weight: bold;
}
.vi .download-pdf:before { content: ""; display: inline-block; width: 20px; height: 20px; position: relative; top: 4px; left: -3px; background-image: url(images/icons/pdf.svg); background-position: center center; background-repeat: no-repeat; filter: brightness(7) invert(1);}
.vi .colorRedTable-notVi{
    border: 1px solid black;
}

/*captcha*/
.captcha-input{
    width: 100px !important;
    display: inline !important;
}
.captcha-img{
    display: inline;
    vertical-align: middle;
}
.captcha-reload{
    float: right;
    margin-right: 43px;
}


/* VZR */
.trip-form label:not(#for-sport){
    max-width: 56%;
}
.vzr-email-color{color: #8c0a2a}

.feedback_note_bottom{font-size:14px;}

.balloon-tel a{margin-right: 5px;}

/*Agents search*/
#agentsSearchTable{
    border: 0px;
}

.header-top { position: relative; z-index: 2; }
.header-bottom {
    min-height: 51px;
    padding-top: 2px;
    padding-bottom: 6px;
}
.auth .btn { margin-left: 10px }