/****************************************************************
* @Author: CraftCoder
* @Date:   x x, 2019
* @Websites: www.craftcoder.ru
* @Description: SCSS
*****************************************************************/
/*******************  FONTS *****************/
/*@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansProBold/SourceSansProBold.woff') format('woff'),
         url('../fonts/SourceSansProBold/SourceSansProBold.ttf') format('truetype');
}*/
@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/HelveticaNeueCyrLight.woff2") format("woff2"); }

@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/HelveticaNeueCyrRoman.woff2") format("woff2"); }

@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HelveticaNeueCyrBold.woff2") format("woff2"); }

/*********************  preloader  *******************/
/********************  VARS  *****************/
/**********************  MEDIA  *******************/
/*************************** BODY **************************/
html, body {
  height: 100%; }

body {
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333333;
  font-weight: 500; }

header,
footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

ul {
  list-style: none;
  margin: 0; }

p.ninja {
  display: none;
  color: #ffc503;
  text-align: center;
  margin-top: 10px; }

h1, h2, h3, h4, h5, h6, p {
  font-style: normal;
  margin: 0; }

h1 {
  font-size: 30px; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none; }

a.btn {
  display: block;
  width: 100%; }

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

button:active, button:focus {
  outline: none; }

*:focus {
  outline: none; }

* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

.p-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

@media all and (max-width: 991px) {
  .p-80 {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media all and (max-width: 575px) {
  .p-80 {
    padding-top: 30px;
    padding-bottom: 30px; } }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

button.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

/*****************  modal_callback  **************/
#modal_callback {
  font-family: 'HelveticaNeue', sans-serif;
  max-width: 400px;
  width: 95%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding-bottom: 30px; }

#modal_callback h2 {
  text-align: center;
  margin-bottom: 25px; }

#modal_callback form {
  padding-left: 20px;
  padding-right: 20px; }

#modal_callback form input.phone {
  display: block;
  width: 100%;
  height: 52px;
  padding-left: 28px;
  border: 1px solid #737373;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #646464;
  margin-bottom: 15px; }

#modal_callback form button.wpcf7-submit {
  display: block;
  width: 100%;
  height: 52px;
  border: none;
  border-bottom: 3px solid #c69904;
  background-color: #ffc503;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  font-size: 18px; }

#modal_callback form button.wpcf7-submit:hover {
  background-color: #ffd903; }

