/*
Theme Name: ProjectExpert
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: 'Geometria Regular' !important;    
}

@font-face {
    font-family: 'Geometria Regular';
    src: url('fonts/Geometria.eot');
    src: url('fonts/Geometria.eot?#iefix') format('embedded-opentype'),
    url('fonts/Geometria.woff') format('woff'),
    url('fonts/Geometria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*Header*/
.header-main .nav > li > a {
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Geometria Regular', arial, sans-serif;
}


#logo img {
    max-height: 70px !important;
}

.logo-tagline {
    color: #0085c9;
    margin: 0;
    font-weight: 600;
    font-size: .7em;
    font-style: normal;
    text-align: center;
}


.stuck .header-inner .logo-tagline {
    display: none;
}
.html3 {
    display:none;
}
/*Hero block*/
.hero_section {
    margin-top: -90px;
}


.left_block_heroimage {
    opacity: 0.55;
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    transform: rotate(288deg);
    background-color: #3d3d3d;
    background-position: center center;
    border-color: #dbdbdb;
    border-style: solid;
    padding-top: 650px;
    margin-left: -90px;
    position: relative;
    z-index: 1;
    margin-bottom: -125px;
    margin-top: 350px;
}

.text_hero_image {
    margin-left: -500px;
    margin-top: 500px;
    position: relative;
    z-index: 2;
}
.text_hero_image h1{
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.block_2 {
   position: relative;
   z-index: 2;
}

#cta1, #cta2, #service1, #service2, #service3, #service4 {
    border: 1px solid #000;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 133, 201, 0.75);
    -moz-box-shadow: 0px 5px 10px 2px rgba(0, 133, 201, 0.75);
    box-shadow: 0px 5px 10px 2px rgba(0, 133, 201, 0.75);
}


.bottom_fixed {
    width: 88% !important;
    position: absolute;
    bottom: 0;
    margin-top: 25px;
}
.uslugi_block {
    min-height: 530px;
}
.uslugi_block h2 {
    font-size: 1.2em;
}
.uslugi_bottom {
    min-height: 450px;
}


/*new block*/
.uslugi_block_new {
    position: relative;
    max-height: 530px;
    }
.uslugi_block_new h2 {
    font-size: 1.2em;
}
.button_bottom {

}

.button_bottom_left {
    margin-top: 15px;    
}

.uslugi_block_left {
    margin-top: 25px;    
}

