body {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    color: rgb(255, 255, 255);
    background-image: url(/imgs/page_back.jpg);
}
.navbar-toggle:after {
    content: 'Меню';
    position: absolute;
    right: 100%;
    top: -1px;
    line-height: 34px;
    text-transform: uppercase;
    color: #f1a340;
    font-weight: 700;
    background: #fff;
    padding: 0px 5px;
}
.main-container {
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}
.main-container p, .main-container li, .main-container table {
    line-height: 1.4;
    color: #000;
    font-family: "Open Sans";
}

.c_img {
    margin: 0 auto;
    margin-bottom: 20px;
    height: 200px;
}
.c_row{
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-container h3 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: rgb(9, 114, 160);
    line-height: 40px;
    margin-bottom: 25px !important;
    font-family: "Open Sans";
}
.main-container h3.blue {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 0px;
    background-image: url(/imgs/h3_back.png);
    color: #fff;
}
.heavy {
    font-weight: 700;
}
.top_bar {
    height: 30px;
    width: 100%;
}

.nav>li>a {
    font-size: 17px;
    font-weight: bold;
    color: rgb(217, 228, 237);
    font-family: Open Sans;
    text-decoration: none;
    padding: 12px 19px !important;
    transition: all 0.2s ease;
}

.nav>li>a:hover {
    color: rgb(244, 181, 102);
    background: #436476;
    box-shadow: 0 4px rgb(244, 181, 102);
}
.cont {
    display: inline-block;
    margin: 0 5px;
}
.cont:last-of-type {
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
}
.switcher {
    z-index: 7;
    cursor: pointer;
}
.switcher .changer {
    display: none;
    position: absolute;
    right: 0px;
    top: 100%;
    border: solid 1px #FFF;
    z-index: 20;
    background: #fff;
    color: #005182;
    width: 70px;
}
.switcher .changer a {
    display: block;
    padding: 3px 8px;
    text-align: left;
    line-height: 20px;
}
.switcher .changer a:hover {
    color: #436476;
    font-weight: 700;
}
.switcher:hover .changer {
    display: block;
}
.the_flag {
    display: inline-block;
    margin-right: 5px;
    height: 20px;
}