/*********************  HEADER  ************************/
header {
  height: 100%;
  background-color: #e8edf0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

@media all and (max-width: 991px) {
  header {
    height: auto;
    padding-bottom: 40px;
    display: block; } }

header .header_top {
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

@media all and (max-width: 991px) {
  header .header_top {
    position: relative;
    margin-bottom: 40px; } }

@media all and (max-width: 767px) {
  header .header_top {
    padding-bottom: 10px; } }

header .header_top .container {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px; }

@media all and (max-width: 767px) {
  header .header_top .container {
    padding-bottom: 10px; } }

@media all and (max-width: 767px) {
  header .header_top .header_logo .logo {
    text-align: center;
    margin-bottom: 10px; } }

header .header_top .header_logo .logo a img {
  height: auto; }

header .header_top .header_contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right; }

@media all and (max-width: 767px) {
  header .header_top .header_contacts {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

header .header_top .header_contacts .contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media all and (max-width: 767px) {
  header .header_top .header_contacts .contacts {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

header .header_top .header_contacts .contacts p {
  color: #4c7afe;
  max-width: 250px;
  width: 100%;
  text-align: right;
  line-height: 20px;
  margin-right: 40px; }

@media all and (max-width: 767px) {
  header .header_top .header_contacts .contacts p {
    text-align: center;
    margin-right: 0; } }

header .header_top .header_contacts .contacts a {
  font-size: 22px;
  color: #333333;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

@media all and (max-width: 1599px) {
  header .header_main {
    padding-top: 20px; } }

header .header_main .main_content {
  margin-bottom: 50px; }

header .header_main .main_content h1 {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px; }

header .header_main .main_content .subtitle {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 34px;
  color: #6b6b6b;
  text-align: center;
  max-width: 720px;
  width: 100%;
  margin: 0 auto 20px auto; }

header .header_main .main_content .subtitle span {
  display: inline-block;
  background-color: #ffc503;
  padding: 0 3px; }

header .header_main .main_content p {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #6b6b6b; }

header .header_main .main_slider {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

header .header_main .main_slider.slick-initialized {
  visibility: visible;
  opacity: 1; }

header .header_main .main_slider .slide {
  display: none; }

header .header_main .main_slider .slide:first-child {
  display: block;
  visibility: hidden; }

header .header_main .main_slider.slick-initialized .slide {
  display: block;
  visibility: visible !important; }

header .header_main .main_slider {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto; }

header .header_main .main_slider .slide .slide_inner .row {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media all and (max-width: 991px) {
  header .header_main .main_slider .slide .slide_inner .box_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px; } }

header .header_main .main_slider .slide .slide_inner .box_image .image img {
  margin-bottom: 10px; }

header .header_main .main_slider .slide .slide_inner .box_image .image p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px; }

header .header_main .main_slider .slide .slide_inner .box_image .image p img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px; }

header .header_main .main_slider .slide .slide_inner .box_image .image p span {
  background-color: #ffc503;
  margin-left: 3px;
  padding: 0 3px; }

@media all and (max-width: 991px) {
  header .header_main .main_slider .slide .slide_inner .box_form {
    margin-bottom: 30px; } }

header .header_main .main_slider .slide .slide_inner .box_form .form {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  max-width: 515px;
  width: 100%;
  margin: 0 auto; }

header .header_main .main_slider .slide .slide_inner .box_form .form .title {
  text-align: center;
  background-color: #ffc503;
  padding: 10px 50px; }

@media all and (max-width: 575px) {
  header .header_main .main_slider .slide .slide_inner .box_form .form .title {
    padding: 10px 30px; } }

header .header_main .main_slider .slide .slide_inner .box_form .form .title h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500; }

header .header_main .main_slider .slide .slide_inner .box_form .form form {
  background-color: #fff;
  text-align: center;
  padding: 15px 20px; }

header .header_main .main_slider .slide .slide_inner .box_form .form form p {
  line-height: 20px; }

header .header_main .main_slider .slide .slide_inner .box_form .form form .box_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px; }

@media all and (max-width: 575px) {
  header .header_main .main_slider .slide .slide_inner .box_form .form form .box_input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

header .header_main .main_slider .slide .slide_inner .box_form .form form input.phone {
  display: block;
  width: 48%;
  height: 52px;
  padding-left: 28px;
  border: 1px solid #737373;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #646464; }

@media all and (max-width: 575px) {
  header .header_main .main_slider .slide .slide_inner .box_form .form form input.phone {
    margin-bottom: 10px;
    width: 100%; } }

header .header_main .main_slider .slide .slide_inner .box_form .form form button.wpcf7-submit {
  display: block;
  width: 48%;
  height: 52px;
  border: none;
  border-bottom: 3px solid #c69904;
  background-color: #ffc503;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  font-size: 18px; }

@media all and (max-width: 575px) {
  header .header_main .main_slider .slide .slide_inner .box_form .form form button.wpcf7-submit {
    width: 100%; } }

header .header_main .main_slider .slide .slide_inner .box_form .form form button.wpcf7-submit:hover {
  background-color: #ffd903; }

header .header_main .main_slider .slide .slide_inner .box_form .form form span.call {
  font-size: 12px;
  font-style: italic; }

header .header_main .dots {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@media all and (max-width: 991px) {
  header .header_main .dots {
    position: relative; } }

header .header_main .dots ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media all and (max-width: 991px) {
  header .header_main .dots ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

header .header_main .dots ul li {
  cursor: pointer;
  font-size: 18px;
  color: #6b6b6b;
  padding: 6px 20px; }

header .header_main .dots ul li.slick-active {
  background-color: #ffc503;
  color: #333333; }

/********************  documents  *****************/
#documents {
  padding-top: 50px; }

#documents .title {
  border-left: 5px solid #ffc503;
  margin-left: 30px;
  padding-left: 30px;
  margin-bottom: 50px; }

@media all and (max-width: 767px) {
  #documents .title {
    margin-left: 0;
    padding-left: 20px; } }

#documents .title p {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px; }

@media all and (max-width: 767px) {
  #documents .title p {
    font-size: 18px;
    line-height: 24px; } }

#documents .title p span {
  color: #000; }

#documents .documents_slider {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto 35px auto; }

#documents .documents_slider .slide .slide_inner a {
  display: block;
  margin: 0 auto;
  text-align: center; }

#documents .documents_slider .slide .slide_inner a:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-filter: gray;
          filter: gray;
  /* IE 6-9 */ }

#documents .documents_slider .slide .slide_inner a img {
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  /* IE 6-9 */
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }

#documents .documents_slider .slide .slide_inner h5 {
  font-weight: 500;
  text-align: center;
  margin-top: 15px; }

#documents .documents_slider .slick-prev, #documents .documents_slider .slick-next {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 30%;
  margin: auto;
  cursor: pointer;
  width: 56px;
  height: 56px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

#documents .documents_slider .slick-prev:hover, #documents .documents_slider .slick-next:hover {
  opacity: .8; }

#documents .documents_slider .slick-prev {
  background-image: url("../img/arrow.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
          background-size: 25px;
  left: -50px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

@media all and (max-width: 1199px) {
  #documents .documents_slider .slick-prev {
    left: -20px; } }

@media all and (max-width: 767px) {
  #documents .documents_slider .slick-prev {
    left: 0; } }

#documents .documents_slider .slick-next {
  background-image: url("../img/arrow.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
          background-size: 25px;
  right: -50px; }

@media all and (max-width: 1199px) {
  #documents .documents_slider .slick-next {
    right: -20px; } }