.uslugi_block_right {
    margin-top: 18px;    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span {
    position: relative;
}

.block_project span:before {
    display: block;
    width: 1000px;
    content: '';
    position: absolute;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-single-page .breadcrumbs {
    display: none;
}

.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/

.absolute-footer {
    display: none;
}

p.footer_header {
    color: #f2efed;
    font-size: 18px;
    font-family: 'Geometria Regular', arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 1px;
    border-color: transparent;
    border-style: solid;
    text-transform: uppercase;
    text-align: left;
}

p.footer_text {
    color: #f2efed;
    font-size: 16px;
    font-family: 'Geometria Regular', arial, sans-serif;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 1px;
    border-color: transparent;
    border-style: solid;
    text-align: left;
    margin-bottom: 5px;
}
p.footer_text a:hover {
    color: #858585;
}

.menu_footer .button.is-link:hover {
    color: #333;
}


/*main page*/
.image_general_page img{
    height: 305px;
    width: auto;
}

.header-main .nav > li > a {
    font-weight: 600;    
}

p.header_social {
    font-family: 'Geometria Regular', arial, sans-serif;

    font-size: 16px;
}
p.header_social a {
    color: #072095;
    font-weight: 600;
}
p.header_social a:hover {
    color: #fa8405;
}

h2.top_footer {
    font-size: 56px;
    margin-bottom: 0;
}

/* 1840px */
@media only screen and (max-width: 115em) {
.left_block_heroimage {
    padding-top: 650px;
    margin-left: -90px;
    margin-bottom: -125px;
    margin-top: 350px;
}

.button_hero_image .is-smaller {
    font-size: 11px;
}

.text_hero_image {
    margin-left: -500px;
    margin-top: 500px;
    position: relative;
    z-index: 2;
}
.text_hero_image h1{
    font-size: 45px;
}

/*.bottom_fixed {
    width: 88% !important;
    position: absolute;
    bottom: 0;
    margin-top: 25px;
}
.uslugi_block {
    min-height: 530px;
}
.uslugi_block h2 {
    font-size: 1.2em;
}
.uslugi_bottom {
    min-height: 450px;
}*/


/*new block*/
.uslugi_block_new {
    max-height: 530px;
    }
.uslugi_block_new h2 {
    font-size: 1.2em;
}
.button_bottom {

}

.button_bottom_left {
    margin-top: 5px;    
}

.uslugi_block_left {
    margin-top: 0px;    
}

.uslugi_block_right {
    margin-top: 18px;    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span:before {
    width: 1000px;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/


p.footer_header {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

p.footer_text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px;
}

/*main page*/
.image_general_page img{
    height: 305px;
}


p.header_social {
    font-size: 16px;
}

h2.top_footer {
    font-size: 56px;
}
}

/* 1760px */
@media only screen and (max-width: 110em) {
.left_block_heroimage {
    padding-top: 640px;
    margin-left: -70px;
    margin-bottom: -134px;
    margin-top: 350px;
}

.button_hero_image .is-smaller {
    font-size: 12px;
}



.text_hero_image {
    margin-left: -500px;
    margin-top: 500px;
    position: relative;
    z-index: 2;
}
.text_hero_image h1{
    font-size: 40px;
}

/*.bottom_fixed {
    width: 88% !important;
    position: absolute;
    bottom: 0;
    margin-top: 25px;
}
.uslugi_block {
    min-height: 530px;
}
.uslugi_block h2 {
    font-size: 1.2em;
}
.uslugi_bottom {
    min-height: 450px;
}*/


/*new block*/
.uslugi_block_new {
    max-height: 530px;
    }
.uslugi_block_new h2 {
    font-size: 1.1em;
}
.button_bottom {

}

.button_bottom_left {
    margin-top: 5px;    
}

.uslugi_block_left {
    margin-top: 0px;    
}

.uslugi_block_right {
    margin-top: 14px;    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span:before {
    width: 1000px;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/


p.footer_header {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

p.footer_text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px;
}

/*main page*/
.image_general_page img{
    height: 305px;
}


p.header_social {
    font-size: 16px;
}

h2.top_footer {
    font-size: 47px;
}    
}

/* 1680px */
@media only screen and (max-width: 105em) {
#logo {
    width: 115px !important;
}    
.left_block_heroimage {
    padding-top: 640px;
    margin-left: -70px;
    margin-bottom: -134px;
    margin-top: 350px;
}

.button_hero_image .is-smaller {
    font-size: 12px;
}



.text_hero_image {
    margin-left: -415px;
    margin-top: 500px;
    position: relative;
    z-index: 2;
}
.text_hero_image h1{
    font-size: 40px;
}

/*new block*/
.uslugi_block_new {
    max-height: 515px;
}
.uslugi_block_new h2 {
    font-size: 1.1em;
}
.button_bottom {

}

.button_bottom_left {
    margin-top: 5px;    
}

.uslugi_block_left {
    margin-top: 0px;    
}

.uslugi_block_right {
    margin-top: 14px;    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span:before {
    width: 1000px;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/


p.footer_header {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

p.footer_text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px;
}

/*main page*/
.image_general_page img{
    height: 305px;
}


p.header_social {
    font-size: 16px;
}

h2.top_footer {
    font-size: 47px;
}       
    
}

/* 1600px */
@media only screen and (max-width: 100em) {
.nav-size-large>li>a {
    font-size: 0.95em;
}

.left_block_heroimage {
    padding-top: 640px;
    margin-left: -70px;
    margin-bottom: -134px;
    margin-top: 350px;
}

.button_hero_image .is-smaller {
    font-size: 12px;
}



.text_hero_image {
    margin-left: -415px;
    margin-top: 500px;
    position: relative;
    z-index: 2;
}
.text_hero_image h1{
    font-size: 40px;
}

/*new block*/
.uslugi_block_new {
    max-height: 515px;
}
.uslugi_block_new h2 {
    font-size: 1.06em;
}
.button_bottom {

}

.button_bottom_left {
    margin-top: 5px;    
}

.uslugi_block_left {
    margin-top: 0px;    
}

.uslugi_block_right {
    margin-top: 14px;    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span:before {
    width: 1000px;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/


p.footer_header {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

p.footer_text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px;
}

/*main page*/
.image_general_page img{
    height: 305px;
}


p.header_social {
    font-size: 16px;
}

h2.top_footer {
    font-size: 40px;
}       
        
}

/* 1520px */
@media only screen and (max-width: 95em) {
.nav-size-large>li>a {
    font-size: 0.85em;
}

.left_block_heroimage {
    padding-top: 0;
    margin-left: -210px;
    margin-bottom: -134px;
    margin-top: 160px;
}

.button_hero_image .is-smaller {
    font-size: 12px;
}

.text_hero_image {
    margin-left: -290px;
    margin-top: 315px;
    position: relative;
    z-index: 2;
}

.text_hero_image h1{
    font-size: 35px;
}

/*new block*/
.uslugi_block_new {
    max-height: 515px;
}
.uslugi_block_new h2 {
    font-size: 0.99em;
}
.button_bottom {

}
.uslugi_block_center h2, .uslugi_block_left h2, .uslugi_block_right h2{
    font-size: 13px;  
}

.button_bottom_left {
    margin-top: 5px;    
}

.uslugi_block_left {
    margin-top: 0px;    
}

.uslugi_block_right {
    margin-top: 14px;    
}

.uslugi_block_center {
    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span:before {
    width: 1000px;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/


p.footer_header {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

p.footer_text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px;
}

/*main page*/
.image_general_page img{
    height: 305px;
}


p.header_social {
    font-size: 16px;
}

h2.top_footer {
    font-size: 40px;
}        

}

/* 1440px */
@media only screen and (max-width: 90em) {
#logo img {
    max-height: 55px !important;
}
#logo {
    width: 87px !important;
}
.nav-size-large>li>a {
    font-size: 0.8em;
}

.left_block_heroimage {
    padding-top: 0;
    margin-left: -240px;
    margin-bottom: -220px;
    margin-top: 50px;
}

.button_hero_image .is-smaller {
    font-size: 12px;
}

.text_hero_image {
    margin-left: -225px;
    margin-top: 325px;
    position: relative;
    z-index: 2;
}

.text_hero_image h1{
    font-size: 30px;
}

/*new block*/
.uslugi_block_new {
    max-height: 445px;
}
.uslugi_block_new h2 {
    font-size: 0.93em;
}
.button_bottom {

}
.uslugi_block_center h2, .uslugi_block_left h2, .uslugi_block_right h2 {
    font-size: 14px;
}

.button_bottom_left {
    margin-top: 5px;    
}

.uslugi_block_left {
    margin-top: 0px;    
}

.uslugi_block_right {
    margin-top: 14px;    
}

.uslugi_block_center {
    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span:before {
    width: 1000px;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/


p.footer_header {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

p.footer_text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px;
}

/*main page*/
.image_general_page img{
    height: 215px;
}


p.header_social {
    font-size: 14px;
}

h2.top_footer {
    font-size: 38px;
}            
}

/* 1366px */
@media only screen and (max-width: 1366px) {
.html2 {
    display:none;
}
.html3 {
    display: block;
    text-align: center;
}
#logo img {
    max-height: 55px !important;
}
#logo {
    width: 87px !important;
}
.header-main {
    height: 70px !important;
}
.nav-size-large>li>a {
    font-size: 0.85em;
}

.left_block_heroimage {
    padding-top: 0;
    margin-left: -140px;
    margin-bottom: -200px;
    margin-top: 0;
}

.button_hero_image .is-smaller {
    font-size: 12px;
}

.text_hero_image {
    margin-left: -283px;
    margin-top: 244px;
    position: relative;
    z-index: 2;
    margin-bottom: -24px;
}

.text_hero_image h1{
    font-size: 30px;
}

/*new block*/
.uslugi_block_new {
    max-height: 445px;
}
.uslugi_block_new h2 {
    font-size: 0.86em;
}
.button_bottom {

}
.uslugi_block_center h2, .uslugi_block_left h2, .uslugi_block_right h2 {
    font-size: 14px;
}

.button_bottom_left {
    margin-top: 5px;    
}

.uslugi_block_left {
    margin-top: 0px;    
}

.uslugi_block_right {
    margin-top: 14px;    
}

.uslugi_block_center {
    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span:before {
    width: 1000px;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/


p.footer_header {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

p.footer_text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px;
}

/*main page*/
.image_general_page img{
    height: 215px;
}


p.header_social {
    font-size: 16px;
}

h2.top_footer {
    font-size: 38px;
}    
    
}


/* 1280px */
@media only screen and (max-width: 80em) {
#logo img {
    max-height: 55px !important;
}
#logo {
    width: 87px !important;
}
.header-main {
    height: 70px !important;
}
.nav-size-large>li>a {
    font-size: 0.75em;
}

.left_block_heroimage {
    padding-top: 0;
    margin-left: -140px;
    margin-bottom: -176px;
    margin-top: 0;
}

.button_hero_image .is-smaller {
    font-size: 12px;
}

.text_hero_image {
    margin-left: -215px;
    margin-top: 214px;
    position: relative;
    z-index: 2;
    margin-bottom: -86px;
}

.text_hero_image h1{
    font-size: 30px;
}

/*new block*/
.uslugi_block_new {
    max-height: 415px;
}
.uslugi_block_new h2 {
    font-size: 0.8em;
}
.button_bottom {

}
.uslugi_block_center h2, .uslugi_block_left h2, .uslugi_block_right h2 {
    font-size: 14px;
}

.button_bottom_left {
    margin-top: 5px;    
}

.uslugi_block_left {
    margin-top: 0px;    
}

.uslugi_block_right {
    margin-top: 14px;    
}

.uslugi_block_center {
    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span:before {
    width: 1000px;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/


p.footer_header {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

p.footer_text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px;
}

/*main page*/
.image_general_page img {
    height: 185px;
}


p.header_social {
    font-size: 15px;
}

h2.top_footer {
    font-size: 38px;
}       
}

/* 1200px */
@media only screen and (max-width: 75em) {
#logo img {
    max-height: 55px !important;
}
#logo {
    width: 87px !important;
}
.header-main {
    height: 70px !important;
}
.nav-size-large>li>a {
    font-size: 0.67em;
}

.left_block_heroimage {
    padding-top: 0;
    margin-left: -140px;
    margin-bottom: -176px;
    margin-top: 0;
}

.button_hero_image .is-smaller {
    font-size: 12px;
}

.text_hero_image {
    margin-left: -215px;
    margin-top: 214px;
    position: relative;
    z-index: 2;
    margin-bottom: -86px;
}

.text_hero_image h1{
    font-size: 25px;
}

/*new block*/
.uslugi_block_new {
    max-height: 425px;
}
.uslugi_block_new h2 {
    font-size: 0.8em;
}
.button_bottom {

}
.uslugi_block_center h2, .uslugi_block_left h2, .uslugi_block_right h2 {
    font-size: 14px;
}

.button_bottom_left {
    margin-top: 5px;    
}

.uslugi_block_left {
    margin-top: 0px;    
}

.uslugi_block_right {
    margin-top: 14px;    
}

.uslugi_block_center {
    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span:before {
    width: 1000px;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/


p.footer_header {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

p.footer_text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px;
}

/*main page*/
.image_general_page img {
    height: 185px;
}


p.header_social {
    font-size: 13px;
}

h2.top_footer {
    font-size: 38px;
}           
}

/* 1120px */
@media only screen and (max-width: 70em) {
.header-button {
   font-size: .65em; 
}    
#logo img {
    max-height: 55px !important;
}
#logo {
    width: 87px !important;
}
.header-main {
    height: 70px !important;
}
.nav-size-large>li>a {
    font-size: 0.63em;
}

.left_block_heroimage {
    padding-top: 0;
    margin-left: -140px;
    margin-bottom: -176px;
    margin-top: 0;
}

.button_hero_image .is-smaller {
    font-size: 10px;
}

.text_hero_image {
    margin-left: -215px;
    margin-top: 214px;
    position: relative;
    z-index: 2;
    margin-bottom: -86px;
}

.text_hero_image h1 {
    font-size: 23px;
}

/*new block*/
.uslugi_block_new {
    max-height: 425px;
}
.uslugi_block_new h2 {
    font-size: 0.8em;
}
.button_bottom {

}
.uslugi_block_center h2, .uslugi_block_left h2, .uslugi_block_right h2 {
    font-size: 13px;
}

.button_bottom_left {
    margin-top: 5px;    
}

.uslugi_block_left {
    margin-top: 0px;    
}

.uslugi_block_right {
    margin-top: 14px;    
}

.uslugi_block_center {
    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span:before {
    width: 1000px;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/


p.footer_header {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

p.footer_text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px;
}

/*main page*/
.image_general_page img {
    height: 185px;
}


p.header_social {
    font-size: 13px;
}

h2.top_footer {
    font-size: 38px;
}       
}

/* 1040px */
@media only screen and (max-width: 65em) {
.header-button {
   font-size: .65em; 
}    
#logo img {
    max-height: 55px !important;
}
#logo {
    width: 77px !important;
}
.header-main {
    height: 70px !important;
}
.nav-size-large>li>a {
    font-size: 0.6em;
}

.left_block_heroimage {
    padding-top: 0;
    margin-left: -140px;
    margin-bottom: -176px;
    margin-top: 0;
}

.button_hero_image .is-smaller {
    font-size: 9px;
}

.text_hero_image {
    margin-left: -173px;
    margin-top: 214px;
    position: relative;
    z-index: 2;
    margin-bottom: -86px;
}

.text_hero_image h1 {
    font-size: 22px;
}
.text_hero_image h2 {
    font-size: 20px;
}
.text_hero_image h4 {
    font-size: 18px;
}

/*new block*/
.uslugi_block_new {
    max-height: 350px;
}

.uslugi_block_new .white.is-outline {
    font-size: 14px;
}
.uslugi_block_new h2 {
    font-size: 0.8em;
}
.button_bottom {

}
.uslugi_block_center h2, .uslugi_block_left h2, .uslugi_block_right h2 {
    font-size: 11px;
}

.button_bottom_left {
    margin-top: 5px;    
}

.uslugi_block_left {
    margin-top: 0px;    
}

.uslugi_block_right {
    margin-top: -9px;
}

.uslugi_block_center {
    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span:before {
    width: 1000px;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/


p.footer_header {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

p.footer_text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px;
}

/*main page*/
.image_general_page img {
    height: 140px;
}


p.header_social {
    font-size: 12px;
}

h2.top_footer {
    font-size: 38px;
}      
}

/* 960px */
@media only screen and (max-width: 60em) {
p.header_social {
    font-size: 10px;
}
#logo img {
    max-height: 41px !important;
}
#logo {
    width: 64px !important;
}
.header-button {
    font-size: .55em;
}
.nav-size-large>li>a {
    font-size: 0.55em;
}
.text_hero_image h1 {
    font-size: 20px;
}
.text_hero_image h2 {
    font-size: 16px;
}
.text_hero_image h4 {
    font-size: 15px;
}
.button_hero_image .is-smaller {
    font-size: 8px;
}
.text_hero_image {
    margin-left: -140px;
    margin-top: 214px
px
;
    position: relative;
    z-index: 2;
    margin-bottom: -86px;
}
.image_general_page img {
    height: 125px;
}
.uslugi_block_new h2 {
    font-size: 0.95em;
}
.uslugi_block_center h2, .uslugi_block_left h2, .uslugi_block_right h2 {
    font-size: 10px;
}
}

/* 880px */
@media only screen and (max-width: 55em) {
.left_block_heroimage {
    padding-top: 650px;
    margin-left: -90px;
    margin-bottom: -125px;
    margin-top: 350px;
}

.button_hero_image .is-smaller {
    font-size: 11px;
}

.text_hero_image {
    margin-left: -500px;
    margin-top: 500px;
    position: relative;
    z-index: 2;
}
.text_hero_image h1{
    font-size: 45px;
}

/*.bottom_fixed {
    width: 88% !important;
    position: absolute;
    bottom: 0;
    margin-top: 25px;
}
.uslugi_block {
    min-height: 530px;
}
.uslugi_block h2 {
    font-size: 1.2em;
}
.uslugi_bottom {
    min-height: 450px;
}*/


/*new block*/
.uslugi_block_new {
    max-height: 530px;
    }
.uslugi_block_new h2 {
    font-size: 1.2em;
}
.button_bottom {

}

.button_bottom_left {
    margin-top: 5px;    
}

.uslugi_block_left {
    margin-top: 0px;    
}

.uslugi_block_right {
    margin-top: 18px;    
}
 
.button_bottom_right {
    margin-top: 27px;    
}

/* Project*/

.block_project span:before {
    width: 1000px;
    border-bottom: 4px solid #fff;
    top: 56%;
    left: 110%;
}


/* portfolio */
.portfolio-box {
    min-height: 230px;
}

/*Custom footer*/


p.footer_header {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

p.footer_text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 5px;
}

/*main page*/
.image_general_page img{
    height: 305px;
}


p.header_social {
    font-size: 16px;
}

h2.top_footer {
    font-size: 56px;
}    
}

/* Tablet check */
@media only screen and (max-width: 849px) {
#logo img {
    max-height: 60px !important;
}
#logo {
    width: 135px !important;
}
.uslugi_block_new {
   max-height: 555px;     
    }
header-block-block-1 {
    margin-top: 5px;
    margin-left: -20px;
    text-align: center;
}
.nav>li>a>i.icon-menu {
    font-size: 2.3em;
}
.icon-menu:before {
    color: #fa8405;    
}
p.footer_header, p.footer_text {
    text-align: center;
}
.button_bottom_center {
    margin-bottom: -15px;
}
h2.top_footer {
    font-size: 30px;
    margin-bottom: -5px;
}
.uslugi_block_right {
    margin-top: 5px;
}
}

/* 800px */
@media only screen and (max-width: 50em) {
    .uslugi_block_new {
   max-height: 755px;     
    }
.image_general_page img {
    height: 530px;
}
.uslugi_block_center h2, .uslugi_block_left h2, .uslugi_block_right h2 {
    font-size: 24px;
}
.uslugi_block_new .white.is-outline {
    font-size: 18px;
}
.uslugi_block_new {
    max-height: 800px;
}
}

/* 720px */
@media only screen and (max-width: 45em) {}

/* 640px */
@media only screen and (max-width: 40em) {
 
    
}

/*--------------------------------------------------------------
## 2.17 - Mobile Large ( < 568px妓﹊ 妓﹊ Iphone 5S landscape)
--------------------------------------------------------------*/
@media only screen and (max-width: 35.5em) {
    .image_general_page img {
    height: 305px;
}
.uslugi_block_new {
   max-height: 555px;     
    }
    .uslugi_block_new .white.is-outline {
    font-size: 18px;
}
}


/*--------------------------------------------------------------
## 2.19 - Mobile Small ( < 414px Iphone 8+)
--------------------------------------------------------------*/
@media only screen and (max-width: 25.875em) {
    p.header_social {
    font-size: 15px;
    text-align: center;
}
h2.top_footer {
    font-size: 24px;
    margin-bottom: -5px;
}
.uslugi_block_center h2, .uslugi_block_left h2, .uslugi_block_right h2 {
    font-size: 16px;
}
}

/*--------------------------------------------------------------
## 2.20 - Mobile Small ( < 375px Iphone 7/8)
--------------------------------------------------------------*/
@media only screen and (max-width: 23.438em) {
    p.header_social {
    font-size: 15px;
    text-align: center;
}
}


/*360px*/
@media only screen and (max-width: 22.5em) {}

/*--------------------------------------------------------------
## 2.23 - Mobile Small ( < 320px妓﹊ 妓﹊ Iphone 5s portrait)
--------------------------------------------------------------*/
@media only screen and (max-width: 20em) {}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}