/****************************************************************
* @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: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MontserratRegular.woff2") format("woff2"); }

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

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

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/MontserratBlack.woff2") format("woff2"); }

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

body {
  font-family: 'Montserrat', 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: #014596;
  font-weight: 400; }

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 {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  display: none; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  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; }

input {
  border-radius: 0; }

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

/*****************  ARROW UP  **************/
/*********************  HEADER  ************************/
header {
  background-color: #014596;
  padding-bottom: 20px; }

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

header .header_top {
  padding-top: 34px;
  padding-bottom: 26px; }

@media all and (max-width: 767px) {
  header .header_top {
    text-align: center;
    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;
    -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;
    padding-top: 15px;
    padding-bottom: 20px; } }

header .header_top .header_contacts .contacts p {
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px; }

header .header_top .header_contacts .contacts p span {
  color: #F1DA0C; }

header .header_top .header_contacts .contacts p.time {
  font-weight: 700;
  margin-top: 4px; }

header .header_top .header_contacts .contacts .social {
  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;
  margin-top: 3px; }

@media all and (max-width: 767px) {
  header .header_top .header_contacts .contacts .social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px; } }

header .header_top .header_contacts .contacts .social a {
  margin-right: 11px; }

@media all and (max-width: 767px) {
  header .header_top .header_contacts .contacts .social a {
    margin: 0 6px; } }

header .header_top .header_contacts .contacts .social a:hover {
  opacity: .8; }

header .header_top .header_contacts .contacts .social a img {
  width: 21px;
  height: 21px; }

@media all and (max-width: 767px) {
  header .header_top .header_logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 15px; } }

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

header .header_top .header_phone .phone a {
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  color: #fff; }

@media all and (max-width: 991px) {
  header .header_top .header_phone .phone a {
    font-size: 20px; } }

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

header .header_top .header_phone .phone a img {
  margin-right: 18px;
  width: 28px;
  height: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

header .header_menu .menu ul {
  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: 575px) {
  header .header_menu .menu ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

header .header_menu .menu ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 8px; }

@media all and (max-width: 575px) {
  header .header_menu .menu ul li {
    width: 40%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 6px; } }

header .header_menu .menu ul li a {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  display: block;
  font-weight: 900;
  color: #000;
  background-color: #F1DA0C;
  color: #014596;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px; }

header .header_menu .menu ul li a:hover {
  color: #fff; }

  /*********************  main_slider  *******************/
  #main_slider .container-fluid {
    padding-left: 0;
    padding-right: 0;
    position: relative; }

  #main_slider .container-fluid .main_slider {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s; }

  #main_slider .container-fluid .main_slider.slick-initialized {
    visibility: visible;
    opacity: 1; }

  #main_slider .container-fluid .main_slider .slide {
    display: none; }

  #main_slider .container-fluid .main_slider .slide:first-child {
    display: block;
    visibility: hidden; }

  #main_slider .container-fluid .main_slider.slick-initialized .slide {
    display: block;
    visibility: visible !important; }

  #main_slider .container-fluid .main_slider {
    height: 720px; }

  @media all and (max-width: 1599px) {
    #main_slider .container-fluid .main_slider {
      height: auto; } }

  #main_slider .container-fluid .main_slider .slide .slide_inner {
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    width: 100%;
    height: 720px;
    position: relative; }

  @media all and (max-width: 1599px) {
    #main_slider .container-fluid .main_slider .slide .slide_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: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 100%;
      height: 600px;
      margin: 0 auto;
      width: 100%; } }

  @media all and (max-width: 1199px) {
    #main_slider .container-fluid .main_slider .slide .slide_inner {
      height: auto;
      background-image: none !important; } }

  #main_slider .container-fluid .main_slider .slide .slide_inner img {
    display: none; }

  @media all and (max-width: 1199px) {
    #main_slider .container-fluid .main_slider .slide .slide_inner img {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; } }

  @media all and (max-width: 575px) {
    #main_slider .container-fluid .main_slider .slide .slide_inner img {
      display: none!important; } }

  #main_slider .container-fluid .main_slider .slide .slide_inner img.mobile {
    display: none; }

  @media all and (max-width: 575px) {
    #main_slider .container-fluid .main_slider .slide .slide_inner img.mobile {
      display: block!important; } }

  #main_slider .container-fluid .main_slider .slick-prev, #main_slider .container-fluid .main_slider .slick-next {
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 0;
    margin: auto;
    bottom: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

  #main_slider .container-fluid .main_slider .slick-prev:hover, #main_slider .container-fluid .main_slider .slick-next:hover {
    opacity: .8; }

  #main_slider .container-fluid .main_slider .slick-prev {
    background-image: url("../img/arrow.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    left: 16%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

  @media all and (max-width: 1780px) {
    #main_slider .container-fluid .main_slider .slick-prev {
      left: 10%; } }

  @media all and (max-width: 1599px) {
    #main_slider .container-fluid .main_slider .slick-prev {
      left: 3%; } }

  @media all and (max-width: 1199px) {
    #main_slider .container-fluid .main_slider .slick-prev {
      left: 1%; } }

  #main_slider .container-fluid .main_slider .slick-next {
    background-image: url("../img/arrow.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    right: 16%; }

  @media all and (max-width: 1780px) {
    #main_slider .container-fluid .main_slider .slick-next {
      right: 10%; } }

  @media all and (max-width: 1599px) {
    #main_slider .container-fluid .main_slider .slick-next {
      right: 3%; } }

  @media all and (max-width: 1199px) {
    #main_slider .container-fluid .main_slider .slick-next {
      right: 1%; } }

