.page_title{
    color: #fff;
    text-transform: uppercase;
    font-family: ProximaNova-Bold;
    font-size: 48px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: calc(25vh - 24px);
}
@media screen and (max-width: 640px) {
    .page_title{
        font-size: 36px;
        padding-top: calc(22vh - 24px);
    }
}

#section_about .about_block{
     background: url('../img/about_bcgr.png') no-repeat;
     padding: 45px 0 50px 0;
     margin: 0 auto;
     background-size: cover;
     background-position: center;
    min-height: calc(100vh - 160px);
 }
#section_about .about_block .about_content{
    font-size: 17px;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}
@media (min-width: 1800px) {
    #section_about .about_block .about_content{
        max-width: 1500px;
    }
}
@media (max-width: 786px) {
    #section_about .about_block .about_content{
        padding-top: 0;
    }
}

#section_insurance .insurance_block{
    background: url('../img/insurance_bcgr.jpg') no-repeat;
    padding: 45px 0 50px 0;
    margin: 0 auto;
    background-size: cover;
    background-position: top;
    min-height: calc(100vh - 160px);
}
#section_insurance .insurance_block .insurance_content{
    font-size: 17px;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}
.insurance_content p:first-child{
	margin: 19px 0 10px;
}
@media (min-width: 1800px) {
    #section_insurance .insurance_block .insurance_content{
        max-width: 1500px;
    }
}
#section_insurance ol{
    list-style: decimal;
    margin-left: 15px;
}
#section_insurance .insurance_managers, #section_insurance .insurance_phone, #section_insurance .insurance_docs{
    margin-top: 15px;
}
@media (max-width: 786px) {
    #section_insurance .insurance_block .insurance_content{
        padding-top: 0;
    }
}

#section_airtickets .airtickets_block{
    background: url('../img/airtickets_bcgr.jpg') no-repeat;
    padding: 45px 0 50px 0;
    margin: 0 auto;
    background-size: cover;
    background-position: top;
    min-height: calc(100vh - 160px);
}
#section_airtickets .airtickets_block .airtickets_content{
    font-size: 17px;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    color: #ffffff;
}
@media (min-width: 1800px) {
    #section_airtickets .airtickets_block .airtickets_content{
        max-width: 1500px;
    }
}
.airtickets_managers{
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
}
@media (max-width: 786px) {
    #section_airtickets .airtickets_block .airtickets_content{
        padding-top: 0;
    }

}

#section_trainings .trainings_block{
    padding: 45px 0 50px 0;
    margin: 0 auto;
    min-height: calc(100vh - 160px);
}
#section_trainings .trainings_block .trainings_img{
    background: url('../img/trainings_bcgr.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50vh;
}
#section_trainings .trainings_block .trainings_content{
    font-size: 17px;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    color: #000000;
}
@media (min-width: 1800px) {
    #section_trainings .trainings_block .trainings_content{
        max-width: 1500px;
    }
}
.trainings_managers{
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
}
@media (max-width: 786px) {
    #section_trainings .trainings_block .trainings_content{
        padding-top: 0;
    }
}

#section_traintickets .traintickets_block{
    background: url('../img/traintickets_bcgr.jpg') no-repeat;
    padding: 45px 0 50px 0;
    margin: 0 auto;
    background-size: cover;
    background-position: top;
    min-height: calc(100vh - 160px);
}
#section_traintickets .traintickets_block .traintickets_content{
    font-size: 17px;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    color: #ffffff;
}
@media (min-width: 1800px) {
    #section_traintickets .traintickets_block .traintickets_content{
        max-width: 1500px;
    }
}
.traintickets_managers{
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
}
@media (max-width: 786px) {
    #section_traintickets .traintickets_block .traintickets_content{
        padding-top: 0;
    }
}
#section_contacts .contacts_block{
    background: url('../img/contacts_bcgr.jpg') no-repeat;
    padding: 45px 0 50px 0;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 160px);
}
#section_contacts .contacts_block .contacts_content{
    font-size: 14px;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    color: #ffffff;
}
@media (min-width: 1800px) {
    #section_contacts .contacts_block .contacts_content{
        max-width: 1500px;
    }
}
.contacts_content>div{
    padding: 0;
}
.contacts_content .message_block{
    width: 100%;
    height: 350px;
}
.contacts_content .message_block>.message_back{
    position: relative;
    background-color: #ffffff;
    opacity: 0.9;
    width: 100%;
    height: 100%;
}
.contacts_content .contacts-map_block{
    width: 100%;
    height: 350px;
    background-color: #ffffff;
}
.contacts_content .contacts-map_block iframe{
    width: 100%;
    height: 100%;
}
.contacts_content .contacts-descr_block{
    width: 100%;
    height: 700px;
}
.contacts_content .contacts-descr_block>.contacts-descr_back{
    position: relative;
    background-color: #2B9ED7;
    opacity: 0.9;
    width: 100%;
    height: 100%;
}
.message_front{
    font-family: ProximaNova-Light;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    padding: 20px 30px;
    color: #000000;
}
.message_front input, .message_front textarea{
    border-radius: 0;
    background-color: #EDEDED;
    border: 0px;
}
.message_front .control-label{
    margin-top: 10px;
}
.message_front textarea{
    height: 80px;
}
.message_front .btn-default{
    border-radius: 0;
}
.contacts-descr_front{
    font-family: ProximaNova-Bold;
    font-size: 14px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 43px;
    color: #ffffff;
    word-wrap: break-word;
}
.contacts-descr_front>div{
    padding: 0;
}
.contacts-descr_front_phone, .contacts-descr_front_time,
.contacts-descr_front_time, .contacts-descr_front_pay, .contacts-descr_front_mails{
    margin-top: 20px;
}

