@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");

/* Обнуление */
*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
ul,
ol,
li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
html,
body {
	height: 100%;
	line-height: 1;
	background: #fff;
	font-size: 14px;
	color: #000;
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-padding-top: 7rem;
  
	font-weight: 500;
	/* font-family: Roboto; */
	font-family: 'Poppins', sans-serif;
}
/* ---------------------------------------------------------------------------- */
.wrapper {
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
/* ---------------------------------------------------------------------------- */
._container {
	max-width: 1280px;
	padding: 0px 10px;
	margin: 0px auto;
	box-sizing: content-box;
}
/* ----------------------------------------------------------------------------- */
:root {
	--yellow:#fe0000;
	--black:#111;
	--white:#fff;
	--light-color:#666;
	--light-bg:#eee;
	--box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
	--border:.1rem solid rgba(0,0,0,.3);
  }
/* ----------------------------------------------------------------------------- */
  section {
	padding: 5rem 10%;
  }
/* ----------------------------------------------------------------------------- */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* background-color: #e6ffff; */
    z-index: 2;
}
.header__body {
    position: relative;
    display: flex;
    justify-content: space-between;
    /* height: 80px; */
    height: 55px;
    align-items: center;
    /* background-color: #f4f5ef; */
}

.header__logo {
    background-color: #000;
    /* margin-right: 50px; */
    position: relative;
    z-index: 3;
	font-size: 18px;
	font-weight: 700;
	/* color: #ff0; */
}
.header__logo img{
    max-width: 125px;
    display: block;
}
.header__burger {
    display: none;
}
.header__menu {
}
.menu__list {
    display: flex;
    position: relative;
    z-index: 2;
}
.menu__list li{
    list-style: none;
    margin: 0px 7px 0px 7px;
}
.menu__link {
    color: #000;
    text-transform: uppercase;
    /* font-size: 13px;
    text-decoration: none; */
    font-size: 18px;
    margin-right: 2px;
      
    /* text-decoration: underline 2px #962715; */
    font-weight: 700;
}



@media (max-width:990px){
    .menu__list li{
        margin: 0px 5px 0px 5px;
    }
    .menu__link {
        font-size: 13px;
        font-weight: 700;
    }
    .header__logo {
        margin-right: 10px;
        font-size: 16px;
        font-weight: 700;
    }
}
@media (max-width:490px){
   
    .header__logo {
        margin-right: 3px;
        font-size: 8px;
    }
}

