/* reset */
/* main variables */
html { font-size: 16px !important; }

body { margin: 0px; padding: 0px; font-family: "Lato", sans-serif; background-color: #fff; height: 100%; line-height: 1.45; position: relative; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #354052; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px; }

html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }

input, textarea { color: #333; font-family: "Lato", sans-serif; outline: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -webkit-appearance: none; }

input[type="button"], input[type="submit"], button { cursor: pointer; }

td { margin: 0px; padding: 0px; }

form { padding: 0px; margin: 0px; }

a { color: #16B8E6; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; }

a:hover { color: #150773; }

a, span, div, button { outline: none !important; }

input[type=submit], input[type=button], button { -webkit-appearance: none; outline: none; }

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

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

.clearfix:after, .wrapper:after, .row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* checkbox */
/* radio */
/* select */
.jq-checkbox { top: -2px; left: -4px; width: 12px; height: 12px; border: 1px solid #bababa; -webkit-border-radius: 50%; border-radius: 50%; background: transparent; -webkit-box-shadow: none; box-shadow: none; vertical-align: middle; cursor: pointer; margin-right: 19px; overflow: visible !important; }

.jq-checkbox.checked { border-color: #2a497f; }

.jq-checkbox.checked .jq-checkbox__div { width: 10px; height: 10px; margin: 0px 0 0 0px; background: #4168ac; -webkit-box-shadow: none; box-shadow: none; position: relative; -webkit-border-radius: 50%; border-radius: 50%; }

.jq-checkbox.disabled { opacity: 0.5; }

.jq-radio { width: 31px; height: 31px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; background: #fff; vertical-align: middle; cursor: pointer; -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4); box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4); }

.jq-radio.checked .jq-radio__div { width: 15px; height: 15px; margin: 8px 0 0 8px; -webkit-border-radius: 50%; border-radius: 50%; background: #ffbb00; }

.jq-radio.disabled { opacity: 0.5; }

.jq-file { max-width: 100%; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 0px; border-radius: 0px; }

.jq-file input { cursor: pointer; height: auto; line-height: 1em; }

.jq-file__name { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 3rem; border: 1px solid #E6E8EC; padding: 0.5rem 1rem 0.5rem 2.5rem; line-height: 1.8rem; font-size: 1.125rem; font-weight: 500; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-shadow: none; box-shadow: none; background: #fff url(../svg/pick.svg) no-repeat 1.2rem center; -webkit-background-size: 0.75rem 0.75rem; background-size: 0.75rem; outline: none; color: #354052; }

.changed .jq-file__name { color: #354052; }

.focused .jq-file__name { border-bottom: 1px solid #fff; }

.jq-file__browse { position: absolute; top: 0px; right: 0px; padding: 0 10px; border-left: none; -webkit-border-radius: 0; border-radius: 0; background: transparent; -webkit-box-shadow: none; box-shadow: none; color: #333; text-shadow: none; font-size: 28px; color: #fff; height: 35px; width: 35px; display: none; }

.jq-file:hover .jq-file__browse { background-color: #fff; color: #00cccc; }

.jq-file:active .jq-file__browse { background-color: #fff; color: #00cccc; }

.jq-file.disabled .jq-file__name { color: #00cccc; }

.jq-file.disabled, .jq-file.disabled .jq-file__browse { border-color: #CCC; background: #F5F5F5; -webkit-box-shadow: none; box-shadow: none; color: #888; }

.jq-selectbox { vertical-align: middle; cursor: pointer; width: 100%; }

.jq-selectbox__select { height: 39px; padding: 3px 40px 3px 34px; border-bottom: 1px solid #191919; font-size: 20px; line-height: 22px; color: #a9c8fe; height: 3rem; border: 1px solid #E6E8EC; font-size: 1rem; color: #354052; line-height: 1.8rem; padding: 0.5rem 2rem 0.5rem 1rem; }

.jq-selectbox.disabled .jq-selectbox__select { border-color: #CCC; background: #F5F5F5; -webkit-box-shadow: none; box-shadow: none; color: #888; }

.jq-selectbox__select-text { display: block; width: 100%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.jq-selectbox__trigger { position: absolute; top: 0; right: 0; width: 34px; height: 100%; }

.jq-selectbox__trigger-arrow { position: absolute; top: 14px; right: 12px; width: 16px; height: 5px; }

.jq-selectbox__trigger-arrow:after { content: ""; height: 1em; position: absolute; left: 0rem; top: 0; width: 1em; background: url(../svg/arrup.svg) no-repeat; -webkit-background-size: 100% 100%; background-size: 100%; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); z-index: 0; }

.jq-selectbox.opened .jq-selectbox__trigger-arrow:after { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }

.jq-selectbox__dropdown { top: 3rem; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; line-height: 1.5; border: 1px solid #E6E8EC; background: #fff; }

.jq-selectbox__search { margin: 5px; }

.jq-selectbox__search input { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 0; padding: 5px 27px 6px 8px; outline: none; border: 1px solid #CCC; -webkit-border-radius: 3px; border-radius: 3px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%; -webkit-box-shadow: inset 1px 1px #F1F1F1; box-shadow: inset 1px 1px #F1F1F1; color: #333; -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration { -webkit-appearance: none; }

.jq-selectbox__not-found { margin: 5px; padding: 5px 8px 6px; background: #F0F0F0; font-size: 13px; }

.jq-selectbox ul { margin: 0; padding: 0; }

.jq-selectbox li { min-height: 18px; padding: 0px 10px 0px 18px; line-height: 25px; font-size: 1rem; color: #354052; line-height: 1.8rem; padding: 0.5rem 1rem; }

.jq-selectbox li.selected, .jq-selectbox li.sel { background: #eee; }

.jq-selectbox li:hover { background: #eee; }

.jq-selectbox li.disabled { color: #ccc; background: none; }

.jq-selectbox li.disabled:hover { background: none; }

.jq-selectbox li.optgroup { font-weight: bold; }

.jq-selectbox li.optgroup:hover { background: none; color: #231F20; cursor: default; }

.jq-selectbox li.option { padding-left: 25px; }

.jq-select-multiple { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1px; border: 1px solid #CCC; border-bottom-color: #B3B3B3; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); background: #FFF; color: #333; cursor: default; }

.jq-select-multiple.focused { border: 1px solid #5794BF; }

.jq-select-multiple.disabled { border-color: #CCC; background: #F5F5F5; -webkit-box-shadow: none; box-shadow: none; color: #888; }

.jq-select-multiple ul { margin: 0; padding: 0; }

.jq-select-multiple li { padding: 3px 9px 4px; list-style: none; }

.jq-select-multiple li:first-child { -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child { -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected { background: #08C; color: #FFF; }

.jq-select-multiple li.disabled { color: #AAA; }

.jq-select-multiple.disabled li.selected, .jq-select-multiple li.selected.disabled { background: #CCC; color: #FFF; }

.jq-select-multiple li.optgroup { font-weight: bold; }

.jq-select-multiple li.option { padding-left: 25px; }

/* Slider */
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; position: relative; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

.slick-arrow { position: absolute; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0px 2px 10px rgba(134, 141, 155, 0.2); box-shadow: 0px 2px 10px rgba(134, 141, 155, 0.2); margin-top: -1.5rem; padding: 0; top: 50%; width: 3rem; z-index: 20; cursor: pointer; height: 3rem; font-size: 0; background: #fff; border: none; }

.slick-arrow:before { content: ''; width: 10px; height: 10px; position: absolute; top: 50%; left: 50%; margin: -4px 0 0 -6px; display: block; border: none; border-left: 2px solid #868D9B; border-bottom: 2px solid #868D9B; }

.slick-arrow:hover { background: #F2F2F2; }

.slick-arrow.slick-disabled { opacity: 1; }

.slick-prev { left: -1.5rem; }

.slick-prev:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin: -5px 0 0 -4px; }

.slick-next { right: -1.5rem; }

.slick-next:before { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }

.slick-dots { text-align: center; left: 0; right: 0; font-size: 0; bottom: 42px; position: absolute; }

.slick-dots li { display: inline-block; list-style: none; padding: 0 2px; }

.slick-dots li button { -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; border: none; display: block; padding: 0; font-size: 0; width: 15px; height: 3px; -webkit-border-radius: 0px; border-radius: 0px; background-color: #4e5359; }

.slick-dots li button:hover { background: #ffffff; }

.slick-dots .slick-active button { background: #ffffff; }

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 40; width: 100%; min-width: 320px; text-align: left; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-order: 1; background: #FFFFFF; height: 5rem; -webkit-box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.2); padding: 1.25rem 0; }

.header .header_button { float: right; height: 2.5rem; padding: 0.5rem 1rem; font-size: 1rem; letter-spacing: 0; }

.logo { width: 17.1875rem; height: 2rem; }

.header_logo { float: left; z-index: 5; }

.header_search { float: right; position: relative; margin: 0 -0.45rem 0 1.5rem; }

.header_search_opener { display: block; text-align: center; height: 2.5rem; width: 2.5rem; line-height: 2.95rem; }

.header_search_opener img { width: 1.25rem; }

.mobile-button { z-index: 50; height: 2.857rem; float: left; width: 2.857rem; position: relative; margin: 0.28em 0px 0 -0.4rem; display: none; }

.mobile-button span { -webkit-backface-visibility: hidden; backface-visibility: hidden; position: relative; width: 2.143rem; height: 0.6429rem; display: block; margin: 0rem auto 0; }

.mobile-button span:before, .mobile-button span:after { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-backface-visibility: hidden; backface-visibility: hidden; top: 0px; content: ''; background: #98D124; height: 2px; display: block; left: 0px; width: 100%; position: absolute; }

.mobile-button span:after { top: auto; bottom: 0px; }

.mobile-button.open span:before { left: 0px; top: 3px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.mobile-button.open span:after { left: 0px; bottom: 3px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.header_nav { float: right; margin-right: 1.1rem; }

.nav li { list-style: none; line-height: 2rem; display: inline-block; vertical-align: top; margin: 0 1.9rem 0 0; }

.nav li a { text-transform: uppercase; color: #FFFFFF; color: #354052; }

.nav li a:hover { text-decoration: underline; }

/*
.home {
	.header {box-shadow: none;background: transparent; transition: all 0.3s linear;
		&.fix { background: linear-gradient(180deg, rgba(21, 7, 115, 0.9) 0%, rgba(8, 174, 234, 0.9) 100%); box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.2);}
	}
	.header_logo {width:11.1875rem;}
	.header_button {background: rgba(255, 255, 255, 0.4);height: 2rem;line-height: 2rem; letter-spacing: 0;padding: 0rem 1rem; font-size: 1rem;}
}
*/
/*---------------*/
@media screen and (max-width: 1200px) { .nav li { margin-right: 1rem; } }

@media screen and (max-width: 1023px) { .home .header_button { padding: 0rem 0.7rem; }
  .header_nav { margin-right: 0rem; }
  .nav li { font-size: 0.95rem; margin-right: 0.8rem; } }

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.footer { background: #161C26; position: relative; z-index: 2; text-align: left; width: 100%; min-width: 320px; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; -webkit-order: 3; padding: 2.8rem 0 0.78rem; color: #fff; }

.footer_cols { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.footer_cols_left { width: 31rem; max-width: 44%; }

.footer_cols_right { width: 50%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: -0.9rem; max-width: 33.8rem; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.footer_title { font-size: 1.25rem; line-height: 1.5rem; color: rgba(255, 255, 255, 0.5); height: 2rem; margin: 0.35rem 0 0.15rem; }

.footer_list_col { width: 32%; }

.footer_list li { list-style: none; line-height: 1.3; }

.footer_list li a { font-size: 0.875rem; line-height: 1.5rem; color: #FFFFFF; }

.footer_list li a:hover { color: #16B8E6; }

.subsc { margin-bottom: 2.55rem; }

.subsc_title { font-weight: 500; font-size: 1.5rem; line-height: 2rem; margin-bottom: 1.25rem; letter-spacing: 0.015rem; }

.subsc_form { overflow: hidden; /* background: #fff;*/ -webkit-border-radius: 0.25rem; border-radius: 0.25rem; }

.subsc_form .form-control { border: none; float: left; width: 70.3%; -webkit-border-radius: 0.25rem 0 0 0.25rem; border-radius: 0.25rem 0 0 0.25rem; }

.subsc_form .button { letter-spacing: 0.05rem; float: right; width: 29.7%; -webkit-border-radius: 0 0.25rem 0.25rem 0; border-radius: 0 0.25rem 0.25rem 0; height: 3rem; font-size: 1rem; padding: 0.5rem; line-height: 2rem; }

.footer_logos { margin-bottom: 1.95rem; }

.footer_logos_item { display: inline-block; vertical-align: middle; margin-right: 2rem; }

.footer_logos_item img { max-height: 3rem; max-width: 5.8125rem; }

.footer_bot { padding-top: 1.5rem; text-align: center; color: rgba(255, 255, 255, 0.5); font-size: 0.75rem; border-top: 1px solid #50545C; line-height: 1.5rem; }

.footer_bot p { padding: 0.3rem 0; }

.footer_soc a { display: inline-block; margin: 0 0.85rem; width: 1.5rem; height: 1.5rem; opacity: 0.5; }

.footer_soc a img { vertical-align: top; }

.footer_soc a:hover { opacity: 1; }

/*-------------*/
.main-wrapper { padding: 0 0 0 0; min-width: 320px; width: 100%; position: relative; overflow: hidden; min-height: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; -webkit-box-pack: start; justify-content: flex-start; -webkit-justify-content: flex-start; -ms-flex-pack: start; }

.wrapper { min-width: 320px; max-width: 80rem; padding: 0 1rem 0 1rem; margin: 0 auto; position: relative; }

/* titles */
p { padding: 1rem 0 1rem 0; }

h1, .h1 { font-size: 2.5rem; line-height: 1.2; color: #16B8E6; font-family: "Francois One", sans-serif; padding: 0.55rem 0 0.55rem 0; font-weight: 400; text-transform: uppercase; }

h2, .h2 { font-size: 2rem; line-height: 2.5rem; color: #354052; font-weight: 900; padding: 1rem 0 1rem 0; text-transform: uppercase; }

h3, .h3 { font-size: 1.75rem; line-height: 2.125rem; color: #16B8E6; padding: 1rem 0 1rem 0; font-weight: 900; text-transform: uppercase; }

h4, .h4 { font-size: 1rem; line-height: 1.4; color: #354052; font-family: "Francois One", sans-serif; padding: 1rem 0 1rem 0; font-weight: 400; text-transform: uppercase; }

.title-bg { margin: 1.25rem 0 0.2rem; }

.title-bg span { text-transform: uppercase; color: #FFFFFF; display: inline-block; line-height: 1.65rem; height: 1.5rem; vertical-align: top; padding: 0 0.85rem; background: -webkit-gradient(linear, right top, left top, color-stop(1.44%, #150773), color-stop(101.44%, #08AEEA)); background: -webkit-linear-gradient(right, #150773 1.44%, #08AEEA 101.44%); background: -o-linear-gradient(right, #150773 1.44%, #08AEEA 101.44%); background: linear-gradient(270deg, #150773 1.44%, #08AEEA 101.44%); font-family: "Francois One", sans-serif; }

.title-line { text-transform: uppercase; font-weight: 900; color: #354052; margin-bottom: 1.3rem; }

.title-line:after { content: ''; display: block; height: 2px; margin: 0.3125rem 0 0; background: -webkit-gradient(linear, right top, left top, color-stop(1.44%, #150773), color-stop(101.44%, #08AEEA)); background: -webkit-linear-gradient(right, #150773 1.44%, #08AEEA 101.44%); background: -o-linear-gradient(right, #150773 1.44%, #08AEEA 101.44%); background: linear-gradient(270deg, #150773 1.44%, #08AEEA 101.44%); }

/* text position */
.text-left { text-align: left !important; }

.text-center { text-align: center !important; }

.text-right { text-align: right !important; }

.nowrap { white-space: nowrap !important; }

/* loader */
.loaded .main-wrapper { opacity: 0; }

.icon-load { width: 40px; height: 40px; position: fixed; left: 50%; top: 50%; margin-left: -20px; margin-left: -20px; display: none; }

.loaded .icon-load { display: block; }

/* */
img { max-width: 100%; }

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content { min-width: 320px; text-align: left; width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -webkit-order: 2; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-grow: 1; padding-top: 5rem; }

form:after { content: ''; display: block; clear: both; }

.button { font-family: "Lato", sans-serif; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; display: inline-block; border: none; position: relative; z-index: 1; overflow: hidden; text-decoration: none; -webkit-box-shadow: none; box-shadow: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; text-align: center; padding: 1rem 3rem 1rem; color: #fff; height: 3.5rem; background: #16B8E6; letter-spacing: 0.08rem; -webkit-border-radius: 0.375rem; border-radius: 0.375rem; position: relative; font-size: 1.125rem; line-height: 1.5rem; font-weight: bold; text-transform: uppercase; }

.button:hover { background: #150773; color: #fff; }

.button:disabled { background: #242D4C; color: #3E4970; cursor: default; }

.button span { vertical-align: middle; }

.buttons { text-align: center; }

.form-field { margin: 0.5rem 0 1.5rem; }

.form-field:after { content: ''; display: block; clear: both; }

.form-field__label { display: block; font-size: 0.875rem; line-height: 1.4rem; font-weight: 600; margin-bottom: 0.65rem; }

.form-button { margin-top: 0rem; margin-bottom: 1rem; }

.form-button .button { width: 100%; }

.form-field__error, label.error { position: absolute; left: 0; right: 0; top: 100%; font-size: 0.7143rem; color: #E11E1E; }

.form-control { position: relative; padding: 0.5rem 1rem 0.5rem; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; display: block; width: 100%; height: 3rem; border: 1px solid #E6E8EC; font-size: 1.25rem; color: #354052; line-height: 1.8rem; font-family: "Lato", sans-serif; background: #FFFFFF; -webkit-border-radius: 0.25rem; border-radius: 0.25rem; }

textarea.form-control { height: 10rem; resize: none; }

input::-webkit-input-placeholder { color: rgba(53, 64, 82, 0.5); }

input:-moz-placeholder { color: rgba(53, 64, 82, 0.5); }

input::-moz-placeholder { color: rgba(53, 64, 82, 0.5); }

input:-ms-input-placeholder { color: rgba(53, 64, 82, 0.5); }

textarea::-webkit-input-placeholder { color: rgba(53, 64, 82, 0.5); }

textarea:-moz-placeholder { color: rgba(53, 64, 82, 0.5); }

textarea::-moz-placeholder { color: rgba(53, 64, 82, 0.5); }

textarea:-ms-input-placeholder { color: rgba(53, 64, 82, 0.5); }

.form-field__input { position: relative; }

.form-field__input .form-control.error { border-color: #E11E1E; }

/*---------------*/
.js-bg { background-position: center; -webkit-background-size: cover; background-size: cover; }

.section-post { padding: 4.5rem 0; }

.columns { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin: 0 auto; max-width: 68.5rem; }

.center { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

.sidebar { width: 20rem; min-width: 20rem; margin-left: 5.1%; }

.post_top_txt { font-size: 1.25rem; line-height: 1.75rem; color: #6C7686; letter-spacing: 0.008rem; margin-bottom: 1.75rem; }

.post_info { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 1.45rem; }

.post_info_right { text-align: right; }

.post_info_date { color: #354052; font-weight: 500; }

.post_info_time { color: #6C7686; font-size: 0.875rem; }

.post_author { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.post_author_ava { -webkit-border-radius: 50%; border-radius: 50%; width: 2.5rem; height: 2.5rem; min-width: 2.5rem; margin-right: 0.7rem; }

.post_author_ava .ava { width: 2.5rem; height: 2.5rem; display: block; }

.post_author_name { font-weight: 600; margin-top: -0.05rem; }

.post_author_name a { color: #354052; }

.post_author_mail { color: #6C7686; font-size: 0.875rem; }

.post_author_mail a { color: #6C7686; }

.ava { -webkit-border-radius: 50%; border-radius: 50%; display: block; }

.post_main_img { margin-bottom: 0.2rem; }

.post_wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; position: relative; }

.post_soc { text-align: center; min-width: 3.6rem; margin-right: 1.4rem; margin-top: 1.5rem; }

.post_cont { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

.post_txt { line-height: 1.8; font-size: 1.125rem; letter-spacing: 0.006rem; }

.post_txt img { margin: 0.56rem 0; }

.post_txt .img_capture { margin-top: -0.5rem; margin-bottom: 0.25rem; }

.post_txt blockquote { display: block; font-weight: 900; font-size: 1.375rem; color: #111111; padding-left: 1.85rem; letter-spacing: -0.005rem; line-height: 1.47; position: relative; margin: 0.45rem 0 0.5rem; }

.post_txt blockquote:before { content: ''; display: inline-block; vertical-align: middle; width: 1.5rem; height: 1.5rem; background: url(../svg/quote.svg) no-repeat center; -webkit-background-size: 100% 100%; background-size: 100%; position: absolute; left: 0; top: 0; }

.post_txt blockquote cite { display: block; position: relative; font-weight: 600; font-size: 1.125rem; color: #AEAEAE; font-style: normal; letter-spacing: -0.02rem; margin-top: 0.78rem; }

.post_txt blockquote cite:after { content: ''; height: 2px; width: 6.5rem; display: block; margin: 0.5rem 0 0 0; background: -webkit-gradient(linear, right top, left top, color-stop(1.44%, #150773), color-stop(101.44%, #08AEEA)); background: -webkit-linear-gradient(right, #150773 1.44%, #08AEEA 101.44%); background: -o-linear-gradient(right, #150773 1.44%, #08AEEA 101.44%); background: linear-gradient(270deg, #150773 1.44%, #08AEEA 101.44%); }

.post_txt blockquote p { padding: 0; }

.post_txt blockquote p:after { content: ''; display: inline-block; vertical-align: middle; width: 1.5rem; height: 1.5rem; background: url(../svg/quote.svg) no-repeat center; -webkit-background-size: 100% 100%; background-size: 100%; }

.tags { margin: 0px 0 1.9rem -0.1rem; }

.tags a { margin-right: 1rem; display: inline-block; vertical-align: top; text-transform: uppercase; font-weight: bold; text-transform: uppercase; color: #16B8E6; background: rgba(22, 184, 230, 0.2); font-size: 0.75rem; line-height: 1.25rem; padding: 0 0.5rem; -webkit-border-radius: 2px; border-radius: 2px; }

.tags a:hover { background: #16B8E6; color: #fff; }

.author { margin-bottom: 2.3rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; border-bottom: 1px solid #E0E0E0; }

.author_ava { -webkit-border-radius: 50%; border-radius: 50%; width: 3.5rem; min-width: 3.5rem; margin-right: 1rem; }

.author_ava .ava { width: 3.5rem; height: 3.5rem; display: block; }

.author_name { font-weight: 800; margin-top: -0.05rem; color: #354052; font-size: 1.25rem; line-height: 1.5rem; }

.author_name a { color: #354052; }

.author_desc { font-size: 1.125rem; line-height: 1.75rem; margin: 0.3rem 0 0.9rem; }

.author_links { color: rgba(22, 184, 230, 0.5); font-size: 0.875rem; line-height: 1.0625rem; margin-bottom: 1.4rem; }

.author_links a { color: #16B8E6; margin-right: 0.4rem; }

.author_links a img { margin-right: 0.2rem; }

.author_links a:not(:first-child) { margin-left: 0.5rem; }

.author_revs { float: right; color: #6C7686; }

.author_revs a { text-decoration: underline; color: #6C7686; }

.author_revs a:hover { text-decoration: none; }

.author_soc { text-align: center; margin: 0.5rem -0.5rem 0; }

.author_soc a { width: 1.5rem; display: inline-block; margin: 0 0.1rem; }

.sharertitle { color: #B1B6BD; font-weight: 600; font-size: 0.6875rem; text-align: center; text-transform: uppercase; }

.sharertitle .total-count { font-weight: 900; display: block; color: #000000; font-size: 1.5rem; line-height: 1; }

.sharebutton a { display: inline-block; vertical-align: top; text-align: center; }

.sharebutton { margin: 1rem auto 0; }

.sharebutton a { width: 2rem; height: 2rem; }

.img_capture { color: rgba(108, 118, 134, 0.7); line-height: 1.2; font-size: 0.8125rem; margin-top: 0.25rem; letter-spacing: -0.002rem; }

.img_capture span { color: #6C7686; }

/*---------------*/
.sidenews { margin-bottom: 2rem; }

.sidenews_item { padding: 1.06rem 0 1rem; position: relative; }

.sidenews_item:not(:first-child):before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: #E0E0E0; }

.sidenews_item:hover .sidenews_item_title { color: #16B8E6; }

.sidenews_item_link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.sidenews_item_img { min-width: 5rem; width: 5rem; height: 5rem; margin: 0 0.75rem 0 0; }

.sidenews_item_title { font-weight: bold; font-size: 0.875rem; color: #000000; margin: -0.1rem 0 0.2rem; min-height: 2.85rem; }

.sidenews_item_info { color: #90A4AE; font-size: 0.75rem; }

.sidenews_item_info span { display: inline-block; }

.sidesubsc_icon { text-align: center; position: absolute; background: #fff; top: -1.15rem; width: 4rem; left: 50%; margin-left: -2rem; }

.sidesubsc_title { text-align: center; margin: 0.9rem 0 1rem; text-transform: uppercase; color: #354052; font-size: 1.125rem; font-family: "Francois One", sans-serif; }

.sidesubsc_bord { position: relative; padding: 1rem; margin-bottom: 1rem; border: 2px solid #16B8E6; }

.policy-sm { color: #78909C; font-size: 0.75rem; text-align: center; }

.sidesubsc_form { background: #FFFFFF; overflow: hidden; padding: 1px; border: 1px solid rgba(22, 184, 230, 0.5); -webkit-border-radius: 0.25rem; border-radius: 0.25rem; }

.sidesubsc_form .button { height: 2.25rem; font-size: 0.875rem; font-weight: 500; float: right; width: 31%; padding: 0; line-height: 2.25rem; }

.sidesubsc_form .form-control { height: 2.25rem; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; font-size: 1rem; border: none; float: left; width: 69%; line-height: 1.25; padding: 0.5rem; }

/*---------------*/
.related { margin-top: 1rem; margin-bottom: 2rem; }

.related li { list-style: none; margin-bottom: 0.89rem; }

.related li a { font-weight: 600; color: #111; font-size: 1.125rem; display: inline-block; position: relative; padding-left: 0.7rem; }

.related li a:before { width: 0.25rem; height: 0.25rem; -webkit-border-radius: 50%; border-radius: 50%; content: ''; position: absolute; left: 0; top: 0.7rem; background: #111; }

.related li a:hover { color: #16B8E6; }

.related li a:hover:before { color: #16B8E6; }

/* */
.section-welcome { text-align: center; padding: 10rem 0 9.3rem; background: url(../img/img13.jpg) no-repeat bottom; -webkit-background-size: cover; background-size: cover; }

.section-welcome h1 { color: #fff; }

.search_form { max-width: 54rem; margin: 1.15rem auto 1.45rem; overflow: hidden; background: #fff; -webkit-border-radius: 0.5rem; border-radius: 0.5rem; -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22), 0px 6px 12px rgba(50, 50, 93, 0.2); box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22), 0px 6px 12px rgba(50, 50, 93, 0.2); }

.search_form .form-control { border: none; float: left; width: 81.3%; padding-left: 3rem; height: 3.5rem; background: url(../svg/search.svg) no-repeat 1rem center; -webkit-background-size: 1.25rem 1.25rem; background-size: 1.25rem; }

.search_form .button { float: right; width: 18.5%; letter-spacing: 0.05rem; -webkit-border-radius: 0 0.5rem 0.5rem 0; border-radius: 0 0.5rem 0.5rem 0; }

.search_tags { color: #FFFFFF; font-size: 0.875rem; padding-right: 2.6rem; }

.search_tags span { display: inline-block; vertical-align: middle; }

.search_tags a { padding: 0 0.7rem; margin: 0 0 0 0.5rem; height: 1.5rem; line-height: 1.5rem; display: inline-block; vertical-align: middle; color: #FFFFFF; font-weight: bold; background: rgba(17, 17, 17, 0.4); -webkit-border-radius: 2px; border-radius: 2px; }

.search_tags a:hover { background: #111111; }

/* */
.subtitle { text-transform: uppercase; font-weight: bold; color: #16B8E6; }

.section-brands { padding: 3.05rem 0 6.55rem; }

.brands_wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.brands_left { width: 42rem; }

.brands_left .subtitle { margin-top: -0.1rem; }

.brands_right { max-width: 25.3rem; margin-right: -0.8rem; }

.bradns { text-align: center; }

.brands_item { display: inline-block; vertical-align: middle; width: 7.5rem; margin: 1.2rem 0.8rem 0 0; }

.home h2, .home .h2 { font-size: 2.5rem; line-height: 3rem; font-weight: 400; font-family: "Francois One", sans-serif; }

.home .content { padding: 0; }

.section-news { padding: 1.1rem 0 1.7rem; background: #FAFAFA; }

.section-news h2 { text-align: center; }

.more_news { text-align: center; }

.news_cols { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin: 1rem 0 0.45rem; }

.news_cols_main { width: 50%; padding-right: 0.75rem; }

.news_cols_list { width: 50%; padding-left: 0.75rem; }

.mainnew_item { margin-bottom: 1.5rem; position: relative; }

.mainnew_item_link { display: block; position: relative; color: #fff; }

.mainnew_item_img { height: 25.5rem; position: relative; }

.mainnew_item_img:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.0001)), to(#000000)); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0001) 50%, #000000 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0.0001) 50%, #000000 100%); background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 50%, #000000 100%); }

.mainnew_cat { font-size: 0.875rem; background: #16B8E6; line-height: 1.5rem; padding: 0 0.8rem; display: inline-block; }

.mainnew_item_cont { position: absolute; left: 0; bottom: 0; right: 0; padding: 2.0rem 1.5rem; }

.mainnew_item_title { font-weight: bold; font-size: 2.5rem; color: #fff; line-height: 3rem; margin: 0.55rem 0 1.35rem; }

.mainnew_item_info { color: #fff; font-size: 1rem; }

.mainnew_item_info span { display: inline-block; margin-right: 0.4rem; }

.mainnew_item_info span:not(:first-child) { margin-left: 0.4rem; }

.mainnew_item_info .ava { width: 1.5rem; height: 1.5rem; margin: 0 0.7rem 0 0; display: inline-block; vertical-align: middle; }

.newslist_item { margin-bottom: 1.5rem; }

.newslist_item .subtitle { font-size: 0.875rem; line-height: 1.2; margin-bottom: 0.5rem; }

.newslist_item:hover .newslist_item_title { color: #16B8E6; }

.newslist_item_link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.newslist_item_cont { height: 7.5rem; }

.newslist_item_img { min-width: 11.25rem; width: 11.25rem; height: 7.5rem; margin: 0 1.2rem 0 0; }

.newslist_item_title { font-weight: bold; font-size: 1.5rem; color: #354052; line-height: 1.75rem; margin: 0rem 0 1.05rem; max-height: 3.5rem; min-height: 2rem; overflow: hidden; }

.newslist_item_info { color: #6C7686; font-size: 0.875rem; }

.newslist_item_info span { display: inline-block; margin-right: 0.4rem; }

.newslist_item_info span:not(:first-child) { margin-left: 0.4rem; }

.newslist_item_info .ava { width: 1.5rem; height: 1.5rem; margin: 0 0.7rem 0 0; display: inline-block; vertical-align: middle; }

/* */
.section-who { padding: 2.75rem 0; }

.section-who h2 { text-align: center; }

.tabs_wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-top: 1.55rem; }

.tabs { min-width: 32%; width: 25rem; margin-right: 2.5rem; }

.tabs li { list-style: none; margin-bottom: 1.05rem; }

.tabs li a { color: #354052; display: block; text-transform: uppercase; font-size: 1.25rem; line-height: 1.5rem; padding: 0.5rem 0.7rem; }

.tabs li.active { background: #FFFFFF; -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); font-weight: bold; }

.panes { border: 1px solid #E0E0E0; }

.panes_item { padding: 1.2rem 1.5rem; }

.panes_item:not(.active) { display: none; }

.panes_cols { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.panes_cols_prev { margin-top: 1.8rem; margin-bottom: 1.5rem; text-align: center; width: 40%; }

.panes_cols_txt { line-height: 1.5rem; width: 54.7%; }

.panes_cols_txt h3 { text-transform: none; font-weight: bold; font-size: 2rem; line-height: 2.5rem; font-family: "Lato", sans-serif; }

.panes_cols_txt p { padding: 0; }

/* */
.section-alfa { padding: 2rem 0 7rem; }

.section-alfa h2 { text-align: center; }

.alfa_cols { margin-top: 1.7rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; border: 1px solid #E0E0E0; }

.alfa_cols_sm { padding: 1.5rem; width: 15.4375rem; min-width: 15%; border-right: 1px solid #E0E0E0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.alfa_cols_big { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

.alfa_title { text-align: center; }

.alfa_tabs { text-align: center; margin-bottom: auto; margin-top: 1rem; }

.alfa_tabs li { list-style: none; }

.alfa_tabs li a { display: inline-block; text-transform: uppercase; letter-spacing: 8px; font-size: 1.5rem; line-height: 2.5rem; font-weight: bold; color: rgba(132, 142, 157, 0.5); }

.alfa_tabs li a:hover { color: #16B8E6; }

.alfa_tabs li.active a { color: #16B8E6; }

.alfa_search .form-control { border: 1px solid #E0E0E0; -webkit-border-radius: 0; border-radius: 0; height: 2.5rem; font-size: 1rem; background: url(../svg/search_sm.svg) no-repeat 0.5rem center; -webkit-background-size: 1rem 1rem; background-size: 1rem; padding-left: 2rem; }

.alfa_panes { padding: 1.3rem 0.5rem 0rem 1.1rem; }

.alfa_panes_item { padding: 0rem 0rem 1.3rem 0rem; }

.alfa_panes_item:after { content: ''; display: block; clear: both; }

.alfa_panes_item:not(.active) { display: none; }

.alfa_panes_item.active + .alfa_panes_item:not(.active) { display: block; overflow: hidden; height: 6.1rem; position: relative; }

.alfa_panes_item.active + .alfa_panes_item:not(.active):after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; top: 0; background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white)); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

.alfa_col { float: left; width: 20%; padding-left: 0.5rem; }

.alfa_col ul li { list-style: none; margin-bottom: 0.06rem; }

.alfa_col ul li a { font-size: 0.875rem; color: #354052; }

.alfa_col ul li a:hover { color: #16B8E6; }

.alfa_col_letter { text-transform: uppercase; font-size: 1.5rem; font-family: "Francois One", sans-serif; margin-bottom: 0.9rem; }

/* */
.sideconts { background: #FFFFFF; padding: 1rem 1.5rem; -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); margin-top: 1.2rem; }

.sideconts .title-line { text-transform: none; font-size: 1.375rem; }

.sideconts_list li { list-style: none; margin: -0.05rem 0 1.05rem; line-height: 1.5; }

.sideconts_list li a { color: #354052; font-weight: bold; }

.sideconts_list li a:hover { color: #16B8E6; }

.section-article { padding: 2.55rem 0; }

.section-article .columns { max-width: 72rem; }

.section-article .wrapper { max-width: 74rem; }

.article { font-size: 1.25rem; color: #6C7686; line-height: 1.6; max-width: 47.25rem; }

.article h1 { font-size: 2.625rem; font-family: "Lato", sans-serif; text-transform: uppercase; font-weight: 900; margin-bottom: 0.3rem; }

.article h2 { font-size: 1.75rem; font-family: "Lato", sans-serif; text-transform: none; font-weight: bold; color: #354052; padding-top: 2.1rem; padding-bottom: 0.4rem; }

.article h3 { font-size: 1.25rem; font-family: "Lato", sans-serif; text-transform: none; font-weight: bold; color: #354052; padding-bottom: 0; }

.article p { padding-top: 0.9rem; letter-spacing: 0.004rem; }

.article h2 + p { padding-top: 1rem; }

.article > ul { padding-top: 0.5rem; padding-bottom: 0.6rem; }

.article > ul li { position: relative; list-style: none; padding-left: 1.1rem; padding-bottom: 0.13rem; }

.article > ul li:before { content: ''; position: absolute; left: 0; top: 0.84rem; background: #16B8E6; width: 0.375rem; height: 0.375rem; -webkit-border-radius: 50%; border-radius: 50%; }

.article img { height: auto; margin-top: 1.45rem; }

.article .img_capture { font-size: 0.875rem; line-height: 1.6; margin: 0.5rem 0 1.7rem; }

.aligncenter { text-align: center; }

.article_date { border-bottom: 1px solid #D8D8D8; font-size: 1rem; color: #6C7686; margin-bottom: 0.55rem; padding-bottom: 1.05rem; }

.specnab { text-align: center; text-transform: uppercase; color: #fff; background: -webkit-gradient(linear, right top, left top, color-stop(1.44%, #150773), color-stop(101.44%, #08AEEA)); background: -webkit-linear-gradient(right, #150773 1.44%, #08AEEA 101.44%); background: -o-linear-gradient(right, #150773 1.44%, #08AEEA 101.44%); background: linear-gradient(270deg, #150773 1.44%, #08AEEA 101.44%); padding: 3.5rem 2rem 4rem; margin: 1.5rem 0; font-family: "Francois One", sans-serif; font-size: 2rem; line-height: 2.5rem; }

.specnab span { color: #FFC244; }

.breadcrumbs { color: #9E9E9E; font-size: 0.875rem; margin-bottom: 2rem; }

.breadcrumbs a { color: #9E9E9E; }

.breadcrumbs a:hover { color: #16B8E6; }

.title-line:after { margin: 0.5rem 0 0; }

/* */
.artlist_wrap { margin-bottom: 5.6rem; }

.artlist { margin-top: 1.5rem; }

.artlist_item { margin-bottom: 1.5rem; }

.artlist_item_link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.artlist_item_img { min-width: 10rem; width: 10rem; height: 7rem; margin: 0 1rem 0 0; }

.artlist_item_title { font-weight: bold; font-size: 1.25rem; color: #111; margin: 0.15rem 0 0.15rem; }

.artlist_item_desc { font-size: 0.875rem; color: #354052; line-height: 1.375rem; margin: 0.55rem 0 0rem; letter-spacing: 0.005rem; }

.artlist_item_info { color: #6C7686; font-size: 0.75rem; }

.artlist_item_info span { display: inline-block; margin-right: 0.4rem; }

.artlist_item_info span:not(:first-child) { margin-left: 0.4rem; }

.artlist_item_info .ava { width: 1.5rem; height: 1.5rem; margin: 0 0.7rem 0 0; display: inline-block; vertical-align: middle; }

/* */
.pagetop { position: relative; padding: 1.35rem 0; background: url(../img/img33.jpg) no-repeat center; -webkit-background-size: cover; background-size: cover; }

.pagetop:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.195)), to(rgba(0, 0, 0, 0.65))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.195) 0%, rgba(0, 0, 0, 0.65) 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0.195) 0%, rgba(0, 0, 0, 0.65) 100%); background: linear-gradient(180deg, rgba(0, 0, 0, 0.195) 0%, rgba(0, 0, 0, 0.65) 100%); }

.pagetop .breadcrumbs { color: rgba(255, 255, 255, 0.8); }

.pagetop .breadcrumbs a { color: rgba(255, 255, 255, 0.8); }

.pagetop_cont { text-align: center; padding-top: 0.89rem; }

.pagetop_cont h1 { line-height: 1; font-size: 3.5rem; color: #fff; }

.pagetop_cont .subtitle { font-size: 1.125rem; margin-top: 0.8rem; margin-bottom: 0.25rem; }

.pagetop_soc { margin-bottom: 0.88rem; }

.pagetop_soc a { display: inline-block; width: 2rem; margin: 0 0.3rem; }

.pagetop_soc a img { vertical-align: top; }

.section-best { text-align: center; padding: 2.5rem 0 1.35rem; background: #F2F2F2; }

.acc_item { border: 1px solid #C9C9C9; margin-bottom: 1.5rem; }

.acc_item.open .acc_item_drop { display: block; }

.acc_item.open .acc_item_opener:after { background-image: url(../svg/arrup.svg); }

.acc_item_opener { position: relative; cursor: pointer; padding: 0.82rem 1.45rem; font-weight: bold; font-size: 1.125rem; color: #354052; }

.acc_item_opener:after { content: ''; position: absolute; right: 1.15rem; top: 0.95rem; background: url(../svg/arr.svg) no-repeat center; -webkit-background-size: 100% 100%; background-size: 100%; width: 1.5rem; height: 1.5rem; }

.acc_item_opener:hover { color: #16B8E6; }

.acc_item_opener:hover:after { background-image: url(../svg/arrup.svg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.acc_item_drop { padding: 0.5rem 1.45rem 0.8rem; line-height: 1.65; border-top: 1px solid #C9C9C9; color: #6C7686; font-size: 1rem; display: none; }

.acc_item-shad { border: none; -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); margin-bottom: 2.7rem; }

.acc_item-shad .acc_item_opener { font-size: 1.25rem; padding: 0.4rem 0.9rem 0.55rem; }

.acc_item-shad .acc_item_opener:after { right: 0.8rem; top: 0.7rem; }

.icon-play { background: url(../svg/play-small.svg) no-repeat center; -webkit-background-size: 100% 100%; background-size: 100%; width: 1.5rem; height: 1.5rem; display: inline-block; vertical-align: middle; }

/* */
.tov_slider_wrap { margin: 0.5rem 0 1rem; }

.tov_slider_for { border: 1px solid #E3E3E3; }

.tov_slider_for_item { position: relative; }

.tov_slider_for_item img { max-height: 100%; margin: 0 !important; display: inline-block; }

.tov_slider_for_item:hover .tov_slider_for_cover { opacity: 1; }

.tov_slider_for_img { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; height: 29.875rem; }

.tov_slider_for_cover { font-family: "Francois One", sans-serif; color: #fff; text-transform: uppercase; font-size: 2.5rem; color: #FFFFFF; top: 0; left: 0; right: 0; bottom: 0; position: absolute; opacity: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 7, 115, 0.8)), to(rgba(8, 174, 234, 0.8))); background: -webkit-linear-gradient(top, rgba(21, 7, 115, 0.8) 0%, rgba(8, 174, 234, 0.8) 100%); background: -o-linear-gradient(top, rgba(21, 7, 115, 0.8) 0%, rgba(8, 174, 234, 0.8) 100%); background: linear-gradient(180deg, rgba(21, 7, 115, 0.8) 0%, rgba(8, 174, 234, 0.8) 100%); }

.tov_slider_for_cover:hover { color: #fff; }

.tov_slider_for_link span { display: inline-block; margin: -0.3rem 0 0 1rem; width: 1.5rem; height: 1.5rem; }

.tov_slider_nav { margin-right: -1rem; margin-top: 1rem; }

.tov_slider_nav_item { border: 1px solid #E3E3E3; position: relative; margin-right: 1rem; }

.tov_slider_nav_item img { max-height: 100%; margin: 0 !important; }

.tov_slider_nav_item:hover, .tov_slider_nav_item.slick-current { border-color: #a7a4a4; }

.tov_slider_nav_img { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; height: 9.375rem; }

.tov_plusminus { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin: 1.45rem 0 2rem; border-top: 1px solid #E3E3E3; padding-top: 0.8rem; }

.tov_plusminus_item { width: 47.5%; padding-right: 0.3rem; text-align: center; }

.tov_plusminus_title { margin-bottom: 0.75rem; text-align: center; font-weight: bold; color: #009848; font-size: 1.125rem; text-transform: uppercase; }

.tov_plusminus_list { margin: 0 auto; display: inline-block; text-align: left; }

.tov_plusminus_list li { margin-bottom: 0.5rem; list-style: none; padding-left: 2rem; color: #354052; font-size: 1.125rem; position: relative; }

.tov_plusminus_list li:before { content: ''; position: absolute; width: 1.5rem; height: 1.5rem; left: 0; top: 0.2rem; background: url(../svg/check.svg) no-repeat 0 0; -webkit-background-size: 100% 100%; background-size: 100%; }

.tov_plusminus_minus .tov_plusminus_title { color: #E94850; }

.tov_plusminus_minus .tov_plusminus_list li:before { background-image: url(../svg/cons.svg); }

/* */
.top_best { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-right: -5px; margin-bottom: 0.2rem; }

.top_best_item { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; background: #fff; width: 20%; border: 1px solid #E3E3E3; margin-right: -1px; text-align: center; position: relative; padding: 2.45em 1.25rem 0.6rem; }

.top_best_item:hover { -webkit-box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2); z-index: 2; }

.top_best_item .button { margin-bottom: 0.9rem; height: 2.5rem; display: block; padding: 0.5rem; line-height: 1.5rem; font-size: 1.125rem; text-transform: none; letter-spacing: 0; }

.top_best_item .button:after { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; content: ''; opacity: 0; margin-right: -10px; position: absolute; right: 1rem; top: 0.8rem; width: 1.125rem; height: 0.875rem; background: url(../svg/arrright.svg) no-repeat center; -webkit-background-size: 100% 100%; background-size: 100%; }

.top_best_item .button:hover { padding-right: 1.2rem; }

.top_best_item .button:hover:after { opacity: 1; margin-right: 0; }

.top_best_label { line-height: 2rem; font-family: "Francois One", sans-serif; position: absolute; top: 0; left: 0; right: 0; height: 2.5rem; text-transform: uppercase; font-size: 0.875rem; color: #FFFFFF; background: url(../img/badge1.png) no-repeat bottom; -webkit-background-size: auto 100%; background-size: auto 100%; }

.top_best_label img { margin: -0.05rem 0.2rem 0 -0.15rem; }

.top_best_label2 { background-image: url(../img/badge2.png); }

.top_best_img { height: 8.5rem; margin: 0 -0.5rem 0.7rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.top_best_img img { max-height: 100%; }

.top_best_name { color: #212121; line-height: 1.2; min-height: 3.25rem; font-weight: bold; font-size: 1.375rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.top_best_name a { color: #212121; }

.top_best_desc { color: #6C7686; line-height: 1.25; height: 6.05rem; margin-bottom: -0.05rem; font-size: 1.125rem; border-top: 1px solid #E3E3E3; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.top_best_desc a { font-size: 1rem; display: inline-block; margin-top: 0.4rem; }

.rating-custom { margin: 0.4rem auto 0.9rem; height: 1.25rem; width: 7.25rem; background: url(../img/star0.png) repeat-x 0 0; -webkit-background-size: auto 100%; background-size: auto 100%; }

.rating-custom span { display: block; height: 100%; background: url(../img/star1.png) repeat-x 0 0; -webkit-background-size: auto 100%; background-size: auto 100%; }

.section-review { padding: 1.35rem 0; }

.section-review .wrapper { max-width: 70rem; }

.section-review .author_wrap { margin: 0.5rem 0 0; }

.section-review .author { margin-bottom: 1.9rem; }

.section-review .author .author_ava { width: 4rem; min-width: 4rem; }

.section-review .author .ava { width: 4rem; height: 4rem; }

.section-review .center { max-width: 45rem; width: -webkit-calc(100% - 23rem); width: calc(100% - 23rem); }

.section-review .article { margin-bottom: 3rem; }

.section-review .article img { margin-top: 1.1rem; }

.section-review .article .img_capture { margin: 0.5rem 0 1.4rem; }

.section-review .article h2 { padding-bottom: 0.6rem; }

.section-review .article h3 { line-height: 1.6; padding-bottom: 0.2rem; }

.section-review .article p { padding-top: 0.3rem; padding-bottom: 0.4rem; }

.section-review .article img + h2 { margin-top: 0.45rem; }

.section-review .article h2 + h3 { padding-top: 0.3rem; }

.section-review .article p + h2 { padding-top: 2.64rem; }

.section-review .article h4 { padding-bottom: 0.5rem; font-weight: bold; font-size: 1rem; font-family: "Lato", sans-serif; }

.section-review .article .button { text-transform: none; margin: 1.05rem 0 -0.6rem; font-size: 1.125rem; height: 2.5rem; padding: 0.5rem; width: 14rem; letter-spacing: 0; }

.section-review .sideconts { margin-bottom: 7rem; }

.acc_item + h2 { padding-top: 0.4rem; }

h2 + .acc_item { margin-top: 0.35rem; }

/* */
.bg-gr { background-color: #f9f9f9; }

.section-welcomejob { background: url(../img/jobbg.png) no-repeat bottom #f9f9f9; -webkit-background-size: cover; background-size: cover; padding: 7rem 0 6.3rem; color: #fff; }

.welcomejob { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; max-width: 72.2rem; margin: 0 auto; }

.welcomejob .subtitle { color: #fff; opacity: 0.9; font-size: 1.125rem; }

.welcomejob h1 { color: #fff; font-size: 3rem; margin: 0.4rem 0 1.3rem; }

.welcomejob_prev { overflow: hidden; -webkit-border-radius: 50%; border-radius: 50%; width: 26.25rem; height: 26.25rem; min-width: 26.25rem; margin-left: 5rem; }

.welcomejob_txt { font-size: 1.25rem; letter-spacing: 0.01rem; line-height: 1.6; }

.section-jobs { padding: 4.8rem 0; }

.jobs_title { text-transform: uppercase; text-align: center; color: #16B8E6; font-weight: 900; font-size: 1.75rem; line-height: 2rem; }

.jobs_txt { text-align: center; color: #354052; font-size: 1.25rem; line-height: 2rem; max-width: 40rem; margin: 1.15rem auto 5rem; }

.jobs { max-width: 55rem; margin: 2.15rem auto 5.4rem; }

.jobs_item { background: #FFFFFF; border: 1px solid #F0F2F4; margin-bottom: 1.5rem; }

.jobs_item:hover { border-color: #CFD8DC; }

.jobs_item_link { display: block; padding: 1.64rem 1.5rem; color: #354052; }

.jobs_item_cont { margin: 0 auto; max-width: 40rem; position: relative; }

.jobs_item_cont:after { content: ''; position: absolute; right: 0; bottom: 1.4rem; width: 1.5rem; height: 0.875rem; background: url(../svg/back.svg) no-repeat; -webkit-background-size: 100% 100%; background-size: 100%; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.jobs_item_title { font-size: 1.5rem; border-bottom: 1px solid #CFD8DC; padding-bottom: 1.1rem; font-weight: bold; }

.jobs_item_params { color: #6C7686; font-size: 1.25rem; line-height: 2rem; padding-top: 1.5rem; }

.jobs_item_params_item { padding-bottom: 0.8rem; }

.jobs_item_params_name { display: inline-block; margin-right: 0.7rem; }

.jobs_item_params_value { color: #354052; font-weight: bold; }

.jobs_form { max-width: 40rem; margin: 1.1rem auto 5rem; }

.jobs_form .form-control { font-size: 1rem; }

.back { margin: 1.4rem 0 1.15rem; }

.back_link { font-weight: 900; font-size: 1rem; text-transform: uppercase; }

.back_link:before { content: ''; margin: 0 0.5rem 0 0; display: inline-block; vertical-align: middle; width: 1.5rem; height: 0.875rem; background: url(../svg/back.svg) no-repeat; -webkit-background-size: 100% 100%; background-size: 100%; }

.job_info { border-top: 1px solid #CFD8DC; margin-bottom: 3.5rem; }

.job_info_item { font-weight: 600; border-bottom: 1px solid #CFD8DC; padding: 0.95rem 0 0.9rem; }

.job_info_item span { display: inline-block; vertical-align: middle; text-align: center; width: 1rem; margin: 0 0.7rem 0 0; }

.job_button .button { width: 100%; text-transform: none; font-size: 1rem; height: 2.5rem; padding: 0.5rem; }

.section-job { padding: 4.45rem 0; }

.section-job .columns { max-width: 72rem; }

.section-job .sidebar { width: 18.375rem; min-width: 18.375rem; margin-left: 0%; margin-right: 5.1%; }

.section-job .center { max-width: 47.3rem; }

.section-job .jobs_form { margin: 1.9rem 0 2.7rem; }

.article-job h1 { text-transform: none; color: #354052; font-weight: bold; font-size: 2.625rem; padding: 0 0 0.75rem; }

.article-job h3 { font-size: 1.375rem; }

.article-job > ul, .article-job > ol { padding-top: 1.45rem; padding-bottom: 0rem; letter-spacing: 0.005rem; }

.article-job > ul li, .article-job > ol li { padding-bottom: 1rem; }

/* */
.section_404 { min-height: -webkit-calc(100vh - 5rem); min-height: calc(100vh - 5rem); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 1.5rem 0 3rem; }

.block_404 { text-align: center; }

.block_404_title { font-size: 2.5rem; color: #354052; font-weight: 900; }

.block_404_img { margin: 2.8rem auto 2.2rem; max-width: 35.125rem; }

.block_404_txt { font-size: 1.25rem; line-height: 1.55; margin-bottom: 2.2rem; }

.block_404_txt p { padding: 0; margin: 0; }

.block_404_links { font-weight: 600; font-size: 1.25rem; color: #D8D8D8; }

.block_404_links a { display: inline-block; margin: 0 1.25rem; }

/* */
.section_title { position: relative; padding: 5rem 0 4.89rem; color: #fff; overflow: hidden; }

.section_title img { filter: blur(5px); -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); position: absolute; top: 0; left: 0; width: 100%; }

.section_title:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%); background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent)); background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%); background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%); }

.section_title .wrapper { z-index: 3; max-width: 74rem; }

.section_title h1 { text-transform: none; font-size: 4.5rem; color: #fff; font-family: "Lato", sans-serif; padding-bottom: 11px; }

.des_top { font-size: 1.125rem; font-weight: 500; max-width: 35rem; line-height: 1.6; }

.section_navpage { background: #FAFAFA; -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }

.section_navpage .wrapper { max-width: 74rem; }

.navpage { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.navpage li { list-style: none; display: inline-block; }

.navpage li a { display: block; position: relative; font-size: 1.125rem; color: #354052; font-weight: bold; padding: 1.15rem 0 1.2rem; }

.navpage li a:after { content: ''; height: 4px; width: 100%; background: #16B8E6; position: absolute; bottom: 0; left: 0; display: none; }

.navpage li a:hover:after { display: block; }

.navpage li.current a:after { display: block; }

.section_our_mission { padding: 2.625rem 0 2.4rem; }

.our_mission { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-top: 1.4rem; }

.our_mission_text { font-size: 1.125rem; letter-spacing: 0.01rem; width: 53%; padding-top: 0.1rem; max-width: 34.5rem; line-height: 1.6; }

.our_mission_text p { padding-bottom: 0.75rem; }

.our_mission_text_title { font-size: 2rem; text-transform: uppercase; font-weight: 900; line-height: 1.2; margin-bottom: 0.35rem; }

.our_mission_img { width: 45.2%; -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.section_meet_our_team { padding: 1.4rem 0 2.5rem; }

.section_meet_our_team h2 { margin-bottom: -0.4375rem; }

.meet_our_team_des { line-height: 1.6; margin-bottom: 3.3rem; font-size: 1.125rem; margin-top: 0.2rem; }

.meet_our_team_item { float: left; width: 29%; text-align: center; margin-left: 6.33%; }

.meet_our_team_item:nth-child(3n+1) { margin-left: 0; }

.meet_our_team_item .author_soc { margin: 1rem -0.5rem 0.55rem; }

.meet_our_team_item_img { width: 10rem; height: 10rem; margin: 0 auto; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; margin: 0px auto 0.6rem; }

.meet_our_team_item_name { font-weight: 900; font-size: 1.5rem; margin: 0.8rem 0 -0.1rem; }

.meet_our_team_item_des { font-size: 1rem; }

.meet_our_team_item_text { font-size: 0.875rem; line-height: 1.45; padding: 0 0.6rem; }

.section_press_news { padding: 2rem 0; }

.section_press_news h2 { padding-bottom: 2.5rem; }

.news { margin-top: 0.2rem; }

.news:after { display: block; clear: both; content: ''; }

.news_item { width: 23.4%; float: left; margin-left: 2.1%; color: #354052; min-height: 20rem; margin-bottom: 2.55rem; }

.news_item:nth-child(4n+1) { margin-left: 0; clear: both; }

.news_item_img { position: relative; overflow: hidden; margin-bottom: 0.4rem; }

.news_item_img img { position: absolute; top: 0; left: 0; width: 100%; }

.news_item_img:before { content: ''; padding-bottom: 75%; display: block; }

.news_item_date { font-size: 0.87rem; }

.news_item_text { font-size: 1.375rem; font-weight: bold; line-height: 1.2; margin-bottom: 0.9rem; margin-top: 0.4rem; min-height: 3.8rem; }

.news_item_text a { color: #354052; }

.news_item_text a:hover { color: #16B8E6; }

.news_item_logo { height: 1rem; }

.section-about h2 { color: #16B8E6; font-size: 1.75rem; }

.section-about .wrapper { max-width: 74rem; }

.section_section_txt { padding: 2rem 0 1.1rem; }

.section_txt { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 1.5rem 0 0; }

.section_txt_left { min-width: 34.3%; padding-right: 1.25rem; }

.section_txt_list { margin-top: 0.5rem; }

.section_txt_list li { display: block; margin-bottom: 1.05rem; }

.section_txt_list li a { color: #150773; font-weight: bold; font-size: 1rem; }

.section_txt_list li a:hover { color: #16B8E6; }

.section_txt_right { width: auto; }

.section_txt_block { line-height: 1.6; margin-bottom: 2rem; color: #6C7686; font-size: 1.25rem; }

.section_txt_block p { padding: 0.55rem 0 1.45rem; letter-spacing: 0.01rem; }

.date { color: #6C7686; margin: 0.4rem 0 1.1rem; font-size: 1rem; }

.section_txt_block_title { color: #354052; font-size: 1.25rem; font-weight: bold; }

.section_contact_us { padding: 0.55rem 0 8.7rem; }

.contact_us { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-top: 0.2rem; }

.contact_us_left { width: 54.2%; }

.contact_us_title { text-transform: uppercase; font-weight: 900; font-size: 2rem; margin: 1.5rem 0 0; }

.contact_us_des { font-size: 1.125rem; margin-bottom: 2.4rem; }

.contact_us_form { border: 1px solid #E6E8EC; padding: 3.1rem 2.45rem 2.85rem; }

.contact_us_form .form-field { margin: 0.5rem 0 2rem; }

.contact_us_form .form-control { font-size: 1rem; }

.contact_us_form .form-button { margin-top: 4rem; margin-bottom: 0rem; }

.contact_us_form_title { font-size: 1.125rem; color: #6C7686; margin-bottom: 2.2rem; }

.contact_us_right { width: 37%; }

.contact_us_block { color: #6C7686; font-size: 1.125rem; margin-bottom: 3.15rem; }

.contact_us_block a { font-weight: bold; }

.contact_us_block p { padding: 0; line-height: 1.7; }

.contact_us_block .author_soc { margin: 1.2rem 0 0; text-align: left; }

.contact_us_block .author_soc a { width: 2rem; margin: 0 0.8rem 0 0; }

.contact_us_block .author_soc a img { width: 100%; }

.contact_us_block_title { font-size: 1.25rem; font-weight: bold; line-height: 1; margin: -0.05rem 0 0.45rem; }

/*--------------------------------------------------------*/
@media screen and (max-width: 1199px) { .brands_left { width: 35rem; }
  .tabs { margin-right: 1.5rem; }
  .alfa_cols_sm { width: 13rem; }
  .sidebar { min-width: 30.5%; }
  .top_best_item .button:hover { padding-right: 1.9rem; }
  .top_best_name { font-size: 1.275rem; } }

@media screen and (max-width: 1099px) { .sidebar { margin-left: 3.1%; }
  .section-job .sidebar { margin-right: 3.1%; } }

@media screen and (max-width: 1023px) { html { font-size: 13px !important; }
  .post_soc { margin-right: 0.4rem; }
  .brands_left { width: 32rem; }
  .tabs { min-width: 34%; }
  .panes_cols_txt h3 { font-size: 1.55rem; line-height: 2.2rem; }
  .alfa_cols_sm { padding: 1rem; }
  .alfa_panes { padding: 0.8rem 0.5rem 0rem 0.4rem; }
  .top_best_label { font-size: 0.85rem; }
  .top_best_label img { margin: -0.15rem 0.1rem 0 -0.15rem; vertical-align: middle; }
  .top_best_item { padding: 2.45em 1rem 0.6rem; }
  .top_best_img { height: 7.5rem; }
  .top_best_desc { height: 7.05rem; }
  .sidebar, .section-job .sidebar { min-width: 17rem; width: 17rem; }
  .welcomejob_prev { margin-left: 1rem; } }

/*# sourceMappingURL=style.css.map */
