@font-face {
    font-family: OSNOVAPRO-BOLD;
    src: url(./fonts/OSNOVAPRO-BOLD.OTF) format("opentype") ;
}
@font-face {
    font-family: OSNOVAPRO-BOLDITALIC;
    src: url(./fonts/OSNOVAPRO-BOLDITALIC.OTF) format("opentype");
}
@font-face {
    font-family: OSNOVAPRO-ITALIC;
    src: url(./fonts/OSNOVAPRO-ITALIC.OTF) format("opentype");
}
@font-face {
    font-family: OSNOVAPRO;
    src: url(./fonts/OSNOVAPRO.OTF) format("opentype");
  
}
@font-face {
    font-family: OSNOVAPROHEAVY-ITALIC;
    src: url(./fonts/OSNOVAPROHEAVY-ITALIC.OTF) format("opentype") ;
}

@font-face {
    font-family: OSNOVAPROHEAVY;
    src: url(./fonts/OSNOVAPROHEAVY.OTF) format("opentype");
}
@font-face {
    font-family: OSNOVAPROLIGHT-ITALIC;
    src: url(./fonts/OSNOVAPROLIGHT-ITALIC.OTF) format("opentype");
}
@font-face {
    font-family: OSNOVAPROLIGHT;
    src: url(./fonts/OSNOVAPROLIGHT.OTF) format("opentype");
}
@font-face {
    font-family: OSNOVAPROMEDIUM-ITALIC;
    src: url(./fonts/OSNOVAPROMEDIUM-ITALIC.OTF) format("opentype");
}
@font-face {
    font-family: OSNOVAPROMEDIUM;
    src: url(./fonts/OSNOVAPROMEDIUM.OTF) format("opentype");
}
@font-face {
    font-family: OSNOVAPROTHIN-ITALIC;
    src: url(./fonts/OSNOVAPROTHIN-ITALIC.OTF) format("opentype");
}
@font-face {
    font-family: OSNOVAPROTHIN;
    src: url(./fonts/OSNOVAPROTHIN.OTF) format("opentype");
}
@font-face {
    font-family: osnovapro;
    src: url(./fonts/osnovapro.woff2) format("opentype");
}
@font-face {
    font-family: osnovapro;
    src: url(./fonts/osnovapro.woff) format("opentype");
}


@font-face {
    font-family: Gotham-Pro-Med;
    src: url(../fonts/Gotham-Pro/GothaProMed.otf);
}

@font-face {
    font-family: GothaProLig;
    src: url(../fonts/Gotham-Pro/GothaProLig.otf);
}

*{
    font-family: OSNOVAPRO;
}
img {
    max-width: 100%;
}
a:hover, a:focus {
    text-decoration:none;
    color:inherit;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #FFF;
}

body {
    overflow-x: hidden;
    font-family: osnovapro;
}
a {
    color: inherit;
    text-decoration:none;
}

a:hover,  a:focus{

    color: inherit;
    text-decoration:none;
}
a p{
    color: inherit;
    text-decoration:none;
}
input {
    max-width: 100%;
}
.nopad{
    padding: 0px;
}
.btn-default {
    color: #fff;
    background-color: #a70007;
    border-color: #a70007;
    outline: none;
    transition: 0.3s;
    border-radius: 23px;
}
.btn-default:active:hover, 
.btn-default.active:hover, 
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #a70007;
    border-color: #8c8c8c;
    outline: none;
}
.btn-default:hover {
    color: #fff;
    background-color: #a70007;
    border-color: #adadad;
}
.btn-default:focus {
    color: #fff;
    background-color: #a70007;
    border-color: #adadad;
    outline:none; 
}   
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #a70007;
    border-color: #adadad;
}
.owl-nav {
    position: absolute;
    width: 90%;
    top: 35%;
    left: 5%;
    height: 0px;
}
.owl-next {
    float: right;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}
