
.first-screen-index-img
{
	background: url(../../images/index/lstk-house3.jpg) no-repeat center;
	background-size: cover;
}


.first-screen-index
{
	position: relative;
	width: 100%;
}

.first-screen-index-header
{
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px auto;
	padding: 30px 0 0 0;
	z-index: 10;
}

.first-screen-index-header-company-phone
{
	color: #fff;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.first-screen-index-header-company-phone > i
{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../images/phone.png) no-repeat center;
	background-size: contain;
	margin: 0 5px 0 0;
}

.first-screen-index-header-company-address
{
	color:#fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.first-screen-index-header-company-address > i
{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../images/address.png) no-repeat center;
	background-size: contain;
	margin: 0 5px 0 0;
}

.first-screen-index-text
{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 10;
}

.first-screen-index-text-item h1,
.first-screen-index-text-item h2,
.first-screen-index-text-item ul,
.first-screen-index-text-item p
{
	color: #fff;
}

.first-screen-index-text-item h1
{
	font-size: 50px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	line-height: 150%;
	padding: 0 15px;
}

.first-screen-index-text-item h1 span
{
	display: block;
}

.first-screen-index-text-item h2
{
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	padding: 0 15px;
}

.first-screen-index-text-item-feedback
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	max-width: 1024px;
	margin: 0 0 50px 0;
}

.first-screen-index-text-item-feedback > ul
{
	width: 350px;
	height: 350px;
	background: url(../../images/index/lstk-fff.png) no-repeat center;
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin: 50px 0 0 0;
}

.first-screen-index-text-item-feedback > ul >li
{
	font-size: 20px;
	font-weight: bold;
	list-style-type: disc;
	margin: 0 0 25px 40px;
}

.first-screen-index-text-item-feedback > div
{
	width: 450px;
	padding: 0 10px;
	margin: 50px 0 0 0;
}

.first-screen-index-text-item-feedback-text
{
	font-size: 18px;
	text-align: center;
	line-height: 150%;
	margin: 0 0 0 0;
}

.first-screen-index-text-item-feedback-button
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 0 0 20px 0;
}



.first-screen-index-text-item-phone
{
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.first-screen-index-text-item-phone > a
{
	width: 200px;
	height: 50px;
	color: #000;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #FF6B6B;
	border-radius: 5px;
	transition: .3s;
}


.first-screen-index-text-item-phone > a:hover
{
	transform: scale(1.1);
}

.first-screen-index-text-item-phone > a > i
{
	color: #fff;
}










.our-works
{
width: 100%;
}

.our-works h2
{
	font-size: 40px;
	text-align: center;
	margin: 100px 0 70px 0;
}

.our-works > div
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}



/*
#our-works-item-img1
{
	background: url(../../images/our-work/a-frame/a-frame1.jpg) no-repeat center;
	background-size: cover;
	border-radius: 5px;
}

#our-works-item-img2
{
	background: url(../../images/our-work/barn-house-6x8/barn8.jpg) no-repeat center;
	background-size: cover;
	border-radius: 5px;
}

#our-works-item-img3
{
	background: url(../../images/our-work/restaurant-aiva/poster-video-presentation.jpg) no-repeat center;
	background-size: cover;
	border-radius: 5px;
}


*/












.object-other-buttons
{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 100px auto;
}

.object-other-buttons > a
{
	display: block;
	width: 300px;
	height: 70px;
	font-size: 20px;
	text-align: center;
	line-height: 70px;
	background-color: #FF7A7C;
	margin: 0 0 70px 0;
	border-radius: 5px;
	transition: .3s;
}

.object-other-buttons > a:hover
{
	transform: scale(1.1);
}

.object-other-buttons-telegram
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.object-other-buttons-telegram > p
{
	width: 300px;
	font-size: 18px;
	text-align: center;
	line-height: 150%;
	margin: 0 0 20px 0;
}

.object-other-buttons-telegram > a
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 20px;
	color: #fff;
	width: 250px;
	height: 70px;
	border-radius: 5px;
	background-color: #29A4DF;
	padding: 0 15px;
	transition: .3s;
}

.object-other-buttons-telegram > a:hover
{
	transform: scale(1.1);
}

.object-other-buttons-telegram > a > span
{
	width: 35px;
	height: 35px;
	background: url(../../images/telegram-logo.png) no-repeat center;
	background-size: contain;
}










.lstk-technology
{
	width: 100%;
	max-width: 1000px;
	margin:150px auto;
}

.lstk-technology-img
{
	width: 800px;
	height: 500px;
	margin-top: 50px;
}