.cont a {
    text-decoration: none !important;
}
.pho img {
    height: 40px;
}
.soc {
    position: relative;
}
.soc img {
    height: 30px;
    
}
.soc:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    height: 40px;
    width: 40px;
    border: solid 2px #fff;
    border-radius: 50%;
    z-index: -1;
}
.insta {
    height: 30px;
    padding: 4px;
}
.nav>.active>a {
    color: rgb(244, 181, 102);
    box-shadow: 0 4px rgb(244, 181, 102);
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.nav {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    background-image: url(/imgs/nav-back.png);
    margin-top: 20px;
    padding: 0 90px;
    margin-top: 25px;
    min-height: 43px;
}
.navbar-toggle {
    margin-top: 45px;
    border: solid 1px #fff;
    background: #fff;
    border-radius: 0px;
}
.navbar-toggle .icon-bar {
    background: #f1a340;
}
.top-phone-holder a {
    padding: 12px;
    display: block;
    text-decoration: none;
}
.top-phone-holder span {
    text-decoration: none;
    line-height: 69px;
    font-weight: 700;
    font-size: 20px;
}

.people_resting {
    margin: 0 auto;
}

.main_page_title {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgb(255, 255, 255);
    background-image: url(/imgs/main_big_back.png);
    margin-top: -35px !important;
    margin-bottom: -3px;
    text-align: center;
    font-size: 60px !important;
    font-weight: 700;
    line-height: 100px;
    height: 91px;
    width: 953px;
}
.main_h1 {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-image: url(/imgs/main_small_back.png);
    text-align: center;
    font-size: 46px !important;
    font-weight: 700;
    line-height: 65px;
    width: 624px;
    height: 70px;
    margin-top: -3px !important;
}

.c_block {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 100%;
}
.c_block_back {
    max-height: 100%;
    position: absolute;
    top: 0px;
    transition: all 0.4s ease;
}
.orange_back {
    left: 0px;
}
.white_back {
    right: 0px;
}
.c_block:hover .orange_back {
    transform: translateX(-50px);
}
.c_block:hover .white_back {
    transform: translateX(50px);
}
.white-box, .orange-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.uncircle{
    width:100%;
    height:300px;
    position:relative;
    overflow:hidden;
}
.uncircle:before{
    content: '';
    position: absolute;
    bottom: 0%;
    width: 60%;
    height: 120%;
    border-radius: 50%;
    transition: all 0.2s ease;
}
.orange-box .uncircle:before{
    -moz-box-shadow: 0px 0px 0px 80px #f1a340,0px 0px 0px 800px #f1a340,0px 0px 0px 8000px #f1a340,0px 0px 0px 80000px #f1a340,0px 0px 0px 800000px #f1a340;
    -webkit-box-shadow: 0px 0px 0px 80px #f1a340,0px 0px 0px 800px #f1a340,0px 0px 0px 8000px #f1a340,0px 0px 0px 80000px #f1a340,0px 0px 0px 800000px #f1a340;
    box-shadow: 0px 0px 0px 80px #f1a340,0px 0px 0px 800px #f1a340,0px 0px 0px 8000px #f1a340,0px 0px 0px 80000px #f1a340,0px 0px 0px 800000px #f1a340;
    left: -25%;
}
.white-box .uncircle:before{
    -moz-box-shadow: 0px 0px 0px 80px #fff,0px 0px 0px 800px #fff,0px 0px 0px 8000px #fff,0px 0px 0px 80000px #fff,0px 0px 0px 800000px #fff;
    -webkit-box-shadow: 0px 0px 0px 80px #fff,0px 0px 0px 800px #fff,0px 0px 0px 8000px #fff,0px 0px 0px 80000px #fff,0px 0px 0px 800000px #fff;
    box-shadow: 0px 0px 0px 80px #fff,0px 0px 0px 800px #fff,0px 0px 0px 8000px #fff,0px 0px 0px 80000px #fff,0px 0px 0px 800000px #fff;
    right: -25%;
}
.ceni_box .uncircle:before{
    -moz-box-shadow: 0px 0px 0px 80px #f1a340,0px 0px 0px 800px #f1a340,0px 0px 0px 8000px #f1a340,0px 0px 0px 80000px #f1a340,0px 0px 0px 800000px #f1a340;
    -webkit-box-shadow: 0px 0px 0px 80px #f1a340,0px 0px 0px 800px #f1a340,0px 0px 0px 8000px #f1a340,0px 0px 0px 80000px #f1a340,0px 0px 0px 800000px #f1a340;
    box-shadow: 0px 0px 0px 80px #f1a340,0px 0px 0px 800px #f1a340,0px 0px 0px 8000px #f1a340,0px 0px 0px 80000px #f1a340,0px 0px 0px 800000px #f1a340;
    left: -35%;
}
.c_block:hover .uncircle:before {
    left: 0%;
    right: 0%;
    border-radius: 0%;
    width: 100%;
}
.c_block .c_title {
    position: absolute;
    z-index: 2;
    width: 60%;
    text-align: center;
    padding: 20px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-shadow: 0 3px 4px rgba(121, 121, 121, 0.3);
}
.c_orange {
    background: url(/imgs/gif1.gif);
    background-size: cover;
}
.c_white:hover .c_block_back,
.c_orange:hover .c_block_back {
    opacity: 0;
}
.t1 {
    background: #fff;
}
.c_white {
    background: url(/imgs/gif2.gif);
    background-size: cover;
}
.the_orange {
    background: url(/imgs/gif1.gif);
    background-size: cover;
}
.the_white {
    background: url(/imgs/gif2.gif);
    background-size: cover;
}
.c_white:hover .c_block_back {
    opacity: 0;
}
.c_orange .c_title {
    right: 0px;
    color: #fff;
}
.c_white .c_title {
    left: 0px;
    color: #f1a340;
}
.c_block .c_button {
    position: absolute;
    z-index: 2;
    width: 40%;
    text-align: center;
    bottom: 20px;
    padding: 10px;
    text-decoration: none;
    border: solid 3px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.c_orange .c_button {
    right: 10%;
    color: #fff;
    border-color: #FFF;
}
.c_white .c_button {
    left: 10%;
    color: #f1a340;
    border-color: #f1a340;
}
.c_orange .c_button:hover {
    background: #FFF;
    color: #f1a340;
}
.c_white .c_button:hover {
    background: #f1a340;
    color: #FFF;
}

.tripple {
    width: 100%;
    height: 400px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}
.tripple .t1 {
    color: #f1a340;
}
.tripple_back {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.4s ease;
}
.t1:hover .tripple_back{
    transform: translateY(50px);
}
.tcircle{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
}
.tcircle:before{
    content: '';
    position: absolute;
    height: 70%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 80px #fff,0px 0px 0px 800px #fff,0px 0px 0px 8000px #fff,0px 0px 0px 80000px #fff,0px 0px 0px 800000px #ffffff;
    bottom: -35%;
}
.t1 .t_content {
    z-index: 4;
    color: #f1a340;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 40px;
    line-height: 40px;
    top: 25px;
}
.t1 .skidka {
    font-size: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f1a340;
    padding: 2px 10px;
    color: #fff;
}
.t1 .t_button {
    text-align: center;
    text-decoration: none;
    border: solid 3px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 16px;
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-color: #f1a340;
    font-weight: normal;
}
.t1 .t_button:hover {
    background: #f1a340;
    color: #FFF;
}
.t2 {
    background: #fff;
    color: #f1a340;
}
.t2 .ticket {
    margin: 0 auto;
    transition: all 0.4s ease;
}
.t2 .t_title {
    color: #f1a340;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}
.t2 .t_button {
    text-align: center;
    text-decoration: none;
    border: solid 3px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 16px;
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    border-color: #f1a340;
    padding: 10px;
}
.t2 .t_button:hover {
    background: #f1a340;
    color: #FFF;
}
.t2:hover .ticket{
    -o-transform: rotate3d(0, 1, 0, 360deg);
	-ms-transform: rotate3d(0, 1, 0, 360deg);
	-moz-transform: rotate3d(0, 1, 0, 360deg);
	-webkit-transform: rotate3d(0, 1, 0, 360deg);
	transform: rotate3d(0, 1, 0, 360deg);
}
.t3 {
    background: #0972a0;
    color: #fff;
}
.t3 .t_title {
    color: #ff9716;
    font-size: 34px;
    font-weight: 700;
    margin-top: 50px;
}
.t3 .t_place {
    color: #d7d7d7;
    font-size: 25px;
    font-weight: 700;
}
.t3 .t_adress {
    color: #fff;
    font-weight: 600;
}
.t3 .t_phone {
    margin-top: 15px;
}
.t3 .t_phone a{
    text-decoration: none;
    font-size: 20px;
}
.t3 .t_button {
    text-align: center;
    text-decoration: none;
    border: solid 3px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 16px;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    border-color: #ffffff;
    padding: 10px;
    background: #f6f6f6;
    color: #0972a0;
}
.t3 .t_button:hover {
    border-color: #f6f6f6;
    background: #0972a0;
    color: #FFF;
}
.doubles {
    margin-top: 15px;
    height: 280px;
    overflow: hidden;
}
#carousel {
    max-width: 100%;
    height: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    min-width: 100%;
}
.embed-responsive {
    height: 100%;
}

.instagram_lenta {
    margin-top: 15px;
    background: #0972a0;
    width: 100%;
    padding: 10px;
}

.footer {
    background: #085373;
    width: 100%;
    padding: 50px;
    line-height: 30px;
    font-size: 22px;
}
.footer a {
    text-decoration: none !important;
}
.footer img {
    height: 35px;
    margin: 0 10px;
}
.footer .the_call {
    border: solid 1px #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 30px;
    display: inline-block;
}
.footer .the_call:hover {
    background: #fff;
    color: #000;
}
.price_item {
    background:#ff9716;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    font-family: "Open Sans";
    width: 90%;
    margin: 0 auto;
}
.main-container h4 {
    font-weight: 400;
    font-size: 30px !important;
    text-align: center;
    color: rgb(9, 114, 160);
    line-height: 40px;
    margin-bottom: 0px !important;
}
.line_bottom {
    height: 20px;
    border-bottom: solid 2px rgb(9, 114, 160);
}
.hydro {
    margin-top: 10px;
}
.hydro_title {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    background-image: url(/imgs/hydro_back.png);
    font-size: 20px;
    font-weight: 700;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 15px auto;
}
.hydro_desc {
    padding: 10px 20px;
    color: #000;
    font-family: "Open Sans";
    text-align: center;
}
.no_c_r {
    background-repeat: no-repeat !important;
    background-size: inherit !important;
}
.about_desc {
    padding: 10px 20px;
    color: #000;
    font-family: "Open Sans";
    text-align: center;
}
.about_desc span {
    color:rgb(0, 51, 112);
    font-weight: 900;
}

.bron_toggle {
        text-align: center;
    text-decoration: none !important;
    border: solid 3px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 16px;
    width: 60%;
    display: block;
    margin: 10px auto !important;
    /* margin-top: 0px; */
    border-color: #f1a340;
    padding: 10px;
    color: #f1a340 !important;
    cursor: pointer;
    min-width: 165px;
}
.bron_toggle:hover {
    background: #f1a340;
    color: #FFF !important;
}

table.prices {
    width: 100%;
}
table.prices th {
    text-align: center;
    padding: 14px;
    color: #f1a340;
}
table.prices td, table.prices th {
    padding: 14px;
    border-right: solid 1px rgba(9, 114, 160, 0.02);
}
table.prices td:last-of-type, table.prices th:last-of-type {
    border-right: none;
}
table.prices tr {
    border-bottom: solid 1px rgba(9, 114, 160, 0.02);
}
table.prices tr:last-of-type {
    border-bottom: none;
}
.the_h_title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.the_h_title span {
    font-size: 12px;
    font-weight: 200;
}
table.prices thead tr {
    border-bottom: solid 1px rgba(9, 114, 160, 0.02) !Important;
}
.the_h_price {
    text-align: center;
}
#order_call {
    padding: 0px;
}
.soc_h3 {
    text-align: center;
    font-weight: 700;
    margin-top: 20px !important;
}
.text-left {
    text-align: left !important;
}
.copyright {
    padding: 5px;
    font-size: 12px;
    color: #e2e2e2;
    text-align: center;
    line-height: 12px;
    margin-bottom: 20px;
    width: 100%;
}
.bron_container {
    background: #fff;
    border-radius: 10px;
    color: #555;
}
.bron_container .bron_holder {
    margin: 20px auto;
}
.m_back {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.how_con {
    color: rgb(9, 114, 160);
    font-size: 20px;
    text-align: center;
}
.how_phone {
    color: rgb(9, 114, 160);
    font-size: 27px;
    text-decoration: none !important;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 80px;
}
.how_phone a {
    text-decoration: none !important;
}
.how_phone .glyphicon-send {
    color: #f1a440;
    display: inline-block;
    margin-right: 10px;
    border: solid 2px;
    border-radius: 50%;
    padding: 0px 9px 5px 5px;
    font-size: 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    transition: all 0.4s ease;
}
.how_phone .glyphicon-phone {
    color: #f1a440;
    display: inline-block;
    margin-right: 10px;
    border: solid 2px;
    border-radius: 50%;
    padding: 0px 6px 5px 5px;
    font-size: 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    transition: all 0.4s ease;
}
.how_phone a:hover .glyphicon-phone,
.how_phone a:hover .glyphicon-send {
    transform: rotate(360deg) scale(1.1);
    color: #0972a0;
}
.how_phone a:hover {
    color: #f1a440;
}
.in_blue {
    color: rgb(0, 51, 112);
}
.smaller {
        font-size: 30px !important;
}
.bron_time_holder {
    position: relative;
}

.vk_block {
    padding: 5px 20px;
    background: #fff;
    margin: 0px;
    font-size: 13px;
    line-height: 19px;
    color: #000;
}
.vk_block .vk_row {
    padding: 15px 0px;
    border-style: solid;
    border-color: rgb(231, 232, 236);
    border-image: initial;
    border-width: 1px 0px 0px 0px;
    margin: 0px;
}
.vk_block .vk_row:first-of-type {
    border-top: none;
}
.vk_block .vk_row .vk_img {
    border-radius: 50%;
    max-width: 100%;
}
.vk_first_row {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: rgb(66, 100, 139);
}
.vk_first_row a {
    text-decoration: none;
}
.vk_first_row span {
    color: rgb(147, 147, 147);
    font-weight: 200;
    margin-left: 5px;
}

#load_in a {
    width: 31%;
    margin: 1%;
    display: block;
    float: left;
    text-align: center;
}
#load_in a img {
    transition: all 0.2s ease;
    box-shadow: -2px 2px 6px #07628a;
}
#load_in a:hover img {
    transform: rotate(3deg);
}

