﻿﻿/*   
Theme Name: Elevatevision
Author: Serhii Nikolaienko
Author Email: seganiko.corp@gmail.com
Author Phone: +48576111731
Author Telegram: @sega_niko
Author Viber: +48576111731
Author WhatsApp: +48576111731
Author Url: https://seganiko.com
Author Linkedin profile: https://www.linkedin.com/in/sergeynikolaenko/
Version: 1.0
*/

*{
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], 
li, figure, figcaption, blockquote, dl, dd{
	margin: 0;
}

body{
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

ul[class],
ol[class]{
	list-style: none;
}

a:not([class]){
	text-decoration-skip-ink: auto;
}

img{
	max-width: 100%;
	display: block;
}

article > * + * {
	margin-top: 0;
}

input,
button,
textarea,
select{
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {

	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	transition: 0.5s!important;
	outline: none!important;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}

blockquote, q{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	transition: 0.5s;
	text-decoration: none;
	color: #17A2B8;
}

a:hover,
a:active,
a:focus,
a:visited{
	text-decoration: none;
	color: #17A2B8;
}

::-webkit-scrollbar{
    width: 6px;
    background: #fff;
}

::-webkit-scrollbar-thumb{
    width: 6px;
    background: #333;
}



@font-face{
	font-family: 'FbShapinger-Light';
	src: url('fonts/FbShapinger-Light.otf');
	font-weight: 300;
}



html,
body{
    font-family: Montserrat Alternates;
	font-size: 17px;
	line-height: 1.3;
	color: rgba(35, 30, 34, 1);
	overflow-x: hidden;
}

html.en body{
	font-family: FbShapinger-Light;
}

body.rtl{
	font-family: FbShapinger-Light;
	text-align: right;
}

strong{
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6{
	margin: 38px 0 18px;
	padding: 0;
	font-weight: 300;
}

h1{
	font-size: 34px;
}

h2{
	font-size: 30px;
}

h3{
	font-size: 26px;
}

h4{
	font-size: 22px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 18px;
}

p{
	margin: 15px 0;
}



.container{
	width: 100%;
	max-width: 1220px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.row{
	width: 100%;
}



.header{
	position: relative;
}

.top-heading-index{
    position: relative;
    overflow: hidden;
    padding: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: none !important;
    z-index: 20;
    width: 100%;
    aspect-ratio: 945 / 400;
    margin-top: 0;
}

.top-heading-index .bg-video{
    top: auto;
    bottom: 0;
}

.bg-video{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: fill;
    width: 100%;
}

.top-header{
	padding: 15px 0;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	flex-wrap: wrap;
}

.top-header .container{
	flex-wrap: wrap;
}

.top-header .container .row{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}

.header-logo{
	width: 200px;
}



.header-contact{
    font-size: 14px;
}

body.rtl .header-contact{
	font-size: 16px;
}

.header-contact a{
	color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0px;
	padding: 5px;
	border-radius: 40px;
	font-weight: 600;
	width: 185px;
}

.header-contact a img{
	width: 30px;
}

.header-contact a span{
	width: calc(100% - 30px);
	line-height: 1;
	text-align: center;
}

.header-contact.header-phone a{
	border: 2px solid #2ca1bb;
}

.header-contact.header-whatsapp a{
	border: 2px solid #12b316;
}



.lang-switcher ul{
	display: flex;
	gap: 8px;
	list-style: none;
	line-height: 1;
}

.lang-switcher a{
	color: #000;
	font-weight: 600;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.lang-switcher a:hover,
.lang-switcher .current-lang{
	
}



.content{
	min-height: calc(100vh - 200px);
	padding: 0;
}

.content ol{
	padding: 0 0 0 20px;
	margin: 12px 0;
}

.content ul{
	padding: 0;
	margin: 12px 0;
}

.content ol li{
	margin: 5px 0;
}

.content ul li{
	list-style: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAABn0lEQVR4nO2avUoDQRDHB78KG1HMjAEbwUpRWx9AH8BCsRXtfYT4CpbB5nYu1RWCEm9HLKJgGdJKWjs7TSEW6sneaSIiWCjGPzjwr29/7MzN1xJ9YaLppqi/ZGf1ktoSIRnXThZE7UnUsiB2di+abhOKidrW2+Hfi9VH5erxKP1149jvfAbwCnElkZ8nVAAp1AkxQsAAWS7nq3NJMkKwAJq7VFP0dIZQAaS4iVuO0jWCBdAc4pmd7VO1OYwJoF2XupiMfRkWQPLE52/Y+RVYAMldyh7F+T2qVAYwAbRbhtSnD2wCFkCKuLjmOF2GBZAcwh449ruwANLT4XhyNoYMENQOJTsyQBZ6jPAdWADpSX+8x/hlgEzUWiW1WWSATJzdTalfxwXQXkH47R6jbwBaiNWn1GgMwQJIkfhW/wGkny6UJIN4N+CQg9hh/0ZbyIlMIUsJBi/m2sjlNGZDA91SMnJTz7BjFQc82GLk0SLDDncd8njdAS84GHrF5HCXfB3YNSsjLLoF/qlBDfyxB4VbiP0Gq52LsyOO0sV+n+ejvQDlBdyg9Wo2cwAAAABJRU5ErkJggg==);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 11px 11px;
    padding-left: 18px;
	margin: 9px 0;
}



.top-heading{
	padding: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-heading-overlay{
	padding: 12px 0 15px;
	background: transparent;
}

.top-heading h1{
	padding: 0;
	color: #222;
	margin: 8px 0 0;
}

.top-bg-heading{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-bg-heading-overlay{
	background: rgba(0,0,0,.5);
	padding: 0;
	min-height: 250px;
}

#breadcrumbs{
	font-size: 12px;
	margin: 0 0 8px;
}

#breadcrumbs,
#breadcrumbs a{
	color: #070707;
	border: none;
}

.content-page{
	margin: 0 0 70px;
}

.contacts-content-page{
	margin: 0;
}

.contacts-content-page .container{
	gap: 30px;
	flex-wrap: wrap;
}

.one-contacts-container{
	width: calc(50% - 15px);
}

.heading{
	width: 100%;
	font-size: 46px;
}



.heading-gallery{
	padding: 50px 0 34px;
	font-size: 32px;
	text-align: center;
	line-height: 1.4;
}

body.rtl .heading-gallery{
	direction: rtl;
}

.heading-gallery p{
	margin: 0;
}



.home-gallery{
	width: calc(100% - 32px);
	margin: 0 auto;
}

.one-gallery{
	width: calc(33.33% - 11px);
	float: left;
	border-top: 16px solid #fff;
}

.one-gallery picture,
.one-gallery img,
.one-gallery video{
	width: 100%;
	display: block;
	object-fit: cover;
}

.one-gallery:nth-child(21){
	/* height: 240px; */
}

.one-gallery:nth-child(23){
	/* height: 240px; */
}





.home-contacts{
	width: 100%;
	margin-top: 16px;
	padding: 50px 0;
	position: relative;
	z-index: 10;
	border-top: 16px solid #fff;
	background: #ededed;
	background-image: url(/wp-content/uploads/bg-contacts2.jpg);
	background-repeat: center center;
	background-position: 50% 50%;
}

.top-line-home-contacts{
	width: 100%;
	height: 50px;
	background: #ededed;
	margin-bottom: 0px;
	display: none;
}

.home-contacts .container{
	background: #fff;
	padding: 55px 65px;
	border-radius: 10px;
	max-width: 100%;
	width: calc(100% - 180px);
	margin: 0 90px;
}

.home-contacts .row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 60px;
}

.one-home-contacts{
	width: calc(50% - 30px);
}

.text-one-home-contacts{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.btns-home-contacts{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 11px;
}

.btns-home-contacts .header-contact{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

input.wpcf7-not-valid{
	border: 1px solid #d51212;
}

.message-success{
	display: none;
	padding: 15px!important;
	width: 100%!important;
	float: none;
	clear: both;
	max-width: 100%!important;
	margin: 0 auto!important;
	margin-top: 30px!important;
	font-size: 15px;
	text-align: center;
	color: #fff!important;
	font-weight: 300!important
	border: none!important;
	border-radius: 4px!important;
	background: #4caf50!important;
}

.message-success p{
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
}

.message-success br{
	display: block!important;
}

form.wpcf7-form.sent .message-success{
	display: block;	
}

body.rtl .message-success{
	direction: rtl;
}

body.rtl .container-text-one-home-contacts{
	direction: rtl;
	font-size: 19px;
}





.thanks-container{
	width: 100%;
	height: 100vh;
	padding: 50px 0;
	position: relative;
	z-index: 10;
	background: #ededed;
	background-image: url(/wp-content/uploads/bg-contacts2.jpg);
	background-repeat: center center;
	background-position: 50% 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.thanks-container .container{
	background: #fff;
	padding: 140px 65px;
	border-radius: 10px;
	max-width: 100%;
	width: calc(100% - 180px);
	margin: 0 90px;
}

.thanks-container .row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 44px;
}

.heading-thanks-container{
	width: 100%;
	font-size: 32px;
	text-align: center;
	line-height: 1.4;
}

body.rtl .heading-thanks-container{
	direction: rtl;
}

.heading-thanks-container p{
	margin: 0;
}

.logo-thanks-container{
	width: 100%;
	opacity: 0.5;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.logo-thanks-container picture,
.logo-thanks-container img{
	width: 240px;
}

.btn-thanks-container{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-thanks-container a{
	cursor: pointer;
    width: 100%;
    max-width: 240px;
    background: linear-gradient(to bottom, #eeeeee, #dddddd, #dddddd);
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 12px 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

body.rtl .btn-thanks-container a{
    font-size: 20px;
}





.h-form-contacts{
	font-size: 34px;
	margin: 0 0 5px;
}

.pdp-form-contacts{
	font-size: 19px;
	margin: 0 0 25px;
}



body.rtl input,
body.rtl button,
body.rtl textarea,
body.rtl select{
	text-align: right;
}

input::placeholder,
button::placeholder,
textarea::placeholder,
select::placeholder{
	opacity: 0.5;
}

input[type=submit]{
	cursor: pointer;
	width: auto;
	background: linear-gradient(to bottom, #eeeeee, #dddddd, #dddddd);
	background: #000;
	color: #fff;
	font-size: 20px;
	padding: 12px 26px;
}

.form-two-columns{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

.one-form-input{	
	width: 100%;
}

.one-form-input p{
	margin: 0;
}

body.rtl .one-form-input p{
	text-align: right;
}

.wpcf7-spinner{
	display: none;
}



.footer{
	background: #000;
	color: #fff;
}

.top-footer{
	padding: 28px 0;
}

.top-footer .container{
	gap: 30px;
}

.top-footer .container .row{
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-logo{
	width: 180px;
}





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

	.top-header .container .row{
		gap: 14px;
	}
	
	.heading-gallery{
		padding: 38px 0 22px;
		font-size: 28px;
	}
	
	.one-gallery{
		width: calc(50% - 8px);
	}
	
	.one-gallery:nth-child(23){
		/* display: none; */
	}
	
	.home-contacts{
		margin-top: 0;
	}
	
	
	
}



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

	.top-header .container .row{
		gap: 6px;
	}
	
	.top-heading-index{
		aspect-ratio: 945 / 435;
	}
	
	.top-header{
		padding: 9px 0;
		background: rgba(0, 0, 0, 0.3);
	}
	
	.header-logo{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	
	.header-logo picture{
		width: 150px;
		display: block;
	}
	
	.header-contact{
		font-size: 14px;
	}
	
	.header-contact a{
		gap: 0;
		padding: 3px;
		border-radius: 40px;
		font-weight: 600;
		width: 175px;
	}
	
	.header-contact.header-phone a{
		border: 1px solid #2ca1bb;
	}
	
	.header-contact.header-whatsapp a{
		border: 1px solid #12b316;
	}
	
	.header-contact a img{
		width: 24px;
	}
	
	.header-contact a span{
		line-height: 24px;
		width: calc(100% - 24px);
	}
	
	.lang-switcher{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	
	.header-contact a{
		color: #ededed;
	}
	
	.lang-switcher a{
		color: #ededed;
		font-weight: 400;
	}
	
	.btns-home-contacts .header-contact a{
		color: #000;
	}
	
	
	
	
	
	
	
	
	
	
	
	.home-contacts{
		margin-top: 0;
		padding: 0;
		margin: 0 auto;
		border-top: 9px solid #fff;
	}
	
	.home-contacts .container{
		border-radius: 0;
		padding: 45px 20px;
		margin: 0 auto;
		width: 100%;
	}
	
	.home-contacts .row{
		gap: 34px;
		flex-direction: column-reverse;
	}
	
	.one-home-contacts{
		width: 100%;
	}
	
	.one-home-contacts .header-contact a{
		width: 175px;
	}
	
	.top-line-home-contacts{
		height: 44px;
		margin-bottom: 0;
	}
	
	.text-one-home-contacts{
		gap: 10px;
	}
	
	.h-form-contacts{
		font-size: 26px;
		margin: 0 0 5px;
	}
	
	.pdp-form-contacts{
		font-size: 16px;
		margin: 0px 0 22px;
	}
	
	.form-two-columns{
		gap: 12px;
	}
	
	
	
	
	
	
	
	
	
}



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

	.heading-gallery{
		padding: 32px 0 16px;
		font-size: 20px;
	}
	
	.home-gallery{
		width: calc(100% - 18px);
	}
	
	.one-gallery{
		width: 100%;
		border-top: 9px solid #fff;
	}
	
	.one-gallery:nth-child(21){
		height: auto;
	}
	
	
	
	
	
	
	
	
	
	
	.top-footer{
		padding: 18px 0;
	}
	
	.footer-logo{
		width: 150px;
	}
	
	
	
	.thanks-container{
		padding: 20px 0;
	}
	
	.thanks-container .container{
		padding: 20px;
		height: calc(100vh - 40px);
		max-width: 100%;
		width: calc(100% - 40px);
		margin: 0 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.thanks-container .row{
		gap: 34px;
	}
	
	.heading-thanks-container{
		font-size: 18px;
	}
	
	.logo-thanks-container picture,
	.logo-thanks-container img{
		width: 210px;
	}
	
	.btn-thanks-container a{
		max-width: 210px;
		font-size: 16px;
		padding: 12px 15px;
	}
	
	body.rtl .btn-thanks-container a{
		font-size: 18px;
	}
	
	
	
	
	
}


