html, body {
    height:100%;
}
body {
    background: #FFF;
    font-family: Arial,Helvetica,sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 22px;
}
p {
    margin: 0 0 20px 0;
}
a {
    color: #337bae;
    text-decoration: none;
}
a:focus,
a:hover {
    text-decoration: underline;
}
a,
a:focus,
a:hover {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}
h1 {
    margin: 0px 0px 25px;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    font-size: 32px;
    line-height: 36px;
    color: #337bae;
    text-transform: uppercase;
}
h2 {
    margin: 0px 0px 20px;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
}
h3 {
    margin: 0px 0px 15px;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #337bae;
    text-transform: uppercase;
}
h3.small {
    margin: 0px 0px 15px;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #337bae;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-default {
    background: #337bae;
    color: #FFF;
    border: #337bae 1px solid;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-default:focus,
.btn-default:hover {
    background: #86B1CE;
    color: #FFF !important;
    border: #86B1CE 1px solid;
}
textarea:focus, 
input:focus, 
a:focus, 
*:focus {
    outline: none;
}
.btn:focus, 
.btn:active:focus, 
.btn.active:focus {
    outline: 0;
}
@media (min-width: 1200px) {
    .container {
        width: 1155px;
    }
}

/* ---------------------------------------------------------------------------- */

header {
    height: 95px;
}
header .navbar-default.menu {
    border-radius: 0px;
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
    width: 450px;
    margin-top: 40px;
}
header .navbar-default.menu .navbar-collapse {
    padding: 0px;
}
header .navbar-default.menu ul.nav > li > a {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    color: #337bae;
    padding: 0px;
}
header .navbar-default.menu ul.nav > li.open > a,
header .navbar-default.menu ul.nav > li > a:hover,
header .navbar-default.menu ul.nav > li.active > a {
    background: none !important;
    color: #000 !important;
    text-decoration: underline;
}
header .navbar-default.menu.left {
    float: left;
}
header .navbar-default.menu.left ul.nav > li {
    margin-left: 55px;
    margin-left: 45px;
}
header .navbar-default.menu.left ul.nav > li:first-child {
    margin-left: 0px;
}
header .navbar-default.menu.right ul.nav,
header .navbar-default.menu.right {
    float: right;
}
header .navbar-default.menu.right ul.nav > li {
    margin-right: 55px;
    margin-right: 45px;
}
header .navbar-default.menu.right ul.nav > li:last-child {
    margin-right: 0px;
}
header .navbar-default.menu ul.nav > li > ul.dropdown-menu > li > a {
    padding: 4px 15px;
    font-size: 14px;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    color: #337bae;
    margin-bottom: 1px;
}
header .navbar-default.menu ul.nav > li > ul.dropdown-menu > li > a:hover,
header .navbar-default.menu ul.nav > li > ul.dropdown-menu > li.active > a {
    background: #337bae;
    color: #FFF;
}
header .navbar-default.menu.right ul.nav > li > ul.dropdown-menu {
    left: inherit;
    right: 0px;
}
header .logo {
    width: 225px;
    height: 95px;
    float: left;
    text-align: center;
    padding: 0px 0px;
    position: relative;
    text-decoration: none;
}
header .logo img {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 36px;
    margin-bottom: 8px;
}
header .logo span {
    color: #3278ae;
    text-transform: uppercase;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    position: relative;
    z-index: 1;
    display: block;
    padding-left: 10px;
}
header .logo:before {
    content: '';
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    bottom: -60px;
    left: -5px;
    right: -5px;
}

#slider {
    background: url(../img/bg-slider.jpg) right center no-repeat;
    background: url(../img/bg-slider2.jpg) top center no-repeat;
    height: 575px;
    padding: 90px 0px 85px; 
}
#slider .item {
    width: 100%;
}
#slider .item > div img {
    width: 100%;
}
#slider .item .lt,
#slider .item .rt {
    position: relative;
}
#slider .item .lt .title {
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 50px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    font-size: 41px;
    line-height: 45px;
}
#slider .item .lt .title a,
#slider .item .lt .title span {
    min-height: 100%; 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center;
    text-decoration: none;
    color: #FFF;
}
#slider .item .rt .title {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    font-size: 31px;
    line-height: 35px;
    text-align: right;
}
#slider .item .rt .click-readmore {
    text-transform: uppercase;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #FFF;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    border: rgba(255,255,255,0.33) 1px solid;
    border-radius: 6px;
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    padding: 15px 0px;
}
#slider .item .rt .click-readmore:hover {
    background: rgba(255,255,255,0.33);
    text-decoration: none;
}
#slider .container {
    position: relative;
}
#slider .control .nav span {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    background: url(../img/nav-slider.png) 0px 0px no-repeat;
    margin-top: -16px;
    cursor: pointer;
}
#slider .control .nav span.next {
    right: -40px;
    right: -35px;
    background-position: -22px 0px;
}
#slider .control .nav span.prev {
    left: -40px;
}
#slider .control .nav span:hover {
    opacity: .5;
}
#slider .control .pagination {
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
}
#slider .control .pagination span {
    width: 10px;
    height: 10px;
    font-size: 0px;
    display: inline-block;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
}
#slider .control .pagination span.cycle-pager-active {
    width: 16px;
    height: 16px;
    background: #FFF;
    padding: 3px;
}