.owl-prev {
    float: left;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #003f74;
    float: left;
    margin-left: 7px;
    transition: 0.4s;
    background: azure;
}
.owl-dots .owl-dot.active {
    background: #a70007;
    border-color: #a70007;
}
#fixed_header .menu.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
}
.navbar-brand {
    float: left;
    padding: 6px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.num {
    float: left;
    padding-top: 12px;
    font-size: 15px;
    color: #000000;
}
.navbar-default{
    background-color: unset;
    border: unset;
    padding-top: 34px;
}
.navbar-nav {
    top: -15px;
    padding-left: 45px;
}
.btn_menu{

    text-align: center;
}
.navbar-default .navbar-nav>li {
    color: #fff;
    font-family: OSNOVAPRO;
    text-transform: uppercase;
    font-size: 17px;
}

.navbar-default .navbar-nav>li a {
    color: #fff;
    font-family: OSNOVAPRO;
    text-transform: uppercase;
    font-size: 17px;
} 
.navbar-default .navbar-nav>li:hover,
.navbar-default .navbar-nav>li:focus{
    color: #96cc22;

}

.navbar-default .navbar-nav>li:hover a,
.navbar-default .navbar-nav>li:focus a{
    color: #96cc22;

} 

.navbar-default .navbar-nav>li.active a{
    color: #96cc22;

} 
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {

    color: #96cc22;
    background-color: inherit;
    color: #96cc22;

}

.navbar-default {
    transition: 0.4s;
}

.fixeded .navbar-default {

    padding-top: 15px;
    background-color: rgba(248, 248, 248, 0);
}

.fixeded  .navbar-nav>li>a {
    padding-bottom: 10px;

}
.fixeded   .mob_logo {
    margin-top: 5px;

}
.mob_logo {

    transition: 0.3s;
    margin-top: 0px;
}
.blacked{

    background-color: #665448;
}
#fixed_header.fixeded li a:hover:after,  #fixed_header.fixeded li a:after,#fixed_header.fixeded  .navbar-default .navbar-nav>li.active a:after {
    top: 55px;
}
.fixeded .navbar-default
{
    background-color: #665448;
}

.fixeded  .navbar-brand {

    height: 46px;
}
.navbar-nav>li>a {

    padding-top: 10px;
}

.navbar-default .navbar-nav>li.active a:after{
    position: absolute;
    content: " ";
    height: 4px;
    width: 100%;
    background: #96cc22;
    top: 59px;
    z-index: 1;
    left: 0px;
    transition: 0.3s;
}
a.navbar-brand.mob_logo {
    padding-top: 0px;
    float: right;
} 
#fixed_header  li a:after{
    width: 100%;
    position: relative;
}
#fixed_header  li a:after{
    position: absolute;
    content: " ";
    height: 4px;
    width: 100%;
    top: 59px;
    z-index: 1;
    left: 0px;
    transition: 0.3s;
}
#fixed_header li a:hover:after{
    position: absolute;
    content: " ";
    height: 4px;
    width: 100%;
    background: #96cc22;
    top: 59px;
    z-index: 1;
    left: 0px;
    transition: 0.3s;
}
.text_logo{
    font-size: 30px;
    color: #96cc22;
    font-family: OSNOVAPRO-BOLD;
}
.section_image{
    background: url(/images/backgr-min.png);
    max-width: 100%;
    min-height:935px;
    background-size: cover;
}
.image_logo img{
    float: right;
    margin-top: 11px;
    height: 138px;
        
}
.text_green{
    font-size: 51px;
    color: #96cc22;
    font-family: OSNOVAPRO-BOLD;
}
.text_small_white{
    font-size: 21px;
    font-family: OSNOVAPRO;
    color: #fff;
    padding: 0px;
    top: -10px;
}
.firmname{
    padding-top: 165px;
}
.firmname div:nth-child(2){
    padding: 0px;
}
.text_white{
    font-size: 24px;
    font-family: OSNOVAPRO;
    color: #fff;
}
.block_white_text{
    text-align: center;
    padding-top: 73px;
}
.form_input input{
    border-radius: 75px;
    float: right;
}
.form_input{
    padding-top: 40px;
}
.images_block{
    padding-top: 114px;
}
div.form-inline div:nth-child(4){
    padding-top: 23px;
}
div.form-inline div:nth-child(4) button{
    width: 135px;
}
.form-inline input.form-control::-webkit-input-placeholder{
   
    font-size: 16px;
    font-family: OSNOVAPRO;
}
.form-inline input.form-control:focus::-webkit-input-placeholder{

}
.form-inline input.form-control{
    width: 250px;
    border-color: #fff;
    font-size: 16px;
    font-family: OSNOVAPRO;
    opacity: 0.6;
}
.form-inline input.form-control:focus, .form-inline input.form-control:active {
    opacity: 1;
}

body {

    background: #fff8e6;
}

