/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	box-sizing: border-box;
}
@font-face {
    font-family: 'Futura RO';
    src: url('../fonts/FuturaRO-Book.woff2') format('woff2'),
        url('../fonts/FuturaRO-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura RO';
    src: url('../fonts/FuturaRO-Bold.woff2') format('woff2'),
        url('../fonts/FuturaRO-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{
	font-family: 'Futura RO';
	font-weight: normal;
	color: #31333a;
	font-size: calc( 14px + ( 20 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 18px + ( 24 - 18 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	letter-spacing: 0.2px;
}
/**MISC**/
.main-container{
	width: 89.27083333333333VW;
	margin: 0 auto;
}
.flex{
	display: flex;
    flex-wrap: wrap;
}
.align-center{
	align-items: center;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.perfect-flex{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.3020833333333335VW;
	margin-right: -1.3020833333333335VW;
}
.flex-left, .flex-right{
	width: 50%;
	padding: 1.3020833333333335VW;
}
.general-btn{
	display: inline-block;
    height: auto;
	background: #d62193;
    /* background: rgb(64,121,239);
	background: linear-gradient(120deg, rgba(64,121,239,1) 0%, rgba(232,24,127,1) 100%); */
    color: #ffffff;
    text-transform: uppercase;
	border: 2px solid transparent;
    border-radius: 40px;
    outline: none;
    border: none;
    padding: 1.175VW 2.275VW;
    font-weight: bold;
    font-size: calc( 14px + ( 20 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 20 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    cursor: pointer;
	text-decoration: none;
}
.general-btn.download-btn{
	background: #d62193;
	border: 2px solid #d62193;
}
.general-btn:hover, .general-btn:active, .general-btn:focus{
	text-decoration: none;
	color: #ffffff;
}
.relative{
	position: relative;
}
/**MISC**/
/**styles**/
.input-element{
	position: relative;
	display: block;
	margin-bottom: 2.145833VW;
}
.input-element.checkbox-element, .input-element.radio-element{
	margin-bottom: 1.42423vw;
}
.input-element.radio-element.last-input{
	margin-bottom: 0;
}
.style1 input[type='text'], .style1 select, .style1 textarea{
	display: block;
	width: 100%;
	outline: none;
	border: 2px solid #d62193;
	padding: 1.0416666666666665VW 1.604166666666667VW;
	font-size: calc( 14px + ( 20 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 20 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	color: #9b9b9b;
	border-radius: 2.083333333333333VW;
}
.style1 input[type='text']::placeholder, .style1 textarea::placeholder{
	font-size: calc( 14px + ( 20 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 20 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	color: #9b9b9b;
}
.style1 textarea{
	resize: none;
	min-height: 7.8125VW;
}
.style1 input[type='checkbox'], .fake-check, .style1 input[type='radio'], .fake-check{
	position: absolute;
	top: 0;
	left: 0;
	width: 1.3375VW;
	height: 1.3375VW;
	border-radius: 40px;
	margin: 0 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: all;
	cursor: pointer;
	border: 2px solid #d62193;
	background: transparent;
	transition: 0.3s ease all;
}
.fake-check{
	opacity: 1;
	visibility: visible;
	pointer-events: none;
	cursor: pointer;
}
.style1.checkbox-element label, .style1.radio-element label{
	display: block;
	padding-left: 2.1458333333333333VW;
	font-size: calc( 14px + ( 20 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 18px + ( 24 - 18 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	color: #31333a;
	cursor: pointer;
}
.style1 input[type='checkbox']:checked + .fake-check, .style1 input[type='radio']:checked + .fake-check{
	border: 2px solid #d62193;
	background: #d62193;
	transition: 0.3s ease all;
}
.style1 input[type='checkbox']:checked + .fake-check::after, .style1 input[type='radio']:checked + .fake-check::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 1.114vw;
    height: 0.6324vw;
	background: url('../img/checked.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.submit-hold{
    position: relative;
	margin-top: 2.145833VW
}
#submit-contact{
	background: #d62193;
    /* background: rgb(64,121,239);
	background: linear-gradient(120deg, rgba(64,121,239,1) 0%, rgba(232,24,127,1) 100%); */
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 40px;
    outline: none;
    border: none;
    padding: 1.0416666666666665VW 2.604166666666667VW;
    font-weight: bold;
    font-size: calc( 14px + ( 20 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 20 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    cursor: pointer;
}
/**styles**/
/** footer **/
.footer{
	background: #ffffff;
	padding: 2.34375VW 0;
}
.copywright{
	text-align: center;
	font-size: calc( 14px + ( 18 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 18 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	margin-bottom: 2.0208333333333335VW;
}
.copywright img{
	width: 3.577083333333333VW;
	display: inline-block;
	vertical-align: baseline;
}
.footer-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -1.3020833333333335VW;
	margin-right: -1.3020833333333335VW;
}
.footer-column{
	width: 25%;
	padding: 0 1.3020833333333335VW;
}
.footer-column ul li{
	display: block;
	font-size: calc( 14px + ( 18 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 18 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	margin-bottom: 0.62342vw;
}
.footer-column ul li:last-of-type{
	margin-bottom: 0;
}
.footer-column ul li a{
	color: #31333a;
	display: block;
	text-decoration: none;
	text-transform: none;
	transition: 0.3s ease color;
}
.footer-column ul li a:hover{
	color: #d62193;
	transition: 0.3s ease color;
}
.footer-column ul.socials{
	font-size: 0;
	line-height: 0;
}
.footer-column ul.socials li{
	display: inline-block;
	vertical-align: middle;
	font-size: calc( 14px + ( 18 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
    line-height: calc( 14px + ( 18 - 14 ) * ( 100vw - 480px ) / ( 1920 - 480 ) );
	margin-right: 0.7316666666666665VW;
	margin-bottom: 0;
}
.footer-column ul.socials li:last-of-type{
	margin-right: 0;
}
.footer-column ul.socials li a{
	display: block;
	width: 2.4083333333333335VW;
	height: 2.4083333333333335VW;
}
.footer-column ul.socials li a img{
	display: block;
	width:100%;
	height:100%;
	object-fit: contain;
	object-position: center center;
}
/** footer **/
.messages-hold{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #5265d233;
}
.error-messages{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #ffffff;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 45%;
	padding: 1.3020833333333335VW 1.3020833333333335VW;
	border-radius: 10px;
	border: 2px solid #7858cd;
	text-align: center;
}
.error-messages p{
	color: #f31566;
	margin-bottom: 1.324vw;
}
.error-messages p:last-of-type{
	margin-bottom: 0;
}
.closeme{
	position: absolute;
	font-weight: bold;
	font-size: 20px;
    line-height: 20px;
    top: 5px;
    right: 5px;
	cursor: pointer;
	color: #f31566;
}
.loader-hold{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    width: 3.94vw;
    margin: 0 auto;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.loader-hold.btn-loader{
    right: 3.234vw;
    left: auto;
}
.loader-hold img{
    display: block;
    width: 100%;
}
@media screen and (max-width:1680px){
    .style1 textarea {
        resize: none;
        min-height: 10.8125VW;
    }
}

@media screen and (max-width:1026px){
    .footer-column ul.socials li{
        margin-right: 0.4316666666666665VW;
    }
    .footer-column ul.socials li a{
        width: 2.2083333333333335VW;
        height: 2.2083333333333335VW;
    }
}
@media screen and (max-width:990px){
    .main-container{
		width: 100%;
        padding: 0 15px;
    }
	html, body{
		font-size: 16px;
		line-height: 20px;
	}
	.footer-flex{
        text-align: center;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-column{
        width: 100%;
        padding: 0 0;
    }
    .footer-column ul li{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .footer-column ul li:last-of-type{
        margin-bottom: 20px;
    }
    .footer-column ul.socials li{
        display: inline-block;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 0;
        margin: 20px 20px 0 20px;
    }
    .footer-column ul.socials li:first-of-type{
        display: block;
    }
    .footer-column ul.socials li:nth-of-type(2){
        margin: 20px 20px 0 0;
    }
    .footer-column ul.socials li a{
        width: 42px;
        height: 42px;
        margin: 0 auto;
    }
	.flex-left, .flex-right{
		width: 100%;
		padding: 0 0;
	}
	.style1 input[type='text'], .style1 select, .style1 textarea{
        border-radius: 3.083333VW;
    }
    .style1 input[type='checkbox'], .fake-check, .style1 input[type='radio'], .fake-check{
        width: 2.1375VW;
        height: 2.1375VW;
    }
    .style1.checkbox-element label, .style1.radio-element label{
        padding-left: 3.145833VW;
    }
	.style1 input[type='checkbox']:checked + .fake-check::after, .style1 input[type='radio']:checked + .fake-check::after{
		width: 1.614vw;	
	    height: 0.9324vw;
	}
	.error-messages{
		width: 90%;
		padding: 15px 15px;
	}
	
}
@media screen and (max-width:540px){
	.input-element{
		margin-bottom: 20px;
	}
	.style1 input[type='text'], .style1 select, .style1 textarea{
		padding: 8px 12px;
		font-size: 16px;
		line-height: 16px;
		border-radius: 20px;
	}
	.style1 input[type='text']::placeholder, .style1 select::placeholder, .style1 textarea::placeholder{
		font-size: 16px;
		line-height: 16px;
	}
	.style1 textarea{
		min-height: 115px;
	}
	.style1.checkbox-element label, .style1.radio-element label{
		padding-left: 26px;
		font-size: 14px;
		line-height: 18px;
	}
	.style1 input[type='checkbox'], .fake-check, .style1 input[type='radio'], .fake-check{
		width: 18px;
		height: 18px;
	}
	.style1 input[type='checkbox']:checked + .fake-check::after, .style1 input[type='radio']:checked + .fake-check::after{
		width: 14px;
	    height: 8px;
	}
	#submit-contact{
		padding: 10px 20px;
		font-size: 16px;
		line-height: 16px;
	}
	.input-element.checkbox-element, .input-element.radio-element {
		margin-bottom: 15px;
	}
	.footer{
        padding: 25px 0 0 0;
    }
    .copywright {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 25px;
    }
    .copywright img{
        width: 50px;
    }
	.general-btn{
		padding: 12px 20px;
		font-size: 16px;
		line-height: 16px;
	}
	.ui-menu .ui-menu-item-wrapper {
		padding: 6px 25px 6px 12px;
	}
	
    
}