/* font-family: "Lato"; */
@font-face {
    font-family: "Lato";
    src: url("../fonts/LatoRegular/LatoRegular.eot");
    src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/LatoRegular/LatoRegular.woff") format("woff"),
    url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoBold"; */
@font-face {
    font-family: "Lato";
    src: url("../fonts/LatoBold/LatoBold.eot");
    src: url("../fonts/LatoBold/LatoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/LatoBold/LatoBold.woff") format("woff"),
    url("../fonts/LatoBold/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}
/* font-family: "LatoLight"; */
@font-face {
    font-family: "Lato";
    src: url("../fonts/LatoLight/LatoLight.eot");
    src: url("../fonts/LatoLight/LatoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/LatoLight/LatoLight.woff") format("woff"),
    url("../fonts/LatoLight/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

/* font-family: "AdineKirnberg"; */
@font-face {
    font-family: "AdineKirnberg";
    src: url("../fonts/AdineKirnbergRegular/AdineKirnbergRegular.eot");
    src: url("../fonts/AdineKirnbergRegular/AdineKirnbergRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/AdineKirnbergRegular/AdineKirnbergRegular.woff") format("woff"),
    url("../fonts/AdineKirnbergRegular/AdineKirnbergRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    color: #777777;
}

body, h2, h3, h4, a, .h2, .h3, .h4{
    font-family: 'Lato', sans-serif;
}

a {
    color: #488fcd;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    text-align: justify;
}

.topbar {
    margin: 0;
}

.topbar .logo {
    line-height: 50px;
}

.topbar .phone {
    color: #005288;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    font-weight: 300;
}
.topbar .phone a{
	color: #488fcd;
	text-decoration: none;
}
.topbar .phone span:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background:url(../img/img/phone-top.png);
    position: absolute;
    top: 5px;
    left: -95px;
}

.topbar .phone {
    font-size: 24px;
    font-weight: 400;
    position: relative;
}

.topbar .phone button {
    background: #488fcd;
    line-height: 1.5;
    border: none;
    border-radius: 10px;
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    padding: 4px 7px 0;
    border-bottom: 2px solid #005288;
    outline: none;
    font-weight: 400;
}

.topbar .phone button:active {
    border: none;
}

.topnav {
    background-color: #488fcd;
    border-radius: 0;
    margin:0;
}

.topnav .navbar-nav {
    padding: 0;
}

.topnav .navbar-nav li{
    list-style: none;
    margin-left: 40px;
    line-height: 50px;
}

.topnav .navbar-nav li a {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.topnav .navbar-nav li a:hover {
    color: #d5d4d4;
    text-decoration: underline;
}

.jumbo-big {
    height: 300px;
    text-align: center;
    background:url(../img/img/jumbotron-bg.png) 50% 0;
    padding: 0;
}

.jumbo-small {
    height: 271px;
    text-align: center;
}

.jumbo-small-about {
    background: url(../img/img/jumbotron-about.jpg) 50% 0;
}

.jumbo-small-corporate {
    background: url(../img/img/jumbotron-corporate.jpg) 50% 0;
}

.jumbo-small-estate {
    background: url(../img/img/jumbotron-estate.jpg) 50% 0;
}

.jumbo-small-dhl {
    background: url(../img/img/jumbotron-dhl.jpg) 50% 0;
}

.jumbo-small-news {
    background: url(../img/img/jumbotron-news.jpg) 50% 0;
}

.jumbo-small-payment {
    background: url(../img/img/jumbotron-payment.jpg) 50% 0;
}

.jumbo-small-railway {
    background: url(../img/img/jumbotron-railway.jpg) 50% 0;
}

.jumbo-big-block {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    margin-top: 65px;
    padding: 20px;
}

.jumbo-small .jumbo-big-block {
    margin-top: 20px;
}

.jumbo-big-block h2, .jumbo-big-block .h2 {
    font-size: 36px;
    text-transform: uppercase;
    color:#005288;
    margin: 0;
}

.jumbo-big-block h3 {
    font-size: 30px;
    text-transform: uppercase;
    color:#005288;
    margin-top: 0;
    margin-bottom: 20px;
}



.jumbo-big-block .since {
    font-family: "AdineKirnberg";
    font-size: 48px;
    line-height: 40px;
    color:#005288;
}

.jumbo-big-block-line {
    width: 235px;
    height: 2px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #7aa6c2;
}

.jumbo-big-block-btndiv {
    margin-left: 30px !important;
}

.jumbo-orderbtn {
    margin-left: 30px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.0);
    color:#005288;
    border: 2px solid #005288;
    font-size: 24px;
}

.jumbo-orderbtn:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.jumbo-big-block-select {
    background-color: #488fcd;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 20px;
    width: 255px;
    text-align: left;
    border-radius: 6px;
}

.jumbo-big-block .btn-group {
    width: 30% !important;
}

.select-arrow {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/img/select-arrow.png);
    position: absolute;
    right: 12px;
    top: 12px;
}

.jumbo-big-block .dropdown-menu {
    width: 100%;
    background-color: #488fcd;
    text-transform: uppercase;
    font-size: 20px;
}

.jumbo-big-block .dropdown-menu li {
    cursor: pointer;
}

.jumbo-big-block .dropdown-menu li a {
    color: #fff;
}

.jumbo-big-block .dropdown-menu li a:hover {
    color: #488fcd;
}

.top-tickets-menu {
    margin-top: -54px;
    background-color: #fefefe;
    background: linear-gradient(to top, #f3f3f3, #fefefe);
    height: 44px;
    border-radius: 10px;
    padding: 0;
    border: 3px solid #fff;
    box-shadow: inset 1px 1px 3px 1px #e6e6e6,
        1px 1px 3px 1px #e6e6e6;
}

.top-tickets-menu ul {
    padding: 0;
    width: 100%;
}

.top-tickets-menu ul li {
    list-style: none;
    font-size: 24px;
    padding: 0px;
    line-height: 44px;
}

.top-tickets-menu ul li a {
    color: #494949;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
    text-decoration: none;
}

.top-tickets-menu ul li:hover a, .top-tickets-menu ul li.active a{
    background-color: #488fcd;
    color: #fff;
    text-decoration: none;
}

.top-tickets-menu ul li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.top-tickets-menu ul li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.reasons-block {
    text-align: center;
    height: auto;
    min-height: 290px;
    overflow: hidden;
    padding: 30px 0;
}

.reasons-block h3{
    text-transform: uppercase;
    font-size: 24px;
    color:#488fcd;
}

.reasons {
    margin: auto;
    margin-top: 0px;
    padding: 0;
    margin-left: 35px;
}

.reasons li {
    float: left;
    display: block;
    width: 100px;
    height: 150px;
    margin-left: 90px;
    font-size: 16px;
    color:#488fcd;
    text-align: center;
    cursor: pointer;
    margin-bottom: 50px;
}

.reasons li:before {
    content: "";
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    display: block;
    border: 2px solid #488fcd;
    border-radius: 50%;
    background-repeat: no-repeat;
}

.reason-1:before {
    background: url("../img/img/reason-1.png") 50% 35% no-repeat;
}

.reason-1:hover:before {
    background-image: url("../img/img/reason-1-hover.png");
    background-position: 50% 35%;
    background-color: #488fcd;
}

.reasons li:hover:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #488fcd;
    border-radius: 50%;
    margin: auto;
    margin-top: 20px;
}

.reason-2:before {
    background: url("../img/img/reason-2.png") 55% 50% no-repeat;
}

.reason-2:hover:before {
    background-image: url("../img/img/reason-2-hover.png");
    background-color: #488fcd;
    background-position: 55% 50%;
}

.reason-3:before {
    background: url("../img/img/reason-3.png") 50% 40% no-repeat;
}

.reason-3:hover:before {
    background-image: url("../img/img/reason-3-hover.png");
    background-color: #488fcd;
    background-position: 50% 40%;
}

.reason-4:before {
    background: url("../img/img/reason-4.png") 50% 50% no-repeat;
}

.reason-4:hover:before {
    background-image: url("../img/img/reason-4-hover.png");
    background-color: #488fcd;
    background-position: 50% 50%;
}

.reason-5:before {
    background: url("../img/img/reason-5.png") 50% 50% no-repeat;
}

.reason-5:hover:before {
    background-image: url("../img/img/reason-5-hover.png");
    background-color: #488fcd;
    background-position: 50% 50%;
}

.blue-border-content {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #c8ddf0;
}

.blue-border-content h4 {
    font-size: 24px;
    color: #488fcd;
}

.rs {
	display: none;
}

.rs-1 {
	display: block;
}

aside {
    padding-left: 30px !important;
}

.special-offers {
    margin-top: 70px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 30px;
}

.special-offers .carousel-inner {
    padding-bottom: 30px;
}

.special-offers .carousel-indicators {
    bottom: 0;
}

.special-offers .carousel-indicators li {
    border: 1px solid #488fcd;
}

.special-offers .carousel-indicators .active {
    background-color: #488fcd;
    border: none;
}

.special-offers h4 {
    color:#488fcd;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 23px;
    padding-left: 15px;
}

.special-offers .offer img {
    position: relative;
    width: 100%;
}

.special-offers .offer {
    text-align: center;
}

.special-offers .offer p {
    position: absolute;
    bottom: 55px;
    right: 25px;
    color: #fff;
    font-size: 24px;
}


.special-offers a .offer h4 {
    text-transform: uppercase;
    font-size: 24px;
    height: 25px;
    overflow: hidden;
    text-align: center;
    color: #000;
    padding: 0;
}

.special-offers a:hover h4 {
    color: #488fcd;
}

.avia-prices, .railway-prices {
    position: relative;
    margin-bottom: 30px;
}

.avia-prices {
    padding-left: 50px;
}

.avia-prices:before {
    content: "";
    display: block;
    width: 36px;
    height: 33px;
    background: url(../img/img/avia-tickets-icon.png);
    position: absolute;
    top: 0;
    left: 0;
    
}

.railway-prices {
    padding-left: 40px;
}

.railway-prices:before {
    content: "";
    display: block;
    width: 23px;
    height: 41px;
    background: url(../img/img/railway-tickets-icon.png);
    position: absolute;
    top: 0;
    left: 0;
}

.prices-block-main h4 {
    text-transform: uppercase;
    color: #000000;
    font-size: 24px;
}

.prices-block-main table {
    font-size: 16px;
    margin-bottom: 0;
}
.prices-block-main table tbody tr, .prices-block-main table tbody td  {
    vertical-align: bottom;
}

.prices-block-main table tbody td {
    border: none;
    padding: 0 5px;
}

.price-table-more {
    text-align: center;
}

.price-table-more a {
    color: #488fcd;
    text-decoration: none;
    border-bottom: 1px dotted #488fcd;
}

.price-table-more a:hover {
    border: none;
}

.buy-tickets-main {
    margin-top: 40px;
    margin-bottom: 30px;
}

.buy-tickets-main > h4 {
    color: #488fcd;
    text-transform: uppercase;
    font-size:24px;
    text-align: center;
}


.buy-tickets-main ul {
    margin-bottom: 65px;
}

.buy-tickets-main ul li {
    list-style: none;
    line-height: 40px;
    font-size: 20px;
}

.buy-tickets-main ul a{
    text-decoration: none;
    color: #000;
}

.buy-tickets-main ul a img {
    margin-right: 7px;
}

.buy-tickets-main ul a:hover {
    color: #488fcd;
}


.buy-tickets-more-btn {
    padding: 15px 30px;
    text-align: center;
    background: #fff;
    color: #488fcd;
    border-radius: 10px;
    border: 1px solid #488fcd;
    border-bottom: 3px solid #488fcd;
}

.buy-tickets-more-btn:hover {
    border-bottom: 1px solid #488fcd;
}

.side-nav-main ul {
    padding: 0;
}

.side-nav-main ul li {
    list-style: none;
    position: relative;
    
}

.side-nav-main ul li span.outnav:before, .side-nav-main ul li .outnav:before {
    content:"";
    display: block;
    width: 12px;
    height: 17px;
    background: url(../img/img/side-nav-arrow.png);
    position: absolute;
    top: 22px;
    left: 15px;
}

.side-nav-main ul li span.outnav, .side-nav-main ul li .outnav {
    color: #488fcd;
    display: block;
    padding: 20px 15px;
    background-color:#f3f3f3;
    border-radius: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size:15px;
    font-style: normal;
    padding-left: 35px;
    box-shadow: inset 0 3px 3px 0 #ddd;
    border: 1px solid #ddd;
    cursor:pointer;
}

.side-nav-main ul li span.outnav:hover, .side-nav-main ul li .outnav:hover {
    color: #fff;
    background-color: #488fcd;
    box-shadow: none;
    border: none;
}

.side-nav-main ul li span.outnav:hover:before, .side-nav-main ul li .outnav:hover:before {
    content:"";
    display: block;
    width: 12px;
    height: 17px;
    background: url(../img/img/side-nav-arrow-hover.png);
}

.side-nav-main ul li ul {
	margin-bottom:20px;
}

.side-nav-main ul li ul li{
	padding-left: 10px;
	display:none;
}
.side-nav-main ul li ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
}
.side-nav-main ul li ul li a:hover{
	color: #fff;
	background-color: #488fcd;
}
.buying-options .h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: #488fcd;
}

.buying-option {
    position: relative;
    background-color: #76abda;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    border-radius: 10px;
    z-index: 2;
    cursor: pointer;
}

 .buying-option > .h4{
    margin: 0;
    line-height: 40px;
    text-shadow: 0px 0px 5px rgba(0, 72, 171, 0.5);
}

.buying-option .option-hidden {
    display: none;
    z-index: 0;
    color: #333333;
    font-size: 14px;
    padding: 15px;
    background-color: #f2f2f2;
    border-radius: 6px;
}

.buying-option .option-hidden .h4 {
    color: #040303;
    font-size: 16px;
}

.buying-option:hover {
    padding: 3px;
}

.buying-option:hover .option-hidden {
    display: block;
    z-index:3;
}

.buying-option:hover img, .buying-option:hover > .h4 {
    display: none;
}

aside {
    padding: 0;
}

aside img {
    max-width: 232px;
    width: 100%;
}

.buying-option-number {
    position: absolute;
    left: 80px;
    top: 30px;
    width: auto;
}

.order-jumbo-main {
    background-color: #f2f7fb;
    font-size: 18px;
    color:#777777;
}

.order-jumbo-main h4 {
    color:#488fcd;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.order-jumbo-main p {
    margin-top: 30px;
    margin-bottom: 20px;
}

.additional-services-main {
    padding: 0;
}

.additional-services-main li {
    list-style: none;
    position: relative;
}

.additional-services-main li a {
    display: block;
    padding: 10px 45px;
    border-radius: 8px;
    border: 1px solid #488fcd;
    font-size: 20px;
    height: 75px;
    text-decoration: none;
    text-align: center;
}

.additional-services-main.second-ul li:first-child a, .additional-services-main.second-ul li:nth-child(2) a {
    padding-top: 20px !important;
}

.additional-services-main li a:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 25px;
    width: 20px;
    height: 20px;
    background: url(../img/img/additional-services-marker.png);
}

.additional-services-main li a:hover {
    color: #fff;
    background-color: #488fcd;
}

.additional-services-main li a:hover:before {
    background: url(../img/img/additional-services-marker-hover.png);
}

.footer-menu-big {
    padding-top: 15px;
    padding-bottom: 35px;
}

.footer-menu-big .h4 {
    text-transform: uppercase;
    color: #488fcd;
    font-size: 16px;
}

.footer-menu-big ul{
    list-style: none;
    padding: 0;
}

.footer-menu-big ul li a {
    color: #777777;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}

.footer-menu-big ul li a:hover {
    color: #488fcd;
}

.footer-menu-small {
    background-color: #e2edf9;
    padding: 10px 0;
    vertical-align: middle;
}

.footer-menu-small nav {
    margin-top: 10px;
}

.footer-menu-small ul {
    padding: 0;
    margin: 0;
}

.footer-menu-small nav ul li:first-child {
    margin-left: 0;
}

.footer-menu-small nav ul li {
    list-style: none;
    margin-left: 40px;
}

.footer-menu-small nav ul li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #488fcd;
    text-decoration: none;
}

.footer-menu-small nav ul li a:hover {
    text-decoration: none;
    color: #777777;
}

.mainfooter {
    background-color: #488fcd;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
}

.mainfooter span {
    font-size: 18px;
    margin-left: 35px;
}

.mainfooter-bottom {
    margin-top: 20px;
    font-size: 10px;
}

.mainfooter-bottom .pull-left {
    padding-top: 15px;
}

.mainfooter-counters {
   text-align: right;
}

.footer-phone {
    font-size: 14px;
    position: relative;
    text-align: right;
}

.footer-phone a.callback {
    color: #fff;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dashed #fff;
}

.footer-phone a.email {
    color: #fff;
    border-bottom: 1px solid #84afda;
    text-decoration: none;
}

.footer-phone a.email:hover {
    border: none;
}

.footer-phone a.callback:hover {
    border: none;
}

.footer-phone p {
    font-size: 16px;
    margin: 0;
    text-align: right;
}

.footer-phone img {
    margin-left: -25px;
    margin-right: 10px;
}

/* About page */

h3.page-title {
    font-size: 24px;
    color: #488fcd;
    border-bottom: 2px solid #9dc3e4;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-us {
    font-size: 16px;
}

.about-img {
    float: left;
    margin-right: 30px;
}

.smallimgs {
    clear: both;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}

.smallimgs img {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
    float: left;
}

.about-video-container {
    float: left;
    margin-right: 25px;
}

.about-us p {
    overflow: hidden;
    margin-top: 20px;
}

.about-us h4 {
    color: #488fcd;
    font-size: 20px;
}


.about-icon {
    position: relative;
    padding-left: 90px;
    line-height: 40px;
}

.about-icon:before {
    content:"";
    display: block;
    position: absolute;
    left: 0;
}

p.about-withpadding {
    padding-left: 90px;
    margin-bottom: 40px;
}

.about-transport-icon:before {
    width: 40px;
    height: 47px;
    background: url(../img/img/about-transport-icon.png);
    top: 5px;
}

.about-entertainment-icon:before {
    width: 43px;
    height: 39px;
    background: url(../img/img/about-entertainment-icon.png);
    top: 5px;
}

.about-truck-icon:before {
    width: 48px;
    height: 30px;
    background: url(../img/img/about-truck-icon.png);
    top: 5px;
}

.about-tourism-icon:before {
    width: 38px;
    height: 38px;
    background: url(../img/img/about-tourism-icon.png);
    top: 5px;
}

.about-bluebullet-ul {
    overflow: hidden;
    padding-left: 50px;
    list-style: none;
}

.about-bluebullet-ul li {
    margin-top: 15px;
}

.about-bluebullet-ul li:before {
    content:"•";
    color:#488fcd;
    margin-right: 10px;
}

.bluetext {
    color: #488fcd;
}

.about-imgs-col img {
    clear: both;
    margin-bottom: 20px;
}

.about-arrows-ul {
    overflow: hidden;
    padding-left: 0;
    list-style: none;
}

.about-arrows-ul li {
    margin-top: 15px;
    padding-left: 50px;
    position: relative;
}

.about-arrows-ul li:before {
    content:"";
    margin-right: 10px;
    display: block;
    width: 36px;
    height: 8px;
    background: url(../img/img/about-arrow-marker.png);
    position: absolute;
    left: 0;
    top: 7px;
}

.jumbo-awards {
    background-color: #e2edf9;
    padding-bottom: 20px;
}

#awards-slider {
    position: relative;
    padding: 0 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.jumbo-awards img {
    margin-left: 5px;
    float: left;
}

.awards-slider-left, .awards-slider-right {
    display: block;
    width: 28px;
    height: 27px;
    background-color: #488fcd;
    border-radius: 50%;
    position: absolute;
    top:40%;
}

.awards-slider-left {
    left: -10px;
    background-image:url(../img/img/awards-slider-left.png);
    background-position: 45% 45%;
    background-repeat:  no-repeat;
}

.awards-slider-right {
    right: -10px;
    background-image:url(../img/img/awards-slider-right.png);
    background-position: 55% 45%;
    background-repeat:  no-repeat;
}

.corp-clients h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
    color: #488fcd;
}

