/****************************************************************
* @Author: CraftCoder
* @Date:   x x, 2020
* @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: "Myriadpro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MyriadproRegular.woff2") format("woff2"); }

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

body {
  font-family: 'Myriadpro', sans-serif;
  font-size: 18px;
  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: #474747;
  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 {
  font-style: normal;
  margin: 0; }

p.ninja {
  display: none; }

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

h1 {
  font-size: 30px; }

label {
  margin-bottom: 0; }

.btn {
  display: inline-block; }

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

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  **************/
/********************  MODAL  **********************/
/*********************  HEADER  ************************/
header {
  height: 100%; }

@media all and (max-width: 991px) {
  header {
    height: auto; } }

header .header_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;
  height: 100%; }

@media all and (max-width: 991px) {
  header .header_main {
    margin-top: 40px; } }

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

header .header_main .header_logo .logo {
  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;
  margin-right: 100px; }

@media all and (max-width: 991px) {
  header .header_main .header_logo .logo {
    margin-right: 20px; } }

@media all and (max-width: 767px) {
  header .header_main .header_logo .logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-bottom: 1px solid #ff1821;
    padding-bottom: 25px;
    margin: 0 auto 30px auto; } }

header .header_main .header_logo .logo img {
  height: auto; }

@media all and (max-width: 575px) {
  header .header_main .header_logo .logo img {
    width: 150px; } }

header .header_main .header_content {
  border-left: 2px solid #ff1821; }

@media all and (max-width: 767px) {
  header .header_main .header_content {
    border-left: none; } }

header .header_main .header_content .content {
  max-width: 336px;
  width: 100%;
  margin-left: 100px;
  padding-top: 20px;
  padding-bottom: 30px; }

@media all and (max-width: 991px) {
  header .header_main .header_content .content {
    margin-left: 20px; } }

@media all and (max-width: 767px) {
  header .header_main .header_content .content {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    max-width: 256px; } }

header .header_main .header_content .content ul {
  margin-bottom: 50px; }

header .header_main .header_content .content ul:nth-last-child(1) {
  margin-bottom: 0; }

@media all and (max-width: 1199px) {
  header .header_main .header_content .content ul {
    margin-bottom: 20px; } }

@media all and (max-width: 575px) {
  header .header_main .header_content .content ul {
    margin-bottom: 36px; } }

@media all and (max-width: 767px) {
  header .header_main .header_content .content ul li {
    font-size: 14px;
    line-height: 18px; } }

header .header_main .header_content .content ul li h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px; }

@media all and (max-width: 767px) {
  header .header_main .header_content .content ul li h1 {
    font-size: 22px;
    line-height: 28px; } }

header .header_main .header_content .content ul li a {
  color: #474747; }
