/**
 * Корпоративный сайт ООО "ПИИТ"
 * Стили CSS для корпоративного сайта
 *
 * @url         https://piit.tech
 * @package     Piit
 * @author      Вячеслав "Kinetic" Нестеров <root@kinetic.pro>
 * @copyright   2020, ООО "ПИИТ"
 */

@font-face {
    font-family: "Roboto";
    src: url("../fonts/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/RobotoLight/RobotoLight.eot");
    src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/RobotoMedium/RobotoMedium.eot");
    src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/RobotoBold/RobotoBold.eot");
    src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    line-height: 24px;
    font-size: 13px;
    padding-top: 142px;
    color: #1F242E;
    font-family: 'Roboto';
}

a {
    color: #4DB7FE;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}





.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}





.content-container {
    padding-left: 0;
    padding-right: 0;
}


 




.section-separator {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0 20px;
}

.section-separator:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 2px;
    margin-left: -75px;
    width: 150px;
    border-radius: 3px;
    z-index: 2;
    background: #4DB7FE;
}








.outline {
    background-color: transparent;
    color: inherit;
    transition: all .25s;
}
.btn-primary.outline {
    color: #00beba;
}
.btn-primary.outline {
    color: #00beba;
}
.btn-success.outline {
    color: #5cb85c;
}

.btn-info.outline {
    color: #4db7fe;
                color: #15527b;
				border-color: #15527b;
}
.btn-primary.outline:hover {
    background-color: #4db7fe;
    background-color: #4db7fe;
}

.btn-warning.outline {
    color: #f0ad4e;
}
.btn-danger.outline {
    color: #ed1c24;
}
.btn-primary.outline:hover,
.btn-success.outline:hover,
.btn-info.outline:hover,
.btn-warning.outline:hover,
.btn-danger.outline:hover,

.btn-primary.outline:active,
.btn-success.outline:active,
.btn-info.outline:active,
.btn-warning.outline:active,
.btn-danger.outline:active,

.btn-primary.outline:focus,
.btn-success.outline:focus,
.btn-info.outline:focus,
.btn-warning.outline:focus,
.btn-danger.outline:focus {
    color: #fff;
}




.navbar-default {
    background-color: #1F242E;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dedede;
    color: #ffffff;
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 10;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

    .navbar-default .top {
        background-color: rgba(255, 255, 255, 0.11);
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 13px;
        line-height: 30px;
    }

        .navbar-default .top ul {
            margin-bottom: 0;
        }

            .navbar-default .top ul.contacts li {
                padding: 0 5px;
                margin-right: 0px;
            }

                .navbar-default .top ul.contacts li a {
                    padding: 0;
                    margin-right: 20px;
                    text-align: left;
                    color: #4db7fe;
                }

                .navbar-default .top ul.contacts li a:hover {
                    color: #ffffff;
                }

                    .navbar-default .top ul li i {
                        color: #4db7fe;
                        display: inline-block;
                        width: 20px;
                        text-align: left;
                    }

            .navbar-default .top ul.social-icons li {
                padding: 0;
            }

                .navbar-default .top ul.social-icons li a {
                    padding: 0;
                    margin-left: 20px;
                    font-size: 16px;
                    text-align: right;
                }

                    .navbar-default .top ul.social-icons li i {
                        color: #4db7fe;
                        display: inline-block;
                        width: 20px;
                        text-align: right;
                    }

                    .navbar-default .top ul.social-icons li a:hover i {
                        color: #ffffff;
                    }

                    .navbar-default .top ul.social-icons li a i {
                        width: auto;
                    }

    .navbar-default .bottom {
        background-color: #1F242E;
        background-color: #FFFFFF;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }

        .navbar-default .bottom .navbar-brand {
            padding: 0 20px 0 10px;
            height: auto;
        }

            .navbar-default .bottom .navbar-brand img {
                height: 50px;
            }


        .navbar-default .bottom ul > li {
            margin-right: 20px;
        }

            .navbar-default .bottom ul > li > a {
                padding: 0;
                font-size: 15px;
                line-height: 35px;
                color: #4db7fe;
                color: #15527b;
                //color: #FFFFFF;
            }

            .navbar-default .bottom ul > li > a:hover {
                color: #4db7fe;
                color: #15527b;
            }

        .navbar-default .bottom .navbar-nav > .open > a,
        .navbar-default .bottom .navbar-nav > .open > a:hover,
        .navbar-default .bottom .navbar-nav > .open > a:focus {
            color: #4db7fe;
                color: #15527b;
            background-color: transparent;
        }

        .navbar-default .bottom .navbar-nav > li > .dropdown-menu {
            border-radius: 5px;
            padding: 15px 20px;
            background-color: rgb(56, 60, 69);
        }

        .navbar-default .bottom .navbar-nav > li > .dropdown-menu:before{
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            bottom: 100%;
            right: 1.5em;
            border: .75rem solid transparent;
            border-top: none;
            border-bottom-color: rgb(56, 60, 69);
            filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
        }

            .navbar-default .bottom .navbar-nav > li > .dropdown-menu ul {
                margin-bottom: 0;
            }

                .navbar-default .bottom .navbar-nav > li > .dropdown-menu li {
                    margin-right: 0;
                    display: inline-block;
                    width: 100%;
                    height: 35px;
                    vertical-align: middle;
                }

                    .navbar-default .bottom .navbar-nav > li > .dropdown-menu a {
                        color: #4DB7FE;
                        display: inline-block;
                        line-height: normal;
                        vertical-align: middle;
                    }

                    .navbar-default .bottom .navbar-nav > li > .dropdown-menu a:hover {
                        color: #ffffff;
                        background-color: transparent;
                    }



#header.header-inner h1 {
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#header.header-inner h1:before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 200px;
    height: 1px;
    background: #4DB7FE;
}




.breadcrumb {
    padding: 0;
    margin-bottom: 0;
	margin-top: 0;
    list-style: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #ffffff;
}

    .breadcrumb > .active {
        color: rgba(255, 255, 255,.7);
    }

    .breadcrumb a:hover {
        color: #ffffff;
    }

    .breadcrumb > li + li:before {
        color: #4DB7FE;
    }








.section-title {
    padding-bottom: 20px;
}

.section-title h2 {
    position: relative;
}







.carousel-showmanymoveone {
    padding-left: 40px;
    padding-right: 40px;
}

.carousel-showmanymoveone .carousel-control {
    width: auto;
    background-image: none;
    top: 50%;
    bottom: auto;
    margin-top: -15px;
    color: #1F242E;
}
.carousel-showmanymoveone .carousel-control.left {
    margin-left: 5px;
    left: 0px;
    text-shadow: none;
}
.carousel-showmanymoveone .carousel-control.right {
    margin-right: 5px;
    right: 0px;
    text-shadow: none;
}



/*
.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
}
 */

.carousel-showmanymoveone .item > div {
    text-align: center;
}

.carousel-showmanymoveone .item > div > a > img {
    text-align: center;
    display: inline-block;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}
@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}




