@media (max-width:795px){

    





    body.lock{
        overflow: hidden;
    }
    .header__body{
        height: 59px;
    }
    .header__logo{
        flex: 0 0 50px;
    }
    .header__burger {
        margin: 0px 0px 0px 12px;
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 3;
    }
    .header__burger span{
        position: absolute;
        background-color: #000;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header__burger:before,
    .header__burger:after{
        content: '';
        background-color: #000;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header__burger:before{
        top: 0;
    }
    .header__burger:after{
        bottom: 0;
    }

    .header__burger.active span{
       transform: scale(0);
    }
    .header__burger.active:before{
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active:after{
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header__menu {
     position: fixed;
     top: -100%;
     left: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     transition: all 0.3s ease 0s;
     background-color: #fff;
     padding: 70px 10px 20px 10px;
    }

    /* .header__tel__menuactive{
        position: relative;
        top: 0;
        left: 0;
        display: block;
        z-index: 250;

    } */

    .header__menu.active{
        top: 0;
    }
    .menu__list{
        display: block;
    }
    .menu__list li{
        margin: 0px 0px 35px 0px;
    }
    .menu__link {
        font-size: 24px;
    }
}

/* .header__tel__menuactive{
  z-index: 5;
        display: table;
        padding: 5px 0;
    display: none;
    } */



@media (max-width:490px){
    body.lock{
        overflow: hidden;
    }
    .header__body{
        height: 50px;
    }
    .header__logo{
        flex: 0 0 30px;
    }
    .header__burger {
        margin: 0px 0px 0px 5px;
    }
}




















.header__gadjet{
    display: flex;
    flex-wrap: wrap;
    z-index: 5;
    /* margin-right: auto; */
    position: relative;
    align-items: center;
    /* margin-left: auto; */
}

@media (max-width:795px){
    .header__gadjet{
        display: none;
    }
}




.header__tele{
    align-items: center;
}


.link__tel{
    color: #1E1E20;
    font-size: 18px;
    font-weight: 700;
    margin: 0 10px;
    text-decoration: underline #e42022;
    /* align-items: center; */   
}





svg {
    width: 30px;
    height: 30px;
}


@media (max-width:990px){
    .link__tel{
        color: #000;
        font-size: 12px;
        font-weight: 700;
        margin: 0 0px;   
    }

}


.header__social{
    margin: 0 5px;
    
}

.header__img{
    max-width: 25px;

}


.burger__phone{
    display: none;
}

.burger__mail{
    display: none;
}


.header__logo__alf{
    color: #000;
    font-size: 15px;
    font-weight: 700;
    z-index: 3;
    margin-right: 10px;
}
@media (max-width:930px){
    .header__logo__alf{
        font-size: 13px;
    }
}
@media (max-width:490px){
    .header__logo__alf{
        font-size: 11px;
    }
}






@media (max-width:795px){
    .burger__phone{
        display: block;
        z-index: 2;
        margin-top: 110px;
    }
    .burger__phone__link{
        color: #000;
        font-size: 24px;
    }
    .burger__phone {
        align-items: center;
        display: flex;
        z-index: 5;
    }
    .burger__tele {
        margin: 0 10px;
    }
    .burger__phone__link {
    }
    .burger__social {
        margin: 0 5px;
    }
    .burger__mail{
        display: block;
        margin: 40px 10px;
        font-size: 24px;
        font-weight: 700;
        text-decoration: underline yellow;
    }
    .burger__mail__link{
     color: #000;
     text-decoration: underline #e6ffff;
    }
}



.viber{
	width: 30px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	border-radius: 50%;
  }


  .burger__tele {
	transition: .5s;
  }
  
  .burger__tele:hover {
	transform: translateY(-7px);
  } 


.main-block__buttons {
	display: flex;
	flex-wrap: wrap;
    z-index: 5;
    /* margin-right: auto; */
    /* position: relative; */
}



@media (max-width: 767px) {
    .main-block__buttons {
        display: none;
    }
}

.butonss{
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: 165px;
    padding: 5px 30px;
    margin: 10px auto 10px auto;
    position: relative;
    overflow: hidden;
    border: 2px solid #e42022;
    /* border-radius: 8px; */
    font-family: 'Montserrat', sans-serif;
    color: #1E1E20;
    transition: .2s ease-in-out;
    font-size: 14px;
    font-weight: 700;
    background-color:#ffffff;
}
.butonss:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
  }
  .butonss:hover {
    background: #e42022;
    color: #1E1E20;
  }
  .butonss:hover:before {
    left: 150px;
    transition: .5s ease-in-out;
  }

  @media (max-width: 940px) {
    .butonss{
        width: 145px;
        padding: 4px 20px;
    }
}

@media (max-width: 490px) {
    .butonss{
        width: 135px;
        padding: 4px 20px;
        margin: 10px auto 10px auto;
    }
}

/* ---PAGE--------------------------------------------------------------------- */
.page {
	flex: 1 1 auto;
}
/* ---MAIN--------------------------------------------------------------------- */
.home {
	padding: 0;
  }
  .home .slide {
	min-height: 70rem;  
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
  }
  .home .slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, var(--white), transparent);
  }
  .home__content {
	width: 67rem;
	height: 30rem;
	position: relative;
	background-color: #4d4d4d;
	padding: 25px;
  }
  
  .home__title {
	font-size: 6rem;
	color: #fff;
	text-transform: capitalize;
	text-transform: uppercase;
  }
  
  .home__p {
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.5;
	letter-spacing: 0.8px;
	color: #fff;
	padding: 1rem 0;
	margin: 1rem 0;
	text-align:left;
  }


  @media (max-width:767px){
	.home__title {
		font-size: 3rem;
	  }
	.home__content {
		width: 67rem;
		height: 25rem;
		padding: 20px;
	  }
  }

  @media (max-width:500px){
	.home__title {
		font-size: 2.2rem;
	  }
	.home__content {
		height: 23rem;
	  }
	  .home__p {
		font-size: 1.4rem;
	  }
  }
  
  .home .swiper-button-next,
  .home .swiper-button-prev {
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	height: 7rem;
	width: 7rem;
	line-height: 7rem;
	background: #ffa700;
  }
  
  .home .swiper-button-next:hover,
  .home .swiper-button-prev:hover {
	background: var(--yellow);
  }
  
  .home .swiper-button-next::after,
  .home .swiper-button-prev::after {
	font-size: 2rem;
	color: var(--black);
  }
  
  .home .swiper-button-prev {
	right: 7rem;
  }

  
.btnn{
	text-decoration: none;
	cursor: pointer;
	display: block;
	width: 200px;
	padding: 10px 30px;
	margin-right: 75px auto 10px auto;
	position: relative;
	overflow: hidden;
	border: 2px solid #000;
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	transition: .2s ease-in-out;
	font-size: 14px;
	font-weight: 700;
	text-align:center;
  }
/* ---GROUP--------------------------------------------------------------------- */
.gallery {
}

.gallery__heading{
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 3rem;
	color: #ffa600;
	padding-left: 1rem;
	border-left: 1rem solid #ffa600;
	line-height: 1.5;
}

