@media (min-width: 300px) {

    .mobilemenu {
        width:100%;
        background-color:#f9f9f9;
        opacity:1;
        box-shadow: 0 0 10px rgba(0,0,0,0.6);
        overflow:scroll;
        height: 100vh;
    }

    #mobilemenu {
        display: none;
        opacity: 0;
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
    }

    .mobmenu-f {
        z-index:1005;
        width:100%;
        padding:10px 0px;
        border-bottom:1px solid #000;
    }
    .mobmenu-f li a {
        display:block;
        color:#000;
        font-size:1em;
        padding:4px 20px;
    }

    .desktop-hide {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .tablet-hide {
        display: none;
    }

    .mobilemenuicon {
        display: block;
    }

    .hideonmobile {
        display: none;
    }

    .hideonpc {
        display: block;
    }

    .hide {
        display: none;
    }

    .head {
        padding: 5px 0px 0px 0px;
    }
    .logo {
        padding: 18px 0px 10px 5px;
        width: 100%;
    }
    .logo img {
        width: 120%;
    }
    .menu-desktop {
        float: right;
    }
    .menu-desktop ul li {
        float: left;
        list-style: none;
        padding: 12px 5px;
    }
    .menu-desktop ul li a {
        display: inline-block;
        padding: 10px 5px;
        text-decoration: none;
        font-size: 14px;
        text-transform: none;
        border-bottom: 1px solid #FFFFFF;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        white-space: nowrap;
    }

    .menu-desktop ul li a:hover {
        border-bottom: 1px solid #111;
    }
    .head-contacts {
        float: right;
    }
    .head-contacts ul li {
        float: right;
        list-style: none;
        padding: 10px 3px;
    }
    .head-contacts ul li a {
        display: inline-block;
        padding: 8px 3px 10px 5px;
        text-decoration: none;
        font-size: 12px;
        text-transform: none;
        font-weight: bold;
        border-bottom: 1px solid #FFFFFF;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        white-space: nowrap;
    }
    .icon-email {
        color: #ffc837;
    }
    .icon-phone {
        color:  #ffc837;
    }
    .icon-geo {
        color:  #ffc837;
    }
    .navbut {
        display: inline-block;
        cursor:pointer;
        background:url(/img/mobmenuicon.png) 0px 0px no-repeat;
        background-size: contain;
        width: 30px;
        padding:0px 20px}
    }
    .banner {
        background: url("/img/banner3.jpg") top left no-repeat;
        background-size: cover;
    }
    .banner-header {
        padding: 80px 0px 100px 0px;
    }
    .banner-header h1 {
        width: 100%;
        text-align: center;
        color: #FFF;
        padding-bottom: 12px;
    }
    .banner-description {
        font-size: 18px;
        color: #FFF;
        padding-bottom: 100px;
        text-align: center;
    }
    .help-me {
        color: #FFF;
        font-weight: bold;
        font-size: 22px;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .block-header {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0px 50px 0px;
    }
    .block-header h1 {
        width: 100%;
        text-align: center;
        font-size: 32px;
        padding-bottom: 12px;
    }
    .block-header h2 {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }
    .block-header h3 {
        width: 100%;
        text-align: center;
        font-size: 28px;
    }
    .work {
        overflow: auto;
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .offer {
        padding: 10px;
        height: 960px;
    }
    .offer-image {
        width: 100%;
    }
    .offer-image img {
        width: 100%;
    }
    .offer h3 {
        width: 100%;
        text-align: center;
        padding: 20px 0px 15px 0px;
        font-weight: bolder;
    }
    .offer-description {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        height: 320px;
    }
    .offer-technology {
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        font-weight: bolder;
    }
    .offer ul {
        padding-bottom: 40px;
    }
    .offer ul li {
        list-style: none;
        padding: 0px 0px 20px 40px;
        background: url("/img/li.jpg") 10px 0px no-repeat;
        background-size: 20px;
    }
    .offer-button {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 220px;
        margin: 0 auto;
    }
    .offer-button a {
        display: inline-block;
        background-color:  #ffc837;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        border-radius: 10px;
        padding: 20px 35px;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
    }
    .offer-button a:hover {
        background-color: #ffbe3c;
    }
    .examples {
        overflow: auto;
        padding: 30px 0px 100px 0px;
        background-color: #f8f8f8;
    }
    .gallery {
        padding-bottom: 30px;
    }
    .gallery-item {
        padding: 5px;
    }
    .gallery-item a {
        display: block;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
    }
    .gallery-item a img {
        width: 100%;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }
    .gallery-item a:hover img {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    }
    .other-work {
        overflow: auto;
        padding: 50px 0px 100px 0px;
    }
    .other-work-wrp {
        width: 100%;
        text-align: center;
    }
    .other-work-wrp img {
        width: 30%;
    }
    .other-work-wrp h4 {
        padding: 10px 20px;
        color:  #000;
        font-weight: bolder;
        font-size: 18px;
    }
    .other-work-wrp p {
        padding: 10px 30px;
    }
    .footer {
        background-color: #000;
    }
    .footer-logo {
        padding: 27px 0px 20px 10px;
        width: 100%;
    }
    .footer-logo img {
        width: 100%;
    }
    .footer-contacts {
        float: right;
    }
    .footer-contacts ul li {
        float: right;
        list-style: none;
        padding: 12px 5px;
    }
    .footer-contacts ul li a {
        display: inline-block;
        padding: 14px 15px;
        text-decoration: none;
        font-size: 14px;
        text-transform: none;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        white-space: nowrap;
        color: #FFF;
    }
    .modalwrp {
        width:100%;
    }
    #overlay{
        z-index:3;
        position:fixed;
        background-color:#000;
        opacity:0.8;
        -moz-opacity:0.8;
        filter:alpha(opacity=80);
        width:100%;
        height:100%;
        top:0;
        left:0;
        cursor:pointer;
        display:none;
    }
    .formmodal {
        margin:0px auto;
        background-color:#f9f9f9;
        padding:0px 0px 20px 25px;
        width:450px;
    }
    #formmodal {
        display:none;
        opacity:0;
        z-index:5;
        position:fixed;
    }
    .formmodal p {
        color:#000;
        font-size:1.4em;
        padding-bottom:23px;
        padding-top:30px;
    }
    .formmodal p a {
        color:#000;
    }
    .formmodal input {
        width:390px;
        border:1px solid #eaeaea;
        padding:10px;
        margin-bottom:20px;
        background:#fff;
    }
    .nameform {
        visibility: hidden;
        padding: 0px !important;
        margin: 0px !important;
    }
    .formmodal textarea {
        width:390px;
        border:1px solid #eaeaea;
        padding:10px;
        margin-bottom:20px;
        background:#fff;
    }
    .errorsfield {
        float:left;
        padding-top:10px;
        color:#000;
        font-size:0.875em;
    }
    .exit {
        cursor:pointer;
        position:relative;
        z-index:1000;
        top:0px;
        float:right;
    }
    .emailbut {
        width: 410px !important;
        background-color:#393939 !important;
        border:none;
        color:#FFF;
        text-align:center;
        border-radius: 3px;
        padding: 10px 10px 9px 10px !important;
        font-size:1em;
        cursor: pointer;
        text-transform:uppercase;
        box-shadow: 0 0 10px rgba(0,0,0,0.09);
    }
    .contacts {
        overflow: auto;
        padding: 30px 20px 60px 20px;
        background-color: #f8f8f8;
    }
    .contacthead h4 {
        font-size: 44px;
        line-height: 48px;
        font-weight: 700;
        padding-bottom: 30px;
        text-align: center;
    }
    .contacthead p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        width: 50%;
        margin: 0px auto;
        padding-bottom: 50px;
    }
    .contacticon p {
        text-align: center;
        padding-bottom: 30px;
    }
    .contacticon .icon-email:before {
        font-size: 2em;
    }
    .contacticon .icon-phone:before {
        font-size: 2em;
    }
    .contacticon .icon-geo:before {
        font-size: 2em;
    }
    .contactwrp {
        padding: 15px;
    }
    .contactform {
        box-shadow: rgba(0, 0, 2, 0.05) 0px 10px 10px 0px;
        padding: 30px;
        border: 1px solid rgb(247, 247, 247);
    }
    .contactform p {
        font-size: 1.125em;
        color: #641a5c;
        padding-bottom: 0px;
        padding-top: 16px;
        text-transform: uppercase;
    }
    .bord {
        padding: 11px 15px 11px 15px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        margin-bottom: 17px;
    }
    .nameform {
        visibility: hidden;
        padding: 0px !important;
        margin: 0px !important;
    }
    .contactform input {
        border: none;
        width: 100%;
        font-weight: 300;
        line-height: 19px;
        font-size: 16px;
        background-color: #f8f8f8;
    }
    .contactform textarea {
        border: none;
        width: 100%;
        font-weight: 300;
        line-height: 19px;
        font-size: 16px;
        background-color: #f8f8f8;
    }
    .contactformbut {
        background-color: #ffc837;
        border: 1px solid #ffc837;
        color: #FFF;
        cursor: pointer;
        display: inline-block;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 18px;
        margin-top: 20px;
        padding: 12px 40px;
        text-align: center;
        text-transform: uppercase;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        -moz-appearance: none;
    }

    .contactformbut:hover {
        background: #FFF !important;
        color: #ffc837;
        -webkit-transition: all 0.3s ease;
        -transition: all 0.3s ease;
    }
    .map {
        padding: 15px;
        height: 360px;
    }
    .map img {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 5px;
    }
    .about {
        padding: 30px 20px 60px 20px;
        background-color: #f8f8f8;
    }
    .about-company-img {
        float: right;
        width: 400px;
        padding: 5px 0px 40px 50px;
    }
    .about p {
        padding-bottom: 20px;
    }
    .about h4 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .about ul {
        padding: 0px 30px 0px 0px;
    }
    .about ul li {
        padding: 0px 0px 20px 40px;
        background: url("/img/li.jpg") 10px 0px no-repeat;
        background-size: 15px;
    }
    .services {
        padding: 30px 20px 60px 20px;
        background-color: #f8f8f8;
    }
    .services-img {
        float: right;
        width: 400px;
        padding: 5px 0px 40px 50px;
    }
    .services  p {
        padding-bottom: 20px;
    }
    .services  h4 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .services  ul {
        padding: 0px 30px 0px 0px;
    }
    .services  ul li {
        padding: 0px 0px 20px 40px;
        background: url("/img/li.jpg") 10px 0px no-repeat;
        background-size: 15px;
    }

}

