#sync1 .slider_text .slide_title::first-letter,
.cat_info_text .cat_title::first-letter,
.produkt_popup .cat_title::first-letter {
    color: #e95f0e;
}

.produkt_text .cat_title {
    color: #e95f0e;
}

.produkt_popup .popup_opisanie p {
    font-size: 15px;
    line-height: 17px;
    margin: 0px 0px 10px 0px;
}

.text h3 {
    font-size: 30px;
    color: #e95f0e;
    line-height: 24px;
    margin: 0 0 15px;
    font-weight: normal;
}

.list ol, .list ul {
    list-style: none;
}

.menu_text li a {
    text-transform: uppercase;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.pos_rel {
    position: relative;
}

.mb65 {
    margin-bottom: 65px;
}

.galery span {
    height: auto !important;
}

.galery span a {
    display: inline-block;
}

.map_top .city_title {
    text-transform: uppercase;
}

#wraper .city_title.not_found {
    display: none;
}

.map_cont .map_blocker {
    width: 100%;
    height: 650px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100000000;
    background: none;
}

.map_big_cont .center {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#load_points, .subscribe-form select {
    max-height: 250px;
}

.custom_el + .error {
    margin-top: 23px;
}

.optionsDivVisible ul {
    width: 100%;
}

.optionsDivVisible ul li {
    text-transform: uppercase;
}

.selectArea .center {
    text-transform: uppercase;
}

label.error {
    color: #d80100 !important;
    margin: -10px 0px 5px 0px;
    display: inline-block;
    min-width: 80%;
    text-align: left;
}

.subscribe-form .selectArea {
    display: inline-block;
    margin: 0 20px 20px;
    height: 36px;
    /*text-indent: 14px;*/
    paddin-left: 14px;
}

.subscribe2-form .selectArea {
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    color: #000;
    margin: 0px;
    border: none;
    height: 36px;
    /*text-indent: 14px;*/
    paddin-left: 14px;
}

.success-message {
    display: none;
}

.optionsDivVisible {
    z-index: 2020;
}

.pod_form {
    position: relative;
}

.pod_form input {
    text-transform: uppercase;
}

.pod_form .dropdown-menu {
    left: 14px;
    top: 46px;
}

.popup_form .dropdown-menu {
    left: 42px;
    top: 53px;
}

.shops, .shops_text {
    position: relative;
}

.shops .map_canvas {
    width: 100%;
    height: 138px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.shops #location_name {
    display: none;
}

.popup.podbor {
    max-width: 1064px;
    padding: 20px;
    margin-left: -525px;
    background-color: #1F242A;
    position: fixed;
    height: calc(100vh - 100px);
    box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
    .popup.podbor { 
        width: 96%;
        margin: 0 2%;
        right: 0;
        left: 0;
    }
}

.popup.podbor div.close {
    background-image: url(../img/close_dark.gif);
}

.popup.podbor div.close:hover {
    background-image: url(../img/close_dark_h.gif);
}

/** Bootstrap dropdown */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    display: none;
    float: left;
    min-width: 160px;
    width: 90%;
    padding: 5px 0;
    margin: 2px 0 0;
    /*font-size: 14px;*/
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    max-height: 200px;
    overflow: auto;
}

#find_rtt_by_address .dropdown-menu {
    left: 15px;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    text-align: left;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    /*background-color: #f5f5f5;*/
    background-color: #ffd4bb;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    /*color: #ffffff;*/
    text-decoration: none;
    /*background-color: #428bca;*/
    background-color: #ffd4bb;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

#wrapper .not_found.active {
    background: none;
    color: #333;
}

.share42init {
    display: inline-block;
}

.like .share42init span {
    margin: 0px 10px 0px 0px;
}

.service_title {
    cursor: pointer;
}

div.like .social_button {
    display: inline-block;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0.4;
}

div.like .social_button:hover, div.like .social_button.active {
    opacity: 1;
}

