/* Global =================================================================== */
/*шрифты*/
@font-face {
    font-family: "ProximaNova-Bold";
    src: url("../fonts/ProximaNova-Bold.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "ProximaNova-Light";
    src: url("../fonts/ProximaNova-Light.ttf") format("truetype");
    font-style: normal;
}

html, body{
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    margin:0;
    font-family: "ProximaNova";
    padding:0;
    overflow-x: hidden;
}
h1, h2, h3 {
	color: #141313;
	font-family: "ProximaNova-Bold";
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
a {
    transition: .3s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
/* Wrapper ================================================================== */

#layout{
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* Header =================================================================== */

header{
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
    /*background: #1C1818;*/
     background: #311440;
}
.header2 {
    height: 90px;
    /*padding: 20px 0px;*/
    /*background: linear-gradient(90deg, #2A2323 20%, #221c1c 50%);*/
    background: #79339f;
}
#logo a:hover{
transform: scale(1.050);
left: 10px;
}
#logo a{
    display: block;
    position: relative;
    left: 0px;
    float: left;
    width: 175px;
    height: 90px;
    background: url(../images/logo.png) no-repeat left center;
    background-size: contain;
}

/* Header Navigation ======================================================== */

header .menu,
header .menu li { margin:0; padding:0; list-style: none; background:none; }

header .menu {
    position: relative;
    z-index: 15;
    height: 30px;
    line-height: 30px;
    padding-top:10px;
}
header .menu li:first-child .item {
padding-left: 0px;
}
header .menu .item{
    color: #bdabab;
    font-size: 14px;
    padding-left:20px;
    white-space: nowrap;
    text-transform: uppercase;
}

header .menu > li {
    float: left;
}

header .menu > li > a {
    display: block;
    padding: 0 5px;
    color:#ecf0f1;
    text-decoration: none;
    font-size: 12px;
}

header .menu > li > a:hover {
    color: #fff;
    font-size: 14px;
    transform: scale(1.050);
}

header .menu > li.active > a { color: #BDABAB;
    font-weight: bold; }
header .menu > li.active > a:hover {  }
header .menu > li.active > ul a:hover { color:#EEE; }

header .menu ul li a,
header .menu li.active ul li a {
    text-shadow: none;
    text-decoration: none;
    padding-right: 10px;
}

header .menu li ul li.active a{ color:#F5CF53; }
header .menu li ul li.active a:hover { color:#F5CF53; }

header .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

header .menu ul {
    visibility: hidden;
    position: absolute;
    top: 99%;
    left: -15px;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li {
    float: none;
    border-bottom: solid 1px #224674;
    background-color: #224674;
    color: #FFF;
}

header .menu ul li:last-child {
    border-bottom: none;
}

header .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    color:#A3CAE0;
}

header .menu ul li:hover > a { background-color: #224674; color: #FFF; }

header .menu ul ul {
    top: 0px;
    left: 90%;
}

header .menu li:hover > ul {
    visibility: visible;
}

header .menu ul { width:250px; }

header .menu ul li:last-child,
header .menu ul li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li:first-child,
header .menu ul li:first-child a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

header .menu > .folder a {
    padding-right: 8px;
}

/* Main Navigation =========================================================== */

nav {
    padding: 0;
    font-size:12px;
}

nav .menu,
nav .menu li,
nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu {
    position: relative;
    z-index: 5;
    /*margin-top: -20px;*/
    float: left;
}

nav .menu .item{
    background-image:none !important;
}

nav .menu > li {
    float: left;
}
.home_li a {
    font-size: 30px !important;
    padding: 24px 40px !important;
    z-index: 999;
    position: relative;
    /*background: #261F1F;*/
    transform: skew(20deg, 0deg);
    /*border-right: 1px solid #3F3535;*/
}
.home_li i {
    transform: skew(-20deg, 0deg);
}
.slide_buttons {
    padding-top: 40px;
}
.button_pod:hover {
background: #CE3935;
}
.button_uslugi {
    font-size: 16px;
    font-weight: bold;
    padding: 17px 40px;
    background: #141313;
    color: #fff !important;
    border-radius: 5px;
    text-transform: uppercase;
}
.button_uslugi:hover {
    background: #1B1919;
}
.button_pod {
    font-size: 16px;
    font-weight: bold;
    padding: 17px 40px;
    text-transform: uppercase;
    background: #00B8F1;
    margin-right: 20px;
    color: #fff !important;
    border-radius: 5px;
}
nav .menu > li:first-child {
    background:none;
}
.slider_main .body {
    padding: 0px !important;
}
nav .menu > li > a {
    display: block;
    font-size: 14px;
    padding: 35px 20px;
    /*color:#FFF;*/
    color: #f7f0f6;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.tel_ad {
    width: 61%;
    padding: 5px;
    float: right;
    margin-top: -10px;
    font-size: 16px;
}

#owl-demo .owl-prev:hover {
    opacity: .5 !important;
}
#owl-demo .owl-next:hover {
    opacity: .5 !important;
}
#owl-demo .owl-prev {
    background: #000 url(/templates/default/images/back-hover.png) 15px 15px no-repeat;
    padding: 20px 17px;
    background-size: 25px;
    color: transparent;
    opacity: 1;
    transition: .3s;
    border-radius: 50%;
}
#owl-demo .owl-next {
    background: #000 url(/templates/default/images/back-hover.png) 15px 15px no-repeat;
    padding: 20px 17px;
    background-size: 25px;
    color: transparent;
    transition: .3s;
    transform: scale(-1, 1);
    opacity: 1;
    border-radius: 50%;
}
#owl-demo .owl-buttons {
    position: absolute;
    bottom: 15px;
    padding-left: 140px;
}
.telefon i {
    position: relative;
    left: -65px;
    top: 15px;
    font-size: 30px;
    color: transparent !important;
    background: url(/templates/default/images/telephone.svg) no-repeat;
    background-size: 25px;
    background-position: 1px -5px;
    transform: rotate(-80deg);
    padding: 0px 30px;
}
.adres i {
    position: relative;
    left: -45px;
    top: 40px;
    font-size: 30px;
    color: transparent !important;
    background: url(/templates/default/images/pin.svg) no-repeat;
    background-size: 25px;
    background-position: 1px 0px;
    padding: 0px 30px;
}
.telefon span {
    display: block;
}
.telefon {
    width: 16.1%;
    float: left;
    border-right: 1px solid #555153;
    height: 100px;
    margin-top: 5px;
}
.adres {
    width: 30%;
    float: left;
    padding-left: 80px;
}
.adres span {
    display: block;
}
.info_slide {
    position: absolute;
    bottom: 0px;
    border-top: 1px solid #555153;
    width: 100%;
    height: 100px;
    color: #fff !important;
}
.in_slide {
    position: absolute;
    top: 16%;
    width: 64%;
    padding: 0px 150px;
}
.in_slide h2 {
    font-family: "ProximaNova-Bold";
    font-size: 40px;
    color: #fff;
    line-height: 60px;
}
#owl-demo .item {
    position: relative;
    height: 568px;
    overflow: hidden; 
}
#owl-demo .item img{
    display: block;
    width: 100%;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.7);
    height: 568px;
}
#owl-demo .owl-pagination {
   display: none;
}
.search_but {
    font-size: 30px !important;
    cursor:pointer;
    position: relative;
    left: 15px;
    /*top: 3px;*/
    top: 50%;
    transform: translateY(50%);
    color: #fff;
}
.header2 .widget_search {
    background-color: transparent;
    margin: 10px;
    padding: 0px;
    width: 51%;
    float: right;
    position: absolute;
    top: -30px;
    right: 290px;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    transition: .3s;
}
.form_s {
    transition: .3s;
    width: 55.6%;
    margin-left: 38%;
}
.form_s:hover .widget_search {
    visibility: visible;
    opacity: 1;
}
.header2 .widget_search .input {
    border: none;
    box-shadow: none;
    padding-left: 0px;
    font-size: 20px !important;
    color: #79339f !important;
    padding: 0px 50px;
    /*background: #261f1f;*/
    background: #fff;     
    position: absolute;
    font-size: 12px;
    height: 90px;
    top: 0px;
}
nav .menu > li:not(.home_li) > a:hover {
    /*background: #635353 !important;*/
     background: #311440 !important;
    
}