.lstk-technology-description
{
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	padding: 30px 40px;
	margin: 0 15px 10px 15px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.lstk-technology-description > h2
{
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.lstk-technology-description p
{
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 20px;
}

.lstk-technology-description p span
{
	font-weight: bold;
}


.lstk-skeleton
{
	background: url(../../images/our-work/barn-house-7x4/karkas-barn.jpg) no-repeat center;
	background-size: cover;
}













.reviews
{
	width: 100%;
}

.reviews-header
{
	font-size: 40px;
	text-align: center;
	margin: 100px 0;
}

.reviews > div
{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1124px;
	margin: 0 auto;
}

.reviews-item
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin: 0 0 100px 0;
}

.reviews-item-img
{
	width: 400px;
	height: 400px;
	border-radius: 5px;
}

#reviews-item-img1
{
	background: url(../../images/index/reviews/our-works-item1.jpg) no-repeat center;
	background-size: cover;
}

#reviews-item-img2
{
	background: url(../../images/index/reviews/our-works-item2.jpeg) no-repeat center;
	background-size: cover;
}

#reviews-item-img3
{
	background: url(../../images/index/reviews/our-works-item3.jpg) no-repeat center;
	background-size: cover;
}

.reviews-item-description
{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 500px;
	height: 400px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	border-radius: 5px;
}

.reviews-item-description-purpose
{
	font-size: 28px;
	text-align: center;
	margin: 20px 0 10px 0;
}

.reviews-item-description-city
{
	font-weight: bold;
	margin: 0 0 0 0;
}

.reviews-item-descriptio-parametrs
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	max-width: 400px;
	margin: 0 0 10px 0;
}

.reviews-item-descriptio-parametrs > p
{
	background-color: #fff;
	border-radius: 5px;
	margin: 5px 10px;
	padding: 5px 10px;
}

.reviews-item-description-price
{
	font-size: 14px;
	text-align: center;
	background-color: #89FFDD;
	border-radius: 5px;
	padding: 5px 20px;
	margin: 10px 0;
}

.reviews-item-description-price > span
{
	display: block;
	font-size: 18px;
	font-weight: bold;
}


.reviews-item-description-text
{
	font-size: 14px;
	width: 90%;
	margin: 0 0 15px 0;
	line-height: 150%;
}

.reviews-item-customer
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 90%;
}

.reviews-item-customer-read-more
{
	display: none;
	width: 110px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	padding: 5px 15px;
	background-color: #29A4DF;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s;
}

.reviews-item-customer-read-more:hover
{
	background-color: #1B81B0;
}

.reviews-item-customer-name
{
	display: flex;
	align-items: center;
}

.reviews-item-customer-name > p
{
	margin: 0 20px;
}

.reviews-item-customer-contact
{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	background-color: #29A4DF;
	color: #fff;
	border-radius: 50px;
	transition: .3s;
}

.reviews-item-customer-contact:hover
{
	background-color: #1B81B0;
}


















.excursion
{
	width: 100%;
}

.excursion-header
{
	font-size: 40px;
	text-align: center;
	margin: 100px 0;
	padding: 0 20px;
}

.excursion > div
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	background-color: #BCE2F4;
	border-radius: 10px;
}

.excursion-description 
{
	max-width: 800px;
	margin: 30px 0;
	padding: 0 20px;
}

.excursion-description > h3
{
	font-size: 28px;
	color: #000;
	text-align: center;
	margin: 0 0 20px 0;
}

.excursion-description > p
{
	font-size: 16px;
	line-height: 150%;
	color: #000;
}

.excursion-feedback
{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0 30px 0;
}

.excursion-feedback > div:first-child
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 0 0 0 0;
}

.excursion-feedback > div > .whatsapp-button,
.excursion-feedback > div > .telegram-button
{
	margin: 20px 10px 0 10px;
}



.excursion-feedback > p
{
	font-size: 24px;
	color: #000;
	margin: 0 0 10px 0;
}

.excursion-feedback > a
{
	margin: 0 0 10px 0;
}

/*
.excursion-feedback .feedback-form input
{
	border: 2px solid #000;
	color: #000;
}

.excursion-feedback .feedback-form .placeholder
{
	color:#000;
}

.excursion-feedback .feedback-form button
{
	border: 2px solid #000;
	color: #000;
}


.excursion-feedback  .feedback-form > input:focus
{
	border: 2px solid #FE4245;
	box-shadow: none;
	outline: 0;
    outline-offset: 0;
}

.excursion-feedback .feedback-form:hover > button
{
	background-color:#FE4245;
	border: 2px solid #FE4245;

}

*/





.first-screen-index-text-item-feedback form .input
{
	color: #fff;
}


