@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap&subset=cyrillic');

html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding-top: 90px;
    font-family: 'Roboto Condensed', sans-serif;
}
.button {
    background-color: #fab702;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.button:hover {
    background-color: #dda406;
    color: #fff;
    text-decoration: none;
}
.section-title {
    text-align: center;
    padding: 40px 0;
}
.title-line {
    display: block;
    width: 80px;
    height: 2px;
    background-color: #fab702;
    margin-left: auto;
    margin-right: auto;
}
.header-extract {
    padding: 20px 0;
    transition: linear all .3s;
}
.header-extract .extract-element {
    margin-right: 20px;
}
.header-extract .extract-element .header-text {
    font-size: 22px;
    color: #777777;
}
.header-extract .extract-element .phone-text {
    font-size: 21px;
    color: #fab702;
}
/* Navigation menu */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
}
.navbar .custom-logo {
    width: 100%;
    transition: linear all .3s;
}
.nav-item {
    font-size: 16px;
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2px;
}

.beforeAfter{
	margin-top: 20px;
}

.beforeAfter span{
	font-size: 24px;
}


.nav-item a {
    display: inline-block;
    color:#fab702;
    line-height: 1;
    text-decoration:none;
    cursor: pointer;
    position:relative;
    margin-left: .5rem;
    margin-right: .5rem;
}
.nav-item a:after {
    display: block;
    content: "";
    background-color: #fab702;
    height: 2px;
    width: 0%;
    bottom: 0px;
    left:50%;
    position:absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    transform:translateX(-50%);
}
.nav-item a:hover:after,
.nav-item.active a:after {
    width: 100%;
}
/* Banner section */
.banner-content {
    padding: 60px 0;
    position: relative;
    background-image: url('../images/D093D180D183D0B7D0BE-1.jpg');
    background-repeat: no-repeat;
    background-position: 100% center;
    opacity: .6;
}
.banner-content:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/D093D180D183D0B7D0BE-1.jpg');
    background-repeat: no-repeat;
    background-position: 80% center;
    opacity: .3;
}
.banner-content .card {
    text-align: center;
    padding: 10px 20px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
}
.banner-content .card .card-title {
    font-size: 24px;
    font-weight: bold;
    color: #777777;
}
.banner-content .banner-offer .offer-title {
    font-size: 54px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    margin: 20px 0;
    background-color: rgba(250, 183, 2, .8);
	margin-top: 0;
}
.banner-content .banner-offer .offer-text {
    font-size: 40px;
    color: #fff;
    padding: 0 20px;
    background-color: rgba(250, 183, 2, .8);
}
/* Social buttons section */
.social-buttons {
    background-color: #353535;
    padding: 40px 0;
}

/* Services section */
.services {
    padding: 20px 0;
}
.services h2 {
    text-align: center;
    /* margin-bottom: 40px; */
}
.services .service-description {
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    font-size: 16px;
    color: #777777;
    padding: 30px 0 20px 0;
}
.services table img {
    width: 60%;
}
/* Our works section */
.our-works h2 {
    text-align: center;
}
/* Gallery */
.our-works-gallery img {
    width: 150%;
}

.our-works-gallery {
    position: relative;
    overflow: hidden;
    height: 200px;
    border: 1px solid #777777;
    margin: 1px;
}

