body {
    font-family: 'Montserrat', sans-serif;
    background-color: #000;
}

.page-wrapper,
.page-wrapper * {
    transition: 0.3s all ease-out;
}

.page-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    right: 0;
    padding-top: 60px;
    background-color: #fff;
}
.landing-page-wrapper {
    padding-top: 0;
}
.page-wrapper.menu-opened {
    right: calc(100% - 100px);
}

.wrapper {
    max-width: 977px;
    margin: 0 auto;
}
.clearfix:after {
    content: ' ';
    display: table;
    clear: both;
}

section#mobile_menu {
    position: absolute;
    width: calc(100% - 100px);
    right: 0;
    height: 100%;
    text-align: center;
    background-color: #000;
}
section#mobile_menu ul {
    display: table;
    width: 100%;
    height: 100%;
}
section#mobile_menu ul li {
    display: table-row;
}
section#mobile_menu ul li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}
section#mobile_menu ul li a.active,
section#mobile_menu ul li a:hover {
    background-color: rgba(255,255,255,0.2);
    color: #b54c4c;
}

div#mobile_menu_burger {
    display: none;
}
div#mobile_menu_burger {
    width: 60px;
    height: 45px;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1;
}

div#mobile_menu_burger span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #b54c4c;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

div#mobile_menu_burger span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

div#mobile_menu_burger span:nth-child(odd) {
    left:0;
    border-radius: 9px 0 0 9px;
}

div#mobile_menu_burger span:nth-child(1), div#mobile_menu_burger span:nth-child(2) {
    top: 0;
}

div#mobile_menu_burger span:nth-child(3), div#mobile_menu_burger span:nth-child(4) {
    top: 18px;
}

div#mobile_menu_burger span:nth-child(5), div#mobile_menu_burger span:nth-child(6) {
    top: 36px;
}

div#mobile_menu_burger.open span:nth-child(1),
div#mobile_menu_burger.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

div#mobile_menu_burger.open span:nth-child(2),
div#mobile_menu_burger.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div#mobile_menu_burger.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

div#mobile_menu_burger.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

div#mobile_menu_burger.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

div#mobile_menu_burger.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

div#mobile_menu_burger.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}

div#mobile_menu_burger.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

section#top_menu {
    height: 60px;
    background: #f7f6f6;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 41px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
}
section#top_menu ul {
    width:100%;
    height:20px;
    text-align:center;
    display: flex;
    max-width: 1000px;
    margin: auto;
}
section#top_menu ul li {
    position: relative;
    display:inline-block;
    *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
    flex: auto;
}
section#top_menu ul li a {
    color:#1b1b1b;
    text-decoration: none;
    padding: 0 10px;
    line-height: 60px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}
section#top_menu ul li ul {
    position: absolute;
    width: 2000px;
    height: 350px;
    background-color: rgba(247, 246, 246, 0.6);
    display: table;
    left: 2000px;
}
section#top_menu li a:hover {
    background-color: #e9e9e9;
    color: #b54c4c;
}
section#top_menu ul li:hover ul {
    left: 0;
}
section#top_menu ul li ul li {
    display: table-row;
}
section#top_menu ul li ul li a {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: inherit;
}
section#top_menu ul li ul li a:hover {
    background-color: rgba(233, 233, 233, 0.4);
}

.index section#header {
    height: 600px;
    position: relative;
    overflow: hidden;
}
.index section#header .base-image {
    position: absolute;
    top: 0;
    height: 600px;
    width: 100%;
    background: center center;
    background-size: cover;
}
.index section#header .back-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center;
    background-size: cover;
}
.index section#header .mobile {
    display: none;
}
.index section#header .company-info {
    height: 600px;
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    display: table;
}
.index section#header .company-info .logo {
}
.index section#header .company-info .half {
    display: table-row;
}
.index section#header .company-info .first {
    height: 350px;
    background-color: rgba(0, 0, 0, 0.3);
}
.index section#header .company-info .first .cell {
    vertical-align: bottom;
}
.index section#header .company-info .cell {
    display: table-cell;
}