div.like_container {
    margin-right: 20px;
    line-height: 21px;
    min-width: 500px;
}

div.like .like_buttons span {
    margin: 0px;
}

.fb-like iframe.fb_iframe_widget_lift {
    top: -185px;
    opacity: 1;
    z-index: 10;
}

.banner {
    padding-bottom: 40px;
}

.banner a {
    display: inline-block;
}

.banner a:last-child {
    border-bottom: 2px solid #fff;
}

.tabs_news .owl-prev.disabled, .tabs_news .owl-prev.disabled:hover {
    background: url(../img/newsL.png) no-repeat;
    opacity: 0.7;
    cursor: default;
}

/* all news */
.owl-carousel .news_cont .all_news {
    background: url("../img/bg_all_news.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    display: inline-block;
    font-family: DINPro-Light, tahoma;
    height: 110px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 200px;
    font-size: 18px;
}

.owl-carousel .news_cont .all_news span {
    position: relative;
    top: 25%;
}

#map_canvas .popup .more {
    margin: 10px 10px 0px;
}

#map_canvas .popup .more a {
    text-transform: none;
}

div.in_top {
    z-index: 99;
}

.text p {
    /*font-size: 21px;*/
    text-align: justify;
}

/* О бренде */

.technologies-list {
    font-size: 0;
    text-align: center;
    margin: 60px 0;
}

.technologies-list .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 33%;
}

.technologies-list .item .image img {
    float: none;
    margin: 0px 0px 20px 0px;
}

.technologies-list .item .item-title {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 30px;
}

.technologies-list .item .item-title strong {
    font-family: 'DINPro-Bold';
}

.brands-list {
    font-size: 0;
    text-align: justify;
    margin: 60px 0;
}

.brands-list:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.brands-list .item {
    display: inline-block;
    vertical-align: top;
    background: url(../img/bg_brands.png) 0 0 no-repeat;
    width: 180px;
    height: 180px;
    position: relative;
    text-align: center;
}

/*.brands-list .item + .item { margin-left: 50px; }*/
.brands-list .item img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

.brands-list .item .text {
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #666666;
}

.brands-list .item .text span {
    font-size: 40px;
}

/* О проекте */

.right .block-banner {
    overflow: hidden;
}

.right .block-banner .img {
    float: right;
}

.right .block-banner .img img {
    float: none;
    margin: 0;
}

.right .block-banner .banner-text {
    background: #f8f8fa;
    padding: 0 0 0 50px;
    display: table-cell;
    vertical-align: middle;
    width: 470px;
    /*height: 100%;*/
    height: 294px;
}

.right .block-banner .banner-text .logo-g-energy {
}

.right .block-banner .banner-text .slogan {
    font-size: 32px;
}

.list {
}

.list .list-item {
    padding: 60px 0;
    border-top: 2px solid #e6e8ef;
}

.list .list-item:after {
    content: '';
    display: block;
    clear: both;
}

.list .list-item .img {
    float: left;
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #dbdde4;
    overflow: hidden;
    margin-right: 40px;
}

.list .list-item .list-text {
    overflow: hidden;
    font-size: 21px;
    line-height: 26px;
}

.list .list-item .list-text h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 40px;
}

.list .list-item .list-text h2 span {
    color: #e85911;
}

.list .list-item .list-text .more {
    text-align: center;
    font-size: 21px;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    width: 190px;
    height: 38px;
    background: #e85911;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 15px;
}

div.header_top + .center {
    margin-top: 52px;
    -webkit-transition: margin-top 0.5s;
    -moz-transition: margin-top 0.5s;
    -ms-transition: margin-top 0.5s;
    -o-transition: margin-top 0.5s;
    transition: margin-top 0.5s;
}

/*
.over > div.center {
    padding: 0;*/
/*max-width: inherit;*/
/*overflow: hidden;
}*/

.over > div.center:after {
    content: '';
    display: block;
    clear: both;
}