#catalogs {
    background: url(../img/bg-catalogs.jpg) top center no-repeat;
    height: 260px;
}
#catalogs #tabs {
    margin: 0px;
    padding: 0px;
}
#catalogs #tabs .ui-tabs-nav {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#catalogs #tabs .ui-tabs-nav li {
    float: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
#catalogs #tabs .ui-tabs-nav li a {
    margin: -1px -20px 0px;
    padding: 0px;
    width: 175px;
    height: 39px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    font-size: 15px;
    padding-top: 10px;
    text-decoration: underline;
}
#catalogs #tabs .ui-tabs-nav li.ui-tabs-active a {
    background: url(../img/click-catalogs.png) 0px 0px no-repeat;
    text-decoration: none;
}
#catalogs #tabs .ui-tabs-panel {
    margin: 15px 0px 0px;
    padding: 0px;
}
#catalogs .item {

}
#catalogs .item a {
    height: 135px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center;
}
#catalogs .item span {
    text-transform: lowercase;
    font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #FFF;
    display: block;
    text-align: center;
    margin-top: -10px;
}
#catalogs .item img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}
#catalogs .owl-pagination {
    width: 100%;
    margin: 0px;
    text-align: center;
    vertical-align: middle;    
    margin-top: 15px;
}
#catalogs .owl-pagination .owl-page {
    width: 10px;
    height: 10px;
    font-size: 0px;
    display: inline-block;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
    top: -3px;
    position: relative;
}
#catalogs .owl-pagination .owl-page.active {
    width: 16px;
    height: 16px;
    background: #FFF;
    top: 0px;
}

#slider .lt,
footer .lt,
section #content {
    width: 820px;
    float: left;
}
#slider .rt,
footer .rt,
section #sidebar {
    width: 285px;
    float: right;
}
#slider .item.right .lt {
    float: right;
}
#slider .item.right .rt {
    float: left;
}

section {
    padding: 60px 0px 95px;
}
section .block-info img.big {
    width: 445px;
    float: left;
    margin-left: -180px;
}
section .block-info .rt {
    float: right;
    width: 520px;
}
section .block-info .text-info {
    color: rgba(78,78,78,0.8);
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 25px;
}
section .block-info .text {
    margin-bottom: 25px;
}
section .click-readmore {
    color: #337bae;
    font-size: 14px;
    border: #bcbcbc 1px dotted;
    border-radius: 20px;
    padding: 7px 60px;
    position: relative;
    margin: 5px 0px 5px 5px;
    display: inline-block;
}
section .click-readmore:before {
    content: '+';
    font-size: 22px;
    color: #FFF;
    padding: 3px 8px;
    background: #86b1ce;
    border: #e0ebec 10px solid;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: -1;
}
section .click-readmore,
section .click-readmore:hover {
    text-decoration: none;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}
section .click-readmore:hover:before {
    background-color: #e0ebec;
    border-color: #86b1ce;
    color: #86b1ce;
}
#sidebar .block-news h3 {
    margin-bottom: 20px;
}
#sidebar .block-news .item {
    margin-bottom: 15px;
}
#sidebar .block-news .item .date {
    color: #505050;
    font-size: 11px;
    margin-bottom: 5px;
}
#sidebar .block-news .click-readmore {
    margin-top: 15px;
}

#gallery {
    margin-top: 60px;
    text-align: center;
}
#gallery h3 {
    margin-bottom: 30px;
}
#gallery .item {
    padding: 0px 15px;
}
#gallery .item img {
    width: 100%;
    border-radius: 6px;
}
#gallery .carousel {
    position: relative;
}
#gallery .carousel .owl-buttons > div {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    background: url(../img/nav-slider2.png) 0px 0px no-repeat;
    margin-top: -16px;
    cursor: pointer;
    font-size: 0px;
}
#gallery .carousel .owl-buttons > div.owl-next {
    right: -40px;
}
#gallery .carousel .owl-buttons > div.owl-prev {
    left: -40px;
    background-position: -22px 0px;
}
#gallery .carousel .owl-buttons > div:hover {
    opacity: .5;
}

