/*   
Theme Name: sunmaster Adaptive 1.0
Author: Sergey Bevza
Description: Адаптивный дизайн sunmaster
Version: 1.0
*/

@charset "utf-8";

body {
    color: #000;
    font-size: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;

}

ul,
ol {
    list-style: none;
}

/* blue: #fe8601, yellow: #ffdf3e, grey: #94969A

/* Header */

nav.navbar.headbl {
    padding-bottom: 0;
}

.logo-block {
    padding: 0.6875rem 0.9375rem 0 0;
}

.navbar-nav {
    text-transform: uppercase;
}

.mainmenu {
    font-size: 14px;
}

.topmenu,
.office-time,
.dropdown-menu {
    font-size: 12px;
}

.topmenubl .topmenu .nav-link {
    color: #FFF;
    padding: 0.7rem 2.5rem;
    display: block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    font-weight: 600;
}

.table .thead-blue th {
    color: #ffffff;
    background-color: #fe8601;
    border-color: #dee2e6;
}

.mainmenu .nav-link {
    margin: 0 .313rem;
}

.office-time {
    color: #333;
}

.phone {
    color: #333;
    font-size: 1.26rem;
    letter-spacing: 0;
}

.messengers {
    width: 73px;
    height: 25px;
    float: right;
    background: url(img/sprite.png) no-repeat 0px -193px;
    margin: 0.188rem 0 0 0.375rem;
}

.contacts {
    float: right;
    clear: both;
}


.instagram,
.facebook,
.pinterest,
.viber {
    float: left;
    margin-right: 1rem;
}

.instagram a,
.facebook a,
.pinterest a,
.viber a {
    width: 33px;
    height: 32px;
    display: block;

}
.social {
    clear: left;
    padding-top: 1rem;
}

.social a:hover {
    text-decoration: none;
}

.instagram {
    background: url(img/sprite.png) no-repeat -51px -12px;
}

.facebook {
    background: url(img/sprite.png) no-repeat -8px -12px;
}

.pinterest {
    background: url(img/sprite.png) no-repeat -95px -12px;
}

.viber {
    background: url(img/sprite.png) no-repeat -75px -194px;
}

.navbar.topmenubl {
    padding: 0;
    position: static;
    margin-top: -0.75rem;
    background: url(img/sprite.png) repeat-x 0px -102px;
}

.topmenu a:hover {
    background: url(img/sprite.png) repeat-x 0px -146px;
    color: #fff;
}

.topmenubl .topmenu .nav-link:hover {
    text-shadow: none;
    color: #fff;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar .dropdown-menu {
    border-radius: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    margin: 0;
    padding: 0;
    min-width: 12rem;
}

.navbar .dropdown-menu a {
    padding: 0.7rem 0.6rem;
    line-height: normal;
}

.dropdown-toggle::after {
    direction: ltr;
    content: '\203a';
    margin-left: .6rem;
    vertical-align: top;
    font-size: 1rem;
    margin-top: -2px;
    font-family: "Open Sans", sans-serif;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border: none;
}

.contacts a {
    text-decoration: none;
}


/* Products */
.products {
    text-align: center;
    margin: 1rem 0;
    font-size: 0.9rem;
    line-height: 1.1rem;
}

span.title {
    position: absolute;
    left: 0;
    bottom: 7.9%;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    padding: 1rem 0;
    font-weight: bold;
}

.mainbl img {
    opacity: 75%;
}

.mainbl img:hover {
    opacity: 100%;
}

.mainbl {
    background: #000;
}

.col-sm-3 {
    margin-bottom: 1rem;
}

/* Articles */

.acticle img {
    float: left;
    margin: 0.2rem 1rem 0.3rem 0;
    border: 1px solid #eee;
    padding: 1px;
}

.acticle {
    clear: both;
}

.samples {
    max-height: 700px;
    overflow: auto;
}

.gallery {
    max-height: 545px;
    overflow: auto;
}

.gallery img, .samples img {
    border: 1px solid #ff4d004d;
}

.samples p {
    text-align: center;
    font-size: 0.9rem;
}
.samples figure {
    margin: 0 0 0.3rem;
}
.catimg {
    text-align: center;
}

.catbl h3 {
    font-size: 15px;
    padding: 0.5rem 0;
    text-align: center;
}

.catimg img {
    max-width: 200px;
    height: auto;
}

.category {
    margin: 1.4rem 0;
    float: right;
}

.separator {
    border-bottom: 1px dotted #eee;
}

/* Element */

