@charset "UTF-8";
@font-face {
    font-family: 'Montserrat-Bold';
    src: url("../../fonts/montserrat-bold.eot") format("embedded-opentype"), url("../../fonts/montserrat-bold.woff") format("woff"), url("../../fonts/montserrat-bold.ttf") format("truetype"), url("../../fonts/montserrat-bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url("../../fonts/montserrat-light.eot") format("embedded-opentype"), url("../../fonts/montserrat-light.woff") format("woff"), url("../../fonts/montserrat-light.ttf") format("truetype"), url("../../fonts/montserrat-light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url("../../fonts/montserrat-regular.eot") format("embedded-opentype"), url("../../fonts/montserrat-regular.woff") format("woff"), url("../../fonts/montserrat-regular.ttf") format("truetype"), url("../../fonts/montserrat-regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* ШРИФТЫ */
/* ЦВЕТА */
/* ШАБЛОННЫЕ СЕЛЕКТОРЫ */
.dark-bg {
    background: -webkit-linear-gradient(to top, #283a44, #1a262d);
    background: -moz-linear-gradient(to top, #283a44, #1a262d);
    background: linear-gradient(to top, #283a44, #1a262d);
}

/* ФУНКЦИИ */
/* общее оформление формы отправки заявки*/
/* ===== MEDIA QUERIES ===== */
html, body {
    height: 100%;
}

body {
    font-family: "Montserrat-Regular", sans-serif;
}

.main-canvas {
    height: 100%;
    width: 100%;
    background-color: #1a262d;
    position: relative;
}

a:hover, a:focus {
    text-decoration: none;
}

/*  COMMON  */
button, a {
    -webkit-transition: all 0.3s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    -ms-transition: all 0.3s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    -o-transition: all 0.3s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    transition: all 0.3s cubic-bezier(0.69, 0.03, 0.29, 1.01);
}

a {
    color: #04aae0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat-Bold";
}

.color-blue {
    color: #03bdee;
}

.blue-bg {
    background-color: #04aae0;
}

.white-bg {
    background-color: #f5f9fc;
}

.white-bg .nav-tabs > li.active > a,
.white-bg .nav-tabs > li.active > a:hover,
.white-bg .nav-tabs > li.active > a:focus {
    background-color: #f5f9fc;
}

.btn.request-btn, .btn.request {
    border-radius: 26.5px;
    background-color: #ffba00;
    border: 2px solid #ffba00;
    padding: 7px 43px 9px;
    font-size: 21px;
}

@media only screen and (max-width: 768px) {
    .btn.request-btn, .btn.request {
        font-size: 15px;
    }
}

.btn.request-btn:hover, .btn.request:hover {
    background-color: #ffc936;
}

.btn.request-btn.button-empty, .btn.request.button-empty {
    background-color: unset;
}

.btn.request-btn.button-empty:focus, .btn.request-btn.button-empty:hover, .btn.request.button-empty:focus, .btn.request.button-empty:hover {
    color: #04aae0;
}

p.summary {
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
}

.box-shadow, section#services .service-block:hover {
    -webkit-box-shadow: 5px 5px 10px;
    -moz-box-shadow: 5px 5px 10px;
    box-shadow: 5px 5px 10px;
}

section.section-padding {
    padding: 80px 0;
}

@media only screen and (max-width: 768px) {
    section.section-padding {
        padding: 50px 0;
    }
}

.section-heading {
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
    font-size: 30px;
    border-bottom: 2px solid #04aae0;
    line-height: 35px;
    display: inline-block;
    color: #46525f;
    margin-bottom: 25px;
}

.link-to-all {
    text-transform: uppercase;
    margin-top: 25px;
    font-size: 18px;
    font-style: "Montserrat-Bold";
    color: #04aae0;
}

.link-to-all:hover, .link-to-all:focus {
    color: #303030;
}

.gray-bg {
    background-color: #eaeef1;
}

/* header */
header {
    background-color: #f5f9fc;
    width: 100%;
    height: 80px;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 768px) {
    header {
        height: 70px;
    }
}

/* === HEAD SECTION */
section#head {
    height: 100%;
}

.head-background {
    height: 150%;
    width: 200%;
    background-image: url("https://images.netpeak.net/en/bg.png");
    background-repeat: repeat;
    opacity: 0.2;
    overflow: hidden;
}

.background-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 550px 0px 200px 0px black, inset -550px 0px 200px 0px black;
    -moz-box-shadow: inset 550px 0px 200px 0px black, inset -550px 0px 200px 0px black;
    box-shadow: inset 550px 0px 200px 0px black, inset -550px 0px 200px 0px black;
    overflow: hidden;
}

/* presentation block */
.presentation-block {
    -moz-transform: translate(0, 10vw);
    -ms-transform: translate(0, 10vw);
    -webkit-transform: translate(0, 10vw);
    -o-transform: translate(0, 10vw);
    transform: translate(0, 10vw);
    position: relative;
    z-index: 102;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .presentation-block {
        z-index: 0;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 100px;
    }
}

.presentation-block h1 {
    font-family: "Montserrat-Bold";
    font-size: 90px;
}

.presentation-block h1.not_found {
    font-size: 17vw;
}

@media only screen and (max-width: 768px) {
    .presentation-block h1 {
        font-size: 35px;
    }
}

.presentation-block p {
    font-family: "Montserrat-Light";
    line-height: 26px;
    font-size: 24px;
    margin-top: 35px;
    color: #cedce4;
}

.presentation-block p.little {
    font-size: 24px;
}

.presentation-block .btn {
    margin-top: 66px;
}

@media only screen and (max-width: 768px) {
    .presentation-block .btn {
        margin-top: 15px;
    }
}

.presentation-block .buttons-inline .btn {
    margin-right: 20px;
}

/********************* SECTION : CERTIFICATES */
.our-certificates li {
    width: 32%;
}

.list-unstyled.list-inline > li:first-child {
    padding-left: 5px;
}

.our-certificates ul {
    margin-top: 14px;
}

section#certificates p {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
}

.modal-dialog {
    max-width: 470px;
    font-family: "Montserrat-Regular";
    -webkit-transition: all 0.5s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    -ms-transition: all 0.5s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    -o-transition: all 0.5s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    transition: all 0.5s cubic-bezier(0.69, 0.03, 0.29, 1.01);
}

.modal-dialog .modal-content {
    background-color: #f5f9fc;
}

.modal-dialog .modal-header {
    border: none;
    padding-top: 44px;
}

.modal-dialog h4 {
    color: #04aae0;
    font-size: 30px;
}

.modal-dialog .main-fields-block .form-group .form-control {
    color: #788a94;
}

.modal-dialog .main-fields-block .form-group * {
    border-radius: 10px;
}

.modal-dialog .main-fields-block .form-group input {
    height: 40px;
}

.modal-dialog .main-fields-block .form-group span {
    height: 40px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: #788a94;
    font-size: 25px;
}

.modal-dialog .main-fields-block .form-group span i.netpeak-email {
    font-size: 20px;
}

.modal-dialog .main-fields-block .form-group textarea {
    height: 100px;
    resize: vertical;
}

.modal-dialog .main-fields-block .form-group textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-dialog .main-fields-block .form-group input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-dialog .main-fields-block .form-group .input-group-addon {
    background-color: unset;
}

.modal-dialog .main-fields-block .form-group .input-group-addon.email-i {
    padding-right: 18px;
}

.modal-dialog .main-fields-block .form-group.has-error input, .modal-dialog .main-fields-block .form-group.has-error span {
    color: #ff8686;
}

.modal-dialog .modal-response {
    padding: 30px 40px;
    text-align: center;
}

.modal-dialog .modal-response p {
    display: inline;
    color: #0e1a1e;
    font-size: 21px;
}

.modal-dialog .modal-response .ok-sign {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 5px 6px;
    width: 25px;
    height: 25px;
    border: 1px solid #ededed;
    font-size: 10px;
    line-height: 1.5;
    vertical-align: middle;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.modal-dialog .modal-response .ok-sign::before {
    content: '\ea6d';
    font-family: 'Netpeak';
    font-style: normal;
    font-weight: normal;
    color: #33ac1b;
}

.modal-dialog .so-bottom .btn.request-btn, .modal-dialog .so-bottom .btn.request {
    font-size: 15px;
}

#awards .animated-block-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    margin: auto;
}

#awards .animated-block-wrapper .animated-block {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
}

#awards .animated-block-wrapper .animated-block .slides-images {
    position: absolute;
    z-index: 0;
    overflow: hidden;
}