nav .menu > li.active > a { background: #2a2323 !important; }
nav .menu > li.active > a:hover {  }
nav .menu > li.active > ul a:hover { color:#00b8f1; }

nav .menu ul li a,
nav .menu li.active ul li a {
    color: #c7c7c7;
    font-family: "ProximaNova";
    font-size: 16px;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}

nav .menu li ul li.active > a{ color:#2980B9; }
nav .menu li ul li.active > a:hover { color:#2980B9; }

nav .menu ul li:hover > a { color: #00B8F1; text-decoration: underline !important;}

nav .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

nav .menu ul {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    position: absolute;
    top: 110%;
    z-index: 598;
    box-shadow: 0 1px 1px #000;
}
nav .menu ul li:last-child {
padding-bottom: 20px;
}
nav .menu ul li:first-child {
padding-top: 20px;
}
nav .menu ul li {
    float: none;
    background-color: #261F1F;
    background-color: #311440;
    color: #000;
    padding: 5px 15px;
}

nav .menu ul li:last-child {
    border-bottom: none;
}

nav .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    overflow: hidden;
}

nav .menu ul ul {
    top: 0px;
    left: 99%;
}

nav .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 99%;
}

nav .menu ul { width: 350px; margin-top: 1px; }

nav .menu ul li:last-child,
nav .menu ul li:last-child a {
}

nav .menu ul li:first-child,
nav .menu ul li:first-child a {
}

nav .menu > .folder > a {
    padding-right: 8px;
}

nav .menu > .folder > a > .wrap {
    padding-right: 20px;
    /*background: url("../images/nav-arrow-down-white.png") no-repeat;*/
    background-position: 50% 18px;
    padding: 5px 0px;
}

nav .menu ul *.folder > a {
    padding-right: 15px;
    background-image: url("../images/nav-arrow-right.png") !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

nav select { display: none; }

/* Body ===================================================================== */

#body{
}

/* Breadcrumbs ============================================================== */

#breadcrumbs { margin:-20px; margin-bottom: 20px; background:#ecf0f1; padding:0 10px; position: relative; display: none; }

#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }

#breadcrumbs ul{
    overflow: hidden;
}

#breadcrumbs ul li {
    height:32px; line-height:32px; float:left;
    font-size:12px;
    color:#2c3e50;
}

#breadcrumbs ul li a {
    color:#2c3e50;
}