#section_visa .visa_block{
   background: url('../img/visa_bcgr.jpg') no-repeat;
     padding: 45px 0 50px 0;
     margin: 0 auto;
     background-size: cover;
     background-position: center;
    min-height: calc(100vh - 160px);
 }
#section_visa .visa_block .visa_content{
    font-size: 17px;
    max-width: 1050px;
    width: 75%;
    margin: 0 auto;
    padding: 30px;
}
.visa_content .visa_select{
    width: 250px;
}
.visa_content .visa_text{
    margin-top: 25px;
}
.visa_content .row{
    margin-top: 15px;
}
.china_visa{
    background: url('../img/china_visa.svg') no-repeat;
     background-size: cover;
     background-position: center;
}
@media (min-width: 1800px) {
    #section_visa .visa_block .visa_content{
        max-width: 1500px;
    }
}
@media (max-width: 786px) {
    #section_visa .visa_block .visa_content{
        padding: 0;
    }
    .visa_content .visa_select{
        width: 100%;
    }
}
.china_visa_table{
    width: 100%;
    font-size: 14px;
    background-color: #ffffff;
}
.china_visa_table ul{
    list-style: disc;
    padding-left: 15px;
}
.china_visa_table thead th{
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle !important;
}

#section_weekend .weekend_block,
#section_tourism .tourism_block,
#section_country-tours .country-tours_block{
    padding: 45px 0 50px 0;
    min-height: calc(100vh - 160px);
}
#section_tourism .tourism_block .tourism_img{
    background: url('../img/tourism_bcgr.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50vh;
}
#section_weekend .weekend_block .weekend_img{
    background: url('../img/weekend_bcgr.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50vh;
}
#section_country-tours .country-tours_block .country-tours_img{
    background: url('../img/country-tours_bcgr.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50vh;
}
#section_tourism .tourism_block .tourism_content,
#section_country-tours .country-tours_block .country-tours_content {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
}
#section_weekend .weekend_block .weekend_content,
#section_weekend .weekend_block .weekend_content_more,
#section_tourism .tourism_block .tourism_content_more,
#section_country-tours .country-tours_block .country-tours_content_more {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 1800px) {
    #section_weekend .weekend_block .weekend_content,
    #section_tourism .tourism_block .tourism_content,
    #section_country-tours .country-tours_block .country-tours_content{
        max-width: 1500px;
    }
}

#section_cruise .cruise_block{
    padding: 45px 0 50px 0;
    margin: 0 auto;
    min-height: calc(100vh - 160px);
}
#section_cruise .cruise_block .cruise_img{
    background: url('../img/cruise_bcgr.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50vh;
}
#section_cruise .cruise_block .cruise_content{
    font-size: 17px;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}
