/* Old main.css */

@font-face {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/GOTHIC.woff') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/GOTHICB.woff') format('truetype');
	font-display: swap;
}

body {
	display: table;
	width: 100%;
	height: 100%;
	min-height: calc(100vh - 0px);
	color: #006ab3;
	font-family: 'Century Gothic';
	font-size: 18px;
    line-height: 150%;
	margin: 0;
	padding: 0;
	background: 
		url(../img/background_2.webp) no-repeat,
		none repeat scroll 0 0 #b1c8e0; /* secondary black background */
	background-size: 30%;
	background-position: top right;
}

/* Makes sure background does not get too small ***removed on small devices */
@media only screen and (max-width: 768px) {
	body {
		background-image: none; 	
	}
}

none;

html {
	height: 100%;
    font-size: 100%;
}

img {
	max-width: 100%;
    vertical-align: middle;
	border: 0 none;
}

a {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;	
}

ul {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome */
	-moz-box-sizing: border-box; /* Older Firefox browsers */
    box-sizing: border-box;
}

* .article_bottom {
	border-radius: 0 0 15px 15px;
	
}

* .article_top {
	border-radius: 15px 15px 0 0;
	
}

element.style {
    position: relative;
}

textarea {
	font-family: 'Century Gothic';
	font-size: 16px;
	border: 1px solid #939597;
	background-color: #ffffff;
	height: 100px;
	width: 340px;
}

textarea:focus, textarea:hover, textarea:active {
	outline: none;
	border: 1px solid;
    border-color: #84216B;
}

[tabindex] {
    outline: 0 none;
}

/* Pushes the next div downwards */
.push {
	display: table-row;
	height: 100%;
}

.container:after, .container:before {
    content: " ";
    display: table;
	clear: both;
}

