@font-face {
    font-family: 'BloggerSansLight';
    src: url('fonts/BloggerSans-Light.eot');
    /* IE9 Compat Modes */
    src: url('fonts/BloggerSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/BloggerSans-Light.woff') format('woff'), /* Modern Browsers */
    url('fonts/BloggerSans-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lobster';
    src: url('fonts/Lobster.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    border: none;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Lobster', sans-serif;
    font-size: 14px;
    color: #353743;
    background-color: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/*
 *Типографика
 */

a {
    color: #093a8c;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4 {
    color: #0F8A06;
}

p {
    line-height: 18px;
    margin-bottom: 25px;
}

p:last-child {
    margin-bottom: 0;
}


/*
 *Меню
 */

.top-panel {
    font-family: 'BloggerSansLight', sans-serif;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    z-index: 2;
}

.left-logo {
    float: left;
	margin-left: 15px;
}
.left-logo img {
    width: 128px;
}
.nav-right {
    float: right;
}

.menu {
    list-style: none;
}

.menu_item {
    display: inline-block;
    padding-top: 5px;
    /*float: left;*/
}

.menu_link {
    color: #076500;
    font-size: 18px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menu_link:hover {
    color: #414141;
    transform: scale(1.1);
}

.menu a.active {
    color: #414141;
    transform: scale(1.1);
}


/*Шапка*/

.home-container {
    /* background: #fff url('img/fon-holovna1.png') center center no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;*/
    background: url('img/fon-holovna1.png');
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative;
    height: 100%;
}

.content-center {
    font-family: 'BloggerSansLight', sans-serif;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.content-center h1 {
    font-family: "Lobster", sans-serif;
    color: #0F8A06;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
    /* -webkit-text-fill-color: #0F8A06;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    letter-spacing: 3px;*/
    font-size: 72px;
}

.content-center p {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
	text-shadow: 2px 2px 4px #000000;
}

.content-center .button-orang {
    background-image: -webkit-linear-gradient(0deg, rgb( 246, 122, 39) 0%, #F24841 100%);
    padding: 15px 0;
    margin: 50px auto;
}

.button-orang a,
.button-orang-small a {
    position: relative;
    font-family: 'BloggerSansLight', sans-serif;
    color: #fff;
    font-size: 24px;
}

.button-orang a:after,
.button-orang-small a:after {
    position: absolute;
    content: '';
    background: url('img/right.png') 50% 50% no-repeat;
    right: -30%;
    top: 0;
    height: 100%;
    width: 46px;
}

.home-content-title {
    margin-bottom: 12px;
}

.content_infoblock {
    padding-bottom: 15px;
}

.content_infoblock_border-yes {
    border-bottom: 1px solid #b0b0b0;
}


/*Про нас початок*/
#about-us{
	min-height:777px;
}
#about-us,
#feedback {
    background-image: url('img/fon-about.png');
    height: auto;
    padding: 45px 75px 15px;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative;
}

#about-us .title-content {
    color: #fff;
}

.about-us-box {
    background-color: rgb( 255, 255, 255);
    box-shadow: 3px 3px 5px 0px rgba( 0, 0, 2, 0.4);
    margin: 3px 0;
}

.box-number {
    font-size: 72px;
    font-family: "Lobster";
    color: rgb(244, 112, 32);
    text-align: left;
    margin: 15%;
}

.about-us-box h6 {
    font-size: 24px;
    font-family: "Lobster";
    color: rgb( 7, 101, 0);
    text-align: left;
}

.about-us-box p {
    font-size: 18px;
    font-family: 'BloggerSansLight', sans-serif;
    color: rgb( 0, 0, 0);
    text-align: left;
    margin-bottom: 15px;
}


/*Про нас кінець*/


/*Послуги початок*/

#servises {
    background-color: #fff;
    padding: 45px 15px 90px;
	min-height:554px;
}

#servises .title-content {
    margin-bottom: 40px;
}

.title-content {
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center;
    color: rgb( 7, 101, 0);
    font-family: "Lobster", sans-serif;
}

.servises-box {
    padding: 0 0 20px 0;
    border-radius: 31px;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 2, 0.25);
    font-size: 18.45px;
    font-family: 'BloggerSansLight', sans-serif;
    color: #fff;
    margin: 15px 0;
    min-height: 300px;
    position: relative;
}

