@font-face {
    font-family: 'Beer money';
    src: local('beer money'), local('beermoney'), url('fonts/beermoney.woff2') format('woff2'), url('fonts/beermoney.woff') format('woff'), url('fonts/beermoney.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


html, body, div, applet, object, iframe, input,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clr{ background:none repeat scroll 0 0 transparent; border:0 none; clear:both; display:block; float:none; font-size:0; height:0; list-style:none outside none; margin:0; overflow:hidden; padding:0; visibility:hidden; width:0; }

body{
    background: #fff;
    font: 16px/24px 'Open Sans', sans-serif, Tahoma;
    color: #333;
}
a{ color: #569ba6; text-decoration: underline; }
a:hover{ text-decoration: none; }

.btn{
    display: inline-block;
    padding: 6px 35px;
    height: 38px;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #36a7da;
    border: none;
    border-bottom: 3px solid #2f83a9;
    border-radius: 7px;
    text-decoration: none;
    color: #fff;
}
.btn:hover{
    background: #43afe0;
}
.btn:active{
    background: #2f96c5;
}
.btn-orange{
    background: #ff5a2c;
    border-color: #cf4a25;
}
.btn-orange:hover{
    background: #fe6b42;
}
.btn-orange:active{
    background: #f25226;
}
.btn-gray{
    background: #a0a0a0;
    border-color: #727272;
}
.btn-gray:hover{
    background: #a8a8a8;
}
.btn-gray:active{
    background: #959595;
}
.btn-fb{
    background: #4762d9;
    border-color: #2b3b82;
}
.btn-fb:hover{
    background: #4b66dd;
}
.btn-fb:active{
    background: #3c58d3;
}
.btn-small{
    padding: 3px 20px;
    height: 28px;
    font-size: 16px;
    border-bottom: 2px solid #2f83a9;
    border-radius: 5px;
}


.inpt{
    display: block;
    background: #fff;
    height: 35px;
    padding: 5px 10px;
    line-height: 24px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
}
textarea.inpt{
    height: 100px;
    width: 100%;
    background: #fafbfb;
}
.inpt:focus{
    border-color: #2f83a9;
}
textarea.inpt:focus{
    background: #fff;
}
.message{
    padding: 10px 20px;
    display: none;
    border-radius: 4px;
    font-weight: normal;
}
.message.ok{
    color: #2ba560;
    background: #c7ffcb;
    display: block;
}
.message.error{
    color: #f00;
    background: #ffdbdb;
    display: block;
}

.width{
    max-width: 1200px;
    min-width: 300px;
    margin: 0 auto;
    padding: 0 10px;
}
p{
    margin: 0 0 30px 0;
}

header{
    width: 100%;
    margin: 10px 0;
}
header .logo{
    float: left;
    width: 33%;
    /*font-family: 'Gloria Hallelujah', cursive;*/
    font-family: 'Arial Black', Arial;
    font-weight: bold;
    font-size: 38px;
    line-height: 62px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
header .logo a{
    color: #f00;
    text-decoration: none;
}
header .grafik{
    float: right;
    width: 33%;
    color: #333;
    padding: 0 0 0 5%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
}
header .grafik .block_title{
    color: #34495e;
}
header .grafik span{
    font-size: 13px;
    color: #777;
}
header .phone{
    overflow: hidden;
    text-align: center;
    font-size: 32px;
    line-height: 72px;
}
header .phone a{
    color: #333;
    text-decoration: none;
}
header .phone i{
    font-size: 110%;
}
.index_slider{
    margin: 0 0 30px 0;
}

nav{
    position: relative;
    z-index: 1;
    font-family: Arial;
}
nav i{
    position: absolute;
    z-index: 1;
    border: 1px solid #fff;
    border-radius: 4px;
    right: 20px;
    top: 7px;
    color: #ffffff;
    padding: 0 10px;
    font-size: 20px;
    line-height: 32px;
    font-style: normal;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    display: none;
}
nav i:hover{
    background: #777;
    color: #fff;
}
nav ul{
    float: right;
}
nav ul li{
    float: left;
    font-size: 16px;
    line-height: 24px;
}
nav ul li a{
    color: #fff;
    float: left;
    padding: 21px;
    text-decoration: none;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}
nav ul li a:hover,
nav ul li.selected a{
    color: #8eeaf9;
}
footer{
    background: #34495e;
    color: #fff;
    padding: 20px;
}
footer a{
    color: #fff;
}
footer .left_part{
    float: left;
    width: 50%;
}
footer .left_part .name{
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
footer .left_part .descr{
    font-size: 16px;
    line-height: 20px;
    color: #ccc;
}
footer .right_part{
    float: right;
    width: 50%;
    text-align: right;
    font-size: 16px;
    line-height: 42px;
}
footer .right_part a{
    text-decoration: none;
}
footer .right_part a:hover{
    text-decoration: underline;
}
footer .pro{
    background: #ed160d;
    border-radius: 5px;
    padding: 2px 5px;
}
.main{
    margin: 66px 0 0 0;
    padding: 20px;
}

h1,
h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 10;
}
h3{
    font-size: 28px;
    line-height: 36px;
    padding: 0 0 15px 0;
}
h1 i,
h3 i{
    background: #36a7da;
    background: #DE543E;
    width: 40%;
    height: 4px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    margin-left: 30%;
}
h3 i{
    height: 3px;
}
.advantages{
    margin: 0 0 30px 0;
}
.advantages ul li{
    float: left;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
}
.advantages ul li .icon{
    margin: 0 0 20px 0;
}
.advantages ul li .fa{
    font-size: 4em;
}
.advantages .fa-thumbs-o-up{
    color: #2ba560;
}
.advantages .fa-calendar-check-o{
    color: #418fe7;
}
.advantages .fa-legal{
    color: #cd423f;
}
.advantages .fa-dollar{
    color: #F39C12;
}
.advantages ul li .title{
    font-size: 18px;
    text-transform: uppercase;
    color: #569ba6;
    font-weight: normal;
}

.services h3 i{
    background: #36a7da;
}
.services h3 span{
    color: #666;
}
.services ul{
    padding: 0 10% 0 0;
    margin: 0 0 20px 0;
    list-style: none;
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.services ul li{
    padding: 0 0 0 25px;
    position: relative;
    z-index: 1;
    margin: 0 0 10px 0;
}
.services ul li i{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 5px;
    color: #2ba560;
}
.services .fa-certificate{
    color: #f00;
}

.work_list{
    margin: 0 0 30px 0;
}
.work_list h3 i{
    background: #2ba560;
}
.work_list > ul{
    margin-left: -3.33%;
}
.work_list > ul > li{
    float: left;
    width: 30%;
    margin: 0 0 30px 3.33%;
}
.work_list > ul > li img{
    width: 100%;
}
.work_list .owl-buttons .owl-prev,
.work_list .owl-buttons .owl-next{
    position: absolute;
    z-index: 1;
    top: 50%;
    background: none !important;
    border-radius: 0 !important;
    font-size: inherit !important;
    margin: -2.5em 0 0 0 !important;
    opacity: 0.5;
    padding: 0 !important;
    display: none !important;
    transition: opacity 0.3s ease;
}
.work_list > ul > li:hover .owl-buttons .owl-prev,
.work_list > ul > li:hover .owl-buttons .owl-next{
    display: block !important;
}
.work_list .owl-buttons .owl-prev{
    left: 20px;
}
.work_list .owl-buttons .owl-next{
    right: 20px;
}
.work_list .owl-pagination{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -30px;
    width: 100%;
    margin: 0;
}

.price{
    margin: 0 0 30px 0;
}
.price table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.price table th,
.price table td{
    padding: 5px;
    border-collapse: collapse;
    vertical-align: top;
    text-align: left;
    border: 1px solid #ddd;
}
.price table th{
    font-weight: bold;
}

.map{
    margin: 0 0 30px 0;
}
.map h3 i{
    background: #f39c12;
}
.map h3{
    margin: 0 0 20px 0;
}
.map .address{
    text-align: center;
    padding: 10px 0;
    margin: 0 0 10px 0;
}
.map .map_map{
    width: 100%;
    height: 500px;
}

.contact_us{
    margin: 0 0 30px 0;
}
.contact_us .block_title{
    font-size: 24px;
    color: #569ba6;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.contact_us .contact_form,
.contact_us .contact_data{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 50px 0 0;
    margin: 0 0 30px 0;
}
.contact_us .contact_data{
    float: right;
}
.contact_us .contact_data a{
    color: #333;
    text-decoration: none;
}
.contact_us_page .contact_form,
.contact_us_page .contact_data{
    float: none;
    width: auto;
    padding: 0;
}
.contact_us .contact_form .field{
    margin: 0 0 10px 0;
}
.contact_us .contact_form .inpt{
    width: 100%;
    max-width: 400px;
}
.contact_us .contact_form textarea.inpt{
    max-width: inherit;
}
.contact_us .fa-phone{
    color: #2ba560;
}
.contact_us .fa-envelope-o{
    color: #cd423f;
}
.contact_us .fa-skype{
    color: #04b3ec;
}
.contact_us .contact_data ul{

}
.contact_us .contact_data ul li{
    font-size: 120%;
    margin: 0 0 10px 0;
}

@media (max-width: 991px) {
    header .logo{
        font-size: 28px;
    }
    header .phone{
        font-size: 28px;
    }
    h1,
    h3{
        font-size: 28px;
        line-height: 36px;
        padding: 0 0 20px 0;
        margin: 0 0 40px 0;
    }
    h3{
        font-size: 24px;
        line-height: 30px;
    }
    h1 i{
        height: 4px;
    }
    .advantages ul li{
        width: 50%;
    }
    .advantages ul li .descr{
        height: 81px;
    }
    .map .map_map{
        height: 400px;
    }
}
@media (max-width: 767px){
    header .logo,
    header .phone,
    header .grafik{
        float: none;
        clear: both;
        text-align: center;
        width: auto;
    }
    header .logo{
        font-size: 38px;
        line-height: 54px;
    }
    header .phone{
        font-size: 32px;
        line-height: 54px;
    }
    header .grafik{
        padding: 5px 0;
    }
    h1,
    h3{
        font-size: 24px;
        line-height: 32px;
        padding: 0 0 15px 0;
        margin: 0 0 30px 0;
    }
    h3{
        font-size: 22px;
        line-height: 30px;
    }
    h1 i{
        height: 3px;
    }
    h3 i{
        height: 2px;
    }
    .services ul{
        padding: 0;
        margin: 0;
        float: none;
        width: auto;
    }
}
@media (max-width: 555px){
    h1,
    h3{
        font-size: 20px;
        line-height: 28px;
        padding: 0 0 10px 0;
        margin: 0 0 25px 0;
    }
    h3{
        font-size: 18px;
        line-height: 26px;
    }
    h1 i,
    h3 i{
        height: 3px;
    }
    .advantages ul li{
        width: 100%;
        float: none;
    }
    .work_list > ul{
        margin-left: 0;
    }
    .work_list > ul > li{
        float: none;
        width: 100%;
        margin: 0 0 60px 0;
    }
    .map .map_map{
        height: 300px;
    }
    .contact_us .contact_form,
    .contact_us .contact_data{
        float: none;
        width: 100%;
        padding: 0;
    }
    .contact_us .contact_form .inpt{
        max-width: inherit;
    }
    footer .left_part,
    footer .right_part{
        float: none;
        width: 100%;
        padding: 0;
        text-align: left;
    }
    footer .right_part{
        font-size: 14px;
    }
}
@media (max-width: 380px) {
    header .logo{
        font-size: 28px;
        line-height: 48px;
    }
    header .phone{
        font-size: 28px;
        line-height: 38px;
    }
}
.viber{
    display: inline-block;
    width: 22px;
    height: 23px;
    background: url(images/viber.svg) 0 0 no-repeat;
    background-size: contain;
    margin: 0 0 -4px 0;
}