#myModal label {
    color:black;
}
.btn.btn-default{
    background: #96cc22;
    border-color: #96cc22;
    width: 164px;
    box-shadow: 12px 9px 15px rgba(0, 0, 0, 0.38);
    font-family: OSNOVAPRO;
    font-size: 15px;
}
.logotypefoot {


}
.politick{
    margin-top: 32px;

}
label{
    color: #fff;
    padding-left: 25px;
    font-size: 15px;
    font-family: OSNOVAPROLIGHT;
    letter-spacing: 1px;
}
.text_row_six{
    text-align: center;
    color: #fff;
    font-family: OSNOVAPRO;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 21px;
        height: 77px;
        overflow: hidden;
}
.images_block div img{
    border: 4px solid #fff0;
    border-radius: 81px;
    transition: 0.3s;
        width: 160px;
    height: 160px;
}
.images_block div:after{
    content: " ";
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 9px solid #fff0;
    position: absolute;
    top: 236px;
    z-index: 1;
    left: 85px;
    transition: 0.3s;
}
.images_block div:hover:after, 
.images_block div:focus:after{
 content: " ";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 17px solid #96cc22;
    position: absolute;
    top: 236px;
    z-index: 1;
    left: 86px;
    transition: 0.2s;
}
.images_block div img:hover,
.images_block div img:focus{
    border: 4px solid #96cc22;
    border-radius: 81px;
}
.line_gray{
    border-bottom: 2px solid #bbaea8;
}
.btn.btn-default:active,
.btn.btn-default:hover,
.btn.btn-default:focus{
    background: #7fb50d;
    border-color: #699a00;
        box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.38);
    font-family: OSNOVAPRO;
}
.section_image_2{
    background: url(/images/fon.png);
    max-width: 100%;
    min-height:691px;
    background-size: cover;
}
.section_zagolovok{
    text-transform: uppercase;
    color: #000000;
    font-family: OSNOVAPRO-BOLD;
    font-size: 32px;
    padding-top: 61px;
    padding-bottom: 30px;
}
.preim_img{
    text-align: center;
    padding-left: 56px;
}
.preim_img img{
    width: 441px;  
}
.preim_text {
    color: #8daa45;
    font-size: 19px;
    font-family: OSNOVAPRO-BOLD;
}
.text:first-child{
    padding-top: 70px;
}
.text:nth-child(2){
    padding-top: 25px;
}
.text:last-child{
    padding-top: 23px;
}
.row_text_leftblock .text:first-child .preim_text{
    margin-right: -121px;
}
.row_text_leftblock .text:last-child .preim_text{
    margin-right: -135px;
}
.row_text_leftblock .text:last-child .preim_text span img{
    position: relative;
    top: -10px;
}
.row_text_leftblock .text:first-child .row_text_black,
.row_text_leftblock .text:last-child .row_text_black{
    margin-right: -65px;
}
.row_text_leftblock .text:nth-child(2) .preim_text{
    margin-right: -79px;
}
.row_text_leftblock .text:nth-child(2) .row_text_black{
    margin-right: -20px;
}
.preim_text span{
    padding-left: 18px;
}
.row_text_rightblock .preim_text span{
    padding-right: 14px;
}
.row_text_rightblock .text:first-child .preim_text{
    margin-left: -143px;
}
.row_text_rightblock .text:first-child .row_text_black,
.row_text_rightblock .text:nth-child(2) .preim_text,
.row_text_rightblock .text:last-child .row_text_black{
    margin-left: -85px;
}
.row_text_rightblock .text:nth-child(2) .row_text_black{
    margin-left: -11px;
}
.row_text_rightblock .text:last-child .preim_text{
    margin-left: -159px;
}
.row_text_black{
    color: #000000;
    font-size: 16px;
    font-family: OSNOVAPRO;
}
.section_image_3{
    background: url(/images/fon2.png);
    max-width: 100%;
    min-height:935px;
    background-size: cover;
}
.image_row_cena{
    padding-bottom: 41px;
}
.image_row_cena div img{
    border-radius: 9px;
}
.text_document{
    font-family: OPENVASPRO;
    color: #000000;
    font-size: 16px;
    padding-bottom: 122px;
}
.text_document .btn.btn-default{
    max-width: 100%;
    width: 178px;
}
.text_document span{
    padding-left: 30px;
}
.dark_block{
    z-index: 10;
    position: relative;
    background: rgba(56, 56, 56, 0.44);
    width: 343px;
    max-width: 100%;
    min-height: 101px;
    margin-top: -101px;
    border-radius: 0 0 10px 10px;
}
.naim_dark_block{
    color: #fff;
    float: left;
}
.naim_dark_block:before{
    content: " ";
    border-left: 3px solid #96cc22;
    height: 56px;
    width: 1px;
    display: block;
    position: absolute;
    top: 23px;
    left: 12px;
}
.naim_text{
    font-size: 26px;
    padding-left: 26px;
    padding-top: 15px;
}
.naim_text.font_20{
    font-size: 20px;
}
.naim_cena{
    font-size: 18px;
    letter-spacing: 2px;
}
.section_image_4{
    background: url(/images/img_etap-min.png);
    max-width: 100%;
    min-height:685px; 
    background-size: cover;
}
.five{
    padding-top: 173px;
    padding-left: 159px;
}
.block_etaps{
    padding-top: 20px;
    padding-left: 33px;
}
.block_etaps div{
    position: relative;
    color: #fff;
    font-family: OPENVASPRO;
    font-size: 16px;
    padding-bottom: 36px;
}
.etap_number{
    font-size: 68px;
    font-family: OSNOVAPRO-BOLD;
    color: #8aac19;
}
.etap_name{
    font-family: OSNOVAPRO;
    color: #fff;
    font-size: 24px;
    position: absolute;
    padding-top: 32px;
}
.etap_text{
    padding-left: 58px;
    position: absolute;
    top: 83px;
}
.section_image_5{
    background: url(/images/fon2.png);
    max-width: 100%;
    min-height:344px; 
    background-size: cover;
}
.contacts{
    font-family: OSNOVAPRO;
    color: #000;
    font-size: 20px;
    padding-bottom: 25px;
}
.contacts i{
    color: #89c018;
    position: relative;
    left: -7px;
    top: 2px; 
}
.section_image_5 .section_zagolovok{
    padding-bottom: 59px;
}
footer{
    background-color: #665448;
    color: white;
    padding-top: 30px;
    padding-bottom: 15px;
}
.list ul {
    list-style: none;
    background: white;
    padding-top: 19px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.list ul li{
    transition: 0.4s;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
    color: black;

}
.headliner{
    font-family: Gotham-Pro-Med; 
    color:#96cc22;
    margin-top: 20px;
    font-size: 26px;
}
.list ul li span{
    font-family: Gotham-Pro-Med; 
}
.list ul li.current, .list ul li:hover{
    color:#96cc22;
}
.fulltext
{
     font-family: GothaProLig;
         font-size: 16px;
}
.mytable {
        background: white;
}
.mytable {
}
.mytable .rightcel{
        border-left: 0px;
}
.mytable .rightcel {
    padding-left: 37px;
    width: 33%;
    text-align: left;
        border-right: 1px solid #96cc22;
}
.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #96cc22;
    text-align: center;
}
.table td {
    text-align: center;
}
.mytable .rightcel:last-child{
    
}
.mytable .leftcel {
    text-align: center;
        border-left: 1px solid #96cc22;
}
.mytable .leftcel{
    
}
.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: 1px solid #96cc22;
        padding: 8px;
            font-size: 16px;
			    border-left: 1px solid #96cc22;
				vertical-align: middle;
}
.mytable .leftcel:last-child{
    
}
.table>thead>tr>th.rightcel1{
        padding-left: 37px;
        text-align: left;
               border-right: 1px solid #96cc22;
    border-left: 0px;
			   }