.servises-box .button-orang {
    position: absolute;
    bottom: 20px;
}

.servises-box ul {
    margin: 25px 20%;
}

.servises-box-title {
    border-radius: 31px;
    padding: 15px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: "Lobster", sans-serif;
    font-size: 24px;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 2, 0.2);
}

.color-green {
    background-color: #1f9c16;
}

.color-darkgreen {
    background: #083205;
}

.color-blye {
    background-color: #057ac4;
}

.color-darkblye {
    background-color: #050832;
}

.color-oliv {
    background-color: #a7b012;
}

.color-red {
    background-color: #9c3916;
}

.color-darkoliv {
    background-color: #303205;
}

.color-darkred {
    background-color: #320C05;
}

.button-orang {
    border: 2px solid #ff9000;
    background-image: linear-gradient(0deg, rgb( 246, 122, 39) 0%, rgb(237, 76, 6) 100%);
    background-image: -moz-linear-gradient(0deg, rgb( 246, 122, 39) 0%, rgb(237, 76, 6) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb( 246, 122, 39) 0%, rgb(237, 76, 6) 100%);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 2, 0.3);
    border-radius: 31px;
    width: 50%;
    margin: 3% 25%;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.button-orang:hover,
.button-orang-small:hover {
    background-image: -moz-linear-gradient( 0deg, rgb( 237, 76, 6) 0%, rgb( 237, 76, 6) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb( 237, 76, 6) 0%, rgb( 237, 76, 6) 100%);
    -moz-box-shadow: inset 0 0 11px rgba(0, 0, 2, 0.5);
    -webkit-box-shadow: inset 0 0 11px rgba(0, 0, 2, 0.5);
    box-shadow: inset 0 0 11px rgba(0, 0, 2, 0.5), 0px 3px 0px 0px rgba(0, 0, 2, 0.3);
}


/*Послуги кінець*/


/*Наші роботи початок*/
.question {
	min-height:185px;
}
#work,
.question {
    background-image: url('img/fon-work.png');
    height: auto;
    padding: 45px 0 15px;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative;
}

#work .title-content {
    color: #fff;
}

.flexslider {
    margin: 0 0 60px;
    background: transparent;
    border: 4px solid transparent;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(212, 28, 28, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgb( 246, 122, 39);
    cursor: default;
}

a.flex-prev {
    position: absolute;
    top: 35%;
    left: 55px;
}

a.flex-next {
    position: absolute;
    top: 35%;
    right: 55px;
}

.arrow_bg {
    width: 60px;
    height: 60px;
    z-index: 1;
    margin: 0 30px;
}

.flexslider .slides img {
    width: 85%;
    display: block;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 2;
}
/*Наші роботи кінець*/


/**/

.question .title-content {
    color: #fff;
}

.question p {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'BloggerSansLight', sans-serif;
}

.question .button-orang-small {
    width: 100%;
	    position: relative;
    font-family: 'BloggerSansLight', sans-serif;
    color: #fff;
    font-size: 24px;
}
.question .button-orang-small:after {
    position: absolute;
    content: '';
    background: url('img/right.png') 50% 50% no-repeat;
    height: 100%;
    width: 46px;
}

/**/


/*advantages start*/

.advantages {
    padding: 30px 0;
	min-height:231px;
}

.advantages .title-content {
    margin-bottom: 40px;
}

.advantages img {
    float: left;
}

.advantages p {
    float: left;
    font-size: 30px;
    line-height: 1.2;
    color: #0f6503;
    padding: 5px 15px;
}

/*advantages end*/


/*how work*/

#how-work {
    padding: 60px 0;
    text-align: center;
    background: #ececec;
    box-shadow: 0.5px 0.866px 11px 0px rgb( 0, 0, 2);
    overflow: hidden;
    text-align: center;
	min-height:351px;
}