#breadcrumbs ul li a:hover {
    color:#34495e;
    text-decoration: none;
}

#breadcrumbs ul li.sep {
    margin:0 10px;
    width: 4px;
    background: url("../images/nav-arrow-right-light.png") no-repeat left center;
}

#breadcrumbs ul li.home {
    width: 16px;
}

#breadcrumbs ul li.home a {
    display:block;
    width:16px;
    height:32px;
    background: url("../images/nav-home.png") no-repeat left center;
}

/* Section ================================================================== */

#body .sect {
    float:left;
    margin-top: 30px;
}

#body section article {
    padding-left: 30px;
    background:#FFF;
    margin-bottom: 10px;
}

#body section h1{
    margin-bottom: 35px;
    color:#34495e;
}

#body section h1 .parent_title{
    font-size:16px;
}

/* Sidebar ================================================================== */

#body aside{
    float:right;
    width:22.5%;
    padding-top: 30px;
    margin-bottom: 10px;
}

/* Sidebar Navigation ======================================================= */

#body aside .menu, #body aside .menu li { margin:0; padding:0; list-style: none; }

#body aside .menu ul{
    border: solid 1px #EDEDED;
    border-bottom: none;
}

#body aside .menu ,
#body aside .menu li ul {
    padding:0;
    background:#FFF;
}

#body aside .menu{
    margin:-9px;
    background: #F4F4F4;
}

#body aside .menu li ul {
    visibility: hidden;
    position:absolute;
    top:-1px;
    left: auto;
    right: 91%;
    width:220px;
    box-shadow: 0 1px 2px #666;
    z-index: 999;
}

#body aside .menu li {
	transition: .3s;
}

#body aside .menu li:hover,
#body aside .menu li.active {
    position: relative;
    z-index: 2;
    cursor: default;
    background: #E8E8E8;
}

/*#body aside .menu li:hover > a,
#body aside .menu li.active > a { color:#FFF; }*/

#body aside .menu li:first-child {
}

#body aside .menu li:last-child {
    border-bottom: none;
}

#body aside .menu li:hover > ul {
    visibility: visible;
}

#body aside .menu li.active:hover {
}

aside .menu .item{
}

#body aside .menu li.active .item {
    color:#000;
    font-weight: bold
}

#body aside .menu li.hover a {
}

#body aside .menu a,
#body aside .menu span.item {
    overflow: hidden;
    display:block;
    text-transform: uppercase;
    color:#000;
    text-decoration: none;
    padding:10px 10px;
    padding-left:36px;
}

#body aside .menu a:hover {
    color:#000;
}

#body aside .menu .counter{
    float:right;
    padding: 0px 7px;
    background: #376499;
    border-radius: 50px;
    font-size: 11px;
    color: white;
}

