html, body{
    min-height: 100%;
}

body
{
    background: #f3f4f8;
    margin: 0;
    padding: 0;
	font-family: 'Ubuntu', sans-serif;
    /*font-family: 'FedraSansPro', Tahoma, Arial;*/
    color: #000011;
}

a
{
    text-decoration: none;
    outline: none;
}

img
{
    border: 0;
    max-width: 100%;
    height: auto;
}

.clear
{
    clear: both;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main{
    max-width: 1352px;
    margin: 88px auto 0;
}

.align{
	 max-width: 1140px;
	 margin: 0 auto;
}

.button {
    height: 54px;
    line-height: 54px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px 3px 6px 6px;
    background-image: linear-gradient(4deg, #748821 0%, #9cb633 100%);
    border-bottom: 5px solid #687a20;
}


/* Hat */
.hat_wrapper {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 2;
}

.hat_align{
    max-width: 1430px;
    margin: 0 auto;
}

.hat_section {
    padding: 20px 0;
    font-size: 0;
    text-align: center;
}

.logo {
    width: 196px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 65px;
}

.logo a,
.logo span{
    display: block;
}

.hat_section .social_links {
    display: inline-block;
    vertical-align: middle;
    width: 151px;
    margin-right: 70px;
    font-size: 0;
}

.social_link {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-right: 5px;
}

.social_link:last-child{
    margin-right: 0;
}

.hat_section .adress {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    margin-right: 72px;
    text-align: left;
    line-height: 1;
}

.adress_metro {
    padding-left: 20px;
    background: url(../img/metro.png) no-repeat left center;
    margin-bottom: 5px;
    color: #F9A11C;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.adress_body {
    color: #737373;
    font-size: 16px;
}

.hat_section .phone {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 255px;
    margin-right: 70px;
    text-align: left;
    background: url(../img/phone.png) no-repeat left center;
    padding-left: 31px;
}

.phone_number {
    display: block;
    color: #737373;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.phone_number strong{
    color: #000011;
}

.phone_callback {
    display: block;
    color: #2955c7;
    font-size: 14px;
    margin-left: 78px;
    font-weight: 500;
    text-decoration: underline;
}

.order_button {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 44px;
    line-height: 44px;
    border-radius: 3px 3px 6px 6px;
    text-align: left;
    border-bottom: 4px solid #687a20;
    background: url(../img/order.png) no-repeat 35px center, linear-gradient(4deg, #748821 0%, #9cb633 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding-left: 75px;
    box-sizing: border-box;
}

/* Offer */
.offer_wrapper {
    background: url(../img/offer.jpg) no-repeat center top;
    background-size: cover;
    min-height: 681px;
    position: relative;
}

.offer_section {
    padding: 55px 0 70px 0;
    font-size: 0;
}

.offer_lemon{
    width: 70px;
    height: 101px;
    background: url(../img/offer_small_lemon.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: -18px;
}

.offer_content {
    display: inline-block;
    vertical-align: top;
    width: 285px;
}

.offer_title {
    color: #000011;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
}

.offer_forb {
    width: 242px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: url(../img/order_forb.png) no-repeat center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
}

.offer_description {
    font-weight: 600;
    line-height: 1.5;
    color: rgba(0, 0, 17, 0.7);
    font-size: 15px;
    margin-bottom: 35px;
}

.offer_to_cat {
    display: block;
    width: 248px;
    margin-bottom: 50px;
}

.offer_look {
    display: block;
    padding: 0px 0 5px 60px;
    background: #fff url(../img/order_look.png) no-repeat 10px center;
    box-sizing: border-box;
    color: #2955c7;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    font-weight: 500;
    text-decoration: none;
    /* text-decoration: underline; */
    width: 250px;
    border-radius: 3px 3px 6px 6px;
    border-bottom: 5px solid #eee;
}

.offer_container {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 285px);
    text-align: right;
}

.offer_production {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 340px;
}

.offer_production_title {
    color: #000011;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}

.offer_production_container {
    
}

.offer_production_one {
    background: #fff;
    margin-bottom: 8px;
    padding: 12px 15px 12px 5px;
}

.offer_production_one_img {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    margin-right: 20px;
}

.offer_production_one_content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 130px);
}

.offer_production_one_title {
    color: #000011;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.offer_production_one_body {
    color: rgba(0, 0, 17, 0.7);
    font-size: 14px;
    line-height: 1.3;
}

/* Action */
.action_wrapper {
    background: url(../img/action.jpg) no-repeat center top;
    background-size: cover;
    min-height: 225px;
}

.action_section {
    padding: 30px 0 0 0;
    font-size: 0;
}

.action_container {
    max-width: 880px;
    margin: 0 auto;
}

.action_content {
    display: inline-block;
    vertical-align: top;
    width: 205px;
}

.action_subtitle {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.action_title {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}

.action_title_span {
    display: block;
    color: #bde92b;
}

.action_discount {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 15px;
    background-color: #9cb533;
}

.action_space {
    display: inline-block;
    vertical-align: top;
    height: 1px;
    width: calc(100% - 549px);
}

.action_timer {
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    width: 344px;
}

.action_timer_title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
}

.action_timer_container {
    font-size: 0;
    text-align: center;
}

.action_timer_one {
    display: inline-block;
    vertical-align: top;
    width: 83px;
    padding: 14px 0;
    text-align: center;
    background-color: #2955c7;
    border-radius: 2px;
    margin-right: 37px;
    position: relative;
}

.action_timer_one:after{
    content: '';
    width: 5px;
    height: 11px;
    background: url(../img/action_divider.png) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -21px;
}

.action_timer_one:last-child{
    margin-right: 0;
}

.action_timer_one:last-child:after{
    display: none;
}

.action_timer_one_number {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.action_timer_one_title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

/* Production */
.production_wrapper {
    background: #fff;
}

.production_section {
    padding: 55px 0;
}

.block_header {
    text-align: center;
    margin: 0 0 25px 0;
    color: #2c2b2f;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
}

.block_header:after{
    content: '';
    width: 7px;
    height: 7px;
    background: url(../img/so_creative_header.png) no-repeat center;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.production_container {
    text-align: center;
    font-size: 0;
}

.production_one {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    box-sizing: border-box;
    padding: 23px 5px;
    text-align: center;
    position: relative;
    border-radius: 3px;
}

.production_one:hover{
    background: #f2f4f8;
}

.production_one_img {
    margin-bottom: 15px;
    height: 148px;
    line-height: 148px;
    display: block;
}

.production_one_img img{
    vertical-align: bottom;
}

.production_one_title {
    display: block;
    color: #2c2b2f;
    font-size: 16px;
    font-weight: 500;
}

.production_one:hover .production_one_title{
    color: #2955c7;
    text-decoration: underline;
}

.production_one_order {
    display: none;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #95ae30;
    border-radius: 0 0 3px 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.production_one:hover .production_one_order{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

/* Intro */
.intro_wrapper {
    background: url(../img/intro.jpg) no-repeat center top;
    background-size: cover;
    min-height: 630px;
    position: relative;
}

.intro_watch{
    background: url(../img/intro_watch.png) no-repeat center top;
    width: 364px;
    height: 655px;
    position: absolute;
    right: 0;
    top: -27px;
}

.intro_section {
    padding: 70px 0;
    font-size: 0;
}

.intro_content {
    display: inline-block;
    vertical-align: top;
    width: 410px;
    margin-right: 50px;
}

.intro_content .block_header {
    font-size: 32px;
    margin-bottom: 35px;
    text-align: left;
}

.intro_content .block_header strong{
    font-weight: 500;
}

.intro_text {
    color: #000011;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.intro_img {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 460px);
}

/* Advantages */
.advantages_wrapper {
    background: url(../img/advantages.jpg) no-repeat center top;
    background-size: cover;
    min-height: 372px;
}

.advantages_section {
    font-size: 0;
    padding: 65px 0 20px 0;
    text-align: center;
}

.advantage_one {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    margin: 0 90px 40px 0;
}

.advantage_one:last-child{
    margin-right: 0;
}

.advantage_one_img {
    margin-bottom: 30px;
}

.advantage_one_title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
}

.advantage_one_body {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.4;
}

/* Works */
.works_wrapper {
    background: #fff;
}

.works_section {
    padding: 50px 0 60px 0;
}

.works_section .block_header {
    margin-bottom: 50px;
}

.works_container {
    font-size: 0;
}

.works_one {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    position: relative;
}

.works_one:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(38, 42, 32, 0.5);
    z-index: 1;
    transition: all 0.3s;
}

.works_one_title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    line-height: 1.4;
    z-index: 2;
    text-decoration: underline;
}

.works_link{
    display: block;
    padding: 18px 0;
    border-radius: 0 0 3px 3px;
    background-color: #95ae30;
    text-align: center;
}

.works_link_inner{
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 5px 0 5px 40px;
    background: url(../img/works_arrow.png) no-repeat left center;
}

/* Calc */
.calc_wrapper {
    background: url(../img/calc.jpg) no-repeat center top;
    background-size: cover;
}

.calc_section {
    padding: 55px 0 60px 0;
}

.calc_title {
    color: #2c2b2f;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 45px;
}

.calc_form {
    
}

.calc_container {
    font-size: 0;
    margin-bottom: 30px;
}

.calc_left {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 45px;
}

.calc_design{
    padding: 25px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.calc_params{
    margin-bottom: 30px;
}

.calc_params_line{
    margin-bottom: 10px;
    font-size: 0;
}

.calc_params_line_title{
    display: inline-block;
    vertical-align: middle;
    width: 165px;
    margin-right: 10px;
    color: rgba(44, 43, 47, 0.8);
    font-size: 14px;
}

.calc_params_line_content{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 175px);
    font-size: 0;
}

.input_text .calc_input_text_small{
    display: inline-block !important;
    vertical-align: middle;
    width: calc(50% - 40px) !important;
    text-align: center !important;
}

.calc_params_divider{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    text-align: center;
}

.calc_misc{
    padding-top: 25px;
    border-top: 1px solid #fff;
    font-size: 0;
}

.calc_misc_one{
    display: inline-block;
    vertical-align: middle;
}

.calc_misc_one:first-child{
    margin-right: 50px;
}

.calc_right {
    display: inline-block;
    vertical-align: top;
    width: calc(51% - 45px);
    border-radius: 3px;
    background-color: #2955c7;
    box-sizing: border-box;
    padding: 30px 40px;
}

.calc_right_input_line{
    margin-bottom: 20px;
}

.input_text{

}

.input_text label{
    display: block;
    color: #ffffff;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
}

.input_text input[type="text"], .input_text input[type="tel"]{
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    box-sizing: border-box;
    padding: 0 25px;
    border: 0;
    background: #fff;
    outline: none;
    border-radius: 3px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #2c2b2f;
	font-family: 'Ubuntu', sans-serif;
    /*font-family: 'FedraSansPro', Tahoma, Arial;*/
}

.input_text input[type="text"]::placeholder, .input_text input[type="tel"]::placeholder{
    color: rgba(44, 43, 47, 0.7);
}

.calc_right_invoice{
    font-size: 0;
    margin: 30px 0;
}

.calc_right_invoice.checkbox_container label{
    color: #fff;
}

.calc_file{
    font-size: 0;
}

.calc_right .calc_file{
    border-radius: 3px;
    background-color: #1f44a2;
    padding: 10px 20px;
}

.calc_left .calc_file{
    border-radius: 3px;
    background-color: #fff;
    padding: 10px 20px;
}

.calc_file_title{
    display: inline-block;
    vertical-align: middle;
    color: #2c2b2f;
    font-size: 14px;
    margin-right: 20px;
    line-height: 1.6;
}

.calc_right .calc_file_title{
    color: #ffffff;
}

.calc_file_container{
    display: inline-block;
    vertical-align: middle;
}

.calc_comment {
    margin-bottom: 35px;
}

.calc_comment label{
    display: block;
    color: rgba(0, 0, 17, 0.8);
    font-size: 14px;
    margin-bottom: 15px;
}

.calc_comment textarea{
    display: block;
    width: 100%;
    height: 115px;
    box-sizing: border-box;
    padding: 20px 25px;
    border: 0;
    background: #fff;
    outline: none;
    border-radius: 3px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #2c2b2f;
	font-family: 'Ubuntu', sans-serif;
    /*font-family: 'FedraSansPro', Tahoma, Arial;*/
    resize: none;
}

.calc_comment textarea::placeholder{
    color: rgba(44, 43, 47, 0.7);
}

.calc_protection {
    margin-bottom: 35px;
    font-size: 0;
}

.calc_captcha {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}

.calc_privacy {
    width: calc(100% - 365px);
    display: inline-block;
    vertical-align: middle;
}

.checkbox_container{
    font-size: 0;
    position: relative;
}

.checkbox_container input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    width: 27px;
    height: 27px;
    visibility: hidden;
}

.checkbox_container label{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 47px);
    text-align: left;
    color: #000011;
    font-size: 14px;
    font-weight: 500;
}

.checkbox_container label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    width: 27px;
    height: 27px;
    background: url(../img/checkbox.png) no-repeat center;
}

