body {
	font-family: GothamPro;
	line-height: 1;
	background: #fff;
	cursor: pointer;
}

@font-face {
	font-family: 'GothamPro';
	src: url('../css/fonts/GothamPro.woff2') format('woff2'), url('../css/fonts/GothamPro-Bold.woff') format('woff'), url('../css/fonts/GothamPro-Medium.woff') format('woff');
	src: url("../css/fonts/Gotham.eot"); /* IE */
	src: url('../css/fonts/GothamPro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../css/fonts/GothamPro.woff') format('woff'), /* Modern Browsers */
         url('../css/fonts/GothamPro.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../css/fonts/GothamPro.svg#svgFontName') format('svg'); /* Legacy iOS */
}

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

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

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	font-family: GothamPro, sans-serif;
	line-height: 1;
	background-color: #f7f9fb;
}

@media only screen and (min-width:1170px) {
	body {
		cursor: auto
	}
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ""
}

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

*,
 :after,
 :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

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

@font-face {
	font-family: GothamPro;
	src: url(font/GothamPro-Medium.woff2) format("woff2"), url(font/GothamPro-Medium.woff) format("woff");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: GothamPro;
	src: url(font/GothamPro.woff2) format("woff2"), url(font/GothamPro.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: GothamPro;
	src: url(font/GothamPro-Bold.woff2) format("woff2"), url(font/GothamPro-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

.text>*+* {
	margin-top: 1em
}

.text--compact>*+* {
	margin-top: .5em
}

p {
	font-size: 17px;
	line-height: 21px;
	color: #3d3d3d
}

.h1,
h1 {
	font-size: 31px;
	line-height: 37px;
	font-weight: 600
}

@media only screen and (min-width:660px) {
	.h1,
	h1 {
		font-size: 59px;
		line-height: 69px
	}
}

.h2,
h2 {
	font-size: 23px;
	line-height: 27px;
	font-weight: 600
}

@media only screen and (min-width:660px) {
	.h2,
	h2 {
		font-size: 27px;
		line-height: 32px
	}
}

.h3,
h3 {
	font-size: 21px;
	line-height: 24px
}

ol,
ul {
	font-size: 17px;
	line-height: 21px;
	color: #3d3d3d
}

.h-hidden {
	display: none!important
}
.btn {

}
.button {
	margin: 4px 0;
	outline: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 58px;
	line-height: 1.2;
	background: linear-gradient(to bottom, #fbda61 0%, #f6c33e 100%);
	border: 0;
	border-radius: 100px;
	font-size: 16px;
	color: #0e0e0e;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
}
.button:hover,
.button:active {
	background: #faa411;
}
.button.block {
	width: 100%;
	display: block;
}
.button.small {
	padding: 8px 16px;
}
.button.primary {
	padding-top: 16px;
	padding-bottom: 16px;
}
.button.blue {
	background: linear-gradient(to bottom, #7043b5 0%, #793aa9 100%);
	color: #fff;
}
.button.blue:hover,
.button.blue:active {
	background: #793aa9;
}
.button.secondary {
	background: #fff;
	border: 1px solid #793aa9;
	color: #793aa9;
}
.button.secondary:hover,
.button.secondary:active {
	background: #fff;
	color: #9a55cf;
	border-color: #793aa9;
}

.button.disabled {
	background: #ddd;
	border-color: #ddd;
	cursor: not-allowed;
}

.form-file {
	position: relative;
	font-size: 16px;
	width: 100%;
	max-width: 100%
}

.form-file__label {
	display: block;
	margin-bottom: 10px
}

.form-file__button {
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	height: 10px;
	line-height: 35px;
	padding: 0;
	width: 100%;
}

.form-file__field {
	padding: 0 0 0 20px;
	line-height: 44px
}

.form-file__button-inner {
	position: absolute;
	width: auto;
	min-width: 46px;
    max-width: 370px;
    padding: 0 10px;
	right: 0;
	top: 0;
	/* height: 100%; */
	height: 82%;
	color: #000;
	background: #ffd712;
	display: inline-block;
	text-align: center
}

.gform_body,
.gform_heading {
	padding-bottom: 32px
}
.gform_heading {
	text-align: center;
}

.gfield {
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 32px
}

.gform_validation_container {
	display: none!important;
	position: absolute!important;
	left: -9000px
}

.grid {
	letter-spacing: -.65em;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -16px;
	margin-left: -16px;
	margin-bottom: -32px
}

.grid,
.grid--equalheight>[class*=" grid__col--"],
.grid--equalheight>[class^=grid__col--] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

[class*=" grid__col--"],
[class^=grid__col--] {
	letter-spacing: 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 0;
	padding-left: 0;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
	margin-bottom: 32px;
	outline: none
}

.grid__col--xs-11,
.grid__col--xs-12 {
	-webkit-box-ordinal-group: initial;
	order: 0
}

.grid__col--xs-12 {
	-ms-flex-order: initial;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

.icon {
	width: 1em;
	height: 1em;
	fill: currentColor
}

.modal__close {
	position: absolute;
	right: 30px;
	top: 30px;
	color: #1705ff;
	padding: 0;
	background: none;
	-webkit-appearance: none;
	border: none;
	z-index: 11;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	cursor: pointer
}

.modal__close svg {
	width: 12px;
	height: 12px
}

.modaal-noscroll {
	overflow: hidden
}

.modaal-overlay,
.modaal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.modaal-wrapper {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	z-index: 10000;
	overflow: auto;
	opacity: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;

}


.modaal-wrapper [tabindex="0"] {
	outline: none!important
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%
}

.modaal-inner-wrapper {
	text-align: center;
	margin: 40px 0;
}

.t-date {
	font-weight: bold
}

.sub-h {
	text-align: center;
	padding-top: 20px;
}

.step-three {
	text-align: center;
	padding: 0 70px;
}

select,
textarea {
	border: 1px solid #d9d9d9;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	width: 100%;
	line-height: 1.2;
	background: #fff;
	text-align: left;
	color: inherit;
	padding: 12px 11px;
	-webkit-font-smoothing: antialiased;
}

select {
	height: 42px;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 820px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 1px 28px rgba(0, 0, 0, .07);
	box-shadow: 0 1px 28px rgba(0, 0, 0, .07);
	cursor: auto
}

.modaal-content-container h4, .modaal-content-container h1 {
	text-align: center;
	text-transform: uppercase;
	color: #232323;
	font-weight: 400;
	font-size: 16px;
}

.modaal-content-container h3 {
	text-align: center;
	padding-top: 10px;
	color: #3b33a9;
}

.modaal-content-container {
	padding: 40px 80px 40px;
}

input#cv,
input#input_1989973085_7 {
	/* width: .1px;     height: .1px;     opacity: 0;     overflow: hidden;     position: absolute;     z-index: -1; */
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	outline: none;
	left: -105px;
}

.js-fileupload {
	overflow: hidden;
}

.ginput_container_fileupload {
	height: 24px;
}

span.form-required {
	color: #ff0505;
	font-size: 20px;
	/* width: 16px;     */
	/* height: 16px;     */
}

.form-textfield {
	font-size: 16px;
	width: 100%;
	max-width: 100%
}

.form-textfield,
.form-textfield__inner {
	position: relative
}

.form-textfield__label {
	display: block;
	font-size: 15px;
	margin-bottom: 7px
}

.form-textfield__input {
	border: 1px solid #d9d9d9;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	width: 100%;
	height: 42px;
	line-height: 1.2;
	background: #fff;
	text-align: left;
	color: inherit;
	padding: 12px 11px;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none
}
li.form-textfield__input{
	height: auto;
    border-radius: 4px;
    cursor: pointer;
}
li.form-textfield__input:not(:last-of-type) {
	margin-bottom: 13px;
}
li.form-textfield__input:hover,
li.form-textfield__input.active {
    background: linear-gradient(to bottom, #7043b5 0%, #793aa9 100%);
	border-color: transparent;
	color: #fff;
}

select.form-textfield__input{
	height: 45px;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

@charset "UTF-8";

/*! * * bttn.css - https://ganapativs.github.io/bttn.css * Version - 0.2.4 * Demo: https://bttn.surge.sh * * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Ganapati V S (@ganapativs) * */


/* standalone - .bttn-simple */

.bttn-default {
	color: #fff;
}

.bttn-primary,
.bttn,
.bttn-lg,
.bttn-md,
.bttn-sm,
.bttn-xs {
	color: #1d89ff;
}

.bttn-warning {
	color: #feab3a;
}

.bttn-danger {
	color: #ff5964;
}

.bttn-success {
	color: #28b78d;
}

.bttn-royal {
	color: #bd2df5;
}

.bttn,
.bttn-lg,
.bttn-md,
.bttn-sm,
.bttn-xs {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-color: transparent;
	background: transparent;
	font-weight: 400;
	cursor: pointer;
	position: relative;
}

.bttn-lg {
	padding: 8px 15px;
	font-size: 24px;
	font-family: inherit;
}

.bttn-md {
	font-size: 20px;
	font-family: inherit;
	padding: 5px 12px;
}

.bttn-sm {
	padding: 4px 10px;
	font-size: 16px;
	font-family: inherit;
}

.bttn-xs {
	padding: 3px 8px;
	font-size: 12px;
	font-family: inherit;
}

.bttn-simple {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-color: transparent;
	background: transparent;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	font-family: inherit;
	padding: 5px 12px;
	overflow: hidden;
	border-width: 0;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
	transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.bttn-simple:hover,
.bttn-simple:focus {
	opacity: 0.75;
}

.bttn-simple.bttn-xs {
	padding: 3px 8px;
	font-size: 12px;
	font-family: inherit;
}

.bttn-simple.bttn-sm {
	padding: 4px 10px;
	font-size: 16px;
	font-family: inherit;
}

.bttn-simple.bttn-md {
	font-size: 16px;
	font-family: inherit;
	padding: 5px 12px;
}

.bttn-simple.bttn-lg {
	padding: 8px 15px;
	font-size: 24px;
	font-family: inherit;
}

.bttn-simple.bttn-default {
	background: rgba(255, 255, 255, 0.4);
}

.bttn-simple.bttn-primary {
	background: #e6e6e6;
	color: #a7a7a7;
	text-decoration: line-through;
	/* padding: 15px 20px;     */
	width: 100px;
	height: 50px;
	margin: 5px;
	outline: none;
}

.bttn-simple.bttn-warning {
	background: #feab3a;
}

.bttn-simple.bttn-danger {
	background: #ff5964;
}

.bttn-simple.bttn-success {
	background: #28b78d;
}

.bttn-simple.bttn-royal {
	background: #bd2df5;
}

@charset "UTF-8";

/*! * * bttn.css - https://ganapativs.github.io/bttn.css * Version - 0.2.4 * Demo: https://bttn.surge.sh * * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Ganapati V S (@ganapativs) * */


/* standalone - .bttn-bordered */

.bttn-default {
	color: #fff;
}

.bttn-primary,
.bttn,
.bttn-lg,
.bttn-md,
.bttn-sm,
.bttn-xs {
	color: #1d89ff;
}

.bttn-warning {
	color: #feab3a;
}

.bttn-danger {
	color: #ff5964;
}

.bttn-success {
	color: #28b78d;
}

.bttn-royal {
	color: #bd2df5;
}

.bttn,
.bttn-lg,
.bttn-md,
.bttn-sm,
.bttn-xs {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-color: transparent;
	background: transparent;
	font-weight: 400;
	cursor: pointer;
	position: relative;
}

.bttn-lg {
	padding: 8px 15px;
	font-size: 24px;
	font-family: inherit;
}

.bttn-md {
	font-size: 20px;
	font-family: inherit;
	padding: 5px 12px;
}

.bttn-sm {
	padding: 4px 10px;
	font-size: 16px;
	font-family: inherit;
}

.bttn-xs {
	padding: 3px 8px;
	font-size: 12px;
	font-family: inherit;
}

.bttn-bordered {
	outline: none;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-color: transparent;
	background: transparent;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	font-family: inherit;
	padding: 5px 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 4px;
	background: transparent;
	color: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
	transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.bttn-bordered:hover,
.bttn-bordered:focus {
	border-color: rgba(255, 255, 255, 0.7);
}

.bttn-bordered.bttn-xs {
	padding: 3px 8px;
	font-size: 12px;
	font-family: inherit;
}

.bttn-bordered.bttn-sm {
	padding: 4px 10px;
	font-size: 16px;
	font-family: inherit;
}

.bttn-bordered.bttn-md {
	font-size: 16px;
	font-family: inherit;
	padding: 5px 12px;
}

.bttn-bordered.bttn-lg {
	padding: 8px 15px;
	font-size: 24px;
	font-family: inherit;
}

.bttn-bordered.bttn-default {
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

.bttn-bordered.bttn-default:hover,
.bttn-bordered.bttn-default:focus {
	border-color: rgba(255, 255, 255, 0.7);
}

.bttn-bordered.bttn-primary {
	border-color: rgba(29, 137, 255, 0.4);
	color: #1d89ff;
	/* padding: 15px 24px;     */
	width: 100px;
	height: 50px;
	margin: 5px;
}

.bttn-bordered.bttn-primary:hover,
.bttn-bordered.bttn-primary:focus {
	border-color: rgba(29, 137, 255, 0.7);
}

.bttn-bordered.bttn-warning {
	border-color: rgba(254, 171, 58, 0.4);
	color: #feab3a;
}

.bttn-bordered.bttn-warning:hover,
.bttn-bordered.bttn-warning:focus {
	border-color: rgba(254, 171, 58, 0.7);
}

.bttn-bordered.bttn-danger {
	border-color: rgba(255, 89, 100, 0.4);
	color: #ff5964;
}

.bttn-bordered.bttn-danger:hover,
.bttn-bordered.bttn-danger:focus {
	border-color: rgba(255, 89, 100, 0.7);
}

.bttn-bordered.bttn-success {
	border-color: rgba(40, 183, 141, 0.4);
	color: #28b78d;
}

.bttn-bordered.bttn-success:hover,
.bttn-bordered.bttn-success:focus {
	border-color: rgba(40, 183, 141, 0.7);
}

.bttn-bordered.bttn-royal {
	border-color: rgba(189, 45, 245, 0.4);
	color: #bd2df5;
}

.bttn-bordered.bttn-royal:hover,
.bttn-bordered.bttn-royal:focus {
	border-color: rgba(189, 45, 245, 0.7);
}

.hour-box {
	margin: 0 auto;
	width: 55%;
	margin: 30px auto;
}

.mail-details {
	text-align: center;
	padding-top: 20px;
}

.tnx-d {
	text-align: center;
}
.gform_footer {
	text-align: center;
}
.gform_footer .button + a {
	display: block;
	margin-top: 8px;
}

.button1 {
	outline: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 42px;
	padding: 0 20px;
	line-height: 1.2;
	background: #e0ebf3;
	border: 1px solid #d2e0ea;
	border-radius: 21px;
	font-size: 16px;
	color: #3d3d3d;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
	min-width: 230px;
	margin: 15px 0;
}

.icon-small i {
	float: left;
	margin-right: 10px;
	height: 38px;
	width: 38px;
	color: #fff;
	background-color: #888;
	border-radius: 10%;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
}

.icon-small+p {
	clear: left;
	margin-top: 15px;
}

.icon-small h4,
.icon-small h5 {
	text-align: left;
}

svg.svg-icon {
	width: 30px;
	float: left;
	fill: #787e82;
	margin-right: 10px;
}

.icon-small h4 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: capitalize;
}

.icon-small h5 {
	color: #a7a7a7;
	font-size: 14px;
}

.summ {
	padding: 30px 20px;
}

.col.span-1-of-3 {
	padding-bottom: 10px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
	.modaal-content-container {
		padding: 30px;
	}
	.hour-box {
		margin: 0 auto;
		margin: 30px auto;
		width: 100%;
		/* margin: 0 auto;         */
		text-align: center;
	}
	.step-three {
		text-align: center;
		padding: 0;
	}
}

.popup-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
}

.popup-overlay.active {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 45%;
	position: relative;
	z-index: 999999;

}
.popup-header {
	display: flex;
	justify-content: space-between;
}
.popup h2 {
	margin-bottom: 20px;
	font-size: 18px;
}

.popup .close {
	transition: opacity 200ms;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	opacity: 0.8;
}

.popup .close:hover {
	opacity: 1;
}

.popup .content {
	max-height: 300px;
	overflow: auto;
}
input.gform_button.button {
    margin-top: 10px;
}
.popup .content p {
	line-height: 1.4em
}

@media screen and (max-width: 700px) {
	.popup {
		margin: 0;
		border-radius: 0;
		width: 100%;
		height: 100%;
	}
}

.popup-footer {
	margin-top: 20px;
}

.alert {
	padding: 20px;
    background-color: #f44336;
    color: white;
    display: none;
}
.alert-main{
	max-width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
}
.alert p {
	color: white;
}

.closealert {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closealert:hover {
	color: black;
}

.links-list {
	margin-top: 30px;
}

.list-inline li {
	margin-left: 15px;
	display: inline;
}

.result-title {
	margin-left: -15px;
	margin-bottom: 20px;
	font-size: 20px;
}

.selected-flag {
	margin: 1px;
	padding: 13px 16px 6px 10px;
	position: absolute;
	height: 42px;
}

.flag {
	width: 20px;
	height: 16px;
}

.flag img{
	width: 100%;
}

.flaginput input {
	padding-left: 73px;
}

.flaginput.ro input {
	padding-left: 66px;
}
.phone-prefix {
	font-weight: 400;
	font-size: 16px;
	position: absolute;
	top: 11px;
	left: 32px;
	width: 39px;
	text-align: right;
}
.selected_hour {
	background: #ececec
}
input#cv {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
input#input_1989973085_7{ width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;}
	.form-file__field {
    padding: 0 0 0 20px;
    line-height: 44px;
}

@media (max-width: 768px) {
    .hidden-mb {
		display:none;
	}
}
.add-cv{
	width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}
b.txt-bold {
    font-weight: bold;
}
.b-txt2{font-weight: bold;padding-right:5px;}
.position-title{
	font-size: 1.3em;
    line-height: 1.5;
    margin: 10px 0;
}
.check-group-error .form-textfield__label{
	color: #ff5964;
    font-weight: bold;
}
.d-none{
	display: none!important;
}

.logo {
	width: auto;
	max-width: 100%;
	height: 40px;
	display: block;
	margin: 40px auto;
}
.copyright {
	margin: 1rem 0;
	font-size: 0.875rem;
	opacity: 0.8;
}

.video-responsive {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-responsive > iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
