@charset "utf-8";

/*********************************************
		Base css
*********************************************/

* {
    margin: 0;
    padding: 0;
}

:root {
  --text-color: #15171d;
  --span-color: #ca5718;
}

body {
    color: var(--text-color);
    background-color: #fafafa;
	line-height: 1.5;
    font-size: 2rem;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h2, h3{
	/*text-align: center;*/
	margin: 1rem 0;
    position: relative;
    font-family: Oswald;
    font-size: 4rem;
}

h3 {
    font-size: 3rem;
}


a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }

 a {
	 color: #fefefe;
 }

section {
	padding: 3rem 0px;
}

/*********************************************
		Header css
*********************************************/

header {
	height: 100vh;
	overflow: hidden;
	/*position: relative;*/
}



header h1 {
	color: #fefefe;
    font-size: 6rem;
    font-family: Oswald;
}

header h4 {
	/*margin: 5rem 0 0 1rem;*/
	color: #fefefe;
    /*text-align: left;*/
}

.parent-width-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}


.width-head {
    width: max-content;
    padding: 50px;
}

.price_text {
    font-size: 1.5rem;
}

.price_num{
    background-color: var(--span-color);
    color: #FFFFFF;
    font-size: 1.5rem;
    /*padding-left: 35px;*/
    /*padding-right: 35px;*/
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: font-lary;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}
.width_ {
    width: min-content;
}



.button_ {
  padding: 10px 10px;
  background-color: #FFFFFF;
  color: #0e0e0f ;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
  font-family: Oswald;
  width: 285px;
  padding-left: 25px;
  padding-right: 25px;

}

.button_call {
  padding: 10px 10px;
  color: #FFFFFF ;
  border: 1px solid;
  border-radius: 30px;
  border-color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
  font-family: Oswald;
  width: 285px;
  padding-left: 25px;
  padding-right: 25px;


}


.bg_img {
    background-image: url(../images/head-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

.flag {
	width: 35px;
	margin-left: 10px;
	margin-right: 10px;
}

.navbar {
    font-size: 18px;
    /*font-weight: 400;*/
    /*z-index: 1;*/
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);*/
    /*z-index: 2;*/
    background-color: rgba(28, 35, 49, 0.93);

}

.navbar-brand {
	font-size: inherit;
	text-decoration-line: underline!important;
}


.btn-rounded {
    border-radius: 10em;
}

#navigation-menu a.mPS2id-highlight {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    background-color: rgba(255, 255, 255, 0);
}

.btn.dropdown-toggle,
.top-nav-collapse {
    background-color: #1C2331!important;
}

a {
    text-decoration: none!important;
	color: #fefefe;
}


.cta-btn:hover {
    background-color: transparent!important;
    color: #f7f3f3;
    border-color: #f7f3f3;
    transition: all 0.8s linear;
}

h1.display-4 {
    position: relative;
}

.mycolor {
	color: var(--span-color);
}

.mycolor_red {
	color: #B40000;
}

.mycolor_blue {
	color: #5AA5E1;
}


.fon {
    background-image: url(../images/fon.png);
}

.color_fon {
    background-color: #fafafa;
}

.row_hight {
    height: 160px;
}

.img_hidden {

}

.display-4 {
    font-weight: 900;
}

.lead {
    font-size: 1.50rem;
    font-weight: 400;
	color: #fefefe;
}

.space {
	padding: 1rem 1rem 1rem;

}





/*********************************************
		Services css
*********************************************/

.services_gr {
    background-image: linear-gradient(120deg, #0e0e0f, #34495e 29%, #141a1f, #ca5718 98%);
}

h4.services_h {
    color: var(--span-color);
	font-weight: bold!important;
	text-align: center;
	margin-bottom: 1.5rem
}

.card .card-body .card-text {
    font-size: 1rem;
    color: #111010;
    font-weight: 400;
}

.testimonial-card .card-up {
    overflow: hidden;
    height: 120px;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

.testimonial-card .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
}

ul,
ul.servicesLinks {
    list-style: none;
}

.servicesLinks li {
    position: relative;
    padding-left: 28px;
}

.servicesLinks li:before {
    content: "\27A5";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--span-color);
}


/* Carusel */

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 2.1rem;
    color: #343A40;
    background: #b7c6c9;
    width: 40px;
    height: 40px;
    top: 26px;
    line-height: 1;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--span-color);
    transition: background 1s, color 1s;
    color: #fafafa;
}

.owl-theme .owl-nav {
    position: absolute;
    top: -4%;
    left: 50%;
    margin-left: -50px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(134, 151, 145, 0);
    color: var(--span-color);
    text-decoration: none;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.owl-theme .owl-dots .owl-dot.active {
    display: inline-block;
    zoom: 1.1;
    transition: zoom 1s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--span-color);
    transition: background 1s;
}

.owl-theme .owl-dots {
    margin-top: 30px;
}

.owl-carousel .owl-stage-outer {
    margin-top: 20px;
}

/*********************************************
		About css
*********************************************/

