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

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

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

/*Стили сброса для айфонов*/
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: "roboto", sans-serif;
  font-weight: 400; }

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

.section {
  position: relative; }

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
  header .header_top_line {
    border-bottom: 2px solid #ffa400; }

.header_wrapper {
  padding-bottom: 10px; }

.header_logo a {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .header_logo a img {
    max-height: 100%; }

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

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

.header_slogan {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 3px solid #fff;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold; }

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

.header_phone a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  justify-content: center; }
  .header_phone a:first-child {
    margin-bottom: 5px; }
  .header_phone a:hover {
    opacity: 0.8; }
  .header_phone a .icon {
    width: 20px;
    height: 20px;
    background-position: center;
    min-width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; }

.header_language {
  margin-left: 20px;
  margin-right: 20px; }
  .header_language ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .header_language ul li.current-lang a {
      text-decoration: underline;
      color: #ffa400; }
    .header_language ul a {
      display: block;
      font-size: 18px;
      color: #fff;
      margin-left: 5px;
      margin-right: 5px; }
      .header_language ul a:hover {
        color: #ffa400; }

.header_call_back a {
  width: 200px;
  display: block;
  max-width: 100%;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  background: #ffa400;
  color: #000;
  border-radius: 15px; }
  .header_call_back a:hover {
    background: #f9aa1c; }

.header_menu {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #4c4c4c; }
  .header_menu ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .header_menu ul a {
      display: block;
      margin-left: 20px;
      margin-right: 20px;
      color: white;
      font-weight: 400;
      font-size: 15px; }
      .header_menu ul a:hover {
        color: #ffa400; }

.hamburger {
  display: none; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff;
  height: 3px; }

.hamburger {
  padding: 0;
  position: relative;
  top: 1px; }

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

.m_1_left {
  width: 40%; }

.m_1_right {
  width: 40%;
  display: flex;
  justify-content: flex-end; }

.m_1_composition {
  width: 500px;
  max-width: 100%;
  padding: 30px;
  background: white;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.62) 50%, rgba(255, 255, 255, 0.26) 98%, rgba(255, 255, 255, 0.26) 98%, rgba(255, 255, 255, 0.24) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1 ); }
  .m_1_composition h1 {
    font-size: 24px;
    color: #225baf;
    line-height: 30px;
    font-weight: bold;
    text-align: center; }
  .m_1_composition .m_1_after_h1 {
    color: #474644;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 25px; }

.m_1_form {
  padding: 35px 30px;
  background-color: #4c4c4c;
  width: 360px;
  max-width: 100%; }

input {
  width: 300px;
  max-width: 100%;
  display: block;
  border: 2px solid #ffa400;
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  line-height: 16px;
  padding: 9px 17px;
  border-radius: 10px !important;
  margin-bottom: 15px; }
  input::placeholder {
    color: #696969; }

button, .main_but {
  display: block;
  width: 300px;
  max-width: 100%;
  background-color: #225baf;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  padding: 0px;
  text-transform: uppercase;
  line-height: 40px;
  color: #fff; }
  button:hover, .main_but:hover {
    background: #2d70d2; }

.main_but_orange {
  display: block;
  width: 300px;
  font-weight: bold;
  max-width: 100%;
  background-color: #ffa400;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  padding: 0px;
  text-transform: uppercase;
  line-height: 40px;
  margin-top: 15px;
  color: #000; }
  .main_but_orange:hover {
    background: #f18d01; }

.form_name {
  font-size: 20px;
  color: #ffa400;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center; }

.page_container {
  padding-top: 100px;
  overflow: hidden;
  width: 100%; }

.m_1 {
  padding-top: 70px;
  position: relative;
  min-height: 650px;
  padding-bottom: 70px; }
  .m_1 .wrapper {
    position: relative;
    z-index: 20; }

.m_1_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.section {
  padding-top: 50px;
  padding-bottom: 50px; }

.main_h2 {
  margin-bottom: 30px; }

.main_h2_header {
  font-weight: bold;
  text-align: center;
  color: #225baf;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 10px; }
  .main_h2_header span {
    text-decoration: underline; }

.main_h2_after_header {
  color: #474644;
  font-size: 18px;
  text-align: center; }

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

.m_2_center {
  width: 30%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 30; }

.m_2_main_image {
  border-radius: 100%;
  border: 2px solid #ffa400;
  width: 350px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 400px;
  min-width: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.m_2_left {
  width: 35%; }

.m_2_elemenet {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 50px;
  height: 180px; }
  .m_2_elemenet .m_2_header_element {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .m_2_elemenet .m_2_header_element .m_2_icon {
      width: 70px;
      min-width: 70px;
      height: 55px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 20px; }
    .m_2_elemenet .m_2_header_element .m_2_header_text {
      color: #ffa400;
      font-weight: 400;
      font-size: 20px;
      margin-bottom: 0;
      text-transform: uppercase;
      position: relative; }
      .m_2_elemenet .m_2_header_element .m_2_header_text:after {
        content: '';
        display: block;
        width: 250%;
        height: 2px;
        left: 0;
        position: absolute;
        bottom: 0;
        background: #ffa400; }
  .m_2_elemenet .m_2_text {
    text-align: right;
    color: #474644;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px; }

.m_2_right {
  width: 35%; }
  .m_2_right .m_2_elemenet {
    padding-right: 0;
    padding-left: 50px; }
  .m_2_right .m_2_header_element {
    justify-content: flex-start; }
  .m_2_right .m_2_elemenet .m_2_header_element .m_2_header_text:after {
    left: auto;
    right: 0; }
  .m_2_right .m_2_elemenet .m_2_text {
    text-align: left; }

.m_3 {
  background-color: #225baf;
  padding-top: 20px !important;
  padding-bottom: 0px !important; }

.m_3_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap; }

.m_3_item {
  margin-bottom: 20px;
  width: 275px;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px; }

.m_3_number {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 5px; }

.m_3_text {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 300; }

.m_4_flex {
  display: flex;
  align-items: stretch;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
  margin-top: -35px; }

.m_4_item {
  width: 285px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 35px;
  border-radius: 10px;
  border: 2px solid #ffa400;
  padding: 12px 20px;
  transition: 0.25s; }
  .m_4_item:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3); }
  .m_4_item .m_4_iamge {
    display: block;
    width: 100%;
    height: 175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .m_4_item .m_4_text {
    font-size: 20px;
    text-align: center;
    color: #474644;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px; }
  .m_4_item .m_4_price {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap; }
  .m_4_item .m_4_price_old {
    color: #474644;
    font-size: 20px;
    font-weight: bold;
    text-decoration: line-through;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px; }
  .m_4_item .m_4_price_now {
    font-weight: bold;
    color: #225baf;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px; }

.m_5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.m_5_number {
  font-size: calc(1.03625rem + 3.3625vw);
  font-weight: 900;
  margin-bottom: 0;
  color: white; }

.m_5_header {
  font-size: 2.1875rem;
  color: white;
  font-size: calc(0.84875rem + 1.4875vw); }

.m_5_text {
  font-size: 0.96875rem;
  color: #ffffff;
  padding-top: 15px;
  margin-bottom: 1.5rem;
  font-size: calc(0.726875rem + 0.26875vw); }

.m_5_wrapper {
  width: 600px;
  max-width: 100%;
  text-align: center; }

.m_5_but {
  display: flex;
  justify-content: center;
  align-items: center; }

.m_6_flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -35px; }

.m_6_item {
  margin-left: 20px;
  width: 220px;
  max-width: 100%;
  margin-right: 20px;
  margin-top: 35px; }

.m_6_name {
  color: #ffa400;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  min-height: 48px;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 0; }

.m_6_image {
  width: 100%;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px; }

.m_6_but {
  display: flex;
  justify-content: center;
  align-items: center; }

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

.m_7_slaid_wrapper {
  width: 100%; }
  .m_7_slaid_wrapper a {
    display: block;
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .m_7_slaid_wrapper a:after {
      content: '';
      width: 100%;
      opacity: 0;
      transition: 0.25s;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      display: block;
      background-image: url("../img/transparency.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .m_7_slaid_wrapper a:hover:after {
      opacity: 1; }

.m_7_slick {
  padding-bottom: 60px; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 58px;
  opacity: 1 !important;
  height: 36px;
  display: block;
  padding: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #a5a5a5; }

.slick-prev {
  z-index: 99;
  left: 50%;
  border-radius: 10px 0px 0px 10px;
  transform: translateX(-100%);
  background-image: url("../img/left.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px solid #868383; }
  .slick-prev:hover {
    background: #ffa400;
    background-image: url("../img/left.svg");
    background-position: center;
    background-repeat: no-repeat; }

.slick-next {
  right: auto;
  left: 50%;
  border-radius: 0px 10px 10px 0px;
  background-image: url("../img/right.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-left: 1px solid #868383; }
  .slick-next:hover {
    background: #ffa400;
    background-image: url("../img/right.svg");
    background-position: center;
    background-repeat: no-repeat; }

.m_7 {
  background: #F0F0F0; }

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.main_h2_orange .main_h2_header {
  color: #ffa400; }

.footer_top_block {
  position: relative;
  display: flex;
  padding: 50px;
  padding-bottom: 10px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap; }

.footer_item {
  width: 250px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 122px;
  border-radius: 100%;
  background-color: #225baf;
  margin-bottom: 1.5rem; }
  .footer_icon img {
    max-width: 70px;
    max-height: 70px; }

.footer_name {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  margin-bottom: 1.5rem; }

.footer_text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center; }
  .footer_text a {
    display: block;
    color: #fff;
    line-height: 24px;
    font-size: 16px; }
    .footer_text a:hover {
      color: #ffa400; }

.footer_top_block {
  position: relative; }

.footer_top_block_line_top_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff; }

.footer_top_block_line_top_2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff; }

.footer_top_block_line_top_3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.footer_top_block_line_top_4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.footer_bot_block {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  border-top: 2px solid #fff;
  padding: 40px;
  border-right: 2px solid #fff;
  position: relative; }
  .footer_bot_block:after {
    content: '';
    display: block;
    left: 0;
    top: 0px;
    height: 50px;
    width: 2px;
    position: absolute;
    background: #fff; }
  .footer_bot_block:before {
    content: '';
    display: block;
    right: 0;
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 65%;
    background: #fff; }

.footer_bot_block_header {
  text-transform: uppercase;
  color: white;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px; }

.footer_block_but {
  display: flex;
  justify-content: center; }

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

.remodal_wrapper_2 {
  padding: 40px 10px; }

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

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

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

.remodal_wrapper_2 {
  color: #fff;
  text-align: center; }
  .remodal_wrapper_2 .form_name {
    font-size: 30px; }
  .remodal_wrapper_2 > p {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .remodal_wrapper_2 form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px; }
    .remodal_wrapper_2 form button {
      margin-left: auto;
      margin-right: auto; }

.remodal_2 .remodal-close {
  background: transparent !important; }

.remodal-close:hover:before {
  color: #fff; }

.input_consultation {
  position: absolute;
  display: none; }

.section {
  position: relative; }

.anhor {
  position: absolute;
  top: -60px; }

.s_1 h1 {
  font-size: 32px;
  font-size: 1.8rem;
  padding-left: 5px;
  padding-right: 5px;
  color: #474644;
  font-weight: bold;
  border-bottom: 1px solid #cbdef4;
  display: inline-block;
  margin-bottom: 10px; }

.s_1_wrapper_h1 {
  display: flex; }

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

.s_1_left {
  width: 48%; }

.s_1_full_slider {
  width: 100%;
  border: 1px solid #cbdef4; }

.s_1_full_slider_slide {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%; }

.s_1_full_slider_wrapper {
  width: 100%; }
  .s_1_full_slider_wrapper a {
    display: block;
    width: 100%;
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
    .s_1_full_slider_wrapper a .img {
      width: 100%;
      display: block;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .s_1_full_slider_wrapper a:after {
      content: '';
      width: 100%;
      z-index: 20;
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0;
      transition: 0.25s;
      height: 100%;
      background: rgba(0, 0, 0, 0.1);
      display: block;
      background-image: url("../img/transparency.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .s_1_full_slider_wrapper a:hover:after {
      opacity: 1; }

.s_1_right {
  width: 48%; }

.s_1_small_slider {
  margin-top: 10px; }
  .s_1_small_slider .s_1_small_slider_slide {
    padding-left: 10px;
    padding-right: 10px; }
  .s_1_small_slider .s_1_small_slider_wrapper {
    width: 100%;
    padding: 5px;
    border: 1px solid #cbdef4; }
    .s_1_small_slider .s_1_small_slider_wrapper .img {
      width: 100%;
      height: 100px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }

.s_1_full_slider .slick-prev, .s_1_full_slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  width: 58px;
  opacity: 1 !important;
  height: 36px;
  display: block;
  padding: 0px;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #a5a5a5; }

.s_1_full_slider .slick-prev {
  z-index: 99;
  left: 0px;
  border-radius: 0px;
  background-image: url("../img/left.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-right: none; }
  .s_1_full_slider .slick-prev:hover {
    background: #ffa400;
    background-image: url("../img/left.svg");
    background-position: center;
    background-repeat: no-repeat; }

.s_1_full_slider .slick-next {
  right: auto;
  left: auto;
  right: 0px;
  border-radius: 0px;
  background-image: url("../img/right.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-left: none; }
  .s_1_full_slider .slick-next:hover {
    background: #ffa400;
    background-image: url("../img/right.svg");
    background-position: center;
    background-repeat: no-repeat; }

.s_1_small_slider .s_1_small_slider_slide.slick-current .s_1_small_slider_wrapper {
  border: 1px solid #ffa400; }

.s_1_price {
  color: #474644;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold; }
  .s_1_price span {
    color: #225baf;
    font-size: 36px; }

.s_1_but {
  margin-bottom: 20px;
  margin-top: 10px;
  display: flex; }

.s_1_info_row {
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 300; }
  .s_1_info_row p {
    border-bottom: 1px solid black;
    border-bottom-style: dashed;
    font-size: calc(0.755rem + 0.55vw);
    color: #212529;
    line-height: 20px; }

.s_2_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap; }

.s_2 {
  padding-bottom: 20px !important;
  padding-top: 0px !important; }

.s_2_item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px; }

.s_2_icon {
  text-align: center;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .s_2_icon img {
    display: block;
    max-height: 100%; }

.s_2_text {
  text-align: center;
  font-size: calc(0.73rem + 0.3vw);
  line-height: 1.2rem;
  margin-top: 15px;
  text-transform: uppercase; }

.s_3_header {
  border-bottom: 3px solid #ffa400; }
  .s_3_header .wrapper {
    display: flex; }

.s_3 {
  padding-top: 0px !important; }

.s_3_header_text {
  background-color: #ffa400;
  color: #474644;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid #ffa400;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.25rem;
  display: inline-block;
  padding: 8px 17px 6px 17px;
  font-size: 1.1rem; }

.s_3_table {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  overflow: auto;
  margin-top: 10px; }

.s_3_row {
  min-width: 450px;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  font-weight: 300;
  font-size: 16px; }
  .s_3_row:first-child {
    border-top: 1px solid #dee2e6; }

.s_3_column_1 {
  width: 50%;
  padding: 10px;
  border-right: 1px solid #dee2e6; }

.s_3_column_2, .s_3_column_3 {
  width: 25%;
  padding: 10px;
  border-right: 1px solid #dee2e6;
  text-align: center; }

.s_3_row_purple {
  background-color: #ff243921; }

.s_3_row_blue {
  background-color: #17a2b81a; }

.s_3_row_white {
  background: #fff; }

.input_buy {
  display: none; }

.p_1_block {
  width: 740px;
  padding: 10px 42px;
  border: 1px solid #cbdef4;
  border-radius: 1px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.p_1_block_header {
  font-size: calc(0.82rem + 1.2vw);
  color: #474644;
  text-align: center; }

.p_1_row {
  display: flex;
  align-items: center;
  margin-top: 15px; }

.p_1_icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  margin-right: 10px;
  background: #225baf;
  color: #fff; }

.p_1_text {
  list-style-type: none;
  padding-left: 0;
  color: #474644;
  font-weight: 300;
  line-height: 1.9rem;
  font-size: 18px; }

.p_2 {
  padding: 17px 0 !important;
  background-color: #225baf;
  color: white;
  font-size: 20px;
  line-height: 1.45rem;
  text-align: center; }

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

.p_3_item {
  display: flex;
  align-items: center;
  width: 33.333%;
  justify-content: center; }

.p_3_logika {
  width: 50px;
  min-width: 50px;
  font-size: 55px;
  text-align: center;
  color: #000; }

.p_3_text {
  text-align: center;
  font-size: 18px;
  height: 90px;
  font-weight: 300; }

.p_3_img {
  display: flex;
  align-items: center;
  justify-content: center; }
  .p_3_img .p_3_img_style {
    display: block; }
    .p_3_img .p_3_img_style a {
      display: block; }
  .p_3_img img {
    max-height: 100%;
    max-width: 100%;
    display: block; }

.fancybox-can-zoomIn .fancybox-content {
  background: #fff; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  background: #fff; }

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

.p_4 {
  border-bottom: 3px solid #FFA400; }

.p_4_item {
  width: 48%;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  padding-right: 85px;
  padding-left: 20px;
  color: #474644;
  line-height: 24px;
  font-size: 18px; }
  .p_4_item strong {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold; }
  .p_4_item > p > a {
    color: #007bff; }
    .p_4_item > p > a:hover {
      text-decoration: underline; }

.p_4_left_orange {
  background: #FFA400; }
  .p_4_left_orange:before {
    background: #FFA400;
    position: absolute;
    content: "";
    display: block;
    left: 2px;
    top: 0;
    width: 300%;
    height: 100%;
    transform: translateX(-100%); }
  .p_4_left_orange:after {
    position: absolute;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    z-index: 99;
    border-top: 165px solid white;
    border-left: 85px solid transparent; }

.p_4_left_blue {
  background: #225baf;
  color: #fff; }
  .p_4_left_blue:before {
    background: #225baf;
    position: absolute;
    content: "";
    display: block;
    left: 2px;
    top: 0;
    width: 300%;
    height: 100%;
    transform: translateX(-100%); }
  .p_4_left_blue:after {
    position: absolute;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    z-index: 99;
    border-top: 165px solid white;
    border-left: 85px solid transparent; }

.p_4_but {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .p_4_but a {
    width: 400px;
    max-width: 100%;
    font-size: 15px; }

.p_5_personal_header {
  color: #225baf;
  margin-bottom: 25px;
  text-align: center;
  font-size: 22px; }

.p_5_flex {
  display: flex;
  justify-content: center;
  align-items: stretch; }

.p_5_center {
  width: 40%;
  position: relative;
  top: -7px;
  min-height: 450px; }
  .p_5_center img {
    width: 530px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 530px;
    height: 450px; }

.p_5_flex li {
  height: 55px;
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px; }
  .p_5_flex li .numb {
    display: none; }
  .p_5_flex li:nth-child(2) {
    padding-right: 10px; }

.p_5_right, .p_5_left {
  width: 30%; }

.p_5_left li {
  text-align: right; }
  .p_5_left li:nth-child(2) {
    padding-right: 30px; }
  .p_5_left li:nth-child(3) {
    padding-right: 50px; }
  .p_5_left li:nth-child(4) {
    padding-right: 30px; }

.p_5_right li {
  text-align: left; }
  .p_5_right li:nth-child(2) {
    padding-left: 30px; }
  .p_5_right li:nth-child(3) {
    padding-left: 50px; }
  .p_5_right li:nth-child(4) {
    padding-left: 30px; }

.p_6 {
  background-color: #225baf;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.p_6_wrapper {
  width: 1050px;
  max-width: 100%;
  padding-top: 50px;
  position: relative;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }
  .p_6_wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 12.5px;
    width: 10px;
    height: 100%;
    z-index: 1;
    background: #fff; }

.p_6_row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  position: relative;
  z-index: 10; }

.p_6_icon {
  display: block;
  width: 35px;
  min-width: 35px;
  min-width: 35px;
  height: 35px;
  z-index: 2;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #225baf;
  border: 11px solid white;
  margin-right: 20px; }

.more_info {
  display: none;
  position: absolute; }

.m_4_wrapper_basein .m_4_obem {
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.m_4_wrapper_basein .m_4_basein_name {
  font-weight: bold;
  font-size: 20px;
  min-height: 90px;
  margin-bottom: 0px;
  text-align: center; }

.m_4_wrapper_basein .m_basien_row {
  margin-bottom: 20px; }
  .m_4_wrapper_basein .m_basien_row p {
    color: #474644;
    margin-top: 10px;
    text-align: left;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300; }

.b_1 {
  padding: 17px 0;
  background-color: #225baf;
  color: white; }
  .b_1 .main_h2_after_header {
    color: #fff; }
    .b_1 .main_h2_after_header a {
      color: #fff; }

.b_1_but {
  display: flex;
  justify-content: center;
  margin-top: -15px; }
  .b_1_but a {
    width: 430px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    max-width: 100%; }

.tnank_page {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px; }
  .tnank_page .form_name {
    font-size: 30px; }

.thank_text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px; }

/* 
    Пагинация вордпресс, через плагин WP-PageNavi




.b_1_paginator {
    margin-top: 20px;
    margin-bottom: 60px;
}
.wp-pagenavi .current {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
    background: #A7046F;
    border: 1px solid #A7046F;
    border-radius: 10px;
    display: block;
    color: #fff;
}
.wp-pagenavi a {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
}
.wp-pagenavi a:hover {
    border: 1px solid #A7046F;
}
.wp-pagenavi .nextpostslink {
    background-image: url(../img/k_1_pagination_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
}
.wp-pagenavi .nextpostslink:hover {
    background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_right.svg) !important;
    background-position: center !important; 
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink:hover {
        background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_left.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink {
    background-image: url(../img/k_1_pagination_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    color: transparent;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages {
    display: none;
}
 */