.index section#header .company-info h1 {
    font-size: 30px;
    color: #ffffff;
    line-height: 50px;
}
.index section#header .company-info h2 {
    font-size: 30px;
    color: #b54c4c;
    line-height: 50px;
}
.index section#header .company-info h2 span {
    text-shadow: 1px 1px rgb(37, 31, 29);
}

section#services {
    padding-bottom: 80px;
}
section#services .services-header {
    text-align: center;
    padding-bottom: 20px;
}
section#services .services-header h2 {
    font-size: 26px;
    padding-top: 16px;
    line-height: 40px;
}
section#services .services-header h3 {
    font-size: 14px;
    font-weight: 200;
    padding-top: 7px;
}
section#services .services-group .service {
    float: left;
    width: 50%;
    background-position: center center;
    background-size: cover;
    height: 293px;
    position: relative;
    overflow: hidden;
}
section#services .services-group .service:nth-last-child(2):nth-child(odd) {
    width: 100%;
}
section#services .services-group .service .service-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
section#services .services-group .service a {
    display: block;
    line-height: 293px;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 26px;
    position: relative;
    text-shadow: 2px 1px rgba(255, 255, 255, 0.82);
}
section#services .services-group .service .service-background-image.blurred {
    -webkit-filter: blur(4px) brightness(0.6);
    -moz-filter: blur(4px) brightness(0.6);
    -o-filter: blur(4px) brightness(0.6);
    -ms-filter: blur(4px);
    filter: blur(4px) brightness(0.6);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
section#services .services-group .service a:hover {
    color: #ffffff;
    text-shadow: 2px 1px rgba(0, 0, 0, 0.82);
}

section#content {
    padding: 60px 0;
    width: 120%;
    margin-left: -10%;
}
section#content .wrapper {
    padding: 0 15%;
}
section#content h3 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    color: #3e3e3e;
}
section#content .content {
    font-size: 16px;
    line-height: 22px;
    color: #3e3e3e;
    text-align: justify;
    font-weight: 200;
}
footer {
    background-color: #f7f6f6;
    padding: 20px 0;
}
footer .company-info {
    margin-left: 10px;
    margin-bottom: 20px;
}
footer .company-info .logo {
    margin-bottom: 10px;
}
footer .company-info h1 {
    color: #757575;
    font-size: 20px;
    font-weight: 500;
}
footer .footer-widgets {
    border-top: 1px solid #757575;
    padding: 20px 10px;
}
footer .footer-widgets .widget {
    float: left;
    width: 33%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 200;
}
footer .footer-widgets .widget .widget-title {
    color: #b54c4c;
    font-weight: 400;
    margin-bottom: 5px;
}
footer .footer-widgets .widget ul {
    color: #757575;
    margin-bottom: 10px;
}
footer .footer-widgets .widget ul li a {
    color: #757575;
    text-decoration: none;
    transition: none;
}
footer .footer-widgets .widget ul li a.active,
footer .footer-widgets .widget ul li a:hover {
    color: #b54c4c;
}
footer .footer-widgets .widget ul.social {
    width: 80px;
}
footer .footer-widgets .widget ul.social.two-column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
footer .footer-widgets .widget ul.social.editor {
    width: 200px;
}
footer .footer-widgets .widget ul.social a {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #757575;
    transition: none;
}

section#credentials {
    -moz-box-shadow:    inset 0 10px 20px -15px #696868;
    -webkit-box-shadow: inset 0 10px 20px -15px #696868;
    box-shadow:         inset 0 10px 20px -15px #696868;
    height: 34px;
    background-color: #e5e5e5;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
    color: #494949;
    font-weight: 200;
}
section#credentials a {
    color: #494949;
    text-decoration: none;
    font-weight: 300;
}



section.white-section {
    -moz-box-shadow:    inset 0 17px 17px -15px #696868;
    -webkit-box-shadow: inset 0 17px 17px -15px #696868;
    box-shadow:         inset 0 17px 17px -15px #696868;
}
section.grey-section {
    -moz-box-shadow:    inset 0 10px 20px -15px #696868, inset 0 -10px 20px -15px #696868;
    -webkit-box-shadow: inset 0 10px 20px -15px #696868, inset 0 -10px 20px -15px #696868;
    box-shadow:         inset 0 10px 20px -15px #696868, inset 0 -10px 20px -15px #696868;
    background-color: #E5E5E5;
}