#body aside .menu li:hover .counter{
    background:#BDC3C7;
}

/* Footer =================================================================== */

footer{
    background: #1D1A1A;
    height: 60px;
    color: #7f8c8d;
    padding: 0 15px;
    clear:both;
    font-size:12px;
    margin-top: -5px;
}

footer ul, footer li {
    margin: 0; padding: 0; list-style: none;
}
.karta {
    background: url(/templates/default/images/sitemap.png) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    padding-left: 50px;
    padding: 0px 20px;
    position: relative;
    top: 15px;
}
.sitemap h3 {
    font-size: 20px;
}

.live {
    float: left;
    padding: 0px 20px;
}
.bloki a:hover {
    opacity: .6;
}
.bloki {
    width: 100% !important;
}
.tecama {
    background: url(/templates/default/images/tekama.png) no-repeat;
    width: 130px;
    background-size: 130px;
    background-position-y: 10px;
    float: left;
    height: 35px;
    position: relative;
    top: 15px;
    transition: .3s;
}
footer ul {
    overflow: hidden;

    color: #696969;
    font-size: 14px;
}

footer ul li {
    height: 60px;
    line-height: 60px;
    float:left;
    margin-right: 15px;
}

footer ul li:last-child { margin:0; }


footer a { color:#95a5a6; }
footer a:hover { color:#ecf0f1; }

footer span.item { padding:0 10px; border-left: solid 1px #7f8c8d; }

/* Footer SQL Debug ======================================================== */

#sql_debug{
    display:none;
}

#sql_queries .query{
    padding:10px;
    margin:10px;
    background:#FFF;
    border:solid 1px #DDD;
}

#sql_queries .query .src{
    font-size:12px;
    color:#999;
    margin-bottom:4px;
}
#sql_queries .query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
#sql_queries .red_query {
    color: #c0392b;
}
#sql_queries .green_query {
    color: #27ae60;
}

/* Footer Navigation ======================================================== */

footer #nav {
    float:right;
    margin-right: 0;
}

/* Site offline notice ====================================================== */

#site_off_notice{
    position: fixed;
    left:15px; top:15px;
    padding:5px 10px;
    padding-left:28px;
    background: url("../images/icons/error.png") no-repeat 8px center #FFF;
    border:solid 1px red;
    color:red;
}

/* Media Queries ============================================================ */

@media screen and (max-width: 980px) {
    #body section { width:100% !important; }
    #body aside {
        float: none !important;
        overflow: hidden;
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width: 800px) {
    #body section { width:100% !important; }
    nav { padding:5px; height:auto; }
    nav .menu { display:none; }
    nav select { display: block; }
    footer #info { display: none !important; }
}

