/*
Theme Name: New Sinofy
Author: Molinsky
Author URI: https://www.facebook.com/YAmolinski/
*/
/*Reset Css*/
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%;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: none;
}

article,
aside,
nav,
section {
    display: block;
}

article {
    max-width: 1170px;
    margin: 0 auto;
}

.full-width article {
    padding: 40px 0;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background: transparent;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

.entry-content th,
.comment-content th {
    background: #f1f1f1;
    font-size: 11px;
    line-height: 2.181818182;
    font-weight: bold;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #636363;
}

/* Form fields, general styles first */

.wpcf7 sup {
    color: red;
}

.wpcf7 p {
    margin: 0 !important;
}

.wpcf7 .flex {
    margin: 0 !important;
}

.wpcf7 label {
    padding: 0 0 2px;
    display: inline-block;
}

.wpcf7-validation-errors {
    border: 1px solid red;
    margin: 30px 0;
    padding: 10px 15px;
}

.wpcf7-not-valid-tip {
    font-size: 0.9em !important;
    margin: 0 0 10px;
}

.wpcf7-form-control-wrap {
    margin: 0 0 10px;
}

button,
input,
textarea,
select {
    border: 1px solid #aaa;
    border-radius: 0px;
    font-family: inherit;
    margin-right: 0%;
    margin-bottom: 7px;
    padding: 8px 10px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
}

select {
    padding: 7px 10px;
}

textarea {
    height: 120px;
}

input[type="submit"] {
    width: auto;
    outline: none;
    padding: 8px 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

#searchsubmit {
    background: #00A1E0;
    border: 0;
    color: #FFFFFF;
    min-width: 24%;
}

/* Reset non-text input types */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}

/* Responsive images */

img {
    max-width: 100%;
}

svg {
    max-width: 100%;
}

/* Make sure videos fit max width of parent container */

embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    line-height: 2;
    color: #666666;
}

.entry-content dl.gallery-item {
    margin: 0 !important;
}

.gallery-item a,
.gallery-caption {
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.gallery-item a {
    display: block;
}

.gallery-caption a {
    display: inline;
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}

.gallery .gallery-icon img {
    height: auto;
    border: 0 !important;
}

.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
a {
    outline: none;
    color: #0B91EA;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

a:hover {
    text-decoration: underline;
}

img.alignleft {
    margin: 0 15px 10px 0;
}

img.alignright {
    margin: 12px 0 12px 24px;
}

img.aligncenter {
    margin-top: 12px;
    margin-bottom: 12px;
}

.limit {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 15px;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.right {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

img.right {
    max-width: 45%;
}

.left {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

img.left {
    max-width: 45%;
}

.space li {
    margin-bottom: 15px;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.entry-content .flex:not(:last-child) {
    margin-bottom: 15px;
}

.flex.rows {
    flex-flow: row wrap;
    width: 102%;
    margin-left: -1%;
}

.flex.rows.p1 {
    flex-flow: row wrap;
    width: 103%;
    margin-left: -1.5%;
}

.flex.rows.p2 {
    flex-flow: row wrap;
    width: 104%;
    margin-left: -2%;
}

.flex.rows.p3 {
    flex-flow: row wrap;
    width: 105%;
    margin-left: -2.5%;
}

.flex.rows.p4 {
    flex-flow: row wrap;
    width: 106%;
    margin-left: -3%;
}

.flex.rows.p5 {
    flex-flow: row wrap;
    width: 107%;
    margin-left: -3.5%;
}

.flex.rows.p6 {
    flex-flow: row wrap;
    width: 108%;
    margin-left: -4%;
}

.flex.middle {
    -webkit-align-items: center;
    align-items: center;
}

.flex.bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex.column {
    -webkit-box-orient: vertical;
    flex-direction: column;
}

.flex>* {
    flex-grow: 1;
    box-sizing: border-box;
    margin: 0 1%;
}

.flex.rows>* {
    margin-bottom: 15px !important;
}

.flex.f1>* {
    flex: 1;
}

.flex .f0 {
    flex-grow: 0;
    flex-shrink: 0;
}

.flex .f34 {
    width: 73%;
    margin: 0 1%;
}

.flex .f23 {
    width: 64.66%;
    margin: 0 1%;
}

.flex .f2 {
    width: 48%;
    margin: 0 1%;
}

.flex .f3 {
    width: 31.33%;
    margin: 0 1%;
}

.flex .f4 {
    width: 24%;
    margin: 0 0.5%;
}

.flex .f5 {
    width: 19%;
    margin: 0 0.5%;
}

.flex.p1>* {
    padding: 0 0.5%;
}

.flex.p2>* {
    padding: 0 1%;
}

.flex.p3>* {
    padding: 0 1.5%;
}

.flex.p4>* {
    padding: 0 2%;
}

.flex.p5>* {
    padding: 0 2.5%;
}

.flex.p6>* {
    padding: 0 3%;
}

.flex:not(.rows).p1>*:first-of-type,
.flex:not(.rows).p2>*:first-of-type,
.flex:not(.rows).p3>*:first-of-type,
.flex:not(.rows).p4>*:first-of-type,
.flex:not(.rows).p5>*:first-of-type,
.flex:not(.rows).p6>*:first-of-type {
    padding-left: 0;
}

.flex:not(.rows).p1>*:last-of-type,
.flex:not(.rows).p2>*:last-of-type,
.flex:not(.rows).p3>*:last-of-type,
.flex:not(.rows).p4>*:last-of-type,
.flex:not(.rows).p5>*:last-of-type,
.flex:not(.rows).p6>*:last-of-type {
    padding-right: 0;
}

.flex:not(.rows)>*:first-of-type {
    margin-left: 0;
}

.flex:not(.rows)>*:last-of-type {
    margin-right: 0;
}

.abs-left {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
}

.abs-right {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
}

.abs-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translateX(-50%) translateY(-50%);
}

/*END GRID*/


/*BEGIN Custom css*/



html[lang="en-US"] {
    margin-top: 0 !important;
}

#wpadminbar {
    /* opacity: 0.5; */
    top: -20px;
}

#wpadminbar:hover {
    opacity: 1;
    top: 0px;
}

.button_slide,
.link_button {
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}


.link_button {
    display: inline-block;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    padding-top: 27px;
    box-sizing: border-box;

}


.gray_button {
    background: #40444F;
}

.ligt_gray_button {
    background: #C2C5CA;
}


.rad_button span {
    color: #fff;
}

.get_in_touch:hover span {
    color: #fff;
}

.get_in_touch:hover .rad_button,
.get_in_touch:focus .rad_button {
    box-shadow: inset 8.5em 0 0 0 #40444F;
}

.border_button {
    background: transparent;
    border: 2px solid #40444F;
}

.get_in_touch:hover .border_button,
.get_in_touch:focus .border_button {
    box-shadow: inset 8.5em 0 0 0 #40444F;
}

.get_in_touch:hover .border_button path,
.get_in_touch:focus .border_button path {
    fill: #fff;
    stroke: #fff;
}

.get_in_touch:hover .ligt_gray_button path,
.get_in_touch:focus .ligt_gray_button path {
    stroke: #fff;
}

.get_in_touch {
    display: inline-block;
}



body {
    overflow-x: hidden;
    font-family: 'robotoregular';
    color: #40444F;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.02em;
    padding-top: 102px;
    transition: 0.75s;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
}

/*body.page-template-page-clean{padding-top:0px;}*/

h1 {
    font-size: 72px;
    line-height: 130%;
    letter-spacing: 0.01em;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
}

h2 {
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0em;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
}

h3 {
    font-size: 46px;
    line-height: 120%;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
}

h4 {
    font-size: 24px;
    line-height: 31px;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
}

h5 {}

.single_content h1 {
    font-size: 46px;
    line-height: 130%;
    letter-spacing: 0.01em;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    margin: 1em 0 0.5em;
}

.single_content h2 {
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0em;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    margin-bottom: 0.5em;
}

.single_content h3 {
    font-size: 32px;
    line-height: 120%;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    margin-bottom: 0.5em;
}

.single_content h4 {
    font-size: 24px;
    line-height: 31px;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    margin-bottom: 0.5em;
}

.single_content h5 {}

ul {
    margin-bottom: 1em;
}

ul li {
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
}

ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #C2C5CA;
    position: absolute;
    top: 10px;
    left: 0;
}

p.lighttext {
    color: #C2C5CA;
}

input {
    padding: 15px 20px;
    box-sizing: border-box;
    border: 2px solid #E1E2E4;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'robotoregular';
    font-size: 16px;
    color: #40444F;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'robotoregular';
    font-size: 16px;
    color: #40444F;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: 'robotoregular';
    font-size: 16px;
    color: #40444F;
}

body .elementor-widget-heading .elementor-heading-title {
    color: #40444F;
    font-family: 'HelveticaNeueCyr' !important;
    font-weight: bold !important;
}

body .elementor-widget-text-editor {
    color: #40444F;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
}

body .elementor-widget-text-editor p {
    margin-bottom: 1em;
}

body .elementor-widget-text-editor h4 {
    margin-bottom: 1em;
}


.page-template-page-full-width .elementor-section.elementor-section-boxed>.elementor-container,
.page-template-page-clean .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1920px;
}

.page-template-page-full-width .elementor-column-gap-default>.elementor-column>.elementor-element-populated,
.page-template-page-clean .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}