.gallery__title {
  margin: 25px 0 55px 0;
  font-size: 25px;
  font-weight: 700;
}
.gallery__items { 
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
}

.gallery__item {
	padding: 0px 0px 95% 0px;
	position: relative;
    transition: .5s;
}

.gallery__item:hover{
  transform: translateY(-7px);
}
.gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 800px) {
	.gallery__item_big {
		grid-column: span 2;
		grid-row: span 2;
    	transition: .5s;
	}

  .gallery__item_big:hover{
    transform: translateY(-7px);
  }
}
/* ---Benefits--------------------------------------------------------------------- */

.benefits {
	background: #eee;
	padding-top: 85px;
  }
  
  .benefits__container{
	position: relative;
  }
  
  .benefits-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  @media (max-width: 767px){
	.benefits-wrapper {
		justify-content: space-around; 
	}
  }
  
  .benefits-item {
	width: 385px;
	height: auto;
	margin-bottom: 61px;
	margin-right: 15px;
	cursor: pointer;
  }
  
  .benefits-item-clip {
	position: relative;
	background: #fff;
	padding-top: 55px;
	padding-bottom: 40px;
	overflow: hidden;
	transition: transform .5s;
	/* border-radius: 8px; */
  }
  
  .benefits-item-clip:hover{
	transform: translateY(-7px);
  }
  
  @media (max-width: 500px){
	.benefits-item-clip {
		padding-top: 25px;
		padding-bottom: 10px;
		font-size: 16px;
	}
  }
  
  .benefits-item-clip::before {
	position: absolute;
	content: '';
	background: #000;
	width: 53px;
	right: 0;
	bottom: 0;
	top: 0;
  }
  
  .decor-block {
	position: absolute;
	left: 29px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }

  .benefits-item-count {
	font-weight: 300;
	font-size: 52px;
	line-height: 30px;
	color: #eeeeee;
	position: absolute;
	right: 14px;
	top: 18px;
  }
  
  .benefits-item-text {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 143%;
	color: #000;
	padding-left: 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding-right: 53px;
  }
  
  
  .benefits__title{
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 143%;
	color: #000;
  }
  
  .benefits__p{
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.5;
  }
  
  .benefits__title{
	font-weight: 700;
	font-size: 2.2rem;
	color: #000;
	line-height: 1.5;
  }
  
  .benefits__title__around{
	margin-bottom: 25px;
	font-weight: 700;
	color: #000;
	font-size: 2.9rem;
	/* border-left: 1rem solid var(--yellow); */
	padding-left: 1rem;
	line-height: 1.5;
  }
  /* ---About--------------------------------------------------------------------- */

  .about__heading{
	margin-bottom: 25px;
	font-weight: 700;
	color: #000;
	font-size: 2.9rem;
	/* border-left: 1rem solid var(--yellow); */
	padding-left: 1rem;
	line-height: 1.5;
  }

  .about .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 3rem;
  }
  
  .about .row .video {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 41rem;
			flex: 1 1 41rem;
  }
  
  .about .row .video video {
	width: 100%;
  }
  
  .about .row .content {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 41rem;
			flex: 1 1 41rem;
  }
  
  .about .row .content h3 {
	font-weight: 700;
	font-size: 3.7rem;
	color: var(--black);
	line-height: 1.5;
  }
  
  .about .row .content p {
	font-size: 1.9rem;
	font-weight: 500;
	color: #000;
	line-height: 1.5;
	padding: 1rem 0;
  }
  
  .about .box-container {
	margin-top: 3rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	gap: 2rem;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
  }
  
  .about .box-container .box {
	text-align: center;
	background: var(--light-bg);
	padding: 3rem 2rem;
  }
  
  .about .box-container .box h3 {
	font-size: 4rem;
	color: var(--black);
	text-transform: capitalize;
  }
  
  .about .box-container .box p {
	font-size: 1.7rem;
	color: var(--light-color);
	line-height: 1.5;
	padding-top: .5rem;
  }

  /* ---------------Akkordeon------------------------------- */


  .heading__akkord{
	margin-bottom: 25px;
	font-weight: 700;
	color: #000;
	font-size: 2.9rem;
	/* border-left: 1rem solid var(--yellow); */
	padding-left: 1rem;
	line-height: 1.5;
  }

  .page__accordion{
	background-color: #eee;
  
   }
  
  .bodyacc {
	padding: 10px;
	margin: 0 auto;
  }
  
  .bodyacc .box {
	position: relative;
	margin-bottom: 20px;
  }
  
  .bodyacc .box:last-child {
	margin-bottom: 0;
  }
  
  .bodyacc .box .label {
	position: relative;
	padding: 20px 50px 20px 20px;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	font-size:22px;
	font-weight:700;
	line-height: 1.5;
  }
  
  @media (max-width:500px){
	.bodyacc .box .label {
		font-size:16px;
	  }
  }
  
  .bodyacc .box .label::after {
	content: "+";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	font-size: 25px;
	font-weight: bold;
  }
  
  /* .bodyacc .box.active .label::after {
	content: "\2014";
  } */
  
  .bodyacc .box .content {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	max-height: 0;
	transition: 0.3s;
  }
  
  .bodyacc .box .content p {
	font-size: 18px;
	font-weight: 400;
	padding: 20px;
	line-height: 1.5;
	color:#000;
  }
  
  .box__title{
	  max-width: 200px;
  
  }
  
  .akkord{
	color: #000;
  }
 /* ----Reviews-------------------------------------------- */

 .reviews__heading{
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 3rem;
	color: #ffa600;
	padding-left: 1rem;
	line-height: 1.5;
	border-left: 1rem solid #ffa600;
 }
  