#how-work div[class*=col-] {
    padding: 0;
}

#how-work p {
    font-size: 24px;
    line-height: 1.2;
    padding: 0 15px;
    font-family: 'BloggerSansLight', sans-serif;
    color: #076500;
    margin-bottom: 30px;
}

.number-work {
    display: inline-block;
    padding: 0px 12px;
    position: relative;
    color: black;
    font-size: 30px;
}

.number-work:before,
.number-work:after {
    background: #076500;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%;
}

.number-work:before {
    right: 100%;
}

.number-work:after {
    left: 100%;
}

.number-work:last-child:after {
    content: "";
    display: none;
}

.hide-line .number-work:after,
.hide-line .number-work:before {
    content: "";
    background: transparent;
}


/**/


/*Акція початок*/

.see-work {
	min-height:278px;
    padding: 35px 0;
    position: relative;
}

.see-work .title-content {
    margin-bottom: 40px;
}

.sale {
    padding: 0 0 15px;
}

.sale .title-content {
    margin-bottom: 20px;
}

.sale img {
    position: absolute;
    top: 0;
    z-index: 1;
}

.sale p,
.see-work p {
    font-size: 30px;
    font-family: 'BloggerSansLight', sans-serif;
    color: #076500;
    line-height: 1.2;
}

.button-orang-small {
    border: 2px solid #ff9000;
    background-image: -moz-linear-gradient(0deg, rgb( 246, 122, 39) 0%, rgb(237, 76, 6) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb( 246, 122, 39) 0%, rgb(237, 76, 6) 100%);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 2, 0.3);
    border-radius: 31px;
    width: 30%;
    margin: 10px auto;
    padding: 2px 15px 2px 0;
}

.sale .button-orang a {
    font-family: 'BloggerSansLight', sans-serif;
}
.sale .button-orang-small, .see-work .button-orang-small {
	margin: 0 35%;
	position: relative;
    font-family: 'BloggerSansLight', sans-serif;
    color: #fff;
    font-size: 24px;
}
.sale .button-orang-small:after,.see-work .button-orang-small:after {
    position: absolute;
    content: '';
    background: url('img/right.png') 50% 50% no-repeat;
    height: 100%;
    width: 46px;
}

/*Акція кінець*/


/*Відгуки початок*/

#feedback {
    padding-top: 90px;
    padding-bottom: 110px;
}

.flexslider2 {
    background: #fff;
    border-radius: 30px;
    padding: 30px 0;
}

.flexslider2 .flex-control-nav {
    position: absolute;
    bottom: 0;
}

.slide-quote p {
    font-size: 24px;
    font-family: 'BloggerSansLight', sans-serif;
    line-height: 1.2;
}

.slide-quote h2 {
    color: #000;
    margin-top: 0;
}

#feedback .flex-direction-nav {
    display: none;
}
.slide-img.center-block img {
    width: 100%;
	border-radius:30px;
}
/*Відгуки кінець*/


/*
 *Подвал
 */

.footer {
    background: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
    color: #076500;
    font-size: 28px;
    font-family: 'BloggerSansLight', sans-serif;
}
.footer p {
	line-height: 1.2;
}
.box-contact {
    padding: 15px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    margin-left: 35px;
	line-height: 1.2;
}

footer img {
    height: 28px;
    margin-right: 5px;
    float: left;
}

.footer_menu,
.footer_info {
    padding-left: 30px;
}

.footer_menu-item {
    margin-right: 64px;
}

.footer_info {
    margin-top: 55px;
    font-size: 16px;
    color: #584b3d;
}

.footer_cms {
    font-size: 14px;
}
/*thanks page*/
.body_color_thenks {
    position: relative;
    height: 100%;
}
.content-center .thenks {
    line-height: 1.3;
    font-family: "Lobster", sans-serif;
    color: #0F8A06;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
    font-size: 72px;
}
/*thanks page*/



/*resonsive*/

@media (min-width: 991px) {
    .window-left,
    .window-right,
    .window-up {
        display: none
    }
    #feedback.window-upp {
        opacity: 0;
    }
}

