body {
    background: white;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

#fb-icon {
    position: fixed;
    right: 0;
    top: 130px;
    width: 45px;
    height: 42px;
    background: #3b579d;
    border-radius: 5px 0 0 5px;
    -webkit- border-radius: 5px 0 0 5px;
    z-index: 1000;
    transition: all 0.5s ease;
}



#fb-icon:hover {
    width: 60px;
}

#fb-icon a {
    position: relative;
    top: 3px;
    display: block;
}

.row {
    padding-bottom: 100px;
    overflow: hidden;
}

.title-row {
    padding-bottom: 80px;
    overflow: hidden;
}

.title-row.for-slider, .row.for-slider {
    padding-bottom: 120px;
}

.row.for-slider {
    padding-bottom: 140px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clr {
    clear: both;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

strong {
    color: #074696;
}

/*================ =header =============*/
header {
    height: 79px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 100px;
}

header .col {
    line-height: 79px;
}

header .logo {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -1px;
    float: left;
    text-align: center;
}

header .logo img {
    top: 26px;
    max-width: 67%;
    float: right;
    position: relative;
}

header .kontakt {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #074696;
    padding: 0 40px;
}

header .kontakt strong {
    float: right;
}

.lang a {
    position: relative;
    top: 6px;
    margin-right: 4px;
}

/*================ =nav =============*/
.menu-mobile {
    max-height: 0;
    overflow: hidden;
}

#mobilenav {
    display: none;
}

nav {
    text-align: center;
    text-transform: uppercase;
}

nav ul {
    display: inline-block;
}

nav ul li {
    display: inline-block;
    font-size: 14px;
    float: left;
    list-style: none;
}

nav a {
    color: #bdbdbd;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
}

nav a:hover {
    color: #074696;
    font-weight: 700;
}

nav a:after {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    top: 77px;
    border: 2px solid #f0f0f0;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 157px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 0;
    z-index: 1;
}

.dropdown-content a {
    padding: 10px 0;
    display: block;
    line-height: 20px;
}

.dropdown-content a:hover {
    background: #f5f0f0;
}

/*================ =section =article =============*/

h1 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

article p {
    font-size: 13px;
    color: #787878;
    margin-bottom: 30px;
    line-height: 24px;
    text-align: justify;
}

article p:last-child {
    margin-bottom: 0px;
}

.height {
    height: 1px;
    background: gray;
}

.offset {
    height: 1px;
}

h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    letter-spacing: 1px;
}

.title {
    position: relative;
    font-weight: 900;
}

.title:after {
    content: '';
    height: 2px;
    width: 40px;
    background: black;
    position: absolute;
    top: 3px;
}

.title.right:after {
    left: -74px;
}

.title.left:after {
    right: -74px;
}

.row.for-slider article h1 {
    margin-top: 18px;
}

/*================ =doswiadczenie =============*/
.doswiadczenie {
    border: 11px solid #074696;
    margin-top: 95px;
    height: 200px;
    padding: 0 14px;
}

.doswiadczenie h1 {
    font-size: 72px;
    font-family: 'Roboto', sans-serif;
    color: #074696;
    margin-top: 72px;
    margin-bottom: 0;
}

.doswiadczenie h2 {
    font-size: 11px;
    color: #074696;
    float: left;
    letter-spacing: 0px;
}

/*================ =slider =============*/
.slider {
    position: relative;
    z-index: 999;
    border-left: 20px solid white;
    border-top: 20px solid white;
    border-bottom: 20px solid white;
}

.slider.slider-left {
    margin-left: -20px;
}

.slider.slider-right {
    border-left: none;
    border-right: 20px solid white;
    margin-left: 20px;
}

.slider-bg {
    position: absolute;
    z-index: 1;
    width: 48%;
    height: 402px;
    background: #d2d2d2;
    margin-left: -10%;
    margin-top: -40px;
}

.slider-bg.right {
    margin-left: 62%;
}

.slider img {
    width: 500px;
    height: 282px;
}

.gallery-link {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #bdbdbd;
    font-style: italic;
    letter-spacing: 1px;
}

/*================ =forms =============*/
input {
    width: 402px;
    height: 36px;
}

*[placeholder] {
    font-family: 'Montserrat', sans-serif;
}