.reviews .slide p {
	padding: 1.5rem;
	background: var(--light-bg);
	position: relative;
	margin-bottom: 3rem;
	font-size: 1.4rem;
	color: var(--light-color);
	line-height: 2;
  }
  
  .reviews .slide p::before {
	content: '';
	position: absolute;
	bottom: -1rem;
	left: 2rem;
	height: 2rem;
	width: 2rem;
	background: var(--light-bg);
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
  }
  
  .reviews .slide .user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 1.5rem;
  }
  
  .reviews .slide .user img {
	height: 7rem;
	width: 7rem;
  }
  
  .reviews .slide .user h3 {
	font-size: 2rem;
	color: var(--black);
	text-transform: capitalize;
  }
  
  .reviews .slide .user .stars {
	padding-top: .5rem;
  }
  
  .reviews .slide .user .stars i {
	font-size: 1.4rem;
	color: var(--yellow);
  }
/* ----FOOTER-------------------------------------------- */
  .footer {
}
.footer__top {
	background: #000;
	padding: 35px 0;
}
.footer__main {
}
.footer__row {
	display: flex;
	/* flex-wrap: wrap; */
	/* margin: 0px 30px; */
}
.footer__column {
	padding: 15px 5px;
	flex: 0 1 20%;
	margin: 0 15px 0 15px;
}
.footer__column:last-child {
	flex: 0 1 40.0%;
}
@media (max-width: 992px) {
	.footer__column {
		flex: 0 1 25%;
	}
	.footer__column:last-child {
		flex: 1 1 100%;
	}
}
@media (max-width: 992px) {
	.footer__column {
		flex: 0 1 100%;
	}

	.footer__row {
		flex-wrap: wrap;
			
		}
}

.footer__label {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
}

.label__footer{
	color: #fff;
	font-weight: 700;
	font-size: 38px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;

}
.footer__menu {
}

.menu-footer {
}
.menu-footer__list {
}
.menu-footer__item:not(:last-child) {
	margin: 0px 0px 15px 0px;
}
.menu-footer__link {
	color: #fff;
	display: inline-block;
	line-height: 171%;
	letter-spacing: 0.2px;
	font-weight: 700;
	font-size: 16px;
}
.menu-footer__link:hover {
	text-decoration: underline;
}

.footer__contacts {
}

.contacts-footer {
	display: flex;
	flex-direction: column;
}
.contacts-footer__item {
	padding: 0px 0px 0px 34px;
	line-height: 142%;
	display: flex;
	align-items: center;
	color: #000;
	min-height: 30px;
	font-weight: 700;
	font-size: 18px;
}
.contacts-footer__item:hover {
	text-decoration: underline;
}
.contacts-footer__item:not(:last-child) {
	margin: 0px 0px 12px 0px;
}
.contacts-footer__item_phone {
	background: url("../img/icons/01.svg") 0 0 no-repeat;
}
.contacts-footer__item_email {
	background: url("../img/icons/03.svg") 0 0 no-repeat;
}
.footer__bottom {
	padding: 5px 0;
}
.footer__container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
}
.footer__copy {
	color: #737373;
	line-height: 141%;
	font-size: 13px;
	font-weight: 400;
	/* padding: 0 80px; */
	/* margin: 15px 0; */
}


@media (max-width: 992px) {
	.footer__copy {
		font-size: 11px;
		font-weight: 400;
		padding: 0 10px;
		margin: 10px 0;
	}
}


.footer__social {
}