@media (min-width: 991px) and (max-width:1024px) {
    /*servises start*/
    .servises-box {
        font-size: 17px;
        min-height: 250px;
    }
    .servises-box-title {
        padding: 15px 0;
        font-size: 22px;
    }
    .servises-box ul {
        margin: 25px 15%;
    }
    .servises-box .button-orang {
        position: absolute;
        bottom: 10px;
    }
    /*servises end*/
	
	.footer img {
		height: 25px;
		margin-right: 5px;
		float: left;
	}
	.footer {  
		font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 990px){
.sale .button-orang-small{
		width: 50%;
		margin: 0 25%;
	}
	
	.sale p, .see-work p {
		font-size: 22px;
		font-family: 'BloggerSansLight', sans-serif;
		color: #076500;
		line-height: 1;
	}
	.sale img {
    position: absolute;
    top: 20px;
    z-index: 1;
    width: 180px;
}
}
@media (max-width: 768px) {
    .top-panel{
        background: #fff;
    }
    .menu {
        display: none;
    }
    .menu-toggle {
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        margin: 2px 20px;
        z-index: 2;
    }
    .menu-toggle.on .one {
        -webkit-transform: rotate(135deg) translate(5px, -18px);
        -moz-transform: rotate(135deg) translate(5px, -18px);
        -o-transform: rotate(135deg) translate(5px, -18px);
        transform: rotate(135deg) translate(4px, -7px);
    }
    .menu-toggle.on .two {
        opacity: 0;
    }
    .menu-toggle.on .three {
        -webkit-transform: rotate(-135deg) translate(-3px, 11px);
        -moz-transform: rotate(-135deg) translate(-3px, 11px);
        -o-transform: rotate(-135deg) translate(-3px, 11px);
        transform: rotate(-135deg) translate(5px, 9px);
    }
    .menu.on {
        display: block;
        width: 100%;
        background: #fff;
        position: absolute;
        right: 0;
        left: 0;
        top: 45px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .menu.on .menu_item {
        display: block;
        text-align: right;
        margin-right: 15px;
        line-height: 1.5;
        float: none;
    }
    .one,
    .two,
    .three {
        width: 100%;
        height: 3px;
        background: #0F8A06;
        margin: 6px auto;
        backface-visibility: hidden;
        transition-duration: 0.3s;
    }
    /*home start*/
    .content-center {
        left: 20%;
        -moz-transform: translateX(-150%) translateY(-50%);
        -webkit-transform: translateX(-15%) translateY(-50%);
        transform: translateX(-15%) translateY(-50%);
    }
    .button-orang {
        width: 90%;
        margin: 0 5%;
    }
    .content-center h1 {
        font-size: 60px;
    }
    .content-center p {
        font-size: 25px;
    }
    .content-center .button-orang {
        margin: 30px auto;
        width: 50%;
    }
    .button-orang a {
        font-size: 18px;
    }
    .button-orang a:after {
        position: absolute;
        content: '';
        background: url('img/right.png') 45% 45% no-repeat;
        z-index: 8;
        right: -45%;
        top: 4px;
        height: 20px;
        width: 46px;
    }
    /*home end*/
    #about-us {
        padding: 45px 15px 15px 15px;
    }
    /*question start*/
    .question {
        padding: 45px 0;
    }
    /*question end*/
    /*servises*/
    #servises {
        padding: 45px 15px;
    }
    #servises .title-content {
        margin-bottom: 10px;
    }
    /*servises*/
    /*work start*/
    #work {
        padding: 45px 0 0;
    }
    /*work end*/
    /*feedback*/
    #feedback {
        padding: 15px 0;
    }
    .flex-direction-nav {
        opacity: 0;
    }
    .slide-quote h2 {
        text-align: center;
    }
    .slide-quote p {
        padding: 15px;
        font-size: 18px;
		text-align: center;
    }
    /*feedback*/
    /*footer*/
    .footer {
        font-size: 17px;
    }
	footer img {
		height: 20px;
		margin-right: 1px;
		float: left;
	}
		
	
}