.checkbox_container input[type="checkbox"]:checked+label:before{
    background: url(../img/checkbox_checked.png) no-repeat center;
}

.calc_form input[type="submit"]{
    display: block;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(4deg, #748821 0%, #9cb633 100%);
    border: 0;
    border-bottom: 5px solid #687a20;
    border-radius: 3px 3px 6px 6px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
	font-family: 'Ubuntu', sans-serif;
    /*font-family: 'FedraSansPro', Tahoma, Arial;*/
}


/* About */
.about_wrapper {
    background: #fff;
}

.about_section {
    padding: 60px 0;
    font-size: 0;
}

.about_img {
    display: inline-block;
    vertical-align: top;
    width: calc(47% - 22px);
    margin-right: 44px;
    position: relative;
}

.about_img img{
    position: absolute;
    top: 0;
    right: 0;
}

.about_years {
    width: 280px;
    box-sizing: border-box;
    padding: 30px 35px;
    text-align: left;
    position: relative;
    z-index: 1;
    border-top: 4px solid #2955c7;
    background: #e9f2cc;
    font-size: 0;
}

.about_years_number {
    display: inline-block;
    vertical-align: top;
    color: #798e23;
    font-size: 140px;
    line-height: 0.7;
    font-family: 'Airport';
    font-weight: 400;
    width: 90px;
    margin-right: 25px;
}

.about_years_title {
    display: inline-block;
    vertical-align: top;
    color: rgba(0, 0, 17, 0.8);
    font-size: 15px;
    width: calc(100% - 115px);
    line-height: 1.45;
}

.about_clients {
    width: 280px;
    box-sizing: border-box;
    padding: 30px 35px;
    background: #2955c7;
    text-align: left;
    position: relative;
    z-index: 1;
}

.about_clients_number {
    color: #aecd2d;
    font-size: 105px;
    line-height: 0.8;
    font-family: 'Airport';
    font-weight: 400;
    margin-bottom: 25px;
}

.about_numbers_title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

.about_content {
    display: inline-block;
    vertical-align: top;
    width: calc(53% - 22px);
}

.about_title {
    color: #000011;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 1;
}

.about_title strong{
    font-weight: 500;
}

.about_text {
    color: rgba(0, 0, 17, 0.7);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

/* Footer */
.footer_wrapper{
    background: #2e3344;
}

.footer_section {
    padding: 50px 0 35px 0;
    font-size: 0;
}

.footer_menu_container {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 290px);
    margin-right: 20px;
}

.footer_menu_one {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    list-style-type: none;
    margin: 0 60px 0 0;
    width: 220px;
}

.footer_menu_one:last-child{
    margin-right: 0;
}

.footer_menu_one li{
    padding: 0;
    margin: 0 0 15px 0;
}

.footer_menu_one_link {
    display: block;
    line-height: 1;
    padding-left: 25px;
    background: url(../img/prefooter_li.png) no-repeat left center;
    color: #ffffff;
    font-size: 15px;
    text-align: left;
}

.footer_menu_one_link:hover,
.footer_menu_one_link.active{
    color: #aecd2d;
    background: url(../img/prefooter_li_a.png) no-repeat left center;
}

.footer_contacts {
    display: inline-block;
    vertical-align: top;
    width: 270px;
}

.footer_phone_title {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 12px;
}

.footer_contacts .phone {
    display: block;
    text-align: left;
    background: url(../img/phone.png) no-repeat left center;
    padding-left: 45px;
    margin-bottom: 28px;
}

.footer_contacts .phone_number {
    color: #d4d3d3;
}

.footer_contacts .phone_number strong{
    color: #ffffff;
}

.footer_contacts .phone_callback{
    color: #6993ff;
}

.footer_contacts .adress{
    margin-bottom: 32px;
}

.footer_contacts .adress_body{
    color: #fff;
}

.order_button {
    
}



.copyright_section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    font-size: 0;
}

