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

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

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

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

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

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

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

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

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

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

html, body {
  margin: 0 !important;
  font-family: avenirnextcyr-regular;
  height: 100%;
  color: #000;
  background-color: #fff; }

.container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1279px) {
    .container {
      width: 97.1%; } }
  @media (max-width: 1024px) {
    .container {
      width: 97%; } }
  @media (max-width: 979px) {
    .container {
      width: 96.544%; } }
  @media (max-width: 479px) {
    .container {
      width: 97%; } }

.flex-between {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-colum-center {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.header {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/slide.jpg);
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .header {
      padding-bottom: 55px; } }
  @media (max-width: 767px) {
    .header_top {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  .header .custom-logo-link {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .header .custom-logo-link {
        margin-top: 15px;
        text-align: center; } }
  .header_slogan {
    font-family: avenirnextcyr-medium;
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
    max-width: 280px; }
    @media (max-width: 979px) {
      .header_slogan {
        display: none; } }
  .header_language {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 47px; }
    @media (max-width: 767px) {
      .header_language {
        margin-top: 15px;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    .header_language a {
      text-decoration: none;
      color: #fff;
      padding: 7px 13px;
      background-repeat: no-repeat;
      font-size: 16px; }
    .header_language a.active {
      font-family: avenirnextcyr-demi;
      background-image: url(../images/bg-language.png); }
  .header_phones {
    padding-left: 60px;
    background-repeat: no-repeat;
    background-image: url(../images/icon-phone.png);
    margin-top: 40px; }
    @media (max-width: 767px) {
      .header_phones {
        margin-top: 15px;
        width: 250px;
        margin-left: auto;
        margin-right: auto; } }
    .header_phones a {
      display: block;
      font-family: avenirnextcyr-bold;
      font-size: 19.2px;
      color: #ffffff;
      text-decoration: none;
      text-shadow: 0px 2px 13px rgba(0, 0, 0, 0.71);
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .header_phones a:last-child {
          margin-bottom: 0; } }
  .header_bottom {
    padding-left: 30px; }
    @media (max-width: 979px) {
      .header_bottom {
        padding-left: 0; } }
    .header_bottom p {
      font-size: 26px;
      color: #fff;
      max-width: 560px;
      margin-bottom: 65px; }
      @media (max-width: 979px) {
        .header_bottom p {
          max-width: 100%;
          text-align: center; } }
      @media (max-width: 767px) {
        .header_bottom p {
          margin-bottom: 15px;
          margin-top: 15px;
          font-size: 24px; } }
    .header_bottom a {
      text-decoration: none;
      font-family: Montserrat-Bold;
      display: block;
      width: 338px;
      font-size: 16px;
      color: #333333;
      text-shadow: 0px 1px 0px #fff285;
      background-image: url(../images/bg-button-after.png), url(../images/bg-button.jpg);
      background-position: center left 37px, center top;
      box-shadow: 0px 16px 35px 0px rgba(227, 126, 45, 0.42);
      padding: 31px 0;
      border-radius: 50px;
      margin-top: 70px;
      text-indent: 93px;
      background-repeat: no-repeat; }
      @media (max-width: 979px) {
        .header_bottom a {
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 767px) {
        .header_bottom a {
          margin-top: 15px; } }
      @media (max-width: 479px) {
        .header_bottom a {
          width: 100%;
          -webkit-background-size: cover;
          background-size: cover;
          background-image: url(../images/bg-button.jpg);
          background-position: center;
          text-indent: 0;
          text-align: center; } }
      .header_bottom a:hover {
        cursor: pointer;
        background-image: url(../images/bg-button-after.png), url(../images/bg-button-hover.jpg);
        -webkit-background-size: auto, cover;
        background-size: auto, cover; }
      .header_bottom a:focus, .header_bottom a:active {
        background-image: url(../images/bg-button-after.png), url(../images/bg-button-focus.jpg);
        -webkit-background-size: auto, cover;
        background-size: auto, cover; }
  .header h1 {
    margin-top: 110px;
    margin-bottom: 35px;
    max-width: 651px;
    font-family: avenirnextcyr-bold;
    font-size: 36px;
    color: #fff; }
    @media (max-width: 979px) {
      .header h1 {
        max-width: 100%;
        text-align: center;
        margin-top: 45px; } }
    @media (max-width: 767px) {
      .header h1 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 24px; } }
    .header h1 span {
      color: #fde171; }
  .header_bullets {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 979px) {
      .header_bullets {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    @media (max-width: 767px) {
      .header_bullets {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; } }
    .header_bullets div {
      background-repeat: no-repeat;
      font-size: 14px; }
      @media (max-width: 767px) {
        .header_bullets div {
          margin-left: auto;
          margin-right: auto; } }
      .header_bullets div span {
        font-family: avenirnextcyr-demi; }
      .header_bullets div:first-child {
        background-image: url(../images/bg-bullet-1.png);
        padding-left: 100px;
        width: 213px;
        height: 72px;
        padding-top: 16px;
        margin-right: 15px; }
        @media (max-width: 767px) {
          .header_bullets div:first-child {
            margin-right: auto;
            margin-bottom: 15px; } }
      .header_bullets div:last-child {
        background-image: url(../images/bg-bullet-2.png);
        padding-left: 105px;
        width: 208px;
        height: 72px;
        padding-top: 16px; }
  .header_standart {
    font-size: 14px;
    margin-left: auto;
    background-repeat: no-repeat;
    background-image: url(../images/bg-1.png);
    margin-right: -130px;
    width: 231px;
    height: 49px;
    padding-left: 35px;
    padding-top: 13px;
    margin-top: -20px; }
    @media (max-width: 979px) {
      .header_standart {
        margin-left: auto;
        margin-right: auto;
        margin-top: 90px; } }
    @media (max-width: 479px) {
      .header_standart {
        display: none; } }
    .header_standart span {
      font-family: avenirnextcyr-demi; }
    @media (max-width: 1599px) {
      .header_standart {
        margin-right: 0; } }

.shprut {
  margin-bottom: 110px; }
  @media (max-width: 979px) {
    .shprut {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .shprut {
      margin-bottom: 30px; } }
  @media (max-width: 979px) {
    .shprut_wrapper {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  .shprut_title {
    text-align: center;
    margin-top: 110px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-family: avenirnextcyr-medium;
    font-size: 36px; }
    @media (max-width: 979px) {
      .shprut_title {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .shprut_title {
        font-size: 24px;
        margin-bottom: 30px; } }
    @media (max-width: 479px) {
      .shprut_title {
        margin-top: 30px; } }
  .shprut_subtitle {
    text-align: center;
    font-family: avenirnextcyr-medium;
    font-size: 22px;
    margin-bottom: 55px; }
    @media (max-width: 767px) {
      .shprut_subtitle {
        font-size: 18px;
        margin-bottom: 30px; } }
  .shprut_left {
    width: 506px;
    position: relative;
    max-height: 452px; }
    @media (max-width: 1279px) {
      .shprut_left {
        width: 43%; } }
    @media (max-width: 979px) {
      .shprut_left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px; } }
    .shprut_left img {
      max-width: 100%;
      height: auto; }
    .shprut_left span {
      position: absolute;
      left: 55px;
      bottom: 45px;
      font-family: avenirnextcyr-medium;
      font-size: 14px;
      color: #fff; }
      @media (max-width: 979px) {
        .shprut_left span {
          width: 100%;
          left: 0; } }
  .shprut_right {
    width: 563px; }
    @media (max-width: 1279px) {
      .shprut_right {
        width: 48%; } }
    @media (max-width: 979px) {
      .shprut_right {
        margin-left: auto;
        margin-right: auto;
        width: 563px; } }
    @media (max-width: 767px) {
      .shprut_right {
        width: 100%; } }
  .shprut_item {
    padding-left: 85px;
    height: 142px;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../images/bg-shprut-item.jpg);
    font-size: 16px;
    color: #3b3b3b;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .shprut_item {
        height: 100px;
        margin-left: auto;
        margin-right: auto;
        -webkit-background-size: contain;
        background-size: contain;
        font-size: 14px;
        padding-right: 20px;
        max-width: 295px; } }
    @media (max-width: 479px) {
      .shprut_item {
        margin-left: auto;
        padding-left: 20px;
        font-size: 12px;
        padding-right: 20px;
        height: 78px;
        max-width: 280px; } }
    .shprut_item:last-child img {
      left: -35px; }
    .shprut_item span {
      font-family: avenirnextcyr-bold; }
    .shprut_item img {
      position: absolute;
      left: -60px; }
      @media (max-width: 479px) {
        .shprut_item img {
          display: none; } }

.structure {
  padding-top: 105px;
  background-repeat: no-repeat;
  background-position: center top -200px;
  background-image: url(../images/bg-structure.jpg); }
  @media (max-width: 979px) {
    .structure {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .structure {
      padding-top: 30px; } }
  .structure_title {
    text-align: center;
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: avenirnextcyr-medium;
    font-size: 36px; }
    @media (max-width: 767px) {
      .structure_title {
        font-size: 24px; } }
  .structure_subtitle {
    text-align: center;
    font-family: avenirnextcyr-medium;
    font-size: 22px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .structure_subtitle {
        margin-bottom: 30px;
        font-size: 18px; } }
  .structure_wrapper {
    position: relative; }
  .structure img {
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -272px; }
    @media (max-width: 1279px) {
      .structure img {
        display: none; } }
  .structure_item {
    font-size: 16px;
    color: #3b3b3b;
    width: 300px;
    min-height: 65px;
    margin-bottom: 65px;
    z-index: 1;
    position: relative; }
    @media (max-width: 1279px) {
      .structure_item {
        width: 100%;
        padding-right: 0 !important;
        text-align: left !important;
        background-position: center left !important;
        padding-left: 57px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        top: 0 !important;
        min-height: 45px;
        padding-top: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        max-width: 100% !important; } }
    .structure_item:first-child, .structure_item:nth-child(3), .structure_item:nth-child(5), .structure_item:nth-child(7) {
      text-align: right;
      margin-right: 38%;
      padding-right: 57px;
      background-image: url(../images/ellipse.png);
      background-repeat: no-repeat;
      background-position: center right; }
    .structure_item:nth-child(2n) {
      padding-left: 57px;
      background-image: url(../images/ellipse.png);
      background-repeat: no-repeat;
      background-position: center left; }
    .structure_item:nth-child(3) {
      margin-top: -30px; }
    .structure_item:nth-child(4) {
      top: -15px; }
    .structure_item:nth-child(5) {
      margin-top: -105px; }
    .structure_item:nth-child(6) {
      top: -30px; }
    .structure_item:nth-child(7) {
      margin-top: -160px;
      margin-bottom: 0; }
    .structure_item:nth-child(8) {
      top: -68px;
      margin-bottom: 0; }
    .structure_item:nth-child(9) {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 57px;
      background-image: url(../images/ellipse.png);
      background-position: center top;
      font-family: avenirnextcyr-demi;
      font-size: 16px;
      text-align: center;
      background-repeat: no-repeat;
      width: auto;
      margin-top: -45px; }

.range_title {
  text-align: center;
  margin-bottom: 60px;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  font-family: avenirnextcyr-medium;
  font-size: 36px; }
  @media (max-width: 767px) {
    .range_title {
      font-size: 24px;
      margin-bottom: 30px;
      margin-top: 30px; } }
  @media (max-width: 479px) {
    .range_title {
      margin-left: 0; } }

.range_item {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px; }
  @media (max-width: 479px) {
    .range_item {
      padding-left: 10px;
      padding-right: 10px; } }
  .range_item_wrapper {
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding-left: 45px;
    padding-top: 45px;
    padding-bottom: 30px;
    padding-right: 35px; }
    @media (max-width: 979px) {
      .range_item_wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; } }
    @media (max-width: 767px) {
      .range_item_wrapper {
        padding: 10px; } }
  .range_item-title {
    text-align: center;
    width: 295px;
    height: 51px;
    font-family: avenirnextcyr-medium;
    font-size: 22px;
    color: #fff;
    background-image: url(../images/bg-title.jpg);
    background-repeat: no-repeat;
    margin-left: 20px; }
    @media (max-width: 479px) {
      .range_item-title {
        margin-left: 0; } }
  .range_item_left {
    max-width: 186px; }
    @media (max-width: 979px) {
      .range_item_left {
        max-width: inherit;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .range_item_left {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; } }
    .range_item_left span {
      font-size: 16px;
      color: #ccc;
      display: block; }
      .range_item_left span:first-child {
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .range_item_left span:first-child {
            margin-top: 15px; } }
      .range_item_left span:nth-child(3) {
        margin-bottom: 10px; }
    @media (max-width: 979px) {
      .range_item_left .range_item_left-block {
        margin-left: auto;
        margin-right: auto; } }
  .range_item-scheme {
    min-height: 180px; }
    @media (max-width: 767px) {
      .range_item-scheme {
        min-height: inherit;
        margin-bottom: 15px; } }
  .range_item_right {
    width: 740px; }
    @media (max-width: 1279px) {
      .range_item_right {
        width: 70%; } }
    @media (max-width: 979px) {
      .range_item_right {
        width: 100%; } }
    .range_item_right span {
      font-size: 16px;
      color: #cccccc;
      display: block; }
      @media (max-width: 767px) {
        .range_item_right span {
          font-size: 14px; } }
      .range_item_right span:first-child {
        margin-bottom: 15px; }
        @media (max-width: 479px) {
          .range_item_right span:first-child {
            margin-bottom: 0; } }
      .range_item_right span:last-child {
        margin-top: 10px;
        padding-left: 20px; }
  .range_item_table-column:first-child {
    width: 375px;
    font-family: avenirnextcyr-demi;
    font-size: 16px;
    color: #1582c5; }
    @media (max-width: 767px) {
      .range_item_table-column:first-child {
        font-size: 14px; } }
    @media (max-width: 479px) {
      .range_item_table-column:first-child {
        font-size: 12px; } }
    .range_item_table-column:first-child .range_item_table-item {
      padding-left: 20px; }
  .range_item_table-column:nth-child(2) {
    width: 150px; }
    .range_item_table-column:nth-child(2) .range_item_table-item {
      text-align: center;
      font-size: 16px;
      color: #333333; }
      @media (max-width: 767px) {
        .range_item_table-column:nth-child(2) .range_item_table-item {
          font-size: 14px; } }
    .range_item_table-column:nth-child(2) .range_item_table-title {
      color: #b7b7b7; }
  .range_item_table-column:last-child {
    width: 190px; }
    .range_item_table-column:last-child .range_item_table-item {
      text-align: center;
      font-size: 16px;
      color: #333333; }
    .range_item_table-column:last-child .range_item_table-title {
      color: #1582c5; }
  .range_item_table-title {
    min-height: 40px;
    font-family: avenirnextcyr-demi;
    text-align: center;
    font-size: 16px; }
    @media (max-width: 479px) {
      .range_item_table-title {
        min-height: 25px;
        margin-top: 15px; } }
  .range_item_table-item {
    margin-bottom: 2px;
    background-color: #e1e1e1;
    height: 43px; }
    .range_item_table-item:nth-child(2n+1) {
      background-color: #f5f5f5; }

.consultation {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/bg-consultation.jpg);
  padding-top: 200px;
  padding-bottom: 120px; }
  @media (max-width: 1279px) {
    .consultation {
      padding-top: 90px;
      -webkit-background-size: cover;
      background-size: cover;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .consultation {
      padding-bottom: 15px; } }
  .consultation_title {
    text-align: center;
    font-family: avenirnextcyr-medium;
    font-size: 36px;
    color: #fff;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .consultation_title {
        font-size: 24px; } }
  @media (max-width: 1279px) {
    .consultation_wrapper {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  .consultation_left {
    width: 570px; }
    @media (max-width: 1279px) {
      .consultation_left {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 979px) {
      .consultation_left {
        width: 100%; } }
    .consultation_left img {
      margin-top: -210px;
      margin-left: -140px; }
      @media (max-width: 979px) {
        .consultation_left img {
          max-width: 100%;
          height: auto;
          margin-top: -180px;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .consultation_left img {
          margin-top: -130px; } }
  .consultation_right {
    width: 590px;
    overflow: hidden; }
    @media (max-width: 1279px) {
      .consultation_right {
        margin-left: auto;
        margin-right: auto;
        margin-top: -125px; } }
    @media (max-width: 767px) {
      .consultation_right {
        width: 100%;
        margin-top: -50px; } }
  .consultation_item {
    background-repeat: no-repeat;
    background-image: url(../images/bg-consultation_item.png);
    padding-left: 110px;
    font-size: 16px;
    color: #fff;
    width: 576px;
    height: 143px;
    margin-bottom: 14px; }
    @media (max-width: 767px) {
      .consultation_item {
        width: 370px;
        margin-left: auto;
        margin-right: auto;
        -webkit-background-size: cover;
        background-size: cover;
        padding-right: 30px;
        padding-left: 65px;
        font-size: 14px;
        height: 111px; } }
    @media (max-width: 479px) {
      .consultation_item {
        background: none;
        padding-left: 0;
        width: 100%;
        border-bottom: 2px solid #fff; } }
    .consultation_item span {
      font-family: avenirnextcyr-bold;
      display: contents; }
  .consultation_form {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -115px; }
    @media (max-width: 1279px) {
      .consultation_form {
        margin-top: 45px; } }
    @media (max-width: 767px) {
      .consultation_form {
        width: auto;
        margin-top: 15px; } }
    .consultation_form .wpcf7-form {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .consultation_form .wpcf7-form {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column; } }
    .consultation_form p {
      margin: 0; }
    .consultation_form input {
      border-radius: 50px;
      border: none;
      outline: none;
      height: 81px;
      width: 338px;
      box-sizing: border-box; }
      @media (max-width: 479px) {
        .consultation_form input {
          width: 300px; } }
    .consultation_form input.wpcf7-not-valid {
      border: 1px solid red; }
    .consultation_form input[type="tel"] {
      box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.45);
      background-color: #f4f4f4;
      background-repeat: no-repeat;
      background-image: url(../images/icon-phone2.png);
      font-family: Montserrat-Regular;
      font-size: 16px;
      color: #b9b9b9;
      text-indent: 95px;
      margin-right: 25px;
      background-position: 35px; }
      @media (max-width: 767px) {
        .consultation_form input[type="tel"] {
          margin-bottom: 30px;
          margin-left: auto;
          margin-right: auto;
          display: block; } }
      @media (max-width: 479px) {
        .consultation_form input[type="tel"] {
          text-indent: 75px; } }
    .consultation_form input[type="submit"] {
      background-image: url(../images/bg-button-2.png);
      text-align: center;
      font-size: 16px;
      color: #333333;
      text-shadow: 0px 1px 0px #fff285;
      font-family: Montserrat-Bold;
      box-shadow: 0px 16px 35px 0px rgba(227, 126, 45, 0.42); }
      @media (max-width: 767px) {
        .consultation_form input[type="submit"] {
          margin-left: auto;
          margin-right: auto;
          display: block; } }
      .consultation_form input[type="submit"]:hover {
        cursor: pointer;
        background-image: url(../images/bg-button-hover.jpg);
        -webkit-background-size: cover;
        background-size: cover; }
      .consultation_form input[type="submit"]:focus, .consultation_form input[type="submit"]:active {
        background-image: url(../images/bg-button-focus.jpg);
        -webkit-background-size: cover;
        background-size: cover; }

.wpcf7-response-output,
.wpcf7-not-valid-tip {
  display: none !important; }

.applications_title {
  text-align: center;
  margin-top: 105px;
  margin-bottom: 60px;
  font-family: avenirnextcyr-medium;
  font-size: 36px; }
  @media (max-width: 979px) {
    .applications_title {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .applications_title {
      font-size: 24px;
      margin-top: 30px;
      margin-bottom: 30px; } }

.applications_item {
  text-align: center;
  margin-bottom: 45px;
  width: 570px; }
  @media (max-width: 1279px) {
    .applications_item {
      width: 49%; } }
  @media (max-width: 767px) {
    .applications_item {
      width: 100%;
      margin-bottom: 30px; } }
  @media (max-width: 479px) {
    .applications_item {
      margin-bottom: 15px; } }
  .applications_item-image {
    max-height: 321px; }
    @media (max-width: 1279px) {
      .applications_item-image {
        max-height: 265px; } }
    @media (max-width: 1023px) {
      .applications_item-image {
        max-height: 260px; } }
    @media (max-width: 979px) {
      .applications_item-image {
        max-height: 200px; } }
    @media (max-width: 767px) {
      .applications_item-image {
        max-height: 260px; } }
    @media (max-width: 479px) {
      .applications_item-image {
        max-height: 175px;
        overflow: hidden; } }
    @media (max-width: 1279px) {
      .applications_item-image img {
        max-width: 100%;
        height: auto; } }
  .applications_item-title {
    border-radius: 0 0 10px 10px;
    font-family: avenirnextcyr-medium;
    margin: 0;
    font-size: 22px;
    color: #fff;
    height: 100px;
    background-color: #1582c5; }
    @media (max-width: 1279px) {
      .applications_item-title {
        padding: 0 30px; } }
    @media (max-width: 479px) {
      .applications_item-title {
        font-size: 18px;
        height: 65px; } }

.works_title {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 65px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  font-family: avenirnextcyr-medium;
  font-size: 36px; }
  @media (max-width: 979px) {
    .works_title {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .works_title {
      font-size: 24px;
      margin-bottom: 30px;
      margin-top: 20px; } }

.works_item {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 60px;
  padding-right: 65px;
  padding-top: 55px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 85px;
  border-radius: 10px; }
  @media (max-width: 1399px) {
    .works_item {
      width: 1045px; } }
  @media (max-width: 1279px) {
    .works_item {
      width: 89.3%;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      padding: 30px; } 

	  .works_item-slider1,
	  .works_item-slider2{
		  width: 416px;
	  }
}
@media (max-width: 479px) {
	  .works_item-slider1,
	  .works_item-slider2{
		  width: 100%;
	  }	  
}
  @media (max-width: 1023px) {
    .works_item {
      width: 90%; } }
  @media (max-width: 979px) {
    .works_item {
      width: 88%;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .works_item {
      width: 85%;
      padding: 10px; } }
  .works_item-title {
    margin-top: 15px;
    margin-bottom: 45px;
    font-family: avenirnextcyr-bold;
    font-size: 22px; }
    @media (max-width: 767px) {
      .works_item-title {
        margin-bottom: 20px; } }
  .works_item_desc1 {
    font-size: 16px; }
    @media (max-width: 767px) {
      .works_item_desc1 br {
        display: none; } }
    .works_item_desc1 p {
      margin-top: 0;
      margin-bottom: 30px; }
    .works_item_desc1 em {
      font-family: avenirnextcyr-bolditalic;
      font-style: normal; }
    .works_item_desc1 strong {
      font-family: Merriweather-Bold;
      font-weight: normal; }
    .works_item_desc1 ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-bottom: 30px; }
      .works_item_desc1 ul li {
        position: relative;
        padding-left: 30px;
        font-family: Merriweather-Italic;
        font-size: 15px;
        margin-bottom: 15px; }
        .works_item_desc1 ul li:after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          background-image: url(../images/icon-plus.png);
          width: 17px;
          height: 17px;
          margin-bottom: 13px; }
  .works_item_desc2 {
    background-repeat: no-repeat;
    background-image: url(../images/bg-desc.jpg);
    font-family: avenirnextcyr-bold;
    font-size: 16px;
    padding-top: 40px;
    padding-left: 35px;
    background-position: -15px -15px;
    max-width: 598px;
    padding-right: 37px;
    min-height: 283px; }
    @media (max-width: 767px) {
      .works_item_desc2 {
        padding: 20px;
        background-size: cover; } }
    @media (max-width: 767px) {
      .works_item_desc2 p:first-child {
        margin-top: 0; } }
    .works_item_desc2 ul {
      margin: 0 0 0 30px;
      padding: 0; }
      .works_item_desc2 ul li {
        font-family: avenirnextcyr-medium;
        font-size: 15px;
        margin-bottom: 15px;
        padding-left: 10px; }
  .works_item_left {
    width: 720px; }
    @media (max-width: 1399px) {
      .works_item_left {
        width: 600px; } }
    @media (max-width: 1279px) {
      .works_item_left {
        width: 100%; } }
  .works_item_right {
    width: 416px; }
    @media (max-width: 1279px) {
      .works_item_right {
        width: 100%; } }
    .works_item_right-title:first-child {
      padding-left: 30px;
      font-family: avenirnextcyr-italic;
      font-size: 16px;
      margin-bottom: 25px;
      background-repeat: no-repeat;
      background-image: url(../images/bg-after.png);
      background-position: 0 center;
      margin-top: 0; }
      @media (max-width: 1279px) {
        .works_item_right-title:first-child {
          margin-top: 35px; } }
      @media (max-width: 767px) {
        .works_item_right-title:first-child {
          margin-top: 15px; } }
    .works_item_right-title:nth-child(4) {
      padding-left: 30px;
      font-family: avenirnextcyr-italic;
      font-size: 16px;
      margin-bottom: 25px;
      background-repeat: no-repeat;
      background-image: url(../images/bg-click.png);
      background-position: 0 center;
      margin-top: 60px; }
      @media (max-width: 767px) {
        .works_item_right-title:nth-child(4) {
          margin-top: 30px; } }
    .works_item_right a.modal {
      background-image: url(../images/bg-button-3.png);
      background-repeat: no-repeat;
      border-radius: 50px;
      font-size: 16px;
      text-shadow: 0px 1px 0px #fff285;
      box-shadow: 0px 16px 35px 0px rgba(227, 126, 45, 0.42);
      display: block;
      margin-top: 100px;
      text-align: center;
      width: 345px;
      height: 41px;
      text-decoration: none;
      font-family: Montserrat-Bold;
      color: #333333;
      padding-top: 24px; }
      @media (max-width: 1279px) {
        .works_item_right a.modal {
          margin-top: 30px; } }
      @media (max-width: 767px) {
        .works_item_right a.modal {
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 479px) {
        .works_item_right a.modal {
          width: 100%; } }
      .works_item_right a.modal:hover {
        cursor: pointer;
        background-image: url(../images/bg-button-hover.jpg);
        -webkit-background-size: cover;
        background-size: cover; }
      .works_item_right a.modal:focus, .works_item_right a.modal:active {
        background-image: url(../images/bg-button-focus.jpg);
        -webkit-background-size: cover;
        background-size: cover; }
  .works_item-slider1 {
    margin-bottom: 25px; }
  @media (max-width: 1279px) {
    .works_item_gallery {
      width: 415px; } }
  @media (max-width: 767px) {
    .works_item_gallery {
      width: 100%; } }
  @media (max-width: 479px) {
    .works_item_gallery-item {
      margin-left: auto;
      margin-right: auto; } }
  .works_item_gallery-item img {
    border-radius: 5px; }

.representative {
  padding-top: 100px;
  padding-bottom: 140px;
  background-image: url(../images/bg-representative.jpg);
  background-repeat: no-repeat;
  background-position: center top; }
  @media (max-width: 979px) {
    .representative {
      -webkit-background-size: cover;
      background-size: cover; } }
  @media (max-width: 767px) {
    .representative {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .representative_title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
    font-family: avenirnextcyr-medium;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 65px; }
    @media (max-width: 767px) {
      .representative_title {
        font-size: 24px;
        margin-bottom: 30px; } }
  .representative_wrapper {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 979px) {
      .representative_wrapper {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .representative_item {
    text-align: center;
    width: 330px; }
    @media (max-width: 979px) {
      .representative_item {
        margin-left: auto;
        margin-right: auto;
        width: 45%; } }
    @media (max-width: 767px) {
      .representative_item {
        width: 100%;
        margin-bottom: 30px; } }
    .representative_item-title {
      font-family: avenirnextcyr-bold;
      font-size: 22px;
      color: #1582c5;
      margin-top: 30px;
      margin-bottom: 20px; }
    .representative_item-description {
      font-size: 16px;
      color: #3b3b3b; }

.certificates_title {
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-family: avenirnextcyr-medium;
  font-size: 36px;
  margin-top: 90px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .certificates_title {
      margin-top: 30px;
      max-height: none;
      font-size: 24px; } }
  @media (max-width: 979px) {
    .certificates_title {
      margin-top: 50px;
      margin-bottom: 50px; } }


.certificates .swiper-container{
	overflow: visible;
}
.certificates .swiper-button-next,
.certificates .swiper-button-prev{
	display: none;
}
.certificates_item {
  text-decoration: none;
  outline: none;
  background-repeat: no-repeat;
  background-image: url(../images/bg-image.png);
  width: 390px;
  text-align: center;
  background-position: 30px 0;
  padding-top: 30px; }
  @media (max-width: 1279px) {

.certificates .swiper-button-next,
.certificates .swiper-button-prev{
	display: block;
}
	  .certificates .swiper-container{
		  overflow: hidden;
	  }
}
  @media (max-width: 767px) {
    .certificates_item:nth-child(2) {
      display: none; } }
  @media (max-width: 1279px) {
    .certificates_item {
      background-image: none;
      padding-left: 0;
      padding-top: 0;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 979px) {
    .certificates_item {
      width: 48%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .certificates_item {
      width: 100%; } }
  .certificates_item img {
    box-shadow: -4px 8px 29px 0px rgba(0, 0, 0, 0.33); }
  .certificates_item-title {
    font-size: 16px;
    color: #a8a8a8;
    margin-top: 35px;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto; }

.selection {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/bg-selection.jpg);
  padding-top: 130px;
  padding-bottom: 120px;
  margin-top: 130px; }
  @media (max-width: 1279px) {
    .selection {
      padding-top: 50px;
      -webkit-background-size: cover;
      background-size: cover;
      padding-bottom: 50px; } }
  @media (max-width: 979px) {
    .selection {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .selection {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .selection_title {
    text-align: center;
    font-family: avenirnextcyr-medium;
    font-size: 36px;
    color: #fff;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .selection_title {
        font-size: 24px; } }
  @media (max-width: 1279px) {
    .selection_wrapper {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  .selection_left {
    width: 570px; }
    @media (max-width: 1279px) {
      .selection_left {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .selection_left {
        width: 100%; } }
    .selection_left img {
      margin-top: -90px;
      margin-left: -160px; }
      @media (max-width: 767px) {
        .selection_left img {
          width: 100%;
          height: auto;
          margin-left: 0; } }
  .selection_right {
    width: 590px;
    overflow: hidden; }
    @media (max-width: 1279px) {
      .selection_right {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .selection_right {
        width: 100%; } }
  .selection_item {
    background-repeat: no-repeat;
    background-image: url(../images/bg-consultation_item.png);
    padding-left: 110px;
    font-size: 16px;
    color: #fff;
    width: 576px;
    height: 143px;
    margin-bottom: 14px; }
    @media (max-width: 767px) {
      .selection_item {
        width: 370px;
        margin-left: auto;
        margin-right: auto;
        -webkit-background-size: cover;
        background-size: cover;
        padding-right: 30px;
        padding-left: 65px;
        font-size: 14px;
        height: 111px; } }
    @media (max-width: 479px) {
      .selection_item {
        background-image: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        border-bottom: 2px solid #fff; } }
    .selection_item span {
      font-family: avenirnextcyr-bold;
      display: contents; }
  .selection_form {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px; }
    @media (max-width: 1279px) {
      .selection_form {
        margin-top: 45px; } }
    @media (max-width: 767px) {
      .selection_form {
        width: auto;
        margin-top: 20px; } }
    .selection_form .wpcf7-form {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .selection_form .wpcf7-form {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column; } }
    .selection_form p {
      margin: 0; }
    .selection_form input {
      border-radius: 50px;
      border: none;
      outline: none;
      height: 81px;
      width: 338px;
      box-sizing: border-box; }
    .selection_form input.wpcf7-not-valid {
      border: 1px solid red; }
    .selection_form input[type="tel"] {
      box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.45);
      background-color: #f4f4f4;
      background-repeat: no-repeat;
      background-image: url(../images/icon-phone2.png);
      font-family: Montserrat-Regular;
      font-size: 16px;
      color: #b9b9b9;
      text-indent: 95px;
      margin-right: 25px;
      background-position: 35px; }
      @media (max-width: 767px) {
        .selection_form input[type="tel"] {
          display: block;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 30px; } }
      @media (max-width: 479px) {
        .selection_form input[type="tel"] {
          width: 300px;
          text-indent: 75px; } }
    .selection_form input[type="submit"] {
      background-image: url(../images/bg-button-2.png);
      text-align: center;
      font-size: 16px;
      color: #333333;
      text-shadow: 0px 1px 0px #fff285;
      font-family: Montserrat-Bold;
      box-shadow: 0px 16px 35px 0px rgba(227, 126, 45, 0.42); }
      @media (max-width: 767px) {
        .selection_form input[type="submit"] {
          display: block;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 479px) {
        .selection_form input[type="submit"] {
          width: 300px; } }
      .selection_form input[type="submit"]:hover {
        cursor: pointer;
        background-image: url(../images/bg-button-hover.jpg);
        -webkit-background-size: cover;
        background-size: cover; }
      .selection_form input[type="submit"]:focus, .selection_form input[type="submit"]:active {
        background-image: url(../images/bg-button-focus.jpg);
        -webkit-background-size: cover;
        background-size: cover; }

/* Контакты */
.contacts_wave {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px; }

.contacts_title {
  margin-top: 0;
  margin-bottom: 95px;
  text-align: center;
  font-family: Merriweather-Regular;
  font-size: 36px;
  color: #170505; }
  @media (max-width: 479px) {
    .contacts_title {
      margin-bottom: 30px;
      font-size: 26px; } }

.contacts iframe {
  width: 100%;
  height: 725px; }
  @media (max-width: 479px) {
    .contacts iframe {
      height: 300px; } }

.contacts_wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -600px; }
  @media (max-width: 1023px) {
    .contacts_wrapper {
      width: 90%; } }
  @media (max-width: 479px) {
    .contacts_wrapper {
      width: 100%;
      margin-top: 30px; } }

.contacts_block {
  width: 385px;
  background-image: url(../images/bg-contacts.png);
  background-repeat: no-repeat;
  padding-bottom: 45px;
  padding-top: 50px;
  padding-left: 95px;
  padding-right: 50px;
  position: relative; }
  @media (max-width: 767px) {
    .contacts_block {
      width: 270px; } }
  @media (max-width: 479px) {
    .contacts_block {
      width: 75%;
      margin-left: auto;
      margin-right: auto;
      background-color: #fff;
      box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.1);
      background-image: none;
      padding: 30px; } }
  .contacts_block span {
    display: block;
    font-size: 16px;
    color: #3172ae;
    margin-bottom: 10px;
    margin-top: 35px; }
    .contacts_block span:first-child {
      margin-top: 0; }
  .contacts_block a {
    display: block;
    color: #000;
    text-decoration: none;
    font-family: avenirnextcyr-bold;
    font-size: 16px; }
  .contacts_block a.mail {
    font-size: 14px; }
  .contacts_block p {
    font-family: avenirnextcyr-bold;
    color: #000;
    font-size: 14px;
    line-height: 24px; }

.footer {
  margin-top: 100px;
  padding-bottom: 30px;
  border-bottom: 3px solid #147aee; }
  @media (max-width: 979px) {
    .footer {
      margin-top: 60px; } }
  @media (max-width: 479px) {
    .footer {
      margin-top: 30px; } }
  @media (max-width: 979px) {
    .footer_wrapper {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .footer_logo {
    width: 170px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px; }
    @media (max-width: 479px) {
      .footer_logo {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto; } }
    .footer_logo img {
      max-width: 100%;
      height: auto; }
    .footer_logo span {
      padding-top: 45px; }
  .footer_center {
    margin-top: 65px;
    text-align: center; }
    @media (max-width: 979px) {
      .footer_center {
        order: 3;
        width: 100%; } }
    @media (max-width: 767px) {
      .footer_center {
        margin-top: 20px; } }
    .footer_center p:nth-child(1) {
      margin-top: 0;
      margin-bottom: 10px;
      font-family: avenirnextcyr-medium;
      font-size: 14px;
      color: #bdbdbd; }
    .footer_center p:nth-child(2) {
      margin-bottom: 0;
      color: #000;
      font-family: avenirnextcyr-bold;
      margin-top: 0;
      font-size: 14px; }
      .footer_center p:nth-child(2) a {
        font-size: 14px;
        color: #46a1e9;
        text-decoration: none;
        font-family: avenirnextcyr-bold; }
        .footer_center p:nth-child(2) a:hover {
          text-decoration: underline; }
  .footer_contacts {
    margin-top: 60px;
    text-align: right; }
    @media (max-width: 479px) {
      .footer_contacts {
        text-align: center;
        width: 100%;
        margin-top: 15px; } }
    .footer_contacts a {
      display: block; }
      .footer_contacts a:last-child {
        font-size: 14px;
        color: #ffb500; }
        .footer_contacts a:last-child:hover {
          text-decoration: none; }
    .footer_contacts a.phone {
      text-decoration: none;
      font-family: avenirnextcyr-bold;
      font-size: 20px;
      color: #171717;
      margin-bottom: 10px; }
      .footer_contacts a.phone:hover {
        text-decoration: underline; }

.twentytwenty-before-label:before {
  content: 'До' !important; }

.twentytwenty-after-label:before {
  content: 'После' !important; }

/* Модальное окно */
#open-modal, #open-modal2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none; }
  #open-modal:target, #open-modal2:target {
    pointer-events: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    #open-modal:target > div, #open-modal2:target > div {
      -webkit-animation-name: bounce;
      -moz-animation-name: bounce;
      animation-name: bounce; }
  #open-modal > div, #open-modal2 > div {
    -webkit-animation: minimise 0.5s linear;
    -moz-animation: minimise 0.5s linear;
    animation: minimise 0.5s linear;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      #open-modal > div, #open-modal2 > div {
        overflow-y: scroll; } }
    #open-modal > div .wpcf7, #open-modal2 > div .wpcf7 {
      width: 380px;
      padding: 60px 30px 50px;
      background-color: #fff;
      border-radius: 10px; }
      @media (max-width: 479px) {
        #open-modal > div .wpcf7, #open-modal2 > div .wpcf7 {
          width: 90%;
          padding-left: 10px;
          padding-right: 10px;
          padding-top: 25px;
          padding-bottom: 25px;
          margin-left: auto;
          margin-right: auto; } }
      #open-modal > div .wpcf7 .form_title, #open-modal2 > div .wpcf7 .form_title {
        color: #242021;
        font-size: 24px;
        margin-top: 0;
        font-family: avenirnextcyr-bold;
        margin-bottom: 40px;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
        @media (max-width: 479px) {
          #open-modal > div .wpcf7 .form_title, #open-modal2 > div .wpcf7 .form_title {
            margin-bottom: 25px;
            font-size: 20px; } }
      #open-modal > div .wpcf7 p, #open-modal2 > div .wpcf7 p {
        margin: 0; }
      #open-modal > div .wpcf7 input[type="tel"], #open-modal2 > div .wpcf7 input[type="tel"] {
        box-sizing: border-box;
        outline: none;
        border-radius: 50px;
        box-shadow: inset 0px 0px 15px 0px rgba(38, 35, 35, 0.1);
        border: 1px solid #eeeeee;
        font-family: Montserrat-Regular;
        font-size: 13px;
        width: 380px;
        text-indent: 80px;
        background-image: url(../images/icon-phone2.png);
        background-repeat: no-repeat;
        background-position: 35px;
        height: 82px;
        margin-bottom: 25px; }
        @media (max-width: 479px) {
          #open-modal > div .wpcf7 input[type="tel"], #open-modal2 > div .wpcf7 input[type="tel"] {
            width: 100%; } }
      #open-modal > div .wpcf7 input.wpcf7-not-valid, #open-modal2 > div .wpcf7 input.wpcf7-not-valid {
        border: 1px solid red; }
      #open-modal > div .wpcf7 input[type="submit"], #open-modal2 > div .wpcf7 input[type="submit"] {
        text-indent: 0;
        text-align: center;
        background-image: url(../images/bg-button-2.png);
        text-align: center;
        font-size: 16px;
        color: #333333;
        text-shadow: 0px 1px 0px #fff285;
        font-family: Montserrat-Bold;
        box-shadow: 0px 16px 35px 0px rgba(227, 126, 45, 0.42);
        outline: none;
        border: none;
        width: 380px;
        height: 80px;
        background-repeat: no-repeat;
        border-radius: 50px;
        box-sizing: border-box;
        padding: 0;
        background-size: cover;
        background-position: 0; }
        @media (max-width: 479px) {
          #open-modal > div .wpcf7 input[type="submit"], #open-modal2 > div .wpcf7 input[type="submit"] {
            width: 100%; } }
        #open-modal > div .wpcf7 input[type="submit"]:hover, #open-modal2 > div .wpcf7 input[type="submit"]:hover {
          cursor: pointer;
          background-image: url(../images/bg-button-hover.jpg); }
        #open-modal > div .wpcf7 input[type="submit"]:focus, #open-modal > div .wpcf7 input[type="submit"]:active, #open-modal2 > div .wpcf7 input[type="submit"]:focus, #open-modal2 > div .wpcf7 input[type="submit"]:active {
          background-image: url(../images/bg-button-focus.jpg); }
      #open-modal > div .wpcf7 .ajax-loader, #open-modal > div .wpcf7 .wpcf7 form.invalid .wpcf7-response-output, #open-modal > div .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output, #open-modal > div .wpcf7 .wpcf7-not-valid-tip, #open-modal2 > div .wpcf7 .ajax-loader, #open-modal2 > div .wpcf7 .wpcf7 form.invalid .wpcf7-response-output, #open-modal2 > div .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output, #open-modal2 > div .wpcf7 .wpcf7-not-valid-tip {
        display: none !important; }
      #open-modal > div .wpcf7 p.form_slogan, #open-modal2 > div .wpcf7 p.form_slogan {
        text-align: center;
        margin-top: 40px;
        max-width: 252px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        color: #242021;
        font-family: Montserrat-Regular; }
        @media (max-width: 479px) {
          #open-modal > div .wpcf7 p.form_slogan, #open-modal2 > div .wpcf7 p.form_slogan {
            margin-top: 25px; } }
  #open-modal .close, #open-modal2 .close {
    position: absolute;
    right: 44px;
    top: 36px;
    z-index: 1; }
    @media (max-width: 479px) {
      #open-modal .close, #open-modal2 .close {
        right: 18px;
        top: 23px; } }
  #open-modal .close-area, #open-modal2 .close-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #open-modal span.wpcf7-not-valid-tip, #open-modal2 span.wpcf7-not-valid-tip {
    margin-top: -10px; }
  #open-modal .wpcf7-mail-sent-ok, #open-modal2 .wpcf7-mail-sent-ok {
    margin: 0;
    border-color: #5983eb; }
  #open-modal div.wpcf7-validation-errors, #open-modal2 div.wpcf7-validation-errors {
    margin: 0;
    border-color: #5983eb; }

@-webkit-keyframes minimise {
  0% {
    -webkit-transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(0.1, 0.1, 1); } }

@-moz-keyframes minimise {
  0% {
    -moz-transform: scale3d(1, 1, 1); }
  100% {
    -moz-transform: scale3d(0.1, 0.1, 1); } }

@keyframes minimise {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(0.1, 0.1, 1);
    -moz-transform: scale3d(0.1, 0.1, 1);
    -ms-transform: scale3d(0.1, 0.1, 1);
    -o-transform: scale3d(0.1, 0.1, 1);
    transform: scale3d(0.1, 0.1, 1); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale3d(0.1, 0.1, 1); }
  55% {
    -webkit-transform: scale3d(1.08, 1.08, 1); }
  75% {
    -webkit-transform: scale3d(0.95, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1); } }

@-moz-keyframes bounce {
  0% {
    -moz-transform: scale3d(0.1, 0.1, 1); }
  55% {
    -moz-transform: scale3d(1.08, 1.08, 1); }
  75% {
    -moz-transform: scale3d(0.95, 0.95, 1); }
  100% {
    -moz-transform: scale3d(1, 1, 1); } }

@keyframes bounce {
  0% {
    -webkit-transform: scale3d(0.1, 0.1, 1);
    -moz-transform: scale3d(0.1, 0.1, 1);
    -ms-transform: scale3d(0.1, 0.1, 1);
    -o-transform: scale3d(0.1, 0.1, 1);
    transform: scale3d(0.1, 0.1, 1); }
  55% {
    -webkit-transform: scale3d(1.08, 1.08, 1);
    -moz-transform: scale3d(1.08, 1.08, 1);
    -ms-transform: scale3d(1.08, 1.08, 1);
    -o-transform: scale3d(1.08, 1.08, 1);
    transform: scale3d(1.08, 1.08, 1); }
  75% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
    -moz-transform: scale3d(0.95, 0.95, 1);
    -ms-transform: scale3d(0.95, 0.95, 1);
    -o-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

#open-modal input[type="submit"] {
  position: relative;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out; }
  #open-modal input[type="submit"]:hover {
    text-decoration: none; }

#open-modal2 > div .wpcf7 .form_title {
  max-width: 370px !important; }

/* Мобильное меню */
.burger-wrapper {
  color: #fff;
  width: 50px;
  height: 20px;
  position: relative;
  z-index: 4;
  display: none;
  margin-left: auto;
  margin-top: 27px; }
  @media (max-width: 1023px) {
    .burger-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    .burger-wrapper {
      margin-top: 18px; } }
  .burger-wrapper span {
    color: #000;
    font-size: 26px;
    margin-right: 15px;
    margin-top: -7px; }
    @media (max-width: 479px) {
      .burger-wrapper span {
        display: none; } }
  .burger-wrapper .burger {
    position: relative;
    background: #1582c5;
    width: 50px;
    height: 6px;
    top: 7px;
    right: 0;
    opacity: 1;
    order: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .burger-wrapper .burger:before {
      position: absolute;
      background: #1582c5;
      width: 50px;
      height: 6px;
      top: 13px;
      content: "";
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .burger-wrapper .burger:after {
      position: absolute;
      background: #1582c5;
      width: 50px;
      height: 6px;
      bottom: 13px;
      content: "";
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    @media (max-width: 979px) {
      .burger-wrapper .burger {
        display: block; } }
  .burger-wrapper .burger.drop-down {
    background: rgba(111, 111, 111, 0);
    z-index: 5; }
    .burger-wrapper .burger.drop-down:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0px; }
    .burger-wrapper .burger.drop-down:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 0px; }

.head_menu {
  position: fixed;
  z-index: 99;
  top: -165px;
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 15px 32px 0px rgba(183, 183, 183, 0.26);
  padding-bottom: 10px; }
  @media (max-width: 1023px) {
    .head_menu {
      padding-bottom: 0; } }
  .head_menu_logo {
    width: 140px;
    margin-top: 15px; }
    @media (max-width: 767px) {
      .head_menu_logo {
        margin-top: 7px; } }
    .head_menu_logo img {
      max-width: 100%;
      height: auto; }
  .head_menu .header_top {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row; }
    @media (max-width: 1023px) {
      .head_menu .header_top {
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .head_menu .header_top {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        padding-bottom: 0; } }
  .head_menu_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .head_menu_list {
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1023px) {
      .head_menu_list {
        order: 3;
        margin-right: 0;
        margin-left: 0; } }
    .head_menu_list ul {
      margin: 0;
      padding: 0; }
      @media (max-width: 1023px) {
        .head_menu_list ul {
          display: none; } }
      .head_menu_list ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px; }
        @media (max-width: 1299px) {
          .head_menu_list ul li {
            padding-left: 7px;
            padding-right: 7px; } }
        @media (max-width: 1023px) {
          .head_menu_list ul li {
            padding-left: 10px;
            padding-right: 10px; } }
        .head_menu_list ul li a {
          font-size: 16px;
          color: #151417;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          text-decoration: none;
          font-family: avenirnextcyr-bold; }
        .head_menu_list ul li:after {
          position: absolute;
          content: '';
          width: 100%;
          height: 0;
          top: 0;
          left: 0;
          background-color: #147aee;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .head_menu_list ul li:hover a {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          color: #1582c5; }
        .head_menu_list ul li:hover:after {
          height: 5px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
    .head_menu_list ul.drop-down {
      display: block;
      top: 70px;
      left: 0;
      background-color: #fff;
      width: 100%;
      position: absolute; }
      @media (max-width: 979px) {
        .head_menu_list ul.drop-down {
          top: 80px; } }
      @media (max-width: 767px) {
        .head_menu_list ul.drop-down {
          top: 55px; } }
      .head_menu_list ul.drop-down li {
        display: block;
        padding-top: 20px;
        padding-bottom: 15px; }
  .head_menu_contacts {
    margin-top: 15px;
    text-align: right; }
    @media (max-width: 767px) {
      .head_menu_contacts {
        margin-top: 6px; } }
    @media (max-width: 479px) {
		.head_menu_contacts .phone{
			font-size: 0 !important;
			width: 24px;
			height: 25px;
			margin-top: 9px;
			background-image: url(../images/icon-phone-menu.png);
		}
		.head_menu_contacts .phone:nth-child(2){
			display: none;
		}
	}
    .head_menu_contacts .phone {
      font-family: avenirnextcyr-bold;
      text-decoration: none;
      font-size: 16px;
      color: #1582c5;
      margin-bottom: 5px;
      display: block; }

.head_menu.move {
  top: 0;
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out; }

body.page-id-173 .header_bottom p {
  max-width: initial; }

body.page-id-173 .header_bottom a {
  margin-top: 40px;
  background-image: url(../images/bg-button-after2.png), url(../images/bg-button.jpg); }
  @media (max-width: 479px) {
    body.page-id-173 .header_bottom a {
      background-image: url(../images/bg-button.jpg); } }
  body.page-id-173 .header_bottom a:hover {
    cursor: pointer;
    background-image: url(../images/bg-button-after2.png), url(../images/bg-button-hover.jpg);
    -webkit-background-size: auto, cover;
    background-size: auto, cover; }
  body.page-id-173 .header_bottom a:active, body.page-id-173 .header_bottom a:focus {
    background-image: url(../images/bg-button-after2.png), url(../images/bg-button-focus.jpg);
    -webkit-background-size: auto, cover;
    background-size: auto, cover; }

body.page-id-182 .shprut_title {
  max-width: 700px; }

body.page-id-182 .twentytwenty-after-label:before {
  content: 'Після' !important; }