@media all and (max-width: 767px) {
  #documents .documents_slider .slick-next {
    right: 0; } }

#documents hr {
  border: none;
  width: 160px;
  height: 5px;
  background-color: #ffc503;
  margin: 0 auto 25px auto; }

#documents p.travel {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 50px; }

/*********************  banner_one  ******************/
#banner_one {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/2.jpg");
  min-height: 395px; }

@media all and (max-width: 991px) {
  #banner_one {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media all and (max-width: 767px) {
  #banner_one .image {
    display: none; } }

#banner_one .image img {
  margin-bottom: -180px;
  padding-left: 100px; }

@media all and (max-width: 1199px) {
  #banner_one .image img {
    padding-left: 0; } }

@media all and (max-width: 991px) {
  #banner_one .image img {
    margin-bottom: 0; } }

#banner_one .main_form {
  padding-top: 40px; }

@media all and (max-width: 1199px) {
  #banner_one .main_form {
    padding-top: 20px; } }

@media all and (max-width: 991px) {
  #banner_one .main_form {
    padding-top: 0; } }

#banner_one .main_form .form .title {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  text-align: right; }

@media all and (max-width: 1199px) {
  #banner_one .main_form .form .title {
    font-size: 24px;
    line-height: 32px; } }

@media all and (max-width: 767px) {
  #banner_one .main_form .form .title {
    text-align: center; } }

@media all and (max-width: 575px) {
  #banner_one .main_form .form .title {
    font-size: 22px; } }

#banner_one .main_form .form .title span {
  color: #ffc503;
  font-weight: 700; }

@media all and (max-width: 1199px) {
  #banner_one .main_form .form .title span {
    display: block; } }

#banner_one .main_form .form h2 {
  font-size: 26px;
  text-align: right;
  color: #fff;
  text-transform: uppercase; }

