h4,
h5,
h6,
h1,
h2,
h3 {
    margin: 0;
}

ul,
ol {
    margin: 0;
}

p {
    margin: 0;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    background: #fff;
}

a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.tip1 {
    width: 45%;
    float: right;
}

.tip2 {
    width: 50%;
}

a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-decoration: none;
}


/*--top header start here--*/

.top-social ul {
    padding: 0em;
    list-style: none;
    text-align: right;
}

.telefon {
    padding-top: 20px;
    color: #777777;
    font-size: 26px;
    line-height: 26px;
    white-space: nowrap;
    text-align: right
}

.telefon a {
    font-family: "Calibri";
    padding-top: 2px;
    color: #f47920;
    padding-left: 5px;
    padding-bottom: 15px;
    text-decoration: none;
}

.telefon a span {
    font-size: 30px;
}

.telefon1 {
    color: #777777;
    font-size: 26px;
    line-height: 26px;
    white-space: nowrap;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.telefon1 a {
    margin-left: 14px;
    font-family: "Calibri";
    color: #f47920;
    text-decoration: none;
}

.telefon1 a span {
    font-size: 30px;
    font-weight: 550;
}

.top-social ul li {
    display: inline-block;
    margin-right: 0.5em;
}

.top-social ul li a span {
    background: url(../images/top-social.png) no-repeat #636060;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 1em 1em;
    border-radius: 42px;
}

.top-social ul li a span:hover {
    background: url(../images/top-social.png) no-repeat #005700
}

.top-social ul li h5 {
    font-size: 1em;
    color: #fff;
}

.top-social ul li a {
    vertical-align: -webkit-baseline-middle;
}

.top-social ul li a span.fb {
    background-position: 12px 7px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.top-social ul li span.tw {
    background-position: -15px 6px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.top-social ul li span.tw:hover {
    background-position: -15px 6px;
}

.top-social ul li a span.in {
    background-position: -46px 6px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.top-social ul li a span.gmail {
    background-position: -74px 7px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.header-address h6 {
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
}

.logo h1 {
    font-size: 2.5em;
}

.top-social {
    padding: 0px;
}


/*--*/

nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 1em;
}

nav a:hover,
nav a:focus {
    outline: none;
}


/* Effect 3: bottom line slides/fades in */

.cl-effect-3 a {
    padding: 8px 0;
}

.cl-effect-3 a::after {
    position: absolute;
    top: 91%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #005700;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}


/*--header menu nav start--*/

div#navbar {
    float: left;
    text-align: center;
}

.navbar-wrapper {
    padding: 0em 0em 0em 0em;
    margin-top: 0px !important;
    line-height: 36px;
    position: relative;
}

.navbar-inverse {
    background: none;
    border: none;
}

.navbar-nav {
    margin-top: 0em;
    float: none;
    max-width: 100%;
    height: auto;
}

.navbar {
    z-index: 10;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    margin-bottom: 0px !important;
    min-height: 0px !important;
    background: #009846;
    position: absolute;
    top: -13px;
}

.nb .navbar {
    z-index: 10;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    margin-bottom: 0px !important;
    min-height: 0px !important;
    background: #009846;
    position: absolute;
    top: 175px;
}

.size-1280 .line {
    max-width: 80rem;
}

.navbar-brand {
    float: left;
    height: 0px !important;
    padding: 0px !important;
}

.nav > li > a {
    margin: 0px -2px !important;
    padding: 12px 54px;
    border-right: 1px solid #fff;
}

.nav > li:last-child a {
    border-right: none;
}

.navbar-inverse .navbar-brand {
    color: #CE254B;
    font-size: 2.5em;
    line-height: 0.8em;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #CE254B;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    line-height: 1.5em;
    background: #009846;
}


/*-- w3layouts --*/

.navbar-inverse .navbar-nav > li > a.active {
    color: #fff;
    background: #005700
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
    background: #009846;
}

.navbar-nav > li {
    float: none;
}

.nav > li {
    display: inline-block;
}

.logo {
    padding-top: 30px;
    margin: 0 0 -50px 0;
    padding-bottom: 30px;
    width: 210px;
    background-color: #178b4e;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.logo img {
    transition: all 0.3s ease;
}

.logo:hover img {
    transform: scale(1.05);
}

.logo1 {
    padding-top: 30px;
    margin: 0 0 -50px 80px;
    padding-bottom: 30px;
    width: 210px;
    background: url(../images/logoo.png) no-repeat;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.creative-left ul {
    background: #e8e8e8;
    -webkit-padding-start: 0px;
}

.creative-left li {
    list-style: none;
    cursor: pointer;
}

.creative-left li a:hover {
    background: #009846;
}

.creative-left > ul > li > a:hover {
    color: #fff;
}

.creative-left .activee {
    background: #009846;
    color: #fff;
}

.container img {
    max-width: 100%;
    height: auto;
}

.main_photo {
    width: 33.30%;
    float: left;
    margin-right: 20px;
}

.drevo:hover {
    text-decoration: underline
}

.buttonu button {
    height: 50px !Important;
    margin-left: 20px !Important;
    margin-top: 10px !Important;
    width: 30% !Important;
    border-radius: 3px !Important;
    border: rgba(0, 0, 0, .3) 0px solid !Important;
    box-sizing: border-box !Important;
    padding: 10px !Important;
    background: #90c843 !Important;
    color: #FFF !Important;
    font-family: 'Open Sans', sans-serif !Important;
    font-weight: 400 !Important;
    font-size: 16pt !Important;
    transition: .4s !Important;
    cursor: pointer !Important;
}

.textboxx {
    height: 30px;
    width: 50%;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 10px;
    color: #505050;
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px rgba(192, 192, 192, 0.7) inset, 0px 0px 7px rgba(192, 192, 192, 0.7);
    -moz-box-shadow: 0 0 10px rgba(192, 192, 192, 0.7) inset, 0px 0px 7px rgba(192, 192, 192, 0.7);
    -webkit-box-shadow: 0 0 10px rgba(192, 192, 192, 0.7) inset, 0px 0px 7px rgba(192, 192, 192, 0.7);
    border: 1px solid #c0c0c0;
}

.textbox1 {
    height: 100px;
    width: 50%;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 10px;
    color: #505050;
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px rgba(192, 192, 192, 0.7) inset, 0px 0px 7px rgba(192, 192, 192, 0.7);
    -moz-box-shadow: 0 0 10px rgba(192, 192, 192, 0.7) inset, 0px 0px 7px rgba(192, 192, 192, 0.7);
    -webkit-box-shadow: 0 0 10px rgba(192, 192, 192, 0.7) inset, 0px 0px 7px rgba(192, 192, 192, 0.7);
    border: 1px solid #c0c0c0;
}

.main_photo img {
    margin-top: 5px;
    max-width: 100%;
    height: auto;
    padding: 9px;
    border: solid 1px #dce2e5;
    cursor: pointer;
}

.main_photo img:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.creative-left .show-aside-ul,
.creative-left .active-aside-item {
    height: auto;
}

.creative-left a {
    color: #444;
    display: block;
    font-size: 1rem;
    padding: 1.25rem;
    border-bottom: 1px solid #d2d2d2;
}

.creative-left a,
.creative-leftv a:link,
.creative-left a:visited,
.creative-left li > ul {
    transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
}

.head-search {
    float: right;
    padding: 6px 6px 2px 0px;
    background: #005700
}

.head-search input[type="text"] {
    background: none;
    border: none;
    color: #fff;
    padding: 0em 1em;
    outline: none;
    width: 84%;
    font-size: 1em;
}

.head-search input[type="submit"] {
    background: url(../images/search.png) no-repeat;
    width: 33px;
    height: 32px;
    display: inline-block;
    outline: none;
    border: none;
    vertical-align: -webkit-baseline-middle;
}

.top-social {
    padding: 60px 0px 0px 1075px;;
}

#zayavka {
    margin-top: 15px;
    margin-left: 2px;
}

#zayavka .button {
    margin: 10px;
}

.btn-zayavka:visited {
    background-color: #d63e2e;
}

.btn-zayavka:link {
    background-color: #d63e2e;
}

.but:hover,
.but:visited,
.but:active {
    outline: medium none;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.but {
    display: inline-block;
    padding: 8px 105px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    -khtml-border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#zayavka a {
    text-decoration: none;
    font-family: Calibri;
    font-size: 17px !important;
}

.popup h1 {
    /* заголовок 1 */
    color: #008000;
    text-align: left;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    font: 24px 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: bold;
}

.popup h2 {
    /* заголовок 2 */
    color: #d63e2e;
    padding-left: 20px;
    text-align: left;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    font: 22px 'Trebuchet MS', Helvetica, sans-serif;
}

.popup p {
    padding-left: 20px;
}


/* Базовые стили слоя затемнения и модального окна  */

.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    /* фон затемнения */
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: fixed;
    /* фиксированное поцизионирование */
    cursor: default;
    /* тип курсара */
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.is-image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    /* скругление углов встроенных картинок */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}


/* встроенные элементы м-медиа, фреймы */

embed,
iframe {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}


/* стили модального окна */

.popup {
    top: 0;
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 10;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    width: 90%;
    min-width: 320px;
    max-width: 650px;
    /* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    /* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    /* внешняя тень */
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
    /* полная прозрачность окна, появление при клике */
    opacity: 0;
    /* эффект перехода (появление) */
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.overlay:target + .popup {
    top: 20%;
    visibility: visible;
    opacity: 1;
}


/* формируем кнопку закрытия */

.close {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}

.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.popup p,
.popup div {
    margin-bottom: 10px;
    color: #6e767b;
    font-size: 14px !important;
    padding-left: 20px !important;
}


/* Базовые стили формы */

form {
    max-width: 100%;
    padding: 20px 0 0 0;
}

.form_padding_null {
    padding: 0;
}

.vasplus_programming_blog_wrapper {
    width: 450px;
    padding-top: 10px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}


/*Captcha Input Box Style*/

#vpb_captcha_code {
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font: normal 12px Verdana, Tahoma, sans-serif;
    outline: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    float: left;
    width: 161px;
    height: 30px;
    border: solid 1px #cbcbcb;
    border-bottom: solid 2px #cbcbcb;
    background-color: #FFF;
    box-shadow: 0 0 20px #cbcbcb;
    -moz-box-shadow: 0 0 20px #cbcbcb;
    -webkit-box-shadow: 0 0 20px #cbcbcb;
}

#vpb_captcha_code:focus {
    box-shadow: 0 0 10px #09F;
    -webkit-box-shadow: 0 0 10px #09F;
    -moz-box-shadow: 0 0 10px #09F;
}


/*Captcha Box wrapper*/

.vpb_captcha_wrapper {
    width: 161px;
    height: auto;
    padding: 10px;
    border: solid 1px #cbcbcb;
    background-color: #FFF;
    box-shadow: 0 0 20px #cbcbcb;
    -moz-box-shadow: 0 0 20px #cbcbcb;
    -webkit-box-shadow: 0 0 20px #cbcbcb;
    border-top: solid 0px #cbcbcb;
    text-align: center;
    position: relative;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    float: left;
}


/*Success Message Style*/

.vpb_success {
    width: 390px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    padding: 10px;
    background: #FFFFB7;
    border: 1px solid #F1F1F1;
    box-shadow: 0 0 20px #cbcbcb;
    -moz-box-shadow: 0 0 20px #cbcbcb;
    -webkit-box-shadow: 0 0 20px #cbcbcb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 20px;
    margin-bottom: 30px;
}


/*Error Messages Style*/

.vpb_info {
    width: 390px;
    text-align: left;
    border: 1px solid #999;
    padding: 8px 10px 8px 10px;
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    color: black;
    background: #BDE5F8;
    margin-bottom: 30px;
}


/*Vasplus Button*/

.vpb_general_button {
    background-color: #7fbf4d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
    background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: linear-gradient(top, #7fbf4d, #63a62f);
    border: 2px solid #63a62f;
    box-shadow: 0 2px 3px #666666;
    -moz-box-shadow: 0 2px 3px #666666;
    -webkit-box-shadow: 0 2px 3px #666666;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    min-width: 70px;
    width: auto;
    padding: 9px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 7px;
    text-decoration: none;
    margin-right: 20px;
}

.vpb_general_button:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    box-shadow: 0 2px 3px #666666;
    -moz-box-shadow: 0 2px 3px #666666;
    -webkit-box-shadow: 0 2px 3px #666666;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}


/* Стили полей ввода */

.text_box_input {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 2px solid;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 30px;
}

.text_box_width {
    width: 54%
}

.message:focus,
.text_box_input:focus {
    outline: none;
    border: rgba(24, 149, 215, 1) 2px solid;
    color: rgba(24, 149, 215, 1);
}

.message {
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 120px;
    border: rgba(0, 0, 0, .3) 2px solid;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.butt {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 0px solid;
    box-sizing: border-box;
    padding: 10px;
    background: #009846;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16pt;
    transition: background .4s;
    cursor: pointer;
}


/* Изменение фона кнопки при наведении */

.butt:hover {
    background: #005700
}

.small_phn {
    float: left;
    margin-right: 14px;
    width: 282px;
    height: 215px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    overflow: hidden;
    border: solid 1.5px #dce2e5;
    padding: 7px;
    cursor: pointer;
}

.small_phn:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    transition-duration: 250ms;
    position: relative;
}

#slidern li {
    float: left;
    width: 1480px;
    height: 210px;
    padding: 0;
}

#slidern ul {
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

#slidern {
    float: left;
    position: relative;
    overflow: auto;
    width: 1480px;
    height: 220px
}

#slideleftn {
    background: url(../images/left.png);
    float: right;
    margin-bottom: 10px;
}