.b-top {
    z-index: 2600;
    position: fixed;
    left: 0;
    bottom: 90px;
    width: 34%;
    margin-left: 50%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.b-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

.b-top-but {
    z-index: 2600;
    position: absolute;
    display: block;
    bottom: 0;
    margin: 0 0 0 100%;
    padding: 29px 12px 4px;
    color: white;
    background: #000 url("img/sprite.png") no-repeat 50% 11px;
    background-position: -145px -15px;
    font-size: 12px;
    text-transform: uppercase;
}

/* Page */

.page {
    color: #333;
    margin-bottom: 4rem;
    clear: both;
}

.page h1 {
    font-size: 1.7em;
    font-weight: normal;
    margin: 1.4rem 0;
}

.page a {
    color: #278abe;
}

.pageimg {
    float: left;
    padding: 0.2rem;
    border: 1px solid #eee;
    margin: 0.3rem 1rem 1rem 0.5rem;
}

.gallerytitle {
    margin: 1rem 0 0.7rem;
    font-size: 1.26rem;
    background: #f9f9f9;
    padding: 0.3rem 0 0.3rem 0.5rem;
    clear: both;
}

article li {
    padding: 0.438rem 0 0.5rem 1.75rem;
    background: url(img/sprite.png) no-repeat -200px -58px;
}

.sectiontitle {
    font-size: 1.5rem;
}

.sectiontitle,
.aboutus {
    padding: 0.938rem 0.938rem 0 0.938rem;
}

.aboutbl {
    padding-bottom: 1rem;
}

.stages {
    background: #f7f7f7;
}

.stages .col-sm-3 {
    background: #fff;
    font-size: 14px;
    margin: 3rem 1rem 3rem 1rem;
    padding-bottom: 3rem;
    max-width: 252px;
}

.request,
.consultation,
.prepayment,
.mounting {
    width: 54px;
    height: 53px;
    display: inline-block;
}

.stagebl {
    text-align: center;
    margin-top: -2rem;
}

.request {
    background: url(img/sprite.png) no-repeat 0px -239px;
}

.consultation {
    background: url(img/sprite.png) no-repeat -64px -239px;
}

.prepayment {
    background: url(img/sprite.png) no-repeat -128px -239px;
}

.mounting {
    background: url(img/sprite.png) no-repeat -191px -239px;
}

.stagetitle {
    margin: 0.6rem 0 0.8rem;
    font-size: 16px;
    line-height: 19px;
}

/* Carousel */

.carousel {
    background: #000;
}

.carousel-item {
    text-align: center;
    min-height: 200px;
}

/* Footer */

footer {
    color: #333;
    font-size: 14px;
    background: #000;
}

.page-footer {
    background: #F9F9F9;
    padding-top: 30px;
}

.footer-copyright {
    background: #fff;
    font-size: 12px;
    padding: 20px 0 5px;
    text-align: center;
    color: #000;

}

footer a,
footer a:hover {
    color: #555;
}

.page-footer .footer-copyright {
    margin-top: 50px;
}

.page-footer ul li:after,
.page-footer ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 6px;
    border-radius: 2px;
    background-color: #555;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page-footer ul li:after {
    top: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-footer ul li:before {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page-footer ul {
    padding-left: 0;
    line-height: 27px;
}

.page-footer ul li {
    position: relative;
    padding-left: 10px;
}

footer h5 {
    font-size: 1.15rem;
}


.page-footer.dark a {
    color: #a1a1a6;
}

.page-footer.dark a:focus,
.page-footer.dark a:hover {
    color: #fff;
}

/* Позвонить */

.botton-container {
	position: fixed;
	left: 40px;
	bottom: 140px;
	transform: translate (-50%, -50%);
	
}
.call-botton {
	position: relative;
	display: inline-block;
	text-decoration: none;
	background: #ed8a47;
	color: #fff;
	padding: 15px 15px 15px 15px;
	border-radius: 100%;
	box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 40%);
	overflow: hidden;
}

.fa.fa-phone {
  color: white !important;
  font-size: 32px !important;
}

.call-botton:before {
  content: "";
  position: absolute;
   top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateX(-4em) skewX(-45deg);
  animation: move-light 2.2s infinite ease-in-out;
 
}
 
@keyframes move-light {
  85.5% {
    transform: translateX(-4em) skewX(-45deg);
  }
  100% {
    transform: translateX(7em) skewX(-45deg);
  }
}

#working-hours {
	z-index: 2601;
}

#not-working-hours {
	z-index: 2600;
}

/* Оставить заявку */

.botton-container-left {
	position: fixed;
	left: 40px;
	bottom: 60px;
	transform: translate (-50%, -50%);
	
}
.application-botton-left {
	position: relative;
	display: inline-block;
	text-decoration: none;
	background: #00cf91;
	color: #000000 !important;
	padding: 15px 15px 15px 15px;
	border-radius: 100%;
	box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 40%);
	overflow: hidden;
}

.fa.fa-envelope-o {
  color: #000000 !important;
  font-size: 32px !important;
}