/*********************  brands  ******************/
#brands {
  background-color: #014596;
  padding-top: 20px;
  padding-bottom: 20px; }

#brands .brands_main {
  background-color: #042B5A;
  padding-top: 24px;
  padding-bottom: 24px; }

#brands .brands_slider {
  max-width: 970px;
  width: 100%;
  margin: 0 auto; }

#brands .brands_slider .slide .slide_inner img {
  display: block;
  margin: 0 auto;
  text-align: center; }

#brands .brands_slider .slick-prev-1, #brands .brands_slider .slick-next-1 {
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

#brands .brands_slider .slick-prev-1:hover, #brands .brands_slider .slick-next-1:hover {
  opacity: .8; }

#brands .brands_slider .slick-prev-1 {
  background-image: url("../img/arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  left: -17%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

@media all and (max-width: 1780px) {
  #brands .brands_slider .slick-prev-1 {
    left: -13%; } }

@media all and (max-width: 1599px) {
  #brands .brands_slider .slick-prev-1 {
    left: -8%; } }

@media all and (max-width: 1199px) {
  #brands .brands_slider .slick-prev-1 {
    left: -3%; } }

@media all and (max-width: 991px) {
  #brands .brands_slider .slick-prev-1 {
    left: -5%; } }

@media all and (max-width: 575px) {
  #brands .brands_slider .slick-prev-1 {
    left: -10px; } }

#brands .brands_slider .slick-next-1 {
  background-image: url("../img/arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  right: -17%; }

@media all and (max-width: 1780px) {
  #brands .brands_slider .slick-next-1 {
    right: -13%; } }

@media all and (max-width: 1599px) {
  #brands .brands_slider .slick-next-1 {
    right: -8%; } }

@media all and (max-width: 1199px) {
  #brands .brands_slider .slick-next-1 {
    right: -3%; } }

@media all and (max-width: 991px) {
  #brands .brands_slider .slick-next-1 {
    right: -5%; } }

@media all and (max-width: 575px) {
  #brands .brands_slider .slick-next-1 {
    right: -10px; } }

/********************* visit  ********************/
#visit {
  text-align: center;
  padding-bottom: 45px; }

#visit .heading {
  background-color: #F1DA0C;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 35px; }

#visit .heading h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900; }

#visit h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  margin-bottom: 35px; }

#visit .row {
  max-width: 920px;
  width: 100%;
  margin: 0 auto; }

#visit .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px; }

#visit .box .box_inner {
  width: 100%; }

#visit .box .box_inner .img {
  margin-bottom: 15px; }

#visit .box .box_inner h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700; }

#visit .visit_text .text p {
  font-size: 18px;
  line-height: 22px; }

#visit .visit_text .text p span {
  font-weight: 900; }

/********************  footer  *******************/
#footer {
  background-color: #014596;
  position: relative; }

#footer .heading {
  background-color: #F1DA0C;
  padding-top: 14px;
  padding-bottom: 14px; }

#footer .heading h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900; }

#footer .container-fluid {
  padding-left: 0;
  padding-right: 0; }

#footer .box {
  margin-bottom: 40px; }

#footer .box h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #F1DA0C;
  margin-bottom: 7px; }

#footer .box p {
  font-size: 14px;
  line-height: 17px;
  color: #fff; }

#footer .box a {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-decoration: underline; }

#footer .footer_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 767px) {
  #footer .footer_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -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; } }

#footer .footer_left {
  position: relative;
  padding-top: 43px;
  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;
  padding-bottom: 113px;
  width: 30%; }

@media all and (max-width: 1599px) {
  #footer .footer_left {
    width: 25%; } }

@media all and (max-width: 991px) {
  #footer .footer_left {
    width: 35%; } }

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

#footer .footer_left .left {
  max-width: 215px;
  width: 100%; }

@media all and (max-width: 767px) {
  #footer .footer_left .left {
    max-width: 300px; } }

#footer .footer_left .footer_form h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #F1DA0C;
  margin-bottom: 12px; }

#footer .footer_left .footer_form .form {
  position: relative; }

#footer .footer_left .footer_form .form form {
  max-width: 190px;
  width: 100%; }

@media all and (max-width: 767px) {
  #footer .footer_left .footer_form .form form {
    margin: 0 auto; } }

#footer .footer_left .footer_form .form form span input {
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  color: #C4C4C4;
  border: none;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: transparent;
  border-bottom: 1px solid #F1DA0C;
  margin-bottom: 5px; }

#footer .footer_left .footer_form .form form span input::-webkit-input-placeholder {
  color: #C4C4C4;
  opacity: 1; }

