@charset "UTF-8";
/* reset */
/* main variables */
html { font-size: 24px !important; }

body { margin: 0px; padding: 0px; font-family: "aktiv-grotesk", sans-serif; background: #fff; height: 100%; color: #030405; font-weight: 300; line-height: 1.3; position: relative; font-size: 24px !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/*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: "aktiv-grotesk", 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: #de106d; -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: rgba(0, 0, 0, 0); }

a:hover { text-decoration: none; color: #4a007d; }

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

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

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 { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

@font-face { font-family: 'icomoon'; src: url("../fonts/icomoon.eot?21naj0"); src: url("../fonts/icomoon.eot?21naj0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?21naj0") format("truetype"), url("../fonts/icomoon.woff?21naj0") format("woff"), url("../fonts/icomoon.svg?21naj0#icomoon") format("svg"); font-weight: normal; font-style: normal; font-display: block; }

[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-chevron:before { content: "\e900"; }

.icon-fb:before { content: "\e901"; }

.icon-linkedin:before { content: "\e902"; }

.icon-logo:before { content: "\e903"; }

.icon-netw1:before { content: "\e904"; }

.icon-netw2:before { content: "\e905"; }

.icon-netw3:before { content: "\e906"; }

.icon-netw4:before { content: "\e907"; }

.icon-piqs1:before { content: "\e908"; }

.icon-piqs2:before { content: "\e909"; }

.icon-piqs3:before { content: "\e90a"; }

.icon-piqs4:before { content: "\e90b"; }

.icon-process1:before { content: "\e90d"; }

.icon-process2:before { content: "\e90e"; }

.icon-process3:before { content: "\e90f"; }

.icon-process4:before { content: "\e910"; }

.icon-process5:before { content: "\e911"; }

.icon-secret1:before { content: "\e912"; }

.icon-secret2:before { content: "\e913"; }

.icon-secret3:before { content: "\e914"; }

.icon-tw:before { content: "\e915"; }

.icon-youtube:before { content: "\e91a"; }

/* checkbox */
/* radio */
/* select */
.jq-checkbox { width: 16px; display: inline-block; height: 16px; -webkit-border-radius: 4px; border-radius: 4px; background: #fff; vertical-align: middle; cursor: pointer; border: 2px solid #cccccc; margin-right: 11px; top: -2px; }

.jq-checkbox.checked { border-color: #3399cc; }

.jq-checkbox.checked .jq-checkbox__div { width: 8px; height: 8px; margin: 2px 0 0 2px; -webkit-border-radius: 2px; border-radius: 2px; background: #3399cc; }

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

.jq-radio { width: 16px; display: inline-block; height: 16px; -webkit-border-radius: 50%; border-radius: 50%; background: #fff; vertical-align: middle; cursor: pointer; border: 2px solid #cccccc; margin-right: 11px; top: -2px; }

.jq-radio.checked { border-color: #3399cc; }

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

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

.jq-file { width: 100%; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 5px; border-radius: 5px; border: 1px dashed #b3b3b3; padding: 28px 23px; }

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

.jq-file__name { -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 6px; float: left; font-size: 16px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-shadow: none; box-shadow: none; background: transparent; outline: none; color: #4d4d4d; letter-spacing: 2.7px; }

.jq-file__browse { position: relative; 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: 16px; color: #00aeef; letter-spacing: 2.7px; }

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

.jq-file:active .jq-file__browse { 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 .placeholder { color: #4b4b4b; }

.jq-selectbox__select { height: 58px; padding: 12px 35px 18px 10px; border: 1px solid #afafaf; border-width: 0 0 1px; -webkit-border-radius: 0px; border-radius: 0px; background: transparent; line-height: 26px; color: #4b4b4b; font-size: 18px; font-weight: 400; z-index: 1; font-family: "aktiv-grotesk", sans-serif; }

.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: 0px; right: 0; }

.jq-selectbox__trigger-arrow { position: absolute; top: 23px; right: 6px; width: 20px; height: 11px; background: url(../svg/chevron.svg) no-repeat center; -webkit-background-size: 100% 100%; background-size: 100%; }

.jq-selectbox.opened .jq-selectbox__trigger-arrow { top: 18px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.jq-selectbox__dropdown { overflow: hidden; top: 58px !important; width: 100%; color: #4b4b4b; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 18px; line-height: 26px; left: 0; border: 0px solid #afafaf; background: #FFF; -webkit-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.17); box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.17); -webkit-border-radius: 0px; border-radius: 0px; }

.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: 9px 10px 9px 10px; line-height: 26px; }

.jq-selectbox li:hover { color: #d800ce; }

.jq-selectbox li.selected, .jq-selectbox li.sel { background-color: #f2f5f7; color: #d800ce; }

.jq-selectbox.placeholder .jq-selectbox__select, .jq-selectbox li.placeholder { color: #8F8F8F; }

.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; }

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header { width: 100%; min-width: 320px; text-align: left; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; position: fixed; top: 0; left: 0; right: 0; -webkit-order: 1; z-index: 90; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; background-color: rgba(3, 4, 5, 0.39); }

.header .wrapper { max-width: 1380px; }

.header.fix, .header:hover { -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); background-color: #fff; }

.header.fix .logo, .header:hover .logo { background: -webkit-gradient(linear, left top, right top, from(#609), to(#f4136b)); background: -webkit-linear-gradient(left, #609 0%, #f4136b 100%); background: -o-linear-gradient(left, #609 0%, #f4136b 100%); background: linear-gradient(left, #609 0%, #f4136b 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: rgba(255, 255, 255, 0.001); }

.header.fix .header_nav > li > a, .header:hover .header_nav > li > a { color: #4b4b4b; }

.header.fix .header_nav > li > a:hover, .header:hover .header_nav > li > a:hover { color: #a7039f; }

.header.fix .header_btn .btn, .header:hover .header_btn .btn { border: solid 1px #a7039f; color: #a7039f; }

.header.fix .header_btn .btn:hover, .header:hover .header_btn .btn:hover { color: #fff; -webkit-box-shadow: 0 3px 20px 0 rgba(167, 3, 159, 0.39); box-shadow: 0 3px 20px 0 rgba(167, 3, 159, 0.39); background-image: -webkit-linear-gradient(336deg, #4a007d -8%, #de106d 109%); background-image: -o-linear-gradient(336deg, #4a007d -8%, #de106d 109%); background-image: linear-gradient(114deg, #4a007d -8%, #de106d 109%); border-color: transparent; }

.header.fix .header_btn .btn:hover:focus, .header.fix .header_btn .btn:hover:active, .header:hover .header_btn .btn:hover:focus, .header:hover .header_btn .btn:hover:active { color: #fff; background-image: -webkit-linear-gradient(336deg, #3a0260 -8%, #6e0255 50%, #d60c67 109%); background-image: -o-linear-gradient(336deg, #3a0260 -8%, #6e0255 50%, #d60c67 109%); background-image: linear-gradient(114deg, #3a0260 -8%, #6e0255 50%, #d60c67 109%); -webkit-box-shadow: none; box-shadow: none; }

.header.nav-up { -webkit-transform: translateY(-110%); -ms-transform: translateY(-110%); transform: translateY(-110%); }

.pageerror .header { -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); background-color: #fff; }

.pageerror .header .logo { background: -webkit-gradient(linear, left top, right top, from(#609), to(#f4136b)); background: -webkit-linear-gradient(left, #609 0%, #f4136b 100%); background: -o-linear-gradient(left, #609 0%, #f4136b 100%); background: linear-gradient(left, #609 0%, #f4136b 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: rgba(255, 255, 255, 0.001); }

.pageerror .header .header_nav > li > a { color: #4b4b4b; }

.pageerror .header .header_nav > li > a:hover { color: #a7039f; }

.pageerror .header .header_btn .btn { border: solid 1px #a7039f; color: #a7039f; }

.pageerror .header .header_btn .btn:hover { color: #fff; -webkit-box-shadow: 0 3px 20px 0 rgba(167, 3, 159, 0.39); box-shadow: 0 3px 20px 0 rgba(167, 3, 159, 0.39); background-image: -webkit-linear-gradient(336deg, #4a007d -8%, #de106d 109%); background-image: -o-linear-gradient(336deg, #4a007d -8%, #de106d 109%); background-image: linear-gradient(114deg, #4a007d -8%, #de106d 109%); border-color: transparent; }

.pageerror .header .header_btn .btn:hover:focus, .pageerror .header .header_btn .btn:hover:active { color: #fff; background-image: -webkit-linear-gradient(336deg, #3a0260 -8%, #6e0255 50%, #d60c67 109%); background-image: -o-linear-gradient(336deg, #3a0260 -8%, #6e0255 50%, #d60c67 109%); background-image: linear-gradient(114deg, #3a0260 -8%, #6e0255 50%, #d60c67 109%); -webkit-box-shadow: none; box-shadow: none; }

.header_cols { padding-top: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 85px; }

.header_mob { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header_nav { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 18px 0 0; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header_nav > li { position: relative; margin: 0 39px 0 0; }

.header_nav > li > a { padding: 0 17px 0px; height: 80px; text-align: center; position: relative; font-weight: 400; font-size: 14px; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.header_nav > li > a:after { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; content: ''; position: absolute; width: 140px; opacity: 0; height: 4px; bottom: 0; left: 50%; margin-left: -70px; background-color: #a7039f; }

.header_nav > li > a:hover { color: #a7039f; }

.header_nav > li.active a:after, .header_nav > li.current-menu-item a:after { opacity: 1; }
.header_nav > li.current-menu-parent a:after { opacity: 1; }

.header_nav > li ul { padding: 11px 0 13px; overflow: hidden; visibility: hidden; width: 140px; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; position: absolute; background: #fff; left: 50%; margin-left: -70px; top: 100%; opacity: 0; margin-top: 20px; border-bottom: 4px solid #a7039f; }

.header_nav > li ul:before { content: ''; position: absolute; left: -40px; right: -40px; bottom: 100%; height: 100%; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); }

.header_nav > li ul li { margin: 0; }

.header_nav > li ul li a { font-size: 14px; display: block; font-weight: 300; line-height: 1.7; color: #000; height: auto; padding: 0 15px 0 36px; text-align: left; }

.header_nav > li ul li a:hover, .header_nav > li ul li a.active { font-weight: 500; color: #a7039f; }

.header_nav > li:hover ul { visibility: visible; opacity: 1; margin-top: 0; }

.header_btn .btn { padding: 5px; width: 180px; font-size: 14px; font-weight: normal; border: solid 1px #fff; color: #fff; background: transparent; }

.header_btn .btn:hover { background-image: -webkit-linear-gradient(336deg, #7703c7 -8%, #960875 18%, #de106d 109%); background-image: -o-linear-gradient(336deg, #7703c7 -8%, #960875 18%, #de106d 109%); background-image: linear-gradient(114deg, #7703c7 -8%, #960875 18%, #de106d 109%); border-color: transparent; }

.header_btn .btn:hover:focus, .header_btn .btn:hover:active { background-image: -webkit-linear-gradient(336deg, #3a0062 -8%, #60012c 109%); background-image: -o-linear-gradient(336deg, #3a0062 -8%, #60012c 109%); background-image: linear-gradient(114deg, #3a0062 -8%, #60012c 109%); }

.header_logo { margin-top: 4px; }

.header_logo .logo { color: #fff; font-size: 37px; }

.header_logo .logo:hover { background: -webkit-gradient(linear, left top, right top, from(#609), to(#f4136b)); background: -webkit-linear-gradient(left, #609 0%, #f4136b 100%); background: -o-linear-gradient(left, #609 0%, #f4136b 100%); background: linear-gradient(left, #609 0%, #f4136b 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: rgba(255, 255, 255, 0.001); }

.logo { display: inline-block; line-height: 0; font-size: 37px; }

.header_opener { position: relative; z-index: 5; margin-left: auto; z-index: 50; height: 28px; width: 28px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: none; }

.header_opener_icon { -webkit-backface-visibility: hidden; backface-visibility: hidden; position: relative; background: #000; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; width: 20px; height: 2px; display: block; margin: 0px 0 0px 5px; }

.header_opener_icon:before, .header_opener_icon: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; content: ''; background: #000; left: 0px; height: 2px; display: block; width: 20px; position: absolute; }

.header_opener_icon:before { top: 7px; }

.header_opener_icon:after { bottom: 7px; }

.header_opener.active_icon { background: transparent; }

.header_opener.active_icon:before { top: 0; width: 22px; left: 0px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.header_opener.active_icon:after { bottom: 0px; width: 22px; left: 0px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/*.home {
    .header:not(.fix) { background-color: rgba(3,4,5,0.39);}
}*/
/* */
@media (max-width: 1599px) { .header_logo { margin-left: -3px; }
  .header_nav li { margin: 0 33px 0 0; } }

@media screen and (max-width: 1023px) { .noscroll-tablet { overflow: hidden; }
  .header_mob { margin: 0; z-index: 4; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; top: 14rem; width: 100%; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; overflow: auto; background: #fff; position: fixed; left: 100%; }
  .header_mob.opened { left: 0; }
  .header_nav li { margin: 0.3rem 0; }
  .header_nav li a { font-size: 1.7rem; }
  .header_opener { display: -webkit-box; display: -ms-flexbox; display: flex; } }

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.footer { text-align: left; width: 100%; min-width: 320px; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; padding-top: 39px; font-weight: normal; -webkit-order: 3; position: relative; overflow: hidden; background-color: #011323; color: #b3b3b3; font-size: 12px; }

.footer .wrapper { max-width: 1378px; }

.footer_bot { border-top: solid 1px rgba(128, 128, 128, 0.5); margin-top: 70px; }

.footer_cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 26px 0 22px; }

.footer_cols_item-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.footer_cols .soc { margin-top: -4px; }

.footer_logo { margin-bottom: 30px; }

.footer_logo .logo { color: #fff; font-size: 37px; }

.footer_logo .logo:hover { background: -webkit-gradient(linear, left top, right top, from(#609), to(#f4136b)); background: -webkit-linear-gradient(left, #609 0%, #f4136b 100%); background: -o-linear-gradient(left, #609 0%, #f4136b 100%); background: linear-gradient(left, #609 0%, #f4136b 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: rgba(255, 255, 255, 0.001); }

.footer_links { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; }

.footer_links li { margin-right: 117px; line-height: 26px; }

.footer_links li a { color: #b3b3b3; }

.footer_links li a:hover { color: #d800ce; }

.footer_list { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; }

.footer_list li { font-size: 14px; font-weight: bold; margin-right: 30px; line-height: 34px; min-width: 82px; }

.footer_list li a { color: #fff; }

.footer_list li a:hover { color: #d800ce; }

.footer_list li ul { list-style: none; }

.footer_list li ul li a { font-weight: 300; color: #b3b3b3; }

.footer_list li ul li a:hover { color: #d800ce; }

.footer_list > li:nth-child(1) { width: 162px; }

.footer_list > li:nth-child(3) { width: 156px; }

.footer_copy { margin-left: 32px; margin-right: 10px; }

.soc { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.soc_item { margin-right: 29px; }

.soc_item a { color: #b7b7b7; font-size: 20px; display: block; line-height: 30px; height: 30px; min-width: 12px; text-align: center; }

.soc_item a:hover { background: -webkit-linear-gradient(292deg, #4a007d, #de106d); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.soc_item a span { display: block; line-height: 30px; }

.soc_item .icon-youtube { font-size: 16px; }

.soc_item .icon-tw { font-size: 16px; }

@media (min-width: 1600px) { .footer { padding-top: 48px; }
  .footer .wrapper { max-width: 1382px; }
  .footer_bot { margin-top: 42px; }
  .footer_copy { margin-right: 15px; } }

@media (max-width: 1599px) { .footer_cols { padding: 26px 0 21px; }
  .footer_logo { margin-bottom: 36px; }
  .footer_list li { line-height: 26px; } }

.tk-aktiv-grotesk { font-family: "aktiv-grotesk",sans-serif; }

.tk-aktiv-grotesk-condensed { font-family: "aktiv-grotesk-condensed",sans-serif; }

.tk-aktiv-grotesk-extended { font-family: "aktiv-grotesk-extended",sans-serif; }

.tk-aktiv-grotesk-thin { font-family: "aktiv-grotesk-thin",sans-serif; }

/*  */
.multi-select-container { display: block; position: relative; }

.multi-select-menu { overflow: hidden; top: 58px; display: none; width: 100%; color: #4b4b4b; z-index: 10; min-width: 100%; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 18px; line-height: 26px; left: 0; border: 0px solid #afafaf; background: #FFF; -webkit-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.17); box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.17); -webkit-border-radius: 0px; border-radius: 0px; }

.multi-select-menuitem { display: block; padding: 9px 10px 9px 30px; line-height: 26px; white-space: nowrap; }

.multi-select-menuitem--titled:before { display: block; font-weight: bold; content: attr(data-group-title); margin: 0 0 0.25em -20px; }

.multi-select-menuitem--titledsr:before { display: block; font-weight: bold; content: attr(data-group-title); border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.multi-select-menuitem + .multi-select-menuitem { padding-top: 0; }

.multi-select-presets { border-bottom: 1px solid #ddd; }

.multi-select-menuitem input { -webkit-appearance: checkbox; position: absolute; margin-top: 0.25em; margin-left: -20px; }

.multi-select-button { display: block; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; height: 58px; padding: 12px 35px 18px 10px; border: 1px solid #757576; border-width: 0 0 1px; -webkit-border-radius: 0px; border-radius: 0px; background: transparent; line-height: 26px; color: #4b4b4b; font-size: 18px; font-weight: 400; z-index: 1; font-family: "aktiv-grotesk", sans-serif; }

.multi-select-button:after { content: ""; display: inline-block; position: absolute; top: 23px; right: 6px; width: 20px; height: 11px; background: url(../svg/chevron.svg) no-repeat center; -webkit-background-size: 100% 100%; background-size: 100%; }

.multi-select-container--open .multi-select-menu { display: block; }

.multi-select-container--open .multi-select-button:after { top: 18px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.multi-select-container--positioned .multi-select-menu { -webkit-box-sizing: border-box; box-sizing: border-box; }

.multi-select-container--positioned .multi-select-menu label { white-space: normal; }

.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: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -ms-flex-direction: column; -webkit-box-pack: start; justify-content: flex-start; -webkit-justify-content: flex-start; -ms-flex-pack: start; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }

.wrapper { min-width: 320px; max-width: 1380px; padding: 0 30px; margin: 0 auto; position: relative; z-index: 2; width: 100%; }

.wow { visibility: hidden; }

/* titles */
p { padding: 10px 0 16px 0; }

h1, .h1 { font-size: 72px; line-height: 1.14; color: inherit; padding: 0px 0 18px 0px; font-weight: 300; letter-spacing: -1.08px; }

h2, .h2 { font-size: 38px; line-height: 1.27; color: inherit; padding: 0px 0 10px 0; font-weight: 300; letter-spacing: 0.76px; }

h3, .h3 { font-size: 34px; line-height: 1.2; color: inherit; padding: 0px 0 10px 0; font-weight: 300; }

h4, .h4 { font-size: 30px; line-height: 1.2; color: inherit; padding: 0px 0 10px 0px; position: relative; font-weight: 300; }

/* 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 */
.icon-load { position: fixed; width: 100%; height: 100%; top: 0; left: 0; display: none; background-color: #fff; z-index: 200; }

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

/*
================================================================================
|                                     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; }

/* */
.btn { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; vertical-align: middle; height: 40.8px; padding: 10px 38px; font-family: "aktiv-grotesk", sans-serif; text-align: center; cursor: pointer; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; background: #4a007d; background-image: -webkit-linear-gradient(344deg, #4a007d -8%, #de106d 104%); background-image: -o-linear-gradient(344deg, #4a007d -8%, #de106d 104%); background-image: linear-gradient(106deg, #4a007d -8%, #de106d 104%); color: #fff; border: 0px solid transparent; font-size: 16px; line-height: 18px; font-weight: bold; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 21px; border-radius: 21px; }

.btn:hover { color: #fff; -webkit-box-shadow: 0 3px 20px 0 rgba(167, 3, 159, 0.39); box-shadow: 0 3px 20px 0 rgba(167, 3, 159, 0.39); background-image: -webkit-linear-gradient(344deg, #7703c7 -8%, #960875 17%, #de106d 104%); background-image: -o-linear-gradient(344deg, #7703c7 -8%, #960875 17%, #de106d 104%); background-image: linear-gradient(106deg, #7703c7 -8%, #960875 17%, #de106d 104%); }

.btn:hover:active, .btn:hover:focus { background-image: -webkit-linear-gradient(344deg, #3a0062 -8%, #60012c 104%); background-image: -o-linear-gradient(344deg, #3a0062 -8%, #60012c 104%); background-image: linear-gradient(106deg, #3a0062 -8%, #60012c 104%); -webkit-box-shadow: none; box-shadow: none; }

.btn:disabled { border: solid 1px #b7b7b7; cursor: default; background: transparent; color: #b7b7b7; -webkit-box-shadow: none; box-shadow: none; }

.btn-bord { padding: 5px; width: 180px; font-size: 14px; font-weight: bold; border: solid 1px #a7039f; color: #a7039f; background: transparent; }

.btn-bord:hover { background-image: -webkit-linear-gradient(336deg, #7703c7 -8%, #960875 18%, #de106d 109%); background-image: -o-linear-gradient(336deg, #7703c7 -8%, #960875 18%, #de106d 109%); background-image: linear-gradient(114deg, #7703c7 -8%, #960875 18%, #de106d 109%); border-color: transparent; }

.btn-bord:hover:focus, .btn-bord:hover:active { background-image: -webkit-linear-gradient(336deg, #3a0062 -8%, #60012c 109%); background-image: -o-linear-gradient(336deg, #3a0062 -8%, #60012c 109%); background-image: linear-gradient(114deg, #3a0062 -8%, #60012c 109%); }

.form_row { margin-bottom: 33px; position: relative; }

.form_row select { opacity: 0; }

.form_row-anim { padding-top: 8px; }

.form_row-anim .form-control:focus + .form_label { color: #8f959b; font-size: 12px; top: -12px; left: 14px; }

.form_row-anim .form-control:focus ~ .form_label { color: #8f959b; font-size: 12px; top: -12px; left: 14px; }

.form_row-anim .form_label { position: absolute; top: 21px; left: 10px; right: 0; pointer-events: none; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }

.form_row-anim.filled .form_label { color: #8f959b; font-size: 12px; top: -12px; left: 14px; }

.form_row-anim.filled textarea.form-control + .form_label { top: -15px; }

.form_row-anim.filled textarea.form-control ~ .form_label { top: -15px; }

.form_row-anim .form-control.error ~ .form_label { color: #de106d; }

.form_row-anim span.error { padding: 12px 2px 2px 36px; background: url(../svg/errorbg.svg) no-repeat 0 0; -webkit-background-size: contain; background-size: contain; width: 170px; height: 35.33px; position: absolute; left: 13px; top: 100%; margin-top: 4px; font-size: 12px; font-weight: 500; font-style: normal; line-height: 17px; letter-spacing: -0.24px; text-align: left; color: #404040; }

.form_sm { font-size: 12px; font-weight: normal; color: #757576; margin-bottom: 41px; }

.form_sm a { color: currentColor; text-decoration: underline; }

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

.form_row-area { margin: 25px 0 19px; }

.form_label { display: block; color: #4b4b4b; font-weight: 400; font-size: 18px; line-height: 26px; }

.form_cols { margin-left: -36px; margin-right: -36px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.form_cols_item { width: 50%; padding: 0 36px 0 35px; }

.form_btn { text-align: center; }

.form_btn .btn { background-image: -webkit-gradient(linear, left top, right top, from(#de106d), to(#4a007d)); background-image: -webkit-linear-gradient(left, #de106d 0%, #4a007d 100%); background-image: -o-linear-gradient(left, #de106d 0%, #4a007d 100%); background-image: linear-gradient(to right, #de106d 0%, #4a007d 100%); text-transform: uppercase; width: 374.8px; height: 50.6px; font-size: 22px; -webkit-border-radius: 26px; border-radius: 26px; font-weight: bold; }

.form_btn .btn:hover { background-image: -webkit-linear-gradient(164deg, #7703c7 -8%, #960875 17%, #de106d 104%); background-image: -o-linear-gradient(164deg, #7703c7 -8%, #960875 17%, #de106d 104%); background-image: linear-gradient(286deg, #7703c7 -8%, #960875 17%, #de106d 104%); }

.form_btn .btn:hover:active, .form_btn .btn:hover:focus { background-image: -webkit-linear-gradient(164deg, #3a0062 -8%, #60012c 104%); background-image: -o-linear-gradient(164deg, #3a0062 -8%, #60012c 104%); background-image: linear-gradient(286deg, #3a0062 -8%, #60012c 104%); -webkit-box-shadow: none; box-shadow: none; }

.form_btn .btn:disabled { background: transparent; }

.error .jq-selectbox__select { border-color: #de106d; }

label.error { color: red; font-size: 14px; position: absolute; padding: 0px 4px 3px; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; top: 100%; left: 0; right: 0; line-height: 1.1; background: #ffcccc; }

.form-control { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; position: relative; padding: 12px 10px 18px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; display: block; width: 100%; height: 58px; font-size: 18px; color: #4b4b4b; line-height: 26px; font-family: "aktiv-grotesk", sans-serif; background: transparent; border: none; border-bottom: solid 1px #757576; -webkit-border-radius: 0px; border-radius: 0px; font-weight: 400; }

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

textarea.form-control { height: 88px; resize: none; border: solid 1px #757576; }

.form-control::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.4); opacity: 1; }

.form-control:-moz-placeholder { color: rgba(0, 0, 0, 0.4); opacity: 1; }

.form-control::-moz-placeholder { color: rgba(0, 0, 0, 0.4); opacity: 1; }

.form-control:-ms-input-placeholder { color: rgba(0, 0, 0, 0.4); opacity: 1; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-transition: background-color 50000s ease-in-out 0s, color 50000s ease-in-out 0s; -o-transition: background-color 50000s ease-in-out 0s, color 50000s ease-in-out 0s; transition: background-color 50000s ease-in-out 0s, color 50000s ease-in-out 0s; }

.radios { margin: 28px 0 28px 0px; }

.radios_item { padding: 12px 0; }

.radios_item label { display: block; position: relative; cursor: pointer; }

.radios_item input { position: absolute; opacity: 0; }

.radios_item_label { display: block; position: relative; padding: 0px 0px 0px 33px; color: #000000; }

.radios_item_label:before { position: absolute; left: 3px; content: ''; top: 50%; margin-top: -9px; -webkit-border-radius: 50%; border-radius: 50%; background: #fff; width: 18px; height: 18px; border: 1px solid rgba(0, 0, 0, 0.3); }

.radios_item input:checked + .radios_item_label:before { border: 6px solid #FF8142; background: #000; }

.checks_item { margin-bottom: 17px; font-size: 16px; font-weight: 400; }

.checks_item label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; cursor: pointer; }

.checks_item input { position: absolute; opacity: 0; }

.checks_item a { text-decoration: underline; }

.checks_item a:hover { text-decoration: none; color: #7cbf0b; }

.checks_item_txt { min-height: 16px; display: block; position: relative; padding: 0px 0px 0px 25px; line-height: 16px; }

.checks_item_txt:before { position: absolute; left: 0px; content: ''; top: 0px; width: 16px; height: 16px; -webkit-border-radius: 2px; border-radius: 2px; color: #4b4b4b; border: 1px solid #4b4b4b; }

.checks_item input:checked + .checks_item_txt:before { background: url(../svg/chec.svg) no-repeat center; }

.checks_item input:disabled + .checks_item_txt { opacity: 0.25; }
#ckk-error {display: none !important;}
/*---------------------------------------*/
.m-show { display: none; }

.js-bg { -webkit-background-size: cover; background-size: cover; background-position: top; background-repeat: no-repeat; }

.bg-dark { background-color: #011323; color: #fff; }

.bg-dark .form-control, .bg-dark .jq-selectbox__select { color: #fff; }

.bg-dark .form_label { color: #fff; }

.bg-dark .form_row-anim.filled .form_label { color: #8f959b; }

.bg-dark .checks_item input:checked + .checks_item_txt:before { background: url(../svg/chec-w.svg) no-repeat center; }

.bg-dark .btn-bord { background: transparent; color: #fff; border-color: #fff; }

.bg-dark .btn-bord:hover { color: #fff; -webkit-box-shadow: 0 3px 20px 0 rgba(167, 3, 159, 0.39); box-shadow: 0 3px 20px 0 rgba(167, 3, 159, 0.39); background-image: -webkit-linear-gradient(336deg, #4a007d -8%, #de106d 109%); background-image: -o-linear-gradient(336deg, #4a007d -8%, #de106d 109%); background-image: linear-gradient(114deg, #4a007d -8%, #de106d 109%); border-color: transparent; }

.bg-dark .btn-bord:hover:focus, .bg-dark .btn-bord:hover:active { color: #fff; background-image: -webkit-linear-gradient(336deg, #3a0260 -8%, #6e0255 50%, #d60c67 109%); background-image: -o-linear-gradient(336deg, #3a0260 -8%, #6e0255 50%, #d60c67 109%); background-image: linear-gradient(114deg, #3a0260 -8%, #6e0255 50%, #d60c67 109%); -webkit-box-shadow: none; box-shadow: none; }

.bg-dark .jq-selectbox .placeholder { color: #fff; }

.bg-dark .multi-select-button { color: #fff; border-color: #afafaf; }

.bg-dark .multi-select-button:after { background-image: url(../svg/chevron-w.svg); }

.section_title { margin: 0 auto; text-align: center; max-width: 890px; }

.section_txt { line-height: 1.21; font-size: 24px; letter-spacing: 0.24px; margin: 24px 0 0; }

.section_txt-sm { line-height: 1.45; font-size: 20px; letter-spacing: 0.2px; margin: 11px auto; max-width: 780px; }

.section_btn { text-align: center; }

.section_btn .btn { width: 295px; }

/*----------------------------------------*/
#cover { position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }

#cover:before { content: ''; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.38); z-index: 2; width: 100%; height: 100%; }

.nat-video { position: absolute; top: 0; left: 0; min-width: 100vw; min-height: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.section-head { padding-top: 85px; height: 800px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; overflow: hidden; background-size: cover; background-position: 0 0%; background-repeat: no-repeat; }

.section-head-alignbot { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-bottom: 167px; }

.section-head-alignbot h1, .section-head-alignbot .h1 { text-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16); }

.head { max-width: 670px; }

.head_txt { margin-bottom: 26px; font-size: 26px; font-weight: 300; line-height: 1.35; letter-spacing: 0.26px; }

.head h1, .head .h1 { margin-left: -3px; }

.head h1 p, .head .h1 p { padding: 0; }

.head_btn { margin-bottom: 48px; }

.head .btn { width: 329px; }

.home .head h1, .home .head .h1 { margin-left: -3px; font-size: 57px; line-height: 1.37; letter-spacing: -0.86px; }

/* */
.section-process { min-height: 800px; padding: 80px 0; text-align: center; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 177, 177, 0.44)), color-stop(83%, rgba(237, 237, 237, 0.9)), to(#fff)); background-image: -webkit-linear-gradient(top, rgba(177, 177, 177, 0.44), rgba(237, 237, 237, 0.9) 83%, #fff); background-image: -o-linear-gradient(top, rgba(177, 177, 177, 0.44), rgba(237, 237, 237, 0.9) 83%, #fff); background-image: linear-gradient(to bottom, rgba(177, 177, 177, 0.44), rgba(237, 237, 237, 0.9) 83%, #fff); }
.process_wrap {position: relative;}
.process_wrap:after {content: '';position: absolute;top:100%;left:0;right: 0;height: 100%;z-index: 20;}
.process { padding-top: 47px; margin: 89px auto 140px; max-width: 1196px; position: relative; height: 376px;  height: 236px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.process:before { content: ''; position: absolute; z-index: 0; top: 0; left: 50%; margin-left: -358px; height: 376px; width: 716px; -webkit-border-radius: 21px; border-radius: 21px; background-color: #fff; }

.process:after { margin: 0 7px; content: ''; position: absolute; top: 215px; height: 1px; left: 10%; right: 10%; z-index: 1; background: #8f959b; }

.process_item { -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color: #8d8d8d; width: 20%; }

.process_item-zero { width: 0; position: absolute; }

.process_item_top { position: relative; z-index: 2; }

.process_item_title { margin-bottom: 23px; cursor: pointer; font-size: 20px; font-weight: bold; }

.process_item_icon { font-size: 80px; cursor: pointer; }

.process_item_num { color: rgba(255, 255, 255, 0); font-size: 10px; font-weight: 500; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%; width: 14px; margin: 9px auto; height: 14px; border: solid 1px #6a6a6b; }

.process_item_txt { color: #a1079a; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-color: #fff; max-width: 560px; left: 50%; margin-left: -280px; opacity: 0; font-size: 22px; z-index: 1; position: absolute; top: 272px; font-weight: normal; }
.process_item_ov {margin: 0 auto; /*max-width: 90px;*/}
.process_item.active, .process_item.anim { color: #a1079a; }


.process_item.active .process_item_num, 
.process_item.anim .process_item_num { margin: -3px auto; border: solid 2px #fff; color: #fff; font-size: 21px; background: #a1079a; width: 37px; height: 37px; }

.process_item.active .process_item_txt { opacity: 1; -webkit-transition: all .3s ease-in-out 0.3s; -o-transition: all .3s ease-in-out 0.3s; transition: all .3s ease-in-out 0.3s; z-index: 2; }

.process_item:nth-child(2) .process_item_num, .process_item:nth-child(3) .process_item_num, .process_item:nth-child(4) .process_item_num { background: #fff; }

.process_item:nth-child(2).active .process_item_num, .process_item:nth-child(2).anim .process_item_num, .process_item:nth-child(3).active .process_item_num, .process_item:nth-child(3).anim .process_item_num, .process_item:nth-child(4).active .process_item_num, .process_item:nth-child(4).anim .process_item_num { background: #a1079a; }

.process_item_top:after{ content: ''; position: absolute; width: 0%; height: 1px; left: 50%; background: #a1079a; top: 168px;  }
.process_item:nth-child(5) .process_item_top:after {display: none;}
.proc-anim .process_item_top:after { -webkit-transition: width 3s ease-in-out; -o-transition: width 3s ease-in-out; transition: width 3s ease-in-out;}

.process_item.anim .process_item_top:after { width: calc(100% - 7px); -webkit-transition: width 0s ease-in-out; -o-transition: width 0s ease-in-out; transition: width 0s ease-in-out;  }
.process_item.active .process_item_top:after { width: calc(100% - 7px); -webkit-transition: width 3s ease-in-out; -o-transition: width 3s ease-in-out; transition: width 3s ease-in-out; }

.proc-anim .process_item {color: #a1079a; }
.proc-anim .process_item_top:after {width: calc(100% - 7px);}
.proc-anim .process_item_num {margin: -3px auto; border: solid 2px #fff; color: #fff; font-size: 21px; background: #a1079a; width: 37px; height: 37px; }
.proc-anim .process_item_txt {opacity: 1; -webkit-transition: all .3s ease-in-out 0.3s; -o-transition: all .3s ease-in-out 0.3s; transition: all .3s ease-in-out 0.3s; z-index: 2; }
.proc-anim .process_item:nth-child(2) {transition-delay: 3s;}
.proc-anim .process_item:nth-child(2) .process_item_top:after{transition-delay: 3s;}
.proc-anim .process_item:nth-child(2) .process_item_num{transition-delay: 3s;background: #a1079a; }
.proc-anim .process_item:nth-child(2) .process_item_txt{transition-delay: 3s;}

.proc-anim .process_item:nth-child(3) {transition-delay: 6s;}
.proc-anim .process_item:nth-child(3) .process_item_top:after{transition-delay: 6s;}
.proc-anim .process_item:nth-child(3) .process_item_num{transition-delay: 6s;background: #a1079a; }
.proc-anim .process_item:nth-child(3) .process_item_txt{transition-delay: 6s;}

.proc-anim .process_item:nth-child(4) {transition-delay: 9s;}
.proc-anim .process_item:nth-child(4) .process_item_top:after{transition-delay: 9s;}
.proc-anim .process_item:nth-child(4) .process_item_num{transition-delay: 9s;background: #a1079a;}
.proc-anim .process_item:nth-child(4) .process_item_txt{transition-delay: 9s;}

.proc-anim .process_item:nth-child(5) {transition-delay: 12s;}
.proc-anim .process_item:nth-child(5) .process_item_top:after{transition-delay: 12s;}
.proc-anim .process_item:nth-child(5) .process_item_num{transition-delay: 12s;}
.proc-anim .process_item:nth-child(5) .process_item_txt{transition-delay: 12s;}

.process_wrap .process .process_item.hover.anim {transition: all 0s ease-in-out 0s !important; color: #a1079a;}
.process_wrap .process .process_item.hover.anim .process_item_top:after {width: 0;opacity: 0; transition-delay: 0s !important;}
.process_wrap .process .process_item.hover.anim .process_item_txt {opacity: 1;z-index: 30;}
.process_wrap .process .process_item.anim .process_item_num {margin: -3px auto; border: solid 2px #fff; color: #fff; font-size: 21px; background: #a1079a; width: 37px; height: 37px; }
.process_wrap .process .process_item.anim {transition-delay: 0s !important;}
.process_wrap .process .process_item.anim .process_item_top:after {transition: all 0s linear;transition-delay: 0s !important;}
.process_wrap .process .process_item.anim .process_item_num {transition: all 0s linear;transition-delay: 0s !important;}
.process_wrap .process .process_item.anim .process_item_txt {transition: all 0s linear;transition-delay: 0s !important;}

.process_wrap .process .process_item.noanim {transition: all 0s linear;transition-delay: 0s !important; color: #8d8d8d;}
.process_wrap .process .process_item.noanim .process_item_top:after{transition: all 0s linear;transition-delay: 0s !important; width: 0%;}
.process_wrap .process .process_item.noanim .process_item_num{transition: all 0s linear;transition-delay: 0s !important; border: solid 1px #6a6a6b;width: 14px;    margin: 9px auto;    height: 14px; background: transparent;    color: rgba(255, 255, 255, 0);    font-size: 10px;}
.process_wrap .process .process_item.noanim .process_item_txt{transition: all 0s linear;transition-delay: 0s !important; opacity: 0; z-index: -1;}
.process_wrap .process .process_item.noanim:nth-child(2) .process_item_num {background: #fff;}
.process_wrap .process .process_item.noanim:nth-child(3) .process_item_num {background: #fff;}
.process_wrap .process .process_item.noanim:nth-child(4) .process_item_num {background: #fff;}
.process_item.anim.hover .process_item_top:after {opacity: 0;}

/* */
.section-numbs { min-height: 800px; padding: 70px 0; text-align: center; position: relative; overflow: hidden; }
.section-numbs .section_title {max-width: 740px;}
.numbs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 154px auto 148px; max-width: 1270px; }

.numbs_item { width: 25%; }

.numbs_item_big { font-size: 86px; line-height: 1; font-weight: 200; letter-spacing: -4.3px; color: #de106d; }

.numbs_item_txt { font-size: 26px; line-height: 1.27; color: #625a67; max-width: 250px; margin: 7px auto 0; }

/* */
.section-secret { min-height: 798px; padding: 96px 0; text-align: center; }

.secret { margin: 99px auto 0; max-width: 1102px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.secret_item { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; padding: 34px 31px 33px 31px; width: 30.8%; -webkit-border-radius: 22px; border-radius: 22px; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.178); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.178); background-color: rgba(255, 255, 255, 0.89); color: #030405; }

.secret_item_icon { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; background: -webkit-linear-gradient(138deg, #de106d 0%, #6f0837 100%); background: -o-linear-gradient(138deg, #de106d 0%, #6f0837 100%); background: linear-gradient(138deg, #de106d 0%, #6f0837 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; width: 110px; line-height: 130px; height: 110px; font-size: 99px; margin: 0 auto 24px; }

.secret_item_txt { font-size: 22px; font-weight: normal; font-style: italic; line-height: 1.4; }

.secret_item:hover { -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2); background-image: -webkit-linear-gradient(298deg, #de106d 2%, #4a007d 115%); background-image: -o-linear-gradient(298deg, #de106d 2%, #4a007d 115%); background-image: linear-gradient(152deg, #de106d 2%, #4a007d 115%); color: #fff; }

.secret_item:hover .secret_item_icon { -webkit-text-fill-color: #fff; color: #fff; }

.secret_item .icon-secret2 { font-size: 86px; }

.secret_item .icon-secret3 { font-size: 96px; }

.nat-fade { -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); opacity: 0; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.animate-fade .nat-fade { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }

/* */
.section-plans { height: 800px; padding: 85px 0; overflow: hidden; position: relative; }

.section-plans:before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 220px; z-index: 1; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(55%, rgba(255, 255, 255, 0.96)), to(#fff)); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96) 55%, #fff); background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96) 55%, #fff); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96) 55%, #fff); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.section-plans h2 { text-align: center; position: relative; z-index: 2; }

.section-plans .wrapper { position: static; max-width: 1162px; }

.plans { margin-top: 37px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.plans_txt { width: 27%; margin: 89px 0 30px; line-height: 1.43; }

.plans_preview { margin-right: -13px; position: relative; width: 767px; width: 69.601%; }

.plans_par { position: relative; }

.plans_par_item { margin-bottom: -9px; }

.plans_par_item-nolabl { padding-left: 3px; }

/* */
.section-piqs { min-height: 801px; padding: 88px 0; text-align: center; background-image: -webkit-linear-gradient(163deg, #f5f5f5 0%, #fff 100%); background-image: -o-linear-gradient(163deg, #f5f5f5 0%, #fff 100%); background-image: linear-gradient(287deg, #f5f5f5 0%, #fff 100%); }

.piqs { width: 855px; margin: 41px auto 0; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.piqs:before, .piqs:after { top: 150px; content: ''; position: absolute; width: 98px; height: 257px; background: url(../svg/piqs-arrow.svg) no-repeat center; -webkit-background-size: contain; background-size: contain; }

.piqs:before { left: 100%; margin-left: -1px; }

.piqs:after { right: 100%; margin: -4px -1px 0 0px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.piqs_item { position: relative; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; color: #4b4b4b; font-weight: 500; line-height: 1.3; -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.092); box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.092); background-color: rgba(255, 255, 255, 0.92); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }

.piqs_item:nth-child(1) { z-index: 4; }

.piqs_item:nth-child(2) { z-index: 3; }

.piqs_item:nth-child(3) { z-index: 2; }

.piqs_item-circ { min-width: 301px; width: 301px; height: 301px; padding: 36px 42px; margin-right: -24px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.piqs_item-main { padding: 19px 10px 9px; -webkit-border-radius: 15px; border-radius: 15px; margin-top: 49px; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.piqs_item-main .piqs_item_icon { height: 80px; margin: -4px 25px 0 0; font-size: 73px; }

.piqs_item-main .piqs_item_title { font-size: 26px; letter-spacing: 0.26px; text-align: left; width: 322px; }

.piqs_item-main .piqs_item_txt { text-align: left; top: 32px; left: 165px; }

.piqs_item-main:hover .piqs_item_title { width: 548px; }

.piqs_item:hover { color: #fff; -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.23); box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.23); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(182, 12, 113, 0.92)), to(rgba(96, 2, 122, 0.92))); background-image: -webkit-linear-gradient(top, rgba(182, 12, 113, 0.92), rgba(96, 2, 122, 0.92)); background-image: -o-linear-gradient(top, rgba(182, 12, 113, 0.92), rgba(96, 2, 122, 0.92)); background-image: linear-gradient(to bottom, rgba(182, 12, 113, 0.92), rgba(96, 2, 122, 0.92)); }

.piqs_item:hover .piqs_item_title { opacity: 0; }

.piqs_item:hover .piqs_item_txt { opacity: 1; }

.piqs_item_icon { margin-bottom: 16px; font-size: 84px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 90px; }
.piqs_item_icon svg {max-height:86px; fill:#4b4b4b;}
.piqs_item:hover .piqs_item_icon svg {fill:#ffffff;}
.piqs_item_title { -webkit-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; position: relative; }

.piqs_item_txt { -webkit-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; font-size: 18px; font-weight: normal; line-height: 1.28; position: absolute; opacity: 0; left: 0; right: 0; top: 132px; padding: 0 34px; }

.piqs_item .icon-piqs1 { font-size: 92px; }

/* */
.section-netw {background-position: center 38%; padding: 89px 0; text-align: center; min-height: 800px; }

.section-netw .wrapper { max-width: 1256px; }

.netw { margin-top: 95px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; text-align: center; }

.netw_item { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; padding: 36px 25px 40px 25px; width: 22.8%; color: #4b4b4b; -webkit-border-radius: 22px; border-radius: 22px; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.186); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.186); background-color: rgba(255, 255, 255, 0.93); }

.netw_item_icon { background: -webkit-linear-gradient(295deg, #ff00e1 0%, #800071 100%); background: -o-linear-gradient(295deg, #ff00e1 0%, #800071 100%); background: linear-gradient(155deg, #ff00e1 0%, #800071 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; width: 110px; line-height: 85px; height: 85px; font-size: 84px; margin: 0 auto 36px; }
.netw_item_icon .icon-netw3 { font-size: 76px;   vertical-align: bottom;    display: inline-block;}
.netw_item_icon .icon-netw4 { font-size: 76px;   vertical-align: bottom;    display: inline-block;}
.netw_item_txt { font-size: 20px; font-weight: normal; font-style: italic; line-height: 1.5; }

.netw_item:hover { background-image: -webkit-linear-gradient(124deg, #4a007d 0%, #de106d 100%); background-image: -o-linear-gradient(124deg, #4a007d 0%, #de106d 100%); background-image: linear-gradient(326deg, #4a007d 0%, #de106d 100%); color: #fff; }

.netw_item:hover .netw_item_icon { color: #fff; -webkit-text-fill-color: #fff; }

/* */
.section-feedback { padding: 78px 0 64px; border-bottom: solid 1px rgba(128, 128, 128, 0.5); position: relative; overflow: hidden; }

.section-feedback .wrapper { max-width: 1256px; }

.section-feedback .section_title { margin: 11px auto 55px; }

.feedback { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.feedback form { max-width: 708px; }

.feedback_txt { margin-top: 16px; width: 35%; line-height: 1.46; font-size: 18px; letter-spacing: 0.18px; }

.feedback_form { width: 59.6%; }

.feedback_form:only-child { margin: 0 auto 49px; width: 708px; }

.feedback_form:only-child .form_row-area { margin: 22px 0 22px; }

.feedback_form:only-child textarea.form-control { height: 132px; }

.feedback_form:only-child .form_btn { margin-top: 58px; }

.feedback_form:only-child .form_btn .btn { width: 283px; }

/* */
.wave-animated { height: 100%; width: 100%; position: absolute; left: 0; top: 0; z-index: 0; }

.wave-animated .animatedSVG { bottom: 0; left: 0; right: 0; top: 0; position: absolute; overflow: hidden; }

.wave-animated .animatedSVG svg { position: absolute; bottom: 0; width: 2560px; left: 50%; margin-left: -1280px; width: 3560px; margin-left: -1562px; }

/* */
.section-policy { padding: 89px 0; }

.policy { margin: 0 auto 44px; max-width: 1187px; line-height: 23px; font-size: 18px; letter-spacing: 0.032px; }

.policy h2 { margin-bottom: 39px; }

.policy h3 { font-size: 28px; line-height: 23px; font-weight: 300; margin-top: 6px; letter-spacing: 0.037px; }

.policy h4 { font-size: 24px; line-height: 31px;line-height: 1.7; font-weight: 400; margin-bottom: 21px; letter-spacing: 0.06px; }

.policy h3 + h4 {}

.policy h3 + p { margin-top: -3px; }

.policy p { padding: 0px 0 23px 0; }

.policy ul { margin: 7px 0 30px 0px; list-style: none; }

.policy ul li:before { content: '• '; }

.policy ol { margin: 7px 0 30px 0px; list-style-position: inside; }

.terms { max-width: 890px; margin: 5px auto -35px; line-height: 30px; letter-spacing: 0px; }

.terms h2 { margin-bottom: 11px; }

.terms h3 { margin-top: 7px; line-height: 43px;}

/* */
.section-errorpage { padding: 156px 0 0; text-align: center; }

.errorpage h1 { color: #4b4b4b; }

.errorpage_txt { margin: 5px 0 45px; font-size: 32px; line-height: 1.28; letter-spacing: 0.64px; }

.errorpage_btn { margin: 0 0 50px; }

.errorpage_btn .btn { width: 280px; background-image: -webkit-gradient(linear, left top, right top, from(#de106d), to(#4a007d)); background-image: -webkit-linear-gradient(left, #de106d 0%, #4a007d 100%); background-image: -o-linear-gradient(left, #de106d 0%, #4a007d 100%); background-image: linear-gradient(to right, #de106d 0%, #4a007d 100%); text-transform: uppercase; height: 50px; font-size: 20px; -webkit-border-radius: 26px; border-radius: 26px; font-weight: bold; }

.errorpage_btn .btn:hover { background-image: -webkit-linear-gradient(164deg, #7703c7 -8%, #960875 17%, #de106d 104%); background-image: -o-linear-gradient(164deg, #7703c7 -8%, #960875 17%, #de106d 104%); background-image: linear-gradient(286deg, #7703c7 -8%, #960875 17%, #de106d 104%); }

.errorpage_btn .btn:hover:active, .errorpage_btn .btn:hover:focus { background-image: -webkit-linear-gradient(164deg, #3a0062 -8%, #60012c 104%); background-image: -o-linear-gradient(164deg, #3a0062 -8%, #60012c 104%); background-image: linear-gradient(286deg, #3a0062 -8%, #60012c 104%); -webkit-box-shadow: none; box-shadow: none; }

.errorpage_img { margin: 145px auto 0; width: 64%; max-width: 1770px; }

/* */
.section-head-comp { background-position: center 14%; }

.section-journey { min-height: 800px; padding: 104px 0 80px; }

.journey { margin: 0 auto; max-width: 1196px; }

.journey_cont { width: 47%; }

.journey_txt { letter-spacing: 0.24px; margin: 15px 0 0 0; }

.journey_txt p { padding: 10px 0 21px 0; }

.text-add { display: none; }

.text-opener { margin-top: 10px; cursor: pointer; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; letter-spacing: 0.24px; color: #a7039f; }

.text-opener:after { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; margin: -1px 0 0 2px; content: ''; display: inline-block; vertical-align: middle; background: url(../svg/arrow-right.svg) no-repeat center; -webkit-background-size: contain; background-size: contain; width: 32px; height: 32px; }

.text-opener:hover { color: #a7039f; }

.text-opener:hover:after { margin: -1px 0 0 10px; }

/* */
.section-vision { background-position: center; min-height: 798px; padding: 80px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.vision_cont { width: 41%; margin-left: 52.2%; }

.vision_txt { letter-spacing: 0.24px; margin: 15px 0 32px 0; }

.vision_txt p { padding: 10px 0 21px 0; }

/* */
.section-join { min-height: 800px; padding: 118px 0; text-align: center; background-position: center 59%; }

.join .btn { margin-top: 36px; width: 207px; }

/* */
.section-feedback-join { padding: 78px 0 95px; }

.section-feedback-join .section_title { margin: 11px auto 92px; }

/* */
.section-head-about { background-position: center 29%; padding-bottom: 149px; }

.section-head-about h1, .section-head-about .h1 { line-height: 1.13; }

.section-partn { min-height: 800px; padding: 186px 0 80px; background-position: center 71%; }

.partn { margin: 0 auto; max-width: 1196px; }

.partn_cont { width: 490px; }

.partn_txt { letter-spacing: 0.24px; margin: 7px 0 0 0; line-height: 1.21; }

.partn_txt p { padding: 10px 0 21px 0; }

/* */
.section-marketing { min-height: 800px; padding: 209px 0 80px; background-position: center 55%; }

.marketing_cont { width: 500px; margin-left: 55.2%; }

.marketing_txt { letter-spacing: 0.24px; margin: 15px 0 0px 0; line-height: 1.21; }

.marketing_txt p { padding: 10px 0 21px 0; }

/* */
.section-consum { min-height: 798px; padding: 156px 0 80px; background-position: center 1%; }

.consum { margin: 0 auto; max-width: 1196px; }

.consum_cont { width: 490px; }

.consum_txt { letter-spacing: 0.24px; margin: 7px 0 0 0; line-height: 1.21; }

.consum_txt p { padding: 10px 0 21px 0; }

.section-feedback-about { padding: 79px 0 122px; background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(rgba(248, 248, 248, 0))); background-image: -webkit-linear-gradient(top, #f5f5f5, rgba(248, 248, 248, 0)); background-image: -o-linear-gradient(top, #f5f5f5, rgba(248, 248, 248, 0)); background-image: linear-gradient(to bottom, #f5f5f5, rgba(248, 248, 248, 0)); }

.section-feedback-about .wave-animated { height: 937px; bottom: 0; top: auto; }

.section-feedback-about .netw { margin-top: 96px; margin-bottom: 128px; }

/* */
@media screen and (max-width: 1999px) { 
	.section-head { background-position: 0% 38%;}
	.section-head-alignbot .wrapper { max-width: 1414px; }
	.head_txt { margin-bottom: 22px;}
	.section-process .section_txt {margin: 24px auto 0; max-width: 700px;}
  .policy { margin: 0 auto 7px; }
  .terms { margin: 4px auto -35px; }
  .section-errorpage { padding: 156px 0 40px; } 
  .errorpage_txt { margin: 5px 0 30px; }
  .errorpage_img { margin: 36px auto 0; }
  .section-head-comp { background-position: center 63%; }
  .section-head-comp .wrapper { max-width: 1378px; }
  .section-head-about { background-position: center 43%; padding-bottom: 151px; }
  .section-head-about .wrapper { max-width: 1378px; }
  .section-marketing { background-position: center 75%; }
  .section-consum { background-position: center 4%; }
  .section-join { background-position: center 1%; } 
  .section-journey {  min-height: 798px;}
  .section-vision { min-height: 800px; background-position: center 41%;}
  .vision_txt {  margin: 15px 0 30px 0;} 
  .section-partn { background-position: 99% -143px; background-size: 2155px;}

}

@media screen and (max-width: 1599px) { 	
	.section-head .wrapper { max-width: 1295px; }
	.section-head-alignbot { padding-bottom: 148px; }
	.section-head-alignbot .wrapper { max-width: 1248px; }
	.head_btn { margin-bottom: 59px;}
	.head .btn { width: 294px;}
	.head_txt { margin-bottom: 10px; margin-top: 2px;}
	.section-process { min-height: 798px;}	
	.process {  margin: 60px auto 0;}
	.section-numbs {  padding: 100px 0 70px;}
	.numbs { margin: 127px auto 167px;}
	.section-secret {padding: 90px 0; min-height: 800px;}
	.secret {  margin: 107px auto 0;}
	.section-feedback { padding: 64px 0 64px; min-height: 721px;}
  .feedback_form:only-child { margin: 0 auto 13px; }
  .section-policy { padding: 94px 0; }
  .policy { max-width: 889px; margin: 0 auto 9px; }
  .policy h2 { margin-bottom: 14px; }
  .terms { max-width: 890px; margin: 0 auto -40px; }
  .terms h2 { margin-bottom: 10px; }
  .section-errorpage { padding: 126px 0 1px; }
  .errorpage_btn { margin: 0 0 37px; }
  .errorpage_img { margin: 0px auto 0; width: 69%; }
  .journey_cont { max-width: 610px; width: 51%; } 
  .section-feedback-join {  padding: 78px 0 95px;}
  .section-head-about {padding-bottom: 150px;}
  .section-partn {background-position: 68% bottom; background-size: 1828px;}
  .section-marketing {color:#fff; padding: 156px 0 80px;}
  .section-feedback-about {  padding: 80px 0 112px;}
  .section-feedback-about .netw { margin-bottom: 141px;}


}

@media screen and (max-width: 1199px) { .numbs_item { width: auto; }
  .numbs_item_big { font-size: 80px; }
  .piqs { width: 825px; }
  .piqs_item-circ { margin-right: -39px; } 
  .marketing_cont { margin-left: 50.2%;}
}

@media screen and (max-width: 399px) { .wrapper { padding: 0 20px; } }

@media screen and (max-width: 359px) { .wrapper { padding: 0 10px; } }

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