.about-text {
    color: var(--span-color);
}

/*********************************************
		Testimonials css
*********************************************/

.testimonial-carousel .carousel-control.left:before {
    content: "\2039";
}

.testimonial-carousel .carousel-control.right:before {
    content: "\203a";
}

.testimonial-carousel .testimonial {
    margin-right: 23%;
    margin-left: 23%;
}

.testimonial-carousel .carousel-control:before {
    font-size: 5rem;
    color: rgba(0, 0, 0, .6);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.testimonial-carousel .carousel-control.left {
    left: 6%;
}

.testimonial-carousel .carousel-control {
    background-image: none;
    top: 50%;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
}

/*********************************************
		Price css
*********************************************/

.accordion-bg {
    background-image: url(../images/usluga-master-na-chas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.accordion.md-accordion.accordion-2 .card {
    background-color: rgba(2, 1, 1, 0.9);
}

.accordion.md-accordion.accordion-2 .card {
    border: 0;
}

table td {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 1px;
}

/*********************************************
		Call to Actions css
*********************************************/

.cta {
    font-size: 2rem;
    font-family: inherit;
}

.browns {
    color: var(--span-color);
}

#typed2.wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

section.frame_bg {
    position: relative;
	 background-image: url('../images/remont-v-vannoy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.mt-6 {
    margin-top: 7rem !important;
}

.mt-5-5 {
    margin-top: 6.5rem;
}

.black {
    background-color: #000000c7!important;
    border: 4px #fff;
    border-style: outset;
    border-radius: 25px;
}


/*********************************************
		Modal Window css
*********************************************/

.md-form .prefix {
    top: .25rem;
    font-size: 1.50rem;
}

/*********************************************
		Footer css
*********************************************/

.footer_bg {
    background-color: #5AA5E1;
}

footer h4 {
    position: relative;
    color: #fcffff;
	text-align: center;
}

footer p {
    text-align: justify;
    color: #fcffff;
}

footer h4:after {
    position: absolute;
    content: "";
    top: 37px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    height: 1px;
    background-color: rgba(245, 177, 110, 0.3);
}

footer hr {
    background-color: rgba(254, 187, 121, 0.2);
}

.footer-copyright a:hover {
	color: rgba(245, 177, 110, 0.3);
}
.text-viber {
    color: #574E92;
}

.text-skype {
    color: #00A9E8;
}

/*****************************************
		Media Screen
*****************************************/

@media(min-width: 320px) and (max-width: 576px) {
    .width-head {
        padding: 10px;
    }


    header h1 {
    font-size: 2.5rem;
}

    section h2 {
        font-size: 2.5rem;
    }
    section h3 {
        font-size: 2rem;
    }

    .img_hidden{
        display: none;
    }

    .row_hight {
    height: 5px;
    }

    .display-4 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .lead {
        font-size: 1.3rem;
    }

    .h-form,
    .btn-form {
        display: inline;
    }

    .button-orange .btn-orange-tel {
        display: inline-block;
    }

    .navbar {
    }

	.testimonial-carousel .testimonial {
		margin-left:  15%;
		margin-right:  15%;
	}

}

@media(min-width: 577px) and (max-width: 767.8px) {
    header h1 {
    font-size: 3.6rem;
}

    section h2 {
        font-size: 2.8rem;
    }

    section h3 {
        font-size: 2.3rem;
    }

    .img_hidden{
    display: none;
    }

    .row_hight {
    height: 5px;
    }

    .btn-form {
        display: none;
    }

    .h-tel {
        display: block;
    }

    .btn-orange-tel {
        display: inline;
    }

    h4.mt-5-5,
    button.mt-5-5 {
        margin: 1.5rem 0;
    }

	.h-form,
    .btn-form {
        display: none;
    }

	h2:after {
        display: none;
    }

	section.frame_bg {
        background: linear-gradient(40deg, #45cafc, #303f9f);
    }

}

@media(min-width: 768px) and (max-width: 1024px) {
    header h1 {
    font-size: 4.3rem;
}

    section h2 {
        font-size: 3.5rem;
    }

    section h3 {
        font-size: 3rem;
    }

    .row_hight {
    height: 5px;
    }
    .h-tel,
    .btn-orange-tel {
        display: none;
    }

    h4.mt-5-5,
    button.mt-5-5 {
        margin: 2rem 0;
    }
}

@media(min-width: 1025px) and (max-width: 1440px) {

    .btn-form {
        display: inline-block;
    }

    .h-tel,
    .btn-orange-tel {
        display: none;
    }

    h4.mt-5-5,
    button.mt-5-5 {
        margin: 5.5rem 0;
    }
}

@media(min-width: 1441px) and (max-width: 2560px) {

    .h-tel,
    .btn-orange-tel {
        display: none;
    }

    h4.mt-5-5,
    button.mt-5-5 {
        margin: 13.5rem 0;
    }
}


@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.ttf");

}

@font-face {
  font-family: "font-lary";
  src: url("../fonts/font-larisome.ttf");

}