#footer {
    background: #1F242E;
    color: #FFFFFF;
}

    #footer .container {
        padding: 30px 0px;
    }

    #footer h3 {
        font-size: 16px;
        float: left;
        text-align: left;
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        padding-bottom: 20px;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    #footer h3:before{
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 60px;
        height: 1px;
        background: #4DB7FE;
    }

    #footer .footer-subscribe {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        #footer .footer-subscribe h3 {
            font-weight: 600;
            position: relative;
            font-size: 16px;
            color: #fff;
            padding-bottom: 6px;
            margin-bottom: 0;
            border: none;
        }

            #footer .footer-subscribe h3:before {
                display: none;
            }

            #footer .footer-subscribe h3 span {
                color: #4DB7FE;
            }

        #footer .footer-subscribe p {
            color: rgba(255,255,255,0.6);
            margin-bottom: 0;
        }


    #footer .logo {
        margin-bottom: 20px;
    }

        #footer .logo img {
            width: auto;
            height: 35px;
            margin-bottom: 3px;
        }

    #footer .info {
        margin-bottom: 20px;
    }

    #footer .contacts {
        margin-bottom: 0;
    }

        #footer .contacts li {
            display: block;
            text-align: left;
            font-size: 13px;
            font-weight: 500;
            margin-bottom: 12px;
            padding: 5px 15px;
            background: rgba(255, 255, 255, 0.11);
            border-radius: 5px;
        }

        #footer .contacts li:last-child {
            margin-bottom: 0;
        }

            #footer .contacts li span {
                color: #4db7fe;
                display: inline-block;
                width: 20px;
                text-align: center;
            }

            #footer .contacts li i {
                padding-right: 7px;
            }

            #footer .contacts li a {
                color: rgba(255, 255, 255, 0.81);
                padding-left: 4px;
            }

            #footer .contacts li a:hover {
                color: #4db7fe;
            }

        #footer .links li {
            width: 100%;
            margin-bottom: 12px;
            text-align: left;
            position: relative;
            float: left;
        }

            #footer .links li a {
                text-decoration: none;
                color: #4db7fe;
            }

            #footer .links li a:hover {
                color: #FFFFFF;
            }

                #footer .links li a > span {
                    display: inline-block;
                    width: 20px;
                }

    #footer .copyrights {
        background: rgba(255, 255, 255, 0.11);
    }

        #footer .copyrights .container {
            padding: 20px 0px;
        }

            #footer .copyrights ul {
                margin-bottom: 0;
            }

                #footer .copyrights li a {
                    color: #4db7fe;
                    text-decoration: none;
                }

                #footer .copyrights li a:hover {
                    color: #FFFFFF;
                }