/*black Background*/
body.black_bg {
    background: #1F2126;
    color: #fff;
}

body.black_bg header {
    background: rgba(31, 33, 38, 0.9);
}

body.black_bg .logo img {
    width: 120px;
    display: block;
    filter: invert(1);
}

body.black_bg .logo path {
    fill: #fff;
}

body.black_bg header nav a {
    color: #fff;
}

body.black_bg .mobile-nav__btn {
    border: 2px solid #fff;
}

body.black_bg .mobile-nav__btn span {
    background: #fff;
}

body.black_bg .section_intro .get_in_touch {
    color: #fff;
}

body.black_bg .section_about .get_in_touch {
    color: #fff;
}

body.black_bg .section_blog .get_in_touch {
    color: #fff;
}

body.black_bg .section_partnership .get_in_touch {
    color: #fff;
}

body.black_bg .gray_button {
    background: #fff;
}

body.black_bg .gray_button path {
    fill: #40444F;
    stroke: #40444F;
}

body.black_bg .gray_button:hover path {
    fill: #fff;
    stroke: #fff;
}

body.black_bg .socials a path {
    fill: #fff;
}


body.black_bg .socials_box a path {
    fill: #fff;
}

body.black_bg .socials_box a rect {
    stroke: #fff;
}


body.black_bg .accordion_item path {
    stroke: #fff;
}

body.black_bg .big_title_stroke {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

body.black_bg .border_button path,
body.black_bg .border_button path {
    fill: #fff;
    stroke: #fff;
}

body.black_bg .post_title a {
    color: #fff;
}

body.black_bg footer li a,
body.black_bg .bottom_box a,
body.black_bg footer .get_in_touch {
    color: #fff;
}

body.black_bg .elementor-widget-heading .elementor-heading-title {
    color: #fff;
}

body.black_bg .pop_block_inner .elementor-widget-heading .elementor-heading-title {
    color: #40444F;
}

body.black_bg .book_a_meeting .get_in_touch {
    color: #fff;
}

body.black_bg .socials_fix a path {
    fill: #fff;
}

/*newnewblack_bg Background*/
body.newblack_bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #1F2126;
    color: #fff;
}

body.newblack_bg header {
    background: rgba(31, 33, 38, 0.9);
}

body.newblack_bg .logo img {
    width: 120px;
    display: block;
    filter: invert(1);
}

body.newblack_bg .logo path {
    fill: #fff;
}

body.newblack_bg header nav a {
    color: #fff;
}

body.newblack_bg .mobile-nav__btn {
    border: 2px solid #fff;
}

body.newblack_bg .mobile-nav__btn span {
    background: #fff;
}

body.newblack_bg .section_intro .get_in_touch {
    color: #fff;
}

body.newblack_bg .section_about .get_in_touch {
    color: #fff;
}

body.newblack_bg .section_blog .get_in_touch {
    color: #fff;
}

body.newblack_bg .section_partnership .get_in_touch {
    color: #fff;
}

body.newblack_bg .gray_button {
    background: #fff;
}

body.newblack_bg .gray_button path {
    fill: #40444F;
    stroke: #40444F;
}

body.newblack_bg .gray_button:hover path {
    fill: #fff;
    stroke: #fff;
}

body.newblack_bg .socials a path {
    fill: #fff;
}


body.newblack_bg .socials_box a path {
    fill: #fff;
}

body.newblack_bg .socials_box a rect {
    stroke: #fff;
}


body.newblack_bg .accordion_item path {
    stroke: #fff;
}

body.newblack_bg .big_title_stroke {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

body.newblack_bg .border_button path,
body.newblack_bg .border_button path {
    fill: #fff;
    stroke: #fff;
}

body.newblack_bg .post_title a {
    color: #fff;
}

body.newblack_bg footer li a,
body.newblack_bg .bottom_box a,
body.newblack_bg footer .get_in_touch {
    color: #fff;
}

body.newblack_bg .elementor-widget-heading .elementor-heading-title {
    color: #fff;
}

body.newblack_bg .pop_block_inner .elementor-widget-heading .elementor-heading-title {
    color: #40444F;
}

body.newblack_bg .book_a_meeting .get_in_touch {
    color: #fff;
}

body.newblack_bg .socials_fix a path {
    fill: #fff;
}

/**/
body.gray_bg {
    /*background: linear-gradient(0deg, #F6F6F6, #F6F6F6), #F1EEEE;*/
    background: #F6F6F6;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 102px;
    border-bottom: 2px solid transparent;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
}

header .flex .f5 {
    width: 4%;
}

header.scrolled {
    border-bottom: 2px solid #E1E2E4;
}

header nav {
    text-align: right;
    width: 100%;
    position: relative;
}

.menu_inner {
    position: relative;
    display: inline-block;
}

header nav li {
    display: inline-block;
    padding-left: 0;
}

li.hide {
    display: none !important;
}

header nav li:before,
footer li:before {
    display: none;
}

header nav a {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #40444F;
    display: block;
    padding: 36px;
}

header nav a:hover {
    text-decoration: none;
}

.logo {
    padding: 36px;
    display: block;
}

.logo img {
    width: 120px;
    display: block;
}

.mobile-nav__btn {
    margin: 20px 36px;
    display: block;
    cursor: pointer;
    width: 62px;
    height: 62px;
    border: 2px solid #40444F;
    box-sizing: border-box;
    position: relative;
}

.mobile-nav__btn span {
    display: block;
    width: 14px;
    height: 2px;
    background: #40444F;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    position: absolute;
    left: 22px;
    top: 45%;
}

.mobile-nav__btn span+span {
    left: 22px;
    top: 55%;
}

.mobile-nav__btn:hover span {
    background: #fff;
}

.menu_open .mobile-nav__btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

.menu_open .mobile-nav__btn span+span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}