@media screen and (max-width: 640px) {
    .content_item .ft_images .first_type_images:first-child {
        float: none;
        clear: both;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .filter-panel .fields .field:nth-child(odd), .filter-panel .fields .field:nth-child(even){
        float: none !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .content_item .ft_images .first_type_images:first-child > img {
        width: 100%;
    }
    header #logo { margin: 0 auto; overflow:hidden; width:200px; }
    header .menu {}
    .tabs-menu ul { display:none; }
    .tabs-menu select { display:block !important; }
    .widget > .title { font-size:14px !important; }
    .widget > .title .links { display:none; }
    .content_item .ft_image { float:none !important; }
}

@media screen and (max-width: 480px) {
    footer #nav {  }
    #breadcrumbs ul li:last-child {
        display: none;
    }
    h1 {
        font-size: 22px;
    }
    .content_list.featured .first .photo, .content_list.featured .first .fields, .content_list.tiled.albums_list .tile  {
        width: 100% !important;
    }
    .content_list_item.second .photo, .content_list_item.second .first {
        float: none !important;
        margin-right: 0 !important;
    }
    .content_list.featured .first .ft_caption a {
        font-size: 21px !important;
    }
    .content_list_item .ft_caption .value {
        font-size: 18px !important;
    }
}
/*uslugi*/
.image_us img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    transition: .3s;
}
.image_us {
    overflow: hidden;
    border-radius: 5px;
}
.image_us img:hover {
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7);
    filter: brightness(0.7);
}
.uslugi {
    background: #F1F1F1;
    margin-top: -10px;
    padding: 60px 0px;
}
.sec_title {
    color: #131313;
    font-family: "ProximaNova-Bold";
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.small_title {
    color: #838383;
    font-family: "ProximaNova-Light";
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.col-md-4 {
    padding: 0px;
}
.uslugi .col-md-4 {
    padding-left: 30px;
}
.uslugi .col-md-4:first-child {
    padding-left: 0px;
}
.title_uslugi_item a {
    color: #131313 !important;
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    font-weight: bold;
}
.title_uslugi_item {
    padding-top: 20px;
}
.desc_uslugi {
    color: #131313;
    font-family: "ProximaNova";
    font-size: 16px;
    padding-top: 10px;
}
.read_more {
    color: #0e95bf;
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline !important;
}
.knopla_uslugi a:hover {
    background: #1B1919;
}
.knopla_uslugi a {
    background: #79339f;
    color: #ececec;
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 5px;
}

.knopla_uslugi {
    /*float: right;*/
    /*position: relative;*/
    /*top: -65px;*/
    display: flex;
    justify-content: flex-end;
}
.read_more_company:hover {
    background: #1B1919;
}
.read_more_company {
    background: #79339f;
    color: #fff !important;
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
}
.btn_more {
    padding: 37px 0px;
}
.company {
    background: #fff url(/templates/default/images/bg-info.png) right no-repeat;
    padding: 60px 0px;
    /*background-size: 50% 50%;*/
    background-size: initial;
}
.company .small_title {
    padding-bottom: 25px !important;
}
.company .info {
    width: 65%;
}
.desc_company {
    color: #1d1919;
    font-family: "ProximaNova";
    font-size: 16px;
    padding-bottom: 15px;
}
.widget_content_list {
    width: 100%;
}
/*reviews*/
#owl-rev .item{
    background: #fff;
    padding: 40px;
    padding-bottom: 80px;
}
#owl-rev .item img{
  display: block;
  width: 100%;
  height: auto;
}
#owl-rev .owl-pagination {
    display: none;
}
#owl-rev .owl-prev:hover, #owl-rev .owl-next:hover {background-color: #E8E8E8 !important}
#owl-rev .owl-prev {
    background: #F3F3F3 url(/templates/default/images/arrow-l.png) no-repeat;
    color: transparent !important;
    background-size: 25px;
    background-position: 15px 13px;
    opacity: 1;
    border-radius: 0px;
    margin-right: 0px;
    padding: 17px 15px;
    transition: .3s;
}
#owl-rev .owl-next {
    background: #F3F3F3 url(/templates/default/images/arrow-r.png) no-repeat;
    color: transparent !important;
    background-size: 25px;
    background-position: 15px 13px;
    opacity: 1;
    transition: .3s;
    border-radius: 0px;
    margin-left: 0px;
    padding: 17px 15px;
}
.btn_rev a {
        font-size: 16px !important;
        text-transform: uppercase;
        position: absolute;
        bottom: 45px;
        left: 40px;
}
#owl-rev .owl-buttons {
    position: absolute;
    top: -5px;
    right: -5px;
}
.title_rev {
    color: #1d1919;
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: bold;
}
.rev_list {
    position: relative;
}
.btn_rev {
}
.reviews .small_title {
    /*padding-bottom: 40px;*/
    padding-bottom: 20px;
}
.zvyaz {
    position: relative;
}
.reviews {
    /*position: absolute;*/
    /*top: -494px;*/
    /*right: -1.5%;*/
    padding-bottom: 40px;
}
.knopla_reviews a {
    background: #79339f;
    color: #ececec;
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 5px;
}
.knopla_reviews{
    float: right;
    position: relative;
    top: -65px;
}