.application-botton-left:before {
  content: "";
  position: absolute;
   top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateX(-4em) skewX(-45deg);
  animation: move-light 2.2s infinite ease-in-out;
 
}
 
@keyframes move-light {
  85.5% {
    transform: translateX(-4em) skewX(-45deg);
  }
  100% {
    transform: translateX(7em) skewX(-45deg);
  }
}

#leave-application {
	z-index: 2600;
}

/* Width more then 310px */

@media screen and (max-width: 991px) {

    .carousel {
        display: none;
    }
	
/* Позвонить */

.botton-container {
	position: fixed;
	left: 20px;
	bottom: 100px;
	transform: translate (-50%, -50%);
	
}
	
/* Оставить заявку */	
	
.application-botton-left {
	position: fixed;
	left: 20px;
	bottom: 20px;
	transform: translate (-50%, -50%);
	
}

}

/* Width more then 300px */
@media screen and (min-width: 300px) and (max-width: 320px) {

    .col-sm-6 {
        width: 50%;
    }

    .navbar .dropdown-menu a {
        padding: 0.7rem 0 0.7rem 3rem;
    }

    .social {
        float: right;
    }

    .navbar.topmenubl {
        background: #ff4c00;
    }

    .instagram,
    .facebook,
    .pinterest,
	.viber {
        margin: 0px 0.3rem;
    }
    .logo img {
    width: 264px;
    }

    .samples, .gallery {
    text-align: center;
    }

    .rowall {
        display: flex;
        flex-flow: wrap;
    }

    .col-sm-5,
    .col-sm-7 {
        width: 100%;
    }

    .col-sm-5 {
        order: 1;
    }

    .col-sm-7 {
        order: 0;
    }

   .messengers {
        display: none;
    }
    .col-sm-2 {
        width: 33%;
    }

    .social {
        float: none;
    }

    .mainbl {
        background: none;
    }

   .stages .col-sm-3 {
        margin: 3rem 1rem 1rem;
        font-size: 0.9rem;
        max-width: 90%;
    }

    img {
        max-width: 300px;
        height: auto;
    }
    .b-top-but {
        margin: 0 0 0 50%;
    }
}

/* Width more then 331px */

@media screen and (min-width: 321px) and (max-width: 424px) {

    .col-sm-6 {
        width: 50%;
    }

    .navbar .dropdown-menu a {
        padding: 0.7rem 0 0.7rem 3rem;
    }

    img {
        max-width: 320px;
        height: auto;
    }

    .social {
        float: right;
    }

    .navbar.topmenubl {
        background: #ff4c00;
    }

    .social {
        float: none;
    }

    .instagram,
    .facebook,
    .pinterest,
	.viber {
        margin: 0px 0.3rem;
    }

    .rowall {
        display: flex;
        flex-flow: wrap;
    }

    .col-sm-5,
    .col-sm-7 {
        width: 100%;
    }
    .col-sm-2 {
        width: 33%;
    }

    .col-sm-5 {
        order: 1;
    }

    .col-sm-7 {
        order: 0;
    }

   .messengers {
        display: none;
    }
    .mainbl {
        background: none;
    }

   .stages .col-sm-3 {
        margin: 3rem 1rem 1rem;
        font-size: 0.9rem;
        max-width: 90%;
    }

    .samples, .gallery {
    text-align: center;
    }


}


@media screen and (min-width: 360px) and (max-width: 424px) {

    img {
        max-width: 354px;
        height: auto;
    }

}


/* Width more then 425px */
@media screen and (min-width: 425px) and (max-width: 575px) {

    .navbar .dropdown-menu {
        padding-left: 1.438rem;
    }

    .col-sm-6 {
        width: 50%;
    }
    .col-sm-2 {
        width: 24%;
    }

   .samples, .gallery {
    text-align: center;
    }

    .col-sm-4 {
        max-width: 100%;
        flex: 0 0 25%;
    }

    img {
        max-width: 408px;
        height: auto;
    }

    .social {
        float: none;
    }

    .navbar.topmenubl {
        background: #ff4c00;
    }

    .instagram,
    .facebook,
    .pinterest,
	.viber {
        margin: 0px 0.3rem;
    }

    .rowall {
        display: flex;
        flex-flow: wrap;
    }

    .col-sm-5,
    .col-sm-7 {
        width: 100%;
    }

    .col-sm-5 {
        order: 1;
    }

    .col-sm-7 {
        order: 0;
    }

   .messengers {
        display: none;
    }
    .mainbl {
        background: none;
    }

   .stages .col-sm-3 {
        margin: 3rem 1rem 1rem;
        font-size: 0.9rem;
        max-width: 90%;
    }

}

