/*!
Theme Name: Handbook
Theme URI: http://underscores.me/
Author: Roman I.
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: handbook
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Handbook is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body * {
    font-family: 'Outfit', sans-serif;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
}

p {
    margin: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
    overflow-x: hidden;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.main-content {
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    padding-top: 70px;
    z-index: 5;
}

.header .logo-small {
    display: none;
}

.header.for-main-page {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    padding-top: 0;
}

/*.header.for-main-page+.page-area {
    padding-top: 0;
}*/

.header.for-main-page+.page-area .main-slider-block {
    padding-top: 120px;
    overflow: hidden;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
    z-index: 10;
}

.header.fixed .logo {
    display: none;
}

.header.fixed .logo-small {
    display: block;
}

.header>.main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.header-menu span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 15px;
}

.header-menu:hover span {
    color: #3B3B3B;
}

.header-menu:hover .nav-icon:before,
.header-menu:hover .nav-icon:after,
.header-menu:hover .nav-icon div {
    background-color: #FF5247;
}

.header-menu-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    padding: 165px 0 20px;
    z-index: 9;
    overflow-y: auto;
}

.header-menu-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.header-menu-list:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    display: block;
    height: 1px;
    width: 170px;
    background-color: #E8483E;
    z-index: 1;
}

.header-menu-description {
    padding-top: 50px;
}

.header-menu-description p {
    margin-bottom: 20px;
}

.header-menu-block {
    width: calc((100%/12)*3);
}

.header-menu-block p {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 45px;
}

.header-menu-block li:last-child a {
    margin-bottom: 0;
}

.header-menu-block a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    color: #1E1C1A;
    text-decoration: underline;
    margin-bottom: 30px;
}

.header-menu-block-double {
    display: flex;
    justify-content: space-between;
}

.header-menu-block.contact {
    align-self: center;
}

.header-menu-block.contact button {
    display: flex;
    margin-left: auto;
}

.header.active .nav-icon:before {
    transform: translateY(5px) rotate(135deg);
}

.header.active .nav-icon:after {
    transform: translateY(-7px) rotate(-135deg);
    width: 100%;
}

.header.active .nav-icon div {
    transform: scale(0);
}

.header.active .header-menu-area {
    display: block;
}

.nav-icon {
    display: flex;
    flex-direction: column;
    width: 22px;
}

.nav-icon:before,
.nav-icon:after,
.nav-icon div {
    content: '';
    display: block;
    height: 2px;
    background-color: #E8483E;
    border-radius: 3px;
    margin: 2px 0;
    transition: all .2s ease-in-out;
}

.nav-icon:after {
    width: 70%;
    margin-left: auto;
}

.menu-toggle-wrap {
    display: none;
}

.page-area {
    padding: 0;
}

.menu-item {
    color: #1E1C1A;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    margin-right: 40px;
    position: relative;
    padding: 5px 0;
}

.menu-item a {
    color: #1E1C1A;
}

.menu .sub-menu {
    display: none;
}

.menu {
    display: flex;
}

.menu-item {
    color: #1E1C1A;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    margin-right: 40px;
    position: relative;
    padding: 5px 0;
}

.menu-item.menu-item-has-children {
    padding-right: 20px;
}

.menu-item:last-child {
    margin-right: 0;
}

.menu-item.menu-item-has-children>a {
    position: relative;
    transition: all ease-in-out 200ms;
}

.menu-item.menu-item-has-children>a:before {
    content: '';
    position: absolute;
    top: 13px;
    right: -15px;
    width: 10px;
    height: 5px;
    background: url('img/arrowdown.svg') no-repeat;
    background-position: center;
    transition: all ease-in-out 200ms;
}

.menu-item.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 40px;
    background-color: #E8483E;
    opacity: 0;
}

.menu-item.menu-item-has-children:hover>a:after {
    opacity: 1;
}

.menu-item.menu-item-has-children:hover a:before {
    transform: rotate(180deg);
}

.menu-item.menu-item-has-children .sub-menu li.menu-item-has-children a {
    display: inline-block;
    width: 100%;
}

.menu-item.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu a {
    width: 50%;
}

.menu-item.menu-item-has-children .sub-menu li.menu-item-has-children a:before {
    transform: rotate(270deg);
    top: 6.5px;
    opacity: 0;
}

.menu-item.menu-item-has-children .sub-menu li.menu-item-has-children:hover a:before {
    opacity: 1;
}

.menu-item.menu-item-has-children .sub-menu li:hover a:after {
    display: none;
}

.menu-item.menu-item-has-children:hover>.sub-menu {
    display: block;
    position: absolute;
    top: 40px;
    left: -15px;
    background: #fff;
    padding: 10px 5px;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
}

.sub-menu li {
    min-width: 160px;
    padding: 0px 10px;
    transition: all ease-in-out 200ms;
    margin-right: 0;
}

.sub-menu li:hover {
    background-color: #F5F5F5;
}

.sub-menu li a {
    font-size: 15px;
    /*line-height: 22px;*/
}