.reviews #layout {
    /* width: 360px; */
    padding-top: 20px;
}
.news {
    background: #F1F1F1;
    padding: 60px 0px;
    padding-bottom: 15px;
}
.news .col-md-4 {
    padding-left: 30px;
}
.news .col-md-4:first-child {
    padding-left: 0px;
}
.news .image_us img {
border-radius: 0px;
}
.news .image_us {
border-radius: 0px;
position: relative;
}
.kruto {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background-color: rgba(17,16,17,.8);
    width: 100%;
    padding: 10px 20px;
}
.reads {
float: left;
}
.date_pub {
float: right;
}
.title_news {
    color: #00b7f1;
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    padding-top: 20px;
}
.youtube {
    background: url(/templates/default/images/bg-youtube.jpg) no-repeat, url(/templates/default/images/player-bg.png) top center no-repeat;
    padding: 160px 0px;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.youtube .sec_title {
    color: #fff;
}
.subs_btn a {
    background: #1B1919;
    color: #ececec;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 5px;
}
.subs_btn a:hover {
    background: #BF2426;
}
.yout {
    color: #fff;
    float: left;
    width: 35%;
    font-size: 16px;
    padding-bottom: 37px;
}
.player {
    width: 55%;
    float: right;
    position: relative;
    top: -100px;
    margin-top: -78px;
}
/*instagram*/
.instagram {
    background: #F1F1F1;
    padding: 60px 0px;
}
.instagram_block .item {

}
.instagram_block .col-md-3 {
padding: 0px;
}
.instagram_block .col-md-3:nth-child(1){
	padding-left: 0px;
}
.instagram_block .col-md-3:nth-child(2){
	padding-left: 8px;
}
.instagram_block .col-md-3:nth-child(3){
	padding-left: 12px;
}
.instagram_block .col-md-3:nth-child(4){
	padding-left: 17px;
}
.instagram_block .item img {
width: 148px;
height: 148px;   
transition: .3s;
}
.instagram_block .items {
}
.instagram_block .title {
	color: #1d1919;
	font-family: "ProximaNova-Bold";
	font-size: 18px;
    padding-bottom: 30px;
	font-weight: bold;
	float: left;
}
.instagram_block .follow {
	color: #1d1919;
	font-family: "ProximaNova-Bold";
	font-size: 18px;
	font-weight: bold;
}
.instagram_block .title a {
	text-decoration: underline;
	font-family: "ProximaNova-Light";
	font-size: 16px;
	font-weight: normal;
}
.stats {
	float: right;
}
.instagram_block .title i {
	font-weight: bold;
	font-size: 25px !important;
}
.instagram_block {
	box-shadow: 0 0 18px rgba(0,0,0,.05);
	background: #fff;
	padding: 30px 50px;
	height: 280px;
    width: 65.5%;
}
.vk_sec {
	position: absolute;
    right: 0%;
    top: -333px;
}
.instagram_block .col-md-3 {
}
.soc_ic i {
	font-size: 70px;
	color: #fff !important;
    position: relative;
    top: 16px;
    right: 20px;
}
.soc_ic a {
	color: #fff !important;
}
.vk a {
	background: #587EA3;
	color: #fff !important;
    padding: 52px 69px;
	font-family: "ProximaNova-Light";
	font-size: 16px;
}
.vk a span {
	font-family: "ProximaNova-Bold";
	font-size: 18px;
    text-transform: uppercase;
}
.facebook a {
	background: #3B5998;
	font-family: "ProximaNova-Light";
	font-size: 16px;
	color: #fff !important;
    padding: 52px 90px;
}
.facebook a span {
	font-family: "ProximaNova-Bold";
	font-size: 18px;
    text-transform: uppercase;
}
.vk {
	padding-bottom: 85px;
}
.vk a:hover {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.facebook a:hover {
    -webkit-animation-name: hvr-pop1;
    animation-name: hvr-pop1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* vk */ 
@-webkit-keyframes hvr-pop {
  50% {
    background: #3B5998;
  }
}

@keyframes hvr-pop {
  50% {
    background: #3B5998;
  }
}
@-webkit-keyframes hvr-pop1 {
  50% {
    background: #587EA3;
  }
}

@keyframes hvr-pop1 {
  50% {
    background: #587EA3;
  }
}
.instagram_block .item img:hover {
opacity: .7;
}
.contacts span {
	display: block;
} 
.contacts i {
	position: absolute;
	font-size: 25px;
} 
.contacts {
    background: #E3E2E2 !important;
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin: 0px !important;
 	color: #1d1919;
	font-family: "ProximaNova";
	font-size: 16px;
}
.phone_con {
	padding-left: 40px;
}
.mail_con {
	padding-left: 40px;
    /* float: right; */
    text-align: right;
}

.adres_con {
	padding-left: 40px;
}
.phone_col i {
    top: 0;
	/*top: 10px;*/
    background: url(/templates/default/images/telephone-.svg) no-repeat;
    background-size: 25px;
    background-position: 4px 0px;
    transform: rotate(-80deg);
    color: transparent !important;
    padding: 5px;
}
.mail_col i {
    /*right: 180px;*/
    right: 135px;
    /*top: 10px;*/
    top: 0;
    background: url(/templates/default/images/mail-.svg) no-repeat;
    background-size: 25px;
    background-position: 1px 0px;
    color: transparent !important;
    padding: 5px;
}
.adres_col i {
    left: 0px;
    color: #2a2323 !important;
    /*top: 10px;*/
    top: 0;
    background: url(/templates/default/images/pin-.svg) no-repeat;
    background-size: 25px;
    background-position: 1px 0px;
    color: transparent !important;
    padding: 5px;
}
.social {
    text-align: right;
}
.social i {
    position: initial;
    background: none;
    color: black !important;
}
.social i:hover {
    color: #79339f !important;
}
.onas span {
	display: block;
} 
.onas i {
	position: absolute;
	font-size: 25px;
} 
.onas {
    background: #F2F2F2 !important;
    padding: 0px;
    display: inline-block;
    width: 100%;
    margin: 0px !important;
 	color: #1d1919;
	font-family: "ProximaNova";
	font-size: 16px;
}
.but_con {
    padding-top: 30px;
}
.but_con a {
padding: 15px 30px ;
}
.padd {
	padding:20px 0px;
    padding-right: 50px;
    float: right;
}
.onas .phone_col i {
    top: 30px;
    color: transparent !important;
    background: url(/templates/default/images/telephone-.svg) no-repeat;
    padding: 0px 5px;
    transform: rotate(-80deg);
}
.onas .adres_col i {
    top: 30px;
    color: transparent !important;
    background: url(/templates/default/images/pin-.svg) no-repeat;
    padding: 0px 5px;
}
.f_content {
	color: #131313;
	font-family: "ProximaNova";
	font-size: 16px;
}
.onas .phone_col {
	border-right: 1px solid #D1D1D1;
}
.onas .adres_con {
    padding-left: 74px;
}
.onas .adres_col i {
    left: 40px;
    color: transparent !important;
    background: url(/templates/default/images/pin-.svg) no-repeat;
    padding: 0px 5px;
}
.page_slogan {
	color: #838383;
	font-size: 16px;
    position: relative;
    top: -25px;
}
/*news*/
.news_list_item img {
	width: 360px !important;
	height: 170px;
}
.content_list_rss_icon {
	display: none;
}
.descovery {
	color: #1d1919;
	font-family: "ProximaNova";
	font-size: 16px;
}
.podrob a {
	font-family: "ProximaNova-Bold";
	color: #000;
}
.slogan_news {
	color: #838383;
	font-family: "ProximaNova";
	font-size: 16px;
    position: relative;
    top: -31px;
}
.content_datasets {
	display: none;
}
.pagebar {
    float: right;
}
.pagebar_notice {
	display: none !important;
}
.title_news_item h1 {
    color: #000 !important;
}
.date_new {
    position: relative;
    top: -23px;
    margin-bottom: 4px;
}
.f_photo img {
    width: 360px;
}
.name {
    float: left;
    width: 50%
}
.email {
float: right;
width: 50%;
}
.email input {
float: right;
}
.buttons {
    float: right;
    padding-bottom: 15px;
}
.name a {
    color: #232323 !important;
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    font-weight: bold;
}
.info .date {
    color: #656363 !important;
    font-family: "ProximaNova" !important;
    font-size: 14px !important;
    padding-top: 2px;
}
.reply {

    padding: 5px 14px;
    line-height: 100%;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    text-decoration: none;
    font-size: 16px;
    color: #00B8F1 !important;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #00B8F1 !important;
    background: transparent;
    border: none;
    transition: background ease-in-out .15s;

}



.reply:hover,

.reply:hover {
    border: 1px solid #00B8F1 !important;
    background:#00B8F1;
    color: #fff !important

}
.comment:first-child {
    display: none;
}
.reva_list .f_title {
    color: #131313 !important;
    font-family: "ProximaNova-Bold";
    font-size: 18px;
}
.reva_list .f_title .value {
    font-size: 18px !important;
}
.otzv {
    color: #4b4b4b;
    font-family: "ProximaNova";
    font-size: 14px;
    padding-top: 5px;
    text-decoration: underline;
}
.reva_list .ft_text {
    color: #131313;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 20px;
    font-family: "ProximaNova";
    font-size: 16px;
}
.reva_list {
    padding-left: 0px;
    padding-right: 40px;
margin-bottom: 53px;
}
.add_rev_btn a {
    background: #79339f;
    color: #fff !important;
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}
.add_rev_btn a:hover {
    background: #1B1919;
}
.add_rev_btn {
    float: right;
    margin-top: -72px;
}
.cats select {
    width: 260px;
    height: 50px;
    padding-left: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #838383;
    font-family: "ProximaNova-Light";
    font-size: 16px;
    box-shadow: none;
    float: right;
    position: relative;
    z-index: 9;
    top: -20px;
}
.cats {
    padding-right: 10px;
}
.cats select > option {
    height: 50px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #838383;
    font-family: "ProximaNova-Light";
    font-size: 16px;
    box-shadow: none;
}
.add_rev_btn_vac a {
    background: #79339f;
    color: #fff !important;
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
}
.add_rev_btn_vac a:hover {
    background: #1B1919;
}
.add_rev_btn_vac {
    float: right;
    margin-top: -72px;
}
.f_zp {
    margin: 0 !important;
    text-decoration: underline;
padding-bottom: 10px;
}
.f_tipzp {
    color: #131313;
    font-family: "ProximaNova";
    font-size: 16px;
    margin: 0 !important;
}
.f_grafik {
    color: #131313;
    margin: 0 !important;
    font-family: "ProximaNova";
    font-size: 16px;
}
.btn_otkl a {
    background: #00B8F1;
    color: #fff !important;
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}
.btn_otkl a:hover {
    background: #1B1919;
}
.btn_otkl {
    margin-top: -22px;
}
.left-contra {
    clear: both;
    display: block;
}
.cont_left i {
font-size: 30px !important;
position:absolute;
left: 30px;   
padding-top: 5px;
}
.cont_left {
    float: left;
    width: 40%;
    padding: 40px;
    position: relative;
    color: #1d1919;
    font-family: "ProximaNova";
    font-size: 16px;
}
.map {
    float: right;
}
.contacts_page {
    background: #F5F5F5;
    display: inline-block;
    margin-top: -20px;
}
.cont_left span {
    display: block;
}
.mail_form {
        padding-left: 40px;
}
.adres_form {
        padding-left: 40px;
        padding-bottom: 40px;
}
.phone_form {
        padding-left: 40px;
        padding-bottom: 40px;
}
.napisat a {
    background: #79339f;
    color: #fff !important;
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px;
    border-radius: 5px;
    text-transform: uppercase;
}
.napisat a:hover {
background: #1B1919;
}
.napisat {
    padding-top: 38px;
    margin-left: -5px;
}
.append_html {
    padding-bottom: 15px;
}
.square-blue {
    display: block;
}
.cont_left .visib {
    display: none;
}
#test #comments_widget {
    display: none;
}
#comments_add_form {
display: block !important;
}
#test #comments_widget {
visibility: hidden;
}
.visib {
visibility: visible !important;
}
.vesh input {
	display: none;
}
.vesh label {
	display: none;
}
nav select {
    font-size: 16px;
}
.us_tit {
	color: #067091 !important;
	font-family: "ProximaNova-Light" !important;
	font-size: 16px !important;
	text-decoration: underline;	
}
.categ {
	color: #131313;
	font-family: "ProximaNova-Bold";
	font-size: 24px;
    padding-bottom: 15px;	
}
.ist_uslug .col-md-6 {
	padding: 0px !important;
}

