html, body {
    height: 100%;
    margin: 0;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #262626;
    background-color: #fff;
}

.navbar-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 10;
    transition: 0.3s;
}

.navbar-wrap.fixed {
    position: fixed;
    overflow: visible;
}

.navbar-wrap .container {
    transition: 0.3s;
}

.fixed .container {
    max-width: 100%;
    padding: 0;
}

.navbar-top {
    position: relative;
    padding: 10px 0;
    background: #191919;
    color: #fff;
}

.fixed .navbar-top {
    display: none;
}

.navbar-top::before, .navbar-top::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #191919;
}

.navbar-top::before {
    right: 100%;
}

.navbar-top::after {
    left: 100%;
}

.navbar-top a {
    margin: 0 5px;
    color: #fff;
    transition: 0.3s;
}

.navbar-top a:hover {
    color: #ffce25;
    text-decoration: none;
}

.navbar-top .float-right a {
    margin: 0 10px;
}

.navbar-main .float-right a {
    margin: 0 10px;
}

.navbar-top a i, .phones a i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}


.navbar-wrap .left {
    float: left;
}

.navbar-wrap .right {
    float: right;
}

.navbar-wrap .center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-main {
    position: relative;
    margin-top: 40px;
    height:  55px;
}

.fixed .navbar-main {
    margin: 0;
    padding: 20px 40px;
    background: #191919;
    box-shadow: 0 3px 11px 0 #000;
}

.navbar-logo {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    transform: translateX(-50%) translateY(-50%);
}

.fixed .navbar-logo {
	display: block;
}

.fixed .navbar-logo img {
    
}

.navbar-menu {
    height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-item {
    padding: 0 5px;
}

.navbar-menu a {
    color: #fff;
    transition: 0.3s;
}

.navbar-menu a:hover {
    color: #ffce25;
}

.navbar-menu-toggle, .navbar-top-toggle {
    display: none;
}

.phones {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.buttons {
    display: none;
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
}


.fixed .phones {
    display: block;
}

.fixed .buttons {
    display: block;
}

.phones a {
    margin: 0 5px;
    color: #fff;
    transition: 0.3s;
}

.buttons a {
    margin: 0 5px;
    color: #fff;
    transition: 0.3s;
}

.phones a:hover {
    color: #ffce25;
    text-decoration: none;
}

.buttons a:hover {
    color: #ffce25;
    text-decoration: none;
}

.section-header {
    padding: 110px 0 70px 0;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.section-header h2 {
    font-size: 60px;
    font-weight: 700;
}

.swiper-button-prev, .swiper-button-next {
    color: #fff !important;
    margin: 0 20px;
    outline: 0;
}

.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 30px !important;
    font-weight: 700;
}

.swiper-container {
    height: 84vh;
    min-height: 480px;
}

.swiper-slide {
    height: 100%;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 4px #000;
    background-size: cover;
    background-position: center;
}

.swiper-slide::before {
    content: '';
    display: inline-block;
    height: 50%;
}

.swiper-slide .container {
    transform: translateY(-50%);
}

.swiper-slide .row {
    justify-content: center;
}

.slider-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.slider-title a.hidden {
	visibility: hidden;
}

.slider-title img {
	width: 240px;
}

.slider-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 2;
    text-transform: uppercase;
}

.slider-text i {
    margin: 0 10px;
    font-size: 12px;
}

.block-advantages {
    padding: 30px 0 20px 0;
    background: #d01919;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.block-advantages .row>* {
    margin-bottom: 10px;
}

.advantage {
    display: inline-block;
    min-width: 220px;
}

.advantage p {
    margin: 0;
    text-align: left;
    white-space: nowrap;
}

.advantages-icon {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 3px 12px 0 0;
    background: #fff;
    color: #333;
    font-size: 16px;
}

.advantages-icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    right: -4px;
    width: 8px;
    height: 8px;
    background: #fff;
    transform: rotate(45deg);
}

.to-top {
    display: block;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #434343;
    border-radius: 50%;
    text-align: center;
    z-index: 11;
    transition: 0.3s;
    transform: translateY(100px);
}

.to-down {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 140px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #434343;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    transition: 0.3s;
    transform: translateY(100px);
}


.to-top:hover {
    color: #fff;
    background: #ffce25;
}

.to-down:hover {
    color: #fff;
    background: #ffce25;
}

.to-top.active {
    transform: translateY(0);
}

.to-down.active {
    transform: translateY(0);
}

.footer {
    padding: 60px 0 40px 0;
    color: #666;
    background: #191919;
}

.footer .row>* {
    margin-bottom: 20px;
}

.footer-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    background: #262626;
    text-align: center;
    transition: 0.3s;
}

.footer-socials a:hover {
    background: #ffce25;
    text-decoration: none;
}

.footer-tag {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 3px 5px;
    border: solid 1px #666;
    font-size: 14px;
    color: #fff;
}

.copyright {
    margin: 20px 0 0 0;
}