div.left {
    position: absolute;
    /*left: 50%;*/
    /*margin-left: -750px;*/
    z-index: 5;
}

/*div.right {
    overflow: hidden;
}*/

div.text {
    padding: 57px 0 0 0;
}

div.footer {
    z-index: 10;
}

.map {
    position: relative;
}

.map_cont.closed .map {
    top: -250px;
}

.right .map {
    height: 480px;
    left: -190px;
}

.right .map .map_canvas {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 480px;
    width: 1920px;
}

.cols {
    display: table;
    width: 100%;
    margin: 30px 0 10px;
}

.cols .col {
    width: 33%;
    text-transform: uppercase;
}

.tiles .col {
    padding: 20px 0 30px;
    text-align: center;
    display: table-cell;
    background: #f8f8fa;
}

.cols .col + .col {
    border-left: 2px solid #ffffff;
}

.cols .col .title {
    font-size: 16px;
    line-height: 27px;
}

.cols .col .title h4 {
    color: #e85911;
    font-family: 'DINPro-Light';
    font-size: 29px;
    line-height: 30px;
}

.cols .col p {
    font-size: 19px;
    line-height: 27px;
    margin: 1em 0;
    text-align: center;
}

.cols .col strong {
    font-size: 24px;
    line-height: 30px;
    font-family: 'DINPro-Bold';
}

.cols .col a.more {
    color: #ffffff;
    width: 250px;
    height: 38px;
    font-family: 'DINPro-Bold';
    font-size: 18px;
    line-height: 38px;
    background: #e85911;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.actions {
}

.actions .col {
    /*padding: 0;*/
    background: #e85911;
    padding: 30px 0 40px;
}

.actions .col.empty {
    background: none;
}

.actions .col .action {
}

.actions .col .sale {
    display: inline-block;
    background: url(../img/bg_action.png) 0 0 no-repeat;
    width: 101px;
    height: 100px;
    font-size: 29px;
    line-height: 100px;
    color: #e85911;
    text-align: center;
    font-family: 'DINPro-Bold';
    margin-bottom: 25px;
}

.actions .col .name {
    color: #ffffff;
    min-height: 60px;
    font-size: 29px;
    line-height: 30px;
    text-align: center;
    margin: 0 90px;
}

.text .title, .tiles .title {
    font-size: 30px;
    line-height: 36px;
    color: #e85911;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0 30px;
}

.services {
}

.services .col {
    position: relative;
    display: inline-block;
    width: 33%;
    margin-bottom: 20px;
}

.services .col img {
    position: absolute;
    left: 0;
    top: 0;
}

.services .col span {
    padding: 25px 0 25px 118px;
    display: block;
    font-size: 19px;
    line-height: 24px;

}

.gallery {
    text-align: justify;
    margin: 30px 0 40px;
}

.gallery:after {
    content: '';
    width: 100%;
    display: inline-block;
    /*text-align: center;*/
}

.gallery .photo {
    width: 324px;
    display: inline-block;
    vertical-align: top;
    border: 8px solid #e6e8ed;
    position: relative;
    margin-bottom: 30px;
}