.social {
	display: flex;
	align-items: center;
}
.social__item:not(:last-child) {
	margin: 0px 20px 0px 0px;
}
@media (max-width: 767px) {
	.footer__container {
		flex-direction: column;
	}
	.footer__copy {
		margin: 0px 0px 15px 0px;
		text-align: center;
	}
}
/* services-------------------------------------------------------- */
/* .services {
	background: #4c4c4c;
  } */
  
  .services .box-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
	gap: 2rem;
  }
  
  .services .box-container .box {
	text-align: center;
	padding: 3rem;
	background: var(--white);
	-webkit-box-shadow: var(--box-shadow);
			box-shadow: var(--box-shadow);
	border: var(--border);
  }
  
  .services .box-container .box:hover img {
	-webkit-transform: translateY(-1rem);
			transform: translateY(-1rem);
  }
  
  .services .box-container .box img {
	height: 14rem;
	margin-bottom: .5rem;
	-webkit-transition: .2s linear;
	transition: .2s linear;
  }
  
  .services .box-container .box h3 {
	font-size: 1.5rem;
	  font-weight:700;
	  line-height: 1.5;
	color: var(--black);
	text-transform: capitalize;
	padding: 1rem 0;
  }
  
  .services .box-container .box p {
	font-size: 1.3rem;
	color: var(--light-color);
	line-height: 2;
	text-align: left;
  }
  /*---- Modal------------------------------------------------ */
  

.input__box:focus{
	outline: none;
  box-shadow: 0 0 15px #22262D;
  }
  .input__box:invalid{
	box-shadow: 0 0 15px #da110a;
  }
  .input__box:valid{
	box-shadow: 0 0 15px #b6ccd0;
  }
  
  .input__box:not(:focus):invalid {
	box-shadow: 0 0 15px #22262D;
  }

  .input__box:valid{
	box-shadow: 0 0 15px #27e50a;
  }
  
  
  .pop_up {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 3;
	transform: translateY(-44.5%) scale(0);
	transition: 0.4s ease-in-out;
  }
  
  .pop_up.active {
	transform: translateY(0%) scale(100%);
	background-color: rgba(0, 0, 0, 0.8);
   
  }
  
  
  .pop_up_container {
	display: flex;
	width: 100%;
	height: 100%;
  }
  .pop_up_body {
	margin: auto;
	width: 500px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 100px 15px 110px 15px;
	position: relative;
  
  }
  
  .pop_up_body p{
	font-size: 28px;
	font-family: serif;
	font-weight: 600;
	color: #22262D;
	margin-bottom: 40px;
  }
  .pop_up_body input{
	box-shadow: 0 0 15px #22262d;
	display: block;
	margin: 25px auto 0px auto;
	width: 330px;
	padding: 17px 20px;
	background-color: #E5E5E5;
	border-radius: 10px;
	border: none;
	font-family: serif;
	font-weight: 500;
	font-size: 18px;
	color: #89909F;
   
  }
  .pop_up_body button{
	text-decoration: none;
	cursor: pointer;
	display: block;
	width: 220px;
	padding: 13px 30px;
	margin: 30px auto 10px auto;
	position: relative;
	overflow: hidden;
	border: 2px solid #ff0101;
	border-radius: 8px;
	font-family: 'Roboto Slab', serif;
	color: #000;
	transition: .2s ease-in-out;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing:143% ;
  /* letter-spacing: 143%; */
	background-color: #e5e3eb;
	box-shadow: 0px 2px 20px 0px #f8f9f9;
  
  
	font-family: 'Montserrat', sans-serif;
	color: #000;
	transition: .2s ease-in-out;
	font-size: 14px;
	font-weight: 700;
  }
  
  .pop_up_body button:before {
	content: "";
	background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
	height: 50px;
	width: 50px;
	position: absolute;
	top: -8px;
	left: -75px;
	transform: skewX(-45deg);
  }
  /* .pop_up_body button:hover {
	background: #962715;
	color: #000;
  }
  .pop_up_body button:hover:before {
	left: 150px;
	transition: .5s ease-in-out;
  } */
  .pop_up_close{
	position: absolute;
	top: 55px;
	right: 30px;
	font-size: 21px;
	cursor: pointer;
  }
  
  .pop_up_body textarea{
	display: block;
	margin: 25px auto 0px auto;
	width: 330px;
	padding: 17px 20px;
	background-color: #E5E5E5;
	/* border-radius: 18px; */
	border: none;
	color: #89909F;
	font-weight: 500;
	font-size: 18px;
  }
  @media screen and (max-width: 770px){
	.pop_up_body{
			margin: auto;
			width: 300px;
			background-color: #fff;
			/* border-radius: 10px; */
			text-align: center;
			padding: 80px 15px 80px 15px;
			position: relative;
	}
	.pop_up_body input{
		box-shadow: 0 0 15px #22262d;
		display: block;
		margin: 25px auto 0px auto;
		width: 250px;
		padding: 10px 10px;
		background-color: #E5E5E5;
		/* border-radius: 10px; */
		border: none;
		font-family: serif;
		font-weight: 200;
		font-size: 14px;
		color: #89909F;
	}
	.pop_up_body input:focus{
		outline: none;
	}
  
  
  .pop_up_body textarea{
	display: block;
	margin: 25px auto 0px auto;
	width: 250px;
	padding: 17px 20px;
	background-color: #E5E5E5;
	border-radius: 10px;
	border: none;
	font-family: serif;
	font-weight: 500;
	font-size: 18px;
	color: #89909F;
  }
	
	.pop_up_body button{
		cursor: pointer;
		display: block;
		width: 250px;
		margin: 60px auto 0px auto;
		padding: 20px 0px;
		font-family: serif;
		font-weight: 700;
		font-size: 16px;
		border: none;
		color: #000;
		border-radius: 10px;
		/* background-color: #ff0; */
	}
	
	.pop_up_close{
		position: absolute;
		top: 15px;
		right: 15px;
		font-size: 21px;
		cursor: pointer;
	}
  }
  /* ----Btn-------------------------------------------------------- */

  .btn{
	text-decoration: none;
	  cursor: pointer;
	display: block;
	width: 200px;
	padding: 10px 30px;
	margin: 45px auto 10px auto;
	position: relative;
	overflow: hidden;
	border: 2px solid #e42022;
	border-radius: 8px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	transition: .2s ease-in-out;
	font-size: 14px;
	font-weight: 700;
  }
  
  .btn:before {
	content: "";
	background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
	height: 50px;
	width: 50px;
	position: absolute;
	top: -8px;
	left: -75px;
	transform: skewX(-45deg);
  }
  .btn:hover {
	background: #e42022;
	color: #000;
  }
  .btn:hover:before {
	left: 150px;
	transition: .5s ease-in-out;
  }
  
  /* -------------------------------- */

  .heading {
	margin-bottom: 25px;
	font-weight: 700;
	color: #000;
	font-size: 2.9rem;
	/* border-left: 1rem solid var(--yellow); */
	padding-left: 1rem;
	line-height: 1.5;
  }