.owl-prev, .owl-next {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 3px;
    border: solid 1px #d9d9d9 !important;
    border-radius: 3px;
    transition: 0.3s;
}

.owl-prev:focus, .owl-next:focus {
    outline: 0;
}

.owl-prev:hover, .owl-next:hover {
    background: #262626 !important;
    border-color: #262626 !important;
}

.owl-prev span, .owl-next span {
    color: transparent;
}

.owl-prev span::before, .owl-next span::before {
    position: absolute;
    top: 3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #fff;
}

.owl-prev span::before {
    content: '\f053';
    left: 7px;
}

.owl-next span::before {
    content: '\f054';
    left: 8px;
}

section h3 {
    font-size: 45px;
    font-weight: 700;
}

section hr {
    width: 40px;
    height: 2px;
    margin: 25px auto 35px;
    padding: 0;
    border: 0;
}

.section-about {
    padding: 20px 0 50px 0;
    text-align: center;
}

.section-about hr {
    background: #d01919;
}

.section-about .row {
    margin-top: 20px;
}

.section-about .row>* {
    margin-bottom: 20px;
}

.section-about img {
    width: 100%;
}

.section-about h5 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}

.section-about p {
    color: #939393;
}

.section-collage {
    display: flex;
    justify-content: center;
}

.section-collage img {
    display: block;
    width: 25%;
}

.section-projects {
    padding: 20px 0 90px 0;
    text-align: center;
}

.section-projects hr {
    background: #d01919;
}

.projects-carousel {
    margin-top: 50px;
}

.projects-item {
    padding: 0 10px;
}

.section-projects .hidden {
    display: none;
}

.projects-item a:hover {
    text-decoration: none;
}

.projects-item span {
    display: flex;
    align-items: center;
    min-height: 265px;
    padding: 4px;
    border: solid 1px #d9d9d9;
    border-radius: 4px;
}

.projects-item img {
    width: 100%;
    height: auto;
}

.projects-item h5 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #262626;
    transition: 0.3s;
}

.projects-item h5:hover {
    color: #d01919;
}

.projects-item p {
    color: #939393;
}

.btn-red {
    margin-top: 40px;
    padding: 12px 30px;
    color: #fff;
    background: #d01919;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    transition: 0.3s;
}

.btn-red:focus {
	outline: 0;
}

.btn-red:hover {
    color: #262626;
    background: #ffce25;
}

.projects-carousel .owl-nav {
    margin-top: 20px;
}

.projects-carousel .owl-prev, .projects-carousel .owl-next {
    background: #434343 !important;
    border-color: #434343 !important;
}

.projects-carousel .owl-prev:hover, .projects-carousel .owl-next:hover {
    background: #ffce25 !important;
    border-color: #ffce25 !important;
}

.section-comments {
    color: #fff;
    text-align: center;
}

.section-comments .overlay {
    padding: 110px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.section-comments .row {
    justify-content: center;
}

.section-comments hr {
    background: #fff;
}

.section-comments blockquote::before {
    content: '\f10e';
    display: block;
    margin-bottom: 20px;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    color: #ffce25;
    line-height: 1;
}

.section-comments blockquote img {
    display: inline-block !important;
    width: 80px !important;
    margin-bottom: 10px;
    border-radius: 50%;
}

.comment-author {
    display: block;
    margin: 0;
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
}

a.comment-author:hover {
    color: #ffce25;
    text-decoration: none;
}

.site-error {
    padding: 110px 0;
    text-align: center;
}

.site-error h5 {
    margin-top: 25px;
    font-size: 18px;
    color: #9b9b9b;
}

.navbar-top .cabinet-button {
    padding: 5px 10px;
    border-radius: 0.25em;
    background-color: #28a745;
}

.navbar-top .cabinet-button:hover {
    background-color: #218838;
    color: #fff;
}

.navbar-main .cabinet-button {
    padding: 5px 10px;
    border-radius: 0.25em;
    background-color: #28a745;
}

.navbar-main .cabinet-button:hover {
    background-color: #218838;
    color: #fff;
}

.navbar-socials {
    display: inline-block;
}

.section-services {
    padding-bottom: 90px;
    text-align: center;
}

.section-services hr {
    background: #d01919;
}

.section-services .row>* {
    margin-bottom: 20px;
}

.section-services img {
    width: 100%;
}

.section-services h5 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}

.app-btn {
    position: relative;
    display: inline-block;
    height: 30px;
    margin-top: 20px;
    padding-left: 32px;
    color: #aaa;
    font-size: 11px;
    line-height: 13px;
}

.app-btn:hover {
    color: #fff;
    text-decoration: none;
}

.app-btn span::before, .app-btn span::after {
    content: '';
    display: block;
    position: absolute;
}

.app-btn span::before {
    top: 0;
    left: 0;
}

.app-btn span::after {
    bottom: 0;
    left: 32px;
}

.app-store-btn span::before {
    width: 21px;
    height: 25px;
    background-image: url('/img/svg/apple.svg');
}

.app-store-btn:hover span::before {
    background-image: url('/img/svg/apple-1.svg');
}