.container {
    width: 80%;
    margin-left: auto;
	margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Old content.css */

 .blue-list {
    position: relative;
    margin: 1em 0em 0em;
    list-style: outside none none;
    counter-reset: big-numba;
    padding-left: 0px;
}

.blue-list-item {
    position: relative;
    margin: 0.8em 0px 0px 1.7em;
    list-style: outside none none;
}

.blue-list-item::before {
    content: counter(big-numba, decimal);
    counter-increment: big-numba;
    position: absolute;
    top: 1px;
    font-size: 16px;
    left: -1.9em;
    box-sizing: border-box;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    color: #FFF;
    background: #006ab3 none repeat scroll 0% 0%;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.text_center {
    text-align: center;
}

.main_content {
	height: 100%;
    min-height: 200px;
}

.main_content > .container {
    padding: 0 0 20px;
	height: 100%;
}

.main_content_demo{
    background-color: #000;
}

.main_content_nominimum{
    min-height: 0;
}

.column {
    float: left;
    margin-bottom: 50px;
    margin-right: 10px;
    margin-top: 50px;
    width: calc(33% - 10px);
}

.column .block {
    background-color: #006ab3;
    color: #FFFFFF;
    display: block;
	height: 450px;
	padding-bottom: 20px;
    margin-bottom: 10px;
	position: relative;
	border-radius: 15px 15px;
}

.column .block  img {
	width: 320px; /**/
	height: 309.5px;
	transition: opacity 0.4s ease 0s;
	border-radius: 15px 15px 0 0;
}

.column .block:hover {
	background-color: #006ab3;
}

.column .block:hover img {
    opacity: 0.7;
}

.column .block .shortcut_title {
    width: 100%;
	font-weight: 700;
	font-size: 15px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
	padding: 20px 30px;
	position: absolute;
	bottom: 6em;
}

.column .block .shortcut_description {
    font-size: 15px;
	line-height: 150%;
    text-align: center;
    padding: 10px 30px;
	position: absolute;
	bottom: 2em;
}

.column .block .image_button img {
	width: 100%;
	transition: opacity 0.4s ease 0s;
}

.article_top {
	background: none repeat scroll 0 0 #FFFFFF;
}
	
.article_top_outer_body {
    text-align: center;
	margin-top: 48px;
}

.article_top_inner_body {
	background: none repeat scroll 0 0 #006ab3;
    color: #FFFFFF;
    margin: -48px -20px 0;
    padding: 1px 20px 1px;
	border-radius: 15px 15px 0 0;
}

.article_title {
	font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 110%;
    margin-bottom: 8px;
	margin-top: 1em;
    text-transform: uppercase;
    word-wrap: break-word;
}

.article_intro {
    margin-bottom: 20px;
	display: inline-block;
	font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    max-width: 600px;	
}

.article_bottom {
	background: none repeat scroll 0 0 #FFFFFF;
}

.article_bottom .article_bottom_inner_body:after, .article_bottom .article_bottom_inner_body:before {
    content: " ";
    display: table;
}
.article_bottom .article_bottom_inner_body:after {
    clear: both;
}

.article_bottom .article_bottom_inner_body {
    float: left;
    width: 90%;
}

.article_bottom .article_bottom_inner_body {
    float: none !important;
    margin: 0 auto;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
	padding-top: 20px;
    position: relative;
}

.article_bottom a {
	color: #006ab3;
	cursor: pointer;
	text-decoration: underline;
}

.article_bottom a:focus,
.article_bottom a:hover,
.article_bottom a:active {
    color: #000000;
}

.article_text_date  {
	margin-top: -15px;	
    position: relative;
	font-style: italic;
	font-size: 0.8em;
	padding-bottom: 1px;
}

.article_text_date h3 {
	position: absolute;
}

.article_text {
	margin-left: -20px;
    margin-right: -20px;
}

.article_text li {
	margin-left: 40px;
}

.article_text img {
	height: auto; /* preserve aspect  */
	display: block;
}

.article_text:before {
	content: " ";
    display: table;
}
	
.article_text:after {
    clear: both;	
}

.article_text img {
	margin-bottom: 10px;
    margin-top: 9px;
}

.item {
	padding: 15px;
	border-bottom: 1px solid #006ab3;
}

.item_noline {
	padding: 15px;
	border-bottom: none;
}

.item .item_noline .image {
	width: 900px;
	height: 346.23px;
	max-width: 100%;
    vertical-align: middle;
	border: 0 none;
}

.item:after,
.item:before {
    content: " ";
    display: table;	
}

.item:after {
	clear: both;
}

.item:after, .item:before {
    content: " ";
    display: table;
}

.item .item_image {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 100%;
    width: 250px;
}

.item .item_image + .item_info {
	margin-left: 290px;
}

.item .item_info {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-bottom: 0px;
}

.item_link {
    overflow: hidden;
    text-align: left;
}

.item_link a {
    overflow: hidden;
    text-align: left;
}

.form_outer {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.form_inner {
	display: inline-block;
}

.form_inner fieldset {
	border: 1px solid #006ab3;
	display: inline;
	border-radius: 12px;
	float: left;
	clear: both;
}

.form_inner label {
	display: block;
	text-align: left;
}

.field {
	float: left;
	display: block;
	padding: 10px 10px 0 10px;
	margin-right: 20px;
}

.field_nomargin {
    margin-right: 0px;
}

.field_password {
    clear: both;
}

.field input {
	position: relative;
	font-family: Century Gothic;
	font-size: 16px;
	border: 1px solid #939597;
	background-color: #ffffff;
	height: 25px;
	width: 200px;
}

.field input:focus, .field input:hover, .field input:active {
	outline: none;
	border: 1px solid #006ab3;
}

.field_wide input {
	width: 250px;
}

.checkbox_label {
	margin-left: 10px;
}

.item_link > .button {
    float: left;
}


.button_submit {
    -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.4), -3px 3px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.4), -3px 3px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.4), -3px 3px 2px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
	outline: none;
    border: none;
	background-color: #006ab3;
	font-family: Century Gothic;
	color: #ffffff;
	font-size: 16px;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
	border-radius: 10px;
}

.button_submit_right {
    float: right;
    margin: 0px 5px 5px;
}