.supermenu {
    padding-left: 140px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #1F2126;
    z-index: 999;
    box-sizing: border-box;
    padding: 5% 0;
    text-align: center;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}

.menu_open .supermenu {
    left: -140px;
}

.supermenu a {
    color: #fff;
}

.supermenu .menu-header-container {
    height: 100%;
}

.supermenu .menu-header-container ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-flow: row wrap;
}

.supermenu .menu-header-container ul li {
    width: 100%;

}

.supermenu .menu-header-container ul li a {
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
}


#indication-mark-wrap {
    position: absolute;
    left: 45px;
    top: 56px;

    -webkit-transition: all 1000ms cubic-bezier(0.000, 0.000, 0.330, 0.990);
    -moz-transition: all 1000ms cubic-bezier(0.000, 0.000, 0.330, 0.990);
    -o-transition: all 1000ms cubic-bezier(0.000, 0.000, 0.330, 0.990);
    transition: all 1000ms cubic-bezier(0.000, 0.000, 0.330, 0.990);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.330, 0.990);
    -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.330, 0.990);
    -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.330, 0.990);
    transition-timing-function: cubic-bezier(0.000, 0.000, 0.330, 0.990);
    /* custom */
}

.indication-mark {
    position: relative;
    display: block;
}

/* intro section */

.section_intro {
    position: relative;
    padding-top: 170px;
    padding-bottom: 100px;
}

.section_intro h1 {
    margin-bottom: 1em;
    font-size: 72px;
    line-height: 94px;
    letter-spacing: 0.01em;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    padding-top: 15px;
}

.section_intro .get_in_touch {
    color: #40444F;
}

.section_intro .flex {
    position: relative;
    z-index: 2;
}

.intro_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 52%;
    height: 100%;
    background-size: cover;
    z-index: 0;
}

.socials {
    position: absolute;
    bottom: 0px;
    left: 50px;
    z-index: 6;
}

.socials a {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.socials a path {
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}



/* intro section wechallenge*/
.section_intro.wechallenge_intro {
    padding-top: 150px;
    padding-bottom: 22px;
    margin-bottom: 50px;
}

.wechallenge_intro .dates {
    color: #fff;
    padding: 20px 30px;
    display: block;
    width: 130px;
}

.wechallenge_intro .intro_image {
    width: 48%;
}

.wechallenge_intro h1 {
    margin-bottom: 0;
}

.wechallenge_intro h4 {
    margin-bottom: 70px;
}


/* intro section inner*/
.section_intro_inner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}

.section_intro_inner .limit {
    max-width: 1280px;
    position: relative;
}

.section_intro_inner .section_title {
    font-family: 'robotomedium';
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    padding-top: 80px;
}

.section_intro_inner .limit .flex {
    padding-top: 50px;
}

.section_intro_inner .limit .f23 {
    padding-right: 3%;
}

.section_intro_inner h1 {
    font-family: 'HelveticaNeueCyr';
    font-size: 46px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
}

.section_intro_inner h4 {
    font-family: 'HelveticaNeueCyr';
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    margin-bottom: 1em;
}

.section_intro_inner p {
    margin-bottom: 1em;
}

/* Directions section */
.section_directions {
    padding: 100px 0;
}

.section_directions .limit {
    max-width: 1280px;
    position: relative;
}

.section_directions .f4 {
    position: relative;
    z-index: 9;
}

.block_image {
    position: relative;
}

.section_directions .block_image {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 0;
    transition: 0.45s;
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    -o-transition: 0.45s;
}

.block_image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    transition: ease 0.65s 0.25s;
    -webkit-transition: ease 0.65s 0.25s;
    -moz-transition: ease 0.65s 0.25s;
    -o-transition: ease 0.65s 0.25s;
}

.active_section .block_image:after {
    width: 0;
}

.big_title {
    font-family: 'HelveticaNeueCyr';
    font-size: 120px;
    font-weight: 500;
    line-height: 156px;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
    transition: 0.65s;
    -webkit-transition: ease 0.65s;
    -moz-transition: ease 0.65s;
    -o-transition: ease 0.65s;
}

.big_title_stroke {
    font-family: 'HelveticaNeueCyr';
    font-size: 120px;
    font-weight: 500;
    line-height: 156px;
    letter-spacing: 0.02em;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #40444F;
    position: relative;
    z-index: 1;
    transition: 0.65s;
    -webkit-transition: ease 0.65s;
    -moz-transition: ease 0.65s;
    -o-transition: ease 0.65s;
}

.small_box {
    position: absolute;
    left: -5px;
    bottom: -20px;
    /* opacity: 0; */
    transition: 0.45s 0.25s;
    -webkit-transition: ease 0.45s 0.25s;
    -moz-transition: ease 0.45s 0.25s;
    -o-transition: ease 0.45s 0.25s;
}

.big_title .small_box {
    opacity: 1;
}

.big_title .small_box,
.big_title_stroke .small_box {
    font-family: 'robotoregular';
    color: #40444F;
    font-size: 16px;
    padding: 0 10px;
    line-height: 130%;
    letter-spacing: 0;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
}

.big_title_stroke .small_box .item,
.big_title .small_box .item {
    margin-right: 10px;
    display: none;
}

/*.big_title .link_button,
.big_title_stroke .link_button {width:60px;height:60px;padding-top: 20px;position:relative;top: -10px;  margin-left: 20px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;}*/

.big_title .link_button,
.big_title_stroke .link_button {
    width: 60px;
    height: 60px;
    padding-top: 5px;
    bottom: -40px;
    margin-left: -53px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
    position: relative;
    transition: 0.45s 0.25s;
    -webkit-transition: ease 0.25s;
    -moz-transition: ease 0.25s;
    -o-transition: ease 0.25s;
}

.big_title_stroke .link_button {
    /* opacity: 0; */
}

.big_title .link_button {
    opacity: 1;
}

/* Text buners section */
.section_text_banner {
    padding: 300px 0;
    overflow: hidden;
    position: relative;
    pointer-events: all;
}

.section_text_banner h3 {
    margin-bottom: 20px;
}

.section_text_banner .description {
    margin-bottom: 85px;
}

.section_text_banner .limit {
    max-width: 1280px;
    position: relative;
    z-index: 9998;
}

.section_text_banner .f4 {
    position: relative;
    z-index: 9;
}

.block_image {
    position: relative;
}

.section_text_banner .block_image {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 0;
    transition: 0.45s;
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    -o-transition: 0.45s;
}

.block_image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    transition: ease 0.65s 0.25s;
    -webkit-transition: ease 0.65s 0.25s;
    -moz-transition: ease 0.65s 0.25s;
    -o-transition: ease 0.65s 0.25s;
}

.active_section .block_image:after {
    width: 0;
}

.content__img {
    max-width: var(--img-maxwidth);
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: 0; */
    will-change: transform;
    filter: var(--filter-img);
}

.content__img--full {
    width: 100%;
    height: 100%;
    background-size: cover;
}


/* About  section */
.section_about {
    padding: 100px 0;
}

.section_about .limit {
    max-width: 1280px;
    position: relative;
}

.section_about .f2+.f2 {
    padding-left: 10%;
}

.section_about h2 {
    font-family: 'HelveticaNeueCyr';
    font-size: 120px;
    font-weight: bold;
    font-size: 64px;
    line-height: 120%;
}

.section_about h3 {
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 1em;
}

