@font-face {
    font-family: 'tt_mastersblack';
    src: url('../fonts/gen/tt_masters_black-webfont.woff2') format('woff2'),
         url('../fonts/gen/tt_masters_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_mastersbold';
    src: url('../fonts/gen/tt_masters_bold-webfont.woff2') format('woff2'),
         url('../fonts/gen/tt_masters_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_masterslight';
    src: url('../fonts/gen/tt_masters_light-webfont.woff2') format('woff2'),
         url('../fonts/gen/tt_masters_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_mastersregular';
    src: url('../fonts/gen/tt_masters_regular-webfont.woff2') format('woff2'),
         url('../fonts/gen/tt_masters_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_mastersthin';
    src: url('../fonts/gen/tt_masters_thin-webfont.woff2') format('woff2'),
         url('../fonts/gen/tt_masters_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mround';
    src: url('/fonts/gen/marvin-round.woff2') format('woff2'),
         url('/fonts/gen/marvin-round.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image:url('../images/bg1.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment:fixed;
    font-size: 18px;
    font-family: 'mround';
    background-color: #e52435;
    outline:0;
    border: 0px none;
    padding:0;
    margin:0;
    color: #FFFFFF;
    left: 0px;
    top: 0px;
-moz-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
a {
    font-size: 22px;
    font-family: 'mround';
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.main_container {
    display: table;
    width: 100%;
    height: 100%;
    border: 0px none;
    padding: 0;
    margin: 0;
    outline:0;
}

.main {
    display: table-cell;
    width: 100%;
    height: 100%;
    border: 0px none;
    padding: 0;
    margin: 0;
    outline: 0;
    vertical-align: middle;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;

}
.main {
    background-image:none/*url('../images/info2.png')*/;
    background-position: center 90px;
    background-repeat: no-repeat;
    min-width: 672px;
    min-height: 780px;
    position: absolute;
    text-align: center;
    color: #FFFFFF;
}
.contacts {
    margin-top: 90px;
    display: inline-block;
    text-align: center;
    width: 672px;
    height: 700px;
}
.rows_container {
    display: table;
    width: 100%;
    /*height: 100%;*/
    border: 0px none;
    padding: 0;
    margin: 0;
}
.rows_container2 {
    display: table-row;
    height: 40px;
}
.phone1, .phone2, .phone3, .mail, .skype {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 330px;
    line-height: 28px;
}
.phone3 {
    width: 672px;
    column-span: 2; /* W3C */
    -webkit-column-span: 2; /* Safari & Chrome */
    -moz-column-span: 2; /* Firefox */
    -ms-column-span: 2; /* Internet Explorer */
    -o-column-span: 2; /* Opera */
}
.row0,.row1, .row2, .row3 {
    width: 672px;
    height: 40px;
    display: table-cell;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    outline: 0;
    text-align: left;
}
.row0 {
    height: 475px;
}
.row1 {
    height: 40px;
}
.row2 {
    height: 40px;
}
.row3 {
    height: 40px;
}
.phone1 a{
    margin-left: 110px;
}
.phone2 a{
    margin-left: 60px;
}
.phone3 a:first-child{
    margin-left: 110px;
}
.mail a{
    margin-left: 110px;
}
.skype a{
    margin-left: 60px;
}
.social {
    text-align: center;
}
.social2 {
    display: inline-block;
}
.social_rows_container {
    display: table;
    width: 144px;
    border: 0px none;
    padding: 0;
    margin: 0;
}
.social_row {
    display: table-row;
    height: 48px;
}
.social_icon {
    display: table-cell;
    height: 48px;
    width: 48px;
}

hr {
    background-color: white;
    color: white;
}

.bottom_contacts {
    text-align: center;
    font-size: 14px;
}
.bottom_contacts a  {
    font-size: 14px;
}
.bottom_contacts {
    display: inline-block;
}
.bottom_contacts_rows_container {
    display: table;
    width: 100%;
    border: 0px none;
    padding: 0;
    margin: 0;
}
.bottom_contacts_row {
    display: table-row;
    height: 33px;
}
.bottom_contacts_row > div {
    display: table-cell;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}



.new_r-container,
.new_t-container > div {
    background-color: rgba(255, 255, 255, 1);
    padding: 10px;
}
.language_switcher {
    position: fixed;
    right: 10px;
    top: 10px;
    color: red;
    z-index: 999;
}
.language_switcher a {
    color: red;
}

.new_f-wrapper-bg-imgs {
    display: none;
}

.new_f-wrapper,
.new_r-item .new_r-item-price,
.new_r-currency-switch label input:checked + span,
.new_r-item .new_r-item-price,
.new_r-item-price-discount::after,
.new_t-order-btn, 
.new_t-menu-item.selected{
    background-color: #e52435 ! important;
}
.new_t-menu-item.selected {
    background: #e52435 ! important;
}
.new_t-menu-item.selected {
    color: #ffffff ! important;
}
.new_r-item .new_r-item-price {
    border: 1px solid #e52435;
}
.new_r-filter-value,
.new_r-filters-reset,
.new_r-item-price-discount,
.new_t-order-price,
.new_t-order-price__getCredit,
.new_t-tour-tab-col-2 .new_t-important,
.new_r-item .new_r-item-geo span,
.new_t-menu-item {
    color: #e52435 ! important;
}
.new_r-item:hover .new_r-item-price {
    color: #ffffff ! important;
}
.new_r-item:hover .new_r-item-body {
    border-color: #e52435 ! important;
}
.new_r-item:hover .new_r-item-body {
	border-color: #e52435  #e52435  #e52435  transparent ! important;
}
.new_t-menu-item.selected::after {
    border-color: transparent ! important;
}
.new_t-menu-item {
    border-bottom: 1px solid #e52435;
    color: #e52435;
}

.address2 > aб
.timings > a{
    font-family: 'mround';
}

.new_t-order-price__getCredit {
    display: none ! important;
}
#slogan {
    color: #e52435;
    font-weight: bold;
}
#wlogo {
    width: 500px;
}
body #itTourWidget .fd .ss-wrapper, body #itTourWidget .fd .ss-content{
	*height: auto!important;
}
.hot_price_wrap {
	margin-bottom: 50px;
}
.module_price_wrap {
    height: 245px;
}