/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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;
}
/* HTML5 display-role reset for older browsers */
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;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* styles */
html, body { height: 100% }

body { 
    min-width: 300px; 
    background: #f3f3f3 !important;
    font-size: 18px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}

#main { 
    position: relative; 
    min-height: 100%; 
}

.wrapper { 
    max-width: 1110px; 
    min-width: inherit;
    margin: 0 auto; 
    position: relative;
    height: 100%;
    min-height: 100%;
    box-shadow: 0 10px 15px rgba(0,0,0,0.22);
    background:  no-repeat 50% 0 #fff;
}

/* header */
header {background: rgba(0,0,0,0.6); color: #fff; font-weight: 300; font-size: 33px; height: 100px; line-height: 100px; padding: 0 95px; margin: 0 0 360px 0;}
    header strong {font-weight: 900;}

.content__box {padding: 0 55px 60px 55px;}
    .content__text {padding: 55px 0 0 0;}
    .content__text h2 {font-size: 38px; font-weight: 900; line-height: 120%;}
    .content__text p {font-size: 16px; color: #403f3f; line-height: 130%; padding: 20px 55px 0 0;}
    .content__text img {display: block; max-width: 100%; height: auto;}
    .column {float: left; box-sizing: border-box;}
    .column1 {width: 57%;}
    .column2 {width: 43%;}
    
@media (max-width: 767px) {
    .wrapper {
        background-size: 100%; /* size the background image at 100% like any responsive img tag */
        background-position: top center !important;
        background-repeat:no-repeat;
    }
    .content__box {padding-top: 0 !important;}
}
 
.dummy {
   position: relative;
   width:60%;
   height: 0;
   padding-bottom: 44%;
}

.form__box {box-shadow: 0 2px 10px rgba(0,0,0,0.17); border-radius: 10px; margin: -47px 0 0 0; background: #fff; overflow: hidden;}
    .form__box h3 {text-align: center; font-size: 35px; color: #3078d7; padding: 50px 0 30px 0;}
    .form__block {padding: 0 50px;}
    .form__box input[type="text"] { height: 33px;}
    .form__box input[type="text"], .form__box textarea {margin: 0 0 25px 0; resize: none; display: block; border: 0; font-family: 'Roboto', sans-serif; border-bottom: 1px solid #dedddd; width: 100%; box-sizing: border-box; font-size: 16px; color: #000;}
    .form__box textarea { height: 70px; margin: 0 0 50px 0;}
    .form__box input[type="text"]::-webkit-input-placeholder, .form__box textarea::-webkit-input-placeholder {color: #888;}
    .form__box button {display: block; width: 100%; font-size: 20px; font-weight: bold; height: 85px; color: #fff; cursor: pointer; background: url(img/134/button-bg.png) no-repeat 90% 50% #3078d7; border: 0; text-transform: uppercase; font-family: 'Roboto', sans-serif; padding-right: 80px}

/* footer */
footer { border-top: 1px solid #e0e1e2; color: #999; text-align: center;}
    footer a {color: #999; text-decoration: none;}
    .contact__box {padding: 15px 0;}
    .contact__box span {display: inline-block;vertical-align: middle; margin: 0 13px;}
    .phone__block {background: url(img/134/phone-icon.png) no-repeat; line-height: 27px; padding: 0 0 0 28px;}
    .mail__block {background: url(img/134/mail-icon.png) no-repeat; line-height: 22px; padding: 0 0 0 33px;}
    .skype__block {background: url(img/134/skype-icon.png) no-repeat; line-height: 32px; padding: 0 0 0 38px;}

    .copyright {display: inline-block; border-top: 1px solid #e0e1e2; padding: 18px 0 28px 0;}
*:focus {outline: none;}

@media only screen and (min-width: 250px) and (max-width: 1110px) {
    .wrapper {box-shadow: none;}
    body {background: #fff;}
}

@media only screen and (min-width: 250px) and (max-width: 940px) {
    .wrapper {width: auto; padding: 0 5px; background-position: 50% -130px;}
    header {font-size: 25px; padding: 38px 5px; margin: 0 -5px 230px -5px; height: auto; line-height: 100%;}
    .content__box {padding: 0 0 20px 0;}
    .column {float: none; width: auto;}
    .content__text {padding: 10px;}
    .form__box {margin: 0;}
    .form__block {padding: 0 5px;}
    .contact__box span { margin: 10px 15px;}
    .content__text h2 {font-size: 25px;}
    .content__text p {font-size: 18px; padding: 20px 0 0 0;}
    .form__box button {background-position: 85% 50%}
    input, textarea { border-radius: 0; }
}
.hide{
    display:none !important
}
.copyright.notopborder {
    border-top: 0;
}
h2 {
    margin: 0 !important;
    padding: 0;
}
.form__box h3 {
    margin: 0;
    font-weight: 300;
    line-height: 1;
}
.form__box input, .form__box textarea {
    font-weight: normal;
}

.lang {
    float: right;
    padding: 10px 20px;
    color: #fff;
}

.lang a {
    color: #fff !important;
}

@media (max-width: 767px) {
    .lang {
        color: #337ab7;
    }
    .lang a {
        color: #337ab7 !important;
    }
}