input, textarea {

    padding-left: 20px;
    font-size: 13px;
    color: #787878;
    border: solid 1px #c8c8c8;
    margin-bottom: 8px;
}

textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    height: 146px;
    width: 402px;
    padding-top: 12px;
}

form button {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: white;
    width: 200px;
    height: 36px;
    background: #074696;
    text-align: center;
    border: none;
    letter-spacing: 1px;
}

form button:hover {
    cursor: pointer;
    background: #2d69b5;
}

.iframe {
    position: relative;
    padding-top: 60%;
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.spec {
    color: #ffffff;
    background: #074696;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 25px;
    display:inline-block;
    text-transform: uppercase;
    font-size:24px;
}

.spec:hover {
    color:#ffffff;
    background: #2d69b5;
}

/* ====================== =responsive ==================== */

@media screen and (max-width: 1219px) and (min-width: 980px) {
    header {
        margin-bottom: 70px
    }

    header .logo img {
        top: 21px;
    }

    .row {
        padding-bottom: 80px;
    }

    .title-row {
        padding-bottom: 60px;
    }

    .title-row.for-slider {
        padding-bottom: 80px;
    }

    .row.for-slider {
        padding-bottom: 100px;
    }

    nav a {
        padding: 0 5px;
		font-size: 14px;
    }

    header .kontakt {
        font-size: 14px;
        padding: 0 22px;
    }

    .lang a {
        top: 4px;
    }

    .lang img {
        width: 20px;
        height: 20px;
    }

    .doswiadczenie {
        margin-top: 100px;
        height: 160px;
    }

    .doswiadczenie h1 {
        margin-top: 24px;
    }

    .slider-bg {
        height: 334px;
        margin-left: -12%;
    }

    .slider-bg.right {
        margin-left: 64%;
    }

    article p {
        line-height: 16px;
        letter-spacing: -1px;
    }

    h1 {
        margin-bottom: 21px;
    }

    input {
        width: 322px;
    }

    textarea {
        width: 322px;
    }
}

@media screen and (max-width: 1219px) {
    .slider img {
        height: 100%;
    }

    header .logo img {
        float: left;
    }
}

@media screen and (max-width: 979px) and (min-width: 740px) {
    #fb-icon {
        top: 180px;
    }

    header {
        margin-bottom: 60px;
    }

    nav a {
        font-size: 11px;
        padding: 0 16px;
    }

    header .logo img {
        top: 24px;
    }

    header .kontakt {
        padding: 0 0;
    }

    .lang {
        width: 80px;
        float: right;
        position: relative;
        right: 62px;
    }

    .lang a {
        top: 4px;
    }

    .lang img {
        width: 20px;
        height: 20px;
    }

    .slider.slider-left {
        margin-left: 0px;
    }

    .slider.slider-right {
        margin-left: 0px;
    }

    .slider-bg {
        height: 311px;
        margin-left: -17%;
    }

    .slider-bg.right {
        margin-left: 69%;
    }

    .article-right {
        margin-left: 20px;
    }

    .center article p {
        padding: 0 200px;
        text-align: justify;
    }

    input {
        width: 359px;
    }

    textarea {
        width: 359px;
    }
}

@media screen and (max-width: 979px) {
    nav {
        display: none;
    }

    #mobilenav {
        display: block;
        position: relative;
        cursor: pointer;
        float: right;
        margin-top: 26px;
        margin-bottom: 0px;
        z-index: 999;
    }

    .c-hamburger--htx span {
        background: #074696;
    }

    .menu-mobile {
        color: #074696;
        background: #f0f0f0;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 79px;
        width: 100%;
        text-align: center;
        transition: max-height 0.5s ease;
        -webkit-transition: max-height 0.5s ease;
    }

    .menu-mobile ul li {
        width: 100%;
        letter-spacing: -1px;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .menu-mobile ul li:first-child {
        margin-top: 20px
    }

    .menu-mobile ul li a {
        width: 100%;
        display: block;
    }

    .menu-mobile ul li a:hover {
        color: #6398dc;
    }

    .offset {
        height: 0;
    }

    .center {
        text-align: center;
        margin-bottom: 25px;
    }

    .row {
        padding-bottom: 80px;
    }

    .title-row {
        padding-bottom: 40px;
    }

    .row.for-slider {
        padding-bottom: 100px;
    }

    .title-row.for-slider {
        padding-bottom: 80px;
    }

    .offset {
        height: 0px;
    }

    h1 {
        margin-bottom: 15px;
    }

    article {
        margin-right: 20px;
    }

    article p {
        margin-bottom: 18px;
        line-height: 17px;
    }

    .doswiadczenie {
        height: 161px;
        float: right;
        margin-right: -120px;
    }

    .doswiadczenie h1 {
        margin-top: 38px;
    }

    .doswiadczenie h2 {
        font-size: 10px;
    }
}