.button input:not(.button_disabled):focus, .button input:not(.button_disabled):hover, .button input:not(.button_disabled):active,
.button button:not(.button_disabled):focus, .button button:not(.button_disabled):hover, .button button:not(.button_disabled):active{
    background: #00569f;
    border: 0px solid #000;
    text-decoration: none;
}

.button input:not(.button_disabled):active, .button button:not(.button_disabled):active{
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #00468b;
    border: none;
}


.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Old bfk.css */

h2 {
    font-size: 1.17em;
    margin-bottom: 10px;
    margin-top: 0px;
}

form {
    display: table-row-group;
    margin-bottom: 0em;
}

form#nets {
    display: inline;
}

input[readonly] {
    background-color: #DCDAD1;
    color: #666666;
}

input.input_error{
    box-shadow: 0 0 5px #D04437;
    border: none;
}

h2.item_course {
    text-transform: uppercase;
}

h2.faq_header {
    padding-left: 3px;
    display: inline;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}

h2.faq_header:focus,
h2.faq_header:hover,
h2.faq_header:active {
    color: #8AB2DB;
}

.column_right{
    margin-right: 0;
}

.form_footnote {
    clear: both;
    padding-top: 10px;
}

.select {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
	margin-left: 10px;
    text-align: left;
}

.button_disabled{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.button_stretch{
    width: 100%;
}

.button_right{
    float: right;
    width: 220px;
}

.browser_support{
    text-align: left;
    font-style: italic;
    font-size: 14px;
}

.register_form {
    padding-top: 15px;
    margin-left: 3.8em;
}

.subheader_pad {
	padding-bottom: 50px;
}

.selection_container {
    margin-top: 10px;
}

.article_top_footer::before {
    display: block;
    width: 100%;
    height: 70px;
    content: "";
    background: url("/resources/img/WaveTransparentWindow.webp") no-repeat 0 0;
    background-size: 100%;
}

.article_bottom_footer {
    height: auto;
    width: 100%;

}

.article_bottom_footer {
    height: 100%;
    width: 100%;

}

.article_bottom_footer img {
    max-width: 100%;
    max-height: 100%;
	border-radius: 0 0 15px 15px;
}

.article_error{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #D04437;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px;
}

.article_success{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #87d086;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px;
}

.article_success a{
    text-decoration: underline;
}

#payment_error {
    border: 1px solid #EBEBEB;
    margin-top: 5px;
    margin-bottom: 5px;
}

.article_image{
    text-align: center;
}

.item_info_price {
	float: left;
	font-weight: 700;
}

.item_info_date {
    float: left;
    margin-right: 5px;
    font-style: italic;
}

.item .item_checkbox {
	float: right;
	font-weight: 700;
}

.item .item_link a{
    color: #ffffff;
    text-decoration: none;
}

.item_image_news {
    text-align: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 50px;
}

.item .item_front_image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: auto;
    padding-top: 10px;
    width: 29%;
}

.item .item_front_image + .item_info {
    margin-left: 32.5%;
}

.item .item_front_image_right{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    height: auto;
    padding-top: 10px;
    width: 35%;
}

.item .item_front_image_right + .item_info {
    margin-right: 37.5%;
}

.item_front_header{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 110%;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.item_front_image_description li{
    list-style: none;
    margin: 10px 0;
}

.payment {
    display: block;
    padding-top: 15px;
    margin: auto 0;
    text-align: center;
}

.payment_choices{
    margin-top: 20px;
    border-bottom: 1px solid #006ab3;
    padding: 0 0 20px;
}

.payment_choices li{
    list-style: none;
}

.payment_total {
    font-size: 22px;
    font-weight: 700;
}

.payment_discount{
    margin-top: 20px;
    border-bottom: 1px solid #006ab3;
    padding: 0 0 20px;
}

.payment_discount li{
    list-style: none;
}

.personal_details {
    border-bottom: 1px solid #006ab3;
}

.main_video {
	position: relative;
	/*padding-bottom: 56%; /* 16/9 ratio */
	height: 100%;
	overflow: hidden;
    background-color: #000;
}

.main_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main_video_demo {
	position: relative;
	/*padding-bottom: 56%; /* 16/9 ratio */
	height: 100%;
	overflow: hidden;
    background-color: #000;
}

.main_video_demo iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 210px;
}