.corp-clients p {
    font-size: 18px;
}

ul.tickbullet {
    padding: 0;
}

ul.tickbullet li{
    list-style: none;
    margin-top: 20px;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}

ul.tickbullet li:before {
    content: "";
    display: block;
    width: 20px;
    height: 21px;
    background: url(../img/img/tickbullet.png);
    position: absolute;
    left: 0;
    top: 2px;
}

.corp-clients .blue-border-content {
    margin-top: 50px;
}

.corp-clients .blue-border-content p {
    font-size: 16px;
    margin: 0;
}

ul.corp-contract-steps {
    padding: 0;
    margin-top: 80px;
    margin-bottom: 50px;
}

ul.corp-contract-steps li {
    list-style: none;
    text-align: center;
    font-size: 16px;
}

ul.corp-contract-steps li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: #488fcd;
    border-radius: 50%;
    margin-bottom: 10px;
}

.side-form {
    margin-bottom: 20px;
}

.side-form h4 {
    text-transform: uppercase;
    font-size: 24px;
    color:#488fcd;
}


.side-form-cont {
    background-color: #488fcd;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 5px 20px 3px;
    border-bottom: 3px solid #407da6;
}

.side-form-cont label {
    font-size:18px;
    font-weight: 300 !important;
    margin-top: 15px;
    line-height: 18px;
}

