* {
    margin: 0;
    padding: 0;
}

body {
    background: #dbd9d6;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #969696;
    line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
    color: #2e2c2d;
    font-family: 'Trebuchet MS',  Arial, Helvetica, sans-serif;
}

.karkas {
    max-width: 1200px;
    min-width: 200px;
    margin: 0 auto;
}

.head {
    padding: 30px 30px 80px 0;
    overflow: hidden;
}

.logo {
    float: left;
    margin: 25px  50px 0 0;
}

.head h1 {
    float: left;
    font-size: 15px;
    color: #939393;
    margin: 32px 0 0 0;
}

.head p {
    float: right;
    overflow: hidden;
    
}

.head p img {
    float: left;
    margin-left: 10px;
}

.content-wrapper {
    background: #fff;
}

.menu {
    background: #e8e7e3;
    margin-bottom: 30px;
}

.menu ul {
    overflow: hidden;
    padding: 30px;
    list-style: none;
    font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.menu ul li {
    float: left;
    margin-right: 10px;
}

.menu ul li a {
    text-decoration: none;
    color: #413f40;
    padding: 10px 20px;
    display: block;
}

.menu ul li a:hover {
    text-decoration: underline;
}

.menu ul li.active a {
    background: #f45300;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #c84502;
    padding: 10px 20px;
}

.content-main {
    padding: 0 30px;
}

.menu a#pull {
    display: none;
}

.slogon-main {
    overflow: hidden;
    margin-bottom: 30px;
}

.slogan {
    float: left;
    width: 33%;
}

.slogan section {
    padding-right: 30px;
}

