@import url(../fonts/Franklin-Gothic/Franklin-Gothic-Demi-Regular/fgd.css);@import url(../fonts/Franklin-Gothic/FranklinGothic-Heavy/fgd-heavy.css);@import url(../fonts/CenturyGothic/CenturyGothic/century.css);@import url(../fonts/Roboto/roboto.css);* {
	box-sizing: border-box
}


.mobile
{
display: none;    
}

a {
	text-decoration: none;
	transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1)
}

a:focus,a:hover {
	text-decoration: none;
	opacity: .8
}

a:active {
	opacity: 1
}

a:visited {
	opacity: .8
}

input {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

body {
	height: 100%;
	overflow-x: hidden
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: none
}

input.form-control,select.form-control,textarea.form-control {
	color: #000;
	font-family: "Century Gothic";
	font-size: 30px;
	font-weight: 400;
	border-radius: 20px;
	border: 3px solid #bfbfbf;
	padding: 0px 12px;
	height: 60px;
	text-align: center;
	background-color: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none
}

@media only screen and (max-width: 767px) {
.select2
{
    background-size: 40px !important;    
}
    
.select2-container
{
    width: 100% !important;
    height: 35px !important; 
   
}
.select2-container .select2-selection--single
{     width: 74% !important;
    font-size: 12px !important;
    padding-top: 0px !important;}
    
	input.form-control,select.form-control,textarea.form-control {
		font-size:16px;
		height: 35px
	}
}

textarea.form-control {
	height: 220px;
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	textarea.form-control {
		margin-bottom:15px
	}
}

input.form-control {
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	input.form-control {
		margin-bottom:15px
	}
}

input.form-control::-webkit-input-placeholder {
	color: #bfbfbf
}

input.form-control:-ms-input-placeholder {
	color: #bfbfbf
}

input.form-control::-ms-input-placeholder {
	color: #bfbfbf
}

input.form-control:-ms-input-placeholder {
	color: #bfbfbf
}

input.form-control::placeholder {
	color: #bfbfbf
}

.left-form-input {
	padding-left: 0
}

.right-form-input {
	padding-right: 0
}

input.capcha-input {
	font-size: 18px
}

input.capcha-input::-webkit-input-placeholder {
	color: #bfbfbf;
	font-size: 18px
}

input.capcha-input:-ms-input-placeholder {
	color: #bfbfbf;
	font-size: 18px
}

input.capcha-input::-ms-input-placeholder {
	color: #bfbfbf;
	font-size: 18px
}

input.capcha-input:-ms-input-placeholder {
	color: #bfbfbf;
	font-size: 18px
}

input.capcha-input::placeholder {
	color: #bfbfbf;
	font-size: 18px
}

.input-group-addon {
	width: 60px;
	height: 60px;
	border-radius: 0 20px 20px 0;
	background-image: url(../img/icons/calendar.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%
}

@media only screen and (max-width: 767px) {
	.input-group-addon {
		width:35px;
		height: 35px
	}
}

.input-group.date input {
	border-right: none
}

.block-radio {
	color: #000000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 50px
}

@media only screen and (max-width: 1400px) {
	.block-radio {
		margin-bottom:30px;
		font-size: 16px
	}
}

@media only screen and (max-width: 576px) {
   .select2-container .select2-selection--single 
    {
        width: 30% !important;    
    }
    
	.block-radio {
		font-size:14px
	}

	.block-radio:last-child {
		margin-bottom: 0
	}
}

.block-radio__label {
	cursor: pointer
}

.block-radio__label::before {
	content: '';
	background: #bfbfbf;
	border-radius: 100%;
	border: 3px solid #bfbfbf;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	position: relative;
	top: -1px;
	margin-right: 16px;
	cursor: pointer;
	text-align: center;
	box-shadow: inset 0 0 0 17px #ffffff;
	transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
	color: #000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: 700;
	line-height: 20px
}

@media only screen and (max-width: 1400px) {
	.block-radio__label::before {
		width:25px;
		height: 25px
	}
}

@media only screen and (max-width: 576px) {
	.block-radio__label::before {
		width:20px;
		height: 20px
	}
}

.block-radio__input {
	position: absolute;
	opacity: 0
}

.block-radio__input:checked+.block-radio__label::before {
	background-color: #bfbfbf;
	box-shadow: inset 0 0 0 5px #ffffff
}

@media only screen and (max-width: 576px) {
	.block-radio__input:checked+.block-radio__label::before {
		box-shadow:inset 0 0 0 3px #ffffff
	}
}

.block-radio__input:hover+.block-radio__label::before {
	outline: none;
	box-shadow: inset 0 0 0 5px #ffffff;
	border-color: #bfbfbf
}

@media only screen and (max-width: 576px) {
	.block-radio__input:hover+.block-radio__label::before {
		box-shadow:inset 0 0 0 3px #ffffff
	}
}

.block-radio__input:focus+.block-radio__label::before {
	outline: none;
	border-color: #bfbfbf
}

.block-radio__input:disabled+.block-radio__label::before {
	box-shadow: inset 0 0 0 15px #ffffff;
	border-color: #bfbfbf;
	background-color: #bfbfbf;
	opacity: 0.5
}

input.form-control,select.form-control,textarea.form-control {
	color: #000;
	font-family: "Century Gothic";
	font-size: 30px;
	font-weight: 400;
	border-radius: 20px;
	border: 3px solid #bfbfbf;
	padding: 0px 12px;
	height: 60px;
	text-align: center;
	background-color: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none
}

@media only screen and (max-width: 767px) {
	input.form-control,select.form-control,textarea.form-control {
		font-size:16px;
		height: 35px
	}
}

textarea.form-control {
	height: 220px;
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	textarea.form-control {
		margin-bottom:15px
	}
}

input.form-control {
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	input.form-control {
		margin-bottom:15px
	}
}

input.form-control::-webkit-input-placeholder {
	color: #bfbfbf
}

input.form-control:-ms-input-placeholder {
	color: #bfbfbf
}

input.form-control::-ms-input-placeholder {
	color: #bfbfbf
}

input.form-control:-ms-input-placeholder {
	color: #bfbfbf
}

input.form-control::placeholder {
	color: #bfbfbf
}

.left-form-input {
	padding-left: 0
}

.right-form-input {
	padding-right: 0
}

input.capcha-input {
	font-size: 18px
}

input.capcha-input::-webkit-input-placeholder {
	color: #bfbfbf;
	font-size: 18px
}

input.capcha-input:-ms-input-placeholder {
	color: #bfbfbf;
	font-size: 18px
}

input.capcha-input::-ms-input-placeholder {
	color: #bfbfbf;
	font-size: 18px
}

input.capcha-input:-ms-input-placeholder {
	color: #bfbfbf;
	font-size: 18px
}

input.capcha-input::placeholder {
	color: #bfbfbf;
	font-size: 18px
}

.input-group-addon {
	width: 60px;
	height: 60px;
	border-radius: 0 20px 20px 0;
	background-image: url(../img/icons/calendar.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%
}

@media only screen and (max-width: 767px) {
	.input-group-addon {
		width:35px;
		height: 35px
	}
}

.input-group.date input {
	border-right: none
}

.block-radio {
	color: #000000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 50px
}

@media only screen and (max-width: 1400px) {
	.block-radio {
		margin-bottom:30px;
		font-size: 16px
	}
}

@media only screen and (max-width: 576px) {
	.block-radio {
		font-size:14px
	}

	.block-radio:last-child {
		margin-bottom: 0
	}
}

.block-radio__label {
	cursor: pointer
}

.block-radio__label::before {
	content: '';
	background: #bfbfbf;
	border-radius: 100%;
	border: 3px solid #bfbfbf;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	position: relative;
	top: -1px;
	margin-right: 16px;
	cursor: pointer;
	text-align: center;
	box-shadow: inset 0 0 0 17px #ffffff;
	transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
	color: #000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: 700;
	line-height: 20px
}

@media only screen and (max-width: 1400px) {
	.block-radio__label::before {
		width:25px;
		height: 25px
	}
}

@media only screen and (max-width: 576px) {
	.block-radio__label::before {
		width:20px;
		height: 20px
	}
}

.block-radio__input {
	position: absolute;
	opacity: 0
}

.block-radio__input:checked+.block-radio__label::before {
	background-color: #bfbfbf;
	box-shadow: inset 0 0 0 5px #ffffff
}

@media only screen and (max-width: 576px) {
	.block-radio__input:checked+.block-radio__label::before {
		box-shadow:inset 0 0 0 3px #ffffff
	}
}

.block-radio__input:hover+.block-radio__label::before {
	outline: none;
	box-shadow: inset 0 0 0 5px #ffffff;
	border-color: #bfbfbf
}

@media only screen and (max-width: 576px) {
	.block-radio__input:hover+.block-radio__label::before {
		box-shadow:inset 0 0 0 3px #ffffff
	}
}

.block-radio__input:focus+.block-radio__label::before {
	outline: none;
	border-color: #bfbfbf
}

.block-radio__input:disabled+.block-radio__label::before {
	box-shadow: inset 0 0 0 15px #ffffff;
	border-color: #bfbfbf;
	background-color: #bfbfbf;
	opacity: 0.5
}

select.form-control {
	background-image: url(../img/icons/select.png);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: right center
}

@media only screen and (max-width: 767px) {
	select.form-control {
		background-size:35px
	}
}

input.form-control,select.form-control,textarea.form-control {
	color: #000;
	font-family: "Century Gothic";
	font-size: 30px;
	font-weight: 400;
	border-radius: 20px;
	border: 3px solid #bfbfbf;
	padding: 0px 12px;
	height: 60px;
	text-align: center;
	background-color: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none
}

@media only screen and (max-width: 767px) {
	input.form-control,select.form-control,textarea.form-control {
		font-size:16px;
		height: 35px
	}
}

textarea.form-control {
	height: 220px;
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	textarea.form-control {
		margin-bottom:15px
	}
}

input.form-control {
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	input.form-control {
		margin-bottom:15px
	}
}

input.form-control::-webkit-input-placeholder {
	color: #bfbfbf
}

input.form-control:-ms-input-placeholder {
	color: #bfbfbf
}

input.form-control::-ms-input-placeholder {
	color: #bfbfbf
}

input.form-control:-ms-input-placeholder {
	color: #bfbfbf
}

input.form-control::placeholder {
	color: #bfbfbf
}

.left-form-input {
	padding-left: 0
}

.right-form-input {
	padding-right: 0
}

input.capcha-input {
	font-size: 18px
}

input.capcha-input::-webkit-input-placeholder {
	color: #bfbfbf;
	font-size: 18px
}

input.capcha-input:-ms-input-placeholder {
	color: #bfbfbf;
	font-size: 18px
}

input.capcha-input::-ms-input-placeholder {
	color: #bfbfbf;
	font-size: 18px
}

input.capcha-input:-ms-input-placeholder {
	color: #bfbfbf;
	font-size: 18px
}

input.capcha-input::placeholder {
	color: #bfbfbf;
	font-size: 18px
}

.input-group-addon {
	width: 60px;
	height: 60px;
	border-radius: 0 20px 20px 0;
	background-image: url(../img/icons/calendar.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%
}

@media only screen and (max-width: 767px) {
	.input-group-addon {
		width:35px;
		height: 35px
	}
}

.input-group.date input {
	border-right: none
}

.block-radio {
	color: #000000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 50px
}

@media only screen and (max-width: 1400px) {
	.block-radio {
		margin-bottom:30px;
		font-size: 16px
	}
}

@media only screen and (max-width: 576px) {
	.block-radio {
		font-size:14px
	}

	.block-radio:last-child {
		margin-bottom: 0
	}
}

.block-radio__label {
	cursor: pointer
}

.block-radio__label::before {
	content: '';
	background: #bfbfbf;
	border-radius: 100%;
	border: 3px solid #bfbfbf;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	position: relative;
	top: -1px;
	margin-right: 16px;
	cursor: pointer;
	text-align: center;
	box-shadow: inset 0 0 0 17px #ffffff;
	transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
	color: #000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: 700;
	line-height: 20px
}

@media only screen and (max-width: 1400px) {
	.block-radio__label::before {
		width:25px;
		height: 25px
	}
}

@media only screen and (max-width: 576px) {
	.block-radio__label::before {
		width:20px;
		height: 20px
	}
}

.block-radio__input {
	position: absolute;
	opacity: 0
}

.block-radio__input:checked+.block-radio__label::before {
	background-color: #bfbfbf;
	box-shadow: inset 0 0 0 5px #ffffff
}

@media only screen and (max-width: 576px) {
	.block-radio__input:checked+.block-radio__label::before {
		box-shadow:inset 0 0 0 3px #ffffff
	}
}

.block-radio__input:hover+.block-radio__label::before {
	outline: none;
	box-shadow: inset 0 0 0 5px #ffffff;
	border-color: #bfbfbf
}

@media only screen and (max-width: 576px) {
	.block-radio__input:hover+.block-radio__label::before {
		box-shadow:inset 0 0 0 3px #ffffff
	}
}

.block-radio__input:focus+.block-radio__label::before {
	outline: none;
	border-color: #bfbfbf
}

.block-radio__input:disabled+.block-radio__label::before {
	box-shadow: inset 0 0 0 15px #ffffff;
	border-color: #bfbfbf;
	background-color: #bfbfbf;
	opacity: 0.5
}

button.close {
	float: none;
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 1;
	width: 30px;
	height: 30px;
	outline: none;
	opacity: 1;
	transition: .3s ease
}

@media only screen and (max-width: 767px) {
	button.close {
		width:14px;
		height: 14px;
		top: 10px;
		right: 6px
	}
}

button.close span {
	width: 30px;
	height: 5px;
	background-color: #bfbfbf;
	display: block;
	position: absolute
}

button.close span:first-child {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px
}

@media only screen and (max-width: 767px) {
	button.close span:first-child {
		top:5px
	}
}

button.close span:last-child {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 11px
}

@media only screen and (max-width: 767px) {
	button.close span:last-child {
		top:5px
	}
}

@media only screen and (max-width: 767px) {
	button.close span {
		width:14px;
		height: 2.5px
	}
}

button.close:hover {
	opacity: .8
}

.button-reg {
	display: block;
	margin: 0 auto;
	max-width: 460px;
	width: 100%;
	height: 60px;
	background-color: #c00000;
	border: none;
	transition: .3s ease;
	color: #fafafa;
	font-family: "FGD";
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.69px
}

.button-reg:hover {
	opacity: .8
}

@media only screen and (max-width: 767px) {
	.button-reg {
		font-size:16px;
		max-width: 231px;
		width: 100%;
		height: 41px
	}
}

.entrance {
	max-width: 330px;
	background-color: #00359e
}

@media only screen and (max-width: 767px) {
	.entrance {
		max-width:160px
	}
}

.timepicker {
	display: none
}

.datepocker-bootstrap {
	padding-left: 58px;
	margin-top: 0px;
	max-width: 226px;
	width: 100%;
	box-sizing: content-box
}

@media screen and (max-width: 1370px) {
	.datepocker-bootstrap {
		padding-left:35px
	}
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
	color: #979797;
	font-family: "Century Gothic",Arial sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background-color: none;
	background: none;
	opacity: .8
}

.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover {
	background-color: none;
	background: none;
	opacity: .8
}

.bootstrap-datetimepicker-widget table td.today:before {
	display: none
}

.bootstrap-datetimepicker-widget table td.day,.bootstrap-datetimepicker-widget table td.hour,.bootstrap-datetimepicker-widget table td.minute,.bootstrap-datetimepicker-widget table td.second {
	font-family: "Century Gothic",Arial sans-serif;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #f1f1f1
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
	font-family: "Century Gothic",Arial sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: nono
}

.table-condensed>tfoot>tr>td {
	background-color: #ffffff
}

.glyphicon-chevron-right:before {
	content: url("../img/icons/play.png");
	width: 12px;
	height: 16px
}

.glyphicon-chevron-left:before {
	content: url("../img/icons/play.png");
	width: 12px;
	height: 16px
}

.glyphicon-chevron-right {
	top: 0px;
	margin-left: -35px
}

.glyphicon-chevron-left {
	top: 1px;
	margin-right: -35px;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.form-group {
	margin-bottom: 56px
}

.bootstrap-datetimepicker-widget table td span:hover {
	background: none;
	opacity: .8
}

.datepicker {
	width: 200px
}

th.dow {
	padding-top: 10px;
	text-transform: lowercase
}

th.dow:first-child {
	color: #c00000
}

th.dow:last-child {
	color: #c00000
}

.picker-switch {
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 10px;
	padding-bottom: 10px
}

thead tr:nth-child(2) {
	border-bottom: 2px solid #979797
}

.datepicker {
	max-width: 226px;
	width: 100%
}

.bootstrap-datetimepicker-widget table td {
	height: 20px;
	line-height: 20px;
	width: 100%;
	max-width: 20px
}

.bootstrap-datetimepicker-widget table th {
	height: 20px;
	line-height: 20px
}

.bootstrap-datetimepicker-widget table td.day,.bootstrap-datetimepicker-widget table td.hour,.bootstrap-datetimepicker-widget table td.minute,.bootstrap-datetimepicker-widget table td.second {
	height: 20px;
	line-height: 20px;
	width: 100%;
	max-width: 20px;
	border-radius: 4px;
	background-color: #fff
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #c00000;
	color: #fff
}

@media screen and (max-width: 1725px) {
	.bootstrap-datetimepicker-widget table td.day,.bootstrap-datetimepicker-widget table td.hour,.bootstrap-datetimepicker-widget table td.minute,.bootstrap-datetimepicker-widget table td.second {
		height:10px;
		line-height: 10px;
		width: 10px;
		max-width: 10px
	}

	.bootstrap-datetimepicker-widget table td {
		height: 10px;
		line-height: 10px;
		width: 10px;
		max-width: 10px
	}

	.bootstrap-datetimepicker-widget table th {
		height: 10px;
		line-height: 10px;
		width: 10px;
		max-width: 10px
	}

	.bootstrap-datetimepicker-widget table td.day,.bootstrap-datetimepicker-widget table td.hour,.bootstrap-datetimepicker-widget table td.minute,.bootstrap-datetimepicker-widget table td.second {
		font-size: 14px
	}

	.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
		font-size: 14px
	}
}

@media screen and (max-width: 1500px) {
	.bootstrap-datetimepicker-widget table td.day,.bootstrap-datetimepicker-widget table td.hour,.bootstrap-datetimepicker-widget table td.minute,.bootstrap-datetimepicker-widget table td.second {
		height:7px;
		line-height: 19px;
		width: 3px;
		max-width: 3px
	}

	.bootstrap-datetimepicker-widget table td {
		height: 7px;
		line-height: 7px;
		width: 3px;
		max-width: 3px
	}

	.bootstrap-datetimepicker-widget table th {
		height: 7px;
		line-height: 7px;
		width: 3px;
		max-width: 3px
	}

	.datepicker {
		max-width: 200px;
		width: 100%
	}

	.bootstrap-datetimepicker-widget table td.day,.bootstrap-datetimepicker-widget table td.hour,.bootstrap-datetimepicker-widget table td.minute,.bootstrap-datetimepicker-widget table td.second {
		font-size: 13px
	}
}

@media only screen and (max-width: 767px) {
	.bootstrap-datetimepicker-widget table td.day,.bootstrap-datetimepicker-widget table td.hour,.bootstrap-datetimepicker-widget table td.minute,.bootstrap-datetimepicker-widget table td.second {
		height:20px;
		line-height: 20px;
		width: 20px;
		max-width: 20px
	}

	.bootstrap-datetimepicker-widget table td {
		height: 20px;
		line-height: 20px;
		width: 20px;
		max-width: 20px
	}

	.bootstrap-datetimepicker-widget table th {
		height: 20px;
		line-height: 20px;
		width: 20px;
		max-width: 20px
	}

	.datepicker {
		max-width: 219px;
		width: 100%;
		box-sizing: content-box
	}

	.bootstrap-datetimepicker-widget table td.day,.bootstrap-datetimepicker-widget table td.hour,.bootstrap-datetimepicker-widget table td.minute,.bootstrap-datetimepicker-widget table td.second {
		font-size: 13px
	}

	.glyphicon-chevron-left {
		top: 1px
	}
}

.modal-content {
	position: relative;
	border: none;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	width: 640px;
	background-color: #fafafa;
	padding-right: 51px;
	padding-left: 51px;
	padding-top: 59px;
	padding-bottom: 54px
}

@media only screen and (max-width: 767px) {
	.modal-content {
		width:400px;
		margin: 0 auto;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 27px;
		padding-bottom: 30px
	}
}

@media screen and (max-width: 768px) {
	.modal-content {
		width:315px
	}
}

@media screen and (max-width: 320px) {
	.modal-content {
		width:300px
	}
}

.modal-header {
	padding: 0px 0 43px 0;
	border-bottom: none
}

@media only screen and (max-width: 767px) {
	.modal-header {
		padding:0px 0 20px 0
	}
}

.modal-header .modal-title {
	text-align: center;
	color: #000;
	font-family: "FGD";
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1.85px
}

@media only screen and (max-width: 767px) {
	.modal-header .modal-title {
		letter-spacing:1.92px;
		font-size: 20px
	}
}

.modal-body {
	padding: 0
}

.modal-footer {
	padding: 0;
	border-top: 0
}

.modal-open .modal {
	z-index: 999999999999;
	padding-right: 0 !important
}

.modal .form-group {
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	.modal .form-group {
		margin-bottom:15px
	}
}

.forgot-password {
	color: #000;
	font-family: "FGD";
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-decoration: underline;
	display: block;
	margin: 0 auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-bottom: 40px
}

.forgot-password:hover {
	color: #000;
	opacity: .8
}

.forgot-password:focus {
	color: #000;
	opacity: .8
}

@media only screen and (max-width: 767px) {
	.forgot-password {
		font-size:14px;
		margin-bottom: 26px
	}
}

.glyphicon-calendar:before {
	content: ""
}

.over-input-p-form {
	color: #000;
	font-family: "FGD";
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 16px
}

@media only screen and (max-width: 767px) {
	.over-input-p-form {
		font-size:14px;
		margin-bottom: 5px
	}
}

.quote-pass-p {
	color: #000;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.45px;
	max-width: 446px;
	margin: 0 auto;
	margin-bottom: 27px;
	text-align: center
}

@media only screen and (max-width: 767px) {
	.quote-pass-p {
		font-size:14px;
		line-height: 16px;
		letter-spacing: 0.73px
	}
}

.password-block {
	position: relative
}

.password-block .show-pass,.password-block .show-pass2 {
	cursor: pointer;
	position: absolute;
	height: 60px;
	width: 34px;
	top: 0;
	right: 28px;
	background-image: url(../img/icons/eye.png);
	background-size: 34px 19px;
	background-repeat: no-repeat;
	background-position: 97% center
}

@media only screen and (max-width: 767px) {
	.password-block .show-pass,.password-block .show-pass2 {
		height:35px;
		background-size: 28px 15px;
		right: 23px
	}
}

.under-capcha {
	display: block;
	color: #000;
	font-family: "FGD";
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 45px;
	white-space: nowrap
}

.capcha-img {
	max-width: 198px;
	width: 100%;
	height: 100px;
	object-fit: cover
}

.capcha-block {
	padding-right: 0
}

.container-fluid {
	position: relative;
	padding: 0
}

.main-wrap {
	min-height: 100%;
	margin: 0;
	display: -ms-flexbox;
	display: flex
}

.menu-block {
	box-shadow: 2px 0 43px rgba(0,0,0,0.15);
	background-color: #f1f1f1;
	min-height: 100%;
	display: block;
	padding: 0;
	min-height: 100%;
	position: relative;
	z-index: 99
}

@media only screen and (max-width: 767px) {
	.menu-block {
		padding-top:1px;
		margin-top: 10px;
		box-shadow: none;
		display: none
	}
}

.main-menu {
	margin-top: 58px;
	position: fixed;
	width: inherit
	z-index: 0;
    background-color: #f1f1f1;
}

@media screen and (max-width: 1370px) {
	.main-menu {
		margin-top:58px
	}
}

@media only screen and (max-width: 767px) {
	.main-menu {
		margin-top:0;
		position: static;
		height: auto;
		padding-bottom: 71px
	}
}

.main-menu__link {
	color: #333333;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	border-bottom: 2px solid rgba(51,51,51,0.7);
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 15px;
	margin-top: 19px;
	outline: none
}

.main-menu__link:focus {
	opacity: .8;
	color: #333333;
	outline: none
}

.main-menu__link:hover {
	opacity: .8;
	color: #333333
}

@media screen and (max-width: 1370px) {
	.main-menu__link {
		padding-left:20px
	}
}

@media only screen and (max-width: 767px) {
	.main-menu__link {
		padding-left:32px;
		border-bottom: 2px solid rgba(151,151,151,0.2);
		font-size: 18px
	}
}

.personal-area-a {
	display: block;
	position: relative
}

.personal-area-a:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	top: 0;
	left: 11px;
	background-image: url(../img/icons/profile.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%
}

@media screen and (max-width: 1370px) {
	.personal-area-a:before {
		width:14px;
		height: 14px;
		top: 3px;
		left: 3px
	}
}

@media only screen and (max-width: 767px) {
	.personal-area-a:before {
		width:22px;
		height: 22px;
		top: -4px;
		left: 6px
	}
}

.calendar-a {
	display: block;
	position: relative
}

.calendar-a:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	top: -2px;
	left: 11px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%
}

@media screen and (max-width: 1370px) {
	.calendar-a:before {
		width:14px;
		height: 14px;
		top: 3px;
		left: 3px
	}
}

@media only screen and (max-width: 767px) {
	.calendar-a:before {
		width:22px;
		height: 22px;
		top: -4px;
		left: 6px
	}
}

.q-a-a {
	display: block;
	position: relative
}

.q-a-a:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	top: -1px;
	left: 11px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%
}

@media screen and (max-width: 1370px) {
	.q-a-a:before {
		width:14px;
		height: 14px;
		top: 3px;
		left: 3px
	}
}

@media only screen and (max-width: 767px) {
	.q-a-a:before {
		width:22px;
		height: 22px;
		top: -4px;
		left: 6px
	}
}

.tests-a {
	display: block;
	position: relative
}

.tests-a:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	top: -1.5px;
	left: 11px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%
}

@media screen and (max-width: 1370px) {
	.tests-a:before {
		width:14px;
		height: 14px;
		top: 3px;
		left: 3px
	}
}

@media only screen and (max-width: 767px) {
	.tests-a:before {
		width:22px;
		height: 22px;
		top: -4px;
		left: 6px
	}
}

.sub-menu-a {
	display: block;
	position: relative
}

.sub-menu-a:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	top: -1.5px;
	left: 11px;
	background-image: url(../img/icons/pie-chart.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%
}

@media screen and (max-width: 1370px) {
	.sub-menu-a:before {
		width:14px;
		height: 14px;
		top: 3px;
		left: 3px
	}
}

@media only screen and (max-width: 767px) {
	.sub-menu-a:before {
		width:22px;
		height: 22px;
		top: -4px;
		left: 6px
	}
}

.video-training-a {
	display: block;
	position: relative
}

.video-training-a:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	top: -1px;
	left: 11px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%
}