.side-form-cont label span {
    color:#ff0000;
}

.side-form-cont .sidesradios {
    text-transform: none;
    width: 100%;
}

.side-form-cont .sidesradios div {
    display: inline-block;
    margin-left: 3px;
}


.side-form-cont input, .side-form-cont textarea {
    width: 100%;
    border-radius: 6px;
    outline: none;
    border: none;
    box-shadow: 0px 3px 0px 0.00px rgba(64, 125, 166, 0.75);
    color: #488fcd;
    padding: 3px 5px;
}

.side-form-cont input[type="submit"] {
    text-transform: uppercase;
    font-size: 32px;
    background-color: #488fcd;
    border: 2px solid #fff;
    color: #fff;
}

.side-specialists {
    background-color: #f1f6fb;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 15px;
}

.side-specialists h5 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.side-specialists a {
    text-decoration: none;
    border-bottom: 1px dotted #488fcd;
}

.side-specialists a:hover {
    border: none;
    color: #488fcd;
}

.spec:nth-child(2) {
    margin-bottom: 30px;
}

.estate-cont {
    font-size: 18px;
}

.estate-cont h3 {
    text-transform: uppercase;
    color:#488fcd;
    font-size: 24px;
}


.news-list-item {
    background-color: #f3f3f3;
    border-radius: 10px;
    border-bottom: 3px solid #a6c3d5;
    overflow: hidden;
    margin-bottom: 25px;
    min-height: 200px;
}

