
div#bingc-active {
    display: none;
}

.m_10_right iframe{
    height: 400px;
}

.contact_map iframe{
 height:100% !important;
}

@charset "UTF-8";
@font-face {
  font-family: "Intro";
  src: url("../fonts/intro/Intro-Regular.eot");
  src: url("../fonts/intro/Intro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/Intro-Regular.woff") format("woff"), url("../fonts/intro/Intro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Intro";
  src: url("../fonts/intro/Intro-Light.eot");
  src: url("../fonts/intro/Intro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/Intro-Light.woff") format("woff"), url("../fonts/intro/Intro-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Intro";
  src: url("../fonts/intro/Intro-Bold.eot");
  src: url("../fonts/intro/Intro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/Intro-Bold.woff") format("woff"), url("../fonts/intro/Intro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "Intro";
  src: url("../fonts/intro/Intro-Black.eot");
  src: url("../fonts/intro/Intro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/Intro-Black.woff") format("woff"), url("../fonts/intro/Intro-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: "Intro Book";
  src: url("../fonts/intro/Intro-Book.eot");
  src: url("../fonts/intro/Intro-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/Intro-Book.woff") format("woff"), url("../fonts/intro/Intro-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/openSans/OpenSans-Regular.eot");
  src: url("../fonts/openSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/openSans/OpenSans-Regular.woff") format("woff"), url("../fonts/openSans/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/openSans/OpenSans-Bold.eot");
  src: url("../fonts/openSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/openSans/OpenSans-Bold.woff") format("woff"), url("../fonts/openSans/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/openSans/OpenSans-Light.eot");
  src: url("../fonts/openSans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/openSans/OpenSans-Light.woff") format("woff"), url("../fonts/openSans/OpenSans-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/openSans/OpenSans-SemiBold.eot");
  src: url("../fonts/openSans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/openSans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/openSans/OpenSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600; }

/*Стили сброса для айфонов*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-appearance: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*end*/
/*Стили сбросса*/
button {
  border: none;
  display: block;
  cursor: pointer;
  transition: 0.25s; }

* {
  box-sizing: border-box;
  outline: none; }

input::placeholder {
  padding: 0; }

input {
  outline: none;
  border: none; }

a {
  text-decoration: none;
  transition: 0.25s; }

textarea {
  resize: none;
  outline: none; }

a:hover {
  text-decoration: none; }

/*конец стилей сбросса*/
input.error {
  border: 1px solid red !important; }

label.error {
  display: none !important; }

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Intro", sans-serif;
  font-weight: 400; }

.main_wrapper {
  width: 100%;
  overflow: hidden; }

.wrapper {
  width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }

.header_bottom {
  background: #0077D6; }

.header_menu > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative; }
  .header_menu > ul > li {
    border-right: 1px solid #C8C8C8;
    flex-grow: 2;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header_menu > ul > li:first-child {
      border-left: 1px solid #C8C8C8; }
    .header_menu > ul > li.menu-item-has-children > a {
      display: flex;
      align-items: center;
      justify-content: center; }
      .header_menu > ul > li.menu-item-has-children > a:after {
        display: block;
        content: '';
        transition: 0.25s;
        width: 10px;
        height: 10px;
        min-width: 10px;
        margin-left: 10px;
        position: relative;
        top: 1px;
        transform: rotate(-90deg);
        background-image: url("../img/menu_arrow_bottom.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto; }
    .header_menu > ul > li:hover > a {
      background: #FFCD0F; }
    .header_menu > ul > li:hover > a:hover:after {
      transform: rotate(0deg); }
    .header_menu > ul > li > a {
      display: block;
      font-size: 18px;
      line-height: 18px;
      color: #FFFFFF;
      padding: 20px 25px;
      width: 100%;
      text-align: center; }
    .header_menu > ul > li > .sub-menu {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      transform: translateY(100%);
      background: #FFFFFF;
      border: 1px solid #cccccc;
      box-sizing: border-box;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      padding: 20px 30px;
      width: 100%; }
      .header_menu > ul > li > .sub-menu > .menu-item {
        width: 100%;
        margin-bottom: 10px; }
        .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu {
          width: 100%;
          display: flex;
          align-items: stretch;
          justify-content: flex-start; }
          .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item {
            width: 30%;
            margin-right: 3%; }
            .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
              font-size: 18px;
              color: #000000;
              font-weight: 500;
              display: block;
              margin-bottom: 5px; }
              .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover {
                color: #0077D6; }
            .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
              display: block;
              font-size: 16px;
              font-weight: 300;
              margin-bottom: 4px;
              color: #000000; }
              .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover {
                color: #0077D6; }
    .header_menu > ul > li:hover > .sub-menu {
      display: block; }

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px; }

.header_left {
  display: flex;
  align-items: center; }

.header_slogan {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-left: 20px;
  line-height: 22px;
  color: #767676; }

.header_right {
  display: flex;
  align-items: center; }

.header_local {
  display: flex;
  align-items: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-right: 30px;
  color: #000000; }
  .header_local .icon {
    background-image: url("../img/header_local.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 15px; }

.header_phone {
  display: flex;
  align-items: center;
  margin-right: 60px; }
  .header_phone a {
    display: block;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000; }
  .header_phone .icon {
    background-image: url("../img/header_phone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-right: 15px;
    min-width: 22px; }

.header_but a {
  display: block;
  background: #FFCD0F;
  border-radius: 40px;
  width: 200px;
  line-height: 40px;
  text-align: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000000; }
  .header_but a:hover {
    background: #ebbb02; }

.mobile_nav {
  display: none; }

header {
  top: 0;
  left: 0;
  z-index: 300;
  background: #fff;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4); }

.hamburger {
  display: none; }

@media screen and (max-width: 1300px) {
  .hamburger {
    display: block;
    padding: 0;
    position: relative;
    top: 2px;
    margin-left: 20px; }
  .header_bottom {
    display: none; }
  .mobile_nav {
    display: none;
    background: #fff;
    width: 100%;
    padding: 20px 10px; }
  .mobile_nav.active {
    display: flex; }
  .header_menu > ul {
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .header_menu > ul > li > .sub-menu {
    display: block;
    position: static;
    background: transparent;
    box-shadow: none;
    border: none;
    transform: none; }
  .header_menu > ul > li {
    display: block;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start; }
  .header_menu > ul > li > a {
    width: 280px;
    max-width: 100%; }
  .header_menu > ul > li.menu-item-has-children > a {
    justify-content: flex-start; }
  .header_menu > ul > li > .sub-menu {
    display: none;
    width: 100%; }
  .header_menu > ul > li.active .sub-menu {
    display: block; }
  .header_menu > ul > li > .sub-menu > .menu-item {
    margin-bottom: 0; }
  .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu {
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .header_menu > ul > li > a {
    padding: 10px; }
  .header_menu > ul > li > .sub-menu {
    padding: 0px 15px; }
  .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item {
    width: 100%;
    margin-right: 0px; }
  .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover {
    color: #000; }
  .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover {
    color: #000; }
  .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item {
    margin-bottom: 10px; }
  .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    padding-left: 15px; }
  .header_center_item_text a {
    color: #000 !important;
    margin-bottom: 4px; }
  .header_center_item_text p {
    color: #000 !important;
    margin-bottom: 4px; }
  .header_menu > ul > li:hover > .sub-menu {
    display: none; }
  .header_menu > ul > li.active > .sub-menu {
    display: block; }
  .header_menu > ul > li.menu-item-has-children > a:after {
    transform: rotate(-90deg) !important; }
  .header_menu > ul > li.menu-item-has-children.active > a:after {
    transform: rotate(0deg) !important; }
  .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    color: #000; }
  .header_menu > ul > li > a {
    text-align: left; }
  .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    color: #000; }
  .header_slogan {
    display: none; }
  .header_right {
    display: none; }
  .hamburger {
    display: block;
    padding: 0;
    position: relative;
    top: 1px; }
  .header_menu > ul a {
    color: #000 !important;
    background: transparent !important; }
  .header_menu > ul > li:first-child {
    border-left: none; }
  .header_menu > ul > li.menu-item-has-children > a:after {
    background-image: url("../img/menu_arrow_black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .mobile_nav {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .header_menu {
    width: 300px;
    max-width: 100%; }
  .header_menu > ul > li {
    border-right: none; }
  header {
    max-height: 100%;
    overflow: auto; }
  .header_menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    font-weight: normal; }
  .header_local {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 300px;
    max-width: 100%;
    margin-bottom: 20px; }
  .header_phone {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    max-width: 100%;
    margin-bottom: 20px; } }

.m_1 > img {
  width: 100%; }

.main_h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  font-family: "Open Sans";
  text-align: center;
  margin-bottom: 30px;
  color: #373737; }

.m_2 {
  padding-top: 50px; }

.m_2_wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px; }

.m_2_item {
  width: 403px;
  max-width: 100%;
  margin-left: 12.5px;
  margin-right: 12.5px;
  margin-bottom: 50px; }

.m_2_image {
  position: relative;
  width: 100%;
  height: 250px; }

.m_2_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }

.m_2_item {
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25); }

.m_2_item:hover .m_2_hover_block {
  opacity: 1; }

.m_2_item:hover .m_2_name, .m_2_item:hover .m_2_name a {
  color: #148ADF; }

.m_2_hover_block {
  background: rgba(20, 138, 223, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  z-index: 20;
  transition: 0.25s;
  opacity: 0; }
  .m_2_hover_block ul {
    height: 200px;
    padding-top: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 290px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .m_2_hover_block ul li {
      display: flex;
      font-family: "Open Sans";
      font-style: normal;
      font-weight: normal;
      width: 100%;
      font-size: 16px;
      line-height: 22px;
      color: #FFFFFF; }
      .m_2_hover_block ul li:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        position: relative;
        top: 9px;
        margin-right: 8px;
        background: #FFCD0F; }
  .m_2_hover_block a {
    position: absolute;
    bottom: 25px;
    left: 50%;
    line-height: 20px;
    transform: translateX(-50%);
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline;
    color: #FFFFFF; }
    .m_2_hover_block a:hover {
      text-decoration: none; }

.m_2_name, .m_2_name a {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  transition: 0.25s; }

.m_call_section {
  background: #229FFF; }
  .m_call_section .m_5_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .m_call_section .m_5_left {
    width: 80%;
    position: relative;
    z-index: 3;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 20px; }
    .m_call_section .m_5_left .main_h2 {
      text-align: left; }
    .m_call_section .m_5_left .main_after_h2 {
      text-align: left; }
  .m_call_section .m_5_right {
    width: 25%;
    background-image: url("../img/m_5_girl.png");
    height: 260px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .m_call_section .wrapper_form_style_2 form {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .m_call_section .wrapper_form_style_2 form input {
      width: 250px;
      margin-right: 30px;
      border: none;
      border-radius: 0% !important;
      border-bottom: 1px solid #FFFFFF;
      background: transparent;
      line-height: 40px;
      color: #fff;
      padding-left: 0px;
      text-align: left; }
      .m_call_section .wrapper_form_style_2 form input::placeholder {
        color: #F1F1F1; }
    .m_call_section .wrapper_form_style_2 form button {
      background: #FFFFFF;
      border: 1px solid #00B4FF;
      width: 250px;
      line-height: 40px;
      box-sizing: border-box;
      border-radius: 20px;
      color: #00B4FF;
      margin-bottom: 20px; }
      .m_call_section .wrapper_form_style_2 form button:hover {
        opacity: 0.8; }
  .m_call_section .wrapper_form_style_2 form {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .m_call_section .wrapper_form_style_2 form input {
      width: 250px;
      margin-right: 30px;
      border: none;
      margin-bottom: 20px;
      font-size: 16px;
      border-radius: 0% !important;
      border-bottom: 1px solid #FFFFFF;
      background: transparent;
      line-height: 40px;
      color: #fff;
      padding-left: 0px;
      text-align: left; }
      .m_call_section .wrapper_form_style_2 form input::placeholder {
        color: #F1F1F1; }
    .m_call_section .wrapper_form_style_2 form button {
      background: #FFFFFF;
      border: 1px solid #00B4FF;
      width: 250px;
      line-height: 40px;
      box-sizing: border-box;
      border-radius: 20px;
      color: #00B4FF;
      margin-bottom: 20px; }
      .m_call_section .wrapper_form_style_2 form button:hover {
        opacity: 0.8; }
  .m_call_section .main_after_h2 {
    margin-bottom: 50px; }
  .m_call_section .main_h2 p {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 135%;
    color: #FFFFFF; }
  .m_call_section .main_after_h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #FFFFFF; }

.m_7_slaid {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.m_7_slaid_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px; }
  .m_7_slaid_wrap img {
    max-width: 100%;
    max-height: 100%; }

.m_7 {
  padding-top: 40px;
  padding-bottom: 60px; }

.m_7_slick {
  margin-top: 40px; }

.m_7_slaid_wrap img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; }
  .m_7_slaid_wrap img:hover {
    filter: none; }

.m_8 {
  padding-bottom: 0px; }

.m_8 .main_h2 {
  color: #000;
  text-align: center; }

.m_8 .m_5_slide_wrap {
  height: 220px;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.m_8 .m_5_slick {
  padding-bottom: 60px;
  margin-left: -10px;
  margin-right: -10px; }

.m_8 .m_5_slide {
  padding-left: 10px;
  padding-right: 10px; }

.m_8 .slick-prev, .m_8 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 58px;
  height: 36px;
  display: block;
  padding: 0px;
  transform: none;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #C4C4C4;
  border-radius: 0px; }

.m_8 .slick-prev {
  z-index: 99;
  left: auto;
  right: 88px;
  background-image: url("../img/slick_2_prev.svg");
  background-position: center;
  background-repeat: no-repeat; }
  .m_8 .slick-prev:hover {
    background: #07B8E5;
    background-image: url("../img/slick_2_prev.svg");
    background-position: center;
    background-repeat: no-repeat; }

.m_8 .slick-next {
  right: 10px;
  background-image: url("../img/slick_2_next.svg");
  background-position: center;
  background-repeat: no-repeat; }
  .m_8 .slick-next:hover {
    background: #07B8E5;
    background-image: url("../img/slick_2_next.svg");
    background-position: center;
    background-repeat: no-repeat; }

@media screen and (max-width: 992px) {
  .m_8 .slick-prev {
    right: auto;
    left: 49%;
    transform: translateX(-100%); }
  .m_8 .slick-next {
    right: auto;
    left: 51%; } }

.m_8_but {
  display: flex;
  justify-content: center;
  align-items: center; }
  .m_8_but a {
    display: block;
    background: #FFCD0F;
    border-radius: 40px;
    width: 260px;
    line-height: 40px;
    font-family: "Open Sans";
    text-align: center;
    font-style: normal;
    font-weight: 600;
    margin-top: -38px;
    font-size: 16px;
    color: #000000; }
    .m_8_but a:hover {
      background: #EAB900; }

.m_9 {
  background: #F1F6FF;
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 50px; }

.m_9_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.m_9_item {
  width: 30%; }

.m_9_name {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #222222; }

.m_9_text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #222222; }

.m_10 {
  background: rgba(241, 246, 255, 0.55); }

.m_10_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

.m_10_left {
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px; }
  .m_10_left .main_h2 {
    text-align: left;
    margin-bottom: 35px; }

.m_10_right {
  width: 48%; }

#map {
  width: 100%;
  height: 100%; }

.m_10_local {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #000000; }
  .m_10_local .icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
    background-image: url("../img/m_10_icon_1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px; }

.m_10_phone {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000000; }
  .m_10_phone .icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
    background-image: url("../img/m_10_icon_2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px; }
  .m_10_phone .m_10_phone_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .m_10_phone .m_10_phone_flex a {
      display: block;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 25px;
      margin-right: 20px;
      color: #000000; }
      .m_10_phone .m_10_phone_flex a:hover {
        color: #40639E; }

.m_10_email {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-decoration: underline !important;
  color: #40639E;
  margin-bottom: 40px; }
  .m_10_email:hover {
    text-decoration: none !important; }
  .m_10_email .icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
    background-image: url("../img/m_10_icon_3.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px; }

.m_10_but {
  display: flex; }
  .m_10_but a {
    display: block;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    background: #FFCD0F;
    border-radius: 20px;
    width: 270px;
    max-width: 100%; }
    .m_10_but a:hover {
      background: #EAB900; }

.m_10_after_but {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  margin-top: 15px;
  color: #A6A6A6; }

footer {
  background: #fff;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  color: #000000; }

.m_10 {
  position: relative; }

.m_10 .wrapper {
  position: static; }

.m_10_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  z-index: 20; }

.blog_breackums {
  padding-top: 30px;
  padding-bottom: 20px; }
  .blog_breackums a, .blog_breackums .kb_title, .blog_breackums .kb_sep {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 135%;
    color: #000000; }
  .blog_breackums .main_h2 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0px; }

.u_1_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

.u_1_left {
  width: 25%; }
  .u_1_left > ul > li {
    margin-bottom: 5px; }
    .u_1_left > ul > li.active > a {
      background: #FFCD0F; }
      .u_1_left > ul > li.active > a:after {
        transform: translateY(-50%) rotate(-180deg);
        opacity: 1; }
    .u_1_left > ul > li.active .sub-menu {
      display: block; }
    .u_1_left > ul > li > a {
      font-family: "Open Sans";
      padding: 15px;
      position: relative;
      padding-right: 35px;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      width: 100%;
      display: block;
      line-height: 18px;
      color: #000000;
      background: #F7F7F7; }
      .u_1_left > ul > li > a:after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background-image: url("../img/u_1_icon.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        right: 10px;
        opacity: 0.6;
        transition: 0.25; }
    .u_1_left > ul > li .sub-menu {
      background: #FFFFFF;
      box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
      padding: 15px;
      padding-right: 10px;
      display: none; }
      .u_1_left > ul > li .sub-menu li:first-child a {
        margin-top: 0px; }
      .u_1_left > ul > li .sub-menu li a {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        margin-top: 15px;
        color: #000000;
        display: flex; }
        .u_1_left > ul > li .sub-menu li a:before {
          content: '';
          display: block;
          width: 6px;
          min-width: 6px;
          height: 6px;
          margin-right: 5px;
          border-radius: 100%;
          background: #000000;
          transition: 0.25s;
          position: relative;
          top: 7px; }
        .u_1_left > ul > li .sub-menu li a:hover {
          color: #0077D6; }
          .u_1_left > ul > li .sub-menu li a:hover:before {
            background: #0077D6; }

.u_1_right {
  width: 75%;
  padding-left: 30px; }

.u_1_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px; }
  .u_1_flex .u_1_item {
    width: 295px;
    margin-right: 7px;
    margin-left: 7px;
    height: 217px;
    margin-bottom: 14px; }
    .u_1_flex .u_1_item a {
      width: 100%;
      height: 100%;
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }

.all_page_form {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F1F6FF;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 50px; }
  .all_page_form .main_h2 {
    margin-bottom: 20px; }

.ab_5_wrap {
  width: 100%; }

.ab_5_form_left {
  width: 100%; }

.u_1_right_text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 50px;
  color: #000000; }

.u_1_flex {
  margin-bottom: 30px; }

.wrapper_form_style_2 form {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .wrapper_form_style_2 form input {
    width: 250px;
    margin-right: 30px;
    border: none;
    border-radius: 0% !important;
    border-bottom: 1px solid #FFFFFF;
    background: transparent;
    line-height: 40px;
    color: #fff;
    padding-left: 0px;
    text-align: left; }
    .wrapper_form_style_2 form input::placeholder {
      color: #F1F1F1; }
  .wrapper_form_style_2 form button {
    background: #FFFFFF;
    width: 250px;
    line-height: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    color: #00B4FF;
    margin-bottom: 20px; }
    .wrapper_form_style_2 form button:hover {
      opacity: 0.8; }

input {
  background: #FFFFFF;
  border: 1px solid #DDE2E5;
  box-sizing: border-box;
  border-radius: 20px !important;
  width: 100%;
  line-height: 40px;
  padding: 0px 10px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  color: #000; }
  input::placeholder {
    color: #ACB5BD; }

.ab_5_wrap .ab_5_form_right {
  width: 270px;
  align-items: flex-end;
  display: flex; }
  .ab_5_wrap .ab_5_form_right button {
    background: #FFCD0F;
    box-sizing: border-box;
    border-radius: 20px;
    color: #fff;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.03em;
    margin-top: 10px;
    color: #000000;
    text-transform: uppercase; }
    .ab_5_wrap .ab_5_form_right button:hover {
      background: #EAB900; }

.ab_5_wrap form input {
  border-bottom: 1px solid #00B3DA;
  color: #000;
  text-align: left !important;
  margin-left: 0px !important;
  margin-right: 0px !important; }
  .ab_5_wrap form input::placeholder {
    color: #3C3C3C; }

.ab_5_wrap form .ab_5_form_left .ab_5_form_textarea input {
  width: 100%; }

.ab_5_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.ab_5_row {
  width: 530px;
  display: flex;
  justify-content: space-between; }

.all_page_form_after_h2 {
  font-family: "Open Sans";
  margin-bottom: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #000000;
  text-align: center; }

.portfoli_wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.port_item {
  width: 406px;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  position: relative; }

.port_image {
  width: 100%;
  height: 320px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;  }

.port_bottom_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #148ADF;
  padding: 13px 10px; }

.port_name {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  text-align: center; }
  .port_name a {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    text-decoration: underline;
    color: #FFCD0F; }
    .port_name a:hover {
      text-decoration: none; }

.otsiv_slaid {
  padding-left: 10px;
  padding-right: 10px; }

.otsiv_slaid_wrapper {
  width: 940px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.otisv_icon {
  width: 60px;
  height: 90px;
  margin-bottom: 25px;
  background-image: url("../img/otsiv_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.otsiv_text {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 25px;
  color: #000000; }

.otsiv_author {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  margin-bottom: 7px;
  letter-spacing: 0.01em;
  color: #000000; }

.otsiv_company {
  font-family: "Open Sans";
  font-style: normal;
  text-align: right;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #9D9D9D; }

.otsiv_1 .slick-prev, .otsiv_1 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 58px;
  height: 36px;
  display: block;
  padding: 0px;
  transform: none;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #C4C4C4;
  border-radius: 0px; }

.otsiv_1 .slick-prev {
  z-index: 99;
  left: 49%;
  transform: translateX(-100%);
  background-image: url("../img/slick_2_prev.svg");
  background-position: center;
  background-repeat: no-repeat; }
  .otsiv_1 .slick-prev:hover {
    background: #07B8E5;
    background-image: url("../img/slick_2_prev.svg");
    background-position: center;
    background-repeat: no-repeat; }

.otsiv_1 .slick-next {
  right: auto;
  left: 51%;
  background-image: url("../img/slick_2_next.svg");
  background-position: center;
  background-repeat: no-repeat; }
  .otsiv_1 .slick-next:hover {
    background: #07B8E5;
    background-image: url("../img/slick_2_next.svg");
    background-position: center;
    background-repeat: no-repeat; }

.otsiv_slick {
  padding-bottom: 80px; }

.contact_map {
  width: 100%;
  height: 400px; }

.con_1_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.con_1_left {
  width: 55%; }
  .con_1_left h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 135%;
    color: #000000;
    margin-bottom: 20px; }
  .con_1_left .con_1_after_h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: #000000; }
  .con_1_left .con_1_line {
    width: 850px;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #B7B7B7; }

.con_1_right {
  width: 40%;
  display: flex;
  justify-content: flex-end; }
  .con_1_right .m_1_form_wrapper {
    background: #333333; }

.m_1_form_h2 {
  font-size: 21px; }

.con_1_flex {
  display: flex;
  justify-content: space-between; }

.con_h2 {
  font-style: normal;
  font-size: 22px;
  line-height: 135%;
  margin-bottom: 20px;
  color: #000000; }

.con_1_phone_flex {
  display: flex; }
  .con_1_phone_flex .con_1_phone_el {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .con_1_phone_flex .con_1_phone_el:first-child {
      margin-right: 30px; }
    .con_1_phone_flex .con_1_phone_el a {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 135%;
      display: block;
      margin-bottom: 15px;
      color: #000000; }
      .con_1_phone_flex .con_1_phone_el a:hover {
        color: #00B4FF; }

.con_1_phone {
  width: 48%; }

.con_1_email {
  width: 30%; }
  .con_1_email a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    display: block;
    margin-bottom: 15px;
    color: #000000; }
    .con_1_email a:hover {
      color: #00B4FF; }

.con_1_soc {
  margin-top: 20px;
  display: flex;
  align-items: center; }
  .con_1_soc a {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .con_1_soc a:hover {
      opacity: 0.8; }

.con_1_insta {
  background-image: url("../img/con_soc_icon_1.svg"); }

.con_1_facebook {
  background-image: url("../img/con_soc_icon_2.svg"); }

.contact_map {
  margin-top: 50px; }

.con_1_email a {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-decoration: underline;
  color: #40639E; }
  .con_1_email a:hover {
    text-decoration: none; }

.con_1_text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333333; }

.con_1_phone_flex .con_1_phone_el {
  width: 100%; }

.con_1_right .m_1_form_wrapper {
  background: #E5E5EF;
  padding: 22px 30px;
  padding-bottom: 40px;
  padding-top: 40px; }


.m_111_form_wrapper {
width: 100%;
  background: #E5E5EF;
  padding: 22px 30px;
  padding-bottom: 40px;
  padding-top: 40px; }


.con_1_right input {
  width: 250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: normal;
  padding-left: 0px;
  background: transparent;
  border-radius: 0px !important;
  text-align: left;
  font-size: 16px;
  display: block;
  line-height: 18px;
  padding-bottom: 11px;
  padding-top: 11px;
  color: #000;
  border-bottom: 1px solid #00B3DA; }
  .con_1_right input::palceholder {
    color: #3C3C3C; }



.con_1_right textarea {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: normal;
  padding-left: 0px;
  background: transparent;
  border-radius: 0px !important;
  text-align: left;
  font-size: 16px;
  display: block;
  line-height: 18px;
  padding-bottom: 0px;
  padding-top: 11px;
  color: #000;
  border: 1px solid #00B3DA;
margin-bottom: 25px; }

  .con_1_right input::palceholder {
    color: #3C3C3C; }



.con_1_right button {
  width: 270px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFCD0F;
  border-radius: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000; }
  .con_1_right button:hover {
    background: #EAB900; }

.slick-dots li button {
  display: none; }

.slick-dots li {
  background: #FFFFFF;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  z-index: 200; }
  .slick-dots li.slick-active {
    background: #FFCD0F; }

.m_1_slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.m_1_slaid_wrapper {
  min-height: 400px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7); }
  .m_1_slaid_wrapper .m_1_border_with_text {
    border: 5px solid #FFCD0F;
    box-sizing: border-box;
    width: 800px;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .m_1_slaid_wrapper .m_1_border_with_text p {
      font-style: normal;
      font-weight: bold;
      font-size: 35px;
      line-height: 48px;
      margin-bottom: 20px;
      text-align: center;
      color: #FFFFFF; }
    .m_1_slaid_wrapper .m_1_border_with_text a {
      background: #FFCD0F;
      border-radius: 40px;
      width: 200px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      line-height: 40px;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      color: #000000;
      text-align: center; }
      .m_1_slaid_wrapper .m_1_border_with_text a:hover {
        background: #ebbb02; }

.remodal_2 {
  width: 409px;
  padding: 19px;
  max-width: 100%;
  background: #fff; }

.remodal_wrapper_2 {
  background: rgba(196, 196, 196, 0.1);
  padding: 40px 20px; }

.remodal-close {
  width: 25px;
  line-height: 25px;
  left: auto;
  right: 0; }

.remodal_wrapper_2 h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: normal;
  text-align: center;
  color: #FFCD0F;
  margin-bottom: 20px; }

.remodal_wrapper_2 p {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #1A1A1A;
  margin-bottom: 20px; }

.remodal_wrapper_2 button {
  background: #C8102E;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  line-height: 40px;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  width: 100%;
  border-radius: 20px;
  color: #FFCD0F;
  border: 2px solid #FFCD0F;
  background: #fff; }

.remodal_wrapper_2 button:hover {
  background: #E9BA0A;
  color: #fff; }

.remodal_2 .remodal-close:before {
  width: 25px;
  line-height: 25px; }

.remodal_2 .remodal-close {
  width: 25px;
  line-height: 25px; }

.remodal_thanks {
  width: 430px;
  max-width: 100%; }

.remodal_thanks h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 25px; }

.remodal_thanks p {
  text-align: center; }

.remodal_thanks .remodal_wrapper_2 {
  padding: 20px 10px 20px 10px; }

@media screen and (max-width: 600px) {
  .remodal_thanks .remodal_wrapper_2 h2 {
    font-size: 20px;
    text-align: center; }
  .remodal_wrapper_2 p {
    font-size: 16px;
    text-align: center; } }

.thanks_headert {
  width: 207px;
  height: 167px;
  position: absolute;
  right: 0;
  bottom: 0; }

.port_item > a {
  display: block; }

.wpcf7-form br {
  display: none !important; }

span.wpcf7-not-valid-tip {
  display: none !important; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  display: none !important; }

input.wpcf7-not-valid {
  border: 1px solid red !important; }

div.wpcf7-mail-sent-ok {
  display: none !important; }

div.wpcf7 .ajax-loader {
  display: none !important; }

.text_wrapper {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 40px;
  line-height: 24px;
  color: #000000; }
  .text_wrapper h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    color: #373737; }
  .text_wrapper ul li {
    display: flex;
    margin-bottom: 8px; }
    .text_wrapper ul li:before {
      content: '';
      display: block;
      width: 8px;
      background: #148ADF;
      margin-right: 10px;
      min-width: 8px;
      height: 8px;
      position: relative;
      top: 8px; }
  .text_wrapper img {
    max-width: 100%;
    display: block; }

@media screen and (max-width: 500px) {
  .text_wrapper h2 {
    font-size: 20px; } }



.wpcf7-select{width: 250px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: normal;
    padding-left: 0px;
    background: transparent;
    border-radius: 0px !important;
    text-align: left;
    font-size: 16px;
    display: block;
    line-height: 18px;
    padding-bottom: 11px;
    padding-top: 11px;
    color: #000;
    border: 1px solid #00B3DA;
    margin-bottom: 20px;
}


.sel1{width: 100% !important;}
.name1{float: left; width: 49% !important; position: relative !important;}
.name2{width: 100% !important;}
.tel1 {width: 49% !important;}
.sub1 {width: 75% !important;}
#nameid1 .wpcf7-form-control-wrap{position: inherit !important;}


@media screen and (max-width: 600px){
.m_10_right iframe{
width: 100%;
height: inherit;
}
jdiv {
    margin-bottom: 35px !important;
}
}