#awards .animated-block-wrapper .animated-block .slides-images.active {
    z-index: 3;
}

#awards .animated-block-wrapper .animated-block .slides-images img {
    width: 200px;
    height: 200px;
    background-color: #04aae0;
    -webkit-transition: all 0.8s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    -ms-transition: all 0.8s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    -o-transition: all 0.8s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    transition: all 0.8s cubic-bezier(0.69, 0.03, 0.29, 1.01);
}

footer {
    width: 100%;
    background-color: #000000;
    display: block;
    padding-top: 9px;
    padding-bottom: 7px;
}

footer .footer-item {
    display: inline-block;
    float: left;
}

footer nav {
    padding-top: 6px;
}

footer nav .nav > li {
    display: inline-block;
}

footer .navbar-nav > li > a {
    font-family: "Montserrat-Bold";
    font-size: 13px;
    line-height: 10px;
    padding: 5px 7px;
    color: #46525f;
    text-transform: uppercase;
}

footer .navbar-nav > li > a:hover, footer .navbar-nav > li > a:focus, .privacy-footer-link a:focus, .privacy-footer-link a:hover {
    color: #788a94;
    background-color: unset;
}

footer .navbar-nav > li.active > a {
    color: #03bdee;
}

footer .footer-social-wrap {
    text-align: center;
}