#sliderightn {
    background: url(../images/right.png);
    float: right;
    margin-bottom: 10px;
}

.sliderbuttonn {
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-repeat: no-repeat;
}

#wrapper_slidern {
    width: 1480px;
}

.banner {
    background-image: url(../images/bg1.jpg);
    max-height: 450px;
    background-size: cover;
}

.banner1 {
    background: url(../images/bgsite.jpg) no-repeat center;
    min-height: 200px;
    background-size: cover;
}

.banner-main {
    padding-top: 17em;
    text-align: center;
}

.banner-main h3 {
    font-size: 3em;
    color: #fff;
    padding: 0.2em 0em;
    letter-spacing: 4px;
    width: 80%;
    margin: 0 auto;
    line-height: 1.4em;
}

.creative {
    padding: 5em 0em;
    margin-left: auto;
}

.creativee {
    padding: 5em 0em;
    margin-left: auto;
}

.creativee h3 {
    margin-bottom: 1em;
}

.banner-main1 {
    margin: 6em 0em 0em 0em;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.banner-main1 ul {
    padding: 0px;
    list-style: none;
}

.banner-main1 ul li {
    display: inline-block;
}

.banner-main1 ul li h6 {
    font-size: 1.5em;
    color: #fff;
}

.banner-main1 ul li h6 a {
    color: #fff;
}

.banner-main1 ul li h6 a:hover {
    color: #ff4c4c;
}


/*--Slider Part starts Here--*/


/*-- w3layouts --*/

#slider2,
#slider3 {
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.callbacks_container {
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: 41%;
    left: 14%;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 30px;
    width: 30px;
    background: url("../images/icons.png") no-repeat 6px 4px #fff;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    border-radius: 16px;
}

.callbacks_nav:hover {
    opacity: .9;
    -moz-opacity: .9;
}

.callbacks_nav.next {
    background-position: -31px 3px;
    left: 85%;
}


/*-- agileits --*/

.callbacks_nav:active {
    opacity: 1.0;
    -moz-opacity: 1;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 .1em;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    z-index: 999;
    bottom: 13%;
    right: 15%;
    padding: 0;
    margin: 0;
    display: none;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    height: 12px;
    width: 12px;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.callbacks_here a:after {
    background-color: #fff;
}


/*--//Slider part Ends Here --*/


/*--banner end here--*/


/*--creative start here--*/

.creative-main {
    position: relative;
}

.creativee h3 {
    margin-bottom: 1em;
}

.creativee h4 {
    text-align: right;
    margin: 20px;
}

.creativee p {
    margin: 20px;
}

.above-creative {
    position: absolute;
    top: 0%;
    left: 12%;
}

.creative-left {
    width: 22%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.creative-left img {
    border-radius: 6px;
    border: 10px solid #005700
}

.above-creative img {
    border: 10px solid #ff4c4c;
    border-radius: 5px;
}

.creative-right {
    width: 75%;
    margin-left: 20px;
}

.creative-right h4 {
    font-size: 1.5em;
    padding-top: 5px;
    color: #555555;
}

.creative-right-first {

}

.creative-right-text h4 {
    color: #d63e2e;
    font-size: 1.8em;
}

.creative-right-text hr {
    margin-top: 10px;
}

.creative-right-text-padding {
    padding-left: 5px;
}

.calculate_modal form {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.calculate_modal form input {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.calculate_modal form button {
    margin-top: 10px;
}

.characteristic {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.table1 {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    border-bottom: 3px solid #ccc;
    border-collapse: collapse;
}

.table1 td {
    font-size: 0.95em;
    padding: 5px 10px;
    background: rgb(233, 233, 233);
    border-collapse: collapse;
    border-spacing: 0;
    color: rgb(108, 108, 108);
}

.table1 .even td {
    background: #fff;
}

.table1 .green td {
    background: #009846;
    color: white;
}

h5 {
    font-size: 1.4em;
    color: #009846;
    margin-top: 15px;
}

.creative-right p {
    font-size: 0.95em;
    color: #555555;
    line-height: 2em;
    padding: 0.2em 0em 0em;
}

.logo h1 {
    font-size: 2.5em;
}

.logo h1 a {
    color: #009846;
}


/*--creative end here--*/


/*--welcome start here--*/

.welcome-top {
    text-align: center;
    padding-bottom: 4em;
}

.welcome-top h4 {
    font-size: 3em;
    color: #ff4c4c;
    margin-bottom: 0.4em;
}

.welcome-top p {
    font-size: 0.95em;
    color: #929191;
    line-height: 2em;
    width: 70%;
    margin: 0 auto;
}

.welcome.w3l {
    padding-bottom: 5em;
}

.welcome-grid {
    text-align: center;
}

.welcome-grid p {
    font-size: 0.95em;
    color: #929191;
    line-height: 2em;
}

.welcome-grid h4 {
    font-size: 1.3em;
    color: #009846;
    padding: 0.3em 0em;
}

.welcome-grid img {
    margin: 0 auto;
}

.welcome.agileits {
    padding-bottom: 5em;
}


/*--welcome end here--*/


/*--work start here--*/

.work {
    background: url(../images/work.jpg) no-repeat center #000;
    background-size: cover;
    min-height: 300px;
}

.work-main {
    text-align: center;
    padding-top: 4.3em;
}

.work-main h3 {
    font-size: 3em;
    color: #fff;
}

.work-main p {
    font-size: 0.95em;
    color: #fff;
    width: 50%;
    line-height: 2em;
    margin: 0.3em auto;
}

.work-btns a {
    font-size: 1em;
    color: #fff;
    display: inline-block;
    width: 15%;
    padding: 0.7em 1.2em;
    border: 1px solid #fff;
    margin-right: 1em;
}

.work-btns a:hover {
    background: #009846;
    border: 1px solid #005700
}

.work-btns {
    margin-top: 2em;
}


/*--work end here--*/


/*--history start here--*/

.history-top {
    text-align: center;
    padding-bottom: 5em;
}

.history-top p {
    font-size: 0.95em;
    color: #000;
}

.history-top h3 {
    font-size: 2.5em;
    color: #ff4c4c;
    margin-bottom: 0.2em;
}

.history-bottom {
    position: relative;
}

span.devide-line {
    width: 2px;
    height: 735px;
    position: absolute;
    top: 0.4em;
    display: block;
    background: #000;
}

.ch-bott1 {
    position: relative;
}

span.botted {
    width: 25px;
    height: 25px;
    background: url(../images/dimen.png) no-repeat 3px 3px;
    display: block;
    border-radius: 36px;
    position: absolute;
    top: -181px;
    left: 558px;
}

.changer-main {
    position: relative;
}

.changer-left {
    float: left;
    width: 48%;
    border-bottom: 1px solid #999;
}

.changer-right {
    float: right;
    width: 44%;
}

.changer-left h3 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 0.3em;
}

.changer-left p {
    font-size: 0.95em;
    color: #929191;
    line-height: 2em;
}

.changer-right-snd h3 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 0.3em;
}

.changer-right-snd p {
    font-size: 0.95em;
    color: #929191;
    line-height: 2em;
}

.changer-left-trd h3 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 0.3em;
}

.changer-left-trd p {
    font-size: 0.95em;
    color: #929191;
    line-height: 2em;
}

.changer-left-snd {
    float: left;
    width: 44%;
}

.changer-right-snd {
    float: left;
    width: 48%;
    border-bottom: 1px solid #999;
}

.changer-left-trd {
    float: left;
    width: 44%;
}

.changer-right-trd {
    float: right;
    width: 44%;
}

.history-block-snd {
    margin: 3em 0em;
}

.hist-date {
    width: 20%;
    float: left;
    background: #005700
}

.hist-date h4 {
    color: #fff;
    font-size: 1em;
    background: #005700;
    display: block;
    padding: 1em 1em;
}

.changer-right-snd-text h5 {
    font-size: 1em;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
}

.hist-date-strip {
    background: #424040;
}

.hist-text {
    width: 80%;
    float: right;
}

.hist-text h5 {
    font-size: 1em;
    color: #fff;
    padding: 1em 1em;
    text-transform: uppercase;
}

.history-info {
    padding: 1em 0em;
}

.history-info-right {
    float: right;
    width: 74%;
}

.history-info-left {
    float: left;
    width: 20%;
}

.hist-gall-grid {
    float: left;
    width: 24%;
    margin-right: 1%;
}

.changer-right-snd-text {
    float: left;
    width: 80%;
}

.changer-right-snd-date {
    float: right;
    width: 20%;
    background: #005700
}

.changer-right-snd-strip {
    background: #424040;
}

.changer-right-snd-date h4 {
    font-size: 1em;
}

.changer-right-snd-date h4 {
    color: #fff;
    background: #005700;
    padding: 1em 1em;
    display: block;
}

.changer-right-snd-text h5 {
    font-size: 1em;
    color: #fff;
    text-align: right;
    padding: 1em 1em;
    text-transform: uppercase;
}

.hist-gallery {
    padding: 1em 0em;
}

.gd-tl-tip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-right: 12px solid #ffffff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    top: 74px;
    left: 535px;
}

.gd-tl-tip2:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 12px solid #ffffff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    top: 314px;
    left: 592px;
}

.gd-tl-tip3:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-right: 12px solid #ffffff;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    top: 553px;
    left: 535px;
}