.app-store-btn span::after {
    width: 67px;
    height: 14px;
    background-image: url('/img/svg/app-store.svg');
}

.app-store-btn:hover span::after {
    background-image: url('/img/svg/app-store-1.svg');
}

.google-play-btn span::before {
    width: 23px;
    height: 26px;
    background-image: url('/img/svg/google.svg');
}

.google-play-btn:hover span::before {
    background-image: url('/img/svg/google-1.svg');
}

.google-play-btn span::after {
    width: 83px;
    height: 15px;
    background-image: url('/img/svg/google-play.svg');
}

.google-play-btn:hover span::after {
    background-image: url('/img/svg/google-play-1.svg');
}

#contact {
    padding: 20px 0;
    text-align: center;
}

#contact hr {
    background: #d01919;
}

#contact-form {
    text-align: left;
}

#contact-form input {
    height: 50px;
}

#contact-form textarea {
    line-height: 25px;
}

@media(max-width:1199px) {
    .slider-title {
        font-size: 70px;
    }
}

@media(max-width:991px) {
    .slider-title img {
		width: 180px;
	}
	
	.navbar-wrap {
        position: fixed;
        overflow: visible;
    }

    .navbar-wrap .container {
        max-width: 100%;
        padding: 0;
    }

    .navbar-main, .fixed .navbar-main {
        margin: 0;
	min-height: 70px;
        background: #191919;
        box-shadow: 0 3px 11px 0 #000;
    }

    .navbar-top {
        display: none;
        position: fixed;
        top: 70px;
        right: 0;
        width: 300px;
        padding: 15px;
    }

    .navbar-wrap .left, .navbar-wrap .right {
        float: none;
    }

    .navbar-top .right {
        text-align: center;
    }

    .navbar-main .buttons {
        text-align: center;
    }

    .navbar-top .center {
        position: static;
        transform: none;
        margin: 10px 0;
    }

    .navbar-top::before, .navbar-top::after {
        display: none;
    }

    .navbar-menu-toggle, .navbar-top-toggle {
        display: block;
        position: absolute;
        width: 48px;
        height: 48px;
        line-height: 48px;
        color: #fff;
        background: transparent;
        border: 0;
        transition: 0.3s;
    }

    .navbar-menu-toggle:focus, .navbar-top-toggle:focus {
        outline: 0;
    }

    .navbar-top-toggle {
        top: 10px;
        right: 0;
        font-size: 24px;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
    }

    .navbar-menu-toggle {
        top: 10px;
        left: 10px;
    }

    .navbar-top-toggle span::before, .navbar-top-toggle span::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.3s;
    }

    .navbar-top-toggle span::before {
        content: '\f142';
    }

    .navbar-top-toggle.active span::before {
        visibility: hidden;
        opacity: 0;
        transform: rotate(90deg) scale(0);
    }

    .navbar-top-toggle span::after {
        content: '\f067';
        visibility: hidden;
        opacity: 0;
        transform: rotate(-45deg) scale(0);
    }

    .navbar-top-toggle.active span::after {
        visibility: visible;
        opacity: 1;
        transform: rotate(45deg) scale(1);
    }

    .navbar-menu-toggle.active {
        transform: rotate3d(0,0,1,180deg);
    }

    .navbar-menu-toggle span {
        position: relative;
        display: block;
        margin: auto;
    }

    .navbar-menu-toggle span, .navbar-menu-toggle span::before, .navbar-menu-toggle span::after {
        width: 24px;
        height: 4px;
        background: #fff;
        transition: 0.3s;
    }

    .navbar-menu-toggle span::before, .navbar-menu-toggle span::after {
        content: '';
        position: absolute;
        right: 0;
    }

    .navbar-menu-toggle span::before {
        top: -8px;
    }

    .navbar-menu-toggle span::after {
        top: 8px;
    }

    .navbar-menu-toggle.active span::before, .navbar-menu-toggle.active span::after {
        width: 15px;
        right: -2px;
    }

    .navbar-menu-toggle.active span::before {
        top: -4px;
        transform: rotate3d(0,0,1,40deg);
    }

    .navbar-menu-toggle.active span::after {
        top: 4px;
        transform: rotate3d(0,0,1,-40deg);
    }

    .navbar-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 280px;
        padding-top: 70px;
        background: #191919;
        z-index: -1;
        transform: translateX(-100%);
        transition: 0.3s;
    }

    .navbar-menu.active {
        transform: translateX(0);
    }

    .navbar-socials {
        margin-top: 10px;
    }

    .nav-item {
        padding: 10px;
		background: #191919;
    }

    .nav-link.active {
        
    }

    .slider-title {
        font-size: 45px;
        line-height: 1.2;
    }

    .slider-text {
        font-size: 16px;
        margin-top: 10px;
    }

    .navbar-logo img {
        width: 180px;
    }
	
	.fixed .phones {
		display: none;
	}
	.fixed .buttons {
		display: none;
	}

}

@media(max-width:575px) {
    .slider-title {
        font-size: 26px;
    }
}