.image_container {
    float: left;
    text-align: center;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #006ab3;
    margin-bottom: 20px;
}

.img_contact {
    height: 100px;
}

.description_all{
    display: none;
}

.description_lessmore {
    color: #011c39;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.faq_pretext {
    padding-top: 10px;
    padding-bottom: 2px;
    font-weight: normal;
}

.faq_text_item {
    padding-top: 5px;
    padding-bottom: 7px;
    font-weight: normal;
}

.faq_symbol{
    width: 18px;
    float: left;
}

.faq_text{
    margin-left: 20px;
}

ol.faq_olist {
    font-weight: bold;
    padding-left: 20px;
}

ul.faq_ulist {
    margin-left: 20px;
}

.article_tabs {
    background: rgba(0,106,179,0);
    overflow: hidden;
	margin-left: 15px;
}

.article_tab_link {
    background: #8AB2DB;
    float: left;
    border: 0;
    cursor: pointer;
    padding: 8px 16px;
    transition: 0.3s;
	border-radius: 15px 15px 0 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.article_tab_link_active {
    background-color: #006ab3;
    color: #fff;
}

.article_tab_link:hover,
.article_tab_link:active {
    background-color: #006ab3;
    opacity: 0.7;
}

.article_tab_link_active:hover,
.article_tab_link_active:active {
    opacity: 1;
}

/* Safari fix for font-awesome */
i {
    width: 1em;
    height: 1em;
    display:block;
    cursor: pointer;
}

.front{
    margin-left: 20px;
    margin-right: 20px;
}

.front_header{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 110%;
    margin-bottom: 8px;
	margin-right: -20px;
    text-transform: uppercase;
}

.front_top {
    display: inline-table;
    width: 100%;
    background: none repeat scroll 0 0 #006ab3;
    color: #FFFFFF;
    padding: 25px 15px 15px;
    text-align: center;
	border-radius: 15px 15px 0 0;
}

.front_top_text{
    margin-right: 20px;
}

.front_title {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 110%;
    margin-bottom: 8px;
    text-transform: uppercase;
    word-wrap: break-word;
}

.front_intro {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    max-width: 600px;
}

.front_bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 8px 20px;
	border-radius: 0 0 15px 15px;
}

.front_bottom .front_bottom_body:after, .front_bottom .front_bottom_body:before {
    content: " ";
    display: table;
}
.front_bottom .front_bottom_body:after {
    clear: both;
}

.front_bottom .front_bottom_body {
    width: 100%;
    font-size: 15px;
}

.front .front_bottom_body {
    float: none !important;
    margin: 0 auto;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    position: relative;
}

.front_bottom a {
    color: #006ab3;
    cursor: pointer;
    text-decoration: underline;
}

.front_bottom a:focus,
.front_bottom a:hover,
.front_bottom a:active {
    color: #000000;
}

.front_bottom .item{
    border: 0;
}

.front_text_date  {
    margin-top: -15px;
    position: relative;
    font-style: italic;
    font-size: 0.8em;
    padding-bottom: 1px;
}

.front_text_date h3 {
    position: absolute;
}

.front_text {
    margin-left: -20px;
    margin-right: -20px;
}

.front_text li {
    margin-left: 40px;
}

.front_text img {
    height: auto; /* preserve aspect  */
    display: block;
}

.front_text:before {
    content: " ";
    display: table;
}

.front_text:after {
    clear: both;
}

.front_text img {
    margin-bottom: 10px;
    margin-top: 9px;
}