@media screen and (max-width: 1370px) {
	.video-training-a:before {
		width:14px;
		height: 14px;
		top: 3px;
		left: 3px
	}
}

@media only screen and (max-width: 767px) {
	.video-training-a:before {
		width:22px;
		height: 22px;
		top: -4px;
		left: 6px
	}
}

.main-link {
	width: 150px;
	color: #fff;
	font-family: "FGD";
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
	display: block;
	padding-left: 45px;
	padding-top: 50px;
	display: none
}

.main-link:hover {
	color: #fff
}

header {
	padding: 76px 0 59px 0
}

@media screen and (max-width: 1366px) {
	header {
		padding:59px 0 46px 0
	}
}

header a {
	font-family: "FGD";
	font-size: 22px;
	margin: 0 30px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	white-space: nowrap
}

.left-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	padding-right: 50px
}

@media only screen and (max-width: 767px) {
	.left-link {
		padding-right:35px
	}
}

@media screen and (max-width: 375px) {
	.left-link {
		padding-right:0px
	}
}

.left-link a {
	color: #c00000
}

@media only screen and (max-width: 992px) {
	.left-link a {
		line-height:1
	}
}

@media only screen and (max-width: 767px) {
	.left-link a {
		margin-left:0;
		padding-left: 15px;
		margin-right: 40px;
		margin-top: -49px;
		font-size: 16px
	}
}