#load_vk, #load_in {
    height: 477px;
}
#load_vk {
    overflow-x: auto;
}

.auth_form {
    background: #fff;
    display: inline-block;
    text-align: center;
    color: #000;
    padding: 20px;
    border: solid 2px #6fb8de;
    box-shadow: 0 3px 6px #828282;
    margin-top: 30px;
    border-radius: 10px;
}
.mobile_comment {
    background: #28a2d5;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    width: 300px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    position: relative;
}
.mobile_comment.bottom_c {
    margin-top: -15px;
}
.mobile_comment.top_c {
    margin-top: -15px;
}
.mobile_comment.bottom_c:after {
    content: '';
    border: 10px solid transparent;	border-right: 10px solid #FFF; border-bottom: 10px solid #FFF;
    position: absolute;
    right: 0px;
    top: 0px;
}
.mobile_comment.bottom_c:before {
    content: '';
    border: 10px solid transparent;	border-left: 10px solid #FFF; border-bottom: 10px solid #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
}
.mobile_comment.top_c:after {
    content: '';
    border: 10px solid transparent;	border-right: 10px solid #FFF; border-top: 10px solid #FFF;
    position: absolute;
    right: 0px;
    top: 0px;
}
.mobile_comment.top_c:before {
    content: '';
    border: 10px solid transparent;	border-left: 10px solid #FFF; border-top: 10px solid #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
}