/* Overlay window background */
.overlay {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Overlay window content */
.overlay_content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 60%;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Tiny overlay window background */
.overlay_tiny {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    padding-right: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Tiny overlay window content */
.overlay_tiny_content {
    position: absolute;
    background-color: #C6302B;
    margin: auto;
    padding: 5px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animateleft;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-fill-mode: forwards;
    animation-name: animateleft;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

/* Overlay animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* Tiny overlay animation */
@-webkit-keyframes animateleft {
    0% {left:-100px; top:164px; opacity:0}
    50% {left:50px; top:164px; opacity:1}
    100% {left:1px; top:164px; opacity:1}
}

@keyframes animateleft {
    0% {left:-100px; top:164px; opacity:0}
    50% {left:50px; top:164px; opacity:1}
    100% {left:1px; top:164px; opacity:1}
}

/* Overlay close button */
.overlay_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

/* Overlay effects */
.overlay_close:hover,
.overlay_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Tiny overlay close button margins */
.overlay_tiny_close {
    color: #ffffff;
    margin-top: -10px;
    margin-right: -10px;
}

.overlay_tiny_close:hover,
.overlay_tiny_close:focus {
    color: #aaaaaa;
}

/* Tiny overlay content text */
.overlay_tiny_text {
    margin-top: 32px;
    color: #ffffff;
    font-weight: 700;
}

/* Tiny overlay content text */
.overlay_tiny_text a:focus,
.overlay_tiny_text a:hover,
.overlay_tiny_text a:active {
    text-decoration: underline;
}

@media (max-width:1299px){
	.register_form {
    margin-left: 7em;
}
.column .block .shortcut_title {
	bottom: 8em;
}

.column .block  img {
	width: 263.89px; /**/
	height: 255.22px;
	transition: opacity 0.4s ease 0s;
}

.item .item_noline .image {
	width: 747px;
	height: 287.38px;
	max-width: 100%;
    vertical-align: middle;
	border: 0 none;
}

@media (max-width:1023px){
	.register_form {
    margin-left: 8.5em;
}
.column .block .shortcut_title {
	bottom: 13em;
}

.column .block  img {
	width: 181.39px; /**/
	height: 175.44px;
	transition: opacity 0.4s ease 0s;
}

.item .item_noline .image {
	width: 522px;
	height: 200.81px;
	max-width: 100%;
    vertical-align: middle;
	border: 0 none;
}

@media (max-width:767px){
	.register_form {
    margin-left: 6.5em;}
	.column .block {
    height: 650px;
}
.column .block  img {
	width: 510px; /**/
	height: 493.27px;
	transition: opacity 0.4s ease 0s;
}


.column .block .shortcut_title {
	bottom: 8em;
}

.column .block .shortcut_description {
	bottom: 5em;
}

@media (max-width:599px){
	.register_form {
    margin-left: 4em;}

.column .block {
    height: 550px;
}
.column .block .shortcut_title {
	bottom: 7em;
}

.column .block .shortcut_description {
	bottom: 3em;
}

.column .block  img {
	width: 410px; /**/
	height: 396.55px;
	transition: opacity 0.4s ease 0s;
}

@media (max-width:486px){
	.register_form {
    margin-left: 12%;
}

.column .block {
    height: 600px;
}

.column .block .shortcut_title {
	bottom: 7.5em;
}

.column .block .shortcut_description {
	bottom: 3.5em;
}

.column .block  img {
	width: 100%;
	height: auto;
	transition: opacity 0.4s ease 0s;
}

* .article_bottom {
	border-radius: 0;
}

* .article_top {
	border-radius: 0;
}

.article_top_inner_body {
	border-radius: 0;
}

.article_bottom_footer img {
    border-radius: 0;
}

@media (max-width:450px){
	.register_form {
    margin-left: 12%;
}

.column .block {
    height: 550px;
}

.column .block .shortcut_title {
	bottom: 7.5em;
}

.column .block .shortcut_description {
	bottom: 3em;
}

.column .block  img {
	width: 100%;
	height: auto;
	transition: opacity 0.4s ease 0s;
}

@media (max-width:420px){
	.register_form {
    margin-left: 12%;
}

.column .block {
    height: 500px;
}

.column .block .shortcut_title {
	bottom: 7.5em;
}

.column .block .shortcut_description {
	bottom: 3em;
}

.column .block  img {
	width: 100%;
	height: auto;
	transition: opacity 0.4s ease 0s;
}