@media screen and (max-width: 375px) {
	.left-link a {
		font-size:14px;
		margin-right: 25px
	}
}

.navbar-default .navbar-nav>li>a {
	color: #000
}

@media only screen and (max-width: 992px) {
	.navbar-default .navbar-nav>li>a {
		line-height:1;
		margin-top: 0px;
		margin-bottom: 12px
	}
}

@media only screen and (max-width: 767px) {
	.navbar-default .navbar-nav>li>a {
		padding:0 30px;
		margin-top: 12px
	}
}

.navbar-nav>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px;
	margin-right: 35px;
	position: relative;
	z-index: 2
}

@media screen and (max-width: 1490px) {
	.navbar-nav>li>a {
		margin-right:20px
	}
}

@media screen and (max-width: 1500px) {
	.navbar-nav>li>a {
		display:block;
		margin-bottom: 10px
	}
}

.navbar-nav {
	margin-left: 30px
}

@media screen and (max-width: 1490px) {
	.navbar-nav {
		margin-left:0
	}
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	min-height: auto;
	margin-bottom: 0;
	margin-left: auto
}

@media only screen and (max-width: 767px) {
	.navbar-default {
		margin-left:0;
		width: 100%
	}
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #000
}

.main-banner {
	padding: 25px 0;
	background-image: url(../img/content/new-banner/picture1.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 1368px) {
	.main-banner {
		background-image:url(../img/content/new-banner/1366-bg.png)
	}
}

@media only screen and (max-width: 1200px) {
	.main-banner {
		padding:25px 25px
	}
}

@media screen and (max-width: 769px) {
	.main-banner {
		background-image:url(../img/content/new-banner/767-bg.png)
	}
}

@media only screen and (max-width: 767px) {
	.main-banner {
		display:-ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 50px 25px
	}
}

@media screen and (max-width: 480px) {
	.main-banner {
		background-image:url(../img/content/new-banner/320-bg.png);
		background-size: cover;
		background-position: 50%
	}
}

.main-banner .main-banner-picture img {
	width: 100%;
	height: auto;
	max-width: 806px;
	max-height: 612px
}

@media only screen and (max-width: 767px) {
	.main-banner .main-banner-picture img {
		max-width:450px;
		margin: 0 auto;
		display: block
	}
}

@media only screen and (max-width: 320px) {
	.main-banner .main-banner-picture img {
		max-width:229px
	}
}

.main-banner .main-banner-picture:last-child {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.main-banner .main-banner-picture {
	display: -ms-flexbox;
	display: flex
}

.main-banner .main-banner-picture__h1 {
	color: #fff;
	font-family: "FGD";
	font-size: 140px;
	font-weight: 400;
	line-height: 130px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	text-align: right;
	margin-bottom: 132px;
	margin-top: 54px;
	position: relative;
	z-index: 1;
	padding-right: 30px
}

@media screen and (max-width: 1500px) {
	.main-banner .main-banner-picture__h1 {
		font-size:100px;
		line-height: 90px;
		margin-bottom: 40px
	}
}

@media only screen and (max-width: 1400px) {
	.main-banner .main-banner-picture__h1 {
		font-size:75px;
		line-height: 70px
	}
}

@media only screen and (max-width: 767px) {
	.main-banner .main-banner-picture__h1 {
		line-height:55px;
		font-size: 60px;
		margin-bottom: 66px;
		margin-top: 0px;
		max-width: 450px
	}
}

@media screen and (max-width: 375px) {
	.main-banner .main-banner-picture__h1 {
		padding-right:0;
		margin-bottom: 29px;
		margin-top: 144px
	}
}

.main-banner .main-banner-picture__p {
	color: #fff;
	font-family: "Century Gothic";
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	z-index: 9999;
	margin-bottom: 0;
	max-width: 670px;
	padding-left: 55px;
	margin-top: 442px;
	margin-bottom: 70px
}

@media only screen and (max-width: 1400px) {
	.main-banner .main-banner-picture__p {
		font-size:24px;
		line-height: 30px
	}
}

@media screen and (max-width: 1366px) {
	.main-banner .main-banner-picture__p {
		margin-top:228px;
		margin-bottom: 113px
	}
}

@media screen and (max-width: 1024px) {
	.main-banner .main-banner-picture__p {
		padding-left:0px;
		margin-top: 0;
		padding-bottom: 326px
	}
}

@media only screen and (max-width: 767px) {
	.main-banner .main-banner-picture__p {
		font-size:15px;
		line-height: 18px;
		padding-bottom: 0px;
		margin-bottom: 0;
		max-width: 278px
	}
}

@media screen and (max-width: 375px) {
	.main-banner .main-banner-picture__p {
		text-align:right
	}
}

.about-program-block {
	background-color: #fafafa;
	margin-top: 161px;
	position: relative;
	z-index: 2
}

@media only screen and (max-width: 1400px) {
	.about-program-block {
		margin-top:50px
	}
}

@media only screen and (max-width: 767px) {
	.about-program-block {
		margin-top:60px
	}
}

@media only screen and (max-width: 576px) {
	.about-program-block {
		margin-top:0
	}
}

.about-program-block__img {
	padding: 0
}

.about-program-block__img img {
	width: 100%;
	object-fit: cover;
	max-height: 550px
}

@media screen and (max-width: 1366px) {
	.about-program-block__img img {
		min-height:454px
	}
}

@media only screen and (max-width: 320px) {
	.about-program-block__img img {
		max-height:219px
	}
}

.about-program-block__content {
	position: relative;
	padding-left: 60px
}

@media only screen and (max-width: 1200px) {
	.about-program-block__content {
		padding-left:40px;
		padding-right: 40px
	}
}

@media screen and (max-width: 375px) {
	.about-program-block__content {
		padding-left:25px;
		padding-right: 25px
	}
}

.about-program-block-content__h2 {
	position: absolute;
	top: 20px;
	left: -86px;
	background-image: url(../img/content/triangle.png);
	background-size: 100%;
	background-repeat: no-repeat
}

@media only screen and (max-width: 1400px) {
	.about-program-block-content__h2 {
		padding-top:15px;
		padding-bottom: 15px;
		background-position-y: 14%
	}
}

@media only screen and (max-width: 1200px) {
	.about-program-block-content__h2 {
		top:-104px;
		left: 20px
	}
}

@media only screen and (max-width: 767px) {
	.about-program-block-content__h2 {
		top:-89px;
		left: 32px;
		background-position-y: 67%
	}
}

.about-program-block-content__h2__h2 {
	color: #ffffff;
	font-family: "FGD";
	font-size: 56px;
	font-weight: 400;
	line-height: 110px;
	text-transform: uppercase;
	padding-left: 52px;
	padding-right: 83px;
	margin-bottom: 0px;
	margin-top: 0;
	white-space: nowrap
}

@media only screen and (max-width: 1400px) {
	.about-program-block-content__h2__h2 {
		font-size:32px;
		line-height: 41px
	}
}

@media only screen and (max-width: 767px) {
	.about-program-block-content__h2__h2 {
		font-size:24px;
		font-weight: 400;
		line-height: 43px;
		text-transform: uppercase;
		padding-left: 22px;
		padding-right: 36px
	}
}

.content-p {
	margin-top: 155px;
	max-width: 507px
}

@media screen and (max-width: 1366px) {
	.content-p {
		margin-top:113px
	}
}

@media only screen and (max-width: 1200px) {
	.content-p {
		margin-top:52px;
		max-width: none;
		padding-bottom: 20px
	}
}

.content-p__p {
	color: #000;
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.4px
}

@media only screen and (max-width: 1400px) {
	.content-p__p {
		font-size:14px;
		font-weight: 400;
		line-height: 20px
	}
}

@media only screen and (max-width: 576px) {
	.content-p__p {
		letter-spacing:0.35px
	}
}

.content {
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 576px) {
	.content {
		padding-right:0
	}
}

@media only screen and (max-width: 767px) {
	.content {
		padding:0;
		margin-left: 0
	}
}

.content:before {
	content: url("../img/content/decor__.png");
	position: absolute;
	max-width: 1426px;
	height: 100%;
	left: auto;
	right: 0;
	top: 0;
	z-index: 0;
	pointer-events: none;
	display: block
}

@media screen and (max-width: 1600px) {
	.content:before {
		right:-11%
	}
}

@media screen and (max-width: 1490px) {
	.content:before {
		right:-17%
	}
}

@media screen and (max-width: 1440px) {
	.content:before {
		right:-19.5%
	}
}

@media screen and (max-width: 1367px) {
	.content:before {
		right:-21%
	}
}

@media screen and (max-width: 1366px) {
	.content:before {
		content:url("../img/content/1366-decor.png");
		right: 1.1%
	}
}

@media screen and (max-width: 1280px) {
	.content:before {
		right:2%
	}
}

@media screen and (max-width: 1170px) {
	.content:before {
		display:none
	}
}

@media only screen and (max-width: 767px) {
	.content:before {
		content:url("../img/content/767-decor.png");
		right: 0.5%
	}
}

@media screen and (max-width: 375px) {
	.content:before {
		content:url("../img/content/320-decor.png");
		right: 0
	}
}

.presentation-img {
	padding: 0
}

.presentation-img img {
	max-height: 520px;
	width: 100%;
	opacity: 0.8;
	object-fit: cover
}

@media only screen and (max-width: 320px) {
	.presentation-img img {
		min-height:240px
	}
}

.presentation-content {
	padding: 0;
	padding-top: 60px;
	padding-left: 60px
}

@media only screen and (max-width: 1200px) {
	.presentation-content {
		padding-left:53px;
		padding-right: 40px
	}
}

@media only screen and (max-width: 320px) {
	.presentation-content {
		padding-top:0px
	}
}

.presentation-content__h2 {
	color: #080808;
	font-family: "FGD";
	font-size: 56px;
	font-weight: 400;
	line-height: 44px;
	text-transform: uppercase;
	letter-spacing: 0.32px;
	text-align: right;
	margin: 0 auto;
	margin-bottom: 18px;
	margin-top: -26px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	white-space: nowrap;
	margin-right: 95px;
}

@media only screen and (max-width: 1400px) {
	.presentation-content__h2 {
		font-size:36px
	}
}

@media only screen and (max-width: 992px) {
	.presentation-content__h2 {
		font-size:36px;
		margin-bottom: 30px
	}
}

@media only screen and (max-width: 576px) {
	.presentation-content__h2 {
		font-size:26px
	}
}

.presentation-content__h2:after {
	content: "Я";
	position: absolute;
	bottom: -22px;
	right: -72px;
	width: 108px;
	height: 191px;
	font-size: 84px;
	font-weight: 400;
	line-height: 65.68px;
	text-transform: uppercase;
	letter-spacing: 0.32px;
	background-image: url("../img/content/last-letter.png");
	background-repeat: no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 7px;
	margin-bottom: 15px;
	padding-left: 4px;
	color: #fff;
	z-index: 1
}

@media screen and (max-width: 1500px) {
	.presentation-content__h2:after {
		bottom:-24px;
		right: -41px;
		width: 76px;
		height: 150px;
		font-size: 65px
	}
}

@media screen and (max-width: 1400px) {
	.presentation-content__h2:after {
		bottom:-22px;
		right: -53px
	}
}

@media only screen and (max-width: 992px) {
	.presentation-content__h2:after {
		right:-60px;
		width: 83px;
		height: 165px;
		font-size: 61px
	}
}

@media only screen and (max-width: 576px) {
	.presentation-content__h2:after {
		font-size:38px;
		width: 49px;
		height: 87px;
		background-size: cover;
		line-height: 29px;
		bottom: -9px;
		right: -33px
	}
}

.presentation-content__p {
	color: #333333;
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 28px;
	line-height: 17px;
	letter-spacing: 0.4px;
	margin-bottom: 26px;
	max-width: 500px;
}

@media only screen and (max-width: 1400px) {
	.presentation-content__p {
		font-size:14px;
		line-height: 20px
	}
}

@media only screen and (max-width: 1200px) {
	.presentation-content__p {
		max-width:none;
		text-align: left
	}
}

@media only screen and (max-width: 576px) {
	.presentation-content__p {
		font-size:14px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0.35px
	}
}

@media only screen and (max-width: 320px) {
	.presentation-content__p {
		margin-bottom:24px
	}
}

.presentation-content__a {
	color: #000;
	font-family: "FGD";
	font-size: 30px;
	font-weight: 400;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	margin: 0 28px 0 20px;
}

@media only screen and (max-width: 1400px) {
	.presentation-content__a {
		font-size:24px
	}
}

@media only screen and (max-width: 576px) {
	.presentation-content__a {
		font-size:20px
	}
}

.content-page {
	background-color: #fcfcfc;
	margin-top: 163px;
	margin-bottom: 170px
}
.our-tasks-items {
	padding: 0 10px;
}

@media only screen and (max-width: 1400px) {
	.content-page {
		margin-top:100px;
		margin-bottom: 50px
	}
}

@media only screen and (max-width: 1200px) {
	.content-page {
		margin-top:52px;
		margin-bottom: 110px
	}
}

@media only screen and (max-width: 320px) {
	.content-page {
		margin-top:39px
	}
}

@media screen and (max-width: 1600px) {
	.presentation {
		margin-bottom:0;
	}
}

@media only screen and (max-width: 1200px) {
	.presentation {
		margin-bottom:40px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.presentation .presentation-content {
	padding-right: 243px
}

@media screen and (max-width: 1650px) {
	.presentation .presentation-content {
		padding-right:40px;
		padding-left: 40px
	}
}

@media screen and (max-width: 1600px) {
	.communication {
		margin-bottom:0;
	}
}

@media only screen and (max-width: 1200px) {
	.communication {
		margin-bottom:40px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.communication .presentation-content {
	padding: 0 150px;
	padding-top: 60px;
	text-align: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: end;
	align-items: flex-end
}

@media screen and (max-width: 1650px) {
	.communication .presentation-content {
		padding-right:40px;
		padding-left: 40px
	}
}

@media only screen and (max-width: 1200px) {
	.communication .presentation-content {
		-ms-flex-align:start;
		align-items: flex-start;
		padding-top: 60px
	}
}

@media only screen and (max-width: 320px) {
	.communication .presentation-content {
		padding-top:0px
	}
}

.communication .presentation-content__h2 {
	margin-right: 50px;
	margin-top: -36px;
}

@media screen and (max-width: 1600px) {
	.socialization {
		margin-bottom:50px
	}
}

@media only screen and (max-width: 1200px) {
	.socialization {
		margin-bottom:40px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.socialization .presentation-content {
	padding-right: 243px
}

@media screen and (max-width: 1650px) {
	.socialization .presentation-content {
		padding-right:40px;
		padding-left: 40px
	}
}

.socialization .presentation-content__h2:after {
	content: "А";
	position: absolute;
	bottom: -22px;
	right: -74px;
	width: 108px;
	height: 150px;
	font-size: 84px;
	font-weight: 400;
	line-height: 65.68px;
	text-transform: uppercase;
	letter-spacing: 0.32px;
	background-image: url("../img/content/last-letter.png");
	background-repeat: no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 15px;
	margin-bottom: 6px;
	padding-left: 4px;
	color: #fff;
	z-index: 1
}

@media screen and (max-width: 1500px) {
	.socialization .presentation-content__h2:after {
		bottom:-28px;
		right: -42px;
		width: 76px;
		height: 150px;
		font-size: 65px
	}
}

@media screen and (max-width: 1400px) {
	.socialization .presentation-content__h2:after {
		bottom:-22px;
		right: -54px
	}
}

@media only screen and (max-width: 992px) {
	.socialization .presentation-content__h2:after {
		right:-63px;
		width: 83px;
		height: 165px;
		font-size: 61px
	}
}

@media only screen and (max-width: 576px) {
	.socialization .presentation-content__h2:after {
		font-size:38px;
		width: 49px;
		height: 87px;
		background-size: cover;
		line-height: 29px;
		bottom: -9px;
		right: -33px
	}
}

@media screen and (max-width: 1600px) {
	.self-perception {
		margin-bottom:50px
	}
}

@media only screen and (max-width: 1200px) {
	.self-perception {
		display:-ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.self-perception .presentation-content {
	padding: 0 150px;
	padding-top: 60px;
	text-align: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: end;
	align-items: flex-end
}

@media screen and (max-width: 1650px) {
	.self-perception .presentation-content {
		padding-right:40px;
		padding-left: 40px
	}
}

@media only screen and (max-width: 1200px) {
	.self-perception .presentation-content {
		text-align:left;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 60px
	}
}

@media only screen and (max-width: 320px) {
	.self-perception .presentation-content {
		padding-top:0px
	}
}

.self-perception .presentation-content__h2 {
	margin-right: 20px
}

.self-perception .presentation-content__h2:after {
	content: "Е";
	position: absolute;
	bottom: -22px;
	right: -76px;
	width: 108px;
	height: 191px;
	font-size: 84px;
	font-weight: 400;
	line-height: 65.68px;
	text-transform: uppercase;
	letter-spacing: 0.32px;
	background-image: url("../img/content/last-letter.png");
	background-repeat: no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 21px;
	padding-left: 4px;
	color: #fff;
	z-index: 1
}

@media screen and (max-width: 1500px) {
	.self-perception .presentation-content__h2:after {
		bottom:-24px;
		right: -51px;
		width: 76px;
		height: 164px;
		font-size: 65px
	}
}

@media only screen and (max-width: 992px) {
	.self-perception .presentation-content__h2:after {
		right:-63px;
		width: 83px;
		height: 165px;
		font-size: 61px
	}
}

@media only screen and (max-width: 576px) {
	.self-perception .presentation-content__h2:after {
		font-size:38px;
		width: 49px;
		height: 87px;
		background-size: cover;
		line-height: 29px;
		bottom: -9px;
		right: -35px
	}
}

.footer {
	background-color: #a6a6a6;
	padding-top: 25px;
	padding-bottom: 23px
}

@media only screen and (max-width: 320px) {
	.footer {
		padding-top:27px
	}
}

.footer-in-nav {
	background-color: #a6a6a6;
	padding-top: 15px;
	padding-bottom: 13px
}

@media only screen and (max-width: 320px) {
	.footer-in-nav {
		padding-top:27px
	}
}

.left-links {
	line-height: 69px
}

@media only screen and (max-width: 1200px) {
	.left-links {
		line-height:1.5
	}
}

.left-links__a {
	color: #000;
	font-family: "FGD";
	font-size: 19px;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
	white-space: nowrap
}

@media only screen and (max-width: 767px) {
	.left-links__a {
		display:block
	}
}

@media only screen and (max-width: 576px) {
	.left-links__a {
		font-size:18px
	}
}

@media only screen and (max-width: 320px) {
	.left-links__a {
		margin-bottom:10px
	}
}

.hot-line {
	text-align: right
}

.hot-line__a {
	color: #fff;
	font-family: "FGD";
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.hot-line__a {
		display:block
	}
}

@media only screen and (max-width: 576px) {
	.hot-line__a {
		font-size:18px
	}
}

@media only screen and (max-width: 320px) {
	.hot-line__a {
		margin-bottom:10px
	}
}

.hot-line__a:hover {
	opacity: .8;
	color: #000
}

.hot-line__a:focus {
	opacity: .8;
	color: #000;
	outline: none
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width: 767px) {
	.navbar-nav {
		display:block;
		background-color: #ffffff;
		margin-top: 0;
		margin-bottom: 0
	}
}

.navbar-nav>li:last-child a {
	padding-right: 0;
	margin-right: 0
}

main .menu-block .main-menu a:nth-child(2) {
	border-bottom: none
}

.streak {
	width: 30px;
	height: 6px;
	background-color: #c00000;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 320px) {
	.streak {
		width:35px;
		margin-top: 24px;
		margin-bottom: 17px
	}
}

.our-tasks__h2 {
	color: #000;
	font-family: "FGD";
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1.85px;
	text-align: center;
	margin-bottom: 107px;
	margin-top: 109px
}

@media only screen and (max-width: 1400px) {
	.our-tasks__h2 {
		margin-top:70px;
		margin-bottom: 70px;
		font-size: 30px
	}
}

@media screen and (max-width: 1366px) {
	.our-tasks__h2 {
		margin-top: 50px;
		padding: 30px 0;
		letter-spacing: 6px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.our-tasks__h2 {
		font-size:30px;
		margin-bottom: 60px;
		margin-top: 50px
	}
}

@media only screen and (max-width: 320px) {
	.our-tasks__h2 {
		letter-spacing:6.38px;
		margin-bottom: 49px
	}
}

.our-tasks-item {
	text-align: center;
	padding: 0;
}

@media only screen and (max-width: 1200px) {
	.our-tasks-item {
		margin-bottom:60px
	}
}

.our-tasks-item__p {
	max-width: 357px;
	width: 100%;
	margin: 0 auto;
	color: #000;
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.6px
}

@media only screen and (max-width: 1400px) {
	.our-tasks-item__p {
		font-size:13px;
		line-height: 21px
	}
}

@media only screen and (max-width: 1200px) {
	.our-tasks-item__p {
		font-size:18px;
		line-height: 28px
	}
}

@media only screen and (max-width: 320px) {
	.our-tasks-item__p {
		padding-left:10px;
		padding-right: 10px
	}
}

.our-tasks-item__img {
	width: 85px;
	height: 85px;
	margin: 0 auto;
	background-image: url("../img/icons/middle_sprites.png")
}

.our-tasks-item:first-child .our-tasks-item__img {
	background-position: -5px -137px
}

.our-tasks-item:nth-child(2) .our-tasks-item__img {
	background-position: -5px -427px
}

.our-tasks-item:nth-child(3) .our-tasks-item__img {
	background-position: -5px -667px
}

.our-tasks-item:nth-child(4) .our-tasks-item__img {
	background-position: -5px -586px
}

.mobile-menu {
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important
}

.navbar-toggle {
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 25px;
	box-shadow: none;
	background-color: none;
	border: none;
	border-radius: 0;
	margin: 0;
	opacity: 1;
	margin-left: 0px
}

@media screen and (max-width: 375px) {
	.navbar-toggle {
		padding-right:30px;
		padding-left: 20px
	}
}

.navbar-toggle.collapsed {
	float: left;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
	border: none;
	border-radius: 0;
	margin: 0;
	opacity: 1
}

@media screen and (max-width: 375px) {
	.navbar-toggle.collapsed {
		padding-right:30px;
		padding-left: 30px
	}
}

.navbar-header.colored {
	background-color: #f1f1f1;
	z-index: 9999;
	height: 110px;
	margin-top: -1px
}

.navbar-default .navbar-toggle .icon-bar {
	width: 30px;
	height: 6px;
	background-color: #979797;
	border-radius: 0;
	margin-top: 6px;
	transition: .3s ease-in-out
}

.navbar-default .navbar-toggle .icon-bar.clicked-span:first-child {
	display: none
}

.navbar-default .navbar-toggle .icon-bar.clicked-span:nth-child(2) {
	display: none
}

.navbar-default .navbar-toggle .icon-bar.clicked-span:nth-child(3) {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px
}

.navbar-default .navbar-toggle .icon-bar.clicked-span:nth-child(4) {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -6px
}

.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
	margin-top: 0
}

.navbar-default .navbar-toggle {
	transition: .4s ease;
	height: 80px
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	background-color: transparent
}

@media only screen and (max-width: 767px) {
	header {
		padding:0
	}
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color: transparent;
	padding: 0;
	margin: 0;
	width: 101%;
	margin-left: -1px;
	margin-top: -1px
}

@media only screen and (max-width: 767px) {
	.navbar-default .navbar-collapse,.navbar-default .navbar-form {
		padding:0
	}
}

.navbar-header {
	position: relative
}

@media only screen and (max-width: 767px) {
	.navbar-collapse {
		width:100%;
		position: absolute;
		z-index: 9999;
		overflow: hidden
	}
}

.overlay {
	display: none
}

.overlay.block {
	display: block;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	width: 104%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	overflow-x: hidden
}

@media screen and (max-width: 1367px) {
	.navbar-nav>li>a {
		margin-right:15px
	}
}

@media screen and (max-width: 1335px) {
	.navbar-nav>li>a {
		padding-right:0
	}
}

@media only screen and (max-width: 767px) {
	.sub-menu {
		display:none
	}
}

.sub-menu-ul {
	list-style: none;
	margin-bottom: 30px
}

.main-wrap .menu-block .main-menu .sub-menu-ul a {
	border-bottom: 2px solid transparent;
	padding-left: 5px
}

.main-wrap .menu-block .main-menu .sub-menu-a {
	color: #c00000
}

.main-wrap .menu-block .main-menu .sub-menu-ul {
	margin-top: 15px;
	padding-left: 55px
}

@media screen and (max-width: 1370px) {
	.main-wrap .menu-block .main-menu .sub-menu-ul {
		padding-left:27px
	}
}

.main-wrap .menu-block .main-menu .sub-menu-ul li a {
	padding-bottom: 0px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
	display: block
}

.main-wrap .menu-block.menu-block-nav-mobile {
	display: none
}

@media only screen and (max-width: 767px) {
	.main-wrap .menu-block.menu-block-nav-mobile {
		display:block;
		margin-top: 0
	}
}

.footer-in-nav {
	display: none
}

@media only screen and (max-width: 767px) {
	.footer-in-nav {
		display:block
	}
}

.main-slider.slick-slider .slick-list {
	overflow: visible
}

.main-slider.slick-slider {
	margin: 0 -15px
}

@media screen and (max-width: 1366px) and (min-width: 1365px) {
	.menu-block {
		width:21.5%
	}

	.main-menu {
		width: 20.5%
	}

	.main-menu__link {
		padding-left: 45px
	}

	.personal-area-a:before {
		width: 22px;
		height: 22px;
		top: 0;
		left: 11px
	}

	.sub-menu-a:before {
		width: 22px;
		height: 22px;
		top: 0;
		left: 11px
	}

	.main-wrap .menu-block .main-menu .sub-menu-ul a {
		padding-left: 34px
	}

	.datepocker-bootstrap {
		padding-left: 58px
	}

	.datepicker {
		max-width: 200px;
		width: 100%
	}

	.main-banner:before {
		right: 11%;
		top: -173px
	}

	.main-banner .main-banner-picture__p {
		padding-left: 15px;
		max-width: 440px
	}

	.main-banner .main-banner-picture__h1 {
		padding-right: 15px
	}

	.main-menu {
		margin-top: 41px
	}
}

.content--hid-line:before {
	display: none
}

@media only screen and (max-width: 576px) {
	.video-training {
		padding-bottom:60px
	}
}

@media only screen and (min-width: 576px) {
	.video-training {
		padding-left:0;
		padding-right: 0
	}
}

@media only screen and (min-width: 768px) {
	.video-training {
		padding-left:15px;
		padding-right: 15px
	}
}

@media only screen and (min-width: 992px) {
	.video-training {
		padding-left:30px;
		padding-right: 30px;
		padding-bottom: 120px
	}
}

@media only screen and (min-width: 1200px) {
	.video-training {
		padding-left:127px;
		padding-right: 100px;
		padding-bottom: 65px
	}
}

.video-training__items {
	max-height: 1263px;
	overflow: hidden;
	transition: all 0.7s ease
}

@media only screen and (max-width: 767px) {
	.video-training__items {
		max-height:1683px
	}
}

@media only screen and (max-width: 576px) {
	.video-training__items {
		max-height:1468px
	}
}

.video-training__h {
	color: #000;
	font-family: "FGD";
	font-size: 60px;
	font-weight: 400;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 35px
}

@media only screen and (max-width: 1400px) {
	.video-training__h {
		margin-top:0;
		font-size: 37px;
		letter-spacing: 7px;
		line-height: 96px
	}
}

@media only screen and (max-width: 576px) {
	.video-training__h {
		font-size:23px;
		letter-spacing: 5.5px;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 23px;
		margin-bottom: 10px
	}
}

.video-training__card {
	position: relative;
	transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
	padding: 0;
	border: 0;
	margin-bottom: 60px
}

@media only screen and (max-width: 1400px) {
	.video-training__card {
		margin-bottom:25px
	}
}

@media only screen and (max-width: 576px) {
	.video-training__card {
		padding:0 20px;
		margin-bottom: 30px
	}
}

.video-training__card:hover .video-training__image:after {
	background-color: rgba(0,0,0,0.3)
}

.video-training__card:hover .video-training__image:before {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.video-training__card:active .video-training__image:before {
	-ms-transform: scale(1);
	transform: scale(1)
}

.video-training__image {
	width: 100%;
	height: 267px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

@media only screen and (max-width: 1400px) {
	.video-training__image {
		height:175px
	}
}

@media only screen and (max-width: 576px) {
	.video-training__image {
		height:174px
	}
}

.video-training__image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.video-training__image:after {
	content: '';
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1)
}

.video-training__image:before {
	content: '';
	background-image: url(../img/icons/play-circle.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1)
}

.video-training__btn {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: transparent;
	border: none;
	outline: none
}

.video-training__title {
	color: #000;
	font-family: "FGD";
	font-size: 30px;
	font-weight: 400;
	line-height: 1.125em;
	height: auto;
	margin-top: 15px;
	background-color: #f0f3f4;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 16px
}

@media only screen and (max-width: 1400px) {
	.video-training__title {
		margin-top:5px;
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 1px;
		font-size: 18px;
		line-height: 37px
	}
}

@media only screen and (max-width: 576px) {
	.video-training__title {
		font-size:17px
	}
}

.video-training__more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.video-training__more-btn {
	color: #000;
	font-family: "FGD";
	font-size: 30px;
	font-weight: 400;
	line-height: 76px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-transform: uppercase;
	background-color: transparent;
	border: 0;
	outline: none
}

@media only screen and (max-width: 1400px) {
	.video-training__more-btn {
		font-size:24px;
		line-height: 49px
	}
}

@media only screen and (max-width: 576px) {
	.video-training__more-btn {
		font-size:18px
	}
}

.video-training__more-btn:hover {
	color: #000;
	text-decoration: none;
	outline: none
}

.button-favorite {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 30px;
	height: 30px;
	padding: 0;
	background-color: transparent;
	border: none;
	content: '+';
	color: #fff;
	z-index: 99
}

.button-favorite:active,.button-favorite:focus {
	outline: none
}

.button-favorite_active>.button-favorite__icon {
	fill: #fff
}

.button-favorite__icon {
	fill: transparent;
	stroke: #fff;
	stroke-width: 6px;
	transition: .1s ease;
	width: 22px;
	height: 22px
}

.button-favorite__icon:hover {
	fill: #999;
	transition: .1s ease
}

.test-page__title {
	margin-top: 15px;
	margin-bottom: 35px;
	font-family: "FGD",Arial sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 127px;
	letter-spacing: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #000
}

@media only screen and (max-width: 1400px) {
	.test-page__title {
		margin-top:0;
		font-size: 36px;
		line-height: 42px
	}
}

@media only screen and (max-width: 1200px) {
	.test-page__title {
		font-size:28px;
		line-height: 70px
	}
}

@media only screen and (max-width: 576px) {
	.test-page__title {
		margin-top:30px;
		margin-bottom: 15px;
		font-size: 22px;
		letter-spacing: 5px
	}
}

.test-page__tests {
	margin-left: -5px;
	margin-right: 10px
}

@media only screen and (max-width: 992px) {
	.test-page__tests {
		margin-right:0
	}
}

.test-page__tests:last-child {
	margin-bottom: 159px
}

@media only screen and (max-width: 1400px) {
	.test-page__tests:last-child {
		margin-bottom:70px
	}
}

.test {
	position: relative;
	margin-bottom: 30px;
	padding-top: 40px;
	padding-right: 20%;
	padding-bottom: 90px;
	padding-left: 67px;
	min-height: 510px
}

@media only screen and (max-width: 1400px) {
	.test {
		margin-bottom:20px;
		padding-bottom: 35px;
		padding-right: 10%;
		padding-left: 33px;
		min-height: 320px
	}
}

@media only screen and (max-width: 1200px) {
	.test {
		padding-left:30px;
		min-height: 210px
	}
}

@media only screen and (max-width: 992px) {
	.test {
		padding-top:30px;
		padding-left: 50px
	}
}

@media only screen and (max-width: 576px) {
	.test {
		padding-left:40px;
		padding-right: 61px
	}
}

.test_red {
	background-color: #c74342
}

.test_blue {
	background-color: #00359e
}

.test_gray {
	background-color: #94a2b8
}

.test_left {
	padding-left: 0;
	padding-right: 15px
}

@media only screen and (max-width: 1400px) {
	.test_left {
		padding-right:10px
	}
}

@media only screen and (max-width: 992px) {
	.test_left {
		padding-right:0
	}
}

.test_right {
	padding-right: 0;
	padding-left: 15px
}

@media only screen and (max-width: 1400px) {
	.test_right {
		padding-left:10px
	}
}

@media only screen and (max-width: 992px) {
	.test_right {
		padding-left:0
	}
}

.test__title {
	position: relative;
	margin-bottom: 38px;
	margin-top: 0;
	font-family: "FGD",Arial sans-serif;
	font-weight: 700;
	font-size: 82px;
	line-height: 70.3px;
	text-transform: uppercase;
	letter-spacing: -0.06px;
	color: #fff;
	z-index: 2
}

@media only screen and (max-width: 1400px) {
	.test__title {
		margin-bottom:26px;
		font-size: 48px;
		line-height: 38px
	}
}

.test p {
	position: relative;
	font-family: "FGD",Arial sans-serif;
	font-weight: 400;
	font-size: 44px;
	line-height: 52px;
	text-transform: uppercase;
	letter-spacing: -0.11px;
	color: #fff;
	z-index: 2
}

@media only screen and (max-width: 1400px) {
	.test p {
		font-size: 28px;
    line-height: 38px;
	}
}

@media only screen and (max-width: 1200px) {
	.test p {
		font-size:20px;
		line-height: 32px;
		letter-spacing: 1px
	}
}

.test__img {
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 59%;
	height: 110%;
	background-image: url("../img/content/statue.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain
}

@media only screen and (max-width: 992px) {
	.test__img {
		bottom:0
	}
	
	.mobile
	{
	   display: block; 
	}
	.decstop
	{
	   display: none; 
	}
}

@media only screen and (max-width: 576px) {
	.test__img {
		width:80%
	}
}

.test__arrow {
	display: block;
	margin-top: 50px;
	width: 218px;
	height: 57px;
	background-image: url("../img/icons/arrow-down.png");
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: all .25s
}

@media only screen and (max-width: 1400px) {
	.test__arrow {
		width:118px;
		height: 37px
	}
}

@media only screen and (max-width: 1200px) {
	.test__arrow {
		margin-top:20px
	}
}

.test__arrow:hover {
	opacity: 0.7
}

.test__arrow:active {
	opacity: 1
}

.test_big {
	margin-bottom: 68px;
	padding-top: 25px;
	padding-right: 35%;
	padding-bottom: 125px
}

@media only screen and (max-width: 1400px) {
	.test_big {
		margin-bottom:40px;
		padding-top: 38px;
		padding-bottom: 50px
	}
}

@media only screen and (max-width: 992px) {
	.test_big {
		margin-bottom:30px
	}
}

@media only screen and (max-width: 576px) {
	.test_big {
		padding-right:60px;
		min-height: 379px
	}
}

.test_big .test__title {
	font-size: 90px
}

@media only screen and (max-width: 1400px) {
	.test_big .test__title {
		margin-bottom:23px;
		font-size: 54px
	}
}

@media only screen and (max-width: 1200px) {
	.test_big .test__title {
		font-size:60px
	}
}

.test_big .test__arrow {
	margin-top: 25px
}

.test_big p {
	font-size: 52px;
	line-height: 60px;
	letter-spacing: 1.5px
}

@media only screen and (max-width: 1400px) {
	.test_big p {
		font-size:28px;
		line-height: 38px
	}
}

@media only screen and (max-width: 1200px) {
	.test_big p {
		font-size:22px;
		line-height: 30px
	}
}

@media only screen and (max-width: 576px) {
	.test_big p {
		font-size:19px
	}
}

.test__photo {
	max-height: 510px;
	overflow: hidden
}

@media only screen and (max-width: 1400px) {
	.test__photo {
		max-height:320px
	}
}

.test__photo_right {
	padding-right: 0;
	padding-left: 15px
}

@media only screen and (max-width: 1400px) {
	.test__photo_right {
		padding-left:10px
	}
}

@media only screen and (max-width: 992px) {
	.test__photo_right {
		padding-left:0
	}
}

.test__photo_left {
	padding-left: 0;
	padding-right: 15px
}

@media only screen and (max-width: 1400px) {
	.test__photo_left {
		padding-right:10px
	}
}

@media only screen and (max-width: 992px) {
	.test__photo_left {
		padding-right:0
	}
}

.test__photo_img {
	width: 100%
}

@media only screen and (max-width: 992px) {
	main .menu-block-hid {
		display:none
	}
}

.test-content {
	padding-right: 0
}

@media only screen and (max-width: 992px) {
	.test-content {
		padding:0
	}
}

@media only screen and (max-width: 992px) {
	.flex {
		display:-ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media only screen and (max-width: 1200px) {
	.first {
		-ms-flex-order:-1;
		order: -1
	}
}

.article-page {
	padding-bottom: 139px
}

@media only screen and (max-width: 1400px) {
	.article-page {
		padding-bottom:75px
	}
}

@media only screen and (max-width: 576px) {
	.article-page {
		padding-bottom:57px
	}
}

.article-page__image-container {
	padding-left: 35px;
	padding-right: 35px
}

@media only screen and (max-width: 576px) {
	.article-page__image-container {
		padding-left:20px;
		padding-right: 20px
	}
}

.article-page__image {
	width: 100%;
	height: auto
}

.article-page__title {
	padding-left: 41px;
	padding-top: 11px;
	font-size: 60px;
	font-weight: 800;
	line-height: 151.74px;
	text-transform: uppercase;
	font-family: "FGD";
	letter-spacing: -1.15px;
	color: #000
}

@media only screen and (max-width: 1400px) {
	.article-page__title {
		font-size:38px;
		line-height: 85px
	}
}

@media only screen and (max-width: 576px) {
	.article-page__title {
		padding-top:0;
		padding-left: 20px;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: -0.6px
	}
}

.article-page__info {
	background-color: #f0f3f4
}

.article-page__text {
	max-width: 1110px;
	padding-top: 47px;
	padding-left: 45px;
	padding-bottom: 58px;
	font-family: "Century Gothic";
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.6px;
	color: #000
}

@media only screen and (max-width: 1400px) {
	.article-page__text {
		padding-top:40px;
		padding-bottom: 25px;
		padding-left: 30px;
		font-size: 16px;
		line-height: 22px
	}
}

@media only screen and (max-width: 576px) {
	.article-page__text {
		padding-top:20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 18px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.3px
	}
}

.article-page__paragraph {
	padding-bottom: 22px
}

@media only screen and (max-width: 1400px) {
	.article-page__paragraph {
		padding-bottom:14px
	}
}

@media only screen and (max-width: 576px) {
	.article-page__paragraph {
		padding-bottom:8px
	}
}

.article-page__links {
	padding-top: 53px;
	padding-left: 45px
}

@media only screen and (max-width: 1400px) {
	.article-page__links {
		padding-top:23px;
		padding-left: 30px
	}
}

@media only screen and (max-width: 576px) {
	.article-page__links {
		padding-top:22px;
		padding-left: 20px
	}
}

.article-page__links-icon {
	-ms-transform: translateY(7px);
	transform: translateY(7px);
	margin-left: 7px
}

@media only screen and (max-width: 576px) {
	.article-page__links-icon {
		width:30px;
		height: 30px;
		-ms-transform: translateY(8px);
		transform: translateY(8px);
		margin-left: 6px
	}
}

.article-page__links-item {
	outline: none
}

.article-page__button {
	margin-right: 122px;
	border: none;
	background-color: transparent;
	color: #000;
	font-family: "FGD";
	font-size: 30px;
	font-weight: 400;
	line-height: 75.14px;
	text-decoration: underline;
	text-transform: uppercase;
	transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
	outline: none
}

@media only screen and (max-width: 1400px) {
	.article-page__button {
		font-size:24px
	}
}

@media only screen and (max-width: 576px) {
	.article-page__button {
		font-size:18px;
		line-height: 30px;
		margin-right: 15px
	}
}

.article-page__button:hover {
	opacity: .8
}

.article-page__button:hover,.article-page__button:focus {
	outline: none
}

.article-page__button_favorite {
	padding: 0;
	opacity: .3
}

.article-page__button_favorite.active {
	opacity: 1
}

.self-present {
	position: relative;
	margin-bottom: 80px;
	background-color: #000
}

@media only screen and (max-width: 1400px) {
	.self-present {
		margin-bottom:40px
	}
}

@media only screen and (max-width: 576px) {
	.self-present {
		margin-bottom:0
	}
}

.self-present__padding {
	padding-top: 36%
}

@media only screen and (max-width: 1400px) {
	.self-present__padding {
		padding-top:29%
	}
}

@media only screen and (max-width: 1200px) {
	.self-present__padding {
		padding-top:52%
	}
}

@media only screen and (max-width: 576px) {
	.self-present__padding {
		padding-top:32%
	}
}

.self-present__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/content/self-present.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.self-present__title {
	position: absolute;
	bottom: 35px;
	left: 60px;
	font-family: "FGD",Arial sans-serif;
	font-weight: 400;
	font-size: 128px;
	line-height: 151px;
	text-transform: uppercase;
	color: #fff;
	z-index: 2
}

@media screen and (max-width: 1700px) {
	.self-present__title {
		font-size:90px;
		line-height: 100px;
		bottom: 15px
	}
}

@media only screen and (max-width: 1400px) {
	.self-present__title {
		left:20px;
		bottom: 5px;
		font-size: 60px;
		line-height: 72px
	}
}

@media only screen and (max-width: 992px) {
	.self-present__title {
		left:35px
	}
}

@media only screen and (max-width: 767px) {
	.self-present__title {
		font-size:42px
	}
}

@media only screen and (max-width: 576px) {
	.self-present__title {
		font-size:28px;
		line-height: 32px
	}
}

.section-page__about {
	position: relative;
	margin-bottom: 103px;
	padding-top: 55px;
	padding-bottom: 60px;
	padding-left: 45px;
	padding-right: 0;
	background-color: #f0f3f4
}

@media only screen and (max-width: 1400px) {
	.section-page__about {
		margin-bottom:30px;
		padding-top: 55px;
		padding-left: 10px;
		padding-bottom: 13px
	}
}

@media only screen and (max-width: 1200px) {
	.section-page__about {
		display:-ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media only screen and (max-width: 767px) {
	.section-page__about {
		margin-top:60px;
		padding-top: 80px;
		padding-left: 10px
	}
}

@media only screen and (max-width: 576px) {
	.section-page__about {
		padding-top:50px
	}
}

.section-page__about_text {
	padding-right: 50px;
	font-family: "Century Gothic",Arial sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000
}

@media only screen and (max-width: 992px) {
	.section-page__about_text {
		padding-left:30px
	}
}

@media only screen and (max-width: 576px) {
	.section-page__about_text {
		font-size:14px;
		line-height: 18px
	}
}

.section-page__about_text p {
	margin-bottom: 25px
}

.section-page__about_title {
	margin: 0;
	font-family: "FGD",Arial sans-serif;
	font-weight: 400;
	font-size: 44px;
	line-height: 48px;
	text-transform: uppercase;
	text-align: right;
	color: #fff
}

@media screen and (max-width: 1700px) {
	.section-page__about_title {
		font-size:40px;
		line-height: 46px
	}
}

@media only screen and (max-width: 1400px) {
	.section-page__about_title {
		font-size:30px;
		line-height: 38px
	}
}

@media only screen and (max-width: 576px) {
	.section-page__about_title {
		font-size:20px;
		line-height: 26px
	}
}

.section-page__about_title-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 50px;
	min-height: 140px;
	background-image: url("../img/icons/arrow-left.png");
	background-repeat: no-repeat;
	background-size: 90% 102%;
	background-position: top right
}

@media screen and (max-width: 1700px) {
	.section-page__about_title-wrapper {
		padding-right:20px
	}
}

@media only screen and (max-width: 1400px) {
	.section-page__about_title-wrapper {
		padding-right:30px;
		min-height: 100px
	}
}

@media only screen and (max-width: 1200px) {
	.section-page__about_title-wrapper {
		-ms-flex-order:-1;
		order: -1;
		margin-bottom: 30px;
		background-size: 60% 102%
	}
}

@media only screen and (max-width: 992px) {
	.section-page__about_title-wrapper {
		padding-right:50px
	}
}

@media only screen and (max-width: 767px) {
	.section-page__about_title-wrapper {
		position:absolute;
		top: -50px;
		right: 0;
		width: 100%
	}
}

@media only screen and (max-width: 576px) {
	.section-page__about_title-wrapper {
		top:-35px;
		min-height: 70px;
		background-size: 70% 100%
	}
}

.section-page__test {
	margin-top: 70px;
	margin-bottom: 70px
}

@media only screen and (max-width: 576px) {
	.section-page__test {
		margin:40px 0
	}
}

.section-page .test_big {
	margin-bottom: 0
}

@media only screen and (max-width: 1200px) {
	.section_flex {
		display:-ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.section__info {
	padding-top: 60px;
	padding-right: 200px;
	padding-bottom: 65px;
	padding-left: 90px;
	background-color: #f0f3f4
}

@media screen and (max-width: 1700px) {
	.section__info {
		padding-left:30px;
		padding-right: 50px;
		padding-bottom: 30px
	}
}

@media only screen and (max-width: 1400px) {
	.section__info {
		padding-top:30px
	}
}

@media only screen and (max-width: 1200px) {
	.section__info {
		padding-right:15px
	}
}

@media only screen and (max-width: 992px) {
	.section__info {
		padding-left:40px;
		padding-right: 50px
	}
}

@media only screen and (max-width: 576px) {
	.section__info {
		padding-right:20px
	}
}

.section__info_small {
	padding-top: 55px;
	padding-left: 80px;
	padding-right: 50px
}

@media screen and (max-width: 1700px) {
	.section__info_small {
		padding-left:30px
	}
}

@media only screen and (max-width: 1400px) {
	.section__info_small {
		padding-top:25px
	}
}

@media only screen and (max-width: 1200px) {
	.section__info_small {
		padding-right:15px
	}
}

@media only screen and (max-width: 992px) {
	.section__info_small {
		padding-left:50px;
		padding-right: 50px
	}
}

.section__info_title {
	margin-top: 0;
	margin-bottom: 40px;
	font-family: "FGD",Arial sans-serif;
	font-weight: 400;
	font-size: 56px;
	line-height: 44px;
	text-transform: uppercase;
	color: #080808
}

@media only screen and (max-width: 1400px) {
	.section__info_title {
		margin-bottom:20px;
		font-size: 36px;
		line-height: 38px
	}
}

@media only screen and (max-width: 576px) {
	.section__info_title {
		font-size:22px;
		line-height: 26px
	}
}

.section__info_text,.section__info p {
	font-family: "Century Gothic",Arial sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.6px
}

@media only screen and (max-width: 1400px) {
	.section__info_text,.section__info p {
		font-size:14px;
		line-height: 20px
	}
}

@media only screen and (max-width: 576px) {
	.section__info_text,.section__info p {
		font-size:14px;
		line-height: 18px
	}
}

.section__info_read-more {
	position: relative;
	display: inline-block;
	margin-top: 33px;
	font-family: "FGD",Arial sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration-skip-ink: none;
	color: #000;
	outline: none;
	transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1)
}

@media only screen and (max-width: 1400px) {
	.section__info_read-more {
		margin-top:10px
	}
}

.section__info_read-more::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #000;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1)
}

.section__info_read-more:hover {
	color: #000;
	opacity: 0.7
}

.section__info_read-more:hover::before {
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.section__info_read-more:active {
	color: #000;
	opacity: 1
}

.section__info_read-more:active::before {
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.section__info_read-more:visited {
	color: #000;
	opacity: 1
}

@media only screen and (max-width: 1400px) {
	.section__info_read-more {
		font-size:24px;
		line-height: 22px
	}
}

.section__img {
	padding: 0;
	overflow: hidden;
	text-align: center;
	height: 500px
}

@media only screen and (max-width: 1400px) {
	.section__img {
		height:250px
	}
}

@media only screen and (max-width: 576px) {
	.section__img {
		height:auto;
		max-height: 300px
	}
}

.section__img_item {
	min-width: 100%;
	height: auto;
	min-height: 500px
}

@media only screen and (max-width: 1400px) {
	.section__img_item {
		width:100%;
		height: auto;
		min-height: 260px
	}
}

@media only screen and (max-width: 1200px) {
	.section__img_item {
		height:auto;
		min-height: 250px
	}
}

.section__img,.section__info {
	min-height: 500px
}

@media only screen and (max-width: 1400px) {
	.section__img,.section__info {
		min-height:260px
	}
}

@media only screen and (max-width: 576px) {
	.section__img,.section__info {
		min-height:230px
	}
}

.video-slides {
	margin: 0 auto;
	margin-bottom: 152px;
	width: 80%;
	height: 267px
}

@media only screen and (max-width: 1400px) {
	.video-slides {
		margin-bottom:30px
	}
}

@media only screen and (max-width: 576px) {
	.video-slides {
		height:200px
	}
}

.video-slides__title {
	margin-top: 65px;
	margin-bottom: 45px;
	font-family: "FGD",Arial sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 127px;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #000
}

@media only screen and (max-width: 1400px) {
	.video-slides__title {
		font-size:36px;
		letter-spacing: 5px;
		line-height: 42px
	}
}

@media only screen and (max-width: 1200px) {
	.video-slides__title {
		font-size:36px;
		line-height: 42px
	}
}

@media only screen and (max-width: 576px) {
	.video-slides__title {
		font-size:24px;
		line-height: 32px;
		letter-spacing: 4px;
		margin-bottom: 27px
	}
}

.video-slides__slider {
	width: 100%;
	height: 267px
}

@media screen and (max-width: 1700px) {
	.video-slides__slider {
		height:200px
	}
}

@media only screen and (max-width: 1200px) {
	.video-slides__slider {
		height:150px
	}
}

@media only screen and (max-width: 767px) {
	.video-slides__slider {
		height:267px
	}
}

@media only screen and (max-width: 576px) {
	.video-slides__slider {
		height:150px
	}
}

.video-slides__slider .slick-arrow {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	height: 230px;
	border: none;
	outline: none;
	cursor: pointer;
	background-image: url("../img/icons/slider-arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
	z-index: 10
}

.video-slides__slider .slick-arrow:hover {
	opacity: 0.8
}

.video-slides__slider .slick-arrow:active {
	opacity: 1
}

@media screen and (max-width: 1700px) {
	.video-slides__slider .slick-arrow {
		height:150px
	}
}

@media only screen and (max-width: 767px) {
	.video-slides__slider .slick-arrow {
		height:200px
	}
}

@media only screen and (max-width: 576px) {
	.video-slides__slider .slick-arrow {
		height:100px
	}
}

.video-slides__slider .slick-prev {
	left: -90px
}

@media screen and (max-width: 1700px) {
	.video-slides__slider .slick-prev {
		left:-60px
	}
}

@media only screen and (max-width: 576px) {
	.video-slides__slider .slick-prev {
		left:-30px
	}
}

.video-slides__slider .slick-next {
	right: -90px;
	-ms-transform: scale(-1, 1) translateY(-50%);
	transform: scale(-1, 1) translateY(-50%)
}

@media screen and (max-width: 1700px) {
	.video-slides__slider .slick-next {
		right:-60px
	}
}

@media only screen and (max-width: 576px) {
	.video-slides__slider .slick-next {
		right:-30px
	}
}

.video-slides__slider a {
	outline: none
}

.video-slides__item {
	padding: 0 10px
}

@media screen and (max-width: 1700px) {
	.video-slides__item {
		height:200px
	}
}

@media only screen and (max-width: 1200px) {
	.video-slides__item {
		height:150px
	}
}

@media only screen and (max-width: 767px) {
	.video-slides__item {
		height:267px
	}
}

@media only screen and (max-width: 576px) {
	.video-slides__item {
		height:150px
	}
}

@media screen and (max-width: 1700px) {
	.video-slides__item_card,.video-slides__item_img {
		height:200px
	}
}

@media only screen and (max-width: 1200px) {
	.video-slides__item_card,.video-slides__item_img {
		height:150px
	}
}

@media only screen and (max-width: 767px) {
	.video-slides__item_card,.video-slides__item_img {
		height:267px
	}
}

@media only screen and (max-width: 576px) {
	.video-slides__item_card,.video-slides__item_img {
		height:150px
	}
}

@media only screen and (max-width: 576px) {
	.video-slides__item_img::before {
		width:70px;
		height: 70px
	}
}

@media only screen and (max-width: 767px) {
	.about-page {
		padding-bottom:70px
	}
}

.about-page__content {
	margin-top: 0
}

.about-page__image-container {
	padding: 0;
	background-color: #5e5e5e;
	overflow: hidden
}

.about-page__title {
	top: 21.35vw;
	left: -10.4166678572vw
}

@media only screen and (max-width: 1750px) {
	.about-page__title {
		top:25vw;
		left: -36vw
	}
}

@media only screen and (max-width: 1366px) {
	.about-page__title {
		top:49vh;
		left: -36vw
	}
}

@media only screen and (max-width: 1200px) {
	.about-page__title {
		top:-58px;
		left: 20px
	}
}

@media only screen and (max-width: 767px) {
	.about-page__title {
		top:-32px;
		left: 28px;
		width: 235px;
		padding-top: 4px
	}
}

@media only screen and (max-width: 767px) {
	.about-page__main-info {
		padding-left:34px
	}
}

.about-page__paragraph {
	margin-top: 1.87500021429vw
}

@media only screen and (max-width: 1400px) {
	.about-page__paragraph {
		font-size:14px;
		line-height: 20px
	}
}

@media only screen and (max-width: 1200px) {
	.about-page__paragraph {
		padding-top:43px
	}
}

.about-page .work-plan {
	padding-top: 24px;
	padding-left: 25px;
	padding-right: 15px
}

@media only screen and (max-width: 767px) {
	.about-page .work-plan {
		padding-top:30px;
		padding-left: 20px
	}
}

.about-page .work-plan__title {
	margin-bottom: 6px;
	color: #000;
	font-family: "FGD";
	font-size: 40px;
	font-weight: 400;
	line-height: 86px;
	text-transform: uppercase;
	letter-spacing: 8px
}

@media only screen and (max-width: 1200px) {
	.about-page .work-plan__title {
		line-height:40px
	}
}

@media only screen and (max-width: 767px) {
	.about-page .work-plan__title {
		font-size:30px;
		line-height: 30px;
		letter-spacing: 4px
	}
}

.about-page .work-plan__text {
	margin-bottom: 22px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1.235px
}

@media only screen and (max-width: 1200px) {
	.about-page .work-plan__text {
		margin-top:23px
	}
}

@media only screen and (max-width: 767px) {
	.about-page .work-plan__text {
		font-size:14px;
		line-height: 18px;
		letter-spacing: 1.05px;
		margin-bottom: -5px
	}
}

.about-page .steps-list {
	margin-top: 81px;
	padding-left: 26px;
	padding-right: 15px;
	max-width: 905px
}

@media only screen and (max-width: 576px) {
	.about-page .steps-list {
		margin-top:60px;
		padding-left: 10px;
		padding-right: 20px
	}
}

.about-page .steps-list__item {
	display: -ms-flexbox;
	display: flex;
	min-height: 185px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 576px) {
	.about-page .steps-list__item {
		margin-bottom:29px;
		overflow: visible
	}
}

.about-page .steps-list__item:after {
	content: '';
	position: absolute;
	top: 66px;
	left: 24px;
	width: 2px;
	height: calc(100% - 30px);
	background-image: linear-gradient(black 74%, rgba(255,255,255,0) 0%);
	background-position: right;
	background-size: 2px 12px;
	background-repeat: repeat-y
}

@media only screen and (max-width: 576px) {
	.about-page .steps-list__item:after {
		top:48px;
		left: 16px
	}
}

.about-page .steps-list__item_last:after {
	display: none
}

.about-page .steps-list__number {
	position: relative;
	width: 50px;
	min-width: 50px;
	height: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #00359e;
	color: #fff;
	font-family: "FGD";
	font-size: 30px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.75px
}

@media only screen and (max-width: 576px) {
	.about-page .steps-list__number {
		width:34px;
		min-width: 34px;
		height: 34px;
		font-size: 20px
	}
}

.about-page .steps-list__info {
	padding-left: 27px
}

@media only screen and (max-width: 576px) {
	.about-page .steps-list__info {
		padding-left:10px
	}
}

.about-page .steps-list__title {
	color: #000000;
	font-family: "FGD";
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: 0.25px
}

@media only screen and (max-width: 576px) {
	.about-page .steps-list__title {
		font-size:18px;
		line-height: 19px;
		letter-spacing: 0.15px
	}
}

.about-page .steps-list__text {
	margin: 0;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	font-family: "Century Gothic";
	letter-spacing: 0.4px
}

@media only screen and (max-width: 576px) {
	.about-page .steps-list__text {
		font-size:14px;
		line-height: 18px
	}
}

.test-action {
	padding-bottom: 150px
}

@media only screen and (max-width: 1400px) {
	.test-action {
		padding-bottom:70px
	}
}

@media only screen and (max-width: 576px) {
	.test-action {
		padding-bottom:40px
	}
}

.test-action__h {
	margin-top: 15px;
	margin-bottom: 35px;
	color: #000;
	font-family: "FGD";
	font-size: 60px;
	font-weight: 400;
	line-height: 127px;
	text-transform: uppercase;
	letter-spacing: 1.89px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (max-width: 1400px) {
	.test-action__h {
		margin-top:0;
		font-size: 36px;
		letter-spacing: 7px;
		line-height: 60px
	}
}

@media only screen and (max-width: 576px) {
	.test-action__h {
		margin-top:50px;
		margin-bottom: 33px;
		font-size: 26px;
		line-height: 32px
	}
}

.test-action__title {
	color: #ffffff;
	font-family: "FGD";
	font-size: 40px;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: -0.09px;
	background-color: #c74342;
	padding-left: 62px;
	padding-right: 50%;
	padding-top: 41px;
	padding-bottom: 31px;
	margin-bottom: 60px
}

@media only screen and (max-width: 1400px) {
	.test-action__title {
		margin-bottom:35px;
		padding-top: 22px;
		padding-bottom: 15px;
		padding-left: 40px;
		font-size: 28px;
		line-height: 36px
	}
}

@media only screen and (max-width: 992px) {
	.test-action__title {
		padding-right:25%
	}
}

@media only screen and (max-width: 576px) {
	.test-action__title {
		margin-bottom:46px;
		padding-left: 17px;
		padding-right: 20%;
		font-size: 16px
	}
}

.test-action__number {
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-family: "FGD";
	font-size: 30px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.75px;
	padding-left: 17px;
	padding-right: 17%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #c74342
}

@media only screen and (max-width: 1400px) {
	.test-action__number {
		display:-ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 18px
	}
}

@media only screen and (max-width: 1400px) {
	.test-action__number p {
		margin:0
	}
}

.test-action__question {
	color: #000;
	font-family: "FGD";
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -0.06px;
	margin-bottom: 70px
}

@media only screen and (max-width: 1400px) {
	.test-action__question {
		margin-bottom:40px;
		padding-right: 15%;
		font-size: 20px;
		line-height: 28px
	}
}

@media only screen and (max-width: 992px) {
	.test-action__question {
		padding-left:5px
	}
}

@media only screen and (max-width: 576px) {
	.test-action__question {
		margin-bottom:25px;
		padding-top: 5px;
		font-size: 18px
	}
}

.test-action__answer {
	margin-bottom: 80px
}

@media only screen and (max-width: 1400px) {
	.test-action__answer {
		margin-bottom:40px
	}
}

@media only screen and (max-width: 992px) {
	.test-action__answer {
		padding-left:5px
	}
}

@media only screen and (max-width: 576px) {
	.test-action__answer {
		margin-bottom:10px
	}
}

.test-action__next_btn {
	color: #000;
	font-family: "FGD";
	font-size: 30px;
	font-weight: 400;
	line-height: 75px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-transform: uppercase
}

@media only screen and (max-width: 1400px) {
	.test-action__next_btn {
		font-size:24px
	}
}

.test-action__next_btn:hover {
	color: #000;
	text-decoration: none
}

@media only screen and (max-width: 576px) {
	.test-action__wrapper {
		padding:0
	}
}

.articles-page__title {
	margin-bottom: 35px
}

@media only screen and (max-width: 1400px) {
	.articles-page__title {
		margin-top:0;
		letter-spacing: 7px
	}
}

@media only screen and (max-width: 576px) {
	.articles-page__title {
		margin-top:30px;
		margin-bottom: 15px
	}
}

.articles-page__read-more {
	margin-right: 20px
}

.articles-page__more-btn {
	margin-top: 60px;
	margin-bottom: 108px
}

@media only screen and (max-width: 1400px) {
	.articles-page__more-btn {
		margin-top:7px
	}
}

@media only screen and (max-width: 576px) {
	.articles-page__more-btn {
		margin-top:0;
		margin-bottom: 30px
	}
}

.articles-page .article-page__links-item {
	margin-right: 0;
	background-color: rgba(0,0,0,0);
	border: 0
}

@media only screen and (max-width: 1400px) {
	.articles-page .article-page__links-icon {
		margin-left:0;
		width: 35px
	}
}

.question-answer {
	padding-top: 40px;
	padding-left: 44px;
	padding-right: 62px
}

@media only screen and (max-width: 1400px) {
	.question-answer {
		padding-top:34px;
		padding-left: 90px
	}
}

@media only screen and (max-width: 992px) {
	.question-answer {
		padding-left:24px;
		padding-right: 24px
	}
}

@media only screen and (max-width: 576px) {
	.question-answer {
		padding-left:10px;
		padding-right: 10px
	}
}

.question-answer__title {
	margin-top: 15px;
	margin-bottom: 35px;
	margin-left: 20px;
	text-align: center;
	color: #000;
	font-family: "FGD";
	font-size: 60px;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 12px
}

@media only screen and (max-width: 1400px) {
	.question-answer__title {
		margin-top:0;
		margin-bottom: 0;
		font-size: 37px;
		letter-spacing: 7px;
		line-height: 30px
	}
}

@media only screen and (max-width: 992px) {
	.question-answer__title {
		font-size:32px;
		letter-spacing: 6px
	}
}

@media only screen and (max-width: 576px) {
	.question-answer__title {
		font-size:24px
	}
}

.question-answer__form {
	margin-top: 106px;
	position: relative
}

@media only screen and (max-width: 1400px) {
	.question-answer__form {
		margin-top:50px
	}
}

@media only screen and (max-width: 992px) {
	.question-answer__form {
		margin-top:50px
	}
}

@media only screen and (max-width: 576px) {
	.question-answer__form {
		margin-top:27px
	}
}

.question-answer__form:after {
	content: '';
	width: 90px;
	height: 90px;
	right: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	background-image: url("../svg/question/question.svg");
	background-size: cover
}

@media only screen and (max-width: 1400px) {
	.question-answer__form:after {
		right:30px;
		width: 60px;
		height: 60px
	}
}

@media only screen and (max-width: 576px) {
	.question-answer__form:after {
		right:10px;
		width: 25px;
		height: 25px
	}
}

.question-answer .form-control {
	border: 7px solid #bfbfbf;
	border-radius: 30px;
	height: 140px;
	text-align: left;
	font-family: "FGD";
	font-size: 50px;
	font-weight: 400;
	text-transform: uppercase;
	text-indent: 52px;
	padding-right: 200px
}

@media only screen and (max-width: 1400px) {
	.question-answer .form-control {
		padding-right:150px;
		font-size: 24px;
		text-indent: 30px;
		height: 80px;
		border-width: 3px
	}
}

@media only screen and (max-width: 992px) {
	.question-answer .form-control {
		padding-right:100px;
		font-size: 22px;
		text-indent: 15px;
		height: 80px
	}
}

@media only screen and (max-width: 576px) {
	.question-answer .form-control {
		padding-right:40px;
		font-size: 13px;
		letter-spacing: 0.5px;
		text-indent: 3px;
		border-radius: 10px;
		height: 40px
	}
}

.question-answer__list {
	max-width: 1290px;
	list-style-type: none;
	padding: 0
}

@media only screen and (max-width: 576px) {
	.question-answer__list {
		padding-left:10px
	}
}

.question-answer__item {
	margin-top: 119px;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width: 1400px) {
	.question-answer__item {
		margin-top:50px
	}
}

@media only screen and (max-width: 992px) {
	.question-answer__item {
		-ms-flex-direction:column;
		flex-direction: column
	}
}

@media only screen and (max-width: 576px) {
	.question-answer__item {
		margin-top:33px
	}
}

.question-answer__image {
	min-width: 200px;
	width: 200px;
	height: 200px;
	border: 3px solid #bfbfbf;
	background-color: #fff;
	border-radius: 50%
}

@media only screen and (max-width: 1400px) {
	.question-answer__image {
		min-width:115px;
		width: 115px;
		height: 115px
	}
}

@media only screen and (max-width: 576px) {
	.question-answer__image {
		min-width:80px;
		width: 80px;
		height: 80px
	}
}

.question-answer__info {
	padding-top: 9px;
	padding-left: 54px
}

@media only screen and (max-width: 1400px) {
	.question-answer__info {
		padding-top:15px;
		padding-left: 30px
	}
}

@media only screen and (max-width: 992px) {
	.question-answer__info {
		padding-top:40px;
		padding-left: 0
	}
}

@media only screen and (max-width: 576px) {
	.question-answer__info {
		padding-top:30px
	}
}

@media only screen and (max-width: 992px) {
	.question-answer__person {
		display:-ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center
	}
}

.question-answer__subtitle {
	color: #000000;
	font-family: "FGD";
	font-size: 60px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 0.6px
}

@media only screen and (max-width: 1400px) {
	.question-answer__subtitle {
		margin-top:0;
		font-size: 30px;
		line-height: 40px
	}
}

@media only screen and (max-width: 576px) {
	.question-answer__subtitle {
		font-size:24px;
		line-height: 24px;
		letter-spacing: 0
	}
}

.question-answer__name {
	margin-top: 27px;
	display: block;
	color: #000000;
	font-family: "FGD";
	font-size: 36px;
	font-weight: 400;
	line-height: 20.04px;
	text-align: center
}

@media only screen and (max-width: 1400px) {
	.question-answer__name {
		margin-top:10px;
		font-size: 20px;
		line-height: 28px
	}
}

@media only screen and (max-width: 992px) {
	.question-answer__name {
		padding-left:20px
	}
}

@media only screen and (max-width: 576px) {
	.question-answer__name {
		margin-top:0;
		font-size: 18px;
		line-height: 18px
	}
}

.question-answer__text {
	font-family: "Century Gothic";
	padding-top: 27px;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.6px
}

@media only screen and (max-width: 1400px) {
	.question-answer__text {
		padding-top:3px;
		font-size: 14px;
		line-height: 18px
	}
}

@media only screen and (max-width: 576px) {
	.question-answer__text {
		font-size:14px;
		line-height: 18px;
		letter-spacing: 0.4px;
		padding-top: 10px
	}
}

.question-answer__more-btn {
	margin-top: 70px;
	margin-bottom: 120px
}

@media only screen and (max-width: 1400px) {
	.question-answer__more-btn {
		margin-top:40px;
		margin-bottom: 70px;
		font-size: 24px
	}
}

@media only screen and (max-width: 767px) {
	.question-answer__more-btn {
		margin-top:30px;
		margin-bottom: 50px
	}
}

@media only screen and (max-width: 576px) {
	.question-answer__more-btn {
		margin-top:0px
	}
}

@media only screen and (max-width: 576px) {
	.question-answer__wrapper {
		padding-right:0
	}
}

.inner-page::before {
	display: none
}

.favorites__title {
	color: #000;
	font-family: "FGD";
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2.85px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 30px
}

.favorites__subtitle {
	font-size: 30px;
	color: #000;
	letter-spacing: 2.85px;
	text-transform: uppercase;
	padding: 0 30px;
	font-weight: bold;
	margin-bottom: 50px
}

.favorites .my-details {
	background-color: #00359e;
	color: #fff
}

.favorites .my-details__link {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0.25px;
	position: absolute;
	left: 57px;
	top: 0;
	bottom: 0;
	line-height: 80px;
	outline: none
}

.favorites .my-details__link::before {
	position: absolute;
	content: '';
	height: 16px;
	width: 16px;
	background-color: transparent;
	border-right: 12px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 12px solid transparent;
	left: -38px;
	top: 30px;
	transition: ease-out .1s
}

.favorites .my-details__link::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: ease-out .1s;
	left: 0;
	bottom: 22px
}

.favorites .my-details__link:hover:before {
	-ms-transform: translateX(-4px);
	transform: translateX(-4px);
	transition: ease-in .1s
}

.favorites .my-details__link:hover:after {
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: ease-in .1s
}

.favorites-slider {
	width: 80%;
	margin: 0 auto 100px
}

.favorites-slider__item {
	position: relative;
	outline: none;
	padding: 0 10px
}

.favorites-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	height: 230px;
	border: none;
	outline: none;
	cursor: pointer;
	background-image: url("../img/icons/slider-arrow_gray.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
	z-index: 10
}

.favorites-slider .slick-arrow:hover {
	opacity: 0.8
}

.favorites-slider .slick-arrow:active {
	opacity: 1
}

.favorites-slider .slick-prev {
	left: -90px
}

.favorites-slider .slick-next {
	right: -90px;
	-ms-transform: scale(-1, 1) translateY(-50%);
	transform: scale(-1, 1) translateY(-50%)
}

.favorites-slider .test__slide {
	position: relative;
	max-width: 430px;
	width: 100%;
	height: 430px;
	margin: 0 auto
}

.favorites-slider .test__title {
	font-size: 50px;
	margin: 0 0 22px;
	line-height: 1
}

.favorites-slider .test__text {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'FGD'
}

.favorites-slider .test_small {
	padding: 70px 30px 20px 40px
}

.favorites-slider .test_blue {
	background-color: #056dc5
}

.favorites-slider .test_gray {
	background-color: #717c8d
}

.favorites-slider .test_green {
	background-color: #7db247
}

.favorites-slider .test__arrow {
	width: 170px
}

.favorites .video-slides {
	margin-bottom: 100px
}

.favorites .video-slides__slider .slick-arrow {
	background-image: url("../img/icons/slider-arrow_gray.png")
}

.favorites .video-training__card {
	margin-bottom: 0
}

.favorites .articles__item {
	max-width: 430px;
	position: relative;
	outline: none;
	width: 100%;
	margin: 0 auto
}

.favorites .articles__image-block {
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden;
	background-color: transparent
}

.favorites .articles__image {
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	max-width: 100%
}

.favorites .articles__content {
	background-color: #f0f3f4;
	padding: 35px
}

.favorites .articles__title {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	font-family: 'FGD';
	letter-spacing: 0.5px;
	line-height: 1;
	margin: 0 0 28px
}

.favorites .articles__text {
	font-size: 16px;
	font-family: 'Century Gothic';
	color: #333333;
	letter-spacing: 0.25px;
	line-height: 22px;
	height: 140px;
	overflow: hidden;
	margin: 0;
	position: relative
}

.favorites .articles__text::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 80px;
	background: linear-gradient(to top, #f0f3f4 10%, transparent 55%);
	bottom: 0
}

.favorites .articles__link {
	font-size: 30px;
	position: relative;
	text-decoration: none;
	font-family: 'FGD';
	color: #000
}

.favorites .articles__link::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #333;
	bottom: 0;
	transition: ease-in-out .1s;
	left: 0
}

.favorites .articles__link:hover:before {
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: ease-in-out .1s
}

.favorites .articles__link:hover,.favorites .articles__link:active,.favorites .articles__link:focus {
	text-decoration: none;
	outline: none
}

@media only screen and (max-width: 1700px) {
	.favorites-slider {
		margin-bottom:30px
	}

	.favorites-slider__slider .slick-arrow {
		height: 150px
	}

	.favorites-slider__slider .slick-next {
		right: -60px
	}

	.favorites-slider__slider .slick-prev {
		left: -60px
	}

	.favorites-slider .test_small {
		padding: 35px 25px 10px 35px;
		height: 360px
	}

	.favorites-slider .test__title {
		font-size: 36px
	}

	.favorites-slider .test__text {
		font-size: 20px
	}

	.favorites-slider .test__arrow {
		width: 140px
	}

	.favorites .articles__image-block {
		height: 248px
	}

	.favorites .articles__content {
		padding: 28px
	}

	.favorites .articles__title {
		font-size: 20px;
		margin: 0 0 20px
	}

	.favorites .articles__text {
		font-size: 16px
	}

	.favorites .articles__link {
		font-size: 20px
	}
}

@media only screen and (max-width: 1400px) {
	.favorites__title {
		margin-top:0;
		font-size: 36px
	}

	.favorites-slider {
		margin-bottom: 30px
	}
}

@media only screen and (max-width: 1366px) {
	.favorites-slider .test_small {
		padding:35px 25px 10px 30px;
		height: 300px
	}

	.favorites-slider .test__title {
		font-size: 30px
	}

	.favorites-slider .test__text {
		font-size: 18px;
		line-height: 1.4
	}

	.favorites-slider .test__arrow {
		width: 115px;
		margin-top: 35px
	}

	.favorites .articles__image-block {
		height: 170px
	}

	.favorites .articles__content {
		padding: 20px
	}

	.favorites .articles__title {
		font-size: 16px;
		margin: 0 0 15px
	}

	.favorites .articles__text {
		font-size: 14px
	}

	.favorites .articles__link {
		font-size: 18px
	}
}

@media only screen and (max-width: 1200px) {
	.favorites-slider .video-slides__item {
		height:200px
	}

	.favorites-slider .video-slides__item_card,.favorites-slider .video-slides__item_img {
		height: 200px
	}
}

@media only screen and (max-width: 1024px) {
	.favorites .articles__item {
		max-width:320px
	}
}

@media only screen and (max-width: 992px) {
	.favorites .my-details__link {
		font-size:14px;
		left: 24px
	}

	.favorites .my-details__link::before {
		width: 4px;
		height: 4px;
		border-right: 6px solid #fff;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid transparent;
		left: -20px;
		top: 36px
	}

	.favorites .my-details__link::after {
		bottom: 28px;
		height: 1px
	}
}

@media only screen and (max-width: 767px) {
	.favorites__title {
		font-size:28px;
		margin: 20px 0
	}

	.favorites-slider {
		width: 100%
	}

	.favorites-slider__slider {
		padding: 0 15px 110px
	}

	.favorites-slider__slider .slick-arrow {
		height: 70px;
		-ms-transform: translateX(130%);
		transform: translateX(130%);
		bottom: 0;
		top: unset
	}

	.favorites-slider__slider .slick-next {
		-ms-transform: scale(-1, 1) translateX(130%);
		transform: scale(-1, 1) translateX(130%);
		right: 120px
	}

	.favorites-slider__slider .slick-prev {
		left: 120px
	}
}

@media only screen and (max-width: 576px) {
	.favorites-slider__slider .slick-next {
		right:30px
	}

	.favorites-slider__slider .slick-prev {
		left: 30px
	}
}

@media only screen and (max-width: 480px) {
	.navbar-default .navbar-nav>li>a {
		line-height:40px
	}

	.favorites__title {
		font-size: 24px
	}

	.my-details__title {
		font-size: 18px
	}
}

.navbar-nav>li>a.index-link {
	padding-left: 46px;
	position: relative;
	color: #979797
}

.navbar-nav>li>a.index-link::before {
	content: '';
	position: absolute;
	width: 34px;
	height: 32px;
	background-image: url("../svg/home.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: -11px;
	left: 4px
}

.calendar-popup {
	max-width: 380px;
	min-width: 380px;
	width: 100%;
	height: 280px;
	box-shadow: 0px 0px 6.8px 1.2px rgba(0,0,0,0.27);
	position: absolute;
	background-color: #ffffff;
	transition: ease-in-out .3s;
	z-index: 4;
	display: none;
	opacity: 0;
	visibility: hidden;
	top: calc(50% - 140px);
	left: 90%
}

.calendar-popup_active {
	display: block;
	opacity: 1;
	visibility: visible
}

.calendar-popup::before {
	position: absolute;
	content: '';
	width: 32px;
	height: 32px;
	z-index: -1;
	background-color: #fff;
	top: calc(50% - 16px);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0px 0px 6.8px 1.2px rgba(0,0,0,0.27);
	left: -16px
}

.calendar-popup__header {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	padding: 14px 24px;
	z-index: 12
}

.calendar-popup__title {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	font-family: "FGD";
	margin: 0;
	padding: 0;
	line-height: 1
}

.calendar-popup__button-close {
	position: absolute;
	right: 14px;
	top: calc(50% - 8px);
	width: 16px;
	height: 16px;
	padding: 0;
	line-height: 1;
	background-color: transparent;
	border: none;
	color: #fff;
	opacity: 0.5;
	z-index: 13
}

.calendar-popup__bg-wrap {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

.calendar-popup__bg {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	max-height: 100%;
	z-index: 0
}

.calendar-popup__footer {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0 24px;
	background-color: #fff;
	z-index: 12;
	height: 60px
}

.calendar-popup__date,.calendar-popup__time {
	padding: 10px 20px;
	position: absolute;
	bottom: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: 'FGD';
	vertical-align: bottom;
	transition: ease-in-out 1s;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	cursor: pointer
}

.calendar-popup__date:hover,.calendar-popup__time:hover {
	height: calc(100% + 10px);
	transition: ease-in-out 1s;
	vertical-align: bottom
}

.calendar-popup__date {
	background-color: rgba(0,0,0,0.6);
	left: 0;
	width: 88px
}

.calendar-popup__time {
	background-color: rgba(200,71,60,0.6);
	left: 88px
}

.calendar-popup__link-join {
	line-height: 60px;
	color: #00359e;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0.25px;
	position: relative;
	font-family: 'FGD';
	display: inline
}

.calendar-popup__link-join::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #00359e;
	opacity: 0.7;
	bottom: 0;
	left: 0;
	transition: ease-in-out .1s
}

.calendar-popup__link-join:hover:before {
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: ease-in-out .1s
}

.homepage {
	position: relative
}

.homepage__title {
	color: #000;
	font-family: "FGD";
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2.85px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 30px
}

.homepage__form {
	max-width: 600px;
	width: 100%;
	display: block;
	margin: 0 auto 80px;
	padding: 0 30px 30px
}

.homepage__form-button {
	display: block;
	margin: 0 auto;
	max-width: 460px;
	width: 100%;
	height: 60px;
	background-color: #00359e;
	border: none;
	transition: .3s ease;
	color: #fafafa;
	font-family: "FGD";
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.69px
}

.homepage__form-button:hover {
	opacity: 0.8
}

.homepage .form-group {
	margin-bottom: 30px
}

.homepage .password-block {
	margin-bottom: 50px
}

.homepage .form-control {
	text-align: left
}

.homepage .buttons-block {
	width: 100%;
	margin-bottom: 160px;
	position: relative;
	display: inline-block;
	font-size: 0
}

.homepage .buttons-block__button {
	max-width: 365px;
	height: 80px;
	display: block;
	line-height: 80px;
	text-align: center;
	width: 100%;
	margin: 0 auto 20px;
	font-size: 24px;
	transition: .3s ease;
	color: #ffffff;
	font-family: "FGD";
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.69px;
	background-color: #00359e
}

.homepage .buttons-block__button_blue {
	background-color: #00359e
}

.homepage .buttons-block__button_ocean {
	background-color: #94a2b8
}

.homepage .buttons-block__button_red {
	background-color: #c00000
}

.homepage .buttons-block__button_gray {
	background-color: #a6a6a6
}

.my-details {
	width: 100%;
	height: 80px;
	background-color: #f0f3f4;
	text-align: center;
	position: relative;
	margin-bottom: 50px
}

.my-details__title {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 2.85px;
	font-family: "FGD";
	text-transform: uppercase;
	line-height: 80px
}

.my-details__button {
	position: absolute;
	height: 80px;
	width: 80px;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	font-size: 80px;
	line-height: 1;
	font-weight: 200;
	color: #bfbfbf
}

@media only screen and (max-width: 1400px) {
	.homepage__title {
		margin-top:0;
		font-size: 36px
	}

	.homepage__form-button {
		font-size: 20px
	}

	.homepage .buttons-block__button {
		font-size: 20px
	}
}

@media only screen and (max-width: 1366px) {
	header {
		padding: 59px 0 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	.calendar-popup {
		min-width:310px;
		left: calc(50% - 190px)
	}

	.calendar-popup::before {
		display: none
	}

	.navbar .index-link {
		position: absolute;
		left: 130px;
		top: calc(50% - 8px);
		font-size: 16px;
		color: #979797
	}

	.navbar .index-link::before {
		content: '';
		position: absolute;
		width: 22px;
		height: 20px;
		background-image: url("../svg/home.svg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		top: -4px;
		left: -26px
	}

	.homepage__title {
		font-size: 28px;
		margin: 20px 0
	}

	.homepage__form {
		max-width: 520px;
		border-bottom: 2px solid #f0f3f4;
		margin: 0 auto 40px
	}

	.homepage .form-group {
		margin-bottom: 14px
	}

	.homepage .password-block {
		margin-bottom: 30px
	}

	.homepage .buttons-block {
		padding: 0 15px;
		margin-bottom: 70px
	}

	.my-details__title {
		font-size: 22px
	}

	header {
		padding: 0
	}
}

@media only screen and (max-width: 480px) {
	.calendar-popup {
		max-width:310px;
		min-width: 310px;
		left: calc(50% - 155px)
	}

	.homepage__title {
		font-size: 24px
	}

	.homepage__form-button {
		font-size: 16px;
		height: 40px;
		line-height: 40px
	}

	.homepage select.form-control {
		padding: 0 4px
	}

	.homepage .buttons-block__button {
		font-size: 16px;
		height: 40px;
		line-height: 40px
	}

	.my-details__title {
		font-size: 18px
	}
}

@media only screen and (max-width: 375px) {
	.navbar .index-link {
		font-size:14px;
		left: 105px;
		top: calc(50% - 7px)
	}

	.navbar .index-link::before {
		width: 20px;
		height: 18px
	}
}


.select2 
{
      background-image: url(../img/icons/select.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: right center;  
    
        color: #000;
    font-family: "Century Gothic";
    font-size: 30px;
    font-weight: 400;
    border-radius: 20px;
    border: 3px solid #bfbfbf;
    padding: 0px 12px;
    height: 60px;
    text-align: center;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}

.select2-container--default .select2-selection--single
{
  border: none;
    width: 77%;
    padding-top: 10px;  
}
.select2-container--default .select2-selection--single
{
      border: none !important;
         outline: 0;
    outline-offset: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus ,.select2-container--default .select2-selection--single:focus
{
      border: none !important;
         outline: 0;
    outline-offset: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px !important;
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    width: 60px !important;
}

