/*============== fonts variables ===================*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Roboto:400,500,700,900");

@font-face {
            font-family: "OpenSansRegular";
            src: url("../fonts/OpenSansRegular.eot");
            src: url("../fonts/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
            url("../fonts/OpenSansRegular.woff") format("woff"),
            url("../fonts/OpenSansRegular.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
    }
ul {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: "OpenSansRegular",sans-serif;
    font-size: 16px;
    position: relative;
    line-height: 1.75;
    /*font-family: GothamPro,sans-serif;*/
    overflow-x: hidden;
    background: #fff;
}
h2 {
    font-size: 40px;
    line-height: 1.1;
    font-family: Montserrat,sans-serif;
}
h3 {
    font-size: 30px;
    line-height: 1.1;
    font-family: Montserrat,sans-serif;
}
h4 {
    font-size: 19px;
    line-height: 1.1;
    font-family: Montserrat,sans-serif;
    font-weight: 900;
}
header {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.logo-block .logo {
    color: #dc0a14;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 10px;
}
.logo-block .logo:hover {
    color: #dc0a14;
    text-decoration: none;
}
.logo-block span {
    display: block;
    font-size: 13px;
    line-height: 8px;
    font-weight: 600;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    padding: 46px 0 10px;
}
.navbar-default .navbar-nav>li>a {
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    color: #333;
}
.navbar-nav {
    margin-right: 100px;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    text-decoration: none;
    border-bottom: 1px solid #2f2483;
    color: #2f2483;
}
.affix {
    top: 0px;
    background: #fff;
    z-index: 999;
    margin-top: 0;
    transition: all 0.1s;
    width: 100%;
}
.navbar-default.affix {
    padding: 10px 0;
}
.navbar-default.affix .logo-block .logo {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 6px;
}
.navbar-default.affix .logo-block span {
    font-size: 12px;
    line-height: 8px;
    font-weight: 600;
}
.phone-top {
    float: left;
    margin-left: 30px;
    margin-top: 8px;
}
.phone-top a {
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    font-size: 22px;
    color: #333;
    -webkit-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    text-decoration: none;
}
.phone-top a:hover,
.phone-top a:focus {
    text-decoration: none;
    color: #2f2483;
}
.block-top {
    /*height: 100vh;
    min-height: 900px;
    overflow: hidden;*/
    background: #f9f9f9;
}
.block-top-inner {
    height: 100%;
    padding-top: 160px;
    background: url(../image/block-top-bg.png) top right no-repeat;
    /*background-size: cover;*/
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
}
.block-top-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 99%;
    width: 1000%;
    height: 100%;
    background: #2f2483;
    z-index: 0;
}
.decorate-circle {
    z-index: 1;
    position: absolute;
    width: 130%;
    padding-top: 130%;
    opacity: .15;
    top: -22%;
    right: -15%;
}
.decorate-circle span {
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    padding: 53px;
    width: 100%;
    height: 100%;
}
.decorate-circle>span {
    position: absolute;
    top: 0;
    left: 0;
}
.block-top-right img {
    display: block;
    margin: 0 auto;
}
.block-top-left {
    position: relative;
    z-index: 2;
}
.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
}
.slick-dots li {
    margin: 22px 0 120px;
}
.slick-dots li:nth-child(3) {
    margin-bottom: 66px;
}
.slick-dots li a {
    border: none;
    background: 0 0;
    font-size: 20px;
    font-family: Montserrat,sans-serif;
    color: #2f2483;
    outline: 0;
    width: 67px;
    font-weight: 700;
    position: relative;
    text-align: left;
    cursor: pointer;
}
.slick-dots li a:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 2px;
    background: #2f2483;
    top: 50%;
    right: -35px;
    margin-top: -1px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.slick-list p {
    font-size: 52px;
    line-height: 1;
    font-family: Montserrat,sans-serif;
    font-weight: 900;
    margin: 10px 0 50px;
    color: #dc0a14;
}
.block-top-right {
    padding: 0 20px;
}
.slick-item .text {
    font-size: 52px;
    line-height: 1;
    font-family: Montserrat,sans-serif;
    font-weight: 900;
    margin: 10px 0 30px;
    color: #dc0a14;
    padding-left: 80px;
    cursor: pointer;
}
.slick-item .dot {
    border: none;
    background: 0 0;
    font-size: 20px;
    font-family: Montserrat,sans-serif;
    color: #2f2483;
    outline: 0;
    width: 20px;
    margin-top: 10px;
    font-weight: 700;
    position: relative;
    text-align: left;
    cursor: pointer;
    display: inline-block;
    float: left;
}
.slick-item .dot:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 2px;
    background: #2f2483;
    top: 50%;
    right: -35px;
    margin-top: -1px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.slick-min {
    list-style-type: none;
    display: none;
    width: 100%;
    padding-left: 80px;
    height: 138px;
}
.slick-min li {
    display: flex;
    align-items: center;
    width: 50%;
    float: left;
    margin-bottom: 15px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.slick-min li img {
    margin-right: 10px;
}
.block-img {
    padding-top: 150px;
    padding-bottom: 60px;
    position: relative;
}
.block-img-inner,
.block-img-text {
    padding:  0 15px;
}
.block-img:before {
    content: "";
    width: 159px;
    height: 181px;
    background: url(../image/points-bg.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 60px;
}
.btn-default {
    border: 2px solid #2f2483;
    color: #2f2483;
    background: #fff;
    text-decoration: none;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    padding: 0 45px;
    webkit-border-radius: 30px;
    border-radius: 30px;
    outline: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-bottom: 20px;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background: #2f2483;
    border: 2px solid #2f2483;
    color: #fff;
    outline: none;
    cursor: pointer;
}
.btn-zakaz {
    font-size: 16px;
    border: 2px solid #fff;
    background: #2f2483;
    color: #fff;
    height: 45px;
    line-height: 42px;
    padding: 0 15px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
}
.btn-zakaz:hover,
.btn-zakaz:active,
.btn-zakaz:focus {
    color: #fff;
    border: 2px solid #fff;
    background: #140679;
}
.block-img-text .btn {
    margin-top: 50px;
}
.block-img-text h2 {
    margin: 10px 0 45px;
    max-width: 100%;
    font-weight: 700;
    color: #dc0a14;
}
.block-img-text h2 span {
    display: block;
}
.block-img-text p {
    line-height: 1.5;
}
.block-img-text small {
    font-size: 12px;
    display: block;
    line-height: 1.5;
}
.block-img-text small span {
    display: block;
}
.block-complex {
    padding-bottom: 120px;
    position: relative;
}
.block-complex:before {
    content: "";
    width: 159px;
    height: 181px;
    background: url(../image/points-bg.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -145px;
    z-index: 1;
}
.h3-light {
    color: #c7c1c1;
    text-transform: uppercase;
    font-size: 78px;
    margin: 0;
    line-height: 1;
    font-weight: 900;
    /*margin-bottom: -20px;*/
}
.block-complex h4 {
    margin: 0 0 20px;
}
.block-complex p {
    margin: 0;
    line-height: 1.5;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
}
.block-portfolio {
    padding-top: 10px;
    font-size: 20px;
    padding-bottom: 50px;
}
.block-portfolio p {
    width: 500px;
    line-height: 1.4;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.block-portfolio h3 {
    margin: 30px 0;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: #dc0a14;
}
.portfolio {
    margin-top: -125px;
    background: #2f2483;
    height: 897px;
    position: relative;
}
.portfolio:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    top: 0;
    border-style: solid;
    border-width: 358px 100vw 0 0;
    border-color: #fff transparent transparent transparent;
}
.portfolio:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 190px 100vw;
    border-color: transparent transparent #fff transparent;
}
.portfolio-screen {
    position: relative;
    border: 5px solid #dc0a14;
}
.portfolio-screen a:before {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    background: url(../image/zoom.jpg) no-repeat;
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    transform: translate(-48%,-50%);
}
.portfolio-screen a:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.portfolio-screen a:hover:before {
    opacity: 1;
}
.portfolio .btn {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 50%;
    margin-left: -85px;
    padding: 0 20px;
    height: 50px;
    line-height: 46px;
}
.portfolio-carousel .owl-carousel {
    top: 220px;
}
.portfolio-carousel .owl-nav {
    top: 22%;
    position: absolute;
    width: 100%;
}
.portfolio-carousel .owl-carousel .owl-nav button.owl-prev,
.portfolio-carousel .owl-carousel .owl-nav button.owl-next {
    color: #dc0a14;
    font-size: 110px;
    z-index: 9999;
    position: absolute;
    opacity: 0.7;
    transition-duration: .5s;
    outline: none;
}
.portfolio-carousel .owl-carousel .owl-nav button.owl-prev:hover,
.portfolio-carousel .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}
.portfolio-carousel .owl-nav .owl-prev {
    left: 50px;
}
.portfolio-carousel .owl-nav .owl-next {
    right: 50px;
}
.block-works {
    padding-top: 95px;
    padding-bottom: 0;
    position: relative;
}
.block-works:after, 
.block-works:before {
    content: "";
    width: 159px;
    height: 181px;
    background: url(../image/points-bg.png) center no-repeat;
    background-size: contain;
    position: absolute;
}
.block-works:after {
    right: 0;
    top: 35px;
}
.block-works:before {
    left: 0;
    top: 390px;
}
.work-list-item {
    padding-bottom: 30px;
}
.work-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -1.5% 0;
    counter-reset: point;
}
.work-list-item {
        width: 25%;
    padding: 0 1.5% 30px;
    position: relative;
}
.work-list-item figure {
    margin: 0 -18% 0 0;
    padding: 0 0 0 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.work-list-item:first-child figure {
    padding: 0 0 0 12px;
}
.work-list-item figure:before {
    content: counter(point);
    counter-increment: point 1;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    width: 21px;
    height: 21px;
    background: #2f2483;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-family: Montserrat,sans-serif;
}
.work-list-item figure:after {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px dotted #9a9a9a;
}
.work-list li:nth-child(4) figure:after,
.work-list li:last-child figure:after {
    display: none;
}
.work-list-item h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
}
.work-list-item p {
    line-height: 1.45;
}
.block-clients {
    padding-top: 85px;
    padding-bottom: 80px;
    position: relative;
}
.block-clients:before {
    content: "";
    width: 159px;
    height: 181px;
    background: url(../image/points-bg.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 200px;
    top: 310px;
}
.cliets-text h3 {
    font-size: 48px;
    margin-top: 70px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #dc0a14;
}
.cliets-text p {
    line-height: 1.45;
    padding-right: 91px;
}

.clients {
    min-height: 92px;
}
.clients-logo img {
    max-width: 200px;
    margin: 15px auto 10px;
}
.block-form {
    padding-top: 120px;
    padding-bottom: 170px;
    position: relative;
}
.block-form:before {
    content: "";
    width: 159px;
    height: 181px;
    background: url(../image/points-bg.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 150px;
    top: 0;
}
.block-form .form {
    max-width: 920px;
    border: 12px solid #2f2483;
    margin: auto;
    text-align: center;
    padding: 35px 110px 95px;
}
.block-form .form .form-inner {
    margin-top: 40px;
    position: relative;
}
.block-form form h4 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 30px;
}
.block-form form p {
    width: 460px;
    max-width: 100%;
    margin: auto;
}
.block-form form input, 
.block-form form textarea {
    height: 45px;
    display: block;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    resize: none;
    margin-bottom: 25px;
    outline: 0;
    width: 100%;
}
.btn-primary {
    background: #dc0a14;
    color: #fff;
    text-decoration: none;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    text-align: center;
    height: 60px;
    font-size: 17px;
    padding: 0 50px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    outline: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    border: none;
    box-shadow: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #b10008;
    cursor: pointer;
    outline: none;
    border-color: transparent;
}
.block-form form .btn {
    height: 70px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    margin-top: 45px;
    font-size: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 339px;
    max-width: 100%;
}
.block-form form .button-groups {
    display: inline-block;
} 
footer {
    background: #191919;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
}
footer a {
    -webkit-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    text-decoration: none;
    color: #fff;
}
footer a:hover {
    color: #dc0a14;
    text-decoration: none;
}
.footer-logo {
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 5px;
    margin-bottom: 27px;
    line-height: 30px;
}
.copyright {
    padding-right: 20px;
}
.politika a {
    color: #dc0a14;
}
.footer-item h5 {
    font-size: 24px;
    font-family: Montserrat,sans-serif;
    font-weight: 900;
    margin: 0 0 30px;
}
.footer-item p {
    margin-bottom: 5px;
}
.footer-item.two {
    margin-top: 56px;
}
.social-footer {
    margin: 5px 0;
    list-style-type: none;
}
.social-footer li {
    display: inline-block;
    margin-right: 15px;
}
.social-footer li a {
   color: #747474;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out; 
    font-size: 24px;
}
.social-footer li a:hover {
    color: #fff;
}
.phones {
    display: flex;
    align-items: center;
}
.phones img {
    width: 25px;
    margin-right: 10px;
}
.modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    background: #2f2483;
    width: 38px;
    height: 38px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: 100;
    margin-top: 0;
    outline: none;
}
.modal-header {
    border-bottom: none;
    padding: 15px 55px;
}
.modal-title {
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    line-height: 1.1;
    font-family: Montserrat,sans-serif;
    margin-top: 45px;
}
.form-text {
    font-size: 18px;
    font-family: Montserrat,sans-serif;
    text-align: center;
}
.modal-body {
    padding: 15px 55px;
}
.modal-content {
    border-radius: 0;
    box-shadow: none;
}
#audit form input {
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    resize: none;
    outline: 0;
}
.buttons-group {
    text-align: center;
}
.btn-modal {
    margin-top: 40px;
}
.success-form {
    text-align: center;
    display: none;
    font-size: 18px;
    color: #dc0a14;
    margin-bottom: 40px;
}
#portfolio-list {
    list-style-type: none;
}
#portfolio-list li { 
    display:none;
}
.portfolio-mobile {
    background: #2f2483;
    padding: 20px 15px;
}
#loadmore {
    margin-bottom: 0;
}
#loadmore:focus,
#loadmore:hover {
    background: #dc0a14;
    border: 2px solid #dc0a14;
}
@media screen and (min-width: 481px) {
    .portfolio-mobile {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
   .h3-light {
        font-size: 64px;
   }
   .portfolio:after {
        border-width: 0 0 280px 100vw;
   }
   .block-complex:before {
        bottom: -40px;
   }
   .block-works:after {
        top: -100px;
   }
   .block-works:before {
        top: auto;
        bottom: -125px;
    }
    .block-clients:before {
        right: 0;
        top: 0;
    }
    .block-form:before {
        left: 0;
        top: -65px;
    }
    .navbar-nav {
        margin-right: 20px;
    }
    .navbar-nav li:first-child {
        display: none;
    }
    .slick-item .dot {
        display: none;
    }
    .slick-item .text,
    .slick-min {
        padding-left: 0;
    }
    .cliets-text h3 {
        margin-top: 40px;
    }
}
@media screen and (max-width: 991px) {
   .block-img-inner, .block-img-text {
        padding: 0;
    }
    .h3-light {
        font-size: 50px;
    }
    .block-complex p {
        margin-bottom: 25px;
    }
    .navbar-nav {
        margin-right: 0;
    }
    .btn-zakaz {
        display: none;
    }
    .phone-top {
        margin-left: 15px;
    }
    .block-top-right {
        padding: 0;
    }
    .logo-block .logo {
        font-size: 26px;
    }
    .logo-block span {
        font-size: 12px;
    }
    .portfolio:after {
        border-width: 0 0 370px 100vw;
    }
    .portfolio:before {
        border-width: 240px 100vw 0 0;
    }
    .work-list-item {
        width: 48%;
    }
    .work-list-item:nth-child(2n) figure:after {
        display: none;
    }
    .block-works:before {
        top: auto;
        bottom: -170px;
    }
}
@media screen and (max-width: 767px) {
   .block-clients:before,
    .block-works:before,
    .block-form:before,
    .block-complex:before,
    .block-works:after,
    .block-img:before {
        width: 100px;
        height: 110px;
    }
    .logo-block {
        padding-left: 15px;
    }
   .portfolio-carousel .owl-carousel {
        top: 130px;
    }
    .block-clients .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 40px;
        padding-bottom: 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .clients-logo {
        width: 100%;
        padding-right: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .clients-txt {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .cliets-text h3,
    .cliets-text p {
        text-align: center;
        padding-right: 0;
    }
    .block-form {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .block-clients {
        padding-bottom: 0;
        padding-top: 0;
    }
    footer {
        text-align: center;
        padding-bottom: 5px;
        padding-top: 30px;
    }
    .footer-item.two {
        margin: 30px 0;
    }
    .block-form .form {
        width: 100%;
        padding: 35px 20px 95px;
    }
    .h3-light {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .work-list {
        margin-top: 30px;
    }
    .block-img {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .block-top-inner:after,
    .decorate-circle,
    .block-top-right {
        display: none;
    }
    .block-top-inner {
        background: none;
    }
    .navbar-nav li:first-child {
        display: block;
    }
    .slick-item .text {
        font-size: 42px;
    }
    .slick-min {
        display: inline-block;
    }
    .button-groups {
        text-align: center;
    }
    .clients-logo img {
        max-width: 100%;
    }
    .block-form form .btn,
    .block-img-text .btn {
        width: auto;
        padding: 0 15px;
    }
    .phones {
        justify-content: center;
    }
    .block-top {
        margin-top: 115px;
    }
    .navbar-default {
        position: fixed;
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .navbar-default.affix .logo-block .logo {
        font-size: 26px;
        letter-spacing: 10px;
        line-height: 30px;
    }
    .navbar-default.affix .logo-block span {
        font-size: 13px;
        line-height: 8px;
        font-weight: 600;
    }
    .logo-block {
        padding: 0 15px;
    }
    .logo-block .logo {
        font-size: 26px;
        font-family: Montserrat,sans-serif;
    }
    .logo-block span {
        font-size: 13px;
    }
    .phone-top {
        display: flex;
        align-items: center;
        padding: 5px 0;
        margin: 10px 0 0;
        float: none;
        border-top: 1px solid #f2f2f2;
    }
    .phone-top img {
        margin-right: 10px;
    }
    .navbar-toggle {
        border: none;
        margin-top: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        width: 30px;
        background-color: #333;
        border-radius: 0;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar-default #navbar {
        position: absolute;
        z-index: 999;
        background: rgb(255, 255, 255);
        left: 0px;
        top: 113px;
        right: 0px;
        border: none;
        text-align: center;
    }
    .navbar-default .navbar-nav>.active>a, 
    .navbar-default .navbar-nav>.active>a:focus, 
    .navbar-default .navbar-nav>.active>a:hover {
        border: none;
    }
    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
}
@media screen and (max-width: 560px) {
    .slick-min li {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .slick-min {
        height: auto;
    }
    .slick-min li {
        width: 100%;
    }
    .block-img-text h2 {
        font-size: 30px;
        text-align: center;
    }
    #portfolio-list li {
        margin-bottom: 20px;
    }
    .portfolio:before,
    .portfolio:after {
        display: none;
    }
    .block-portfolio h3 {
        text-align: center;
        font-size: 34px;
        padding-bottom: 0;
    }
    .block-portfolio p {
        background: #2f2483;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0;
        max-width: inherit;
        width: auto;
        padding: 20px 15px 10px;
        color: #fff;
        text-align: center;
    }
    .work-list-item h4 {
        font-size: 20px;
    }
    .block-top-inner {
        padding-top: 10px;
    }
    .portfolio {
        display: none;
        height: 600px;
        font-size: 32px;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .portfolio-carousel .owl-item {
        margin-right: 0!important;
    }
    .portfolio-carousel .item {
        margin-top: 0 !important;
    }
    .portfolio .btn {
        position: relative;
        margin: 200px auto 0;
        left: auto;
    }
    .work-list {
        margin: 30px 0 0;
    }
}
@media screen and (max-width: 360px) {
    .slick-item .text {
        font-size: 30px;
    }
    .block-form form .btn, 
    .block-img-text .btn {
        font-size: 14px;
    }
    .h3-light {
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    
   
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
   
}

@media screen and (min-width: 1200px) {
	
}
@media screen and (min-width: 1350px) {
  
}