.news-list-item-img {
    background-color: #c7def2;
    padding: 45px 15px;
    border-right: 1px solid #407da6;
    height: 100%;
    text-align: center;
}

.news-list-item-cont {
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}

.news-list-item-cont h4 {
    font-size: 24px;
    color: #444444;
    padding-bottom: 10px;
    border-bottom: 1px solid #407da6;
}

.estate-bordered-blocks {
    overflow: hidden;
    margin: 30px 0;
}

.estate-bordered-blocks img {
    margin: 40px 0;
}

.estate-bordered-block {
    padding: 10px;
    text-align: center;
}

.estate-bordered-block p {
    text-align: center;
}

.estate-bluebullet-ul {
    padding: 0;
    font-size: 16px;
    margin-bottom: 30px;
}



.estate-bluebullet-ul li {
    margin: 0;
}

.estate-bluebullet-ul a {
    border-bottom: 1px dotted #488fcd;
    text-decoration: none;
}

.estate-bluebullet-ul a:hover {
    color: #488fcd;
    border: none;
}

.side-form .side-form-cont input[type=radio] {
    width: auto;
    box-shadow: none;
}

.side-form .side-form-cont .input-group .input-group {
    text-transform: none;
    margin-top: 10px;
}


.sideform-icon {
    display: inline-block;
    margin-left: 3px;
    margin-right: 5px;
}