.gallery .photo:after {
    content: '';
    background: url(../img/ico_zoom.png) 0 0 no-repeat;
    width: 60px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery .photo img {
    width: 100%;
    display: block;
    margin: 0;
}

.form_contact-us {
    background: #f8f8fa;
    padding: 20px 30px;
    margin-bottom: 40px;
}

.form_contact-us h2 {
    font-size: 30px;
    line-height: 34px;
    font-family: 'DINPro-Bold';
    text-transform: uppercase;
    margin: 0px 0px 25px;
}

.form_contact-us .row {
    margin-bottom: 18px;
    min-height: 50px;
}

.form_contact-us .form-text {
    padding: 0 30px;
    width: 100%;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    border: 1px solid #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'DINPro-Light', tahoma;
}

.form_message {
    font-size: 22px;
    line-height: 50px;
    font-family: 'DINPro-Light', tahoma;
}

.form_contact-us .form-textarea {
    width: 100%;
    padding: 10px 30px;
    height: 190px;
    font-size: 22px;
    line-height: 26px;
    border: 1px solid #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    resize: none;
    font-family: 'DINPro-Light', tahoma;
}

.form_contact-us label.error {
    margin: 5px 0 5px 18px;
}

.form_contact-us .form-checkbox + label.error {
    display: none !important;
}

.form_contact-us label.error-not-checked,
.subscribe-form label.error-not-checked {
    color: #d80100 !important;
}

.subscribe-form .acceptance_container label.error {
    display: none;
}

.form_contact-us .row a,
.subscribe-form a {
    color: #e95f0e;
}

.form_contact-us .form-submit {
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c4cb', endColorstr='#e1e3e8'); /* for IE */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#c1c4cb), to(#e1e3e8)); /* for webkit browsers */
    /* background: -moz-linear-gradient(top, #c1c4cb, #e1e3e8); /* for firefox 3.6+ */
    /* background: -o-linear-gradient(top, #c1c4cb, #e1e3e8); /* Opera 11.10+ */
    /* background: -ms-linear-gradient(top, #c1c4cb, #e1e3e8); /* IE10+ */
    background: #e85911;
    width: 212px;
    height: 52px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

/*
.form_contact-us .form-submit:hover {
    background: #e85911;
}
*/

.form_contact-us .form-submit[disabled],
.form_contact-us .form-submit[disabled]:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c4cb', endColorstr='#e1e3e8'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#c1c4cb), to(#e1e3e8)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #c1c4cb, #e1e3e8); /* for firefox 3.6+ */
    background: -o-linear-gradient(top, #c1c4cb, #e1e3e8); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c1c4cb, #e1e3e8); /* IE10+ */
    cursor: default;
}

.form_contact-us .info {
    font-size: 18px;
    color: #3b3b3b;
    margin-top: 10px;
}

.form_contact-us .selectArea {
    padding-left: 30px;
    width: 100%;
    border-radius: 30px;
    margin-right: -2px;
    top: 9px;
    background: #fff;
    box-sizing: border-box;
}

.optionsDivVisible.rubric_select,
.optionsDivVisible.country {
    margin-left: 22px;
}

.optionsDivVisible.rubric_select ul li,
.optionsDivVisible.country ul li,
.form_contact-us .selectArea .center {
    text-transform: none;
}

.form_contact-us .selectArea.show {
    display: inline;
}

.form_contact-us .selectArea .center {
    margin-right: -31px;
    overflow: hidden;
    font-family: 'DINPro-Light', tahoma;
    color: #666;
}

.places {
    margin-bottom: 40px;
}

.places .item {
}

.places .item .description {
    padding: 20px 0;
    font-size: 16px;
    line-height: 40px;
    border-top: 1px solid #e6e8ef;
    text-transform: uppercase;
}

.places .item .description .title {
    font-size: 24px;
    color: #e85911;
}

.places .item .description .address:before,
.places .item .description .phones:before,
.places .item .description .email:before {
    content: '';
    background-image: url(../img/ico_contacts.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 22px;
    height: 24px;
    left: 0;
    top: 5px;
}

.places .item .description .address,
.places .item .description .phones,
.places .item .description .email {
    padding-left: 36px;
    position: relative;
}

.places .item .description .email a {
    color: #e85911;
}

.places .item .description .address:before {
    background-position: center 1px;
}

.places .item .description .phones:before {
    background-position: center -40px;
}

.places .item .description .email:before {
    background-position: center -78px;
}

.places .item .description .buttons {
    margin-top: 10px;
}

.places .item .description .buttons .btn-map {
    display: inline-block;
    padding: 0 30px;
    height: 26px;
    background: #575a61;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.places .item .description .buttons .btn-map:hover {
    background: #e85911;
}

.production-info {
}

.production-info .col {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: center;
}

.production-info .col .image {
    margin-bottom: 20px;
}

.production-info .col img {
    float: none;
    margin: 0;
}

.production-info .col .description {
    max-width: 300px;
    margin: 0 auto;
    font-size: 23px;
}

.production-info .col .description strong {
    font-family: 'DINPro-Bold';
    font-size: 28px;
    display: block;
}

.prod-images {
    text-align: justify;
    margin-top: 60px;
}

.prod-images:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.prod-images .img {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    height: 230px;
    /*border: 10px solid #dddde5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;*/
    margin-bottom: 40px;
}

.prod-images .img img {
    float: none;
    margin: 0;
    width: 100%;
    height: 100%;
}

.text-block {
    padding: 40px 0;
    overflow: hidden;
    clear: both;
}

.text-block + .text-block {
    border-top: 2px solid #e6e8ef;
}

.text-block .img {
    display: table-cell;
    vertical-align: middle;
}

.text-block .img img {
    float: none;
    margin: 0;
}

.text-block .description {
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
    font-size: 28px;
}

.text-block .description p {
    font-size: 28px;
    line-height: 34px;
}

.text-block .description strong {
    font-family: 'DINPro-Bold';
}

.text-block .description li {
    padding: 0 0 0 30px;
}

.text-block .description li:before {
    top: 16px;
}

.benefits {
    border-top: 2px solid #e6e8ef;
    border-bottom: 2px solid #e6e8ef;
    padding: 40px 0;
    overflow: hidden;
}

.benefits h2 {
    margin-bottom: 30px;
    font-size: 28px;
}

.benefits .items .item {
    clear: both;
    margin-bottom: 20px;
}

.benefits .items .item .img {
    display: table-cell;
    vertical-align: middle;
}

.benefits .items .item .img img {
    float: none;
    margin: 0;
}

.benefits .items .item .description {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    font-size: 24px;
    line-height: 30px;
}

@media (max-width: 1600px) {
    /*.over > div.center {
        width: 1240px;
    }
    .menu li a {
        font-size: 16px;
    }*/
    .brands-list {
        margin-left: -120px;
        text-align: center;
    }

    .brands-list .item {
        margin-left: 120px;
    }

    .list .list-item .img {
        width: 250px;
        height: 250px;
    }

    .prod-images .img {
        width: 180px;
        height: 180px;
    }

    .right .block-banner {
    }

    .right .block-banner .img {
        width: 50%;
        display: table-cell;
    }

    .right .block-banner .img img {
        width: 100%;
    }

    .right .block-banner .banner-text {
        width: 50%;
        height: 213px;
    }

    .right .block-banner .banner-text .logo-g-energy {
        width: 80%;
    }

    .right .block-banner .banner-text .slogan {
        font-size: 30px;
        line-height: 30px;
    }

}

@media (max-width: 1400px) {
    /*.over > div.center {
        width: 1040px;
    }*/
    .brands-list {
        margin-left: -60px;
    }

    .brands-list .item {
        margin-left: 60px;
    }

    .prod-images .img {
        width: 230px;
        height: 230px;
    }

    .production-info .col {
        display: block;
        width: auto;
    }

    .production-info .col + .col {
        margin-top: 40px;
    }

    .production-info .col .image {
        /*float: left;*/
        display: table-cell;
    }

    .production-info .col .description {
        display: table-cell;
        height: 150px;
        vertical-align: middle;
        max-width: inherit;
        padding-left: 25px;
        text-align: left;
    }

    .right .block-banner {
    }

    .right .block-banner .img {
        width: 100%;
        display: table-cell;
    }

    .right .block-banner .img img {
        width: 100%;
    }

    .right .block-banner .banner-text {
        width: 50%;
        height: 213px;
        padding: 50px;
    }

    .right .block-banner .banner-text .logo-g-energy {
        width: 80%;
    }

    .right .block-banner .banner-text .slogan {
        font-size: 30px;
        line-height: 30px;
    }

    .text-block .img {
        float: none;
        display: block;
        width: 100%;
    }

    .text-block .img img {
        width: 100%;
    }

    .text-block .description {
        padding: 30px 0 0;
    }

    .tiles .col {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .services .col {
        /*display: block;*/
        width: 49%;
        min-height: 98px;
    }

    .actions {
        text-align: center;
    }

    .actions .col.empty {
        display: none;
    }

    .actions .col {
        display: inline-block;
        width: 480px;
    }

    .actions .col + .col {
        border-top: 2px solid #ffffff;
        border-left: none;
    }

    .gallery:after {
        content: '';
        width: 100%;
        display: inline-block;
        /*text-align: center;*/
    }

    .gallery .photo {
        width: 250px;
    }
}

@media (max-width: 1200px) {
    /*.over > div.center {
        width: 940px;
    }
    a.menu_show {
        position: static;
    }*/
    .brands-list {
        margin-left: -10px;
    }

    .brands-list .item {
        margin-left: 10px;
    }

    .list .list-item .img {
        float: none;
        margin: 0 auto 20px;
    }

    .list .list-item .list-text h2,
    .list .list-item .list-text .buttons {
        text-align: center;
    }

}

@media (max-width: 1024px) {
    /*.over > div.center {
        width: 720px;
    }*/
    div.left {
        width: auto;
        float: none;
        position: relative;
    }

    .right .hspacer {
        clear: both;
        height: 23px;
    }

    .brands-list {
        margin-left: -80px;
    }

    .brands-list .item {
        margin-left: 80px;
    }

    .list .list-item .img {
        float: left;
        margin: 0 40px 0 0;
    }

    .list .list-item .list-text h2,
    .list .list-item .list-text .buttons {
        text-align: center;
    }

    .prod-images .img {
        width: 150px;
        height: 150px;
    }

    .production-info .col {
        display: inline-block;
        width: 33%;
    }

    .production-info .col + .col {
        margin-top: 0;
    }

    .production-info .col .image {
        /*float: left;*/
        display: block;
    }

    .production-info .col .description {
        display: block;
        height: auto;
        vertical-align: middle;
        max-width: inherit;
        padding-left: 0;
        text-align: center;
    }

    .tiles {
    }

    .tiles .col {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .actions {
        text-align: center;
    }

    .actions .col.empty {
        display: none;
    }

    .actions .col {
        display: inline-block;
        width: 480px;
    }

    .actions .col + .col {
        border-top: 2px solid #ffffff;
        border-left: none;
    }

    .gallery .photo {
        width: 200px;
    }

    .right .map {
        left: 0px;
    }
}

@media (max-width: 800px) {
    /*.over > div.center {
        width: 480px;
    }

    .over > div.center_padd {
        padding: 0 80px;
    }*/
    .technologies-list {
    }

    .technologies-list .item {
        display: block;
        overflow: hidden;
        width: auto;
    }

    .technologies-list .item + .item {
        margin-top: 46px;
    }

    .technologies-list .item .image {
        float: left;
        margin-right: 25px;
    }

    .technologies-list .item .item-title {
        text-align: left;
        height: 150px;
        display: table-cell;
        vertical-align: middle;
    }

    .brands-list .item {
        margin-bottom: 45px;
    }

    .list .list-item .img {
        float: none;
        margin: 0 auto 20px;
    }

    .list .list-item .list-text h2,
    .list .list-item .list-text .buttons {
        text-align: center;
    }

    .prod-images .img {
        width: 180px;
        height: 180px;
    }

    .production-info .col {
        display: block;
        width: auto;
    }

    .production-info .col + .col {
        margin-top: 40px;
    }

    .production-info .col .image {
        /*float: left;*/
        display: table-cell;
    }

    .production-info .col .description {
        display: table-cell;
        height: 150px;
        vertical-align: middle;
        max-width: inherit;
        padding-left: 25px;
        text-align: left;
    }

    .tiles {
    }

    .tiles .col {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .actions {
        text-align: center;
    }

    .actions .col.empty {
        display: none;
    }

    .actions .col {
        display: inline-block;
        max-width: 480px;
        width: 100%;
    }

    .actions .col + .col {
        border-top: 2px solid #ffffff;
        border-left: none;
    }

    .gallery:after {
        content: '';
        width: 100%;
        display: inline-block;
        /*text-align: center;*/
    }

    .gallery .photo {
        width: 200px;
    }

    div.like_container {
        margin-bottom: 20px;
    }

    .map, .map .map_canvas {
        height: 250px;
    }

    div.service_bl {
        height: 200px;
    }
}

@media (max-width: 640px) {
}

@media (max-width: 480px) {
    .header div.center {
        padding: 0px 14px 0px 0px;
    }

    .header a.logo {
        margin-right: 0px;
    }

    .production-info .col .image {
        display: inline-block;
    }

    .production-info .col .description {
        height: auto;
        display: inline-block;
    }

    .prod-images {
        text-align: center;
    }

    .technologies-list .item .image {
        display: inline-block;
        float: none;
    }

    .technologies-list .item .item-title {
        height: auto;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .form_contact-us {
        position: relative;
        left: -20px;
        right: -20px;
        width: 100%;
    }

    .form_contact-us h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .form_contact-us .form-text, .form_contact-us .form-textarea, .form_message {
        padding: 0px 20px;
        font-size: 18px;
        font-family: "DINPro-Medium", tahoma;
    }

    .form_contact-us .selectArea {
        padding-left: 20px;
    }

    .form_contact-us .selectArea .center {
        font-size: 18px;
        font-family: "DINPro-Medium", tahoma;
        margin-right: -21px;
    }

    .form_message {
        padding: 0px;
    }

    .form_contact-us .form-textarea {
        line-height: 35px;
    }

    .service_cont2 .service_bl {
        width: 100%;
        vertical-align: middle;
        height: auto;
        display: table;
        margin-bottom: 20px;
        text-align: left;
    }

    .service_cont2 .service_bl span {
        width: auto;
        margin: 0px;
    }

    .service_cont2 .service_bl img {
        width: auto;
    }

    .service_cont2 div.service_bl p {
        font-size: inherit;
        width: 100%;
        height: auto;
    }

    div.kupit_form form {
        padding-left: 7px;
    }

    div.like_container {
        min-width: unset;
        padding-left: 30%;
        margin-bottom: 15px;
    }

    div.like_container > span {
        display: block;
        margin-bottom: 4px;
        float: none;
    }

    div.like .like_buttons .social_button {
        display: block;
        margin-bottom: 4px;
        height: 24px;
    }
}

.kupit_form.city_only .form-group {
    width: 48%;
}

.city_service .city_select.active {
    border-left: 3px solid #e95f0e;
}

.popup .popup_text_normal {
    padding: 0 20px;
}

.popup .popup_text_normal p {
    font-family: DINPro-Light, tahoma;
    font-size: 18px;
    line-height: 20px;
    margin: 20px 15px 20px 15px;
}

div.popup.acceptance h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 35px 15px 20px 15px;
}

div.popup.acceptance {
    max-width: 1200px;
    margin: 0px 0px 0px -600px;
}

div.popup_form .acceptance_container {
    margin: 0 20px 20px 20px;
}

.owl-carousel .full_slide {
    width: 100%;
    float: none;
    position: relative;
}

.owl-carousel .full_slide a.btn {
    background: #fff;
    padding: 7px 25px 6px 25px;
    margin: 20px 0 0 0;
    display: block;
    font-size: 21px;
    font-family: 'DINPro-Bold';
    color: #e95f0e;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    float: left;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    bottom: 17%;
    left: 15%;
}