/*--history end here--*/


/*--newsletter start here--*/

.newsletter {
    padding: 5em 0em;
    background: #009846
}

.newsletter-main {
    border: 2px solid #fff;
    padding: 2em 2em;
}

.newsletter-main h5 {
    -webkit-margin-before: 0.5em;
    font-size: 1.2em;
    color: #fff;
    display: inline-block;
    float: left;
}

.newsletter-w3 {
    float: right;
}

.newsletter-w3 {
    width: 40%;
}

.newsletter-w3 input[type="text"] {
    font-size: 1em;
    color: #fff;
    padding: 0.5em 1em;
    background: none;
    border: 2px solid #fff;
    outline: none;
    width: 45%;
}

.newsletter-w3 button {
    font-size: 1em;
    color: #fff;
    float: right;
    background: #ff4c4c;
    border: none;
    margin-top: 5px;
    padding: 0.65em 1em;
    display: inline-block;
    outline: none;
}

.newsletter-w3 button:hover {
    background: #424040;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}


/*--newsletter end here--*/


/*--copy rights starts here--*/

.copy {
    text-align: center;
    padding: 2em 0em 0em 0em;
}

.copy p {
    font-size: 0.95em;
    color: #fff;
    line-height: 1.6em;
}

.footer {
    padding: 2em 0em 1em 0em;
    background: #232323;
}

.footer-grid h4 {
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 0.7em;
}

ul.ftr-social-icons {
    padding: 1em 0em 0em 0em;
    list-style: none;
}

.ftr-text p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
}

.ftr-text {
    float: right;
    width: 95%;
}

.ftr-week {
    float: right;
    width: 70%;
    margin-left: 1rem;
}

.ftr-email {
    float: right;
    margin-left: 1rem;
}

.ftr-week-custom {
    float: right;
    width: 50%;
}

.ftr-d-flex {
    display: flex;
    justify-content: space-between;
}

.contact .ftr-text {
    float: right;
    width: 98%;
}

.ftr-text p a {
    text-decoration: none !important;
}

.c07c {
    color: #07c !important;
}

.contact .ftr-text1 {
    float: right;
    width: 95%;
}

.footer-grid h5 {
    font-size: 1.3em;
    color: #fff;
}

.ftr-iblock {
    float: left;
    width: 5%;
}

.contact .ftr-iblock {
    margin-top: 3px;
}

.contact .ftr-iblock span.glyphicon.glyphicon-map-marker {
    font-size: 1.5em;
    color: #929191;
}

.contact .ftr-iblock span.glyphicon.glyphicon-earphone {
    font-size: 1.5em;
    color: #929191;
    float: left;
}

.contact .ftr-iblock span.glyphicon.glyphicon-envelope {
    font-size: 1.5em;
    color: #929191;
}

.contact .ftr-iblock span.glyphicon.glyphicon-time {
    font-size: 1.5em;
    color: #929191;
}

.ftr-iblock span.glyphicon.glyphicon-map-marker {
    font-size: 1.5em;
    color: #fff;
}

.ftr-iblock span.glyphicon.glyphicon-earphone {
    font-size: 1.5em;
    color: #fff;
}

.ftr-iblock span.glyphicon-phone {
    font-size: 1.5em;
    color: #fff;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.ftr-iblock span.glyphicon.glyphicon-envelope {
    font-size: 1.5em;
    color: #fff;
}

.ftr-icons {
    margin-bottom: 1em;
    display: flex;
}

.ftr-icons-email {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
}

.ftr-text p {
    font-size: 1em;
}

.ftr-text p a {
    color: #fff;
}

.contact .ftr-text p a {
    color: #929191;
}

.contact .ftr-text1 p a {
    color: #929191;
}

.ftr-text p a:hover {
    color: #005700
}

.ftr-text p a:hover img {
    opacity: 1;
    filter: brightness(1);
}

.footer-grid p {
    font-size: 0.95em;
    color: #fff;
    line-height: 2em;
}

.copy p a {
    color: #fff;
}

.copy p a:hover {
    color: #009846;
}

.newsletter-w3 ::-webkit-input-placeholder {
    color: #fff !important;
}

.head-search ::-webkit-input-placeholder {
    color: #fff !important;
}

ul.ftr-social-icons li a {
    background: url(../images/top-social.png) no-repeat #ff4c4c;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 35px;
}

ul.ftr-social-icons li a:hover {
    background: url(../images/top-social.png) no-repeat #005700
}

ul.ftr-social-icons li {
    display: inline-block;
    margin-right: 9px;
}

ul.ftr-social-icons li a.fa {
    background-position: 12px 7px;
}

ul.ftr-social-icons li a.tw {
    background-position: -15px 7px;
}

ul.ftr-social-icons li a.ind {
    background-position: -46px 6px;
}

ul.ftr-social-icons li a.g {
    background-position: -74px 6px;
}


/*--copy rights end here--*/


/*--about start here--*/

.about {
    padding: 5em 0em;
}

.about-right h4 {
    font-size: 1.5em;
    color: #ff4c4c;
    margin-bottom: 0.5em;
}

.about-top h2 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

.about-right p {
    font-size: 0.95em;
    color: #929191;
    line-height: 2em;
}

.advantages {
    background: url(../images/advan.jpg) no-repeat;
    background-size: cover;
    min-height: 300px;
}

.feature-text h4 {
    font-size: 1.4em;
    color: #fff;
    margin: 0em 0em 0.5em 0em;
}

.feature-text p {
    font-size: 0.9em;
    color: #fff;
    line-height: 1.8em;
}

.cord-drop span.numbers {
    background: #005700;
    font-size: 1.5em;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 2em;
    text-align: center;
    display: inline-block;
}

.cord-drop {
    padding: 0px;
}

.advantages-main {
    padding: 5em 0em 5em 0em;
}

.team {
    padding: 5em 0em 4em 0em;
}

.kartina img {
    float: left;
    border-right: solid 1px #dce2e5;
}

.opisanie {
    margin-left: 354px;
    margin-right: 20px;
}

.opisanie h3 {
    color: #00569c;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: solid 1px #dce2e5;
}

.opisanie p {
    color: #444;
    padding-left: 0em;
    padding-bottom: 20px;
    padding-top: 20px;
}

.catalog_image .team-grid {
    border: solid 1px #dce2e5;
    border-radius: 0px 0px 4px 4px;
    margin: 0px 17px 37px;
    cursor: pointer;
    height: auto;
    width: 100%;
}

.team-grid {
    border: solid 1px #dce2e5;
    border-radius: 0px 0px 4px 4px;
    margin: 0px 17px 37px;
    cursor: pointer;
}

.about-bottom h4 {
    padding-top: 20px;
    color: #009846;
}

.about-bottom p {
    padding-top: 10px;
}

.team-grid > .team-info > h4:hover {
    color: #009846;
}