.sideform-wherefrom-icon {
    background: url(../img/img/sideform-wherefrom-icon.png) no-repeat;
    width: 21px;
    height: 21px;
    padding: 0; 
}

.sideform-whereto-icon {
    background: url(../img/img/sideform-whereto-icon.png) no-repeat;
    width: 21px;
    height: 21px;
    padding: 0;
}

.sideform-date-icon {
    background: url(../img/img/sideform-date-icon.png) no-repeat;
    width: 25px;
    height: 25px;
    padding: 0;
}

.sideform-airline-icon {
    background: url(../img/img/sideform-airline-icon.png) no-repeat;
    width: 20px;
    height: 23px;
    padding: 0;
}

.sideform-flightclass-icon {
    background: url(../img/img/sideform-flightclass-icon.png) no-repeat;
    width: 21px;
    height: 23px;
    padding: 0;
}

.side-form-cont .flightclass-btns {
    text-transform: none;
    color: #444444;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px #005288;
}

.side-form-cont .flightclass-btns label {
    background-color: #fff;
    font-size: 16px;
    border-radius: 10px;
    padding: 5px;
}

.side-form-cont .flightclass-btns label:first-child {
    border-right: 1px solid #205897;
}
  
.side-form-cont .flightclass-btns label.active {
    background-color: #d9d9d9;
}