/* -------------------------------- */


  .contact__body{
	padding-top: 70px;
  
  }
  .contactt {
	position: relative;
	background: no-repeat url(../img/1.jpg);
	/* height: 140vh; */
  
	/* opacity: 0.95; */
  }
  .contact__container {
  }
  ._container {
  }
  .contact__title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 143%;
	text-align:center;
	margin-bottom: 35px;
  }
  .contact__row {
	display: flex;
	justify-content: space-around;
  }
  .contact__text {
  }
  .contact__map {
  }
  
  
  .contact__p{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
  }

  /* ---------------------------------------------------- */

  .main-block {
	position: relative;
    background-color: #BBC3C6;
	background: url(../img/main/main.jpg) no-repeat;
	height: 100vh;

    /* background: linear-gradient(93.58deg,#962715,#BBC3C6);
    background: linear-gradient(#962715, 2%,#BBC3C6); */
}




@media (max-width: 992px){
    .main-block {
		height: 100vh;
        display: flex;
	align-items: center;
	}
}



@media (max-width:  767px) {
	.main-block {
		height: 100vh;
	}
}

@media (max-width:  500px) {
	.main-block {
		/* display: block;
        padding: 55px 0 0 0; */

	}
}




.main-block__body {
	display: flex;
	justify-content: space-between;
    padding: 190px 0px 120px 0px;
	position: relative;
	z-index: 2;
}
@media (max-width: 992px) {
	.main-block__body {
		padding: 30px 0px 170px 0px;
	}
}
@media (max-width: 479px) {
	.main-block__body {
		padding: 30px 0px 170px 0px;
	}
}

.main-block__offer{
    margin: 0 auto;
	text-align: center;
	max-width: 800px;


    /* position: relative; */
}
@media (max-width: 900px) {
    .main-block__offer {
        text-align: center;
        max-width: 100%;
	}
}




.page__paragraph{
	font-size: 24px;
	line-height: 125%;
	letter-spacing: 0.3px;
	font-weight: 400;
	margin-bottom: 21px;
	text-align: left;
}

.main-block__title {
    font-family: 'Playfair Display', serif;
    margin-bottom: 21px;
	text-align: left;
	font-size: 52px;
	line-height: 137%;
	letter-spacing: 0.2px;
	font-weight: 700;
    transition: 0.5s; 
  animation: plan 0.5s 1; 
  animation-fill-mode: forwards; 
  animation-delay: 0.7s
}


@keyframes plan{
    0%{
    opacity:0;
    }
    100% {
    opacity:1;
    }
    }


.main-block__titl {
    font-family: 'Playfair Display', serif;
    margin-bottom: 45px;
	text-align: center;
	font-size: 52px;
	line-height: 137%;
	letter-spacing: 0.2px;
	font-weight: 700;

    text-decoration: underline 2px #962715;
}