footer .footer-social-wrap ul.footer-social-icons {
    margin-bottom: 0px;
}

footer .footer-social-wrap ul.footer-social-icons li > a {
    color: #46525f;
    font-size: 20px;
}

footer .footer-social-wrap ul.footer-social-icons li > a:hover {
    color: #788a94;
    background-color: unset;
}

footer p, .privacy-footer-link a {
    font-family: "Montserrat-Regular";
    font-size: 10px;
    color: #46525f;
    text-align: right;
    margin-top: 9px;
}

@media only screen and (max-width: 768px) {
    footer p, .privacy-footer-link a {
        text-align: center;
    }
}

.privacy-footer-link a {
    display: block;
}

.testimonials-wrapper {
    position: relative;
}

.testimonials-wrapper .carousel-control {
    position: absolute;
    display: block;
    position: absolute;
    display: block;
    width: 15px;
    height: 90px;
    top: 100px;
    opacity: 0.7;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonials-wrapper .carousel-control.prev {
    left: -40px;
    background-image: url("https://netpeak.net/img/Arrow_L.png");
}

.testimonials-wrapper .carousel-control.next {
    right: -20px;
    background-image: url("https://netpeak.net/img/Arrow_R.png");
}

.testimonials-wrapper .carousel-control:hover {
    opacity: 1;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .testimonials-wrapper .carousel-control {
        display: none;
    }
}

.testimonials-wrapper #testimonials-carousel .testimonial-item blockquote {
    font-family: "Montserrat-Regular";
    font-size: 24px;
    margin-bottom: 20px;
    color: #737c83;
    padding-left: 0;
    border-left: 0;
}

@media only screen and (max-width: 768px) {
    .testimonials-wrapper #testimonials-carousel .testimonial-item blockquote {
        font-size: 18px;
    }
}

.testimonials-wrapper #testimonials-carousel .testimonial-item img {
    max-width: 175px;
}

.testimonials-wrapper #testimonials-carousel .owl-dots {
    margin-top: 25px;
}