.img-desc {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fab702;
    z-index: 99;
    opacity: 0;
    transition: linear all .3s;
}
.our-works-gallery:hover .img-desc {
    opacity: 1;
}
.our-works-gallery:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: linear all .3s;
}
.our-works-gallery:hover.our-works-gallery:after {
    opacity: 1;
}
/* Advantages section */
.advantages {
    padding: 40px 0;
}
.advantages .adv-col {
    text-align: center;
}
.advantages .adv-col .adv-icon {
    font-size: 70px;
    color: #fab702;
}
.advantages .adv-col .adv-title {
    font-size: 30px;
    font-weight: bold;
    color: #777777;
}
.advantages .adv-col .adv-desc {
    font-size: 18px;
    color: #777777;
}
/* Call ours section */
.call-ours {
    padding: 40px 0;
    background-color: #353535;
}
.call-ours .call-ours-text {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

/* Price section */
.prices {
    padding: 0 0 40px 0;
}
.prices .card {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
}
.prices .card .card-img-top {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.prices .card .card-title {
    font-size: 20px;
}
.prices .card .card-price {
    font-size: 22px;
    font-weight: bold;
}
.prices .card .card-text {
    font-size: 14px;
    color: #777777;
}
.prices .card .btn {
    width: 100%;
}
/* Phones section */
.phones-section {
    background-color: #353535;
    padding: 40px 0;
}
.phones-section .phone-link {
    text-align: center;
}
.phones-section a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
/* Park section */
.park {
    padding: 0 0 40px 0;
}
.park img {
    width: 100%;
}
.park .park-card {
    text-align: center;
}
.park-card-title {
    font-size: 20px;
    color: #777777;
    font-weight: bold;
}
.park .card-img {
    margin: 10px 0;
    border: 1px solid rgba(225, 225, 225, 1);
    box-shadow: 0 0 2px 1px rgba(225, 225, 225, 1);
}
.park-card .btn {
    width: 100%;
    font-weight: bold;
    margin: 10px 0;
}
.park-card-desc {
    font-size: 18px;
    color: #777777;
}
.park hr {
    border-top: 2px solid #fab702;
}
/* Contact section */
.contacts {
    background-color: #353535;
    padding: 0 0 40px 0;
}
.contacts .card {
    margin: 0 20px;
}
.contacts .card .card-title {
    font-size: 24px;
    font-weight: bold;
}
.contacts .card .card-text {
    font-size: 20px;
    color: #777777;
}
.contacts .section-title {
    color: #fff;
}
.contacts .contact-adress {
    color: #fff;
    font-size: 20px;
    margin: 0 20px;
}
.contacts .contact-adress a {
    color: #fff;
}
/* Footer */
.footer {
    background-color: #222222;
    color: #fff;
    padding-top: 20px;
}
/* Back to top button */
#back-to-top {
    display: inline-block;
    background-color: #FF9800;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    bottom: 30px;
    right: 25px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#back-to-top i {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
#back-to-top:hover {
    cursor: pointer;
    background-color: #333;
}
#back-to-top:active {
    background-color: #555;
}
#back-to-top.show {
    opacity: 0.7;
    visibility: visible;
}

/* Popup window */
.form-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 5px;
}
.form-popup h2, .form-popup h4 {
    text-align: center;
}
.form-popup h2 {
    font-size: 50px;
}
.form-popup h4 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 400;
}
.form-popup .btn {
    width: 100%;
}

.page-id-268 .navbar-nav:nth-child(2) {
    display: none !important;
}


/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .navbar-nav {
        text-align: center;
    }
    .banner-content {
        padding: 10px 0;
    }
    .banner-content .banner-offer .offer-title {
        font-size: 40px;
    }
    .table {
        font-size: 12px;
    }
    .table th {
        padding: 0;
    }
    .our-works-gallery img {
        width: 100%;
    }

    .our-works-gallery {
        height: 190px;
    }
    .contacts .contact-adress {
        margin: 40px 20px 0 20px;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar-nav {
        text-align: center;
    }
    .banner-content {
        padding: 30px 0;
    }
    .banner-content .banner-offer .offer-title {
        font-size: 50px;
    }
    .table {
        font-size: 12px;
    }
    .table th {
        padding: 0;
    }
    .our-works-gallery img {
        width: 120%;
    }
    .our-works-gallery {
        height: 130px;
    }
    .contacts .contact-adress {
        margin: 40px 20px 0 20px;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
    }
    .banner-content .card {
        padding: 0;
    }
    .banner-content .card .card-title {
        font-size: 18px;
    }
    .banner-content .banner-offer .offer-title {
        font-size: 50px;
    }
    .table {
        font-size: 14px;
    }
    .table th {
        padding: 0;
    }
    .our-works-gallery img {
        width: 160%;
    }

    .our-works-gallery {
        height: 130px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-collapse {
        display: flex;
        flex-direction: column;
    }
    .header-extract {
        display: flex;
    }
    .banner-content .banner-offer .offer-title {
        font-size: 50px;
    }
    .our-works-gallery img {
        width: 170%;
    }

    .our-works-gallery {
        height: 190px;
    }

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navbar-collapse {
        display: flex;
        flex-direction: column;
    }
    .header-extract {
        display: flex;
    }
}