@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300;400;500;700&display=swap');

*

{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Abril Fatface', cursive;
	font-family: 'Fira Sans Condensed', sans-serif;
}

section
{
	padding: 0px 0px 40px 0px;
}

.banner
{
	position: relative;
	min-height: 60vh;
	background: url(https://www.rollo.lviv.ua/images/site_new/vorota-sekcii2.jpg);
	background-size: cover;
	background-position: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner h1
{
	font-size: 2em;
	color: #fff;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
}

.banner h1 span
{
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
}

.banner h2
{
	font-size: 1.5em;
	color: #fff;
	font-weight: 500;
}

.node
{
	margin-top: 50px;
    margin-bottom: 0;
    border-width: 0!important;
    position: relative;
}

.wrapper1
{
	z-index: 1;
    position: relative;
}

.wrapper2
{
	z-index: 1;
    position: relative;
}

.outer
{
	position: relative;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.form text-in
{
	width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 5px 0;
}

.fields
{
	display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
}

.field
{
	width: 236px;
	margin-top: 12px;
    font-size: 125%;
    text-align: left;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.input
{
	width: 100%;
    position: relative;
}

.form-control
{
	color: grey;
    overflow: hidden;
    white-space: nowrap;
    height: 44px;
    border-width: 2px;
    padding: 10px 12px;
    outline: 0!important;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.button-container
{
	margin-top: 12px;
	display: inline-block;
    vertical-align: bottom;
    line-height: 0;
    margin: 5px;
    max-width: 100%;
    text-align: center;
}

.button-wrapper
{
	width: 100%;
	position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: initial;
    box-sizing: border-box;
}

.btn1
{
	background-color: rgb(251, 139, 0);
    border-radius: 10px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: rgb(251, 139, 0);
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    width: 100%;
    display: block;
    outline: 0!important;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    transition-property: box-shadow,transform,color,background-color,border-color!important;
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    line-height: 1.3;
    user-select: none;
}

.submit1
{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    outline: 0!important;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    box-sizing: border-box;

}

.butn
{
	position: relative;
	background: #182328;
	display: inline-block;
	color: #fff;
	margin-top: 20px;
	padding: 10px 30px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 500;
	border-radius: 10px;
}

header
{
    top: 0;
	left: 0;
	width: 100%;
	padding: 50px 100px;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.4s;
}

header.sticky
{
	position: fixed;
	background: #fff;
	padding: 20px 0px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

header .logo
{
	display: none;
	font-size: 18px;
	color: rgb(251, 139, 0);
	text-decoration: none;
	font-weight: 500;
}

header.sticky .logo
{
	display: inline-block;
}

header .logo1
{
	margin: 0;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
}

header.sticky .logo1
{
	color: #111;
}

header ul 
{
	position: absolute;
    display: flex;
    margin-bottom: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

header.sticky ul
{
	position: absolute;
	display: flex;
	margin-bottom: 0;
    top: 28%;
    left: 55%;
    margin-right: 0%;
    transform: none;
    justify-content: flex-end;
}

header ul li 
{
	position: relative;
	list-style: none;
	padding: 20px;
}

header ul li:hover
{
	color: rgb(255, 151, 22);
}

header.sticky ul li
{
	position: relative;
	list-style: none;
	padding: 0px;
}

header ul li a 
{
	position: relative;
	display: inline-block;
	margin: 0 15px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

header.sticky ul li a
{
	color: #111;
	font-size: 16px;
	font-weight: normal;
}

.heading
{
	width: 100%;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 30px;
	color: #111;
}

.heading h2
{
	font-weight: 600;
	font-size: 30px;
}

.content 
{
	display: flex;
	justify-content: space-between;
}

.contentBx
{
	padding-right: 30px;
}

.contentBx h3
{
	font-size: 20px;
	margin-bottom: 10px;
}

.w50
{
	min-width: 50%;
}

img
{
	max-width: 100%;
}

.services
{
	background: #111;
}

.heading.white
{
	color: #fff;
}

.services .content 
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.services .content .servicesBx
{
	padding: 40px 20px;
	background: #222;
	color: #fff;
	max-width: 340px;
	margin: 20px;
	text-align: center;
	border-radius: 10px;
	transition: 0.5s;
	text-decoration: none;
}

.services .content .servicesBx:hover
{
	background: #0d6efd;

}

.services .content .servicesBx img
{
	max-width: 180px;
	filter: invert(1);
}

.services .content .servicesBx h3
{
	font-size: 20px;
	font-weight: 600;
}

.work .content 
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.work .content .workBx
{
	padding: 20px;
}
 
.work .content .workBx img
{
	max-width: 100%;
}

.contact
{
	background: #111;
}

.formBx
{
	min-width: 60%;
}

.formBx form
{
	display: flex;
	flex-direction: column;
}

.formBx form h2, .formBx form h3, .contactInfo h2, .contactInfo h3
{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.formBx form input, .formBx form textarea
{
	margin-bottom: 20px;
	padding: 15px;
	font-size: 16px;
	background: #222;
	border: none;
	outline: none;
	color: #fff;
	resize: none;
	border-radius: 10px;
}

.formBx form textarea
{
	min-height: 200px;
}

.formBx form input: :placeholder, .formBx form textarea: :placeholder
{
	color: #999;
}

.formBx form input[type="submit"]
{
	max-width: 150px;
	background: #646464;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.contactInfo
{
	min-width: 40%;
	margin-bottom: 20px;
}

.contactInfoBx
{
	position: relative;
}

.contactInfoBx .box 
{
	position: relative;
	padding: 20px 0;
	display: flex;
}

.contactInfoBx .box .icon 
{
	min-width: 40px;
	padding-top: 4px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
}

.contactInfoBx .box .text 
{
	display: flex;
	margin-left: 20px;
	font-size: 16px;
	color: #fff;
	flex-direction: column;
	font-weight: 300;
}

.contactInfoBx .box .text h3
{
	font-weight: 500;
	color: #fff;
	margin-bottom: 0px;
}

.contactInfoBx .box .text a
{
	color: #fff;
	text-decoration: none;
}

.c
{
	background: #111;
    display: flex;
    padding: 0 60px;
    justify-content: space-around;
}

.copyright
{
	background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 0 10px 0;
    border-radius: 15px;
    width: 100%;
}

.copyright p 
{
	margin-bottom: 0;
}

.social
{
	padding: 10px;
	color: #fff;
}

/* responsive*/
/*
@media (max-width: 991px)
{
	header, header.sticky
	{
		padding: 20px 50px;
		z-index: 1000;
	}

	.menu
	{
		position: fixed;
		top: 75px;
		right: -100%;
		display: block;
		padding: 100px 50px;
		text-align: center;
		width: 100%;
		height: 100vh;
		background: #fff;
		transition: 0.5s;
		z-index: 999;
	}

	.menu.active
	{
		right: 0;
	}

	header ul li a 
	{
		color: #111;
		font-size: 24px;
		margin: 10px;
	}

	.toggle
	{
		width: 40px;
		height: 40px;
		background: url(https://www.rollo.lviv.ua/images/site_new/menu_icon.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 30px;
		cursor: pointer;
	}

	.toggle.active
	{
		background: url(https://www.rollo.lviv.ua/images/site_new/close_menu_icon.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 25px;
		cursor: pointer;
	}

	header.sticky .toggle
	{
		filter: invert(1);
	}

	section
	{
		padding: 100px 50px;
	}

	.banner
	{
		padding: 150px 50px 100px;
	}

	.banner h1
	{
		font-size: 1.5em;
	}

	.banner h2
	{
		font-size: 1em;
	}

	.butn 
	{
		margin-top: 10px;
		padding: 10px 20px;
		font-size: 16px;
	}

	.heading h2
	{
		font-size: 24px;
	}

	.content
	{
		flex-direction: column;
	}

	.w50
	{
		margin-bottom: 20px;
	}

	.services .content .servicesBx
	{
		margin: 10px;
	}

	.work .content .workBx
	{
		width: 100%;
		padding: 10px;
	}
}

@media (max-width: 600px)
{
	header, header.sticky
	{
		padding: 20px 20px;
	}

	.banner
	{
		padding: 150px 20px 100px;
	}

	section
	{
		padding: 100px 20px;
	}
}