.team-grid:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.team-info h4 {
    font-size: 1em;
    color: #000;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 0.5em;
    border-top: 1px solid #dce2e5;
    padding-top: 15px;
    padding-bottom: 10px;
}

.team-right {
    padding: 5em 0em 0em 0em;
}

.team-right h3 {
    font-size: 2em;
    margin-bottom: 0.3em;
}

.team-right p {
    font-size: 0.95em;
    color: #929191;
    line-height: 2em;
    width: 80%;
}

.team-right h3 {
    font-size: 3em;
    line-height: 1.5em;
    width: 60%;
    color: #ff4c4c;
}

.about-top {
    text-align: center;
    padding-bottom: 1.5em;
}

.caption {
    opacity: 0;
    top: 0%;
    position: absolute;
    width: 90%;
    text-align: center;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.caption ul {
    padding: 1em 0 .5em;
}

.caption ul li {
    list-style-type: none;
    display: inline-block;
}

.caption ul li:nth-child(2) {
    margin: 0 0.3em;
}

.caption ul li a {
    background: url(../images/img-sp.png) no-repeat 0px 0px;
    display: block;
    height: 26px;
    width: 26px;
    transition: none;
}

.caption ul li a:hover {
    transform: rotateY(360deg);
    transition: .5s all;
}

.caption ul li a.f1 {
    background-position: 0px -32px;
}

.caption ul li a.f2 {
    background-position: 0px 0px;
}

.caption ul li a.f3 {
    background-position: 0px -62px;
}


/*--t
/*--about end here--*/


/*--short codes--*/

.page-header h3 {
    font-size: 3em;
    color: #000;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
}

.grid1 {
    margin: 1.5em 0 0;
}

ul.nav.nav-pills {
    margin: 1.5em 0 0;
}

.grid2 {
    margin: 1em 0 0;
}

.bs-example {
    padding: 2em 0 0;
}

.form-horizontal .control-label {
    text-align: left;
}

h3.typo1 {
    text-align: center;
    font-size: 3em;
    color: #009846;
}

.page {
    padding: 5em 0em 5em 0em;
}


/*--//short codes--*/


/*--single--*/

.blog-to {
    padding: 0em 0 2em;
}

.blog-top {
    padding: 1em 0 0;
}

ul.men-grid li {
    display: inline-block;
}

.top-blog p {
    font-size: 0.95em;
    color: #929191;
    line-height: 2em;
}

p.sed1 {
    font-size: 1em;
}

.top-blog p a {
    text-decoration: none;
    color: #ff4c4c;
}

.top-blog h5.fast {
    font-size: 1.3em;
    color: #009846;
    margin: 0 0 0.5em;
}

.top-blog p a:hover,
ul.popular li a:hover,
a.more-dummy:hover {
    color: #009846;
}

i.glyphicon.glyphicon-ok-sign {
    margin: 0em 0.51em 0em 0em;
}

p.sed2 {
    margin: 0.5em 0 1em;
}

.single-inline {
    padding: 0 15px;
}

.single-middle h1,
.single-bottom h2 {
    font-size: 2.5em;
    color: #ff4c4c;
    text-align: center;
    margin: 0 0 0.7em;
}

.single-bottom {
    padding: 0em 0 4em;
}

.comment {
    padding: 0px 10px 0px 0px;
}

.single-bottom input[type="text"] {
    width: 100%;
    padding: 1em;
    background: none;
    outline: none;
    border: 1px solid #A09F9F;
    font-size: 1em;
    margin-bottom: 1em;
    color: #777676;
    -webkit-appearance: none;
}

.single-bottom textarea {
    width: 100%;
    padding: 1em;
    background: none;
    outline: none;
    border: 1px solid #929191;
    font-size: 1em;
    margin-bottom: 1em;
    color: #777676;
    -webkit-appearance: none;
}

.single-bottom input[type="submit"] {
    width: 10%;
    font-size: 1em;
    background: #ff4c4c;
    padding: 0.6em 0.8em;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    -webkit-appearance: none;
    margin: 0 0em;
}

.single-bottom input[type="submit"]:hover {
    background: #009846;
}

.single-bottom textarea {
    resize: none;
    min-height: 180px;
    width: 99.2%;
}

.media-body h4 {
    font-size: 1.3em;
}

.media-body h4 a {
    color: #009846;
    text-decoration: none;
}

.media-body p {
    margin: 0.7em 0 0em;
    font-size: 0.95em;
    color: #929191;
    line-height: 2em;
}

.media {
    margin: 0em 0 3em;
}

.single-bottom h3 {
    font-size: 2.5em;
    color: #2d2d2d;
    text-align: center;
    margin: 0.5em 0 1em;
}

.md-in {
    padding: 0;
}

.in-media {
    padding: 0 0 0 5em;
}

ul.grid-part li {
    list-style: none;
    margin: 0em 0em 0.7em 0em;
}

ul.grid-part li a {
    color: #777676;
    text-decoration: none;
    padding: 0em 0em 0em 0.8em;
    display: inline-block;
    font-size: 1em;
}

ul.grid-part li a:hover {
    color: #F2AF00;
}

ul.grid-part {
    margin: 1.5em 0 2em;
}

.single {
    padding: 5em 1px 0;
}

span.glyphicon.glyphicon-arrow-right {
    display: inline-block;
    font-size: 1em;
    color: #f2af00;
}


/*--//single--*/


/*--gallery strat here--*/

.col-lg-offset-2 {
    margin-top: 5em;
}

.gallery {
    padding: 3em 0em;
}

.creative-right .gallery {
    padding: 0px;
}

.gallery-grid {
    float: left;
    width: 33%;
    margin-right: 0.2em;
}

.gallery-img {
    margin-bottom: 0.2em;
}

h3.tittle.need_col {
    font-size: 2.5em;
    margin: 2rem 2rem 1rem;
}

.gallery-img {
    position: relative;
}

.zoom-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    border-radius: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.55s;
    -moz-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}

.zoom-icon:hover {
    background: rgba(149, 73, 37, 0.72) !important;
}

.zoom-icon:after {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    background: url(../images/foter-foot.png) 50% 50% no-repeat;
    border-radius: 0;
    z-index: 0;
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}

.zoom-icon:before {
    position: absolute;
    left: -50%;
    top: 48%;
    display: block;
    margin: 0;
    height: 0%;
    width: 200%;
    background: url(../images/dark.png);
    content: "";
    border-radius: 0;
    overflow: hidden;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: 0.65s;
    -moz-transition: 0.65s;
    -o-transition: 0.65s;
    transition: 0.65s;
}