@media screen and (max-width: 739px) and (min-width: 560px) {

    .slider-bg.right {
        margin-top: 90%;
    }

    .doswiadczenie {
        width: 170px;
        margin-top: 20px;
    }

    header .kontakt {
        padding: 0 0;
        position: relative;
        right: 41px;
    }

    .lang {
        width: 80px;
        float: right;
        position: relative;
        right: 62px;
    }

    .lang a {
        top: 4px;
    }

    .lang img {
        width: 20px;
        height: 20px;
    }

}

@media screen and (max-width: 739px) {

    #fb-icon {
        height: 32px;
        width: 32px;
        top: 86px;
    }

    #fb-icon:hover {
        width: 40px;
    }

    #fb-icon img {
        width: 23px;
    }

    header .logo img {
        max-width: 51%;
    }

    .slider-bg {
        margin-left: -40%;
        width: 95%;
    }

    .hide-s {
        display: none;
    }

    .slider {
        margin-bottom: 20px;
    }

    .slider-bg.right {
        margin-left: -40%;
        width: 95%;
    }

    .slider.slider-left {
        margin-left: 0px;
    }

    .offer {
        margin-top: 40px;
    }

    .offer2.col {
        margin-bottom: 60px;
    }

    .title-row.for-slider.offer2 {
        padding-bottom: 0px;
    }

    .slider.slider-right {
        margin-left: 0;
        border-right: none;
        border-left: 20px solid white;
    }

    .row.for-slider {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 739px) and (min-width: 560px) {
    header {
        margin-bottom: 40px;
    }

    .center article p {
        padding: 0 90px;
        text-align: justify;
    }

    input, textarea {
        width: 270px;
    }
}

@media screen and (max-width: 559px) {
    header .logo img {
        max-width: 110px;
    }

    header .kontakt {
        padding: 0 0;
        position: relative;
        right: 41px;
    }

    .lang {
        width: 80px;
        float: right;
        position: absolute;
        right: 62px;
    }

    .lang a {
        top: 4px;
    }

    .lang img {
        width: 20px;
        height: 20px;
    }

    header .kontakt {
        font-size: 11px;
        letter-spacing: -1px;
        top: 23px;
        right: 72px;
        position: absolute;
    }

    header {
        margin-bottom: 20px;
    }

    section {
        margin-top: 20px;
    }

    .doswiadczenie {
        margin-top: 35px;
    }

    .row {
        padding-bottom: 40px;
    }

    .slider-bg {
        display: none;
    }

    .gallery-link {
        display: none;
    }

    .title-row.for-slider {
        padding-bottom: 0px;
    }

    .offer {
        margin-top: 0;
    }

    .row.for-slider {
        padding-bottom: 40px;
    }

    .offer2.col {
        padding-bottom: 20px;
    }

    .center {
        padding-bottom: 40px;
    }

    .center:last-child {
        margin-bottom: 0px;
    }

    .center article p {
        padding: 0 7%;
        text-align: justify;
    }

    textarea, input, form button {
        width: 100%;
    }

    .slider, .slider.slider-right {
        border: none;
    }

    #oferta {
        padding-bottom: 18px;
    }

    .reverse {
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .title.right {
        float: left;
    }

    .title.left:after {
        right: -40px;
        width: 20px;
    }

    .title.right:after {
        right: -40px;
        width: 20px;
        left: initial;
    }

    .doswiadczenie {
        margin-right: 0px;
        margin-top: 30px;
    }
	
	.gal img {
		margin: 5px;
		padding: 5px;
		position: relative;
    }
}