.side-form-cont .selects, .side-form-cont .selects label {
    text-transform: none;
    font-size: 16px;
    text-align: center;
}

.side-form-cont .selects {
    margin-bottom: 20px;
}

.sideform-select {
    padding: 8px 20px;
    color: #777777;
    border-radius: 10px;
    border-bottom: 2px solid #205897;
    width: 96px!important;
    background-color: #fff;
    float: none !important;
}

.sideform-select .select-arrow {
    width: 14px;
    height: 9px;
    background: url(../img/img/sideform-selectarrow.png);
}

.date .input-group-addon {
    background-color: #fff;
    padding: 4px;
    border: none;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0px 3px 0px 0 rgba(64, 125, 166, 0.75);
}

.pickdate-icon {
    width: 21px;
    height: 21px;
    background: url(../img/img/pickdate-icon.png);
    cursor: pointer;
}

.dhl-header {
    margin-bottom: 25px;
    width: 100%;
}

.black-title {
    text-transform: uppercase;
    font-size: 24px;
    color: #000000;
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.black-title:before {
    content:  url(../img/img/compass-icon.png);
    width: 32px;
    height: 32px;
    margin-right: 10px;
    position: relative;
    top: 7px;
}

.dhl-bordered-blocks {
    margin: 20px 0;
    overflow: hidden;
}

.dhl-bordered-block {
    text-align: center;
    padding: 10px;
    min-height: 113px;
}

.dhl-bordered-block p {
    font-size: 16px;
    text-align: center;
}

.dhl-table {
    font-size: 14px;
    font-weight: 600;
}

.dhl-table>tbody>tr:first-child {
    background-color: #488fcd !important;
    color: #fff;
}

.dhl-table>tbody>tr:first-child th {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.dhl-table>tbody>tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.dhl-table>tbody>tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.dhl-table>tbody>tr>td, .dhl-table>tbody>tr>th {
    border: none !important;
}

.dhl-table>tbody>tr>td, .dhl-table>tbody>tr>th {
    padding: 15px 5px;
}

.dhl-table>tbody>tr:nth-of-type(odd) {
    background-color: #e4eef8;
}

.newslist-cont .news-list-item {
    position: relative;
}

.newslist-cont .news-list-item h4{
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 30px;
}

.newslist-cont .news-list-item p {
    color: #444;
}

.newslist-cont .news-list-item .newsdate {
    color: #444;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.newsnumber {
    color:#488fcd;
    font-size: 18px;
    padding-left: 15px;
    padding-top: 5px;
}

.newslist-cont .pagination {
    margin: 0;
    padding-right: 30px;
}

.newslist-cont .pagination li.active a {
    background-color:#488fcd;
}

.newslist-cont .pagination li a{
    border-radius: 3px;
    margin-right: 5px;
    font-size: 18px;
    padding: 0 5px;
    border-color: #488fcd;
}

.news-article-cont p {
    font-size: 18px;
}

.news-article-cont p.bluetext {
    font-size: 16px;
}

.news-article-cont .intro {
    margin: 40px 0;
    overflow: hidden;
}

.news-article-cont .intro img {
    float: left;
    margin-right: 30px;
}

.article-bottom {
    margin-top: 30px;
    padding: 0 15px;
}

.news-article-cont .allnews {
    color: #488fcd;
    font-size: 16px;
    text-decoration: underline;
}

.payment-cont h3 {
    color:#488fcd;
    font-size: 24px;
    text-transform: uppercase;
}

.payment-cont p {
    font-size: 18px;
}

.payment-cont p span {
    font-weight: 600;
}

.payment-cont h4 {
    background-color: #488fcd;
    border-radius: 10px;
    border-bottom: 3px solid #407da6;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    font-size: 24px;
    margin: 30px 0;
}

.payment-cont .row {
    margin: 30px 0;
}

.payment-cont .row>div {
    text-align: center;
}

.payment-cont .row>div:first-child {
    margin-left: 0;
}

.payment-cont .row .img img {
    width: 100%;
}

.payment-cont .row .blue-border-content {
    color: #488fcd;
    padding: 15px;
    font-size: 16px;
}

.payment-cont .blue-border-content:hover {
    background-color:#488fcd;
    color: #fff;
    cursor: pointer;
}

.payment-cont .rowwithimg .blue-border-content {
    margin-top: 20px;
    text-align: center;
}

.payment-cont .blue-border-content.toosmall {
    padding: 26px 15px;
}

.payment-cont .blue-border-content.waytoosmall {
    padding: 37px 15px;
}

.payment-cont .imgcards {
    float: left;
    margin-right: 30px;
}

.mapmarkers {
    padding: 0;
}

.mapmarkers li {
    list-style: none;
    color:#488fcd;
    font-size: 18px;
    float: left;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.mapmarkers li a {
    text-decoration: none;
    border-bottom: 1px dashed #488fcd;
}

.mapmarkers li a:hover {
    border: none;
    color: #488fcd;
}

.mapmarkers li:before {
    content: url(../img/img/geomarker.png);
    margin-right: 30px;
    position: relative;
    top: 10px;
}

.clear {
    clear: both;
}

.payment-cont h5 {
    color:#488fcd;
    font-size: 24px;
    margin: 30px 0;
    border-top: 1px solid #bfd8ee;
}

.payment-cont h5:first-of-type {
    border: none;
}

.payment-cont h5:before {
    margin-right: 20px;
    position: relative;
    top: 15px;
}

.payment-cont .yandexmoney:before {
    content: url(../img/img/yandexmoney.png);
}

.payment-cont .webmoney:before {
    content: url(../img/img/webmoney.png);
}

.payment-cont .qiwi:before {
    content: url(../img/img/qiwi.png);
}

.payment-cont .elexnet:before {
    content: url(../img/img/elexnet.png);
}

.payment-cont .freekassa:before {
    content: url(../img/img/freekassa.png);
}

.payment-cont .euroset:before {
    content: url(../img/img/euroset.png);
}

.payment-cont .russianpost:before {
    content: url(../img/img/russianpost.png);
}

.payment-cont .estate-bluebullet-ul li {
    font-size: 18px;
}

.railway-order-cont h3 {
    color:#488fcd;
    text-transform: uppercase;
    font-size: 24px;
}

.railway-order-cont p {
    font-size: 18px;
}

.big-order-form {
    margin-top: 15px;
    margin-bottom: 25px;
}

.railway-order-cont .support {
    text-align: center;
    margin: 50px 0;
}

.railway-order-cont .support p:before {
    content: url(../img/img/support-icon.png);
    margin-right: 5px;
    position: relative;
    top: 10px;
}

.railway-order-cont .side-form-cont {
    background:linear-gradient(to top, #76abda 0%, #76abda 10%, #488fcd 10%, #488fcd 100%);
    padding-top: 30px;
    padding-bottom: 50px;
}

.railway-order-cont .side-form-cont label {
    font-size: 24px;
}

.railway-order-cont .side-form-cont input[type="submit"] {
    margin-top: 40px;
    width: auto;
    padding: 5px 55px;
}

.railway-order-cont .side-form-cont .pull-left, .railway-order-cont .side-form-cont .pull-right {
    width: 40%;
}

.railway-order-cont .side-form-cont > .input-group {
    width: 100%;
    padding: 0 30px;
}

.railway-order-cont .side-form-cont .doublearrows img {
    margin-top: 40px;
}

.footer-menu-small .social-btns {
    display: inline-block;
}


@media screen and (max-width:1200px) {
        .side-form-cont label {
            max-width: 156px;
        }
        .side-form-cont .sidesradios div {
            width: 100%;
            text-align: center;
        }
        .jumbo-big-block {
        margin-top: 20px;
    }
    .special-offers a .offer h4 {
        font-size: 20px;
    }
    .additional-services-main li a { 
        font-size: 16px;
    }
    .footer-phone p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .topnav .navbar-nav li {
        text-align: center;
    }
    .topbar .container {
        text-align: center;
    }
    .top-tickets-menu {
        height: auto;
        overflow: hidden;
        margin-top: -30px;
    }
    .top-tickets-menu ul li a {
        width: 100%;
        border-radius: 10px;
        margin-left: 15px;
    }
    .about-video-container, .about-video-container img {
        width: 100%;
        margin: 0;
        float: none;
    }
    .news-list-item-img {
        border-right: none;
        border-bottom: 1px solid #407da6;
        text-align: center;
    }
    .jumbo-big-block .btn-group {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .reasons {
        margin-left: 0;
    }
    .additional-services-main li {
        margin-bottom: 10px;
    }
    .railway-order-cont .side-form-cont .doublearrows{
        margin-top: 10px;
    }
    .railway-order-cont .side-form-cont .doublearrows img {
        margin: 0;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-logo span {
        display: block;
        margin: 0;
    }
    .footer-phone, .footer-phone p {
        text-align: center;
        font-size: 18px;
        line-height: 40px;
    }
    .footer-phone p {
        font-size: 22px;
    }
    .footer-phone a {
        font-size: 18px;
    }
    .footer-menu-small ul {
        padding-left: 20px;
    }
    .footer-menu-small nav ul li {
        margin-left: 0;
        margin-top: 10px;
    }
    .footer-menu-small .navbar-right {
        padding-left: 20px;
        font-size: 14px;
        margin-top: 10px;
    }
    .mainfooter-bottom {
        text-align: center;
    }
    .mainfooter-counters {
        margin-top: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .railway-order-cont .side-form-cont input[type="submit"] {
        font-size: 16px;
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .jumbo-big .container .row:first-child {
        display: none;
    }
    .jumbo-small .jumbo-big-block {
        margin-top: 5px !important;
    }
    .about-img, .news-article-cont .intro img {
        width: 100%;
        float: none;
    }
    
}
.biletix__wl__title {
	display: none !important;
}
.biletix__wl__title_right {
	/*top: auto !important;
	bottom: 0 !important;*/
    display: none !important;
}
.banner {
	margin-bottom: 20px;
	border: 1px solid;
	border-color: #488fcd;
}
.p-right {
	margin-right: 20px;
}
#content {
	text-align: justify;
}
.side-form-cont input[type="submit"] {
    margin-top: 40px;
    width: auto;
    padding: 5px 55px;
}
.side-form-cont > .input-group {
    width: 100%;
    padding: 0 30px;
}
.side-form-cont .doublearrows img {
    margin-top: 40px;
}