@media all and (max-width: 1199px) {
  #banner_one .main_form .form h2 {
    font-size: 24px;
    line-height: 32px; } }

@media all and (max-width: 767px) {
  #banner_one .main_form .form h2 {
    text-align: center; } }

#banner_one .main_form .form h2 span {
  display: block;
  color: #ffc503; }

#banner_one .main_form .form form {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px; }

#banner_one .main_form .form form .box_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px; }

@media all and (max-width: 575px) {
  #banner_one .main_form .form form .box_input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#banner_one .main_form .form form .box_input input.phone {
  width: 48%;
  height: 60px;
  background-color: #fff;
  padding-left: 28px; }

@media all and (max-width: 575px) {
  #banner_one .main_form .form form .box_input input.phone {
    margin-bottom: 10px;
    width: 100%; } }

#banner_one .main_form .form form .box_input button.wpcf7-submit {
  width: 48%;
  height: 60px;
  border: none;
  background-color: #ffc503;
  font-size: 18px; }

@media all and (max-width: 575px) {
  #banner_one .main_form .form form .box_input button.wpcf7-submit {
    width: 100%; } }

#banner_one .main_form .form form .box_input button.wpcf7-submit:hover {
  background-color: #ffd903; }

#banner_one .main_form .form form .policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

#banner_one .main_form .form form .policy input {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  margin-right: 5px; }

#banner_one .main_form .form form .policy p {
  color: #fff;
  font-size: 12px; }

#banner_one .main_form .form form .policy p a {
  color: #fff; }

/********************  profit  *******************/
#profit {
  background-color: #e6e9ee;
  padding-top: 120px;
  padding-bottom: 80px; }

@media all and (max-width: 767px) {
  #profit {
    padding-top: 40px;
    padding-bottom: 30px; } }

#profit .title {
  border-left: 5px solid #ffc503;
  margin-left: 30px;
  padding-left: 30px;
  margin-bottom: 80px; }

@media all and (max-width: 767px) {
  #profit .title {
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 50px; } }

#profit .title h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500; }

#profit .box {
  margin-bottom: 60px; }

@media all and (max-width: 767px) {
  #profit .box {
    margin-bottom: 40px; } }

#profit .box .box_inner {
  max-width: 500px;
  width: 100%; }

@media all and (max-width: 767px) {
  #profit .box .box_inner {
    text-align: center; } }

#profit .box .box_inner img {
  margin-bottom: 25px; }

@media all and (max-width: 767px) {
  #profit .box .box_inner img {
    margin-bottom: 10px; } }

#profit .box .box_inner h5 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500; }

#profit .box .box_inner p {
  font-size: 18px;
  line-height: 24px;
  color: #6b6b6b; }

/*********************  trust  *******************/
#trust {
  overflow: hidden;
  background-color: #e6e9ee; }

@media all and (max-width: 575px) {
  #trust {
    padding-bottom: 40px; } }

#trust .trust_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media all and (max-width: 991px) {
  #trust .trust_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#trust .figure {
  width: 270px;
  height: 270px;
  background-color: #ffc503;
  position: relative; }

@media all and (max-width: 991px) {
  #trust .figure {
    height: auto;
    width: auto;
    margin-bottom: 30px;
    background-color: transparent; } }

@media all and (max-width: 575px) {
  #trust .figure {
    margin-bottom: 20px; } }

#trust .figure h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media all and (max-width: 991px) {
  #trust .figure h2 {
    position: relative; } }

#trust .figure:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -2000px;
  width: 2000px;
  height: 270px;
  background-color: #ffc503; }

@media all and (max-width: 991px) {
  #trust .figure:before {
    display: none; } }

#trust .figure:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  right: -50px;
  border-top: 135px solid transparent;
  border-left: 50px solid #ffc503;
  border-bottom: 135px solid transparent; }

@media all and (max-width: 991px) {
  #trust .figure:after {
    display: none; } }

#trust .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px; }