@media (min-width: 700px) {

    .desktop-hide {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .tablet-hide {
        display: none;
    }

    .mobilemenuicon {
        display: block;
    }

    .head {
        padding: 5px 0px 0px 0px;
    }
    .logo {
        padding: 16px 0px 10px 20px;
        width: 80%;
    }
    .logo img {
        width: 60%;
    }
    .menu-desktop {
        float: right;
    }
    .menu-desktop ul li {
        float: left;
        list-style: none;
        padding: 12px 5px;
    }
    .menu-desktop ul li a {
        display: inline-block;
        padding: 14px 15px;
        text-decoration: none;
        font-size: 14px;
        text-transform: none;
        border-bottom: 1px solid #FFFFFF;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        white-space: nowrap;
    }

    .menu-desktop ul li a:hover {
        border-bottom: 1px solid #111;
    }
    .head-contacts {
        float: right;
    }
    .head-contacts ul li {
        float: right;
        list-style: none;
        padding: 12px 5px;
    }
    .head-contacts ul li a {
        display: inline-block;
        padding: 14px 15px;
        text-decoration: none;
        font-size: 14px;
        text-transform: none;
        font-weight: bold;
        border-bottom: 1px solid #FFFFFF;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        white-space: nowrap;
    }
    .icon-email {
        color: #ffc837;
    }
    .icon-phone {
        color:  #ffc837;
    }
    .icon-geo {
        color:  #ffc837;
    }
    .banner {
        background: url("/img/banner3.jpg") top left no-repeat;
    }
    .banner-header {
        padding: 80px 0px 180px 0px;
    }
    .banner-header h1 {
        width: 100%;
        text-align: center;
        color: #FFF;
        padding-bottom: 12px;
    }
    .banner-description {
        font-size: 18px;
        color: #FFF;
        padding-bottom: 400px;
        text-align: center;
    }
    .help-me {
        color: #FFF;
        font-weight: bold;
        font-size: 22px;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .block-header {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0px 50px 0px;
    }
    .block-header h1 {
        width: 100%;
        text-align: center;
        font-size: 32px;
        padding-bottom: 12px;
    }
    .block-header h2 {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }
    .block-header h3 {
        width: 100%;
        text-align: center;
        font-size: 28px;
    }
    .work {
        overflow: auto;
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .offer {
        padding: 10px;
        height: 1060px;
    }
    .offer-image {
        width: 100%;
    }
    .offer-image img {
        width: 100%;
    }
    .offer h3 {
        width: 100%;
        text-align: center;
        padding: 20px 0px 15px 0px;
        font-weight: bolder;
    }
    .offer-description {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        height: 220px;
    }
    .offer-technology {
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        font-weight: bolder;
    }
    .offer ul {
        padding-bottom: 40px;
    }
    .offer ul li {
        list-style: none;
        padding: 0px 0px 20px 40px;
        background: url("/img/li.jpg") 10px 0px no-repeat;
        background-size: 20px;
    }
    .offer-button {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 220px;
        margin: 0 auto;
    }
    .offer-button a {
        display: inline-block;
        background-color:  #ffc837;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        border-radius: 10px;
        padding: 20px 35px;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
    }
    .offer-button a:hover {
        background-color: #ffbe3c;
    }
    .examples {
        overflow: auto;
        padding: 30px 0px 100px 0px;
        background-color: #f8f8f8;
    }
    .gallery {
        padding-bottom: 30px;
    }
    .gallery-item {
        padding: 5px;
    }
    .gallery-item a {
        display: block;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
    }
    .gallery-item a img {
        width: 100%;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }
    .gallery-item a:hover img {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    }
    .other-work {
        overflow: auto;
        padding: 50px 0px 100px 0px;
    }
    .other-work-wrp {
        width: 100%;
        text-align: center;
    }
    .other-work-wrp img {
        width: 30%;
    }
    .other-work-wrp h4 {
        padding: 10px 20px;
        color:  #000;
        font-weight: bolder;
        font-size: 18px;
    }
    .other-work-wrp p {
        padding: 10px 30px;
    }
    .footer {
        background-color: #000;
    }
    .footer-logo {
        padding: 26px 0px;
        width: 100%;
    }
    .footer-logo img {
        width: 100%;
    }
    .footer-contacts {
        float: right;
    }
    .footer-contacts ul li {
        float: right;
        list-style: none;
        padding: 12px 5px;
    }
    .footer-contacts ul li a {
        display: inline-block;
        padding: 14px 15px;
        text-decoration: none;
        font-size: 14px;
        text-transform: none;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        white-space: nowrap;
        color: #FFF;
    }
    .modalwrp {
        width:100%;
    }
    #overlay{
        z-index:3;
        position:fixed;
        background-color:#000;
        opacity:0.8;
        -moz-opacity:0.8;
        filter:alpha(opacity=80);
        width:100%;
        height:100%;
        top:0;
        left:0;
        cursor:pointer;
        display:none;
    }
    .formmodal {
        margin:0px auto;
        background-color:#f9f9f9;
        padding:0px 0px 20px 25px;
        width:450px;
    }
    #formmodal {
        display:none;
        opacity:0;
        z-index:5;
        position:fixed;
    }
    .formmodal p {
        color:#000;
        font-size:1.4em;
        padding-bottom:23px;
        padding-top:30px;
    }
    .formmodal p a {
        color:#000;
    }
    .formmodal input {
        width:390px;
        border:1px solid #eaeaea;
        padding:10px;
        margin-bottom:20px;
        background:#fff;
    }
    .nameform {
        visibility: hidden;
        padding: 0px !important;
        margin: 0px !important;
    }
    .formmodal textarea {
        width:390px;
        border:1px solid #eaeaea;
        padding:10px;
        margin-bottom:20px;
        background:#fff;
    }
    .errorsfield {
        float:left;
        padding-top:10px;
        color:#000;
        font-size:0.875em;
    }
    .exit {
        cursor:pointer;
        position:relative;
        z-index:1000;
        top:0px;
        float:right;
    }
    .emailbut {
        width: 410px !important;
        background-color:#393939 !important;
        border:none;
        color:#FFF;
        text-align:center;
        border-radius: 3px;
        padding: 10px 10px 9px 10px !important;
        font-size:1em;
        cursor: pointer;
        text-transform:uppercase;
        box-shadow: 0 0 10px rgba(0,0,0,0.09);
    }
    .contacts {
        overflow: auto;
        padding: 30px 0px 60px 0px;
        background-color: #f8f8f8;
    }
    .contacthead h4 {
        font-size: 44px;
        line-height: 48px;
        font-weight: 700;
        padding-bottom: 30px;
        text-align: center;
    }
    .contacthead p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        width: 50%;
        margin: 0px auto;
        padding-bottom: 50px;
    }
    .contacticon p {
        text-align: center;
        padding-bottom: 30px;
    }
    .contacticon .icon-email:before {
        font-size: 2em;
    }
    .contacticon .icon-phone:before {
        font-size: 2em;
    }
    .contacticon .icon-geo:before {
        font-size: 2em;
    }
    .contactwrp {
        padding: 15px;
    }
    .contactform {
        box-shadow: rgba(0, 0, 2, 0.05) 0px 10px 10px 0px;
        padding: 30px;
        border: 1px solid rgb(247, 247, 247);
    }
    .contactform p {
        font-size: 1.125em;
        color: #641a5c;
        padding-bottom: 0px;
        padding-top: 16px;
        text-transform: uppercase;
    }
    .bord {
        padding: 11px 15px 11px 15px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        margin-bottom: 17px;
    }
    .nameform {
        visibility: hidden;
        padding: 0px !important;
        margin: 0px !important;
    }
    .contactform input {
        border: none;
        width: 100%;
        font-weight: 300;
        line-height: 19px;
        font-size: 16px;
        background-color: #f8f8f8;
    }
    .contactform textarea {
        border: none;
        width: 100%;
        font-weight: 300;
        line-height: 19px;
        font-size: 16px;
        background-color: #f8f8f8;
    }
    .contactformbut {
        background-color: #ffc837;
        border: 1px solid #ffc837;
        color: #FFF;
        cursor: pointer;
        display: inline-block;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 18px;
        margin-top: 20px;
        padding: 12px 40px;
        text-align: center;
        text-transform: uppercase;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        -moz-appearance: none;
    }

    .contactformbut:hover {
        background: #FFF !important;
        color: #ffc837;
        -webkit-transition: all 0.3s ease;
        -transition: all 0.3s ease;
    }
    .map {
        padding: 15px;
        height: 360px;
    }
    .map img {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 5px;
    }
    .about {
        padding: 30px 0px 60px 0px;
        background-color: #f8f8f8;
    }
    .about-company-img {
        float: right;
        width: 400px;
        padding: 5px 0px 40px 50px;
    }
    .about p {
        padding-bottom: 20px;
    }
    .about h4 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .about ul {
        padding: 0px 30px 0px 0px;
    }
    .about ul li {
        padding: 0px 0px 20px 40px;
        background: url("/img/li.jpg") 10px 0px no-repeat;
        background-size: 15px;
    }
    .services {
        padding: 30px 0px 60px 0px;
        background-color: #f8f8f8;
    }
    .services-img {
        float: right;
        width: 400px;
        padding: 5px 0px 40px 50px;
    }
    .services  p {
        padding-bottom: 20px;
    }
    .services  h4 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .services  ul {
        padding: 0px 30px 0px 0px;
    }
    .services  ul li {
        padding: 0px 0px 20px 40px;
        background: url("/img/li.jpg") 10px 0px no-repeat;
        background-size: 15px;
    }

}