@media (max-width: 900px) {
	.main-block__title {
		font-size: 42px;
	}
}
@media (max-width: 600px) {
	.main-block__title {
		font-size: 32px;
	}
}
@media (max-width: 500px) {
	.main-block__title {
		font-size: 32px;
	}
}

.main-block__subtitle{
  font-size: 28px;
  font-weight: 700;
  opacity:0; 
  transition: 0.5s; 
  animation: plannn 0.5s 1; 
  animation-fill-mode: forwards; 
  animation-delay: 0.5s; 
  }
  @keyframes plannn{
    0%{
    opacity:0;
    }
    100% {
    opacity:1;
    }
    }
  


    @media (max-width: 900px) {
        .main-block__subtitle {
            font-size: 24px;
        }
    }

    @media (max-width: 500px) {
        .main-block__subtitle {
            font-size: 18px;
        }
    }



    @media (max-width: 900px) {
        .page__paragraph{
            font-size: 22px;
            line-height: 137%;
            letter-spacing: 0.2px;
            font-weight: 700;
            margin-top: 15px;
        }
    }

    @media (max-width: 500px) {
        .page__paragraph{
             font-size: 22px;
        }
    }
.main-block__text {
	color: #000;
	font-size: 20px;
	line-height: 150%;
	/* margin-top: 30px; */
    opacity:0; 
    transition: 1.2s; 
    animation: bla 1.2s 1; 
    animation-fill-mode: forwards; 
    animation-delay: 1.2s; 
    }
    
    @keyframes bla{
        0%{
        opacity:0;
        }
        100% {
        opacity:1;
        }
        }  
  
		/* ---------------------------------------------------------------- */


		.page {
			flex: 1 1 auto;
		}
		.page__main-block {
		}
		.page__services {
			position: relative;
			z-index: 2;
			margin: -111px 0px 0px 0px;
		}

		@media (min-height: 797px) {
			.page__services {
					margin: -251px 0px 0px 0px;
				}
			}
		.page__advantages {
		}
		.page__practice {
		}
		.page__whoweare {
		}
		.page__clients:not(:last-child) {
			margin: 0px 0px 10px 0px;
		}
		.page__subscribe {
		}
		.page__getintouch {
		}
		.page__contact {
		}

		/* -------------------------------------------------------- */

		.services {
		}
		.services__container {
		}
		.services__body {
		}
		@media (min-width: 670px) {
			.services__body {
				display: flex;
				flex-wrap: wrap;
				margin: 15px -15px;
			}
		}
		.services__column {
			flex: 0 1 33.333%;
		}
		@media (min-width: 670px) {
			.services__column {
				padding: 0px 15px;
			}
		}
		
		@media (max-width: 992px) {
			.services__column {
				flex: 0 1 50%;
			}
			.services__column:not(:last-child) {
				margin: 0px 0px 30px 0px;
			}
			.services__column:last-child {
				flex: 1 1 100%;
			}
		}
		.services__item {
			height: 100%;
			box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
			background-color: #fff;
			padding: 35px;
			transition: all 0.3s ease 0s;
		}
		
		.services__item:hover{
			background-color: #ec0d0d;
			color: #000;
		}
		.services__item:hover{
			transform: translateY(-7px);
		}
		
		@media (max-width: 479px) {
			.services__item {
				padding: 25px;
			}
		}
		.item-service {
		}
		/* .item-service_green {
			background-color: #0d5c63;
		}
		.item-service_green .item-service__title {
			color: #fff;
		}
		.item-service_green .item-service__text {
			color: #fff;
		} */
		
		.item-service > *:not(:last-child) {
			margin: 0px 0px 10px 0px;
		}
		.item-service__icon {
		}
		.fa fa-line-chart{
			width: 48px;
			height: 48px;
		
		}
		.item-service__title {
			font-weight: 700;
			letter-spacing: 0.1px;
			font-size: 18px;
			line-height: 133%;
		}
		.item-service__text {
			color: #000;
			line-height: 1.4;
			font-size: 14px;
			font-weight: 500;
		}



		.item-service__image{
			max-width: 100%;

		}

		/* ---------------------------------------- */


		.footer__tele{
			color: #fff;
			font-weight: 500;
			font-size: 22px;
			line-height: 150%;
			margin: 0px 0px 20px 0px;

		}



		/* --------Project----------------------------- */