#footer .footer_left .footer_form .form form span input::-moz-placeholder {
  color: #C4C4C4;
  opacity: 1; }

#footer .footer_left .footer_form .form form span input::-ms-placeholder {
  color: #C4C4C4;
  opacity: 1; }

#footer .footer_left .footer_form .form form span input::-webkit-input-placeholder {
  color: #C4C4C4;
  opacity: 1; }

#footer .footer_left .footer_form .form form span input::-moz-placeholder {
  color: #C4C4C4;
  opacity: 1; }

#footer .footer_left .footer_form .form form span input:-ms-input-placeholder {
  color: #C4C4C4;
  opacity: 1; }

#footer .footer_left .footer_form .form form span input::-ms-input-placeholder {
  color: #C4C4C4;
  opacity: 1; }

#footer .footer_left .footer_form .form form span input::placeholder {
  color: #C4C4C4;
  opacity: 1; }

#footer .footer_left .footer_form .form form .wpcf7-submit {
  width: 100%;
  height: 36px;
  text-align: center;
  font-weight: 900;
  font-size: 12px;
  line-height: 15px;
  color: #014596;
  background-color: #F1DA0C;
  border: none;
  border-radius: 2px;
  margin-top: 30px; }

#footer .footer_left .footer_form .form form .wpcf7-submit:hover {
  color: #fff; }

#footer .footer_left .footer_form .form p.policy {
  font-size: 12px;
  line-height: 15px;
  color: #71ADE4;
  position: absolute;
  bottom: 0;
  width: 246px;
  z-index: 2;
  left: 215px; }

@media all and (max-width: 991px) {
  #footer .footer_left .footer_form .form p.policy {
    position: relative;
    left: auto;
    top: 10px;
    width: auto; } }

#footer .footer_right {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(41, 133, 218, 0)), to(#014596)), url("../img/2.jpg");
  background-image: -o-linear-gradient(right, rgba(41, 133, 218, 0), #014596), url("../img/2.jpg");
  background-image: linear-gradient(270deg, rgba(41, 133, 218, 0), #014596), url("../img/2.jpg");
  padding-top: 43px;
  padding-bottom: 113px;
  width: 70%;
  padding-left: 78px; }

@media all and (max-width: 1599px) {
  #footer .footer_right {
    width: 75%; } }

@media all and (max-width: 991px) {
  #footer .footer_right {
    width: 65%; } }

@media all and (max-width: 767px) {
  #footer .footer_right {
    background-image: none;
    padding-bottom: 30px;
    width: 100%;
    padding-left: 0; } }

#footer .footer_right .right {
  padding-left: 36px;
  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: 1599px) {
  #footer .footer_right .right {
    padding-left: 0; } }

@media all and (max-width: 991px) {
  #footer .footer_right .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0; } }

@media all and (max-width: 767px) {
  #footer .footer_right .right {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    text-align: center; } }

#footer .footer_right .right .footer_social a {
  display: block;
  margin-bottom: 3px; }

#footer .footer_right .right .map {
  padding-left: 120px;
  padding-right: 10px; }

@media all and (max-width: 1599px) {
  #footer .footer_right .right .map {
    padding-left: 60px; } }

@media all and (max-width: 1199px) {
  #footer .footer_right .right .map {
    padding-left: 80px; } }

@media all and (max-width: 991px) {
  #footer .footer_right .right .map {
    padding-left: 0; } }

@media all and (max-width: 767px) {
  #footer .footer_right .right .map {
    padding-right: 0; } }

#footer .footer_right .right .map iframe {
  width: 445px;
  height: 304px; }

@media all and (max-width: 1199px) {
  #footer .footer_right .right .map iframe {
    width: 260px; } }

@media all and (max-width: 991px) {
  #footer .footer_right .right .map iframe {
    width: 400px; } }

@media all and (max-width: 767px) {
  #footer .footer_right .right .map iframe {
    width: 300px; } }

#footer .footer_policy {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0; }

@media all and (max-width: 767px) {
  #footer .footer_policy {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding-bottom: 20px; } }

#footer .footer_policy .policy_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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media all and (max-width: 1599px) {
  #footer .footer_policy .policy_main {
    padding-left: 8.4%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media all and (max-width: 767px) {
  #footer .footer_policy .policy_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0; } }

#footer .footer_policy .policy_main p {
  font-size: 12px;
  line-height: 17px;
  color: #fff; }

#footer .footer_policy .policy_main p.webdev {
  margin-right: 120px; }

@media all and (max-width: 991px) {
  #footer .footer_policy .policy_main p.webdev {
    margin-right: 56px; } }

@media all and (max-width: 767px) {
  #footer .footer_policy .policy_main p.webdev {
    margin: 0 auto 5px auto; } }

#footer .footer_policy .policy_main p a {
  color: #F1DA0C;
  text-decoration: underline;
  font-weight: 700; }

#footer .footer_policy .policy_main a {
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-decoration: underline; }

#footer .footer_policy .policy_main a.link {
  margin-right: 56px; }

@media all and (max-width: 767px) {
  #footer .footer_policy .policy_main a.link {
    margin: 0 auto 5px auto; } }