.slogan section h2 {
    font-size: 13px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.slogan section h2 img {
    float: left;
    margin: 0 20px 0 0;
}

.features {
    margin-bottom: 30px;
}

.features img {
    width: 100%;
}

.service-main {
    overflow: hidden;
    margin-bottom: 30px;
}

.service {
    float: left;
    width: 25%;
}

.service article {
    padding-right: 30px;
}

.service article h2 {
    font-size: 13px;
    margin-bottom: 20px;
}

.service article p {
    margin-bottom: 20px;
}

.work-ua {
   background: #f7f5ee;
   padding: 30px 20px;
   margin-bottom: 30px;
   overflow: hidden;
}

.work-ua h2 {
    width: 62%;
    float: left;
    font-size: 18px;
    color: #706d6a;
    line-height: 1.6;
}

.work-ua a {
    width: 38%;
    float: right;
}

.work-ua a img {
    display: block;
    margin: 0 auto;
}

.content-block {
    overflow: hidden;
    margin-bottom: 30px;
}

.content-block h2 {
    font-size: 14px;
    margin-bottom: 20px;
}

.side-bar-left {
    float: left;
    width: 70%;
}

.review {
    float: left;
    width: 43%;
    margin-right: 7%;
}

.review-head {
    overflow: hidden;
    margin-bottom: 20px;
}

.review-head img {
    float: left;
    margin-right: 20px;
    border-radius: 7px;
}

.review-head h3 {
    font-size: 13px;
}

.review-head p {
    font-size: 10px;
    color: #f55909;
    line-height: 20px;
}

.side-bar-right {
    float: right;
    width: 30%;
}

.news-block {
    overflow: hidden;
    margin-bottom: 20px;
}

.news-block img {
    float: left;
    margin-right: 20px;
}

.news-block h3 {
    font-size: 13px;
    margin-bottom: 5px;
}

.news-block h3 a {
    color: #343233;
    text-decoration: none;
}

.news-block h3 a:hover {
    text-decoration: underline;
}

.news-block p {
    font-size: 12px;
    color: #adadad;
}

.news-block p span {
    color: #f55909;
    font-size: 10px;
}

.ftr-main {
    background: #4a4744;
    border-top: 10px solid #615f5d;
    padding: 40px 30px 30px 30px;
    color: #848484;
    line-height: 1.5;
    font-size: 12px;
    overflow: hidden;
}

.ftr-main a {
    color: #f7f5ee;
    text-decoration: none;
}

.ftr-main a:hover {
    text-decoration: underline;
}

.ftr-main h3 {
    color: #f7f5ee;
    font-size: 13px;
    margin-bottom: 15px;
}

.block-left {
    float: left;
    width: 65%;
    margin-right: 5%;
}

.block-right {
    float: right;
    width: 30%;
}

.block-right ul {
    list-style: none;
}

.block-right ul li {
   line-height: 20px;
}

.ftr-btn {
    background: #3b3836;
    overflow: hidden;
    padding: 20px 30px;
}

.ftr-btn img {
    float: left;
}

.ftr-btn p {
    float: right;
    font-size: 12px;
    color: #848484;
}

.ftr-btn p span {
    color: #f7f5ee;
}

@media only screen and (min-width: 769px) and (max-width: 800px) {
    .service {
        width: 50%;
    }
    .work-ua h2 {
        width: 100%;
        float: none;
        font-size: 18px;
        color: #706d6a;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .work-ua a {
        float: none;
    }
    
    .work-ua a img {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
    .service {
        width: 50%;
    }
    .work-ua h2 {
        width: 100%;
        float: none;
        font-size: 18px;
        color: #706d6a;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .work-ua a {
        float: none;
    }
    
    .work-ua a img {
        display: block;
        margin: 0 auto;
    }

    .head {
        padding: 10px 30px 30px 0;
        overflow: hidden;
        position: relative;
    }
    
    .logo {
        float: none;
        margin: 25px auto 0 auto;
        display: block;
    }
    
    .head h1 {
        float: none;
        font-size: 15px;
        color: #939393;
        margin: 20px 0 0 0;
        text-align: center;
    }
    
    .head p {
        float: none;
        overflow: hidden;
        position: absolute;
        top: 20px;
        right: 30px;
        
    }
    
    .head p img {
        float: left;
        margin-left: 10px;
    }

    .side-bar-left {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .side-bar-right {
        float: none;
        width: 100%;
    }

    .news-block {
        overflow: hidden;
        margin-bottom: 20px;
        float: left;
        width: 48%;
        margin-right: 2%;
    }

    .menu ul {
        display: none;
    }

    .menu a#pull {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        padding: 10px 3%;
        width: 94%;
        position: relative;
    }

    .menu a#pull:after {
        content: "";
        background: url("images/icon-menu.png") no-repeat;
        width: 12px;
        height: 13px;
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 3%;

    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    .slogan {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .service {
        width: 50%;
    }
    .work-ua h2 {
        width: 100%;
        float: none;
        font-size: 18px;
        color: #706d6a;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .work-ua a {
        float: none;
    }
    
    .work-ua a img {
        display: block;
        margin: 0 auto;
    }

    .head {
        padding: 10px 30px 30px 0;
        overflow: hidden;
        position: relative;
    }
    
    .logo {
        float: none;
        margin: 25px auto 0 auto;
        display: block;
    }
    
    .head h1 {
        float: none;
        font-size: 15px;
        color: #939393;
        margin: 20px 0 0 0;
        text-align: center;
    }
    
    .head p {
        float: none;
        overflow: hidden;
        position: absolute;
        top: 20px;
        right: 30px;
        
    }
    
    .head p img {
        float: left;
        margin-left: 10px;
    }

    .side-bar-left {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .side-bar-right {
        float: none;
        width: 100%;
    }

    .news-block {
        overflow: hidden;
        margin-bottom: 20px;
        float: left;
        width: 48%;
        margin-right: 2%;
    }

    .menu ul {
        display: none;
    }

    .menu a#pull {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        padding: 10px 3%;
        width: 94%;
        position: relative;
    }

    .menu a#pull:after {
        content: "";
        background: url("images/icon-menu.png") no-repeat;
        width: 12px;
        height: 13px;
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 3%;
    }
}

@media only screen and (min-width: 241px) and (max-width: 480px) {
    .slogan {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .slogan section {
        padding-right: 0;
    }

    .service {
        width: 100%;
    }

    .service article {
        padding-right: 0;
    }

    .work-ua h2 {
        width: 100%;
        float: none;
        font-size: 18px;
        color: #706d6a;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .work-ua a {
        float: none;
    }
    
    .work-ua a img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .head {
        padding: 10px 0 15px 0;
        overflow: hidden;
        position: relative;
    }
    
    .logo {
        float: none;
        margin: 0 auto 0 auto;
        display: block;
        width: 100px;
    }
    
    .head h1 {
        display: none;
    }
    
    .head p {
        display: none;
    }

    .review {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .side-bar-left {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .side-bar-right {
        float: none;
        width: 100%;
    }

    .news-block {
        overflow: hidden;
        margin-bottom: 20px;
        float: none;
        width: 100%;
    }

    .block-left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .block-right {
        float: none;
        width: 100%;
    }

    .ftr-btn img {
        float: none;
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }
    
    .ftr-btn p {
        float: none;
        font-size: 12px;
        color: #848484;
        text-align: center;
    }

    .menu ul {
        display: none;
    }

    .menu ul li {
        width: 100%;
    }

    .menu a#pull {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        padding: 10px 3%;
        width: 94%;
        position: relative;
    }

    .menu a#pull:after {
        content: "";
        background: url("images/icon-menu.png") no-repeat;
        width: 12px;
        height: 13px;
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 3%;
    }
}

@media only screen and (max-width: 240px) {
    .content-main {
        padding: 0 10px;
    }

    .slogan {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .slogan section {
        padding-right: 0;
    }

    .service {
        width: 100%;
    }

    .service article {
        padding-right: 0;
    }

    .work-ua h2 {
        width: 100%;
        float: none;
        font-size: 15px;
        color: #706d6a;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .work-ua a {
        float: none;
    }
    
    .work-ua a img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .head {
        padding: 10px 0 15px 0;
        overflow: hidden;
        position: relative;
    }
    
    .logo {
        float: none;
        margin: 0 auto 0 auto;
        display: block;
        width: 100px;
    }
    
    .head h1 {
        display: none;
    }
    
    .head p {
        display: none;
    }

    .review {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .side-bar-left {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .side-bar-right {
        float: none;
        width: 100%;
    }

    .news-block {
        overflow: hidden;
        margin-bottom: 20px;
        float: none;
        width: 100%;
    }

    .block-left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .block-right {
        float: none;
        width: 100%;
    }

    .ftr-btn img {
        float: none;
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }
    
    .ftr-btn p {
        float: none;
        font-size: 12px;
        color: #848484;
        text-align: center;
    }

    .ftr-main {
        background: #4a4744;
        border-top: 10px solid #615f5d;
        padding: 30px 10px 30px 10px;
        color: #848484;
        line-height: 1.5;
        font-size: 12px;
        overflow: hidden;
    }

    .ftr-btn {
        background: #3b3836;
        overflow: hidden;
        padding: 20px 10px;
    }

    .menu ul {
        display: none;
    }

    .menu ul li {
        width: 100%;
    }

    .menu a#pull {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        padding: 10px 3%;
        width: 94%;
        position: relative;
    }

    .menu a#pull:after {
        content: "";
        background: url("images/icon-menu.png") no-repeat;
        width: 12px;
        height: 13px;
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 3%;
    }
}