.testimonials-wrapper #testimonials-carousel .owl-dots .owl-dot {
    -webkit-transition: all 0.3s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    -ms-transition: all 0.3s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    -o-transition: all 0.3s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    transition: all 0.3s cubic-bezier(0.69, 0.03, 0.29, 1.01);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    padding: 3px;
    background-color: #bdc7ce;
    border-radius: 50%;
    border-width: 1px;
    border-color: #bdc7ce;
    border-style: solid;
}

.testimonials-wrapper #testimonials-carousel .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
}

.testimonials-wrapper #testimonials-carousel .owl-dots .owl-dot.active {
    border-color: #04aae0;
    background-color: rgba(189, 199, 206, 0);
}

.testimonials-wrapper #testimonials-carousel .owl-dots .owl-dot.active span {
    background-color: #04aae0;
    color: #04aae0;
    width: 7px;
    height: 7px;
}

/********************* SECTION : SERVICES */
section#services .services-row {
    margin-top: 25px;
}

section#services .service-block {
    background-color: #1a262d;
    padding: 60px 30px;
    height: 470px;
    display: block;
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 768px) {
    section#services .service-block {
        padding: 10px 5px;
        margin: 10px 0;
        height: auto;
    }
}

section#services .service-block:hover {
    text-decoration: none;
    cursor: pointer;
}

section#services .service-block .service-heading {
    margin-bottom: 75px;
}

section#services .service-block .service-heading span {
    color: #ffffff;
    font-family: "Montserrat-Bold";
    font-size: 100px;
    vertical-align: middle;
    line-height: 60px;
}

section#services .service-block .service-heading i {
    font-size: 70px;
    color: #04aae0;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    section#services .service-block .service-heading {
        margin-bottom: 10px;
    }

    section#services .service-block .service-heading span {
        font-size: 60px;
    }

    section#services .service-block .service-heading i {
        font-size: 50px;
    }
}

section#services .service-block .service-description ul {
    padding-left: 100px;
}

@media only screen and (max-width: 768px) {
    section#services .service-block .service-description ul {
        padding-left: 40px;
    }
}

section#services .service-block .service-description ul li {
    color: #737c83;
    line-height: 2;
    list-style-type: none;
    position: relative;
    font-size: 18px;
}

section#services .service-block .service-description ul li:before {
    content: '●';
    font-size: 9px;
    color: #04aae0;
    position: absolute;
    left: -2.5em;
    top: 8px;
}

@media only screen and (max-width: 768px) {
    section#services .service-block .service-description ul {
        padding-left: 40px;
    }

    section#services .service-block .service-description ul li {
        line-height: 1.2;
        font-size: 16px;
        margin-bottom: 15px;
    }
}

section#services .service-block .desc {
    display: inline-block;
    margin-left: 100px;
    color: #04aae0;
    font-size: 18px;
    line-height: 24px;
}

@media only screen and (max-width: 768px) {
    section#services .service-block .desc {
        margin-left: 10px;
        font-size: 16px;
    }
}

section#services .service-block .arrow {
    max-width: 50px;
    position: absolute;
    bottom: 25px;
    right: 35px;
}

@media only screen and (max-width: 768px) {
    section#services .service-block .arrow {
        position: unset;
        bottom: unset;
        right: unset;
        max-width: 100%;
        height: 20px;
    }

    section#services .service-block .arrow img {
        float: right;
        margin-right: 10px;
    }
}

/********************* SECTION : CLIENTS */
.client-block {
    display: block;
    margin-bottom: 20px;
}

.client-block img {
    margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */

.modal-dialog .main-fields-block .orm-group-wrapper .custom-input-group {
    display: block;
    position: relative;
}

.modal-dialog .main-fields-block .form-group .custom-input-group-addon {
    display: block;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    background: #f5f9fc;
}

.modal-dialog .main-fields-block .form-group .custom-input-group-addon .netpeak-globe {
    position: absolute;
    left: 15px;
    top: calc(50% - 12px);
}

.width-100 {
    width: 100%;
}