@media (max-width: 600px) {
    .title-content,
    .see-work .title-content {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .sale img {
        display: none;
    }
	.sale .button-orang-small, .see-work .button-orang-small {
		margin: 0;
		width: 100%;
	};
    .button-orang-small {
        width: 100%;
    }
    .sale p,
    .see-work p {
        font-size: 25px;
    }
    #work {
        padding: 45px 0px 0px;
    }
    .flexslider {
        margin: 0 0 20px;
    }
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: -30px;
        text-align: center;
    }
    a.flex-prev {
        display: none;
        position: absolute;
        top: 45%;
        right: 0;
    }
    a.flex-next {
        display: none;
        position: absolute;
        top: 45%;
        left: 0;
    }
    /*home*/
    .content-center h1 {
        font-size: 45px;
    }
	.content-center .button-orang {
		margin: 30px auto;
		width: 70%;
		padding: 10px 10%;
		text-align: left;
	}
    /*home end*/
    /*Про нас початок*/
    .box-number {
        font-size: 30px;
    }
    .about-us-box h6 {
        font-size: 20px;
    }
    /*Про нас кінець*/
    /*servises start*/
    .servises-box {
        padding: 0 0 40px 0;
        font-size: 18px;
        min-height: auto;
    }
    /*servises end*/
    /**/
    .advantages p {
        font-size: 25px;
        line-height: 1.2;
        margin: 10px 0;
    }
    /**/
   .flexslider2 .flex-control-nav {
		left: 0;
    right: 0;
	} 

}
@media (max-width: 767px)and (orientation: landscape){
	.content-center {
		-moz-transform: translateX(-15%) translateY(-5%);
		-webkit-transform: translateX(-15%) translateY(-5%);
		transform: translateX(-15%) translateY(-5%);
		top: 20%;
	}
	.content-center p {
		margin: 0;
	}
	.content-center h1 {
		font-size: 34px;
	}
	.content-center .button-orang {
		margin: 10px auto;
		width: 70%;
		padding: 10px 10%;
	}
	#servises .col-xs-12 {
		width: 50%;
		
	}
	.servises-box {
		min-height: 305px;
	}
	.slide-img.center-block img {
		width: 40%;
		margin: auto 30%;
	}
	#contacts .col-xs-12 {
		width:50%;
	}
	.button-orang-small {
		margin: 0 25%!important;
		width: 50%!important;
	}
	.sale img {
		display: none;
	}
	.form_pop_up {
		width: 60%!important;
		left: 20%!important;
		height: 300px;
		overflow: auto;
	}
}
.wrapper {
    overflow: hidden;
    height: auto;
}

.red {
    position: absolute;
    top: 0;
}

.no-padding {
    padding: 0 !important;
}


/*---------------pop_up---------------*/

.fon_pop_up {
    width: 100%;
    height: 2000px;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: none;
}

.form_pop_up {
    padding-bottom: 10px;
    width: 25%;
    border-radius: 30px;
    background-color: rgb( 255, 255, 255);
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 2, 0.25);
    z-index: 2;
    position: fixed;
    left: calc(75%/2);
    top: 25%;
    display: none;
}

.form_vidpravku {
    border-radius: 0px;
}

.z_yesteday_form {
    border-radius: 5px;
    font-size: 22px;
    text-align: center;
    margin: 0;
}

.popup-mail-form {
    border-radius: 5px;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 29px;
    padding: 15px 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: "Lobster", sans-serif;
    font-size: 24px;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 2, 0.2);
    background: #1f9c16;
}

.formaZapovnutu {
    width: 96%;
    position: relative;
    left: 2%;
    height: 38px;
    border: 1px solid #CF0013;
    padding-left: 6%;
    margin-top: 10px;
}

.formaZapovnutu1 {
    width: 96%;
    height: 40px;
    position: relative;
    left: 2%;
    margin: 10px 0;
    border: none;
    background-color: #CF0013;
    color: white;
    font-size: 17px;
}