.cruise_managers{
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
}
#section_cruise .cruise_block .cruise_content .panel-group .panel{
    border-radius: 0px;
    background: transparent;
    border: none;
    box-shadow: none;
}
#section_cruise .cruise_block .cruise_content .panel-group .panel *{
    background-color: transparent;
    font-family: "ProximaNova-Light";
}
#section_cruise .cruise_block .cruise_content .panel-group .panel .glyphicon{
    font-family: "Glyphicons Halflings";
}
#section_cruise .cruise_block .cruise_content .panel-default>.panel-heading{
     background-color: transparent;
}
#section_cruise .cruise_block .cruise_content .panel-default>.panel-heading>.panel-title>a{
    text-decoration: none;
}
#section_cruise .cruise_block .cruise_content .panel-default .panel-body{
    padding: 15px 35px;
}
#section_cruise .cruise_block .cruise_content .panel-default .panel-body .cruise_price{
    color: #f32b09;
    font-size: 20px;
    font-weight: 600;
}
.cruise_content .page-header{
	font-weight: 700;
	color: #1a9cda;
	text-transform: uppercase;
}
.cruise_more{
    color: #0645ad;
    text-decoration: underline;
    line-height: 25px;
    margin-left: 20px;
}

.tourism_content .grid,
.weekend_content .grid,
.country-tours_content .grid {
    padding: 20px 20px 20px 20px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.tourism_content .grid li,
.weekend_content .grid li,
.country-tours_content .grid li {
    display: inline-block;
    width: 430px;
    margin: 0;
    padding: 10px;
    text-align: left;
    position: relative;
}
.tourism_content .grid figure,
.weekend_content .grid figure,
.country-tours_content .grid figure {
    margin: 0;
    position: relative;
}
.tourism_content .grid figure img,
.weekend_content .grid figure img,
.country-tours_content .grid figure img.country_img_bcgr {
    max-width: 430px;
    display: block;
    position: relative;
    width: 100%;
    height: 270px;
}
.country-tours_content .grid figure .country_name img{
    margin-right: 10px;
}
.tourism_content .grid figcaption,
.weekend_content .grid figcaption,
.country-tours_content .grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #2c3f52;
    color: #FFFFFF;
}
.tourism_content .grid figcaption h3,
.weekend_content .grid figcaption h3,
.country-tours_content .grid figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
}
.tourism_content .grid figcaption a,
.weekend_content .grid figcaption a,
.country-tours_content .grid figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #ed4e6e;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 31.5em) {
    .tourism_content .grid,
    .weekend_content .grid,
    .country-tours_content .grid {
        padding: 10px 10px 10px 10px;
    }
    .tourism_content .grid li,
    .weekend_content .grid li,
    .country-tours_content .grid li {
        width: 100%;
        min-width: 300px;
    }
}
@media screen and (max-width: 640px){
    .tourism_content .grid li,
    .weekend_content .grid li,
    .country-tours_content .grid li{
        padding: 0;
    }
    .tourism_content .grid figure img,
    .weekend_content .grid figure img,
    .country-tours_content .grid figure img.country_img_bcgr {
        height: 200px;
    }
}

.tourism_content .cs-style-3 figure,
.weekend_content .cs-style-3 figure,
.country-tours_content .cs-style-3 figure{
    overflow: hidden;
}
.tourism_content .cs-style-3 figure img,
.weekend_content .cs-style-3 figure img,
.country-tours_content .cs-style-3 figure img.country_img_bcgr{
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.no-touch  .tourism_content .cs-style-3 figure:hover img,
.tourism_content .cs-style-3 figure.cs-hover img,
.no-touch  .weekend_content .cs-style-3 figure:hover img,
.weekend_content .cs-style-3 figure.cs-hover img,
.no-touch  .country-tours_content .cs-style-3 figure:hover img.country_img_bcgr,
.country-tours_content .cs-style-3 figure.cs-hover img.country_img_bcgr{
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.tourism_content .cs-style-3 figcaption,
.weekend_content .cs-style-3 figcaption,
.country-tours_content .cs-style-3 figcaption {
    height: 100px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .tourism_content .cs-style-3 figure:hover figcaption,
.tourism_content .cs-style-3 figure.cs-hover figcaption,
.no-touch .weekend_content .cs-style-3 figure:hover figcaption,
.weekend_content .cs-style-3 figure.cs-hover figcaption,
.no-touch .country-tours_content .cs-style-3 figure:hover figcaption,
.country-tours_content .cs-style-3 figure.cs-hover figcaption{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.country-tours_content .cs-style-3 .country_name{
    color: #DADA20;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgb(39, 82, 82);
}
.tourism_content .cs-style-3 figcaption a,
.weekend_content .cs-style-3 figcaption a,
.country-tours_content .cs-style-3 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.caption_left{
    float: left;
    width: 69%;
    height: 100%;
}
.caption_right{
    float: right;
    width: 30%;
    height: 100%;
}
@media screen and (max-width: 640px){
	.tourism_content_more{
		padding: 15px;
	}
	.tourism_content_more img{
		width: 100%;
		height: auto;
	}
}