.section_about p {
    margin-bottom: 1em;
}

.section_about .button_box {
    padding-top: 30px;
}

.section_about .get_in_touch {
    color: #40444F;
}

.section_about .link_button {
    width: 60px;
    height: 60px;
    padding-top: 20px;
}

.about_slider {
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}

.about_slider .inner {
    padding: 0 60px;
}

.about_slider .slick-list {
    overflow: visible;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}

.about_slider.focus .slick-list {
    transform: scale3d(0.85, 0.85, 0.85);
}

.about_slider .slick-slide:nth-child(2n) .inner {
    padding-top: 100px;
}

.about_slider .slick-slide:nth-child(3n+2) .inner {
    padding-top: 60px;
}

/* About  organizers */
.section_organizers {
    padding: 100px 0;
}

.section_organizers .limit {
    max-width: 1280px;
    position: relative;
}

.section_organizers .f2.rows+.f2 {
    padding-left: 5%;
}

.section_organizers .inner {
    background: linear-gradient(0deg, #F6F6F6, #F6F6F6), #F1EEEE;
    max-width: 100%;
    padding: 20px;
    width: 290px;
    height: 290px;
    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;
}

.section_organizers h2 {
    margin-bottom: 1em;
    font-family: 'HelveticaNeueCyr';
    font-size: 120px;
    font-weight: bold;
    font-size: 64px;
    line-height: 120%;
}

.section_organizers h3 {
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 1em;
}

.section_organizers p {
    margin-bottom: 1em;
}

.section_organizers .button_box {
    padding-top: 30px;
}

.section_organizers .get_in_touch {
    color: #40444F;
}

.section_organizers .link_button {
    width: 60px;
    height: 60px;
    padding-top: 20px;
}

/* partnership  section */
.section_partnership {
    padding: 100px 0;
}

.section_partnership .limit {
    max-width: 1280px;
    position: relative;
}

.section_partnership .f2+.f2 {
    padding-left: 10%;
}

.section_partnership h2 {
    font-family: 'HelveticaNeueCyr';
    font-size: 46px;
    font-weight: bold;
    font-size: 55px;
    line-height: 120%;
    margin-bottom: 10px;
}

.section_partnership .subtitle {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
}

.section_partnership h3 {
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 1em;
}

.section_partnership p {
    margin-bottom: 1em;
}

.section_partnership .button_box {
    padding-top: 30px;
}

.section_partnership .get_in_touch {
    color: #40444F;
}

.section_partnership .link_button {
    width: 60px;
    height: 60px;
    padding-top: 20px;
}

.partnership_slider {
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}

.partnership_slider .wrap {
    padding: 10px;
}

.partnership_slider .inner {
    background: linear-gradient(0deg, #F6F6F6, #F6F6F6), #F1EEEE;
    width: 240px;
    height: 240px;
    padding: 15px;
    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;
}

/* blog  section */
.section_blog {
    padding: 100px 0;
}

.section_blog .limit {
    max-width: 1280px;
    position: relative;
}

.section_blog h2 {
    font-family: 'HelveticaNeueCyr';
    font-size: 120px;
    font-weight: 500;
    line-height: 156px;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
    margin-bottom: 0.2em;
}

.section_blog .link_button {
    width: 60px;
    height: 60px;
    padding-top: 18px;
}

.section_blog .get_in_touch {
    color: #40444F;
}

.post_image {
    margin-bottom: 10px;
}

.post_image img {
    display: block;
}

.post_date {
    color: #40444F;
    margin-bottom: 15px;
}

.post_title {
    margin-bottom: 15px;
}

.post_title a {
    color: #40444F;
    font-size: 18px;
}

.post_categories {
    margin-bottom: 15px;
}

.post_categories,
.post_categories a {
    color: #40444F;
    font-size: 18px;
}

.post_categories a {
    padding-right: 15px;
}

.post_categories a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #40444F;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/* scroll text section */
.section_scroll_text {
    padding: 100px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section_scroll_text .limit {
    max-width: 1280px;
    position: relative;
}

.section_scroll_text .button_box {
    position: absolute;
    right: 15%;
    top: 50%;
}

.section_scroll_text .big_title {
    color: #C2C5CA;
}

.section_scroll_text .big_title_stroke {
    -webkit-text-stroke-color: #C2C5CA;
}

.section_scroll_text .link_button {
    position: absolute;
    right: 15%;
    top: 50%;
    margin-top: -70px;
    z-index: 99;
    width: 140px;
    height: 140px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.scrolling-text {
    display: inline-block;
    width: 100%;
    transition: transform 2.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    will-change: transform;
    backface-visibility: hidden;
}

.scrolling-text .scrolling-text-content {
    transition: transform 2.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    margin: 50px 0;
}

/* Num Slider */
.section_num_slider {
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -50px !important;
}

.section_num_slider {
    max-width: 1280px;
    margin: 0 auto;
}

.section_num_slider .slick-list {
    overflow: inherit;
}

.section_num_slider .slick-slide {
    /* opacity: 0.5; */
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}

.section_num_slider .slick-slide.slick-active {
    opacity: 1;
}

.section_num_slider .inner {
    padding-right: 20%;
}

.section_num_slider .num {
    color: #E1E2E4;
    font-size: 46px;
    line-height: 55px;
    letter-spacing: 0em;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    margin-bottom: 0.9em;
}

.section_num_slider h2 {
    font-size: 46px;
    line-height: 55px;
    letter-spacing: 0em;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    margin-bottom: 1em;
}

.section_num_slider h3 {
    font-size: 24px;
    line-height: 31px;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    margin-bottom: 1em;
}

.section_num_slider p {
    margin-bottom: 1em;
}

.section_num_slider .slick-dots {
    padding: 30px 0 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.section_num_slider .slick-dots li {
    border: none;
    display: block;
    cursor: pointer;
    padding: 30px 0 0;
}

.section_num_slider .slick-dots li:before {
    display: none;
}

.section_num_slider .slick-dots li button {
    text-indent: -9999px;
    background: #E1E2E4;
    height: 2px;
    width: 100%;
    border: none;
    padding: 0;

    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}

.section_num_slider .slick-dots li.slick-active button {
    background: #40444F;
}

.section_num_slider .button_box {
    padding-top: 60px;
    text-align: right;
}

.section_num_slider .link_button {
    width: 140px;
    height: 140px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Client Slider */
.section_client_slider {
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -50px !important;
}

.section_client_slider {
    max-width: 1280px;
    margin: 0 auto;
}

.section_client_slider .slick-list {
    overflow: inherit;
}

.section_client_slider .slick-slide {
    /* opacity: 0.5; */
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}

.section_client_slider .slick-slide.slick-active {
    opacity: 1;
}

.section_client_slider .inner {
    padding-right: 20%;
}

.section_client_slider .num {
    color: #E1E2E4;
    font-size: 46px;
    line-height: 55px;
    letter-spacing: 0em;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    margin-bottom: 0.9em;
}

.section_client_slider h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.02em;
    font-family: 'HelveticaNeueCyr';
    margin-bottom: 100px;
}

.section_client_slider h3 {
    font-size: 46px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    font-family: 'HelveticaNeueCyr';
    margin-bottom: 0.3em;
}

.section_client_slider p {
    margin-bottom: 1em;
}

.section_client_slider .description {
    margin-bottom: 45px;
}

.section_client_slider .client_box {
    max-width: 250px;
}

.section_client_slider .slick-dots {
    padding: 30px 0 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.section_client_slider .slick-dots li {
    border: none;
    display: block;
    cursor: pointer;
    padding: 30px 0 0;
}

.section_client_slider .slick-dots li:before {
    display: none;
}

.section_client_slider .slick-dots li button {
    text-indent: -9999px;
    background: #40444F;
    height: 2px;
    width: 100%;
    border: none;
    padding: 0;

    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}

.section_client_slider .slick-dots li.slick-active button {
    background: #fff;
}

.section_client_slider .button_box {
    padding-top: 60px;
    text-align: right;
}

.section_client_slider .link_button {
    width: 140px;
    height: 140px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

/*Section peoples*/
.section_peoples {
    padding: 100px 0 0;
}

.section_peoples .limit {
    max-width: 1280px;
    position: relative;
}

.section_peoples .f2+.f2 {
    padding-left: 10%;
}

.section_peoples h2 {
    font-family: 'HelveticaNeueCyr';
    font-size: 120px;
    font-weight: bold;
    font-size: 64px;
    line-height: 120%;
}

.section_peoples h3 {
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 0.2em;
}

.section_peoples p {
    margin-bottom: 1em;
}

.section_peoples .button_box {
    padding-top: 30px;
    text-align: right;
}

.section_peoples .get_in_touch {
    color: #40444F;
}

.section_peoples .link_button {
    width: 60px;
    height: 60px;
    padding-top: 20px;
}

.section_peoples .f4 {
    /* opacity: 0.5; */
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    flex: 0 24%;
}

.section_peoples .f5 {
    /* opacity: 0.5; */
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    flex: 0 19%;
}

.section_peoples .f4 .description,
.section_peoples .f5 .description {
    /* opacity: 0; */
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}

.section_peoples .f4:hover,
.section_peoples .f5:hover {
    opacity: 1;
}

.section_peoples .f4:hover .description,
.section_peoples .f5:hover .description {
    opacity: 1;
}

.peoples_list {
    padding: 80px 0 0;
}

.peoples_list+.button_box {
    text-align: right;
}

.peoples_list .block_image {
    width: fit-content;
    block-size: fit-content;
}

/*.peoples_list .block_image:before{content:''; display:block; height:40px; width:100%; background: rgba(217,12,36);position:absolute; top:60%;left:0;    mix-blend-mode: multiply; opacity:0;
transition: 0.25s;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;}*/
.peoples_list .f4:hover .block_image:before,
.peoples_list .f5:hover .block_image:before {
    opacity: 1;
}

.section_peoples .f4:nth-child(5),
.section_peoples .f4:nth-child(6),
.section_peoples .f4:nth-child(7),
.section_peoples .f4:nth-child(8),
.section_peoples .f4:nth-child(17),
.section_peoples .f4:nth-child(18),
.section_peoples .f4:nth-child(19),
.section_peoples .f4:nth-child(20),
.section_peoples .f4:nth-child(29),
.section_peoples .f4:nth-child(30),
.section_peoples .f4:nth-child(31),
.section_peoples .f4:nth-child(32) {
    transform: translate3d(104%, 0px, 0px);
}

.section_peoples .f4:nth-child(9),
.section_peoples .f4:nth-child(10),
.section_peoples .f4:nth-child(11),
.section_peoples .f4:nth-child(12),
.section_peoples .f4:nth-child(21),
.section_peoples .f4:nth-child(22),
.section_peoples .f4:nth-child(23),
.section_peoples .f4:nth-child(24),
.section_peoples .f4:nth-child(37),
.section_peoples .f4:nth-child(38),
.section_peoples .f4:nth-child(39),
.section_peoples .f4:nth-child(40) {
    transform: translate3d(-104%, 0px, 0px);
}


/*Accordion peoples*/
.section_accordion {
    padding: 100px 0 0;
}

.section_accordion .limit {
    max-width: 1280px;
    position: relative;
}

.section_accordion h2 {
    font-family: 'HelveticaNeueCyr';
    font-size: 120px;
    font-weight: bold;
    font-size: 64px;
    line-height: 120%;
    margin-bottom: 0.3em;
}

.section_accordion h3 {
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 0.2em;
}

.section_accordion .top_block {
    margin-bottom: 100px;
}

.accordion_item h3 {
    cursor: pointer;
}

.accordion_item:nth-child(1) {
    padding-top: 0;
}

.accordion_item {
    padding: 30px 0;
    border-bottom: 2px solid #40444F;
}

.accordion_item svg {
    margin-left: 40px;
    transition: 0.45s;
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    -o-transition: 0.45s;
}

.accordion_description {
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    /* opacity: 0; */
    transition: 0.45s;
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    -o-transition: 0.45s;
}

.accordion_item.active .accordion_description {
    padding-top: 20px;
    height: auto;
    opacity: 1;
}

.accordion_item.active svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*Icons peoples*/
.section_icons {
    padding: 100px 0;
}

.section_icons .limit {
    max-width: 1280px;
    position: relative;
}

.section_icons .inner {
    padding: 20px;
}

.section_icons .inner .icon {
    margin-bottom: 20px;
}

/*Video peoples*/
.section_video {
    padding: 100px 0;
}

.section_video .limit {
    max-width: 1280px;
    position: relative;
}

.section_video h2 {
    font-size: 72px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 99;
}

.section_video .f2 {
    position: relative;
    left: -150px;
}

.section_video video {
    height: auto;
}

.section_video .description {
    padding-top: 30px;
    font-size: 16px;
}

.black_bg .section_video .get_in_touch {
    color: #fff;
}



/*Footer*/
footer .logo {
    padding: 0;
}

footer .title {
    color: #C2C5CA;
}

footer li {
    padding: 5px 0;
}

footer li a,
.bottom_box a {
    color: #40444F;
    font-size: 18px;
    line-height: 130%;
    font-weight: bold;
}

footer .link_button {
    width: 60px;
    height: 60px;
    padding-top: 20px;
}

footer .get_in_touch {
    color: #40444F;
}

footer .get_in_touch:hover {
    text-decoration: none;
}

footer input {
    width: 300px;
}

footer input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'robotoregular';
    font-size: 16px;
    color: #C2C5CA;
    opacity: 1;
    /* Firefox */
}

footer input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'robotoregular';
    font-size: 16px;
    color: #C2C5CA;
}

footer input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: 'robotoregular';
    font-size: 16px;
    color: #C2C5CA;
}

.subscribe_box {
    position: relative;
    width: 300px;
}

.subscribe_box button {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    padding-top: 15px;
}

.top_box {
    padding-left: 30px;
    padding-right: 30px;
}

.top_box .flex {
    padding: 20px 0px;
    border-bottom: 2px solid #E1E2E4;
}

.middle_box {
    padding-left: 30px;
    padding-right: 30px;
}

.middle_box .flex {
    padding: 20px 0px;
}

footer .middle_box .title {
    display: none;
}

.bottom_box {
    text-align: center;
    padding: 30px 15px;
    color: #C2C5CA;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
}

.socials_box {
    margin-top: 120px;
}

.socials_box a {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.socials_box a path,
.socials_box a rect {
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}


footer .f5 {
    position: relative;
    /* opacity: 0; */
}

footer.active_section .f5 {
    opacity: 1;
}

footer .f5.i1 {
    width: 15%;
    transition: 0.25s 0.25s;
    -webkit-transition: 0.25s 0.25s;
    -moz-transition: 0.25s 0.25s;
    -o-transition: 0.25s 0.25s;
}

footer .f5.i2 {
    width: 15%;
    transition: 0.45s 0.45s;
    -webkit-transition: 0.45s 0.45s;
    -moz-transition: 0.45s 0.45s;
    -o-transition: 0.45s 0.45s;
}

footer .f5.i3 {
    width: 15%;
    transition: 0.65s 0.65s;
    -webkit-transition: 0.65s 0.65s;
    -moz-transition: 0.65s 0.65s;
    -o-transition: 0.65s 0.65s;
}

footer .f5.i4 {
    width: 27%;
    transition: 0.85s 0.85s;
    -webkit-transition: 0.85s 0.85s;
    -moz-transition: 0.85s 0.85s;
    -o-transition: 0.85s 0.85s;
}

footer .f5.i5 {
    transition: 1.05s 0.25s;
    -webkit-transition: 1.05s 1.05s;
    -moz-transition: 1.05s 1.05s;
    -o-transition: 1.05s 1.05s;
}

.scroll_to_top {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}


/*Animation*/
.splitting {
    color: saturate(lighten(#182952, 55%), 60%);
}

.splitting .char {
    transition: transform .3s cubic-bezier(.3, 0, .3, 1), opacity .3s linear;
    transition-delay: calc(40ms * var(--char-index));

}

.splitting[data-scroll="out"] .char {
    /* opacity: 0; */
    transform: translateY(.25em);
}

div.fadeInLeft {
    /* opacity: 0; */
    -webkit-transform: translateX(-1px);
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}

.active_section .fadeInLeft {
    opacity: 1;
    -webkit-transform: translateX(0px);
}



.book_a_meeting {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.book_a_meeting .wpcf7-form-control-wrap {
    display: block;
    width: 40%;
    padding-right: 20px;
    margin: 0;
}

.book_a_meeting .wpcf7-form-control-wrap input {
    margin: 0;
    padding: 20px 20px;
}

.book_a_meeting .get_in_touch {
    display: block;
    width: 20%;
    background: none;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    text-align: left;
}

.book_a_meeting .link_button {
    width: 60px;
    height: 60px;
    padding-top: 20px;
    position: relative;
}


/*popaps*/
body.pop_in {
    overflow-y: hidden;
    background: #fff !important;
}

.pop_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #1F2126;
    z-index: 998;
}

.pop_block {
    position: fixed;
    width: 90%;
    height: 90%;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);
    display: none;
    opacity: 0;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
}

.pop_in .pop_bg {
    display: block;
    opacity: 1;
}

.pop_in .pop_block {
    display: block;
    opacity: 1;
}

.pop_cls {
    width: 60px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
}

.pop_block_inner {
    overflow-x: hidden;
}

.pop_block_inner .elementor-section-wrap .elementor-section:first-child .elementor-col-50+.elementor-col-50 {
    padding-right: 80px;
}

.pop_block_inner div.fadeInLeft {
    opacity: 1;
}

.pop_block_inner .block_image:after {
    display: none;
}

.pop_block_inner .splitting[data-scroll="out"] .char {
    opacity: 1 !important;
}

.pop_block_inner section[data-background="black"] {
    background: #1F2126;
    color: #fff;
}

.pop_block_inner section[data-background="black"] .post_title a {
    color: #fff;
}

.pop_block_inner section[data-background="black"] .get_in_touch {
    color: #fff;
}

.pop_block_inner section[data-background="black"] .border_button {
    border: 2px solid #fff;
}

.pop_block_inner section[data-background="black"] .get_in_touch path {
    stroke: #fff;
}

.pop_block_inner section[data-background="gray"] {
    background: #F6F6F6;
}

.single_content {
    padding-bottom: 50px;
}

.single_content .limit {
    max-width: 1280px;
    position: relative;
}

.single_content p {
    margin-bottom: 1em;
}

.calendly-overlay .calendly-popup-close {
    top: 12% !important;
    right: 35% !important;
    background-size: contain !important;
}


/*Specific page styles*/
.page-id-1472 .partnership_slider {
    margin-top: 83px;
}

.elementor-heading-title span {
    color: #40444F;
}

.large_li ul {
    list-style: none;
}

.large_li li {
    display: inline-block;
    width: 44%;
    color: #C2C5CA;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    border-bottom: 2px solid #E1E2E4;
    padding: 40px 0;
}

.large_li li:hover {
    color: #40444F;
    border-bottom: 2px solid #40444F;
}

.large_li li:before {
    display: none;
}

.large_li li:nth-child(odd) {
    margin-right: 3%;
}

.large_li li:nth-child(even) {
    margin-left: 3%;
}

.page-id-1472 .section_intro {
    padding-bottom: 140px;
}

.page-id-1472 .section_intro .flex {
    max-width: 1200px;
    margin: 0 auto;
}

.page-id-1472 .section_intro>.flex>.f2 {
    display: none;
}

.page-id-1472 .section_intro .intro_image {
    width: 100%;
}

.page-id-1472 .section_intro h1 strong {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #0045F5;
}

.socials_fix {
    position: fixed;
    bottom: 10%;
    left: 50px;
    z-index: 6;
}

.socials_fix a {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.socials_fix a path {
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}


@media screen and (max-width : 1920px) {

    .section_peoples .f4:nth-child(5),
    .section_peoples .f4:nth-child(6),
    .section_peoples .f4:nth-child(7),
    .section_peoples .f4:nth-child(8),
    .section_peoples .f4:nth-child(17),
    .section_peoples .f4:nth-child(18),
    .section_peoples .f4:nth-child(19),
    .section_peoples .f4:nth-child(20),
    .section_peoples .f4:nth-child(29),
    .section_peoples .f4:nth-child(30),
    .section_peoples .f4:nth-child(31),
    .section_peoples .f4:nth-child(32) {
        transform: translate3d(40%, 0px, 0px);
    }

    .section_peoples .f4:nth-child(9),
    .section_peoples .f4:nth-child(10),
    .section_peoples .f4:nth-child(11),
    .section_peoples .f4:nth-child(12),
    .section_peoples .f4:nth-child(21),
    .section_peoples .f4:nth-child(22),
    .section_peoples .f4:nth-child(23),
    .section_peoples .f4:nth-child(24),
    .section_peoples .f4:nth-child(37),
    .section_peoples .f4:nth-child(38),
    .section_peoples .f4:nth-child(39),
    .section_peoples .f4:nth-child(40) {
        transform: translate3d(-35%, 0px, 0px);
    }
}

@media screen and (max-width : 1690px) {
    .logo {
        padding: 26px;
    }

    header nav a {
        padding: 26px;
    }

    .mobile-nav__btn {
        margin: 20px 26px;
    }

    .section_intro {
        position: relative;
        padding-top: 130px;
        padding-bottom: 25px;
    }

    .section_intro h1 {
        font-size: 64px;
        line-height: 80px;
        padding-top: 15px;
    }

    .big_title {
        font-size: 100px;
        line-height: 136px;
    }

    .big_title_stroke {
        font-size: 100px;
        line-height: 136px;
    }

    .section_about h2 {
        font-size: 60;
    }


    .section_blog h2 {
        font-size: 100px;
        line-height: 136px;
    }
}

@media screen and (max-width : 1500px) {

    .section_peoples .f4:nth-child(5),
    .section_peoples .f4:nth-child(6),
    .section_peoples .f4:nth-child(7),
    .section_peoples .f4:nth-child(8),
    .section_peoples .f4:nth-child(17),
    .section_peoples .f4:nth-child(18),
    .section_peoples .f4:nth-child(19),
    .section_peoples .f4:nth-child(20),
    .section_peoples .f4:nth-child(29),
    .section_peoples .f4:nth-child(30),
    .section_peoples .f4:nth-child(31),
    .section_peoples .f4:nth-child(32) {
        transform: translate3d(20%, 0px, 0px);
    }

    .section_peoples .f4:nth-child(9),
    .section_peoples .f4:nth-child(10),
    .section_peoples .f4:nth-child(11),
    .section_peoples .f4:nth-child(12),
    .section_peoples .f4:nth-child(21),
    .section_peoples .f4:nth-child(22),
    .section_peoples .f4:nth-child(23),
    .section_peoples .f4:nth-child(24),
    .section_peoples .f4:nth-child(37),
    .section_peoples .f4:nth-child(38),
    .section_peoples .f4:nth-child(39),
    .section_peoples .f4:nth-child(40) {
        transform: translate3d(-20%, 0px, 0px);
    }


    .section_intro .flex .f23 {
        width: 57.66%;
    }

    .intro_image {
        width: 56%;
    }

    .socials_fix {
        display: none;
    }
}

@media screen and (max-width : 1400px) {

    .section_peoples .f4:nth-child(5),
    .section_peoples .f4:nth-child(6),
    .section_peoples .f4:nth-child(7),
    .section_peoples .f4:nth-child(8),
    .section_peoples .f4:nth-child(17),
    .section_peoples .f4:nth-child(18),
    .section_peoples .f4:nth-child(19),
    .section_peoples .f4:nth-child(20),
    .section_peoples .f4:nth-child(29),
    .section_peoples .f4:nth-child(30),
    .section_peoples .f4:nth-child(31),
    .section_peoples .f4:nth-child(32) {
        transform: translate3d(0, 0px, 0px);
    }

    .section_peoples .f4:nth-child(9),
    .section_peoples .f4:nth-child(10),
    .section_peoples .f4:nth-child(11),
    .section_peoples .f4:nth-child(12),
    .section_peoples .f4:nth-child(21),
    .section_peoples .f4:nth-child(22),
    .section_peoples .f4:nth-child(23),
    .section_peoples .f4:nth-child(24),
    .section_peoples .f4:nth-child(37),
    .section_peoples .f4:nth-child(38),
    .section_peoples .f4:nth-child(39),
    .section_peoples .f4:nth-child(40) {
        transform: translate3d(0, 0px, 0px);
    }

    .section_intro .flex .f23 {
        width: 54.66%;
    }

    .intro_image {
        width: 60%;
    }

    .section_intro h1 {
        margin-bottom: 0.5em;
    }

    header nav a {
        padding: 26px 20px;
    }
}

@media screen and (max-width : 1325px) {
    #header nav {
        display: none;
    }

    #header .f5,
    #header .f34 {
        width: 50%;
    }

    .mobile-nav {
        text-align: right;
    }

    .mobile-nav__btn {
        display: inline-block;
    }

    .intro_image {
        width: 38%;
    }

    .section_intro .flex .f23 {
        width: 64.66%;
    }

    .section_intro span {
        color: #40444F !important;
    }

    body.black_bg .section_intro span {
        color: #fff !important;
    }

    .wechallenge_intro .dates {
        color: #fff !important;
    }
}

@media screen and (max-width : 1248px) {
    .calendly-overlay .calendly-popup-close {
        top: 11% !important;
        right: 19% !important;
    }
}

@media screen and (max-width : 1200px) {
    footer .logo {
        display: inline-block;
    }

    footer .top_box .i1 {
        width: 100%;
        margin: 0;
    }

    footer .top_box .i2,
    footer .top_box .i3,
    footer .top_box .i4,
    footer .top_box .i5 {
        display: none;
    }

    footer .middle_box .i1 {
        display: none;
    }

    footer .middle_box .title {
        display: block;
        margin-bottom: 20px;
    }

    .book_a_meeting {
        flex-flow: row wrap;
    }

    .book_a_meeting .wpcf7-form-control-wrap,
    .book_a_meeting .get_in_touch {
        width: 50%;
        margin-bottom: 20px;
    }

    .section_video h2 {
        font-size: 64px;
    }

    .section_video .f2 {
        left: -50px;
    }
}

@media screen and (max-width : 1080px) {
    .calendly-overlay .calendly-popup-close {
        right: 15% !important;
    }
}

@media screen and (max-width :1024px) {
    .section_intro {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .intro_image {
        width: 100%;
        position: initial;
        height: 300px;
        background-size: auto !important;
        margin-bottom: 30px;
    }

    .section_intro>.flex {
        display: block;
    }

    .section_intro>.flex>.f2,
    .section_intro>.flex>.f23 {
        width: 100%;
        margin: 0;
        padding: 0 70px;
    }

    .socials {
        left: 20px;
    }

    .section_directions {
        padding: 50px 0;
    }

    .section_directions .flex {
        display: block;
    }

    .section_directions .flex .f4,
    .section_directions .flex .f34 {
        width: 100%;
        margin: 0;
    }

    .section_directions .flex .f4 {
        margin-bottom: 50px;
    }

    .big_title,
    .big_title_stroke {
        font-size: 70px;
        line-height: 150%;
    }

    .section_directions .block_image {
        max-width: 60%;
    }

    .section_about {
        padding: 50px 0;
    }

    .section_about .flex {
        display: block;
    }

    .section_about .flex .f2 {
        width: 100%;
        margin: 0 0 20px 0;
        padding-left: 0;
    }

    .section_partnership {
        padding: 50px 0;
    }

    .section_partnership .flex {
        display: block;
    }

    .section_partnership .flex .f2 {
        width: 100%;
        margin: 0 0 20px 0;
        padding-left: 0;
    }

    .section_blog {
        padding: 50px 0;
    }

    .section_blog h2 {
        font-size: 70px;
        line-height: 120%;
    }

    .section_blog .top_block .flex {
        display: block;
    }

    .section_blog .top_block .flex .f2 {
        width: 100%;
        margin: 0 0 20px 0;
        padding-left: 0;
    }

    .section_blog .top_block {
        margin-bottom: 30px;
    }

    .section_scroll_text {
        padding: 50px 0;
    }

    footer .top_box,
    footer .middle_box,
    footer .bottom_box {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .middle_box .flex {
        flex-flow: row wrap;
    }

    footer .middle_box .flex .f5 {
        width: 48%;
        margin-bottom: 30px;
    }

    .socials_box {
        margin-top: 20px;
    }

    .bottom_box {
        padding: 0px 15px 30px;
    }

    /*
	.section_scroll_text .link_button {
		margin-top: -45px;
		width: 90px;
		height: 90px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	*/

    .section_intro_inner {
        padding-top: 0;
    }

    .section_intro_inner .section_title {
        padding-top: 50px;
    }

    .section_num_slider {
        padding-top: 50px;
    }

    .section_peoples {
        padding: 50px 0 0;
    }

    .section_peoples .top_block .flex {
        display: block;
    }

    .section_peoples .top_block .flex .f2 {
        width: 100%;
        margin: 0 0 20px 0;
        padding-left: 0;
    }

    .section_peoples .button_box {
        text-align: left;
    }

    .peoples_list {
        padding: 20px 0 0;
    }

    .peoples_list .f5 {
        width: 32%;
        flex: 0 32%;
    }


    .section_accordion {
        padding: 50px 0 0;
    }

    .section_accordion .flex {
        display: block;
    }

    .section_accordion .flex .f2 {
        width: 100%;
        margin: 0 0 30px 0;
        padding-left: 0;
    }

    .section_accordion .flex .f23 {
        width: 100%;
        margin: 0 0 20px 0;
        padding-left: 0;
    }

    .section_accordion .flex .f34 {
        width: 100%;
        margin: 0 0 20px 0;
        padding-left: 0;
    }

    .section_accordion .flex .f4 {
        width: 100%;
        margin: 0 0 20px 0;
        padding-left: 0;
    }

    .section_accordion .top_block {
        margin-bottom: 50px;
    }

    .section_intro.wechallenge_intro {
        padding-top: 0px;
        margin-bottom: 50px;
    }

    .section_intro.wechallenge_intro .intro_image {
        width: 100%;
    }

    .section_icons {
        padding: 50px 0;
    }

    .section_icons>.limit>.flex {
        display: block;
    }

    .section_icons>.limit>.flex>.f3 {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .section_icons>.limit>.flex>.f23 {
        width: 100%;
        margin: 0;
    }

    .section_organizers {
        padding: 50px 0;
    }

    .section_video {
        padding: 50px 0;
    }

    .section_video {
        padding: 50px 0;
    }



}

@media screen and (max-width : 980px) {
    .calendly-overlay .calendly-popup-close {
        right: 10% !important;
    }
}

@media screen and (max-width :960px) {
    .section_intro_inner .section_title {
        padding-top: 20px;
    }

    .section_intro_inner .limit .flex {
        display: block;
        padding-top: 20px;
    }

    .section_intro_inner .limit .f23 {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .section_intro_inner .limit .f2 {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .section_intro_inner .socials {
        position: initial;
        text-align: left;
    }

    .section_intro_inner .socials a {
        display: inline-block;
        margin: 15px;
    }

    .section_intro_inner {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .num_section .elementor-widget-wrap {
        padding: 0 !important;
    }

    .section_video .flex {
        display: block;
    }

    .section_video .flex .f3,
    .section_video .flex .f2 {
        width: 100%;
        margin: 0;
    }

    .section_video .f2 {
        left: 0px;
    }

    .section_video .get_in_touch {
        margin-bottom: 40px;
    }
}

@media screen and (max-width :840px) {
    .section_peoples .f4 {
        width: 48%;
        flex: 0 48%;
    }

    .calendly-overlay .calendly-popup-close {
        top: 15px !important;
        right: 15px !important;
    }
}

@media screen and (max-width :800px) {

    .num_section .flex .f23 {
        width: 100%;
    }

    .num_section .flex .f3 {
        width: 100%;
    }

    .section_organizers>.limit>.flex {
        display: block;
    }

    .section_organizers>.limit>.flex>.f2 {
        width: 100%;
        padding: 0;
    }

    .section_organizers>.limit>.flex>.f2+.f2 {
        padding-top: 30px;
    }

    @media screen and (max-width :767px) {
        .num_section .elementor-widget-container {
            padding: 0 !important;
        }

        .num_section .flex {
            padding-top: 30px;
        }

        .num_section .flex .f23 {
            width: 64.66%;
        }

        .num_section .flex .f3 {
            width: 31.33%;
        }

    }

    @media screen and (max-width :690px) {
        footer .middle_box .flex .f5 {
            width: 100%;
        }

        .section_icons .f4 {
            width: 49%;
        }
    }

    @media screen and (max-width :640px) {
        .section_blog .bottom_block .flex {
            flex-flow: row wrap;
        }

        .section_blog .bottom_block .f3 {
            width: 48%;
        }

        .section_blog .bottom_block .f3:nth-child(3) {
            display: none;
        }

        .num_text_slider .slick-list {
            padding-right: 25%;
        }

        .section_num_slider .slick-dots {
            padding: 0px 0 0;
        }

        .section_num_slider .button_box {
            padding-top: 50px;
        }

        .section_num_slider .link_button {
            width: 80px;
            height: 80px;
            padding-top: 15px;
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    @media screen and (max-width :570px) {
        h1 {
            font-size: 52px;
        }

        h2 {
            font-size: 44px;
        }

        h3 {
            font-size: 36px;
        }

        .section_intro h1 {
            font-size: 54px;
            line-height: 120%;
        }

        .section_intro .intro_image {
            display: none;
        }

        .section_intro .flex {
            display: block;
        }

        .section_intro .flex .f2 {
            width: 100%;
            margin: 0 0 20px 0;
        }

        .big_title,
        .big_title_stroke {
            font-size: 54px;
            line-height: 170%;
        }

        .section_intro>.flex>.f2,
        .section_intro>.flex>.f23 {
            padding: 0 15px;
        }

        .socials {
            position: initial;
            text-align: left;
        }

        .socials a {
            display: inline-block;
            margin: 15px;
        }

        .section_about h2,
        .section_partnership h2,
        .section_blog h2 {
            font-size: 52px;
            line-height: 120%;
        }

        .book_a_meeting .wpcf7-form-control-wrap,
        .book_a_meeting .get_in_touch {
            width: 1000%;
        }

        .peoples_list .f5 {
            width: 48%;
            flex: 0 48%;
        }

        .section_video h2 {
            font-size: 44px;
        }

        .section_video .get_in_touch {
            margin-bottom: 30px;
        }

        .single_content h1 {
            font-size: 36px;
        }

        .single_content h2 {
            font-size: 32px;
        }

        .single_content h3 {
            font-size: 28px;
        }

        .single_content h4 {
            font-size: 22px;
        }

        .single_content h5 {}
    }

    @media screen and (max-width :450px) {
        .section_peoples .f4 {
            width: 100%;
            flex: 0 100%;
        }

        .peoples_list .f5 {
            width: 100%;
            flex: 0 100%;
        }

        .num_section .flex .f23 {
            width: 100%;
        }

        .num_section .flex .f3 {
            width: 100%;
        }


        .section_organizers .flex.rows .f2 {
            width: 100%;
        }

        .section_organizers .inner {
            margin: 0 auto;
        }
    }

    @media screen and (max-width :380px) {
        .section_blog .bottom_block .f3 {
            width: 100%;
        }

        .section_blog .bottom_block .f3:nth-child(3) {
            display: block;
        }
    }
}

a {
    color: #D90C24;
}

.button_slide:hover,
.button_slide:focus {
    box-shadow: inset 6.5em 0 0 0 #D90C24;
}

.get_in_touch:hover .gray_button,
.get_in_touch:focus .gray_button,
.get_in_touch:hover .ligt_gray_button,
.get_in_touch:focus .ligt_gray_button {
    box-shadow: inset 8.5em 0 0 0 #D90C24;
}

.rad_button {
    background: #D90C24;
}

body.black_bg .mobile-nav__btn:hover {
    border: 2px solid #D90C24;
}

body.black_bg .socials a:hover path {
    fill: #D90C24;
}

body.black_bg .socials_box a:hover path {
    fill: #D90C24;
}

body.black_bg .socials_box a:hover rect {
    stroke: #D90C24;
}

.mobile-nav__btn:hover {
    border: 2px solid #D90C24;
}

#indication-mark-wrap {
    background: #D90C24;
}

.socials a:hover path {
    fill: #D90C24;
}

.wechallenge_intro .dates {
    background: #D90C24;
}

.socials_box a:hover path {
    fill: #D90C24;
}

.socials_box a:hover rect {
    stroke: #D90C24;
}


.socials_fix a:hover path {
    fill: #D90C24;
}

body.black_bg .socials_fix a:hover path {
    fill: #D90C24;
}

body.newblack_bg .socials_fix a:hover path {
    fill: #D90C24;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

    content: '';
}

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

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

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

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

.slick-slide img {
    display: block;
}

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