section#contacts {
    padding: 40px 0;
    background-color: #f7f6f6;
}
section#contacts .wrapper {
    width: 90%;
}

.contact_info {
    float: left;
    width: 50%;
    color: #646464;
    font-size: 20px;
}
.contact_info ul
{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 200px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_info ul li
{
    text-align: left;
    display: table-row;
}
.contact_info ul li > div
{
    display: table-cell;
    vertical-align: middle;
}

.contact_info ul li > div i {
    font-size: 26px;
    position: absolute;
}
.contact_info ul li > div span {
    margin: 0 40px;
    display: block;
    line-height: 25px;
}
.contact_info ul li > div a {
    color: #646464;
}

.contact_form {
    float: left;
    width: 50%;
}
.contact_form h3 {
    color: #8b8b8b;
    text-align: left;
    font-size: 20px;
    margin-bottom: 5px;
}
.input_group.height_small {
    height: 30px;
}
.input_group.height_tall {
    height: 90px;
}
.input_group:after {
    content: '';
    display: block;
    clear: both;
}
.input_group .grid {
    position: relative;
    height: 100%;
}
.input_group .grid input,
.input_group .grid button,
.input_group .grid textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #ebebeb;
    border: 1px solid #c2c2c2;
    padding: 5px 10px;
    font-size: 14px;
}
.input_group .grid button {
    background-color: #e1e1e1;
    color: #535353;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.input_group > .input_one_third {
    float: left;
    width: 31.33%;
    padding: 1%;
}
.input_group > .input_two_third {
    float: left;
    width: 64.66%;
    padding: 1%;
}
.input_group > .input_tree_third {
    float: left;
    width: 98%;
    padding: 1%;
}
.input_group > .input_tree_fourth {
    float: left;
    width: 73%;
    padding: 1%;
}
.input_group > .input_one_fourth {
    float: left;
    width: 23%;
    padding: 1%;
}

section#map {
    height: 300px;
}

.text {
    white-space: pre-wrap;
    line-height: 1.7;
}

.text strong {
    font-weight: bold;
}
.text em {
    font-style: italic;
}
.text h1 {
    font-size: 32px;
    font-weight: bold;
}
.text h2 {
    font-size: 22px;
    font-weight: bold;
}
.text ul {
    padding-left: 32px;
}
.text ul li {
    list-style-type: circle;
}

#profile{
    padding: 50px 0;
}
#profile .profile-picture,
#profile .profile-right {
    width: 50%;
    float: left;
}
#profile .profile-picture {
    height: 500px;
    background-size: cover;
    background-position: center center;
}
#profile .profile-right {
    width: 47%;
    padding-left: 3%;
}
#profile .title {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
#profile .subtitle {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 25px;
}
#profile .content {
    white-space: pre-wrap;
    line-height: 1.7;
}
.profile-blocks-title {
    padding-top: 40px;
    padding-bottom: 0 !important;
}

@media (max-width: 810px) {
    section#top_menu {
        display: none;
    }
    div#mobile_menu_burger {
         display: block;
     }
    .page-wrapper {
        padding-top: 0;
    }


    .index section#header .mobile {
        display: block;
    }
    .index section#header .desktop {
        display: none;
    }

    .inner section#header {
        height: 240px;
    }

    #profile .profile-picture,
    #profile .profile-right {
        width: 100%;
        float: none;
    }
    #profile .profile-picture {
        height: 100vw;
        margin-bottom: 40px;
    }
}
@media (max-width: 690px) {
    footer .footer-widgets .widget {
        width: 45%;
        padding: 0 2.5%;
    }
    footer .footer-widgets #footer-widget-3 {
        width: 100%;
    }
    footer .footer-widgets .widget .social li {
        float: left;
        margin-right: 10px;
    }
    .index section#header .company-info .site_title h2 {
        display: none;
    }
    section#services .services-group .service {
        width: 100%;
    }
    .contact_info {
        width: 100%;
    }
    .contact_form {
        margin-top: 20px;
        width: 100%;
    }
}