input,
.form-control {
    width: 90%;
    margin: 5px 5%;
    padding: 10px 20px;
    text-align: left;
    font-size: 24px;
    font-family: 'BloggerSansLight', sans-serif;
    color: rgb( 123, 128, 123);
    border-style: solid;
    line-height: 25px;
    border-width: 1px;
    border-color: rgb( 8, 50, 5);
    background-color: rgb( 255, 255, 255);
    box-shadow: inset 0 0 11px rgba(0, 0, 2, 0.55);
    border-radius: 30px;
    resize: none;
    overflow: hidden;
}

input[type=submit] {
    color: #fff;
}

input::-webkit-input-placeholder {
    color: #7b807b;
    line-height: 20px;
    transition: line-height 0.5s ease;
}

input::-moz-placeholder {
    color: #7b807b;
    line-height: 20px;
    transition: line-height 0.5s ease;
}

input:-moz-placeholder {
    color: #7b807b;
    line-height: 20px;
    transition: line-height 0.5s ease;
}

input:-ms-input-placeholder {
    color: #7b807b;
    line-height: 20px;
    transition: line-height 0.5s ease;
}

input:focus::-webkit-input-placeholder {
    color: #7b807b;
    line-height: 100px;
    transition: line-height 0.5s ease;
}

input:focus::-moz-placeholder {
    color: #7b807b;
    line-height: 100px;
    transition: line-height 0.5s ease;
}

input:focus:-moz-placeholder {
    color: #7b807b;
    line-height: 100px;
    transition: line-height 0.5s ease;
}

input:focus:-ms-input-placeholder {
    color: #7b807b;
    line-height: 100px;
    transition: line-height 0.5s ease;
}

textarea.form-control::-webkit-input-placeholder {
    color: #7b807b;
    line-height: 20px;
    transition: line-height 0.5s ease;
    opacity: 1;
}

textarea.form-control::-moz-placeholder {
    color: #505050;
    line-height: 20px;
    transition: line-height 0.5s ease;
    opacity: 1;
}

textarea.form-control:-moz-placeholder {
    color: #505050;
    line-height: 20px;
    transition: line-height 0.5s ease;
    opacity: 1;
}

textarea.form-control:-ms-input-placeholder {
    color: #505050;
    line-height: 20px;
    transition: line-height 0.5s ease;
    opacity: 1;
}

textarea.form-control:focus::-webkit-input-placeholder {
    color: #7b807b;
    line-height: 5em;
    transition: line-height 0.5s ease;
    opacity: 0;
}

textarea.form-control:focus::-moz-placeholder {
    color: #7b807b;
    line-height: 5em;
    transition: line-height 0.5s ease;
    opacity: 0;
}

textarea.form-control:focus:-moz-placeholder {
    color: #7b807b;
    line-height: 5em;
    transition: line-height 0.5s ease;
    opacity: 0;
}

textarea.form-control:focus:-ms-input-placeholder {
    color: #7b807b;
    line-height: 5em;
    transition: line-height 0.5s ease;
    opacity: 0;
}

@media (max-width: 768px) {
    /**/
    .form_pop_up {
        padding-bottom: 10px;
        width: 40%;
        left: 30%;
        top: 15%;
    }
    input,
    .form-control {
        font-size: 18px;
    }
    /**/
}
@media (max-width: 600px) {
/*pop up*/
    .form_pop_up {
        padding-bottom: 10px;
        width: 90%;
        left: 5%;
        top: 10%;
    }
	input, .form-control {
		font-size: 14px;
		padding: 10px;
	}
	legend {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		border-radius: 29px;
		padding: 10px;
		color: rgb(255, 255, 255);
		text-align: center;
		font-family: "Lobster", sans-serif;
		font-size: 18px;
		box-shadow: 0px 6px 0px 0px rgba(0, 0, 2, 0.2);
		background: #1f9c16;
	}


	.home-container {
		background-attachment: scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;  
	}
	#about-us, #feedback{
		background-attachment: scroll;
	}
	#work, .question{
		background-attachment: scroll;
	}
}