.copyright_section .social_links {
    display: inline-block;
    vertical-align: middle;
    width: 151px;
}

.copyright_text {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 426px);
    color: #ffffff;
    font-size: 14px;
}

.copyright_dev {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 275px;
    color: #ffffff;
    font-size: 14px;
}

.copyright_dev a{
    display: inline-block;
    color: #7f9526;
}

label a {
    color: inherit;
}


/* Modal window */

.modal_window_wrapper {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}
.modal_window_sub_wrapper {
	position: relative;
	height: 100%;
}
.modal_window_container {
	width: 400px;
	min-height: 310px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -210px 0 0 -200px;
}
.modal_window_container_wrapper {
	background: url(../img/calc.jpg) no-repeat center top;
	background-size: cover;
	padding: 30px 35px;
	border-radius: 2px;
}
.modal_window_container_close {
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 31px;
	height: 31px;
	background: url(../img/modal_x.png) no-repeat top center;
}
.modal_window_container h2 {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #2c2b2f;
}
.modal_window_container input[type="text"], .modal_window_container input[type="tel"] {
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    box-sizing: border-box;
    padding: 0 25px;
    border: 0;
    background: #fff;
    outline: none;
    border-radius: 3px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #2c2b2f;
	font-family: 'Ubuntu', sans-serif;
    /*font-family: 'FedraSansPro', Tahoma, Arial;*/
	margin: 0 0 6px 0;
}
.modal_window_container input[type="submit"] {
    height: 54px;
    margin: 15px 0 0 0;
    display: block;
    width: 100%;
    padding: 0;
    background-image: linear-gradient(4deg, #748821 0%, #9cb633 100%);
    border: 0;
    border-bottom: 5px solid #687a20;
    border-radius: 3px 3px 6px 6px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
	font-family: 'Ubuntu', sans-serif;
    /*font-family: 'FedraSansPro', Tahoma, Arial;*/
}

.feedback_form_param .error_message {
    display: none !important;
}

.error_input {
    box-shadow: 0px 0px 10px red inset;
}
.error_input+label {
    color: red !important;
}

.type_wrapper {
    background: #fff;
    padding: 20px 0px 50px;
}


/* Type */
.type_section {
    padding: 0px 0;
}

.type_hat {
    margin-bottom: 55px;
    font-size: 0;
}

.type_hat h1{
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    font-size: 36px;
    color: #000011;
    font-weight: bold;
    margin: 0;
}




.type_container{

}

.type_menu_title {
    background: #232837 url(../img/burger.png) no-repeat 14px 50%;
    padding: 15px 44px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}

.type_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    overflow: hidden;
    background: url(../img/calc.jpg) no-repeat center top;
    background-size: cover;
    border-radius: 2px;
}

