body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body
{
	min-width: 320px;
	background-color: #ffffff;
	line-height: 1.75;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	color: #707070;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 1rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.21;
	color: initial;
}

h1 {
	margin-top: 0;
	font-size: 3.052em;
}

h2 {
	font-size: 2.441em;
}

h3 {
	font-size: 1.953em;
}

h4 {
	font-size: 1.563em;
}

h5 {
	font-size: 1.25em;
}

a
{
	color: #3264f5;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover
{
	color: #7202bb;
	text-decoration: none;
}

img
{
	max-width: 100%;
	max-height: 100%;
}

small, .text_small {
	font-size: 0.8em;
}

strong, b{
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.badge {
	display: inline;
	padding: .25rem .5rem;
	font-size: 80%;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .375rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-pill {
	padding-right: .875em;
	padding-left: .875em;
	border-radius: 50rem;
}

.custom-badge{
	position: absolute;
	right: 10px;
}

/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.ptb-100{
	padding: 100px 0;
}
.pt-100{
	padding-top: 100px;
}
.pt-150{
	padding-top: 150px;
}
.pb-100{
	padding-bottom: 100px;
}
.mt--120{
	margin-top: -150px !important;
}
.gray-light-bg{
	background: #f7f7f7;
}
.primary-bg{
	background: #3264f5;
}
.secondary-bg{
	background: #6a06ad;
}
.color-primary{
	color: #3264f5;
}
.color-secondary{
	color: #7202bb
}
.gradient-bg{
	background-image: linear-gradient(to left, #3264f5, #4a54e8, #5b42db, #682ccb, #7202bb) !important;
}

.white-bg{
	background: #ffffff;
}

.color-1{
	color: #ff164e;
}
.color-1-bg{
	background: rgba(255, 22, 78, 0.15);
}

.color-2{
	color: #9123ff;
}
.color-2-bg{
	background: rgba(145, 35, 255, 0.15);
}

.color-3{
	color: #3413f7;
}
.color-3-bg{
	background: rgba(52, 19, 247, 0.15);
}
.color-4, .ratting-color{
	color: #ff7c3f;
}
.color-4-bg{
	background: rgba(255, 124, 63, 0.15);
}

.color-5, .success-color{
	color: #2ebf6d;
}
.color-5-bg{
	background: rgba(46, 191, 109, 0.15);
}
.color-6{
	color: #f25c7f;
}
.color-6-bg{
	background: rgba(242, 92, 127, 0.15);
}

.animated-btn
{
	transition: all .25s ease-in-out;
}
.animated-btn:hover
{
	transform: scale(1) translateY(-4px) translateZ(20px);
}
.outline-btn,
.solid-btn,
.primary-solid-btn
{
	padding: 10px 25px;
	font-family: 'Open Sans', sans-serif
}

.primary-solid-btn{
	border-color: #3264f5;
	background: #3264f5;
	color: #ffffff;
}
.primary-solid-btn:hover{
	background: transparent;
	color: #202877;
	border-color: #202877;
}
.solid-btn
{
	color: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
	box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
	background: #7202bb;
	border: 2px solid #7202bb;
	border-radius: 30px;
}

.solid-btn:hover{
	background: transparent;
	color: #7202bb;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.outline-btn{
	border-radius: 30px;
	color: #7202bb;
	display: inline-block;
	border: 2px solid #7202bb;
}
.outline-btn:hover{
	color: #fff;
	background: #7202bb;
	-webkit-box-shadow: 0 10px 30px 0 rgba(67,37,204,.12);
	box-shadow: 0 10px 30px 0 rgba(67,37,204,.12);
}

.primary-bg h1, .primary-bg p{
	color: #fff;
}

/*icon size*/
.icon-sm
{
	font-size: 25px;
	line-height: 25px;
}

.icon-md
{
	font-size: 40px;
	line-height: 40px;
}

.icon-lg
{
	font-size: 50px;
	line-height: 50px;
}

/*form field css*/

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value
{
	color: #b1b1b1 !important;
	font-size: 1.3rem;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value
{
	/* Firefox 18- */
	color: #b1b1b1;
	font-size: 1.3rem;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value
{
	color: #b1b1b1;
	font-size: 1.3rem;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value
{
	color: #b1b1b1;
	font-size: 1.3rem;
}

.section-heading h2 span
{
	font-weight: 400;
	font-size: 2rem;
}

.z-index
{
	z-index: 9;
}

/**********************************************/
/**********************************************/

input,
select,
textarea,
.form-control
{
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #ebebeb;
	border-radius: 4px !important;
	padding: 0px 15px;
	width: 100%;
	height: 52px;
	line-height: 1.5;
	font-size: 1.5rem;
	color: #495057;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	outline: none !important;
}

textarea,
textarea.form-control
{
	padding: 10px 15px;
	height: 100px;
	resize: vertical;
}

.form-control:focus
{
	outline: none !important;
	box-shadow: none;
}

input.form-control:focus,
input.form-control:hover,
select.form-control:focus,
select.form-control:hover,
textarea.form-control:hover,
textarea.form-control:focus
{
	outline: none;
	border-color: #7202bb;
	box-shadow: none;
	color: #495057;
}

input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand
{
	background-color:transparent;
	border:0
}
input:-moz-focusring,
select:-moz-focusring,
textarea:-moz-focusring
{
	color:transparent;
	text-shadow:0 0 0 #495057
}

.input-icon
{
	display: block;
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 52px;
	top: 0;
	bottom: 0;
	left: 0;
}
.input-icon i
{
	position: absolute;
	border-radius: 4px;
	padding: 18px 15px;
	height: 52px;
	font-size: 1.8rem;
	color: #b1b1b1;
}
.textarea-icon i
{
	padding: 15px 15px;
	height: 100px;
}

.form-group .input-group.input-group-merge > .form-control
{
	text-indent: 35px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	height: 52px;
}
.form-group .input-group.input-group-merge > textarea.form-control
{
	height: 100px;
}
.login-signup-form .form-group .input-group.input-group-merge > .form-control:focus
{
	z-index: inherit;
}


/**********************************************/

.btn,
.staticText .btn
{
	display: inline-block;
	background-color: #7202bb;
	border: 2px solid #7202bb;
	border-radius: 30px;
	padding: 0px 30px;
	height: 46px;
	line-height: 42px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
	box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn:hover,
.staticText .btn:hover
{
	background-color: transparent;
	color: #7202bb;
}

.btn.invert,
.staticText .btn.invert
{
	display: inline-block;
	background-color: transparent;
	border: 2px solid #7202bb;
	border-radius: 30px;
	padding: 0px 30px;
	height: 46px;
	line-height: 42px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	color: #7202bb;
	cursor: pointer;
	-webkit-box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
	box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.invert:hover,
.staticText .btn.invert:hover
{
	background-color: #7202bb;
	color: #FFFFFF;
}

.solid-white-btn,
.outline-white-btn
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.solid-white-btn
{
	background: #ffffff;
	border-color: #ffffff;
	color: #7202bb;
	border-radius: 30px;
}
.solid-white-btn:hover
{
	background: transparent;
	color: #ffffff;
}
.outline-white-btn
{
	border-radius: 30px;
	color: #ffffff;
	border-color: #ffffff;
}
.outline-white-btn:hover
{
	background: #ffffff;
	color: #7202bb;
}

/*============================================================================*/

.img_wrap
{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.img_wrap .el
{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items:center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.img_wrap .el img
{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

/************************************************************************************/
/*** MAIN ***/
/*************************************************************************************/

.container-fluid
{
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
.row
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col
{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

main
{
}

main #content{}

main #right_side
{
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	max-width: 300px;
}
main #left_side
{
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	max-width: 300px;
}

.siteWidth
{
	margin: 0 auto;
	max-width: 1140px;
}

@media (max-width: 1200px)
{
	.siteWidth
	{
		max-width: 960px;
	}
}
@media (max-width: 991px)
{
	.siteWidth
	{
		max-width: 720px;
	}

	main #left_side
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	main #right_side
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 767px)
{
	.siteWidth
	{
		max-width: 560px;
	}
}
@media (max-width: 575px)
{
	.siteWidth
	{
		max-width: 100%;
	}
}

/***********************************************************************/
/*****                          HEADER                             *****/
/***********************************************************************/

header.headerCD
{
}
header.headerCD > nav
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	transition: all .3s ease-in-out;
	z-index: 990;
}
header.headerCD > nav.fixed
{
	background-image: linear-gradient(to left, #3264f5, #4a54e8, #5b42db, #682ccb, #7202bb) !important;
}

header.headerCD .hmRow
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 991px)
{
	header.headerCD > nav
	{
		background-image: linear-gradient(to left, #3264f5, #4a54e8, #5b42db, #682ccb, #7202bb) !important;
	}
}


/*****/

header.headerCD .logoCol
{
	-ms-flex: 0 0 190px;
	flex: 0 0 190px;
	max-width: 190px;
}
header.headerCD .logoCol .logo
{
	display: block;
	padding: 10px 0px;
	max-width: 100%;
}
header.headerCD .logoCol .logo
{
	display: block;
	padding: 10px 0px;
	max-width: 100%;
}
header.headerCD .logoCol .logo img
{
	max-width: 100%;
	max-height: inherit;
}

/*****/

header.headerCD .mobileMenuBtn
{
	display: none;
	text-align: right;
}
header.headerCD .mobileMenuBtn button
{
	background: transparent;
	border: none;
	padding: 5px 10px;
	text-align: center;
	font-size: 2.4rem;
	color: #FFFFFF;
	cursor: pointer;
}

@media (max-width: 991px)
{
	header.headerCD .mobileMenuBtn
	{
		display: block;
	}
}

/*****/

header.headerCD .menuCol
{
}

@media (max-width: 991px)
{
	header.headerCD .menuCol
	{
		display: none;
	}
}

header.headerCD .menuCol .headerMenu
{
	float: right;
}

header.headerCD .headerMenu .menu
{
	display: block;
}
header.headerCD .headerMenu .menu li
{
	display: inline-block;
	position: relative;
}

header.headerCD .headerMenu .menu li:first-child
{
	margin-left: 0;
}
header.headerCD .headerMenu .menu li a
{
	display: block;
	padding: 20px 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	color: #ffffff;
	opacity: 0.8;
}
header.headerCD .headerMenu .menu li a:hover,
header.headerCD .headerMenu .menu li:hover > a
{
	opacity: 1;
}
header.headerCD .headerMenu .menu li a.active
{
	color: #7202bb;
}

header.headerCD .headerMenu .menu ul
{
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 9;
	border-radius: 4px;
	transform: translate(0,20px);
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
	box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
header.headerCD .headerMenu .menu ul:after
{
	bottom: 100%;
	left: 35px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border: solid transparent;
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
header.headerCD .headerMenu .menu ul li
{
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}
header.headerCD .headerMenu .menu ul li a
{
	text-transform: inherit;
	font-size: 13px;
	display: block;
	color: #424141;
	padding: 8px 15px;
	font-family: 'Montserrat', sans-serif;
}
header.headerCD .headerMenu .menu ul li a:hover,
header.headerCD .headerMenu .menu ul li:hover > a
{
	color: #ffffff;
	background: #7202bb;
}

header.headerCD .headerMenu .menu li:hover > ul
{
	visibility: visible;
	opacity: 1;
	transform: translate(0,0);
}
header.headerCD .headerMenu .menu ul ul
{
	left: 200px;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px,20px);
	transition: all 0.2s ease-out;
}

header.headerCD .headerMenu .menu ul.sub-menu li
{
	border-bottom: 1px solid #ebebeb;
}
header.headerCD .headerMenu .menu ul.sub-menu li:last-child
{
	border-bottom: 0;
}
header.headerCD .headerMenu .menu li a.dropdown-toggle::after
{
	position: relative;
	left: 2px;
	vertical-align: middle;
}
header.headerCD .headerMenu .menu ul.sub-menu li:first-child a:hover,
header.headerCD .headerMenu .menu ul.sub-menu li:last-child ul li:first-child a:hover
{
	border-radius: 4px 4px 0 0;
}
header.headerCD .headerMenu .menu ul.sub-menu li:last-child a:hover,
header.headerCD .headerMenu .menu ul.sub-menu li:last-child ul li:last-child a:hover
{
	border-radius: 0 0 4px 4px;
}
header.headerCD .headerMenu .menu ul.sub-menu li:last-child ul li a:hover
{
	border-radius: 0;
}
header.headerCD .headerMenu .menu ul.sub-menu ul::after
{
	left: -8px;
	top: 10px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border: solid transparent;
	border-right-color: #fff;
	border-width: 8px;
}
header.headerCD .headerMenu .menu li > ul ul:hover
{
	visibility: visible;
	opacity: 1;
	transform: translate(0,0);
}

/************************************/

header.headerCD #showMenuButton,
header.headerCD #closeMenuButton
{
	cursor: pointer;
}
header.headerCD #showMenuButton
{
}

header.headerCD #closeMenuButton
{
	position: absolute;
	top: 10px;
	right: 8px;
	width: 30px;
	height: 30px;
	font-size: 2rem;
	background-color: transparent;
	border: none;
}

header.headerCD .mobileMenuBlock
{
	position: fixed;
	display: block;
	background-image: linear-gradient(to left, #3264f5, #4a54e8, #5b42db, #682ccb, #7202bb) !important;
	top: 0px;
	left: -100%;
	padding: 50px 15px 30px 15px;
	height: 100%;
	width: 70%;
	overflow: auto;
	z-index: 1000;
	transition: all 0.5s ease 0s;
	box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
header.headerCD .mobileMenuBlock.open
{
	left: 0;
}
header.headerCD .mobileMenuBlock ul
{
}
header.headerCD .mobileMenuBlock ul li
{
	position: relative;
	border-bottom: 1px solid #ebebeb;
}
header.headerCD .mobileMenuBlock ul li .toggleBtn
{
	position: absolute;
	display: inline-block;
	top: 7px;
	right: 10px;
	font-size: 20px;
	padding: 5px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
header.headerCD .mobileMenuBlock ul li .toggleBtn:before
{
	display: inline-block;
	content: '\f196';
	font-family: "FontAwesome";
}
header.headerCD .mobileMenuBlock ul li .toggleBtn.open:before
{
	content: '\f147';
}

header.headerCD .mobileMenuBlock ul li a
{
	display: block;
	position: relative;
	padding: 10px 30px 10px 10px;
	line-height: 25px;
	font-size: 1.5rem;
	font-weight: 400;
	color: #FFFFFF;
}
header.headerCD .mobileMenuBlock ul li:hover > a,
header.headerCD .mobileMenuBlock ul li > a.active
{
	background-color: #3264f5;
	color: #FFFFFF;
}

header.headerCD .mobileMenuBlock ul li ul
{
	display: none;
	padding-left: 10px;
}
header.headerCD .mobileMenuBlock ul li ul.open
{
	display: block;
	padding-left: 16px;
}
header.headerCD .mobileMenuBlock ul ul li
{
	border-bottom: none;

}
header.headerCD .mobileMenuBlock ul ul li a
{
	text-transform: none;
	font-weight: 400;
}

@media (max-width: 575px)
{
	header.headerCD .mobileMenuBlock
	{
		width: 95%;
	}
}


/***********************************************************************/
/***********************************************************************/

.sectionBlock
{
	padding: 100px 0px;
}

.blockTitle
{
	margin-bottom: 15px;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	font-size: 3.66rem;
	font-weight: 600;
	text-align: center;
	color: #000000;
}
.blockTitle.white
{
	color: #FFFFFF;
}

.blockText
{
	line-height: 3.29rem;
	font-size: 1.9rem;
	font-weight: 300;
	text-align: center;
}

/***********************************************************************/
/*****                          INDEX                              *****/
/***********************************************************************/

.el_topBlock_PP5vgvtQ
{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 100px;
	width: 100%;
	min-height: 660px;
	height: 100%;
}
.el_topBlock_PP5vgvtQ::before
{
	position: absolute;
	content: '';
	background-image: linear-gradient(to left, rgba(50, 100, 245, 0.90), rgba(74, 84, 232, 0.88), rgba(91, 66, 219, 0.85), rgba(104, 44, 203, 0.88), rgba(114, 2, 187, 0.90));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.el_topBlock_PP5vgvtQ .row
{
	position: relative;
	align-items: center;
	justify-content: space-between;
	z-index: 5;
}

/**/

.el_topBlock_PP5vgvtQ .textCol
{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.el_topBlock_PP5vgvtQ .textCol > div
{
	padding-bottom: 100px;
}
.el_topBlock_PP5vgvtQ .textCol h1
{
	margin-bottom: 15px;
	font-size: 4.5rem;
	color: #FFFFFF;
}
.el_topBlock_PP5vgvtQ .textCol .text
{
	font-size: 1.9rem;
	font-weight: 300;
	color: #FFFFFF;
}

/**/

.el_topBlock_PP5vgvtQ .formCol
{
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.el_topBlock_PP5vgvtQ .formCol .signTopFormWrap
{
	position: relative;
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 45px;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
.el_topBlock_PP5vgvtQ .formCol .signTopFormWrap .formTitle
{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.345rem;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.el_topBlock_PP5vgvtQ .formCol .signTopFormWrap .formNote
{
	font-size: 1.5rem;
	text-align: center;
	color: #000000;
}
.el_topBlock_PP5vgvtQ .formCol .signTopFormWrap form
{
	margin-top: 22px;
}
.el_topBlock_PP5vgvtQ .formCol .signTopFormWrap form label
{
	padding-bottom: 3.75px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.32rem;
}
.el_topBlock_PP5vgvtQ .formCol .signTopFormWrap form label
{
	padding-bottom: 3.75px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.32rem;
}

.el_topBlock_PP5vgvtQ .formCol .signTopFormWrap form button
{
	border-radius: 4px;
	width: 100%;
}

/**/

.el_topBlock_PP5vgvtQ .shape-bottom
{
	overflow: hidden !important;
}
.el_topBlock_PP5vgvtQ .shape-bottom img.bottom-shape
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

/*****/

@media (max-width: 767px)
{
	.el_topBlock_PP5vgvtQ .textCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.el_topBlock_PP5vgvtQ .formCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/***********************************************************************/

.aboutMeBlock
{
	padding: 100px 0px 70px 0px;
}

/***********************************************************************/

.workingConditionsBlock
{
	padding: 100px 0px 70px 0px;
}

/***********************************************************************/
/*****                   ARTICLE LIST                              *****/
/***********************************************************************/

.el_articleList1
{
	margin-top: 50px;
}
.el_articleList1 .el_articleItem1
{
	-ms-flex: 0 0 calc(100% / 4);
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
	margin-bottom: 30px;
}

@media (max-width: 991px)
{
	.el_articleList1 .el_articleItem1
	{
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
}
@media (max-width: 460px)
{
	.el_articleList1 .el_articleItem1
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.el_articleItem1
{
}

.el_articleItem1 .topBlock
{
	position: relative;
}

.el_articleItem1 .imageBlock
{
	position: relative;
	width: 70px;
	z-index: 3;
}
.el_articleItem1 .imageBlock .img_wrap
{
}
.el_articleItem1 .imageBlock .img_wrap .el
{
	background-color: #6a06ad;
	border-radius: 4px;
	padding: 10px;
	overflow: hidden;
}
.el_articleItem1 .imageBlock .img_wrap .el img
{
	max-height: inherit;
}
.el_articleItem1 .imageBlock .number
{
	position: absolute;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	border-radius: 100%;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	font-family: 'Work Sans', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;

}

/**/

.el_articleItem1 .work-process-divider
{
	position: absolute;
	top: 40px;
	width: calc(100% - 70px);
	height: 1px;
	background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
	background-size: 12px 1px;
	z-index: 2;
}
.el_articleItem1 .work-process-divider:after
{
	content: '\e628';
	font-family: 'themify';
	position: absolute;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
}



/**/

.el_articleItem1 .infoBlock
{
	margin-top: 30px;
}
.el_articleItem1 .infoBlock .title
{
	line-height: 1.21;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.9rem;
	font-weight: 600;
	color: #000000;
}
.el_articleItem1 .infoBlock .text
{
	margin-top: 15px;
	font-size: 1.5rem;
}
.el_articleItem1 .infoBlock .text *
{
	margin-top: 10px;
}
.el_articleItem1 .infoBlock .text *:first-child
{
	margin-top: 0px;
}

/***********************************************************************/

.el_articleList2
{
	margin-top: 30px;
}
.el_articleList2 .el_articleItem2
{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 50px;
}
.el_articleList2 .el_articleItem2:last-child
{
	margin-bottom: 0px;
}

.el_articleItem2
{
}
.el_articleItem2 .row
{
	align-items: center;
}

/***/

.el_articleItem2 .infoCol
{
}
.el_articleItem2:nth-child(2n) .infoCol
{
	order: 2;
}
.el_articleItem2 .infoCol .number
{
	margin-bottom: 15px;
	font-size: 6.75rem;
	font-weight: 700;
	color: #7202bb;
}
.el_articleItem2 .infoCol .title
{
	margin-bottom: 15px;
	font-size: 3rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.21;
	color: #000000;
}
.el_articleItem2 .infoCol .text
{
}

/***/

.el_articleItem2 .imageCol
{
}
.el_articleItem2:nth-child(2n) .imageCol
{
	order: 1;
}
.el_articleItem2 .imageCol .img_wrap
{
	padding-bottom: 45.63%;
}

/*****/

@media (max-width: 767px)
{
	.el_articleItem2 .infoCol .number
	{
		font-size: 6.3rem;
		line-height: 1.2;
	}
	.el_articleItem2 .infoCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.el_articleItem2:nth-child(2n) .infoCol
	{
		order: 1;
	}
	.el_articleItem2 .imageCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.el_articleItem2:nth-child(2n) .imageCol
	{
		order: 2;
	}
}

/***********************************************************************/
/*****                   BANNER BLOCK                              *****/
/***********************************************************************/

.el_bannerBlock_PP5vgvtQ
{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 100px 0px;
	width: 100%;
}
.el_bannerBlock_PP5vgvtQ::before
{
	position: absolute;
	content: '';
	background-image: linear-gradient(to left, rgba(50, 100, 245, 0.90), rgba(74, 84, 232, 0.88), rgba(91, 66, 219, 0.85), rgba(104, 44, 203, 0.88), rgba(114, 2, 187, 0.90));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.el_bannerBlock_PP5vgvtQ .row
{
	position: relative;
	align-items: center;
	justify-content: space-between;
	z-index: 5;
	text-align: center;
}

.el_bannerBlock_PP5vgvtQ .btnLine
{
	margin-top: 30px;
}

/***********************************************************************/
/*****                       CONTACTS BLOCK                        *****/
/***********************************************************************/

.el_contactsBlock_PP5vgvtQ
{
	padding: 100px 0px;
}

/***/

.el_contactsBlock_PP5vgvtQ .row
{
	justify-content: space-between;
}

/**/

.el_contactsBlock_PP5vgvtQ .formCol
{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.el_contactsBlock_PP5vgvtQ .formCol .signTopFormWrap
{
	position: relative;
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 45px;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
.el_contactsBlock_PP5vgvtQ .formCol .signTopFormWrap .formTitle
{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.345rem;
	font-weight: bold;
	color: #000000;
}
.el_contactsBlock_PP5vgvtQ .formCol .signTopFormWrap .formNote
{
	font-size: 1.5rem;
	text-align: center;
	color: #000000;
}
.el_contactsBlock_PP5vgvtQ .formCol .signTopFormWrap form
{
	margin-top: 22px;
}
.el_contactsBlock_PP5vgvtQ .formCol .signTopFormWrap form label
{
	padding-bottom: 3.75px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.32rem;
}
.el_contactsBlock_PP5vgvtQ .formCol .signTopFormWrap form label
{
	padding-bottom: 3.75px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.32rem;
}
.el_contactsBlock_PP5vgvtQ .formCol .signTopFormWrap form button
{
}

/**/

.el_contactsBlock_PP5vgvtQ .textCol
{
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.el_contactsBlock_PP5vgvtQ .textCol > div
{
}
.el_contactsBlock_PP5vgvtQ .textCol .blockTitle
{
	text-align: left;
}
.el_contactsBlock_PP5vgvtQ .textCol .text
{
	font-size: 1.9rem;
	font-weight: 300;
}
.el_contactsBlock_PP5vgvtQ .textCol .title
{
	margin-top: 15px;
	font-size: 1.7rem;
	font-weight: 400;
}
.el_contactsBlock_PP5vgvtQ .textCol .contactItems
{
}
.el_contactsBlock_PP5vgvtQ .textCol .contactItems li
{
}

/*****/

@media (max-width: 767px)
{
	.el_contactsBlock_PP5vgvtQ .formCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.el_contactsBlock_PP5vgvtQ .textCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/***********************************************************************/
/*****                         FAQ                                 *****/
/***********************************************************************/

.faqBlock
{
}
.faqBlock .cTitle
{
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 1.9rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.21;
	color: #000000;
}

.accordion .card
{
	background-color: transparent;
	border-radius: 0;
	border: 0;
}
.accordion .card-header
{
	padding: 20px 0;
	background: transparent;
	border-bottom: 1px solid #ebebeb;
	cursor: pointer;
	margin-bottom: 0 !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
}
.accordion a.card-header
{
	color: #707070;
}
.accordion .card-body
{
	padding: 30px 0;
	background: transparent;
}

.accordion .card-body ul,
.accordion .card-body ol
{
}

.accordion .card-header::after
{
	display: block;
	content: "\e622";
	font-family: 'themify';
	float: right;
	font-size: 1.6rem;
	transition: 0.5s;
}
.accordion .card-header.collapsed::after
{
	content: '\e61a';
	transition: 0.5s;
}

/***********************************************************************/
/*****                         staticText                          *****/
/***********************************************************************/

.staticText ul,
.staticText ol
{
	margin-top: 10px;
	padding-left: 40px;
}
.staticText ul li ul,
.staticText ol li ul,
.staticText ul li ol
{
	margin: 10px 0px;
	padding: 0px 0px 0px 20px;
}
.staticText ul li,
.staticText ol li
{
	list-style-position: outside!important;
	margin: 0px ;
	padding: 0px;
}
.staticText ul li
{
	list-style: disc;
}
.staticText ol li
{
	list-style: decimal;
}
.staticText li
{
}
.staticText .videoIframe
{
	width: 100%;
	max-width: 100%;
}
.staticText .videoIframe:empty
{
	margin-bottom: 0px;
	padding-top: 0px;
}
.staticText .videoIframe > div
{
	position: relative;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.staticText .videoIframe iframe,
.staticText .videoIframe object,
.staticText .videoIframe embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/***********************************************************************/
/*****                          FOOTER                             *****/
/***********************************************************************/

footer.footerCD
{
}

/*****/

footer.footerCD .topFooter
{
	padding: 65px 0px;
}

/***/

footer.footerCD .topFooter .logoCol
{
	-ms-flex: 0 0 calc(100% / 3);
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
footer.footerCD .topFooter .logoCol .logo
{
	display: block;
	max-width: 200px;
	max-height: 100px;
}
footer.footerCD .topFooter .logoCol .logo img
{
	max-width: 100%;
	max-height: inherit;
}
footer.footerCD .topFooter .logoCol .text
{
	margin-top: 15px;
	font-size: 1.5rem;
	color: #FFFFFF;
}

/***/

footer.footerCD .topFooter .itemTitle
{
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.21;
	font-size: 1.9rem;
	color: #FFFFFF;
}

/***/

footer.footerCD .topFooter .linkCol
{
	-ms-flex: 0 0 calc(100% / 4);
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
footer.footerCD .topFooter .linkCol ul
{
	margin-top: 15px;
}
footer.footerCD .topFooter .linkCol ul li a
{
	font-size: 1.4rem;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: inherit;
	opacity: 0.9;
	color: #FFFFFF;
}
footer.footerCD .topFooter .linkCol ul li a:hover
{
	opacity: 1;
	text-decoration: none;
}
footer.footerCD .topFooter .linkCol ul li a i
{
	font-size: 1.2rem;
	vertical-align: middle;
}
footer.footerCD .topFooter .linkCol ul li strong
{
	font-size: 1.8rem;
	line-height: 19px;
	font-weight: bold;
}

/***/

footer.footerCD .topFooter .subscribeCol
{
}

footer.footerCD .topFooter .subscribeCol .subscribeBlock
{
}
footer.footerCD .topFooter .subscribeCol .subscribeBlock .desc
{
	margin-top: 15px;
	font-size: 1.5rem;
	color: #FFFFFF;
}
footer.footerCD .topFooter .subscribeCol .subscribeBlock .inputWrapper
{
	margin-top: 15px;
}
footer.footerCD .topFooter .subscribeCol .subscribeBlock .inputWrapper input
{
	float: left;
	border-radius: 30px 0px 0px 30px !important;
	width: calc(100% - 150px);
}
footer.footerCD .topFooter .subscribeCol .subscribeBlock .inputWrapper button
{
	float: left;
	border-radius: 0px 30px 30px 0px;
	padding: 0px 10px;
	width: 150px;
	height: 52px;
}

/***/

@media (max-width: 991px)
{
	footer.footerCD .topFooter .logoCol
	{
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
	footer.footerCD .topFooter .linkCol
	{
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
	footer.footerCD .topFooter .subscribeCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 30px;
	}
}
@media (max-width: 500px)
{
	footer.footerCD .topFooter .logoCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	footer.footerCD .topFooter .linkCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 30px;
	}
}

/***/

footer.footerCD .topFooter .socialBlock
{
}

/*****/

footer.footerCD .bottomFooter
{
	padding: 15px 0px;
	font-size: 1.3rem;
}
footer.footerCD .bottomFooter .row
{
	align-items: center;
}

/***/

footer.footerCD .bottomFooter .emptyCol
{
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
	max-width: 250px;
}

/***/

footer.footerCD .bottomFooter .copyrightCol
{
	text-align: center;
}

/***/

footer.footerCD .bottomFooter .komizioCol
{
	display: flex;
	justify-content: flex-end;
	align-items: center;

	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
	max-width: 250px;
}
footer.footerCD .bottomFooter .komizioCol p
{
	width: 200px;
	margin-left: 10px;
	line-height: 1.3rem;
}

@media (max-width: 991px)
{
	footer.footerCD .bottomFooter .col
	{
		justify-content: center;

		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	footer.footerCD .bottomFooter .komizioCol
	{
		margin-top: 30px;
	}
}

/*************************************************************************************/
/*************************************************************************************/

#bottonUp
{
	position: fixed;
	display: flex;
	display: -ms-flex;
	align-items: center;
	justify-content: center;

	right: 20px;
	bottom: 105%;
	width: 40px;
	height: 40px;
	background-color: #7202bb;
	border-radius: 4px;

	font-size: 2rem;
	line-height: 27px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;

	z-index: 600;
	cursor: pointer;

	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#bottonUp.active
{
	bottom: 80px;
}
#bottonUp:hover
{
	background-color: #3264f5;
}
#bottonUp span
{
	position: relative;
	top: -5px;
}

#bottonUp::after
{
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/************************************************/
/************************************************/

.socialBlock
{
}
.socialBlock ul
{
	margin-top: 30px;
}
.socialBlock ul li
{
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.socialBlock ul li a
{
	display: flex;
	display: -ms-flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	font-size: 1.4rem;
	text-align: center;
	color: #9123ff;
	box-shadow: 0 5px 15px rgba(0,0,0, .15) !important;
	opacity: 0.9;
}
.socialBlock a:hover
{
	opacity: 1;
}
.socialBlock a i
{
}