.table>thead>tr>th.leftcel1{

          border-left: 1px solid #96cc22;
}
.marcatalog{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:active,.navbar-default .navbar-nav>.active>a:visited,  .navbar-default .navbar-nav>li>a:focus{
    color: #96cc22;

}
.subtitile{
    color:  #000000;
font-size: 24px;
font-weight: 400;
margin-bottom: 20px;
}
.contacted{
    
}
.contacted p {
    margin-left: 15px;
}

.contacted i {
    color: #89c018;
    position: relative;
    left: -7px;
    top: 2px;
    float: left;
}
.contacted div{
    margin-bottom: 30px;
}
.contcat label{
    float:none;
    color:black;
    padding-left: 10px;
    display: block;
}
.contcat input{
    float: none;
    border-radius: 19px;
    border: none;
    padding: 9px;
    width: 210px;
    margin-bottom: 16px;
    margin-top: 4px;
    box-shadow: 4px 3px 5px 1px grey;
    outline: none;
}
.ole{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.ole img{
    border-radius: 100%;
    width: 70px;
    float: left;
    margin-right: 5px;
}
.ole p{
 
color: #000000;
font-size: 17.99px; 
font-weight: 400;


}
.ole div a{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100px;
    align-items: center;

}
.navbar-default .navbar-toggle {
   
    margin-top: -5px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #96cc22;
}
.footermenu.navbar-default {

    padding-top: 17px;
}
.footermenu.navbar-default .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.footermenu.navbar-default .menu li a:after{
display: none;
}
.footermenu.navbar-default .menu li a
{
        padding-bottom: 0px;
}
.footermenu .col-sm-6 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.footermenu #top_menu{
    padding-right: 0px;
}
.footermenu .container-fluid{
    padding-right: 0px;
}

.image_row_cena .col-sm-4 .dark_block {
    transition:0.4s;
}
.naim_dark_block:before {
     transition:0.4s;
}
.naim_text {
    font-size: 26px;
    padding-left: 26px;
    padding-top: 15px;
    margin-bottom: 0px;
}
.image_row_cena .col-sm-4:hover .naim_dark_block:before {
    content: " ";
    border-left: 3px solid #96cc22;
    height: 66px;
    width: 1px;
    display: block;
    position: absolute;
    top: 17px;
    left: 12px;
}

.image_row_cena .col-sm-4{
    transition:0.4s;
}
.image_row_cena .col-sm-4:hover .dark_block {
    z-index: 10;
    position: relative;
    background: rgba(56, 56, 56, 0.44);
    width: 343px;
    max-width: 100%;
    min-height: 113px;
    margin-top: -113px;
    border-radius: 0 0 10px 10px;
}

.imagdirect img {
   height: 270px;
}
.fulltext p{
        font-family: OSNOVAPRO !important;
            font-size: 16px !important;
}
.fulltext span{
        font-family: OSNOVAPRO !important;
            font-size: 16px !important;
}
.fulltext * {
     font-family: OSNOVAPRO !important;
         font-size: 16px !important;
}
.fulltext strong {
     font-family: OSNOVAPRO !important;
         font-size: 18px !important;
}
@media (max-width: 1550px)
{
    .btn_menu {
    margin-top: -19px;
    text-align: center;
}
}
@media (max-width: 1200px)
{
    .images_block div:hover:after{
        left: 68px;
    }
}
@media (max-width: 992px)
{
    .image_logo img{
        float: unset;
    }
    .image_logo{
        text-align: center;
    }
    .form-inline .form-control{
        float: left;
    }
    .images_block{
        text-align: center;
    }
    .section_zagolovok,
    .section_image_5 .section_zagolovok{
        padding-bottom: 15px;
    }
    .row_text_leftblock{
        text-align: center;
    }
    .row_text_rightblock{
        text-align: center;
    }
    .row_text_leftblock .text:first-child .preim_text,
    .row_text_leftblock .text:first-child .row_text_black,
    .row_text_leftblock .text:last-child .preim_text
    .row_text_leftblock .text:first-child .row_text_black,
    .row_text_leftblock .text:last-child .preim_text,
    .row_text_leftblock .text:last-child .row_text_black,
    .row_text_leftblock .text:nth-child(2) .preim_text,
    .row_text_leftblock .text:nth-child(2) .row_text_black{
        margin-right: 0px;
        text-align: center;
    }
    .row_text_rightblock .text:first-child .preim_text,
    .row_text_rightblock .text:first-child .row_text_black,
    .row_text_rightblock .text:nth-child(2) .preim_text,
    .row_text_rightblock .text:last-child .row_text_black,
    .row_text_rightblock .text:nth-child(2) .row_text_black,
    .row_text_rightblock .text:last-child .preim_text{
        margin-left: 0px;
        text-align: center;
    }
    .text:first-child {
        padding-top: 0px; 
    }
    .five{
        padding-top: 10px;
        padding-left: 0px;
    }
    .contacts{
        text-align: center;
    }
    .block_white_text{
        padding-top: 15px;
    }
    .firmname {
        padding-top: 100px;
    }
    .images_block {
        padding-top: 50px;
    }
    .text_document {
        padding-bottom: 30px;
    }
    footer .text_logo,
    footer .text_small_white{
        text-align: center;
    }
    .image_row_cena div{
        padding-bottom: 20px;
    }
    .image_row_cena {
        padding-bottom: 0px;
        text-align: center;
    }
    .dark_block{
        margin: 0 auto;
        margin-top: -101px;
    }
    .naim_text{
        text-align: left;
    }
    .naim_cena{
        padding-left: 0px;
    }
    .block_etaps div:nth-child(2) p.etap_text {
        margin-top: 20px;
    }
    .block_etaps div {
        padding-bottom: 70px;
    }
    .images_block div:hover:after{
        top: 196px;
        left: 50px;
    }
    a.navbar-brand.mob_logo{
        float: left;
    }
    .form_input div{
        padding:14px;
    }
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #665448;
}

@media (max-width: 768px)
{
    .text_green {
    font-size: 35px;
}
    #fixed_header li a:after {
    position: absolute;
    content: " ";
    height: 4px;
    width: 100%;
    top: 59px;
    z-index: 1;
    left: 0px;
    transition: 0.3s;
    display: none;
}
.menu_mobile {
        background-color: #665448;
}
.btn_menu {
    text-align: center;
    margin-bottom: 20px;
}
.logotypefoot{
    text-align: center;
}
.form_input label {

    width: 310px;
    max-width: 100%;
}
.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: 1px solid #96cc22;
    padding: 1px;
    font-size: 15px;
    padding-left: 3px !important;
}
.ole {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.subtitile {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 25px;
}
.text_green {
    font-size: 42px;
    color: #96cc22;
    font-family: OSNOVAPRO-BOLD
}

    #fixed_header .menu.nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
}
    .image_logo img{
        float: unset;
    }
    .image_logo{
        text-align: center;
    }
    .form-inline .form-control{
        float: left;
    }
    .images_block{
        text-align: center;
    }
    .section_zagolovok,
    .section_image_5 .section_zagolovok{
        padding-bottom: 15px;
    }
    .row_text_leftblock{
        text-align: center;
    }
    .row_text_rightblock{
        text-align: center;
    }
    .row_text_leftblock .text:first-child .preim_text,
    .row_text_leftblock .text:first-child .row_text_black,
    .row_text_leftblock .text:last-child .preim_text
    .row_text_leftblock .text:first-child .row_text_black,
    .row_text_leftblock .text:last-child .preim_text,
    .row_text_leftblock .text:last-child .row_text_black,
    .row_text_leftblock .text:nth-child(2) .preim_text,
    .row_text_leftblock .text:nth-child(2) .row_text_black{
        margin-right: 0px;
        text-align: center;
    }
    .row_text_rightblock .text:first-child .preim_text,
    .row_text_rightblock .text:first-child .row_text_black,
    .row_text_rightblock .text:nth-child(2) .preim_text,
    .row_text_rightblock .text:last-child .row_text_black,
    .row_text_rightblock .text:nth-child(2) .row_text_black,
    .row_text_rightblock .text:last-child .preim_text{
        margin-left: 0px;
        text-align: center;
    }
    .text:first-child {
        padding-top: 0px; 
    }
    .five{
        padding-top: 10px;
        padding-left: 0px;
    }
    .contacts{
        text-align: center;
    }
    .block_white_text{
        padding-top: 15px;
    }
    .firmname {
        padding-top: 100px;
    }
    .images_block {
        padding-top: 50px;
    }
    .text_document {
        padding-bottom: 30px;
    }
    footer .text_logo,
    footer .text_small_white{
        text-align: center;
    }
    .image_row_cena div{
        padding-bottom: 20px;
    }
    .image_row_cena {
        padding-bottom: 0px;
        text-align: center;
    }
    .dark_block{
        margin: 0 auto;
        margin-top: -101px;
    }
    .naim_text{
        text-align: left;
    }
    .naim_cena{
        padding-left: 0px;
    }
    .block_etaps div:nth-child(2) p.etap_text {
        margin-top: 20px;
    }
    .block_etaps div {
        padding-bottom: 70px;
    }
    .images_block div:hover:after{
        content: none; 
    }
    a.navbar-brand.mob_logo{
        float: left;
    }
}
span.phone_span {
    color: #fff;
    font-size: 20px;
    line-height: 31px;
    vertical-align: middle;
    margin-right: 15px;
}
.contacted {
    padding-top:  10px;
}
.myclass{
  font-family: Gotham-Pro-Med;
    color: #96cc22;
    margin-bottom: 22px;
    font-size: 20px;
   text-align:  center;
}

.my-block {
    background: white;
    padding-top: 19px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}