.projects {
    background: #0f103a;
    padding-top: 30px;
    background: #eeeeee;
  }
  
  .projects .heading {
    /* color: var(--white); */
  }
  
  .projects .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(19rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
    gap: 2rem;
  }
  
  .projects .box-container .box {
    cursor: initial;
  }
  
  .projects .box-container .box:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .projects .box-container .box .image {
    height: 24rem;
    overflow: hidden;
  }
  
  .projects .box-container .box .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .2s linear;
    transition: .2s linear;
  }
  
  .projects .box-container .box .content {
    background: var(--white);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .projects .box-container .box .content .info {
    padding: 1rem 2rem;
  }
  
  .projects .box-container .box .content .info h3 {
    font-size: 1.7rem;
    color: var(--black);
    text-transform: capitalize;
  }
  
  .projects .box-container .box .content .info p {
    font-size: 1.5rem;
    color: var(--light-color);
    line-height: 2;
  }
  
  .projects .box-container .box .content i {
    width: 7.5rem;
    font-size: 3rem;
    background: var(--yellow);
    color: var(--white);
    cursor: pointer;
    text-align: center;
    line-height: 7.5rem;
  }
  
  .content{
    color: #fff;

  }

  .info__h3{
    margin-bottom: 30px;
    text-align: center;

  }

  .heading{
    font-size: 32px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}


/* .main-block__buttons {
	display: flex;
	flex-wrap: wrap;
    z-index: 5;
    margin-right: auto;
    position: relative;
} */

/* ---------------------------------- */

.page__modal {
    /* margin-top: 30px; */
    margin-bottom: 50px;
}
@media (max-width:490px){
	.page__modal {
        margin-bottom: 55px;
    }
}

.page__modal__container {
}
._container {
}
.modal__title {
}
.main-block__title__one {
	/* font-family: 'Playfair Display', serif; */
    margin-bottom: 21px;
	text-align: center;
	font-size: 32px;
	line-height: 137%;
	letter-spacing: 0.2px;
	font-weight: 700;
    transition: 0.5s; 
  animation: plan 0.5s 1; 
  animation-fill-mode: forwards; 
  animation-delay: 0.7s

}
.modal__body {
    display: flex;
    flex-wrap: wrap;
}
.modal__item {
    flex: 1 1 30%;
    margin: 10px;
    /* border: 2px #000 solid;
    border-radius: 20px; */
    overflow: hidden;
    padding: 8px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
    }

    @media (max-width:897px){
        .modal__item {
            flex: 1 1 34%;
        }
    }
    @media (max-width:625px){
        .modal__item {
            flex: 1 1 50%;
        }
    }

@media (max-width:470px){
	.modal__item {
        flex: 1 1 50%;
    }
}

.imlog {
	text-align: center
}
.treeimg {
	max-width: 70px;
}
.modal__subtitle {
    /* text-decoration: underline yellow 4px; */
    font-size: 24px;
	font-weight:700;
	text-align: center;
    margin: 10px;
}
.modal__text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
	line-height:1.5;
}

@media (max-width:470px){
	.modal__subtitle {
        font-size: 20px;
    }
}

/* --------------------------------------------------------- */

.main-block__buttons {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0;
}
.main-block__button {
	/* border-radius: 37px; */
	display: flex;
	min-height: 48px;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.2px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	line-height: 150%;
	padding: 5px 36px;
	margin: 10px 0;
	transition: all 0.3s ease 0s;
}

@media (max-width: 479px) {
	.main-block__button {
		flex: 1 1 100%;
	}
}
@media (min-width: 479px) {
	.main-block__button:not(:last-child) {
		margin-right: 10px;
	}
}
.main-block__button_orange {
	background: #c02727;
	color: #fff;
}
.main-block__button_orange:hover {
	background-color: #c02727;
	color: #fff;
}
.main-block__button_border {
	color: #c02727;
	border: 1px solid #c02727;
}
.main-block__button_border:hover {
	background-color: #c02727;
	color: #fff;
}


/* ----------------------------------------------- */
.header__menu ul {
    list-style: none;
/*     background-color: #1e1e1e; */
}

.header__menu > ul > li {
    /*float: left;*/

}

.header__menu ul::after {
    content: "";
    display: block;
    clear: both;
}

.header__menu ul li a {
    display: inline-block;
/*     padding: 10px 20px; */
    text-decoration: none;
/*     color: #fff; */
/*     width: 125px; */
}

.header__menu ul li a:hover {
    /* background-color: #950740; */
	transition: all .5s;
	
}

.header__menu ul ul {
    display: none;
    position: absolute;
}


.header__menu ul li:hover ul {
    display: block;
	background-color: #d5d5d5;
}



.sub__menu__item{
	color: #000;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 2px;
    font-weight: 700;
	margin: 5px -7px 5px -7px;
}
/* ------------------------------------------------ */

.BYN{
	margin-right:5px;
}


.services__srction{
	padding: 10rem 25%;
}



  .price__line{
  text-decoration: line-through;
  font-weight: 700 !important;
}


.line__price{
 color: #ed1c24 !important;
  font-weight: 700 !important;
}