.sub-menu li.menu-item-has-children:hover .sub-menu {
    left: 100% !important;
    top: -10px !important;
    min-width: 380px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-menu li .sub-menu li {
    width: 100%;
    padding: 0;
}

.sub-menu li .sub-menu li:hover {
    background: transparent;
}

.sub-menu li .sub-menu li:hover a {
    background: #F5F5F5;
    text-shadow: 0px 0px 1px #1E1C1A;
}

.sub-menu li .sub-menu li a {
    transition: all ease-in-out 200ms;
    padding: 1px 10px;
    font-size: 13px;
    line-height: 30px;
    width: 50%;
    font-weight: 400;
    display: inline-block;
}

.sub-menu li .sub-menu li.small-menu-item {
    width: 50%;
}

.sub-menu li.small-menu-item a {
    width: 100% !important;
}

.header-menu span,
.nav-icon {
    display: none;
}

.toggle-sub-menu {
    display: none;
}

.menu-toggle-wrap {
    display: none;
}

.header-menu .menu-toggle-wrap span {
    line-height: 19px;
}

/*HOME PAGE*/
.home-banner {
    padding-bottom: 130px;
    padding-top: 190px;
    background-size: cover !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    position: relative;
    background: url('img/bg.png');
    background-size: cover !important;
    background-repeat: no-repeat;
}

.banner-background-img {
	position: absolute;
	bottom: -10%;
    right: -9%;
    z-index: -1;
    max-width: 775px;
}
.banner-content {
	max-width: 90%;
}
.flex-wrap {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.align-top {
    align-items: flex-start;
}

.half-width {
    width: 50%;
}

.width45 {
    width: 45%;
}

.banner-right-title {
    display: block;
    width: 48%;
}

.desktop-hidden {
    display: none;
}

.home-banner-title,
.banner-right-title {
    color: #18182F;
	font-size: 54px;
    line-height: 64px;
    margin-bottom: 26px;
    font-weight: 700;
}

.banner-right-title {
    margin-bottom: 0;
}
.zw-banner-wrap {
    align-items: center;
}

.home-banner-subtitle {
    color: #000000;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
}

.main-text {
    font-size: 18px;
    line-height: 26px;
    color: #132742;
    font-weight: 400;
}

.banner-content p {
    margin-bottom: 15px;
}
.banner-text-content {
	width: 51%;
	padding-right: 20px;
}
.banner-content p:last-child {
    margin-bottom: 0;
}
.accordion {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.accordion li {
    position: relative;
    margin-bottom: 32px;
}
.accordion li:last-child {
	margin-bottom: 0;
}

.accordion li p {
    display: none;
}

.accordion a {
    width: 100%;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0px;
	color: #18182F;
    user-select: none;
    font-size: 22px;
    line-height: 33px;
}
.accordion a h5 {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
}

.accordion-header span {
	position: relative;
    min-width: 64px;
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 16px;
    margin-right: 16px;
}
.accordion-item p.main-text {
	margin-top: 16px;
}

.align-center {
	align-items: center;
}

.values-img {
    max-width: 43%;
    position: absolute;
    top: 0;
    max-height: 100%;
}

.flex-end {
    justify-content: flex-end;
}

.values-content {
    width: 63%;
}

.our-values-wrap {
    position: relative;
    padding-top: 80px;
    padding-bottom: 150px;
    margin-bottom: 58px;
    min-height: 900px;
}

.section-title {
    color: #18182F;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
}
.wbw-wrap {
    margin-bottom: 130px;
}
.centered-content {
    text-align: center;
}
.mb20 {
    margin-bottom: 20px;
}
.flex-start {
	align-items: flex-start;
}
.mb40 {
	margin-bottom: 40px;
}
.mb0 {
	margin-bottom: 0px;
}
.wbw-wrap .section-title {
    margin-bottom: 50px;
}
.people-values-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 21px;
    row-gap: 40px;
}
.pv-item {
    width: 22%;
}
.pv-item-img-wrap {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8FA4BB;
    border-radius: 50%;
    margin-bottom: 15px;
    margin: 0 auto 14px;
}
.pv-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 0;
    color: #000000;
}
.important-milestones-wrap {
	position: relative;
	margin-bottom: 130px;
}
.milestones-content {
	width: 73%;
}
.milestone-gallery {
	position: absolute;
	top: 100px;
	right: 0;
	width: 27%;
}
.milestone-left-gallery, .milestone-right-gallery {
	width: calc(50% - 3.5px);
	flex-wrap: wrap;
}
.milestone-left-gallery img, .milestone-right-gallery img {
	max-width: 100%;
	margin-bottom: 7px;
}
.milestone-left-gallery img:last-child, .milestone-right-gallery img:last-child {
	margin-bottom: 0;
} 
.milestone-right-gallery {
	margin-top: 100px;
}
.milestone-item {
	position: relative;
}
.milestone-item:before {
	content: '';
	position: absolute;
	width: 1px;
	height: calc(100% - 37px);
    left: 9.5px;
    top: 46px;
	background: #e9ebf0;
}
.milestone-item:last-child:before {
	display: none;
}
.milestone-year-wrap {
	position: relative;
	padding-left: 40px;
	margin-right: 21px;
}
.milestone-year-wrap:before {
	position: absolute;
	content: '';
	left: 0;
	top: 17px;
	width: 20px;
	height: 20px;
	background: #f8c5c0;
	border-radius: 50%;
}
.milestone-year {
	font-size: 36px;
	color: #ec453d;
	line-height: 59px;
	font-weight: 700;
}
.milestone-item-title {
	color: #18182F;
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 10px;
}
.milestone-item-content {
	margin-bottom: 18px;
}
.mi-content-box {
	margin-bottom: 18px;
}
.mi-content-box:last-child {
	margin-bottom: 0;
}
.mi-content-box:first-child {
	margin-top: 12px;
}
.benefits-wrap {
	margin-bottom: 140px;
}
.benefits-list {
	width: 30%;
}
.benefit-item {
	padding: 18px 20px 18px 17px;
	border: 1px solid #DEE2EB;
	border-radius: 16px;
	margin-bottom: 8px;
}
.benefit-item:last-child {
	margin-bottom: 0;
}
.benefit-description {
	margin-left: 23px;
	font-weight: 700;
	font-size: 17px;
    line-height: 24px;
	color: #18182F;
}
.section-title.mb85 {
	margin-bottom: 60px;
}
.benefits-main-content {
	width: 31%;
	background: #06108A;
	border-radius: 24px;
	padding: 85px 50px;
	text-align: center;
	position: relative;
}
.benefits-title {
	color: #1d1c1a;
	font-size: 46px;
    line-height: 62px;
	font-weight: 700;
	margin-bottom: 36px;
	text-transform: uppercase;
}
.benefits-content-description {
	color: #1d1c1a;
	font-size: 18px;
	line-height: 33px;
}
.wyl-icons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.benefits-main-content span {
	box-shadow: 0px 6px 30px #00000029;
	background: #fff;
	border-radius: 12px;
	display: inline-block;
	position: absolute;
}
.wyl-icons span:nth-child(1) {
    top: -26px;
    right: -20px;
    max-width: 92px;
    height: 94px;
    transform: matrix(0.78, -0.63, 0.63, 0.78, 0, 0);
    padding: 15px 14px 21px;
}
.wyl-icons span:nth-child(2) {
    left: -36px;
    top: 26%;
    max-width: 62px;
    height: 62px;
    transform: matrix(0.85, 0.53, -0.53, 0.85, 0, 0);
}
.wyl-icons span:nth-child(3) {
    right: -30px;
    top: 55%;
    max-width: 62px;
    height: 62px;
    transform: matrix(0.9, -0.44, 0.44, 0.9, 0, 0);
    padding: 11px 14px 16px;
}
.wyl-icons span:nth-child(4) {
	left: 32%;
    bottom: -3px;
    max-width: 62px;
    height: 62px;
    transform: matrix(0.85, 0.53, -0.53, 0.85, 0, 0);
    padding: 16px;
}
.wyl-icons span:nth-child(5) {
    left: 65%;
    bottom: -36px;
    width: 124px;
    height: 101px;
    transform: matrix(0.99, -0.16, 0.16, 0.99, 0, 0);
    padding: 29px 32px 32px;
}
.centered-text {
	text-align: center;
}
.boxed-content {
	max-width: 70%;
	margin: 0 auto;
}
.zm-numbers-wrap {
	margin-bottom: 106px;
}
.mb85 {
	margin-bottom: 85px;
}
.boxed-content {
	max-width: 1000px;
	margin: 0 auto;
}
.numbers-list {
	flex-wrap: wrap;
	row-gap: 40px;
	column-gap: 16px;
}
.justify-center {
	justify-content: center;
}
.number-item {
	background: #fff;
	padding: 25px;
	border-radius: 20px;
	border: 1px solid #DEE2EBA2;
	box-shadow: 0px 3px 10px #00000029;
	width: calc(100%/3 - 16px);
}
.number-item span {
	position: relative;
    width: 60px;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 16px;
    margin: 0 auto 16px;
}
.number-item span img {
	max-width: 38px;
}
.number-text {
	color: #18182F;
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 4px;
}
.number-description {
	color: #374151;
	font-style: 16px;
	line-height: 25px;
	font-weight: 400;
}
.gp-cont {

}
.gp-content-wrap {
	background: url('img/google-bg.png');
	background-size: cover;
	box-shadow: 0px 12px 30px #00000029;
	border-radius: 45px;
	padding: 27px 82px 58px;
	position: relative;
	margin-bottom: 100px;
}
.mb32 {
	margin-bottom: 32px;
}
.partner-img img {
	margin-right: 23px;
}
.partner-img {
	border-right: 1px solid #c8cdd0;
	margin-right: 23px;
}
.partner-img:last-child {
	border: none;
	margin-right: 0;
}
.mb40 {
	margin-bottom: 40px;
}
.content-title {
	font-size: 24px;
	line-height: 33px;
	color: #18182F;
	font-weight: 500;
}
.mw80 {
	max-width: 80%;
}
.certifications-list {
	margin-bottom: 47px;
	max-width: 50%;
}
.align-start {
	align-items: flex-start;
}
.certification-list-item {
	margin-bottom: 22px;
}
.certification-list-item:last-child {
	margin-bottom: 0px;
}
.certification-list-item p {
	margin-left: 18px;
}
.certifications-positions-list {
	flex-wrap: wrap;
	row-gap: 24px;
	column-gap: 24px;
	max-width: 88%;
}
.certification-list-item-cloud {
	padding: 6px 13px 6px 7px;
	box-shadow: 0px 3px 10px #00000029;
	background: #fff;
	border-radius: 12px;
}
.cp-description {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	margin-left: 8px;
}
.cert-img {
	position: absolute;
    right: 2px;
    bottom: -57px;
    max-width: 725px;
}
.gp-content {
	z-index: 5;
	position: relative;
}
.chart-wrap {
	width: 60%;
}
.expertises {
	width: 40%;
}
.expertise-list {
	flex-wrap: wrap;
	row-gap: 32px;
}
.expertise-item {
	width: 49%;
}
.expertise-item span {
	position: relative;
    width: 64px;
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 16px;
    margin-right: 16px;
}
.expertise-item h4 {
	font-weight: 700;
    letter-spacing: 0px;
    color: #18182F;
    user-select: none;
    font-size: 22px;
    line-height: 33px;
}
.mt85 {
	margin-top: 85px;
}
.mb100 {
    margin-bottom: 100px;
}
.expertise-section {
	/*background: url('img/expertise-bg.png');
	background-position: -72% 25px;
    background-repeat: no-repeat;*/
    margin-bottom: 50px;
}
.chart-wrap {
    padding-right: 30px;
}
.chart-wrap img {
    margin-top: 30px;
}
.vertical-chart {
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 130px;
	align-items: stretch;
	column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 50px;
}
.vert-chart-wrap img {
	max-width: 100%;
}
.vert-chart-wrap {
    min-height: 181px;
    align-items: end;
    display: flex;
}
.vert-chart-wrap:nth-child(1) {
    max-width: calc(60% - 8px);
}
.vert-chart-wrap:nth-child(2) {
	max-width: calc(40% - 8px);
}
.vert-chart-wrap:nth-child(3) {
	max-width: calc(24% - 8px);
}
.vert-chart-wrap:nth-child(4) {
	max-width: calc(37% - 8px);
}
.vert-chart-wrap:nth-child(5) {
	max-width: calc(37% - 8px);
}
.vert-chart-wrap:nth-child(6) {
    max-width: calc(27% - 8px);
}
.vert-chart-wrap:nth-child(7) {
    max-width: calc(19% - 8px);
}
.vert-chart-wrap:nth-child(8) {
    max-width: calc(53% - 8px);
}
.worldwide-heading {
	max-width: 852px;
	margin: 0 auto;
}
.wwb-wrap {
    padding: 75px;
    border-radius: 45px;
    background-size: cover !important;
    box-shadow: 0px 12px 15px 0px #00000029;
    position: relative;
    margin-bottom: 100px;
}
.wwb-wrap .section-title {
    margin-bottom: 35px;
    column-gap: 15px;
}
.wwb-ai-item {
    background: #fff;
    border-radius: 8px;
    font-size: 21px;
    line-height: 24px;
    padding: 10px 18px;
}
.wwb-sub {
    margin-bottom: 28px;
}
.wwb-ai-wrap {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 33px;
}
.wwb-bottom-content {
    background: #fff;
    border-radius: 8px;
    font-size: 24px;
    line-height: 28px;
    padding: 15px 22px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.mw75 {
    max-width: 75%;
}
.mb30 {
    margin-bottom: 30px;
}
.certifications-list.wwb-certification {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.mb10 {
    margin-bottom: 10px;
}
.wwb-certification .certification-list-item p {
    margin-left: 10px;
}
.wwb-certification .certification-list-item {
    margin-bottom: 0;
}
.certification-list-item p a {
    text-decoration: underline;
    color: #06108A;
}
.wwb-image {
    position: absolute;
    top: 240px;
    right: -40px;
    max-width: 500px;
}
.wwb-bottom-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.wwb-bottom-content a {
    color: #06108A;
    text-decoration: underline;
}
.wwb-content {
    max-width: 75%;
    margin-bottom: 23px;
}
.map-wrap {
	margin-top: -50px;
}
.overflow-top {
	z-index: 1;
	position: relative;
}
.mb70 {
	margin-bottom: 70px;
}
.social-club-content {
	max-width: 1117px;
	margin: 0 auto 70px;
}
.social-club-wrap {
	position: relative;
	margin-bottom: 167px;
}
.social-slide img {
    max-height: 480px;
}
.social-slider {
	margin: 0 -3.5px;
}
.slick-slide {
	padding: 0 3.5px;
} 
.social-slide {
	position: relative;
}
.social-slide::before {
	content: '';
    position: absolute;
    width: calc(100% - 7px);
    height: 170px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: transparent linear-gradient(0deg, #18182FDB 0%, #64647400 100%) 0% 0% no-repeat padding-box;
    bottom: 0;
    left: 3.5px;
}
.slick-dots button {
	font-size: 0;
	padding: 0;
	margin: 0 8px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #DEE2EB;
	border: none;
	transition: all ease-in-out 150ms;
}
.slider-text {
	position: absolute;
	bottom: 31px;
	right: 30px;
	color: #fff;
	font-size: 30px;
	line-height: 43px;
}
.slick-dots li.slick-active button, .slick-dots button:hover {
	cursor: pointer;
	background: #dc5d56;
}
.slick-dots {
	display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -79px;
    list-style: none;
    right: 50px;
    padding: 0;
}
/*.slick-dots li {
    display: none
}
.slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li {
    display: block;
}

.slick-dots li:nth-last-child(1),
.slick-dots li:nth-last-child(2),
.slick-dots li:nth-last-child(3) {
    display: block;
}

.slick-dots li.slick-active ~ li:nth-last-child(1),
.slick-dots li.slick-active ~ li:nth-last-child(2),
.slick-dots li.slick-active ~ li:nth-last-child(3) {
    display: none;
}
.slick-dots li.slick-active + li + li:nth-last-child(3),
.slick-dots li.slick-active + li + li:nth-last-child(2),
.slick-dots li.slick-active + li + li:nth-last-child(1),
.slick-dots li.slick-active + li:nth-last-child(3),
.slick-dots li.slick-active + li:nth-last-child(2),
.slick-dots li.slick-active + li:nth-last-child(1){
    display: block;
}*/
.startups-wrap {
    margin-bottom: 110px;
    position: relative;
}
.startups-wrap::before {
	content: '';
	position: absolute;
	top: -155px;
    right: -155px;
    width: 720px;
    height: 720px;
    background: url(img/expertise-bg.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.startups-content-wrap {
	padding: 60px;
	background: #fff;
	box-shadow: 0px 22px 90px #0000000D;
	border-radius: 30px;
}
.startups-content-wrap h2 {
	max-width: 90%;
	margin: 0 auto 60px;
}
.mb60 {
	margin-bottom: 60px;
}
.startups {
	flex-wrap: wrap;
	row-gap: 60px;
	column-gap: 60px;
}
.startup-item {
	max-width: calc(25% - 60px);
	text-align: center;
}
.startup-item img {
	max-width: 100%;
}
.recruitment-process-wrap {
	max-width: 1012px;
	margin: 0 auto 130px;
}
.mb75 {
	margin-bottom: 75px;
}
.rs-item {
	width: 223px;
	position: relative;
}
.rs-item::before {
	content: '';
	position: absolute;
	top: 31px;
    left: calc(50% + 40px);
    width: calc(100% - 40px);
    height: 1px;
    background: #DEE2EB;
}
.rs-item:last-child::before {
	display: none;
}
.rs-icon-wrap {
	position: relative;
    width: 64px;
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 16px;
    margin: 0 auto 16px;
}
.rs-title {
	font-size: 22px;
	line-height: 33px;
	color: #000;
	font-weight: 600;
}
.interview-wrap {
	position: relative;
	padding-bottom: 109px;
	min-height: 850px;
}
.i-img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 36%;
}
.i-img img {
	max-height: 800px;
}
.align-end {
	justify-content: flex-end;
}
.interview-content h2 {
	margin-top: 60px;
}
.interview-content {
	width: 72%;
}
.interview-content .main-text p {
	margin-bottom: 15px;
}
.interview-content .main-text p:last-child {
	margin-bottom: 0;
}
.mb50 {
	margin-bottom: 50px;
}
.recruiters-wrap {
	padding-bottom: 140px;
}
.recruiters-wrap .slick-dots {
	display: none !important;
}
.slick-arrow {
    background: transparent;
    font-size: 0px;
    border: none;
    background-repeat: no-repeat !important;
    transition: all ease-in-out 100ms;
    -webkit-transition: all ease-in-out 100ms;
    position: absolute;
    bottom: -69px;
    height: 29px;
    width: 17px;
}
.slick-arrow:hover {
	cursor: pointer;
}
.slick-prev {
    background: url(img/left.svg);
    background-position: left;
    right: 296px;
}
.slick-prev:hover {
	background: url(img/left-hover.svg);
}
.slick-next {
    background: url(img/right.svg);
    background-position: right;
    right: 25px;
}
.slick-next:hover {
	background: url(img/right-hover.svg);
	background-position: right;
}
.recruiters .slick-dots {
	right: 0;
}
.recruiters .slick-prev {
	right: 70px;
}
.recruiters .slick-next {
	right: -29px;
}
.recruiter {
	padding-right: 45px;
}
.recruiter-img {
	width: 200px;
	margin-right: 25px;
}
.name {
	color: #18182F;
	font-size: 22px;
	line-height: 33px;
	letter-spacing: -0.44px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 6px;
}
.recruiter-text {
	color: #232A34;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: 400;
}
.r-position {
	font-size: 16px;
	line-height: 23px;
	color: #969696;
	margin-bottom: 10px;
	font-weight: 400;
}
.recruiter-contacts {
	flex-wrap: wrap;
	align-items: center;
	row-gap: 8px;
	margin-top: 16px;
}
.recruiter-contacts a {
	text-decoration: none;
	color: #18182F;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.recruiter-contacts a span {
	margin-left: 4px;
}
.recruiter-contacts a:last-child {
	margin-bottom: 0;
}
.recruiter-content {
	width: calc(100% - 225px);
}
.site-info {
	border-top: 1px solid #DEE2EB;
	padding: 56px 15px 30px;
}
.footer-copy {
	color: #000000;
	opacity: 0.43;
	font-size: 16px;
	line-height: 45px;
	font-weight: 400;
	margin-top: 35px;
}
.footer-socials a {
	margin-right: 40px;
	transition: all ease-in-out 100ms;
    -webkit-transition: all ease-in-out 100ms;
}
.footer-socials a:hover {
	opacity: 0.75;
}
.footer-socials a:last-child {
	margin-right: 0;
}
.hidden-desktop-tablet {
	display: none;
}
@media screen and (max-width: 1700px) {
	.values-content {
		width: 57%;
	}
	.our-values-wrap {
		min-height: auto;
	}
	.interview-content {
		width: 66%;
	}
}
@media screen and (max-width: 1500px) {
	.map-wrap {
	    margin-top: -50px;
	}
	.interview-content {
	    width: 63%;
	}

}
@media screen and (max-width: 1350px) {
	.home-banner {
		padding-bottom: 240px;
	}
	.our-values-wrap {
		min-height: auto;
		padding-bottom: 0;
		margin-bottom: 100px;
	}
	.vertical-chart {
		padding-bottom: 130px;
	}
	.social-slide img {
	    max-height: 500px;
	}
	.values-content {
	    width: 55%;
	}
	.interview-wrap {
		min-height: auto;
	}
}
@media screen and (max-width: 1300px) {
	.recruiters .slick-next {
	    right: 0;
	}
	.recruiters .slick-dots {
	    right: 32px;
	}
	.recruiters .slick-prev {
	    right: 148px;
	}
	.banner-background-img {
		bottom: -44px;
    	right: -3%;
    	max-width: 590px;
	}
}
@media screen and (max-width: 1200px) {
	.banner-content {
	    max-width: 95%;
	}
	.home-banner {
	    padding-bottom: 200px;
	}
	.our-values-wrap {
		min-height: auto;
		margin-bottom: 90px;
		padding-bottom: 0;
	}
	.mw80 {
	    max-width: 100%;
	} 
	.certifications-positions-list {
		max-width: 100%;
	}
	.gp-content-wrap {
	    padding: 27px 40px 45px;
	}
	.vertical-chart {
	    padding-bottom: 90px;
	}
	.map-wrap {
	    margin-top: -40px;
	}
	.rs-title {
		font-size: 20px;
    	line-height: 30px;
	}
	.vertical-chart {
    	max-width: 100%;
    } 
    .recruitment-process-wrap {
    	margin-bottom: 90px;
    }
}
@media screen and (max-width: 1150px) {
    .wwb-image {
        top: 296px;
    }
}
@media screen and (max-width: 991px) {
    .wwb-image {
        display: none;
    }
    .wwb-content {
        max-width: 100%;
    }
    .certifications-list.wwb-certification {
        row-gap: 15px;
    }
	.banner-background-img {
		bottom: 0;
	    right: -6%;
	    max-width: 55%;
	}
	.desktop-hidden {
		display: block;	
	}
	.hidden-mobile {
		display: none;	
	}
	.banner-text-content {
	    width: 65%;
	}
	.our-values-wrap {
		padding-top: 0;
	}
	.section-title {
		margin-bottom: 42px;
	}
	.milestone-left-gallery, .milestone-right-gallery {
		width: 100%;
	}
	.milestone-gallery {
		flex-wrap: wrap;
		width: 18%;
	}
	.important-milestones-wrap {
		margin-bottom: 230px;
	}
	.milestone-right-gallery {
		margin-top: 0;
	}
	.milestones-content {
	    width: 77%;
	}
	.benefit-item {
	    padding: 16px 13px;
	}
	.benefits-main-content {
	    padding: 55px 35px 60px;
	}
	.benefits-content-description {
		line-height: 30px;
	}
	.benefits-title {
	    font-size: 37px;
	    line-height: 55px;
	}
	.wyl-icons span:nth-child(4) {
		left: 18%;
    	bottom: -14px;
	}
	.wyl-icons span:nth-child(5) {
		left: 58%;
    	bottom: -53px;
	}
	.benefit-description {
		margin-left: 15px;
	}
	.benefit-description {
	    font-size: 15px;
	    line-height: 22px;
	}
	.map-wrap {
	    margin-top: -40px;
	}
	.expertises .section-title {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.expertise-item {
		width: 100%;
	}
	.expertise-list {
		row-gap: 24px;
	}
	.vertical-chart {
		max-width: 100%;
		column-gap: 20px;
		padding-bottom: 75px;
	}
	.vert-chart-wrap:nth-child(2) {
	    margin-top: 100px;
	}
	.vert-chart-wrap:nth-child(4) {
	    margin-top: 405px;
	}
	.vert-chart-wrap:nth-child(4) {
	    margin-top: 205px;
	}
	.social-club-content {
		padding: 0 15px;
		margin-bottom: 50px;
	}
	.social-club-content .section-title {
		margin-bottom: 24px;
	}
	.social-slide img {
	    max-height: 400px;
	}
	.slick-next {
		right: 20px;
	}
	.slick-dots {
		right: 50px;
	}
	.slick-prev {
	    right: 300px;
	}
	.startups-content-wrap {
    	padding: 50px 30px; 
	}
	.startups-content-wrap h2.section-title {
		max-width: 100%;
		font-size: 40px;
		line-height: 56px;
		margin-bottom: 45px;
	}
	.startups {
		row-gap: 35px;
    	column-gap: 30px;
	}
	.startup-item {
		max-width: calc(25% - 30px);
	}
	.recruiter-img {
	    width: 170px;
	}
	.recruiter-img {
		margin-right: 25px;
	}
	.recruiter-content {
	    width: calc(100% - 170px);
	}
	.recruiter {
	    padding-right: 20px;
	}
	.recruiter-text {
	    font-size: 16px;
	    line-height: 24px;
	}
}
@media screen and (max-width: 768px) {
    .zw-banner-img {
        display: none;
    }
    .wwb-wrap {
        padding: 40px;
    }
    .menu-toggle-wrap {
        display: flex;
    }

    .header-menu span {
        display: block;
    }

    .nav-icon {
        display: flex;
    }

    .main-navigation {
        display: none;
    }

    .header .header-menu-area {
        padding-top: 100px;
    }

    #primary-menu {
        display: block;
    }

    .menu-item {
        margin-right: 0;
        padding-right: 0 !important;
        margin-bottom: 10px;
    }

    .menu-item a {
        display: block;
    }

    .toggle-sub-menu {
        display: block;
        width: 30px;
        height: 40px;
        background: red;
        position: absolute;
        top: 0px;
        right: 0;
        background: url('img/arrowdown.svg') no-repeat;
        background-position: center right;
        z-index: 555;
    }

    .menu .sub-menu {
        position: relative;
    }

    .menu-item.menu-item-has-children:hover .sub-menu,
    .menu-item.menu-item-has-children:hover>.sub-menu {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        padding: 0;
    }

    .sub-menu li.menu-item-has-children:hover .sub-menu {
        display: none;
        left: 0 !important;
        top: 0 !important;
        min-width: 100%;
    }

    .sub-menu li {
        padding-left: 0 !important;
        margin-bottom: 9px;
    }

    .menu-item.menu-item-has-children>a:before,
    .menu-item.menu-item-has-children>a:after {
        display: none !important;
    }

    li:not(.menu-item-has-children) .toggle-sub-menu {
        display: none;
    }

    .sub-menu li .sub-menu li a {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .menu-item.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu a {
        width: 100%;
    }

    .sub-menu .toggle-sub-menu {
        height: 30px
    }

    .menu-item {
        font-size: 20px;
        line-height: 30px;
        font-weight: 900;
    }

    .sub-menu li .sub-menu li {
        margin-bottom: 0;
    }

    .sub-menu .sub-menu {
        margin-top: 4px;
    }

    .sub-menu li .sub-menu li.small-menu-item {
        width: 100%;
    }

    .fixed .header-menu-area {
        padding-top: 55px;
    }

    .menu {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .pv-item {
        width: 30%;
    }
    .desktop-hidden {
    	display: inline-block;
    }
    .banner-text-content {
	    width: 100%;
	} 
	.banner-background-img {
	    bottom: -60px;
	}
	.banner-text-content {
	    margin-right: 0;
	    width: 100%;
	}
	.home-banner {
		padding-top: 155px;
	}
	.home-banner {
	    padding-bottom: 70px;
	}
	.home-banner-subtitle {
		font-size: 32px;
    	line-height: 42px;
    	margin-bottom: 30px;
	}
	.hidden-desktop-tablet {
		display: block;
	}
	.hidden-mobile-tablet {
		display: none;
	}
	.our-values-wrap h2 {
		padding: 0 15px;
	}
    .our-values-wrap h2 + p {
        padding: 0 15px;
    }
	.values-img {
		position: relative;
		width: calc(100% - 30px);
		max-width: 70%;
	}
	.values-content {
		width: 100%;
	}
	.milestone-gallery {
		display: none;
	}
	.milestones-content {
		width: 100%;
	}
	.milestone-item-content {
		width: 72%;
	}
	.milestone-year-wrap {
		width: 25%;
	}
	.important-milestones-wrap {
	    margin-bottom: 100px;
	}
	.benefits-content-wrap {
		flex-wrap: wrap;
	}
	.benefits-main-content {
		width: 100%;
		order: 1;
		margin-bottom: 70px;
	}
	.benefits-list {
		width: 100%;
	}
	.benefits-list {
		order: 2;
		margin-bottom: 8px;
	}
	.benefits-wrap {
	    margin-bottom: 80px;
	}
	.number-text {
		font-size: 42px;
    	line-height: 56px;
	}
	.zm-numbers-wrap {
	    margin-bottom: 80px;
	}
	.gp-content-wrap {
		margin-bottom: 50px;
	}
	.gp-content .section-title {
    	margin-bottom: 24px;
	}
	.certifications-list {
		width: 100%;
		max-width: none;
	}
	.cert-img {
	    max-width: 70%;
	}
	.expert-wrap {
		flex-wrap: wrap;
	}
	.expert-wrap .section-title {
		width: 100%;
		margin-top: 60px;
		margin-bottom: 25px;
	}
	.chart-wrap {
		width: 100%;
		margin-bottom: 35px;
	}
	.expertises {
	    width: 100%;
	}
	.expertise-item {
	    width: 50%;
	}
	.expertise-list {
		margin-bottom: 45px;
	}
	.map-wrap {
	    margin-top: -30px;
	}
	.social-slide img {
	    max-height: 400px;
	}
	.slick-arrow {
		bottom: -85px;
	}
	.rs-item::before {
		left: calc(50% + 45px);
    	width: calc(100% - 45px);
	}
	.rs-item {
		width: 150px;
	}
	.rs-title {
	    font-size: 16px;
	    line-height: 24px;
	}
	.recruitment-process-wrap {
		margin-bottom: 85px;
	}
	.section-title {
	    font-size: 42px;
	    line-height: 56px;
	}
	.startups-wrap {
		margin-bottom: 90px;
	}
	.interview-wrap h2 {
		padding: 0 15px;
	}
	.i-img {
		position: relative;
		margin-bottom: 0px;
		max-width: 70%;
	}
	.interview-content {
		width: 100%;
	}
	.interview-wrap {
		padding-bottom: 85px;
	}
	.recruiter {
		padding-right: 0;
	}
	.recruiters .slick-prev {
	    right: 108px;
	} 
    .wbw-wrap {
        margin-bottom: 80px;
    }
    .vert-chart-wrap {
        min-height: auto;
        max-width: none !important;
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 600px) {
	.banner-background-img {
	    bottom: 0;
	}
	.values-img {
		max-width: 80%;
	}
	.milestone-year-wrap {
	    width: 30%;
	} 
	.benefits-title {
		margin-bottom: 20px;
	}
	.number-item {
		width: calc(100%/2 - 25px);
	}
	.numbers-list {
		row-gap: 16px;
	}
	.gp-content-wrap {
	    padding: 27px 25px 46px;
	} 
	.gp-content .section-title {
		font-size: 36px;
    	line-height: 46px;
	}
	.gp-content .main-text.mb40 {
		margin-bottom: 30px;
	}
	.content-title.mb32	{
		margin-bottom: 20px;
	}
	.cp-description {
	    font-size: 13px;
	} 
	.vertical-chart {
		flex-wrap: wrap;
		justify-content: center;
	}
	.vert-chart-wrap {
		max-width: 30%;
	}
	.vert-chart-wrap:nth-child(4) {
	    margin-top: 80px;
	}
	.vert-chart-wrap:nth-child(5) {
	    margin-top: 40px;
	}
	.map-wrap {
	    margin-top: -30px;
	}
	.startup-item {
	    max-width: calc(50% - 30px);
	}
	.rec-steps {
		flex-wrap: wrap;
		row-gap: 20px;
		padding: 0 15px;
	}
	.rs-item {
	    width: 50%;
	}
	.rs-item::before {
		display: none;
	}
	.rs-title br {
		display: none;
	}
	.i-img {
		max-width: 80%;
	}
	.interview-wrap h2 {
		margin-bottom: 20px;
	}
	.section-title {
	    font-size: 36px;
	    line-height: 46px;
	}
    .pv-item {
        width: 45%;
    }
}
@media screen and (max-width: 500px) {
	.home-banner-title {
	    font-size: 62px;
	    line-height: 75px;
	    margin-bottom: 35px;
	}
	.home-banner-subtitle {
	    font-size: 28px;
	    line-height: 38px;
	    margin-bottom: 25px;
	}
	.home-banner {
	    padding-bottom: 175px;
	}
	.values-img {
	    max-width: 85%;
	}
	.number-item {
		padding: 20px;
	}
	.number-text {
	    font-size: 32px;
	    line-height: 42px;
	}
	.expertise-item {
	    width: 100%;
	}
	.vert-chart-wrap:nth-child(4) {
	    margin-top: 45px;
	}
	.vert-chart-wrap:nth-child(5) {
	    margin-top: 10px;
	}
	.map-wrap {
	    margin-top: -20px;
	}
	.startups-content-wrap h2.section-title {
		font-size: 30px;
    	line-height: 42px;
    	margin-bottom: 40px;
	}
	.startups-content-wrap {
	    padding: 45px 20px;
	}
	.startups {
	    row-gap: 25px;
	    column-gap: 24px;
	}
	.startup-item {
	    max-width: calc(50% - 12px);
	}
	.i-img {
		max-width: 85%;
	}
	.section-title {
	    font-size: 32px;
	    line-height: 44px;
	}
    .pv-item {
        width: 100%;
    }
    .wwb-wrap {
        padding: 15px 15px 25px;
    }
}
@media screen and (max-width: 400px) {
	.home-banner-title {
	    font-size: 60px;
	    line-height: 70px;
	}
	.our-values-wrap h2 {
		margin-bottom: 30px;
	}
	.milestone-year-wrap {
	    width: 100%;
	}
	.milestone-item {
		flex-wrap: wrap;
	}
	.milestone-item-content {
		width: 100%;
		padding-left: 40px;
	}
	.milestone-year-wrap img {
		max-width: 70%;
	}
	.benefits-title {
	    font-size: 36px;
	    line-height: 46px;
	}
	.benefits-wrap {
	    margin-bottom: 60px;
	}
	.number-item {
		width: calc(100% - 30px);
	}
	.zm-numbers-wrap .section-title {
		margin-bottom: 25px;
	}
	.number-text {
	    font-size: 32px;
	    line-height: 36px;
	}
	.zm-numbers-wrap {
	    margin-bottom: 70px;
	}
	.gp-content-wrap {
	    padding: 27px 20px 30px;
	}
	.cert-img {
	    max-width: 100%;
	}
	.cert-img {
		margin-bottom: -30px;
	}
	.gp-content-wrap {
		margin-bottom: 0;
	}
	.map-wrap {
	    margin-top: -20px;
	}
	.expertise-section {
		margin-bottom: 50px;
	}
	.social-slide img {
	    max-height: 350px;
	}
	.interview-wrap {
	    padding-bottom: 65px;
	}
	.recruiter-details {
		flex-wrap: wrap;
	}
	.recruiter-details .recruiter-img, .recruiter-content {
		width: 100%;
	}
	.recruiter-img {
	    margin-right: 0px;
	    margin-bottom: 15px;
	}
	.recruiters-wrap .section-title {
		margin-bottom: 25px;
	}
	.recruiter-img img {
		margin: 0 auto;
	}
}