@media all and (max-width: 991px) {
  #trust .image {
    padding-left: 0; } }

#trust .image .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 140px;
  margin: 0 auto 20px auto;
  width: 30%; }

@media all and (max-width: 991px) {
  #trust .image .img {
    height: 100px; } }

#trust .image .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

/********************  example  *******************/
#example {
  background-color: #e6e9ee;
  padding-top: 140px;
  padding-bottom: 40px; }

@media all and (max-width: 991px) {
  #example {
    padding-top: 80px; } }

@media all and (max-width: 575px) {
  #example {
    padding-top: 40px;
    padding-bottom: 20px; } }

#example .title {
  border-left: 5px solid #ffc503;
  margin-left: 30px;
  padding-left: 30px;
  margin-bottom: 80px; }

@media all and (max-width: 767px) {
  #example .title {
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 50px; } }

#example .title h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500; }

#example .box {
  margin-bottom: 40px;
  display: none; }

#example .box .box_inner a {
  border: 8px solid #cfd1d6;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: block;
  overflow: hidden;
  margin-bottom: 12px; }

#example .box .box_inner a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

#example .box .box_inner a img {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

#example .box .box_inner h5 {
  text-align: center;
  font-weight: 500; }

#example span.btn-more {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #2b8fff; }

/*******************  question  ***************/
#question {
  background-color: #e6e9ee;
  padding-top: 40px;
  padding-bottom: 60px; }

@media all and (max-width: 991px) {
  #question {
    padding-top: 10px; } }

@media all and (max-width: 991px) {
  #question .box {
    text-align: center;
    margin-bottom: 30px; } }

#question .box h2 {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 6px; }

#question .box p {
  font-size: 22px;
  line-height: 28px; }

#question .box_phone .box_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 490px;
  width: 100%;
  margin-left: auto;
  margin-right: 0; }

@media all and (max-width: 991px) {
  #question .box_phone .box_inner {
    margin: 0 auto; } }

@media all and (max-width: 575px) {
  #question .box_phone .box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#question .box_phone p {
  font-size: 18px;
  line-height: 24px;
  text-align: right; }

@media all and (max-width: 575px) {
  #question .box_phone p {
    text-align: center;
    margin-bottom: 8px; } }

#question .box_phone p a {
  display: block;
  color: #333333; }

#question .box_phone a.callback {
  display: block;
  max-width: 230px;
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #333333;
  border-bottom: 3px solid #c69904;
  background-color: #ffc503;
  text-align: center;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

#question .box_phone a.callback:hover {
  background-color: #ffd903; }

/*********************  footer  *******************/
#footer {
  background-color: #e6e9ee;
  padding-bottom: 15px; }

#footer .footer_main {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px; }

#footer .container {
  padding-bottom: 15px; }

@media all and (max-width: 767px) {
  #footer .container {
    padding-bottom: 10px; } }

#footer .header_logo .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media all and (max-width: 991px) {
  #footer .header_logo .logo {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media all and (max-width: 767px) {
  #footer .header_logo .logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

#footer .header_logo .logo a img {
  height: auto; }

#footer .header_logo .logo ul {
  margin-left: 20px;
  margin-top: 3px; }

@media all and (max-width: 767px) {
  #footer .header_logo .logo ul {
    margin: 5px auto 10px auto; } }

#footer .header_logo .logo ul li {
  font-size: 14px;
  line-height: 16px;
  color: #6b6b6b; }

#footer .header_contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right; }

@media all and (max-width: 767px) {
  #footer .header_contacts {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#footer .header_contacts .contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media all and (max-width: 767px) {
  #footer .header_contacts .contacts {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; } }

#footer .header_contacts .contacts a.download {
  color: #2b8fff;
  display: block;
  margin-right: 50px; }

@media all and (max-width: 767px) {
  #footer .header_contacts .contacts a.download {
    margin: 0 auto 5px auto; } }

#footer .header_contacts .contacts ul li a {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #6b6b6b; }