#writeuscnt .author_data {

	margin-bottom:8px;

}
#writeuscnt .author_data .field {
    padding-bottom: 25px;

}

#writeuscnt .author_data .field label {

	float:left;

	width:140px;

	height:20px;

	line-height:20px;

}

#writeuscnt input {
    width: 96.5%;
    padding: 15px;
    font-size: 16px;
    min-width: 50px;
    padding-left: 15px;
    border: 1px solid #EAEAEA;
}
#form_feed {
    margin: 0px 0;
    background: #F2F2F2;
    padding: 30px;
    padding-bottom: 60px;
    border-radius: 4px;
}
#writeuscnt textarea {
    height: 160px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #EAEAEA;
    padding: 15px;
    margin-top: 15px;
}
#test #form_feed {
	display: none;
}
.submit:hover {
background: #1B1919;
}
.submit {
	padding: 10px 20px;
    border-radius: 5px;
    background: #00B8F1;
    border: none;
    font-family: "ProximaNova-Bold";
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    float: right;
    transition: .3s;
}
.ist_uslug .content_list_item {
    margin-bottom: -25px;
}
.phone_form i {
	color: transparent !important;
    background: url(/templates/default/images/telephone-.svg) no-repeat;
    background-size: 25px;
    transform: rotate(-80deg);
    background-position: 5px 5px;
    padding: 5px;
}
.adres_form i {
	color: transparent !important;
    background: url(/templates/default/images/pin-.svg) no-repeat;
    background-size: 25px;
    background-position: 5px 5px;
    padding: 5px;
}
.mail_form i {
	color: transparent !important;
    background: url(/templates/default/images/mail-.svg) no-repeat;
    background-size: 25px;
    background-position: 5px 5px;
}