.gallery-img a:hover .zoom-icon {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.gallery-img a:hover .zoom-icon:before {
    left: -60%;
    top: -35%;
    height: 200%;
    width: 200%;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.gallery-img a:hover .zoom-icon:after {
    width: 44px;
    height: 63px;
    margin: -31px 0 0 -22px;
    -webkit-transition: 0.45;
    -moz-transition: 0.45;
    -o-transition: 0.45;
    transition: 0.45;
}

.gallery-img a:hover .zoom-icon {
    visibility: visible;
    border-radius: 0;
    overflow: hidden;
}


/*--gallery effect--*/


/*----*/

.gallery-img {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0.2em;
}


/* Common style */

.gallery-img figure {
    position: relative;
    overflow: hidden;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.gallery-img figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.gallery-img figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-img figure figcaption::before,
.gallery-img figure figcaption::after {
    pointer-events: none;
}

.gallery-img figure figcaption,
.gallery-img figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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

figure.effect-jazz {
    background: -webkit-linear-gradient(-45deg, #000 0%, #000 100%);
    background: linear-gradient(-45deg, #000 0%, #000 100%);
}

figure.effect-jazz img {
    opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p,
figure.effect-jazz h4 {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-jazz h4,
figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h4 {
    text-transform: none;
    font-size: 1.2em;
    opacity: 0;
    margin-top: 3em;
}

figure.effect-jazz p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}

figure.effect-jazz:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover h4,
figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


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

.portfolio-modal .modal-content {
    padding: 10px 0 35px;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h3 {
    margin: 0;
    font-size: 3em;
    color: #fff;
    margin-bottom: 0.5em;
}

.portfolio-modal .modal-content img {
    margin: 0 auto;
}

.portfolio-modal .modal-content p {
    font-size: 1em;
    padding: 30px 0;
    color: #fff;
    line-height: 2em;
    width: 59%;
    margin: 0 auto;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .7;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.69);
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/*--gallery end here--*/

.modal-body img {
    width: 100% !important;
}


/*--conatct strat her--*/

.contact {
    padding: 3em 0em 2em 0;
}

.contact-bottom {
    padding-top: 1em;
}

.contact-bottom-both {
    display: flex;
}

.contact-bottom-left {
    margin-left: 3rem;
}

.contact-bottom-right {
    margin-left: 3rem;
}

.contact-top h2 {
    font-size: 3em;
    color: #005700;
    text-align: center;
    margin-bottom: 1.2em;
}

.contact-left p {
    font-size: 0.95em;
    color: #929191;
    margin-left: 10px;
}

.contact-right p {
    font-size: 0.95em;
    color: #929191;
    margin-left: 10px;
}

.contact-right-custom {
    font-size: 1.3rem !important;
    color: #929191;
    margin-left: 10px;
}

.contact-left input[type="text"] {
    border: 1px solid #ccc;
    padding: 0.5em 1em;
    width: 100%;
    color: #929191;
    outline: none;
    border-radius: 2px;
}

.contact-left textarea {
    border: 1px solid #ccc;
    width: 100%;
    color: #929191;
    padding: 0.5em 1em;
    height: 9em;
    outline: none;
    resize: none;
    border-radius: 2px;
}

.contact-left input[type="submit"] {
    font-size: 1em;
    color: #fff;
    padding: 0.5em 1em;
    background: #005700;
    border: none;
    outline: none;
    margin-top: 1em;
    border-radius: 2px;
}

.contact-left input[type="submit"]:hover {
    background: #009846;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.contact-right img {
    padding-left: 50px;
}


/*--conatc end here--*/


/*--map strat here--*/

.map iframe {
    width: 100%;
    height: 300px;
    border: none;
}

.map {
    padding-top: 2em;
}

.map-city {
    padding: 3rem 0 0;
    display: flex;
}

.map-city-images {
    width: 50%;
    height: 100% !important;
}

.map-city-images2 {
    width: 50%;
    height: 100% !important;
    margin-left: 5rem;
}

.map-main {
    width: 50%;
}

.map-main iframe {
    max-width: 90%;
}

.map_item iframe {
    margin-top: 30px;
    max-width: 1300px;
}

.prod_img {
    width: 120px;
    height: 5rem !important;
}

.top-social {
    padding: 60px 0 0 990px;
}

/*-------------------------------------------------------------*/
.line_title {
    color: #009846;
    margin: 3rem 5px 5px;
}

.line_border {
    height: 3px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.about-bottom-image {
    float: left;
    padding-right: 15px;
}

.custom_bottom {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    color: white !important;
    font-weight: 700;
    background-color: #009846 !important;
    padding: 10px 2rem;
    transition: all 0.3s ease-out !important;
}

.custom_bottom:hover {
    background-color: #005700 !important;
}

/*-------------------------------------------------------------*/
.__footer_info {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.__footer_info .__footer_info_item {
    width: 45%;
}

.__footer_info .__footer_info_item .__footer_info_block {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 7px 0;
}

.__footer_info .__footer_info_item .__footer_info_block .__address {
    height: max-content;
}

.__footer_info .__footer_info_item .__footer_info_block img {
    pointer-events: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.__footer_info .__footer_info_item .__footer_info_block span {
    color: #fff;
    font-size: 16px;
}

.__footer_info .__footer_info_item .__footer_info_block span a {
    transition: all 0.3s !important;
}

.__footer_info .__footer_info_item .__footer_info_block span a:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.__footer_info .__footer_info_item .__footer_info_block span a:hover {
    color: #009846 !important;
}

.__footer_info .__footer_info_item .__footer_info_block .glyphicon  {
    font-size: 20px;
    margin-top: 5px;
    margin-right: 10px;
}

.__footer_info .__footer_info_item .__footer_info_block .glyphicon.second  {
    margin-top: 1px;
}

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


@media (max-width: 1440px) {
    .top-social {
        padding: 60px 0 0 890px;
    }

    .rabota {
        display: none;
    }

}

@media (max-width: 1366px) {
    .top-social {
        padding: 60px 0px 0px 830px;
    }

    .nav > li > a {
        padding: 12px 37px;
    }
}

@media (max-width: 1280px) {
    .top-social {
        padding: 60px 0px 0px 755px;
    }

    .nav > li > a {
        padding: 12px 32px;
    }
}

@media (max-width: 1200px) {
    .top-social {
        padding: 60px 0px 0px 600px;
    }

    .nav > li > a {
        padding: 12px 23px;
    }
}

@media (max-width: 1080px) {
    .nav > li > a {
        padding: 10px 15px
    }

    .top-social {
        padding: 60px 0px 0px 530px;
    }

    .above-creative {
        left: 6%;
    }

    span.botted {
        top: -192px;
        left: 458px;
    }

    .creative-right p {
        padding: 1em 0em 0em 0em;
        line-height: 1.2em;
    }

    .gd-tl-tip:after {
        top: 74px;
        left: 439px;
    }

    .gd-tl-tip2:after {
        top: 324px;
        left: 488px;
    }

    .gd-tl-tip3:after {
        top: 564px;
        left: 439px;
    }

    .team-right h3 {
        width: 72%;
    }

    .gallery-grid {
        width: 32.5%;
    }
}

@media (max-width: 1024px) {
    .navbar {
        left: 15px;
    }

    .banner-main h3 {
        font-size: 2.2em;
    }

    .banner-main {
        padding-top: 12em;
    }

    .callbacks_nav {
        bottom: 54%;
    }

    .above-creative {
        top: -4%;
        left: 6%;
    }

    .creative-right p {
        padding: 1em 0em 0em 0em;
    }

    .welcome-grid p {
        font-size: 0.9em;
    }

    .welcome-top p {
        font-size: 0.9em;
    }

    .work-main h3 {
        font-size: 2.2em;
    }

    .work-main p {
        width: 63%;
        margin: 0.5em auto;
    }

    .work-btns {
        margin-top: 1em;
    }

    .gd-tl-tip:after {
        top: 73px;
        left: 440px;
    }

    .gd-tl-tip2:after {
        top: 317px;
        left: 488px;
    }

    .gd-tl-tip3:after {
        top: 557px;
        left: 439px;
    }

    span.botted {
        top: -184px;
        left: 458px;
    }

    .ch-bott1.bott-w3 span {
        margin: 0.2em 0em 0em 0em;
    }

    span.devide-line {
        top: 1.4em;
    }

    .changer-left p {
        font-size: 0.9em;
    }

    .history-top {
        padding-bottom: 3em;
    }

    .welcome-top {
        padding-bottom: 3em;
    }

    .about-right p {
        font-size: 0.9em;
    }

    .feature-text p {
        font-size: 0.9em;
    }

    .team-right h3 {
        width: 100%;
    }

    .team-right {
        padding: 4em 0em 0em 0em;
    }

    .gallery-grid {
        width: 32.8%;
    }

    .contact-right p {
        font-size: 0.9em;
    }

    .col-lg-offset-2 {
        margin-top: 4em;
    }

    .page-header h3 {
        font-size: 2.3em;
    }
}

@media (max-width: 991px) {
    .top-social {
        padding: 40px 0px 0px 350px;
    }

    .nav > li > a {
        padding: 12px 30px;
        font-size: 0.9em;
    }

    .navbar {
        left: 62px;
    }

    .head-search {
        padding: 5px 6px 0px 0px;
    }

    .head-search input[type="text"] {
        font-size: 0.9em;
    }

    .nav > li > a {
        padding: 12px 20px;
    }

    .navbar {
        left: 20px;
    }

    .creative-right {
        float: right;
        width: 73%;
    }

    .team-grid {
        margin: 0px 5px 37px;
    }

    .creative-right {
        margin-left: 10px;
    }

    .creative-left {
        float: left;
        width: 25%;
    }

    .above-creative img {
        float: left;
        width: 57%;
    }

    .above-creative {
        top: 2%;
        left: 8%;
    }

    .creative-right h4 {
        padding: 1em 0em 0.2em 0.5em;
    }

    .creative-right p {
        padding: 1em 0em 0em 0em;
    }

    .welcome-top p {
        width: 100%;
    }

    .welcome-grid {
        margin-bottom: 2em;
    }

    .welcome-bottom p {
        width: 65%;
        margin: 0 auto;
    }

    .welcome.agileits {
        padding-bottom: 3em;
    }

    .work-btns a {
        width: 20%;
    }

    .work-btns a {
        width: 20%;
    }

    .work-main {
        padding-top: 2.5em;
    }

    .work {
        min-height: 255px;
    }

    .hist-date {
        width: 23%;
    }

    .hist-text {
        width: 77%;
    }

    .hist-text h5 {
        font-size: 0.9em;
    }

    .hist-date h4 {
        font-size: 0.9em;
    }

    .changer-right-snd-text h5 {
        font-size: 0.9em;
    }

    .changer-right-snd-date h4 {
        font-size: 0.9em;
    }

    .changer-right-snd-date {
        width: 23%;
    }

    .changer-right-snd-text {
        width: 77%;
    }

    span.botted {
        top: -170px;
        left: 348px;
    }

    .ch-bott1.bott-w3 span {
        margin: 0.5em 0em 0em 0em;
    }

    .changer-left p {
        font-size: 0.8em;
    }

    .gd-tl-tip2:after {
        top: 296px;
        left: 374px;
    }

    .gd-tl-tip:after {
        top: 72px;
        left: 334px;
    }

    .gd-tl-tip3:after {
        top: 513px;
        left: 334px;
    }

    span.devide-line {
        height: 670px;
    }

    .newsletter-w3 {
        margin-top: 15px;
        width: 55%;
    }

    .footer-grid h4 {
        font-size: 2em;
    }

    .footer-grid p {
        font-size: 0.8em;
    }

    .footer-grid {
        float: left;
        width: 50%;
    }

    .about-left {
        padding: 0em 0em 2em 0em;
    }

    .welcome-top h4 {
        font-size: 2.5em;
    }

    .about-top h2 {
        font-size: 2.5em;
    }

    .about-left {
        width: 80%;
        margin: 0 auto;
    }

    .cord-drop {
        float: left;
        width: 10%;
    }

    .feature-text {
        float: right;
        width: 90%;
    }

    .fact-grid {
        padding-bottom: 1.5em;
    }

    .team-info h4 {
        font-size: 0.7em;
        letter-spacing: 0px;
    }

    .team-grid {
        float: left;
        width: 31%;
    }

    .team-right {
        padding: 0em 0em 0em 0em;
    }

    .team-left {
        padding: 0px;
    }

    .team-right h3 {
        font-size: 2.5em;
    }

    h3.typo1 {
        font-size: 2.5em;
    }

    h3.tittle.need_col {
        font-size: 2.5em;
    }

    .contact-top h2 {
        font-size: 2.5em;
        margin-bottom: 0.8em;
    }

    .contact-right {
        padding-top: 3em;
    }

    .head-search input[type="text"] {
        width: 70%;
    }

    .hist-date h4 a {
        padding: 1.1em 1em;
    }

    .changer-right-snd-date h4 a {
        padding: 1.1em 1em;
    }
}

@media (max-width: 768px) {
    .creative-right h4 {
        font-size: 2em;
    }

    .head-search {
        padding: 4px 0px 0px 0px;
    }

    .nav > li > a {
        padding: 12px 22px;
    }

    .navbar {
        left: 13px;
    }

    .banner-main h3 {
        font-size: 2em;
        letter-spacing: 1px;
    }

    .banner-main {
        padding-top: 7em;
    }

    .callbacks_nav {
        bottom: 65%;
    }

    .banner {
        min-height: 375px;
    }

    .welcome-top h4 {
        font-size: 2em;
    }

    .history-top h3 {
        font-size: 2em;
    }

    .work-main h3 {
        font-size: 2em;
    }

    /*--single--*/
    .md-in {
        float: left;
        width: 50%;
    }

    .single-bottom textarea {
        margin: 0em 0em 0.7em 0em;
        width: 100%;
    }

    .single-bottom input[type="submit"] {
        margin: 0;
    }

    .clients-top {
        padding-bottom: 2em;
    }

    .comment {
        padding: 0px 0px 0px 0px;
    }

    /*--shortcodes--*/
    h1.grid2 {
        font-size: 2.3em;
    }

    .testimonal-main a.testimo-btn {
        font-size: 0.81em;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        float: none;
        padding: 8px 7px;
        margin-top: 10px !important;
        margin-left: 10px !important;
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }

    .navbar {
        left: 15px;
        width: 95%;
    }

    .navbar-header {
        float: left;
    }

    .head-search input[type="text"] {
        width: 84%;
    }

    .navbar-inverse .navbar-toggle {
        background: #ff4c4c;
        border: none;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: #ff4c4c !important;
    }

    div#navbar {
        width: 100%;
        background: none;
        margin-top: 0.5em;
        padding: 2px;
    }

    .navbar-nav {
        float: none !important;
        margin: 12px 0px 12px 0px;
    }

    .creative-left {
        float: none !important;
        margin: 12px 0px 12px 0px;
    }

    .nav > li {
        display: block;
    }

    .head-search {
        float: none;
        padding: 0px 0px 0px 0px;
    }

    .banner-main h3 {
        font-size: 1.5em;
    }

    .callbacks_nav {
        bottom: 67%;
        left: 6%;
    }

    .callbacks_nav.next {
        background-position: -31px 3px;
        left: 90%;
    }

    .navbar-collapse {
        border-top: none;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 0.5em 0em !important;
    }

    .creative-left > li > a {
        padding: 0.5em 0em !important;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #FFFFFF;
    }

    .navbar-wrapper {
        line-height: 5px;
    }

    .head-search input[type="text"] {
        font-size: 0.9em;
        padding: 1em 1em 0em 2em;
    }

    .contact-bottom-both {
        flex-direction: column;
    }
}

@media (max-width: 736px) {
    .footer-grid h4 {
        font-size: 1.8em;
    }

    .newsletter-w3 input[type="text"] {
        width: 77%;
    }

    .newsletter-w3 input[type="submit"] {
        width: 20%;
    }

    .hist-text h5 {
        font-size: 0.85em;
    }

    .changer-right-snd-text h5 {
        font-size: 0.85em;
    }

    span.botted {
        top: -194px;
        left: 334px;
    }

    .gd-tl-tip:after {
        top: 73px;
        left: 319px;
    }

    .gd-tl-tip3:after {
        top: 541px;
        left: 319px;
    }

    .ch-bott1.bott-w3 span {
        margin: 2.2em 0em 0em 0em;
    }

    .gd-tl-tip2:after {
        top: 325px;
        left: 358px;
    }

    .callbacks_nav {
        bottom: 20%;
    }

    .banner {
        min-height: 320px;
    }
}

@media (max-width: 667px) {
    .callbacks_nav {
        bottom: 10%;
    }

    .above-creative img {
        width: 48%;
    }

    .creative-right h4 {
        padding: 1em 0em 0.2em 0.6em;
    }

    .work-btns a {
        width: 25%;
    }

    .hist-text h5 {
        font-size: 0.75em;
    }

    .changer-right-snd-text h5 {
        font-size: 0.75em;
    }

    .footer-grid h4 {
        font-size: 1.6em;
    }

    ul.ftr-social-icons li {
        margin-right: 5px;
    }

    .footer-grid {
        padding: 0px 10px 0px 0px;
    }

    .newsletter-main h5 {
        font-size: 1em;
    }

    .newsletter-main h5 {
        padding-top: 0.7em;
    }

    .newsletter-w3 input[type="text"] {
        width: 75%;
    }

    .newsletter-w3 input[type="submit"] {
        width: 23%;
    }

    span.botted {
        top: -194px;
        left: 298px;
    }

    .ch-bott1.bott-w3 span {
        margin: 3em 0em 0em 0em;
    }

    .gd-tl-tip:after {
        top: 73px;
        left: 286px;
    }

    .gd-tl-tip2:after {
        top: 325px;
        left: 322px;
    }

    .gd-tl-tip3:after {
        top: 532px;
        left: 286px;
    }

    .hist-date h4 a {
        padding: 1.1em 0.5em;
    }

    .changer-right-snd-date h4 a {
        padding: 1.1em 0.5em;
    }

    .hist-date h4 {
        font-size: 0.8em;
    }

    .changer-right-snd-date h4 {
        font-size: 0.8em;
    }

    .gd-tl-tip:after {
        top: 70px;
    }

    .gd-tl-tip2:after {
        top: 315px;
    }

    .gd-tl-tip3:after {
        top: 514px;
    }
}

@media (max-width: 640px) {
    .banner {
        min-height: 300px;
    }

    .above-creative img {
        width: 47%;
    }

    .creative-right h4 {
        font-size: 1.7em;
        padding: 1.5em 0em 0.2em 0em;
    }

    .creative-right p {
        padding: 1em 0em 0em 0em;
        font-size: 0.9em;
    }

    .changer-right-snd-date h4 {
        font-size: 0.8em;
    }

    .creative {
        padding: 3em 0em;
    }

    .welcome-top {
        padding-bottom: 2em;
    }

    .welcome-grid {
        margin-bottom: 1.3em;
    }

    .work-btns a {
        width: 25%;
        font-size: 0.8em;
        padding: 0.7em 1.2em;
        margin-right: 0em;
    }

    .work-main p {
        width: 65%;
        font-size: 0.9em;
    }

    .work-main h3 {
        font-size: 1.7em;
    }

    .work {
        min-height: 230px;
    }

    .history {
        padding: 3em 0em;
    }

    .welcome-top h4 {
        font-size: 1.7em;
    }

    .history-top h3 {
        font-size: 1.7em;
    }

    .hist-text h5 {
        font-size: 0.75em;
    }

    .hist-date {
        width: 23%;
    }

    .portfolio-modal .modal-content p {
        width: 100%;
    }

    span.botted {
        top: -160px;
        left: 285px;
    }

    .changer-left p {
        font-size: 0.73em;
        line-height: 1.7em;
    }

    .changer-right-snd-text h5 {
        font-size: 0.75em;
    }

    .ch-bott1.bott-w3 span {
        margin: 1.1em 0em 0em 0em;
    }

    .gd-tl-tip2:after {
        top: 269px;
        left: 308px;
    }

    .gd-tl-tip:after {
        top: 70px;
        left: 273px;
    }

    .gd-tl-tip3:after {
        top: 449px;
        left: 273px;
    }

    .history-top {
        padding-bottom: 2em;
    }

    .history-block-snd {
        margin: 2em 0em;
    }

    span.devide-line {
        height: 610px;
    }

    .newsletter-main h5 {
        font-size: 1em;
    }

    .newsletter-w3 input[type="text"] {
        font-size: 0.85em;
        padding: 0.5em 0.8em;
        width: 70%;
    }

    .newsletter-w3 input[type="submit"] {
        font-size: 0.9em;
        width: 28%;
        padding: 0.6em 0.5em;
    }

    .newsletter-main {
        padding: 1em 1em;
    }

    .newsletter-main h5 {
        font-size: 0.9em;
        padding-top: 0.6em;
    }

    .newsletter {
        padding: 3em 0em;
    }

    .footer-grid {
        float: none;
        width: 100%;
        padding-bottom: 1.5em;
    }

    .footer-grid h4 {
        font-size: 1.7em;
        margin-bottom: 0.4em;
    }

    .footer {
        padding: 3em 0em 3em 0em;
    }

    .copy {
        padding: 1em 0em 0em 0em;
    }

    .copy p {
        font-size: 0.9em;
    }

    .ftr-iblock {
        width: 7%;
    }

    .ftr-text {
        width: 92%;
    }

    .ftr-icons {
        margin-bottom: 0.5em;
    }

    .footer-grid h5 {
        font-size: 1em;
    }

    .logo h1 {
        font-size: 2em;
    }

    .banner-main1 {
        margin: 4em 0em 0em 0em;
    }

    .banner1 {
        min-height: 140px;
    }

    .about {
        padding: 3em 0em;
    }

    .about-top h2 {
        font-size: 1.8em;
        margin-bottom: 0em;
    }

    .about-right h4 {
        font-size: 1.2em;
        margin-bottom: 0.3em;
    }

    .advantages-main {
        padding: 3em 0em 2em 0em;
    }

    .feature-text h4 {
        font-size: 1.1em;
    }

    .team {
        padding: 3em 0em 3em 0em;
    }

    .team-right h3 {
        font-size: 1.8em;
        margin-bottom: 0em;
    }

    .team-grid {
        padding: 0px 10px 15px 0px;
    }

    .page {
        padding: 3em 0em 3em 0em;
    }

    h3.typo1 {
        font-size: 1.8em;
    }

    .gallery {
        padding: 3em 0em;
    }

    h3.tittle.need_col {
        font-size: 1.8em;
        margin-top: 30px;
    }

    .gallery-grid {
        width: 32.5%;
    }

    .contact {
        padding: 3em 0em;
    }

    .map {
        padding-bottom: 3em;
    }

    .contact-top h2 {
        font-size: 1.8em;
    }

    .contact-right h4 {
        font-size: 1.5em;
    }

    .contact-right ul {
        padding: 1.2em 0em 0em 0em;
    }

    .map iframe {
        height: 220px;
    }

    .contact-right ul li {
        font-size: 0.9em;
    }

    .contact-left p {
        font-size: 0.8em;
    }

    .banner-main1 ul li h6 {
        font-size: 1.2em;
    }

    .banner-main1 {
        margin: 4.3em 0em 0em 0em;
    }

    .callbacks_nav {
        bottom: 68%;
    }

    .hist-date h4 {
        font-size: 0.8em;
    }

    .single {
        padding: 3em 1px 0;
    }

    .single-bottom {
        padding: 0em 0 3em;
    }

    .single-bottom input[type="text"] {
        padding: 0.7em;
        font-size: 0.9em;
    }

    .single-bottom textarea {
        padding: 0.7em;
        font-size: 0.9em;
    }

    .single-bottom input[type="submit"] {
        font-size: 0.9em;
    }

    /*--single--*/
    .single-bottom input[type="submit"] {
        width: 14%;
    }

    .single-middle h1,
    .single-bottom h2 {
        font-size: 2em;
    }

    /*--shortcords--*/
    button.btn.btn-lg {
        font-size: 1.1em;
    }

    h1.grid2 {
        font-size: 2em;
    }

    h2.grid2 {
        font-size: 1.9em;
    }

    .footer {
        padding: 3em 2em 3em 2em;
    }
    .__footer_info {
        flex-direction: column;
    }

    .__footer_info .__footer_info_item {
        width: 100%;
    }

    .__footer_info .__footer_info_item:first-child {
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #ffffff;
    }

    .__footer_info .__footer_info_item .__footer_info_block span {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .above-creative img {
        width: 43%;
    }

    .gd-tl-tip:after {
        top: 70px;
        left: 256px;
    }

    span.botted {
        top: -162px;
        left: 265px;
    }

    .gd-tl-tip2:after {
        top: 273px;
        left: 287px;
    }

    .gd-tl-tip3:after {
        top: 451px;
        left: 255px;
    }

    .callbacks_nav {
        bottom: 27%;
    }

    .creative-right h4 {
        font-size: 1.5em;
        padding: 0.8em 0em 0.2em 0em;
    }

    .changer-right-snd-text h5 {
        font-size: 0.7em;
    }

    .hist-text h5 {
        font-size: 0.7em;
    }

    .hist-date h4 {
        font-size: 0.74em;
    }

    .changer-right-snd-date h4 {
        font-size: 0.75em;
    }

    .gd-tl-tip:after {
        top: 68px;
    }

    .gd-tl-tip2:after {
        top: 265px;
    }

    .gd-tl-tip3:after {
        top: 438px;
    }

    .ch-bott1.bott-w3 span {
        margin: 1.7em 0em 0em 0em;
    }
}

@media (max-width: 568px) {
    .callbacks_nav {
        bottom: 0%;
    }

    .hist-text h5 {
        font-size: 0.68em;
    }

    .hist-date h4 {
        font-size: 0.75em;
        padding: 0.9em 0.8em;
    }

    .gd-tl-tip:after {
        top: 68px;
        left: 239px;
    }

    span.botted {
        top: -162px;
        left: 249px;
    }

    .changer-right-snd-text h5 {
        font-size: 0.68em;
    }

    .changer-right-snd-date h4 {
        font-size: 0.8em;
    }

    .gd-tl-tip2:after {
        top: 262px;
        left: 270px;
    }

    .ch-bott1.bott-w3 span {
        margin: 1.6em 0em 0em 0em;
    }

    .gd-tl-tip3:after {
        top: 427px;
        left: 240px;
    }

    .above-creative {
        left: 6%;
    }

    .changer-right-snd-date h4 {
        font-size: 0.75em;
        padding: 0.9em 0.8em;
    }
}

@media (max-width: 480px) {
    .logo {
        position: absolute;
        width: 130px;
        top: 15px;
        left: 15px;
        margin: 0;
        padding: 20px 5px;
    }

    .telefon {
        padding-right: 10px;
        padding-top: 5px;
        font-size: 16px;
    }

    .telefon1 {
        padding-right: 10px;
        padding-bottom: 0;
        font-size: 16px;
    }

    .telefon img {
        width: 20px;
    }

    .telefon1 img {
        width: 20px;
    }

    .telefon a {
        padding-bottom: 10px;
    }

    .telefon1 a {
        margin-left: 7px;
        padding-bottom: 10px;
    }

    .telefon a span {
        font-size: 18px;
    }

    .telefon1 a span {
        font-size: 18px;
    }

    .creative-main {
        left: 3%;
        width: 94%;
    }

    .banner .da-slider a {
        display: none;
    }

    .dealer_text {
        margin-left: 3% !important;
        margin-right: 3% !important;
    }

    .dealer_text h2 {
        font-size: 16px !important;
    }

    .dealer_img img {
        width: 90%;
    }

    .dealer {
        overflow: hidden;
        margin-top: -2rem;
    }

    .line_title {
        margin: 2rem 5px 5px;
    }

    .bx-wrapper {
        overflow: hidden;
    }

    .newsletter-main h5 {
        padding: 0;
    }

    .newsletter-w3 input[type="text"] {
        width: 100%;
        margin-bottom: 0;
    }

    .newsletter-w3 button {
        margin-top: 20px;
        width: 100%;
        border-radius: 3px;
    }

    .footer {
        padding: 3em 2em 3em 2em;
    }

    .footer-grid p {
        margin-left: 7px;
    }

    .info_block_color {
        display: none;
    }

    .head-search input[type="text"] {
        width: 80%;
    }

    .top-social ul li a span {
        padding: 0.5em 0.5em;
    }

    .banner {
        min-height: 250px;
    }

    .banner-main {
        padding-top: 5.5em;
    }

    .creative-left {
        float: none;
        margin-top: 25px;
        margin-bottom: 25px;
        width: 100%;
    }

    .creative-left img {
        width: 80%;
    }

    .above-creative img {
        width: 100%;
    }

    .above-creative {
        top: 2%;
        left: 30%;
    }

    .opisanie p {
        display: none;
    }

    .kartina img {
        float: none;
    }

    .opisanie {
        margin-left: 0px;
        margin-right: 0px;
    }

    .kartina img {
        border-right: none;
    }

    .opisanie h3 {
        text-align: center;
        border-bottom: none;
    }

    #contact .container {
        margin-left: 20px;
    }

    .creative-right {
        margin-left: 0px;
        float: none;
        width: 100%;
    }

    .creative-right h4 {
        font-size: 1.4em !important;
        padding: 1em 0em 0em 0em;
    }

    .welcome-bottom p {
        width: 100%;
    }

    span.devide-line {
        height: 0px;
    }

    .histo-agile {
        padding-top: 0em;
    }

    .changer-left {
        float: none;
        width: 100%;
    }

    span.botted {
        display: none;
    }

    .changer-right-snd {
        float: none;
        width: 100%;
    }

    .gd-tl-tip2 {
        display: none;
    }

    .gd-tl-tip3 {
        display: none;
    }

    .gd-tl-tip {
        display: none;
    }

    .changer-left p {
        font-size: 0.9em;
    }

    .newsletter-main h5 {
        font-size: 0.9em;
        padding: 0em 0em 1em 0em;
        float: none;
        display: block;
        text-align: center;
    }

    .newsletter-w3 {
        width: 65%;
        float: none;
        margin: 0 auto;
    }

    .work-btns a {
        width: 31%;
    }

    .work-main p {
        width: 80%;
    }

    .team-grid {
        width: 100%;
        margin: 0 0 15px;
        padding: 0 0 15px 0;
    }

    .team-grid a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .team-grid a h4 {
        font-size: 16px !important;
    }

    .footer-grid {
        padding-left: 0;
    }

    .gallery-grid {
        width: 87%;
        float: none;
        margin: 0 auto;
    }

    .callbacks_nav {
        bottom: 70%;
    }

    .top-social ul li span.tw {
        background-position: -16px 6px;
    }

    .top-social ul li span.tw:hover {
        background-position: -16px 6px;
    }

    .top-social ul li a span.in {
        background-position: -46px 5px;
    }

    .top-social ul li a span.gmail {
        background-position: -74px 6px;
    }

    .top-header-main {
        padding: 5px 0;
    }

    .portfolio-modal .modal-content h3 {
        font-size: 2em;
    }

    .portfolio-modal .modal-content p {
        font-size: 0.8em;
        width: 90%;
    }

    /*--single--*/
    .single {
        padding: 2em 15px 0;
    }

    .top-blog h5.fast {
        font-size: 1em;
        line-height: 1.5em;
    }

    .md-in {
        width: 100%;
    }

    ul.grid-part {
        margin: 0.5em 0 0em;
        padding: 0px;
    }

    .single-middle h1,
    .single-bottom h2 {
        font-size: 2em;
    }

    .single-bottom {
        padding: 0em 0 2em;
    }

    .single-bottom input[type="text"],
    .single-bottom textarea {
        padding: 0.6em;
        font-size: 0.9em;
    }

    .single-bottom input[type="submit"] {
        width: 18%;
    }

    /*--shortcodes--*/
    .page-header h3 {
        font-size: 2em;
    }

    button.btn.btn-lg {
        font-size: 1em;
        padding: 7px;
    }

    button.btn.btn-1 {
        font-size: 0.9em;
        padding: 8px;
    }

    button.btn.btn-sm {
        font-size: 0.8em;
        padding: 9px;
    }

    h1#h1-bootstrap-heading {
        font-size: 2.2em;
    }

    h2#h2-bootstrap-heading {
        font-size: 2em;
    }

    h1.grid2 {
        font-size: 1.45em;
    }

    h2.grid2 {
        font-size: 1.35em;
    }

    h3.grid2 {
        font-size: 1.3em;
    }

    h4.grid2 {
        font-size: 1.2em;
    }

    span.menu-icon img {
        width: 80%;
    }

    .ser-strip-main h3 {
        font-size: 2em;
    }

    .ser-strip {
        min-height: 165px;
    }

    .newsletter-wthree h3 {
        font-size: 2.2em;
    }

    .news {
        padding: 2em 0em 3em 0em;
    }
}

@media (max-width: 414px) {
    .logo h1 {
        font-size: 1.7em;
    }

    .contact-bottom {
        padding-top: 0.5em;
    }

    .top-social {
        display: none;
    }

    .banner-main h3 {
        font-size: 1.4em;
        width: 100%;
    }

    .callbacks_nav.next {
        background-position: -31px 3px;
        left: 13%;
    }

    .callbacks_nav {
        bottom: 59%;
    }

    .head-search input[type="text"] {
        width: 75%;
    }

    .work-main h3 {
        font-size: 1.4em;
    }

    .work-main p {
        width: 100%;
    }

    .work-btns {
        margin-top: 0.5em;
    }

    .work-main {
        padding-top: 2em;
    }

    .work {
        min-height: 195px;
    }

    .creative-right h4 {
        letter-spacing: 0px;
    }

    .creative-right p {
        padding: 0.5em 0em 0em 0em;
    }

    .welcome.agileits {
        padding-bottom: 1em;
    }

    .history {
        padding: 2em 0em;
    }

    .newsletter-w3 {
        width: 100%;
    }

    .newsletter {
        padding: 2em 0em;
    }

    .footer {
        padding: 2em 0em 2em 1.3em;
    }

    .about {
        padding: 2em 0em;
    }

    .about-left {
        width: 100%;
        padding: 0em 0em 1em 0em;
    }

    .about-right {
        padding: 0px;
    }

    .cord-drop span.numbers {
        font-size: 1.2em;
        width: 35px;
        height: 35px;
        line-height: 1.9em;
    }

    .fact-grid {
        padding: 0em 0em 1em 0em;
    }

    .feature-text p {
        font-size: 0.8em;
    }

    .advantages-main {
        padding: 2em 0em 2em 0em;
    }

    .team {
        padding: 2em 0em 2em 0em;
    }

    .team-right h3 {
        font-size: 1.5em;
    }

    .page {
        padding: 2em 0em 2em 0em;
    }

    .gallery {
        padding: 2em 0;
    }

    .col-lg-offset-2 {
        margin-top: 6em;
        padding: 0px;
    }

    .modal-body {
        padding: 1px;
    }

    .contact {
        padding: 2em 0;
    }

    .map {
        padding-bottom: 2em;
    }

    .contact-right {
        padding-top: 2em;
    }

    .ftr-iblock {
        width: 10%;
    }

    .ftr-text {
        width: 90%;
    }

    .hist-date h4 a {
        padding: 1.1em 1em;
    }

    .changer-right-snd-date h4 a {
        padding: 1.1em 1em;
    }

    .footer-grid h4 {
        font-size: 1.5em;
    }

    .hist-text h5 {
        font-size: 0.7em;
    }
}

@media (max-width: 384px) {
    .top-social ul li {
        margin-right: 0.2em;
    }

    .banner-main {
        padding-top: 4em;
    }

    .banner {
        min-height: 195px;
    }

    .banner-main h3 {
        font-size: 1.3em;
    }

    .creative-left {
        padding: 0px;
    }

    .creative-right {
        padding: 0px;
    }

    .welcome-grid {
        padding: 0px;
    }

    .welcome-grid p {
        font-size: 0.85em;
    }

    .welcome-top p {
        font-size: 0.85em;
    }

    .work-main h3 {
        font-size: 1.3em;
    }

    .work-btns a {
        width: 36%;
    }

    .changer-left p {
        font-size: 0.8em;
    }

    .history-block-snd {
        margin: 1em 0em;
    }

    .about-right h4 {
        font-size: 1.1em;
    }

    .gallery-grid {
        width: 100%;
    }

    .contact-left {
        padding: 0;
    }

    .contact-right {
        padding: 1.5em 0em 0em 0em;
    }

    .contact {
        padding: 1.5em 0em;
    }

    .map iframe {
        height: 150px;
    }

    .newsletter-w3 input[type="text"] {
        font-size: 0.8em;
    }

    .newsletter-w3 input[type="submit"] {
        font-size: 0.84em;
    }

    .contact-left input[type="submit"] {
        font-size: 0.85em;
    }

    .dealer {
        height: 15rem !important;
    }

    .dealer_text h2 {
        font-size: 14px !important;
    }

    .bx-wrapper {
        margin: 0 auto 20px !important;
    }
}

@media (max-width: 320px) {
    .logo h1 {
        font-size: 1.5em;
    }

    .top-social ul li a span.fb {
        background-position: 8px 5px;
    }

    .top-social ul li span.tw {
        background-position: -11px 5px;
    }

    .top-social ul li a span.in {
        background-position: -33px 4px;
    }

    .top-social ul li a span.gmail {
        background-position: -53px 5px;
    }

    .top-social ul li a span.fb:hover {
        background-position: 8px 5px;
    }

    .top-social ul li span.tw:hover {
        background-position: -11px 5px;
    }

    .top-social ul li a span.in:hover {
        background-position: -33px 4px;
    }

    .top-social ul li a span.gmail:hover {
        background-position: -53px 5px;
    }

    .top-social ul li a span {
        background-size: 325%;
        width: 22px;
        height: 22px;
    }

    .top-social ul li {
        margin-right: 0.1em;
    }

    .head-search input[type="text"] {
        width: 70%;
        padding: 0.8em 1em 0em 1em;
    }

    .callbacks_nav {
        bottom: 51%;
    }

    .navbar-toggle {
        float: none;
        padding: 5px 4px;
    }

    .nav > li > a {
        font-size: 0.8em;
    }

    .navbar-nav {
        margin: 9px 0px 9px 0px;
    }

    .creative-left {
        margin-top: 75px;
        margin-bottom: 25px;
        margin: 12px 0px 9px 0px;
    }

    .navbar {
        left: 19px;
        width: 92%;
    }

    .hist-date h4 a {
        padding: 1.1em 0.8em;
    }

    .changer-right-snd-date h4 a {
        padding: 1.1em 0.8em;
    }

    .creative-right h4 {
        font-size: 1.3em !important;
    }

    .creative-right h5 {
        font-size: 1.2em !important;
    }

    .work-main h3 {
        font-size: 1.1em;
    }

    .work-btns a {
        width: 38%;
        padding: 0.7em 0.7em;
    }

    .history-top h3 {
        font-size: 1.3em;
    }

    .copy {
        padding: 0;
    }

    .ftr-iblock {
        width: 14%;
    }

    .ftr-text {
        width: 85%;
    }

    .ftr-text-p-span {
        font-size: 1.2em
    }

    .newsletter-w3 {
        width: 92%;
    }

    .portfolio-modal .modal-content p {
        font-size: 0.75em;
        width: 100%;
        padding: 10px 0;
    }

    .banner1 {
        min-height: 110px;
    }

    .banner-main1 {
        margin: 3.3em 0em 0em 0em;
    }

    .banner-main1 ul li h6 {
        font-size: 1em;
    }

    .team-grid:hover .caption {
        top: 12%;
    }

    .caption ul li:nth-child(2) {
        margin: 0 0.05em;
    }

    .team-info h4 {
        font-size: 0.9em;
        color: #000;
        margin-bottom: 0.3em;
    }

    .team-info p {
        font-size: 0.75em;
    }

    .team-right p {
        font-size: 0.8em;
        width: 100%;
    }

    .about {
        padding: 1.5em 0em;
    }

    .about-top h2 {
        font-size: 1.5em;
    }

    .about-right h4 {
        font-size: 0.95em;
    }

    .about-right p {
        font-size: 0.8em;
    }

    .page {
        padding: 1.5em 0em 1.5em 0em;
    }

    .gallery {
        padding: 1.5em 0em;
    }

    h3.tittle.need_col {
        font-size: 1.5em;
        margin-bottom: 0.8em;
    }

    .contact-top h2 {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }

    /*--single--*/
    .single {
        padding: 1.5em 0px 0;
    }

    .top-blog p,
    .media-body p {
        font-size: 0.9em;
        line-height: 1.7em;
    }

    ul.grid-part li a {
        font-size: 0.9em;
    }

    .in-media {
        padding: 0 0 0 0em;
    }

    .media {
        margin: 0em 0 1em;
    }

    .single-bottom input[type="text"],
    .single-bottom textarea {
        padding: 0.7em;
    }

    .single-bottom textarea {
        min-height: 100px;
    }

    .single-bottom input[type="submit"] {
        width: 25%;
    }

    .single-bottom {
        padding: 0em 0 1.5em;
    }

    .single-middle h1,
    .single-bottom h2 {
        font-size: 1.5em;
        margin: 0 0 0.4em;
    }

    .hist-date h4 {
        padding: 1em 0.8em;
    }

    .changer-right-snd-date h4 {
        padding: 0.8em 0.8em;
    }

    /*--shortcods--*/
    h1#h1-bootstrap-heading {
        font-size: 1.6em;
    }

    h2#h2-bootstrap-heading {
        font-size: 1.5em;
    }

    h3#h3-bootstrap-heading {
        font-size: 1.4em;
    }

    button.btn.btn-lg {
        font-size: 0.9em;
        margin: 0 0 0.5em 0px;
        padding: 9px;
    }

    .grid1 {
        margin: 0.7em 0 0;
    }

    button.btn.btn-1 {
        font-size: 0.8em;
        margin: 0 0 0.5em;
    }

    button.btn.btn-sm {
        font-size: 0.7em;
        padding: 5px;
        margin: 0 0 0.5em;
    }

    button.btn.btn-xs {
        font-size: 0.7em;
    }

    ul.nav.nav-pills a {
        padding: 0.5em;
        font-size: 0.9em;
    }

    span.label {
        margin: 0 0 0.5em;
        display: inline-block;
    }

    .page-header {
        margin: 16px 0 9px;
    }

    .grid2 {
        margin: 0.4em 0 0;
    }

    .bs-example {
        padding: 1em 0 0;
    }

    h3.typo1 {
        font-size: 1.5em;
    }
}

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