.type_menu li{
    margin: 0;
    padding: 0;
	list-style-type: none;
}

.type_menu li a{
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    color: #000011;
    border-bottom: 1px solid #fff;
    position: relative;
}

.type_menu li a:hover,
.type_menu li a.active{
    color: #fff;
    background-color: #475993;
}

.type_menu li:hover a {
    background-color: #475993;
    color: #fff;
}

.type_menu li:last-child a{
    border: 0;
}

.type_discount {
    max-width: 290px;
    margin: 0 auto;
    position: relative;
}

.type_discount_content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 280px;
    box-sizing: border-box;
    padding: 20px 25px;
    background: #e0e713;
    color: #000011;
    font-size: 18px;
    line-height: 1.3;
}

.type_discount_content strong{
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

.type_content h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    margin: 0 0 30px 0;
}

.type_content h3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    margin: 0 0 30px 0;
}

.type_content h4{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 30px 0;
}


.type_content blockquote{
    background: none;
    border: 1px solid #e8e8e8;
    padding: 20px 25px;
    border-radius: 4px;
    margin: 20px 0;
}

.type_content blockquote div{
    font-style: italic;
    font-size: 14px;
    margin-bottom: 20px;
}

.type_content blockquote p{
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

.tabs_block {
    margin: 50px 0;
}

.tabs {
    font-size: 0;
    border-bottom: 1px solid #f17539;
}

.tabs a{
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 17, 0.6);
    padding: 15px 60px;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.tabs a:after{
    content: '';
    display: none;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
}

.tabs a:hover:after,
.tabs a.active:after{
    display: block;
}

.tabs a:hover,
.tabs a.active {
    color: #f17539;
    border-left: 1px solid #f17539;
    border-top: 1px solid #f17539;
    border-right: 1px solid #f17539;
}

.tabs_content {
    border-left: 1px solid #f17539;
    border-bottom: 1px solid #f17539;
    border-right: 1px solid #f17539;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    padding: 30px 20px;
    display: none;
}

.tabs_content.active {
    display: block;
}

.type_content ul{
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
}

.type_content ul li{
    padding: 0 0 0 25px;
    background: url(../img/arrow.png) no-repeat left center;
    margin-bottom: 10px;
    font-size: 14px;
}

.type_content ol{
    margin: 30px 0;
    padding: 0 0 0 15px;
}

.type_content ol li{
    color: #f17539;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.type_content ol li span{
    color: #000011;
    font-weight: normal;
}

.simple_form {
    border-radius: 3px;
    background-color: #2955c7;
    max-width: 400px;
    color: #fff;
    padding: 30px;
}

.simple_form .checkbox_container label {
    color: #fff;
}

.simple_form  input[type="text"], .simple_form  input[type="tel"], .simple_form  input[type="email"], .simple_form  textarea{
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    box-sizing: border-box;
    padding: 0 25px;
    border: 0;
    background: #fff;
    outline: none;
    border-radius: 3px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #2c2b2f;
	font-family: 'Ubuntu', sans-serif;
    /*font-family: 'FedraSansPro', Tahoma, Arial;*/
    margin-bottom: 10px;
}

.simple_form  textarea{
    height: 91px;
    line-height: 21px;
    padding: 15px 25px;
}

.simple_form  input[type="submit"] {
    display: block;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(4deg, #748821 0%, #9cb633 100%);
    border: 0;
    border-bottom: 5px solid #687a20;
    border-radius: 3px 3px 6px 6px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
	font-family: 'Ubuntu', sans-serif;
    /*font-family: 'FedraSansPro', Tahoma, Arial;*/
    margin-top: 20px;
}


.type_content .search input[type=submit] {
    height: 54px;
    padding: 0px 20px !important;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(4deg, #748821 0%, #9cb633 100%);
    border: 0;
    border-bottom: 5px solid #687a20;
    border-radius: 3px 3px 6px 6px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
	font-family: 'Ubuntu', sans-serif;
    /*font-family: 'FedraSansPro', Tahoma, Arial;*/
}

.type_content .search input[type="text"] {
    height: 51px;
    line-height: 51px;
    box-sizing: border-box;
    padding: 0 25px;
    border: 1px solid;
    background: #fff;
    outline: none;
    border-radius: 3px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #2c2b2f;
	font-family: 'Ubuntu', sans-serif;
    /*font-family: 'FedraSansPro', Tahoma, Arial;*/
}

.paginator {
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
}

.paginator a {
    color: #8ca32c;
}

/* Menu */
.burger{
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 86px;
    background: #232837 url(../img/burger.png) no-repeat center;
    z-index: 101;
}

.sidemenu_container{
    display: none;
    width: 250px;
    background: #232837;
    padding-top: 50px;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    bottom: 0;
}

.sidemenu_close{
    display: block;
    width: 17px;
    height: 17px;
    background: url(../img/sidemenu_close.png) no-repeat center top;
    position: absolute;
    right: 20px;
    top: 15px;
}

.sidemenu{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidemenu li{
    margin: 0;
    padding: 0;
}

.sidemenu_link{
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-family: 'ProximaNova';
    padding: 15px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1;
}

.sidemenu_link:hover,
.sidemenu_link.active{
    background: #8ca32c;
    border-color: transparent;
}

.sidemenu li:last-child .sidemenu_link{
    border-color: transparent;
}

.sidemenu_delivery{
    padding: 25px 30px;
    background: #475993;
    margin-bottom: 30px;
}

.sidemenu_delivery_img{
    margin-bottom: 20px;
    font-size: 0;
}

.sidemenu_delivery_title{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

.sidemenu_delivery_title strong{
    font-weight: 500;
}

.sidemenu_search{
    position: relative;
    width: 186px;
    margin: 0 auto;
}

.sidemenu_search input[type="text"]{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: none;
    outline: none;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-family: 'ProximaNova';
}

.sidemenu_search input[type="text"]::placeholder{
    color: rgba(255, 255, 255, 0.6);
}

.sidemenu_search input[type="text"]:focus{
    border-color: #fff;
}

.sidemenu_search input[type="submit"]{
    display: block;
    width: 30px;
    height: 45px;
    margin: 0;
    padding: 0;
    background: url(../img/search.png) no-repeat right center;
    border: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
}



/* Type Page */
.type_hat_wrapper {
    background: url(../img/type_hat.jpg) no-repeat center top;
    background-size: cover;
}

.type_hat_section {
    padding: 55px 0;
    font-size: 0;
}

.type_hat_header {
    display: inline-block;
    vertical-align: middle;
    width: calc(60% - 20px);
    color: #000011;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.breadcrumbs {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-left: 20px;
    text-align: right;
}

.breadcrumbs_link {
    display: inline-block;
    vertical-align: top;
    color: #2955c7;
    font-size: 14px;
}

.breadcrumbs_link:after{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    color: #000011;
    font-size: 14px;
    margin: 0 10px;
}

.breadcrumbs_span {
    display: inline-block;
    vertical-align: middle;
    color: #000011;
    font-size: 14px;
}


/* Type content */
.type_wrapper {
    background: #fff;
}

.type_section {
    padding: 0px 0;
    font-size: 0;
}

.type_content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 292px);
    color: #000011;
    font-size: 15px;
    /*font-weight: 600;*/
}

.type_content strong{
    font-weight: 500;
}

.type_content h1{
    color: #000011;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.type_content h2{
    color: #000011;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.type_content h3{
    color: #000011;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.type_content h4{
    color: #000011;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.type_content table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin: 20px 0;
}

.type_content table td{
    border: 0;
    text-align: center;
    padding: 20px 5px;
    color: #000011;
    font-size: 15px;
}

.type_content table tr:first-child td{
    background: linear-gradient(4deg, #748821 0%, #9cb633 100%);
    font-size: 15px;
    font-weight: 700;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    color: #fff;
}

.type_content table tr:first-child td:last-child{
    border-right: 0;
}

.type_content table tr:nth-child(even) td{
    background-color: #f5f9fa;
}

.type_table_wrapper{
    overflow-x: auto;
}

.type_table_wrapper::-webkit-scrollbar {
    width: 6px;
    height: 12px;
    background-color: #ebebeb;
    border-radius: 3px;
}

.type_table_wrapper::-webkit-scrollbar-thumb {
    background: #2955c7; 
    border-radius: 3px;
}

.type_article {
    margin: 20px 0;
}

.type_article_header {
    color: #000011;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 45px 0;
}

.type_article_content {
    color: #000011;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.type_article_content img{
    float: left;
    display: block;
    margin: 0 40px 20px 0;
}

.type_sidebar {
    display: inline-block;
    vertical-align: top;
    width: 262px;
    margin-left: 30px;
}

.type_menu_container {
    margin-bottom: 25px;
}

.type_menu_title {
    background: linear-gradient(4deg, #748821 0%, #9cb633 100%);
    padding: 15px 25px;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    font-family: 'ProximaNova';
}

.type_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.type_menu li{
    margin: 0;
    padding: 0;
}

.type_menu li a{
    display: block;
    padding: 12px 25px;
    background: #f5f9fa;
    font-weight: 600;
    font-size: 16px;
    color: #000011;
    border-bottom: 1px solid #fff;
    font-family: 'ProximaNova';
}

.type_menu li a:hover,
.type_menu li a.active{
    color: #fff;
    background-color: #809627;
    background-image: linear-gradient(4deg, #748821 0%, #9cb633 100%);
}

.type_menu li:last-child a{
    border: 0;
}

.type_new_works {
    
}

.type_new_works_header {
    color: #000011;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.type_new_works_container {
    
}

.type_new_works_one {
    display: block;
    margin-bottom: 30px;
}

.type_new_works_one_img {
    margin-bottom: 15px;
}

.type_new_works_one_title {
    color: #000011;
    font-size: 16px;
    font-weight: 500;
}

.type_new_works_link {
    color: #2955c7;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
}
								
.tablescroll {
max-width: 100%;
overflow: auto;
}
								
 .tablescroll table {
width: 100%;
}
								
								.vizitkacol1 {
    
    padding: 5px; 
   	display:inline-block;
	width: 48%;
	vertical-align:middle;
   }
   .vizitkacol2 {
     
    padding: 5px; 
    width: 48%; 
   	display:inline-block;
	vertical-align:middle;
   }
.works_one:hover:after {
    opacity: 0;
}

.works_one:hover .works_one_title {
    text-shadow: 0px 0px 10px #000;
}								
.fourcolor {
	width:95%;
    background:#e6e5e0;
	padding:10px;
								}
								
	
@media only screen and (max-width: 767px) { 
		.vizitkacol1,  .vizitkacol2{
		width: 96%;
	}
	}