footer {
    background: #e1ebed;
    padding: 65px 0px;
}
footer .phone {
    color: #337bae;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}
footer .phone a {
    color: #337bae;
    text-decoration: none;
}
footer .phone span {
    color: #adcad0;
}
footer .contacts {
    color: #899a9e;
    font-size: 11px;
    line-height: 20px;
    position: relative;
    z-index: 5;
}
footer .contacts a {
    text-decoration: underline;
}
footer .contacts a:hover {
    text-decoration: none;
}
footer .block-socials {
    float: left;
    margin-top: 22px;
    position: relative;
    z-index: 5;
}
footer .block-socials a {
    color: #b2c6cb;
    font-size: 20px;
    border: #4986b4 1px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 8px 0px;
    margin-right: 10px;
    float: left;
}
footer .block-socials a:hover {
    background: #4986b4;
    color: #e1ebed;
}
footer .logo {
    float: right;
    margin-top: 20px;
    position: relative;
    z-index: 5;
}
footer .logo img {
    width: 106px;
}
footer .container {
    position: relative;
}
footer .center {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 22px;
}
footer .copyright {
    border: #899a9e 1px dotted;
    color: #899a9e;
    font-size: 11px;
    border-radius: 20px;
    text-align: center;
    padding: 8px 40px;
    display: inline-block;
}

.fancybox-skin img,
.fancybox-skin {
    border-radius: 6px;
}
.fancybox-title {
    text-align: center;
}
#content .news-list .item {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: #bcbcbc 1px dotted;
}
#content .news-list .item .title {
    display: inline-block;
    margin-bottom: 10px;
}
#content .news-detail .date-time,
#content .news-list .item .date-time {
    color: #505050;
    font-size: 11px;
    margin-bottom: 5px;
    display: inline-block;
}
#content .news-list .item .preview_picture {
    float: left;
    width: 250px;
    margin-right: 25px;
}
#content .news-list .item .preview_picture img {
    width: 100%;
    border-radius: 6px;
}
#content .news-list .item .rt {
    margin-left: 275px;
}
#content .news-detail {
    margin-bottom: 25px;
}
#content .news-detail img.detail_picture {
    width: 100%;
    margin-bottom: 15px;
}
#content .pagination {
    width: 100%;
    text-align: center;
    margin: 0px 0px 25px;
    font-size: 12px;
}
#content h2.blue {
    /*color: #337bae;*/
    margin: -5px 0px 25px;
}
#content .videos-list .item,
#content .photos-list .item {
    float: left;
    width: 252px;
    margin: 0px 20px 20px 0px;
}
#content .videos-list .item img,
#content .photos-list .item img {
    border-radius: 6px;
    width: 100%;
}
#content .videos-list .item .title {
    display: block;
    margin-top: 5px;
    text-align: center;
}
#content .videos-list .item .preview_picture a {
    display: block;
    position: relative;
}
#content .videos-list .item .preview_picture a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.3) url(../img/play-icon2.png) 50% 50% no-repeat;
    border-radius: 6px;
}
#content .videos-list .item .preview_picture a:hover:before {
    background: url(../img/play-icon.png) 50% 50% no-repeat;
}
#content .video_detail {
    text-align: center;
    margin-bottom: 25px;
}
#content .video_detail iframe {
    display: inline-block;
    max-width: 100%;
}
#content .block-form {
    width: 500px;
}
#content .block-form .message {
    position: relative;
}
#content .block-form .message > div {
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    color: red;
    font-size: 11px;
    text-align: center;
    display: none;
}
#content .block-form span.red {
    color: red;
}
#content .block-form textarea {
    height: 150px;
}
#content .block-form input[type="email"].error,
#content .block-form input[type="text"].error,
#content .block-form textarea.error {
    background: #FFF5F5;
}
#content .search-page .item {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: #bcbcbc 1px dotted;
}
#content .search-page .item .title {
	display: inline-block;
	margin-bottom: 10px;
}
#content .search-page .item .desc {
	margin-bottom: 10px;
}
#content .search-page .item .desc b {
	color: #337bae;
}
#content .search-page .item .types {
	color: #505050;
	font-size: 11px;
	display: inline-block;
}
#content .search-page .error .notetext {
	text-align: center;
	color: red;
	display: block;
}
#sidebar .gsInformer {
    width: 100% !important;
    max-width: 285px;
    margin: 0px auto;
}