/* Width more then 576px */
@media screen and (min-width: 576px) and (max-width: 665px) {

    .navbar .dropdown-menu {
        padding-left: 1.438rem;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-3 {
        max-width: 50%;
    }

    img {
        max-width: 500px;
        height: auto;
    }

    .social {
        float: right;
    }

    .navbar.topmenubl {
        background: #ff4c00;
    }

    .instagram,
    .facebook,
    .pinterest,
	.viber {
        margin: 0px 0.3rem;
    }

    .rowall {
        display: flex;
        flex-flow: wrap;
    }


   .messengers {
        display: none;
    }
    .mainbl {
        background: none;
    }

   .stages .col-sm-3 {
        margin: 3rem 0.5rem 1rem;
        font-size: 0.9rem;
        flex: 0 0 50%;
    }
    span.title {
    font-size: 0.9rem;
    }

.phone {
    font-size: 1.06rem;
}
.col-sm-7 {
    max-width: 30%;
}
.social {
    margin: 0;
    padding: 2px;
}

.instagram a,
.facebook a,
.pinterest a,
.viber {
    width: 23px;
    height: 24px;

}

.instagram {
    background: url(img/sprite.png) no-repeat -7px -61px
}

.facebook {
    background: url(img/sprite.png) no-repeat -38px -61px
}

.pinterest {
    background: url(img/sprite.png) no-repeat -70px -61px
}
	
.viber {
    background: url(img/sprite.png) no-repeat -111px -194px
}	


}



/* Width more then 666px */
@media screen and (min-width: 666px) and (max-width: 767px) {

    .navbar .dropdown-menu {
        padding-left: 2.438rem;
    }

    .topmenubl .topmenu .nav-link {
        padding: 0.7rem 1rem;
    }

    .col-sm-3 {
        max-width: 50%;
    }

    img {
        max-width: 600px;
        height: auto;
    }

    .mainbl img {
        height: auto;
        width: 225px;
    }

    .social {
        float: right;
    }

    .messengers {
        display: none;
    }

    .instagram,
    .facebook,
    .pinterest,
	.viber {
        margin: 0px 0.25rem;
    }

    span.title {
        font-size: 0.86rem;
        padding: 0 0 0.7rem;
    }

    .navbar.topmenubl {
        background: #ff4c00;
    }

    .products {
        margin: 1rem 0 0;
    }

    .stages .col-sm-3 {
        margin: 3rem 0.3rem 1rem;
        font-size: 0.9rem;
        flex: 0 0 50%;
    }


    .phone {
    font-size: 1.06rem;
}
.col-sm-7 {
    max-width: 30%;
}
.social {
    margin: 0;
    padding: 2px;
}

.instagram a,
.facebook a,
.pinterest a,
.viber a {
    width: 23px;
    height: 24px;

}

.instagram {
    background: url(img/sprite.png) no-repeat -7px -61px
}

.facebook {
    background: url(img/sprite.png) no-repeat -38px -61px
}

.pinterest {
    background: url(img/sprite.png) no-repeat -70px -61px
}
	
.viber {
    background: url(img/sprite.png) no-repeat -111px -194px
}	

}

/* Width more then 760px */
@media screen and (min-width: 768px) and (max-width: 991px) {

    .navbar .dropdown-menu {
        padding-left: 2.438rem;
    }

    .mainbl img {
        height: auto;
        width: 198px;
    }

    .col-sm-3 {
        max-width: 33%;
    }

    .social {
        margin-left: 4rem;
    }

    img {
        max-width: 700px;
        height: auto;
    }

    .instagram,
    .facebook,
    .pinterest,
	.viber {
        margin: 0px 0.3rem;
    }

    span.title {
        font-size: 0.74rem;
        padding: 0 0 0.4rem;
    }

    .navbar.topmenubl {
        background: #ff4c00;
    }

    .products {
        margin: 1rem 0 0;
    }

    .stages .col-sm-3 {
        margin: 3rem 0.3rem 3rem;
        max-width: 170px;
        font-size: 0.9rem;
    }



}

/* Width more then 992px */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .topmenubl .topmenu .nav-link {
        padding: 0.7rem 2.0rem;
    }

    .carousel-item img {
        height: 300px;
        width: auto !important;
    }

    .mainbl img {
        height: auto;
        width: 203px;
    }

    .zamer img {
        max-width: 992px;
    }

    span.title {
        font-size: 0.8rem;
        padding: 0 0 0.6rem;
    }

    .stages .col-sm-3 {
        margin: 3rem 0.5rem 3rem;
        max-width: 222px;
    }


}

/* Width more then 1201px */
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .carousel-item img {
        height: 400px;
    }
}

/* Width more then 1301px */
@media only screen and (min-width: 1301px) and (max-width: 1505px) {
    .carousel-item img {
        height: 400px;
    }
}

/* Width more then 1506px */
@media (min-width: 1506px) {}

.price {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	margin-top: 10px;
}

span.title {
    padding: 2.5rem 0;
}