@media (min-width: 992px) {

    .desktop-hide {
        display: block;
    }

    .mobile-hide {
        display: block;
    }

    .tablet-hide {
        display: none;
    }

    .mobilemenuicon {
        display: none;
    }

    .head {
        padding: 5px 0px 0px 0px;
    }
    .logo {
        padding: 17px 0px 10px 20px;
        width: 100%;
    }
    .logo img {
        width: 100%;
    }
    .menu-desktop {
        float: right;
    }
    .menu-desktop ul li {
        float: left;
        list-style: none;
        padding: 12px 5px;
    }
    .menu-desktop ul li a {
        display: inline-block;
        padding: 14px 15px;
        text-decoration: none;
        font-size: 14px;
        text-transform: none;
        border-bottom: 1px solid #FFFFFF;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        white-space: nowrap;
    }

    .menu-desktop ul li a:hover {
        border-bottom: 1px solid #111;
    }
    .head-contacts {
        float: right;
    }
    .head-contacts ul li {
        float: right;
        list-style: none;
        padding: 12px 5px;
    }
    .head-contacts ul li a {
        display: inline-block;
        padding: 14px 15px;
        text-decoration: none;
        font-size: 14px;
        text-transform: none;
        font-weight: bold;
        border-bottom: 1px solid #FFFFFF;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        white-space: nowrap;
    }
    .icon-email {
        color: #ffc837;
    }
    .icon-phone {
        color:  #ffc837;
    }
    .icon-geo {
        color:  #ffc837;
    }
    .banner {
        background: url("/img/banner3.jpg") top left no-repeat;
        background-size: cover;
    }
    .banner-header {
        padding: 80px 0px 180px 0px;
    }
    .banner-header h1 {
        width: 100%;
        text-align: center;
        color: #FFF;
        padding-bottom: 12px;
    }
    .banner-description {
        font-size: 18px;
        color: #FFF;
        padding-bottom: 400px;
        text-align: center;
    }
    .help-me {
        color: #FFF;
        font-weight: bold;
        font-size: 22px;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .block-header {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0px 50px 0px;
    }
    .block-header h1 {
        width: 100%;
        text-align: center;
        font-size: 32px;
        padding-bottom: 12px;
    }
    .block-header h2 {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }
    .block-header h3 {
        width: 100%;
        text-align: center;
        font-size: 28px;
    }
    .work {
        overflow: auto;
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .offer {
        padding: 10px;
        height: 960px;
    }
    .offer-image {
        width: 100%;
    }
    .offer-image img {
        width: 100%;
    }
    .offer h3 {
        width: 100%;
        text-align: center;
        padding: 20px 0px 15px 0px;
        font-weight: bolder;
    }
    .offer-description {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        height: 320px;
    }
    .offer-technology {
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        font-weight: bolder;
    }
    .offer ul {
        padding-bottom: 40px;
    }
    .offer ul li {
        list-style: none;
        padding: 0px 0px 20px 40px;
        background: url("/img/li.jpg") 10px 0px no-repeat;
        background-size: 20px;
    }
    .offer-button {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 220px;
        margin: 0 auto;
    }
    .offer-button a {
        display: inline-block;
        background-color:  #ffc837;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        border-radius: 10px;
        padding: 20px 35px;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
    }
    .offer-button a:hover {
        background-color: #ffbe3c;
    }
    .examples {
        overflow: auto;
        padding: 30px 0px 100px 0px;
        background-color: #f8f8f8;
    }
    .gallery {
        padding-bottom: 30px;
    }
    .gallery-item {
        padding: 5px;
    }
    .gallery-item a {
        display: block;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
    }
    .gallery-item a img {
        width: 100%;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }
    .gallery-item a:hover img {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    }
    .other-work {
        overflow: auto;
        padding: 50px 0px 100px 0px;
    }
    .other-work-wrp {
        width: 100%;
        text-align: center;
    }
    .other-work-wrp img {
        width: 30%;
    }
    .other-work-wrp h4 {
        padding: 10px 20px;
        color:  #000;
        font-weight: bolder;
        font-size: 18px;
    }
    .other-work-wrp p {
        padding: 10px 30px;
    }
    .footer {
        background-color: #000;
    }
    .footer-logo {
        padding: 18px 0px;
        width: 100%;
    }
    .footer-logo img {
        width: 80%;
    }
    .footer-contacts {
        float: right;
    }
    .footer-contacts ul li {
        float: right;
        list-style: none;
        padding: 12px 5px;
    }
    .footer-contacts ul li a {
        display: inline-block;
        padding: 14px 15px;
        text-decoration: none;
        font-size: 14px;
        text-transform: none;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        white-space: nowrap;
        color: #FFF;
    }
    .modalwrp {
        width:100%;
    }
    #overlay{
        z-index:3;
        position:fixed;
        background-color:#000;
        opacity:0.8;
        -moz-opacity:0.8;
        filter:alpha(opacity=80);
        width:100%;
        height:100%;
        top:0;
        left:0;
        cursor:pointer;
        display:none;
    }
    .formmodal {
        margin:0px auto;
        background-color:#f9f9f9;
        padding:0px 0px 20px 25px;
        width:450px;
    }
    #formmodal {
        display:none;
        opacity:0;
        z-index:5;
        position:fixed;
    }
    .formmodal p {
        color:#000;
        font-size:1.4em;
        padding-bottom:23px;
        padding-top:30px;
    }
    .formmodal p a {
        color:#000;
    }
    .formmodal input {
        width:390px;
        border:1px solid #eaeaea;
        padding:10px;
        margin-bottom:20px;
        background:#fff;
    }
    .nameform {
        visibility: hidden;
        padding: 0px !important;
        margin: 0px !important;
    }
    .formmodal textarea {
        width:390px;
        border:1px solid #eaeaea;
        padding:10px;
        margin-bottom:20px;
        background:#fff;
    }
    .errorsfield {
        float:left;
        padding-top:10px;
        color:#000;
        font-size:0.875em;
    }
    .exit {
        cursor:pointer;
        position:relative;
        z-index:1000;
        top:0px;
        float:right;
    }
    .emailbut {
        width: 410px !important;
        background-color:#393939 !important;
        border:none;
        color:#FFF;
        text-align:center;
        border-radius: 3px;
        padding: 10px 10px 9px 10px !important;
        font-size:1em;
        cursor: pointer;
        text-transform:uppercase;
        box-shadow: 0 0 10px rgba(0,0,0,0.09);
    }
    .contacts {
        overflow: auto;
        padding: 30px 0px 60px 0px;
        background-color: #f8f8f8;
    }
    .contacthead h4 {
        font-size: 44px;
        line-height: 48px;
        font-weight: 700;
        padding-bottom: 30px;
        text-align: center;
    }
    .contacthead p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        width: 50%;
        margin: 0px auto;
        padding-bottom: 50px;
    }
    .contacticon p {
        text-align: center;
        padding-bottom: 30px;
    }
    .contacticon .icon-email:before {
        font-size: 2em;
    }
    .contacticon .icon-phone:before {
        font-size: 2em;
    }
    .contacticon .icon-geo:before {
        font-size: 2em;
    }
    .contactwrp {
        padding: 15px;
    }
    .contactform {
        box-shadow: rgba(0, 0, 2, 0.05) 0px 10px 10px 0px;
        padding: 30px;
        border: 1px solid rgb(247, 247, 247);
    }
    .contactform p {
        font-size: 1.125em;
        color: #641a5c;
        padding-bottom: 0px;
        padding-top: 16px;
        text-transform: uppercase;
    }
    .bord {
        padding: 11px 15px 11px 15px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        margin-bottom: 17px;
    }
    .nameform {
        visibility: hidden;
        padding: 0px !important;
        margin: 0px !important;
    }
    .contactform input {
        border: none;
        width: 100%;
        font-weight: 300;
        line-height: 19px;
        font-size: 16px;
        background-color: #f8f8f8;
    }
    .contactform textarea {
        border: none;
        width: 100%;
        font-weight: 300;
        line-height: 19px;
        font-size: 16px;
        background-color: #f8f8f8;
    }
    .contactformbut {
        background-color: #ffc837;
        border: 1px solid #ffc837;
        color: #FFF;
        cursor: pointer;
        display: inline-block;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 18px;
        margin-top: 20px;
        padding: 12px 40px;
        text-align: center;
        text-transform: uppercase;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        -moz-appearance: none;
    }

    .contactformbut:hover {
        background: #FFF !important;
        color: #ffc837;
        -webkit-transition: all 0.3s ease;
        -transition: all 0.3s ease;
    }
    .map {
        padding: 15px;
        height: 360px;
    }
    .map img {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 5px;
    }
    .about {
        padding: 30px 0px 60px 0px;
        background-color: #f8f8f8;
    }
    .about-company-img {
        float: right;
        width: 400px;
        padding: 5px 0px 40px 50px;
    }
    .about p {
        padding-bottom: 20px;
    }
    .about h4 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .about ul {
        padding: 0px 30px 0px 0px;
    }
    .about ul li {
        padding: 0px 0px 20px 40px;
        background: url("/img/li.jpg") 10px 0px no-repeat;
        background-size: 15px;
    }
    .services {
        padding: 30px 0px 60px 0px;
        background-color: #f8f8f8;
    }
    .services-img {
        float: right;
        width: 400px;
        padding: 5px 0px 40px 50px;
    }
    .services  p {
        padding-bottom: 20px;
    }
    .services  h4 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .services  ul {
        padding: 0px 30px 0px 0px;
    }
    .services  ul li {
        padding: 0px 0px 20px 40px;
        background: url("/img/li.jpg") 10px 0px no-repeat;
        background-size: 15px;
    }

}
@media (min-width: 1900px) {

    .desktop-hide {
        display: none;
    }

    .mobile-hide {
        display: block;
    }

    .tablet-hide {
        display: block;
    }

    .mobilemenuicon {
        display: none;
    }

    .head {
        padding: 5px 0px 0px 0px;
    }
    .logo {
        padding: 11px 0px 10px 20px;
        width: 100%;
    }
    .logo img {
        width: 80%;
    }
    .menu-desktop {
        float: right;
    }
    .menu-desktop ul li {
        float: left;
        list-style: none;
        padding: 12px 5px;
    }
    .menu-desktop ul li a {
        display: inline-block;
        padding: 14px 15px;
        text-decoration: none;
        font-size: 14px;
        text-transform: none;
        border-bottom: 1px solid #FFFFFF;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        white-space: nowrap;
    }

    .menu-desktop ul li a:hover {
        border-bottom: 1px solid #111;
    }
    .head-contacts {
        float: right;
    }
    .head-contacts ul li {
        float: right;
        list-style: none;
        padding: 12px 5px;
    }
    .head-contacts ul li a {
        display: inline-block;
        padding: 14px 15px;
        text-decoration: none;
        font-size: 14px;
        text-transform: none;
        font-weight: bold;
        border-bottom: 1px solid #FFFFFF;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        white-space: nowrap;
    }
    .icon-email {
        color: #ffc837;
    }
    .icon-phone {
        color:  #ffc837;
    }
    .icon-geo {
        color:  #ffc837;
    }
    .banner {
        background: url("/img/banner3.jpg") top left no-repeat;
    }
    .banner-header {
        padding: 80px 0px 180px 0px;
    }
    .banner-header h1 {
        width: 100%;
        text-align: center;
        color: #FFF;
        padding-bottom: 12px;
    }
    .banner-description {
        font-size: 18px;
        color: #FFF;
        padding-bottom: 400px;
        text-align: center;
    }
    .help-me {
        color: #FFF;
        font-weight: bold;
        font-size: 22px;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .block-header {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0px 50px 0px;
    }
    .block-header h1 {
        width: 100%;
        text-align: center;
        font-size: 32px;
        padding-bottom: 12px;
    }
    .block-header h2 {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }
    .block-header h3 {
        width: 100%;
        text-align: center;
        font-size: 28px;
    }
    .work {
        overflow: auto;
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .offer {
        padding: 10px;
        height: 960px;
    }
    .offer-image {
        width: 100%;
    }
    .offer-image img {
        width: 100%;
    }
    .offer h3 {
        width: 100%;
        text-align: center;
        padding: 20px 0px 15px 0px;
        font-weight: bolder;
    }
    .offer-description {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        height: 320px;
    }
    .offer-technology {
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        font-weight: bolder;
    }
    .offer ul {
        padding-bottom: 40px;
    }
    .offer ul li {
        list-style: none;
        padding: 0px 0px 20px 40px;
        background: url("/img/li.jpg") 10px 0px no-repeat;
        background-size: 20px;
    }
    .offer-button {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 220px;
        margin: 0 auto;
    }
    .offer-button a {
        display: inline-block;
        background-color:  #ffc837;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        border-radius: 10px;
        padding: 20px 35px;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
    }
    .offer-button a:hover {
        background-color: #ffbe3c;
    }
    .examples {
        overflow: auto;
        padding: 30px 0px 100px 0px;
        background-color: #f8f8f8;
    }
    .gallery {
        padding-bottom: 30px;
    }
    .gallery-item {
        padding: 5px;
    }
    .gallery-item a {
        display: block;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
    }
    .gallery-item a img {
        width: 100%;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }
    .gallery-item a:hover img {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    }
    .other-work {
        overflow: auto;
        padding: 50px 0px 100px 0px;
    }
    .other-work-wrp {
        width: 100%;
        text-align: center;
    }
    .other-work-wrp img {
        width: 30%;
    }
    .other-work-wrp h4 {
        padding: 10px 20px;
        color:  #000;
        font-weight: bolder;
        font-size: 18px;
    }
    .other-work-wrp p {
        padding: 10px 30px;
    }
    .footer {
        background-color: #000;
    }
    .footer-logo {
        padding: 13px 0px;
        width: 100%;
    }
    .footer-logo img {
        width: 50%;
    }
    .footer-contacts {
        float: right;
    }
    .footer-contacts ul li {
        float: right;
        list-style: none;
        padding: 12px 5px;
    }
    .footer-contacts ul li a {
        display: inline-block;
        padding: 14px 15px;
        text-decoration: none;
        font-size: 14px;
        text-transform: none;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        white-space: nowrap;
        color: #FFF;
    }
    .modalwrp {
        width:100%;
    }
    #overlay{
        z-index:3;
        position:fixed;
        background-color:#000;
        opacity:0.8;
        -moz-opacity:0.8;
        filter:alpha(opacity=80);
        width:100%;
        height:100%;
        top:0;
        left:0;
        cursor:pointer;
        display:none;
    }
    .formmodal {
        margin:0px auto;
        background-color:#f9f9f9;
        padding:0px 0px 20px 25px;
        width:450px;
    }
    #formmodal {
        display:none;
        opacity:0;
        z-index:5;
        position:fixed;
    }
    .formmodal p {
        color:#000;
        font-size:1.4em;
        padding-bottom:23px;
        padding-top:30px;
    }
    .formmodal p a {
        color:#000;
    }
    .formmodal input {
        width:390px;
        border:1px solid #eaeaea;
        padding:10px;
        margin-bottom:20px;
        background:#fff;
    }
    .nameform {
        visibility: hidden;
        padding: 0px !important;
        margin: 0px !important;
    }
    .formmodal textarea {
        width:390px;
        border:1px solid #eaeaea;
        padding:10px;
        margin-bottom:20px;
        background:#fff;
    }
    .errorsfield {
        float:left;
        padding-top:10px;
        color:#000;
        font-size:0.875em;
    }
    .exit {
        cursor:pointer;
        position:relative;
        z-index:1000;
        top:0px;
        float:right;
    }
    .emailbut {
        width: 410px !important;
        background-color:#393939 !important;
        border:none;
        color:#FFF;
        text-align:center;
        border-radius: 3px;
        padding: 10px 10px 9px 10px !important;
        font-size:1em;
        cursor: pointer;
        text-transform:uppercase;
        box-shadow: 0 0 10px rgba(0,0,0,0.09);
    }
    .contacts {
        overflow: auto;
        padding: 30px 0px 60px 0px;
        background-color: #f8f8f8;
    }
    .contacthead h4 {
        font-size: 44px;
        line-height: 48px;
        font-weight: 700;
        padding-bottom: 30px;
        text-align: center;
    }
    .contacthead p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        width: 50%;
        margin: 0px auto;
        padding-bottom: 50px;
    }
    .contacticon p {
        text-align: center;
        padding-bottom: 30px;
    }
    .contacticon .icon-email:before {
        font-size: 2em;
    }
    .contacticon .icon-phone:before {
        font-size: 2em;
    }
    .contacticon .icon-geo:before {
        font-size: 2em;
    }
    .contactwrp {
        padding: 15px;
    }
    .contactform {
        box-shadow: rgba(0, 0, 2, 0.05) 0px 10px 10px 0px;
        padding: 30px;
        border: 1px solid rgb(247, 247, 247);
    }
    .contactform p {
        font-size: 1.125em;
        color: #641a5c;
        padding-bottom: 0px;
        padding-top: 16px;
        text-transform: uppercase;
    }
    .bord {
        padding: 11px 15px 11px 15px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        margin-bottom: 17px;
    }
    .nameform {
        visibility: hidden;
        padding: 0px !important;
        margin: 0px !important;
    }
    .contactform input {
        border: none;
        width: 100%;
        font-weight: 300;
        line-height: 19px;
        font-size: 16px;
        background-color: #f8f8f8;
    }
    .contactform textarea {
        border: none;
        width: 100%;
        font-weight: 300;
        line-height: 19px;
        font-size: 16px;
        background-color: #f8f8f8;
    }
    .contactformbut {
        background-color: #ffc837;
        border: 1px solid #ffc837;
        color: #FFF;
        cursor: pointer;
        display: inline-block;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 18px;
        margin-top: 20px;
        padding: 12px 40px;
        text-align: center;
        text-transform: uppercase;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        -moz-appearance: none;
    }

    .contactformbut:hover {
        background: #FFF !important;
        color: #ffc837;
        -webkit-transition: all 0.3s ease;
        -transition: all 0.3s ease;
    }
    .map {
        padding: 15px;
        height: 360px;
    }
    .map img {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 5px;
    }
    .about {
        padding: 30px 0px 60px 0px;
        background-color: #f8f8f8;
    }
    .about-company-img {
        float: right;
        width: 400px;
        padding: 5px 0px 40px 50px;
    }
    .about p {
        padding-bottom: 20px;
    }
    .about h4 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .about ul {
        padding: 0px 30px 0px 0px;
    }
    .about ul li {
        padding: 0px 0px 20px 40px;
        background: url("/img/li.jpg") 10px 0px no-repeat;
        background-size: 15px;
    }
    .services {
        padding: 30px 0px 60px 0px;
        background-color: #f8f8f8;
    }
    .services-img {
        float: right;
        width: 400px;
        padding: 5px 0px 40px 50px;
    }
    .services  p {
        padding-bottom: 20px;
    }
    .services  h4 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .services  ul {
        padding: 0px 30px 0px 0px;
    }
    .services  ul li {
        padding: 0px 0px 20px 40px;
        background: url("/img/li.jpg") 10px 0px no-repeat;
        background-size: 15px;
    }

}