@media (max-width: 1199px) {
    header .navbar-default.menu {
        width: 357px;
    }
    header .navbar-default.menu.left ul.nav > li {
        margin-left: 30px;
        margin-left: 20px;
    }
    header .navbar-default.menu.right ul.nav > li {
        margin-right: 30px;
        margin-right: 22px;
    }
    #slider .lt, footer .lt, section #content {
        width: 683px;
    }
    #slider .rt, footer .rt, section #sidebar {
        width: 239px;
    }
    #slider {
        height: 509px;
        background-position: 65% 0px;
    }
    section .block-info img.big {
        width: 385px;
    }
    section .block-info .rt {
        width: 455px;
    }
    #content .videos-list .item,
    #content .photos-list .item {
        width: 205px;
    }
}
@media (max-width: 991px) {
    body {
        font-size: 12px;
        line-height: 20px;
    }
    h1 {
        font-size: 28px;
        line-height: 30px;
    }
    #slider .lt, footer .lt, section #content {
        width: 523px;
    }
    #slider .rt, footer .rt, section #sidebar {
        width: 182px;
    }
    #slider {
        height: 430px;
        background-position: 70% 0px
    }
    header .logo {
        width: 180px;
    }
    header .logo img {
        width: 130px;
    }
    header .logo:before {
        top: -45px;
        bottom: -45px;
    }
    header .navbar-default.menu {
        width: 270px;
    }
    #slider .item .lt .title {
        font-size: 31px;
        line-height: 36px;
    }
    #slider .item .rt .title {
        font-size: 21px;
        line-height: 26px;
    }
    #slider .item .rt .click-readmore {
        font-size: 13px;
        padding: 5px 0px;
    }
    #slider .control .nav span.prev {
        left: -25px;
    }
    #slider .control .nav span.next {
        right: -25px;
    }
    header .navbar-default.menu {
        margin-top: 20px;
        text-align: center;
    }
    header .navbar-default.menu ul.nav > li {
        float: none;
        display: inline-block;
        margin: 5px 15px 0px !important;
    }
    header .navbar-default.menu.right ul.nav > li {
        margin: 5px 25px 0px !important;
        margin: 5px 20px 0px !important;
    }
    header .navbar-default.menu.right ul.nav > li:first-child {
        margin: 5px 40px 0px 0px !important;
        margin: 5px 20px 0px 10px !important;
    }
    #catalogs #tabs .ui-tabs-nav li a {
        font-size: 13px;
    }
    section .block-info .text-info {
        font-size: 15px;
        line-height: 23px;
    }
    section .block-info .rt {
        width: 325px;
    }
    section .block-info img.big {
        width: 300px;
        margin-left: -120px;
    }
    section .click-readmore {
        font-size: 12px;
        padding: 7px 45px 7px 55px;
    }
    #gallery .carousel .owl-buttons > div.owl-prev {
        left: -25px;
    }
    #gallery .carousel .owl-buttons > div.owl-next {
        right: -25px;
    }
    footer .phone {
        font-size: 22px;
    }
    footer .copyright {
        padding: 8px 30px;
        margin-right: 95px;
    }
    #gallery .item {
        padding: 0px 10px;
    }
    #content .news-list .item .preview_picture {
        width: 200px;
    }
    #content .news-list .item .rt {
        margin-left: 225px;
    }
    #content .videos-list .item,
    #content .photos-list .item {
        width: 240px;
    }
}
@media (min-width: 768px) {
    .navbar-default.topmenu {
        display: none;
    }    
}
@media (max-width: 767px) {
    .navbar-default.menu {
        display: none;
    }    
    .navbar-default.topmenu {
        display: block;
        border: none;
        background: none;
        position: absolute;
    }
    .navbar-default.topmenu .navbar-toggle {
        border-color: #337bae;
        border-radius: 2px;
        background-color: #337bae;
    }
    .navbar-default.topmenu .navbar-toggle .icon-bar {
        background-color: #FFF;
    }
    .navbar-default.topmenu .navbar-toggle:focus,
    .navbar-default.topmenu .navbar-toggle:hover {
        background-color: #FFF;
    }
    .navbar-default.topmenu .navbar-toggle:focus .icon-bar,
    .navbar-default.topmenu .navbar-toggle:hover .icon-bar {
        background-color: #337bae;
    }
    .navbar-default.topmenu .navbar-collapse {
        background: #FFF;
        padding: 0px;
    }
    .navbar-default.topmenu ul.nav {
        margin: 0px;
    }
    .navbar-default.topmenu ul.nav > li > a {
        font-size: 15px;
        text-transform: uppercase;
        font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
        color: #337bae;
        margin-bottom: 1px;
    }
    .navbar-default.topmenu ul.nav > li.open > a,
    .navbar-default.topmenu ul.nav > li.active > a,
    .navbar-default.topmenu ul.nav > li > a:hover {
        background: #337bae !important;
        color: #FFF !important;
    }
    .navbar-default.topmenu ul.nav > li > ul.dropdown-menu {
        background: #F0F5F9;
        border-radius: 0px;
    }
    .navbar-default.topmenu ul.nav > li > ul.dropdown-menu > li > a {
        padding: 4px 15px;
        font-size: 14px;
        font-family: "HeliosCondCBold",Helvetica,Arial,sans-serif;
        color: #337bae;
        margin-bottom: 1px;
    }
    .navbar-default.topmenu ul.nav > li > ul.dropdown-menu > li > a:hover,
    .navbar-default.topmenu ul.nav > li > ul.dropdown-menu > li.active > a {
        background: #337bae !important;
        color: #FFF !important;
    }
    header {
        height: auto;
        padding: 25px 0px 20px;
    }    
    header .logo {
        padding: 0px;
        width: 156px;
    }
    header .logo:before {
        display: none;
    }
    header .logo img {
        width: 100%;
        margin-top: 0px;
    }
    #slider {
        padding: 45px 0px 85px;
        background-position: 75% 0px;
        height: auto;
    }
    #slider .item .lt {
        width: 100%;
        left: none;
    }
    #slider .item .rt {
        display: none;
    }
    #slider .control .nav span {
        z-index: 200;
    }
    #slider .control .nav span.prev {
        left: 25px;
    }
    #slider .control .nav span.next {
        right: 25px;
    }
    footer .rt, section #sidebar,
    footer .lt, section #content {
        width: 100%;
        float: none;
    }
    footer .lt, section #content {
        margin-bottom: 25px;
    }
    section .block-info img.big {
        margin-left: -90px;
    }
    section .block-info .rt {
        width: auto;
        float: none;
        margin-left: 230px;
    }
    #gallery {
        margin-top: 25px;
        text-align: left;
    }
    #gallery .carousel .owl-buttons > div.owl-prev {
        left: 0px;
    }
    #gallery .carousel .owl-buttons > div.owl-next {
        right: 0px;
    }
    section {
        padding: 60px 0px 75px;
    }
    footer {
        padding: 50px 0px;
    }
    footer .logo {
        margin-top: 0px;
    }
    footer .block-socials {
        margin-top: 2px;
    }
    footer .rt {
        text-align: center;
        margin-bottom: 25px;
    }
    footer .center {
        position: static;
    }
    footer .copyright {
        margin-right: 0px;
    }
    #content .videos-list .item,
    #content .photos-list .item {
        width: 47%;
        margin-right: 3%;
    }
    #content .video_detail iframe { 
        height: 350px;
    }
    #content .block-form { 
        width: 100%;
    }
}
@media (max-width: 549px) {
    h1 {
        font-size: 26px;
        line-height: 28px;
    }
    #slider {
        background-position: 80% 0px;
    }
    #slider .item .lt .title {
        font-size: 25px;
        line-height: 28px;
        left: 40px;
    }
    #slider .control .nav span {
        width: 18px;
        height: 26px;
        background: url(../img/nav-slider-small.png) 0px 0px no-repeat;
        margin-top: -13px;
    }
    #slider .control .nav span.next {
        background-position: -18px 0px;
    }
    #gallery .carousel .owl-buttons > div {
        width: 18px;
        height: 26px;
        background: url(../img/nav-slider2-small.png) 0px 0px no-repeat;
        margin-top: -13px;
    }
    #gallery .carousel .owl-buttons > div.owl-prev {
        background-position: -18px 0px;
    }
    section .block-info img.big {
        float: none;
        width: 100%;
        margin-left: -40px;
    }
    section .block-info .rt {
        margin-left: 0px;
    }
    #gallery .item {
        padding: 0px 5px;
    }
    footer {
        text-align: center;
    }
    footer .block-socials {
        float: none;
        text-align: center;
        margin: 0px 0px 15px;
    }
    footer .block-socials a {
        float: none;
        margin: 0px 5px;
        display: inline-block;
    }
    footer .logo {
        float: none;
    }
    footer .phone {
        margin-bottom: 15px;
    }
    #content .news-list .item .preview_picture {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    #content .news-list .item .rt {
        margin-left: 0px;
    }
    #content .videos-list .item,
    #content .photos-list .item {
        width: 100%;
        margin-right: 0%;
        float: none;
    }
    #content .video_detail iframe { 
        height: 250px;
    }
}