.navbar-collapse {
    border-top: 0px;
}
@media (max-width: 1100px) and (min-width: 800px) {
    .main_page_title {
        width: 100%;
    }
    .bron_holder {
        width: 100% !important;
        font-size: 12px;
    }
    .bronier {
        width: 33.3% !important;
    }
    .bron_models {
        font-size: 11px !important;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {

    .nav>li>a {
            padding: 5px 10px !important;
            
    }
    .nav {
        height: 30px !important;
        min-height: 30px;
        padding: 0px 45px;
    }

}
@media (max-width: 1000px) and (min-width: 768px) {
        .navbar-header {
        width: 100%;
        text-align: center;
        height: 90px;
    }
    .navbar-brand {
        width: 100%;
    }
    .navbar-brand img {
        display: inline-block;
    }
}

@media (max-width: 999px) {
    .prices td{
        min-width: 130px;
    }
    .main_page_title {
        display: inline-block;
        width: 650px;
        height: 58px;
        line-height: 67px;
        font-size: 40px !important;
        margin-top: -22px !important;
    }
    .center_mobile {
        text-align: center !important;
    }
    .doubles {
        height: 200px;
    }
    .c_block .c_title, .t1 .t_content {
        width: 100%;
        font-size: 30px;
        line-height: 30px;
    }
    .c_block .c_button, .t1 .t_button {
        width: 90%;
        right: 5%;
        left: 5%;
    }
    .c_block .c_button:before, .t1 .t_button:before {
        content: '';
        display: block;
        left: -100px;
        top: -20px;
        height: 80px;
        width: 200%;
        position: absolute;
        z-index: -1;
    }
    .c_orange .c_button:before {
        background: #f1a340;
    }
    .c_white .c_button:before {
        background: #FFF;
    }
    .t1 .t_button {
        position: absolute;
    }
    .t1 .t_button:before {
        background: #FFF;
    }
    .c_block:hover .orange_back, .c_block:hover .white_back, .t1 .tcircle:hover {
        transform: none;
    }
    .c_block_back {
        width: 100%;
        height: auto;
    }
    .c_block, .t1, .t2 {
        border: solid 1px #f1a340;
    }
    .c_block .c_button {
        bottom: 14px;
    }
    
    .footer {
        padding: 10px;
    }
    
    .nav {
        padding: 0px 26px;
    }
    
    .main-container h3 {
        font-size: 16px;
        line-height: 20px;
    }
    
    .orange-box {
        background: rgba(0, 0, 0, 0.4);
    }
    
    .white-box {
        background: rgba(0, 0, 0, 0.4);
    }
    
    .uncircle:before {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    .c_white,.c_orange {
        background: #fff;
    }
    
    

}
@media (max-width: 700px) {
    .main_page_title {
        display: inline-block;
        width: 325px;
        height: 29px;
        line-height: 30px;
        font-size: 25px !important;
        margin-top: -17px !important;
    }
    .main_h1 {
        line-height: 35px;
        width: 312px;
        height: 35px;
        font-size: 20px !important;
    }
    .smaller {
        font-size: 20px !important;;
    }
    #load_vk, #load_in {
        height: 380px;
    }
    .main-container h3 {
        font-size: 14px;
    }
    .t1 {
        height: 290px;
    }
}
@media (max-width: 767px) {
    .table-responsive {
        border-color: #28a2d5;
    }
}

