/*
Theme Name: MainSharkNinja
Theme URI: https://github.com/tidythemes/mainsharkninja
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. mainsharkninja is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/mainsharkninja/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: mainsharkninja

mainsharkninja WordPress Theme © 2011-2019 TidyThemes
mainsharkninja is distributed under the terms of the GNU GPL
*/
/* applies to GIF and PNG images; avoids blurry edges */
.mobile_button {
    display: none;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Bold.eot');
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Bold.woff') format('woff'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Semibold.eot');
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Semibold.woff') format('woff'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Extrabld.eot');
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Extrabld.woff') format('woff'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNovaT-Thin.eot');
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNovaT-Thin.woff') format('woff'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNovaT-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Light.eot');
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Light.woff2') format('woff2'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Light.woff') format('woff'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Regular.eot');
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Regular.woff') format('woff'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Black.eot');
    src: url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Black.woff2') format('woff2'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Black.woff') format('woff'),
        url('/wp-content/themes/mainsharkninja/fonts/ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    resize: none;
    outline: none;
    font-family: "proxima-nova","Proxima Nova",Helvetica,sans-serif;
    -webkit-appearance: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
body {
    padding-top: 100px;
}
input, textarea {
    font-size: 16px;
    font-weight: 400;
}
button {
    font-size: 14px;
}
.container {
    max-width: 80%;
    margin: 0 auto;
}
header {
    background: #000;
    width: 100%;
    z-index: 3;
    position: fixed;
    left: 0;
    top: 0;
}
header nav {
    min-height: 100px;
    margin: 0 auto;
    padding: 0px 100px;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    justify-content: space-between;
}
header .links_header,
header .logo {
    width: 33.3333333333%;
}
header .logo {
    display: flex;
    justify-content: center;
}
.links_header_right {
    justify-content: flex-end;
}
.links_header {
    padding-top: 38px;
}
header .logo {
    padding-top: 15px;
}
.links_header_left .link_to_drop:nth-of-type(1) {
    margin-right: 130px;
}
header nav .link_to_drop > a {
    color: #959595;
    font-size: 18px;
    font-weight: 700;
}
header ul {
    display: flex;
}
header ul li ul {
    display: none;
    position: relative;
    margin-top: 20px;
    margin-bottom: 45px;
}
header ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #959595;
}
header nav .link_to_drop:hover ul {
    display: flex;
    flex-direction: column;
}
header nav a:hover {
    color:#00AFAA;
}
.utp {
    height: 800px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.utp video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.utp .container {
    z-index: 1;
}
.utp ul {
    display: flex;
}
.utp ul li a {
    text-align: center;
    font-size: 22px;
    color:#fff;
    border:1px solid #fff;
    padding: 18px 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.utp ul li:last-child {
    margin-left: 30px;
}
.utp h1 {
    line-height: 1em;
    font-weight: bold;
    letter-spacing: -0.03em;
    color: #fff;
    font-size: 50px;
    max-width: 50%;
    margin-bottom: 60px;
}
.mid {
    background-color: #F8F8F8;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.mid img {
    width: 100%;
    display: inline-flex;
}
.mid_left {
    width: 33.3333333%;
}
.mid_right {
    width: 66.6666666%
}
.mid_right_1, .mid_right_2_1 {
    display: flex;
}
.mid_right_2 {
    display: flex;
    flex-wrap: wrap;
}
.mid_right_2_1,
.mid_right_2_2 {
    width: 50%;
}
.mid_right_2_2 .mid_block_text:nth-of-type(1) {
    background: #fff;
}
.mid_block_text h2 {
    font-size: 31px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 1em;
    font-weight: 700;
}
.mid_block_text {
    padding: 50px;
}
.mid_block_text p {
    margin-bottom: 60px;
    font-size: 17px;
}
.about {
    position: relative;
}
.about .container {
    display: flex;
    flex-wrap: wrap;
}
.about .container img {
    width: calc(25% - 20.3px);
    margin-right: 27px;
    margin-top: 27px;
}
.about .container img:nth-of-type(1),
.about .container img:nth-of-type(2),
.about .container img:nth-of-type(3),
.about .container img:nth-of-type(4) {
    margin-top: 0px;
}
.about .container img:nth-child(4n+4) {
    margin-right: 0px;
}
.about .text_block {
    background: #fff;
    z-index: 1;
    height: calc(306px - 54px);
    width: calc(465px - 54px);
    padding: 27px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.about .text_block h3 {
    font-size: 2.95em;
    line-height: 1;
    letter-spacing: -0.035em;
    font-weight: 700;
    margin-bottom: 73px;
}
.about .text_block p {
    margin-bottom: 60px;
}
.link_mid {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    color:#000;
}
.link_mid:after {
    content: '▶';
    font-size: 14px;
    display: inline-flex;
    position: relative;
    color: #000;
    line-height: 1;
    top: 1px;
    margin-left: 5px;
}
.link_mid:hover {
    color:#00AFAA;
}
.link_mid:hover:after {
    color:#00AFAA;
}
.menu_colums {
    margin-top: 120px;
}
.menu_colums .container {
    display: flex;
}
.menu_colums .container ul {
    width: 100%;
}
.menu_colums .container ul li a {
    font-size: 18px;
    line-height: 24px;
    color:#959595;
}
.menu_colums .container ul li a:hover {
    color:#00AFAA;
}
.menu_colums .container ul li a b {
    color:#000;
}
footer {
    margin-top: 100px;
}
.footer_top {
    background: #E8E8E8;
}
.footer_top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}
.footer_top ul, .footer_top_right, .footer_top_shark, .footer_top_ninja {
    display: flex;
    align-items: center;
}
.footer_top_shark {
    margin-right: 35px;
}
.footer_top_right ul img {
    max-height: 12px;
}
.footer_top_right ul li,
.footer_top_right ul li a {
    display: inline-flex;
    width: 12px;
}
.footer_top_right ul li {
    margin-right: 5px;
}
.footer_top_right ul li:last-child {
    margin-right: 0px;
}
.footer_top_left p.title,
.footer_top_right p {
    font-weight: 700;
    margin-right: 50px;
    font-size: 17px;
}
.footer_top_left form p {
    display: flex;
}
.footer_top_left input {
    background: #fff;
    padding: 0px 18px;
    height: 50px;
    border: none;
    display: flex;
    align-items: center;
    max-width: 250px;
}
.footer_top_left input::placeholder {
    color:#555;
}
.footer_top_left input[type="submit"] {
    margin-left: 25px;
    color: #fff;
    background: #000;
    font-weight: 600;
}
.img_foot_logo {
    max-height: 30px;
    max-width: 80px;
    margin-right: 20px;
}
.footer_bottom * {
    color: #959595;
}
.footer_bottom {
    background: #000;
}
.footer_bottom .container {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 57px;
}
.footer_bottom ul {
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
}
.footer_bottom ul li {
    margin-right: 14px;
}
.footer_bottom ul li:last-child {
    margin-right: 0px;
}
.footer_bottom ul li a {
    font-weight: bold;
}
.nav_section {
    position: fixed;
    width: 100%;
    left: 0;
    top: 100px;
    background: #fff;
    z-index: 2;
}
.nav_section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_section a {
    color:#000;
    border-bottom: 3px solid #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}
.nav_section a.active {
    border-bottom: 3px solid #00AFAA;
    color: #00AFAA;
}
.header_cat {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.header_cat img {
    width: 100%;
}
.header_cat_content {
    top: 100px;
}
#block1 .container {
    margin-top: 406px;
    background: #fff;
}
.intro {
    padding: 42px 64px;
    /*max-width: calc(1320px - 128px);*/
}
.title_block h3, .title_block_2 h4 {
    font-weight: bold;
    font-size: 31px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 1em;
}
.title_block p, .title_block_2 p {
    font-size: 18px;
}
.inthenews {
    border-bottom: 1px solid #00AFAA;
    margin-top: 22px;
    margin-bottom: 84px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 55px;
    padding-bottom: 40px;
}
.inthenews .item {
    border:1px solid #c8c8c8;
    margin-right: 45px;
    width: calc(33.333333333% - 32px);
}
.inthenews .item:last-child {
    margin-right: 0px;
}
.inthenews .item picture {
    display: flex;
}
.inthenews .item picture img {
    width: 100%;
    display: flex;
}
.modalOpen {
    display: flex;
    margin-top: 22px;
    margin-bottom: 22px;
    color:#000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    align-items: center;
    justify-content: center;
	padding: 0 15px;
}
.modalOpen img {
    height: 18px;
    margin-left: 5px;
}
.press_block {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 162px;
}
.press_block .item {
    font-size: 18px;
    width: calc(25% - 75px);
    margin-right: 100px;
}
.press_block .item:last-child {
    margin-right: 0px;
}
.press_block .item .date {
    margin-bottom: 33px;
}
.press_block .item .name {
    margin-bottom: 40px;
}
.press_block .item .name a {
    color: #000;
}
.block3news_bg {
    background: #e8e8e8;
    padding-top: 75px;
    padding-bottom: 22px;
}
.ourcomp_1 {
    display: flex;
    flex-wrap: wrap;
}
.ourcomp_1_left {
    padding-right: 100px;
    font-size: 23px;
    line-height: 34px;
    width: calc(83% - 100px);
}
.ourcomp_1_right {
    border-left: 2px solid #00AFAA;
    padding-left: 54px;
    width: calc(17% - 56px);
    font-size: 23px;
    line-height: 34px;
    text-transform: uppercase;
}
.success_ludi, .success_ludi_3i {
    margin-top: 57px;
}
.success_ludi_3i {
    border-top: 5px solid #00AFAA;
    border-bottom: 5px solid #00AFAA;
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}
.success_ludi_3i_left,
.success_ludi_3i_mid,
.success_ludi_3i_right {
    width: 100%;
    display: flex;
    align-items: center;
}
.success_ludi_3i_left,
.success_ludi_3i_right {
    padding-left: 100px;
    padding-right: 100px;
    width: calc(100% - 200px);
}
.success_ludi_2i {
    display: flex;
    border-top: 5px solid #00AFAA;
    border-bottom: 5px solid #00AFAA;
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    margin-top: 57px;
    align-items: center;
}
.success_ludi_2i_left {
    width: 70%;
    display: flex;
}
.success_ludi_2i_left img {
    width: calc(100% - 100px);
}
.success_ludi_2i_right {
    width: 30%;
}
.slider_review {
    margin-top: 120px;
    margin-bottom: 60px;
}
.slider_review .item {
    text-align: center;
    padding: 0px 100px;
    margin: 0px 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.slider_review .item .QUOTATION.right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    fill: #808080;
}
.slider_review .item .QUOTATION.left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    fill: #808080;
}
.slider_review .item h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.0833em;
    letter-spacing: -0.02em;
}
.slider_review .item p {
    font-weight: 400;
    margin-top: 40px;
    font-size: 22px;
    line-height: 1.1111em;
}
.slider_review .item p span {
    font-weight: 700;
}
article {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 470px;
    background: #fff;
}
#comments {
    display: none;
}
.title_center {
    font-weight: 400;
    font-size: 46px;
    display: block;
    text-align: center;
    line-height: 1.0833em;
    letter-spacing: -0.02em;
}
.leadership {
    
    margin-left: auto;
    margin-right: auto;
}
.leadership .title_center {
    margin-top: 150px;
    margin-bottom: 45px;
}
.leadership_1 {
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.leadership_1_left {
    margin-right: 45px;
    font-size: 20px;
    text-align: center;
}
.leadership_1_left img {
    max-width: 476px;
    margin-bottom: 20px;
}
.leadership_1_right {
    text-align: center;
    font-size: 20px;
}
.leadership_2 {
     max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 75px;
    font-size: 20px;
    margin-bottom: 112px;
}
.leadership_2 img {
    margin-bottom: 20px;
    max-width: 413px;
}
.excteam {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}
.excteam .item {
    margin-right: 18px;
    width: calc(50% - 9px);
    margin-bottom: 60px;
}
.excteam .item:last-child {
    margin-bottom: 0px;
}
.excteam .item:nth-child(2n+2) {
    margin-right: 0px;
}
.excteam .item img {
    margin-bottom: 27px;
    width: 100%;
}
.excteam .item p {
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: 700;
    display: block;
}
.excteam .item span {
    font-size: 18px;
}
.communities {
    padding: 75px 0px;
    margin-top: 75px;
    background-color: #E8E8E8;
}
.communities .title_center {
    margin-bottom: 45px;
}
.communities_block {
    display: flex;
    flex-wrap: wrap;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.communities_block .item {
    width: calc(33.33333333% - 37px);
    margin-right: 55px;
    font-size: 20px;
    text-align: center;
}
.communities_block .item:nth-child(3n+3) {
    margin-right: 0px;
}
.communities_block .item img {
    width: 100%;
}
.communities_block .item:nth-of-type(1),
.communities_block .item:nth-of-type(2),
.communities_block .item:nth-of-type(3) {
    margin-bottom: 75px;
}
.communities_block .item p {
    margin-top: 20px;
    margin-bottom: 38px;

}
.ourcomp2block {
    border-top: 1px solid #00AFAA;
    margin-top: 50px;
    padding-top: 25px;
}
.ourcomp_prem {
    padding: 60px 16px;
    max-width: 1524px;
    margin-left: auto;
    margin-right: auto;
    background: #E8E8E8;
}
.prems {
    display: flex;
    flex-wrap: wrap;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
}
.prems .prem_block {
    position: relative;
    box-shadow: 0 18px 10px -13px #959595;
    height: 275px;
    width: calc(33.3333333333% - 40px);
    background: #00afaa;
    margin-right: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.prems .prem_block:nth-child(3n+3) {
    margin-right: 0px;
}
.prems .prem_block:nth-of-type(1),
.prems .prem_block:nth-of-type(2),
.prems .prem_block:nth-of-type(3) {
    margin-bottom: 60px;
}
.prems .prem_block span {
    font-size: 108px;
    font-weight: bold;
    color: #FFF;
}
.prems .prem_block p {
    font-size: 44px;
    color: #FFF;
}
.brandblock .title_block {
    margin-top: 80px;
    color:#00afaa;
    margin-bottom: 40px;
}
.brand_left,
.brand_right {
    padding: 16px;
    padding-bottom: 50px;
    border: 2px solid #e8e8e8;
    margin-right: 34px;
    width: calc(50% - 53px);
    display: inline-flex;
    flex-direction: column;
}
.brand_right {
    margin-right: 0px;
}
.brand_block_content {
    padding: 0px 20px;
    color:#00afaa;
    font-size: 18px;
    margin-top: auto;
}
.brand_block_content img {
    margin: 40px 0px;
    /*max-width: 167px;*/
    max-height: 87px;
}
.brand_block_content p {
    margin-top: 20px;
    font-weight: 700;
}
.brand_block_content span {
    display: block;
}
.brand_block {
    display: flex;
    flex-wrap: wrap;
}
.brand_block_content a {
    max-width: 308px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #000;
    color:#000;
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
}
.brand_block_content a:hover {
    color:#00afaa;
    border-color: #00afaa;
}
.offices_block {
    margin-top: 42px;
}
.offices_block .intro {
    background: #F8F8F8;
}
.offices_block .title_block,
.offices_title {
    color:#00afaa;
}
.offices_title {
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
}
.offices_left .link {
    color:#959595;
    font-size: 18px;
    font-weight: 600;
}
.offices_left li {
    margin-bottom: 20px;
}
.offices_left li:last-child {
    margin-bottom: 0px;
}
.offices {
    display: flex;
    align-items: center;
}
.offices_left,
.offices_right {
    width: 100%;
}
.map_office {
    position: relative;
}
.map_office img {
    width: 100%;
}
.map_office span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #000;
    color:#fff;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.contact_us_bg {
    margin-top: 125px;
    color:#00afaa;
}
.contact_us {
    display: flex;
}
.contact_us_left,
.contact_us_right {
    width: 100%;
}
.contact_us_left p,
.contact_us_right p {
    font-size: 23px;
    line-height: 34px;
    display: block;
}
.contact_us_left p:last-child,
.contact_us_right p:last-child {
    line-height: 1;
}
.contact_us_left ul,
.contact_us_right ul {
    margin-top: 46px;
}
.contact_us_left ul li,
.contact_us_right ul li {
    margin-bottom: 18px;
}
.contact_us_left ul li a,
.contact_us_right ul li a {
    color:#00afaa;
    line-height: 1;
}
.contact_us_left ul li a:after,
.contact_us_right ul li a:after {
    color: #00afaa;
}
.footer_top_left {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .mid img {
        max-width: 100%;
        height: auto;
        align-self: flex-start;
    }
    .about .container img {
        height: auto;
        align-self: flex-start;
    }
    .utp .container {
        padding: 0px 25px;
    }
    .menu_bg {
        background: #000;
        right: -100%;
        top: 0;
        position: fixed;
        width: calc(100% - 70px);
        height: calc(100% - 48px);
        transition: all .35s;
        z-index: 2;
        padding-top: 48px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .menu_bg.active {
        right: 0;
    }
    .menu_bg .links_header {
        display: flex;
    }
    .links_header_left {
        flex-direction: column;
    }
    .links_header_left .link_to_drop:nth-of-type(1) {
        margin-right: 0px;
    }
    .links_header_left .link_to_drop:nth-of-type(2) {
        margin-top: 48px;
    }
    .links_header_right {
        padding-top: 38px;
    }
    .links_header_right a,
    .links_header_left a {
        color:#fff;
        font-size: 14px;
    }
    .link_to_drop > a {
        font-weight: 700;
    }
    .links_header_right {
        justify-content: flex-start;
    }
    .mobile_button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .mobile_button:after {
        height: 24px;
        width: 24px;
        position: absolute;
        content: '';
        -webkit-mask: url(/wp-content/themes/mainsharkninja/images/menu.svg) no-repeat center;
        mask: url(/wp-content/themes/mainsharkninja/images/menu.svg) no-repeat center;
        background-color: #fff;
        -webkit-mask-size: 24px;
        mask-size: 24px;
    }
    .mid_right_2_1, .mid_right_2_2, .mid_left, .mid_right, header .logo {
        width: 100%;
    }
    header .logo {
        padding-top: 6px;
    }
    header .logo img {
        height: 38px;
    }
    .menu_colums, footer {
        margin-top: 60px;
    }
    .utp h1 {
        font-size: 40px;
    }
    .utp ul li a {
        font-size: 18px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .utp h1 {
        max-width: 85%;
    }
    .utp {
        height: auto;
        padding: 80px 0px;
    }
    .utp video {
        height: 100%;
    }
    header nav {
        min-height: 48px;
        padding: 0px 25px;
    }
    .links_header {
        display: none;
    }
    body {
        padding-top: 48px;
    }
    .footer_top_shark,
    .footer_top_left p.title,
    .footer_top_right p {
        margin-right: 0px;
    }
    .menu_colums .container,
    .footer_top .container,
    .footer_top_right {
        flex-direction: column;
    }
    .footer_top_left {
        text-align: center;
    }
    .footer_top_shark, .footer_top_left {
        margin: 35px 0px;
    }
    .footer_top_ninja {
        margin-bottom: 35px;
    }
    .menu_colums .container ul:nth-of-type(2) {
        margin: 20px 0px;
    }
    .about {
        box-shadow: 0 0 10px 2px #959595;
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 35px;
    }
    .about .text_block {
        height: auto;
        width: calc(90% - 54px);
        top: inherit;
        bottom: 0;
        transform: translate(-50%, 0%);
    }
    .about .container {
        padding-bottom: 323px;
    }
    .about .text_block h3 {
        margin-bottom: 45px;
    }
    .about .text_block p {
        margin-bottom: 30px;
    }
    /*Остальные страница*/
    .nav_section {
        display: none;
    }
    .header_cat {
        top: 49px;
    }
    #block1 .container {
        margin-top: 125px;
    }
    .container {
        max-width: 100%;
    }
    .intro {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ourcomp_1 {
        flex-direction: column;
    }
    .ourcomp_1_left {
        width: 100%;
        padding-right: 0px;
    }
    .ourcomp_1_right {
        margin-top: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
        width: 100%;
        padding-left: 0px;
        border-top: 2px solid #00AFAA;
        border-bottom: 2px solid #00AFAA;
        border-left: none;
    }
    .ourcomp2block {
        border-top: none;
        padding-top: none;
        margin-top: 25px;
    }
    .ourcomp2block .title_block {
        text-align: center;
    }
    .ourcomp2block img {
        margin-top: 25px;
    }
    .prems .prem_block:nth-of-type(1),
    .prems .prem_block:nth-of-type(2),
    .prems .prem_block:nth-of-type(3),
    .prems .prem_block:nth-of-type(4) {
        margin-bottom: 30px;
    }
    .prems .prem_block {
        width: calc(50% - 16px);
        margin-right: 30px;
    }
    .prems .prem_block span {
        font-size: 55px;
    }
    .prems .prem_block p {
        font-size: 21px;
    }
    .prems .prem_block:nth-child(2n+2) {
        margin-right: 0px !important;
    }
    .prems .prem_block:nth-child(3n+3) {
        margin-right: 30px;
    }
    .brand_left, .brand_right {
        width: 100%;
        margin-right: 0px;
    }
    .brandblock {
        padding-left: 15px;
        padding-right: 15px;
    }
    .brand_left {
        margin-bottom: 10px;
    }
    .offices, .contact_us {
        flex-direction: column;
    }
    .map_office span {
        font-size: 15px;
    }
    .offices_right {
        margin-top: 25px;
    }
    .contact_us_bg {
        margin-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact_us_left p, .contact_us_right p {
        color:#000;
    }
    .contact_us_left ul, .contact_us_right ul {
        margin-top: 25px;
    }
    .contact_us_right {
        margin-top: 35px;
    }
    .menu_colums {
        padding-left: 15px;
        padding-right: 15px;
    }
    .success_ludi_3i, .success_ludi_2i, .leadership_1 {
        flex-direction: column;
    }
    .success_ludi_2i_left,
    .success_ludi_2i_right {
        width: 100%;
    }
    .leadership_1_left {
        margin-right: 0px;
    }
    .communities_block {
        flex-direction: column;
    }
    .communities_block .item {
        margin-right: 0px;
    }
    .communities_block .item {
        margin-bottom: 25px;
    }
    .communities_block .item:nth-of-type(1), .communities_block .item:nth-of-type(2), .communities_block .item:nth-of-type(3) {
        margin-bottom: 25px;
    }
    .communities_block .item:last-child {
        margin-bottom: 0px;
    }
    .communities_block .item {
        width: 100%;
    }
    .leadership_1_left img {
        max-width: 100%;
    }
    .inthenews .item {
        width: 100%;
        margin-right: 0px;
    }
    .inthenews .item:nth-of-type(2) {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .press_block .item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .press_block .item:last-child {
        margin-bottom: 0px;
    }
    .press_block {
        margin-bottom: 44px;
    }
    .block3news_bg .title_block {
        text-align: center;
    }
    .slider_review .item {
        padding: 0px 50px;
        margin: 0px 50px;
    }
    .footer_bottom {
        padding: 0px 15px;
    }
    article {
        margin-top: 125px;
    }
    .footer_top_left, .footer_top_left form p {
        flex-direction: column;
    }
    .footer_top_left input {
        max-width: 100%;
    }
    .footer_top_left input[type="submit"] {
        margin-left: 0px;
        margin-top: 15px;
    }
    .footer_top_left .title {
        margin-bottom: 35px;
    }
    .success_ludi {
        margin-left: 15px;
        margin-right: 15px;
    }
    .success_ludi_3i_left, .success_ludi_3i_right {
        padding-left: 50px;
        padding-right: 50px;
        width: calc(100% - 100px);
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .success_ludi_2i_left img {
        width: 100%;
        margin-bottom: 35px;
    }
    .success_ludi_2i_right {
        padding-bottom: 35px;
    }
    .leadership .title_center {
        margin-top: 60px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .leadership_2 img {
        max-width: 100%;
    }
    .leadership_1_right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .success_ludi_3i_mid img {
        width: 100%;
    }
    .leadership .title_block,
    .leadership .excteam,
    .communities_block .item span {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 13px !important;
    padding-top: 5px !important;
    border: none !important;
}
.wpcf7-not-valid-tip {
    padding-top: 5px !important;
}