@font-face {
    font-family: 'PFBeauSansProBold';
    src: url('/Landing/fonts/pfbeausanspro-bold-webfont.eot');
    src: url('/Landing/fonts/pfbeausanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/Landing/fonts/pfbeausanspro-bold-webfont.woff') format('woff'),
        url('/Landing/fonts/pfbeausanspro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}    
@font-face {
    font-family: 'PFBeauSansProRegular';
    src: url('/Landing/fonts/pfbeausanspro-reg-webfont.eot');
    src: url('/Landing/fonts/pfbeausanspro-reg-webfont.eot?#iefix') format('embedded-opentype'),
        url('/Landing/fonts/pfbeausanspro-reg-webfont.woff') format('woff'),
        url('/Landing/fonts/pfbeausanspro-reg-webfont.ttf') format('truetype'),
        url('/Landing/fonts/pfbeausanspro-reg-webfont.svg#PFBeauSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    font-family: "PFBeauSansProRegular",  sans-serif;
    color: #494949;

}
a > img {
    border: none;
}
.clear {
    clear: both;
}
ul {
    padding: 0;
    list-style-type: none;
}
.wrapper {
    max-width: 1140px;
    min-width: 1000px;
    margin: auto;

}

.cta {
    display: inline-block;
    font-size: 30px;
    padding: 20px 45px;
    background-color: #6f93b8;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 15px;  
    border: 1px solid #898989;
    text-decoration: none;
}
 
.cta:hover {
  text-decoration: none;  
}
/* ШАПКА  */
.header {
    background-color: #C7CED4;
    background-image:url(/Landing/img/bg.jpg);
    -webkit-background-size:  cover;
    background-size:  cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-bottom: 3px solid #6f93b8;
    min-width: 1060px;
}
/* Верхнее меню */
.nav {
    padding-top: 50px;
}
.logo {
    float: left;
    margin-top: -35px;
}
.logo img {
    width: 210px
}
.menu, .phone {
    float: right
}
.menu {
    margin-top: 5px;
}
.menu ul {
    list-style-type: none;
    font-size: 24px;
    margin: 0
}
.menu ul li {
    display: inline-block
}
.menu ul li:first-child {
    margin-right: 50px
}
.menu ul li a {
    text-decoration: none;
    color: #494949;
    text-decoration: none;
}

.phone {
    font-family: "PFBeauSansProBold";
    font-weight: bold;
    font-size: 28px;
    margin-left: 65px;

}
/* Конец верхнего меню  */

/*  ШАПКА */
h1 {
    font-family: "PFBeauSansProBold";
    font-size: 60px;
    color: #536a93;
    text-transform: uppercase;  
    margin-bottom: 0;
    margin-top: 40px;
}
.header h3 {
    margin-top: 5px;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
}
header h3 sup {
    position: relative;
    top: 9px;
    left: 2px;
}
.header .pluses {
    font-size: 30px;  
    margin-top: 0;
    margin-bottom: 70px;    
}
/** UL Преимущества **/
.pluses li {
    margin-bottom: 0px;

}
.pluses li img {
    position: relative;
    top: 14px;
}

.header .cta {
    margin-bottom: 120px;
}
/* Кнопка "Опубликовать"   */
.header .cta:hover {
    text-decoration: none;
    background-color: #6192C5;
}
/* Текст внизу */
.header .cta+span {
    display: block;
    font-size: 23px;
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Секция 1 (Три шага)  */
.section_1 {
    padding-top: 60px;
    padding-bottom: 45px;
}
.section_1 .wrapper {
    min-width: 1000px;
    max-width: 1140px;
    text-align: center;
}

.section_1 .descr_wrap {
    transition: all .5s;
    opacity: 0;
    transition: all 1s;
    
}
.section_1 .step:nth-child(2) .descr_wrap {
    transition-delay: .7s
}
.section_1 .step:nth-child(3) .descr_wrap {
    transition-delay: 1.7s
}
.section_1 h3 {
    font-size: 34px;
    color: #6f93b8;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}
.section_1 .step {
    width: 311px;
    height: 291px;
    float: left;
    text-align: center;
    position: relative;
    margin-right: 90px;

}

.section_1 .step:nth-child(3) {
    margin-right: 0;
}
.section_1 .step_3 {
    margin-right: 0;
}

.section_1 .step h5 {
    font-size: 42px;
    font-family: "PFBeauSansProBold";
    display: inline-block;
    color: #6f93b8;
    margin: 80px auto 15px;
}
.section_1 .step p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    max-width: 220px;
    margin: auto;
    color: #494949;
    line-height: 26px;
    margin-left: 42px;
    font-weight: bold;

}
/* Стили SVG картинок   */
.section_1 .step .svg_circle {
   position: absolute;
   top: 5px;
   left: 0%;
   opacity: 0;
   width: 311px;
}
.section_1 .step .svg_circle svg {
    width: 297px;
    height: 285px;
}
.section_1 .step .svg_arrow {
   position: absolute;
   opacity: 0;
   width: 184px;
   height: 51px;
   opacity: 0;
   
}
.section_1 .step .svg_arrow svg {
    width: 184px;
    height: 51px;
}
.section_1 .step .svg_arrow.lower  {
    bottom: 0; 
    right: -43%;
    animation-delay: .5s;
    transition-delay: .5s;
}
.section_1 .step .svg_arrow.upper {
   top: 5px;
   right: -43%; 
   animation-delay: 1.5s;
   transition-delay: 1.5s;
}

.section_1 .step:nth-child(2) .svg_circle {
    animation-delay: 1s;
    transition-delay: 1s;
}
.section_1 .step:nth-child(3) .svg_circle {
    animation-delay: 2s;
    transition-delay: 2s;
}

/* Секция 2 "Видео инструкция" */
.section_2 {
    text-align: center;
}
.section_2 p, span {
    font-size: 25px;
    color: #494949;
}
.section_2 p:first-child {
    margin-top: 0;
    margin-bottom: 45px;
}
.section_2 img {
    width: 550px;
}
.section_2 .img {
    display: block;
    margin: auto;
    width: 550px;
    margin-bottom: 22px;
}
.section_2 a + p {
    text-align: center;
    margin-bottom: 30px;

}
.section_2 .wrapper iframe + p {
    margin-top: 15px;
    margin-bottom: 40px;
}
.section_2 .cta_wrap {
    text-align: center;
    margin: 60px auto;

}
.section_2 .cta_wrap + p {
    padding-left: 150px;
    margin-bottom: 60px;
    background-image: url(/Landing/img/warning.png);
    background-repeat: no-repeat;
    background-position: 0% center;
    text-align: left;

}
.section_2 span {
    display: inline-block;
    margin-bottom: 120px;
}
.section_2 .span_1 {
    margin-bottom: 20px;
}
.section_2 iframe {
    border: 6px solid #D7D7D7;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); 
}
/* Скролл Вниз   */
.scroll {
    position: fixed;
    right: 5%;
    bottom: 5%;
    display: block;
    
}
.scroll img {
    width: 47px;
    display: block;
}

/* Анимация  */

/* Для круга */
.path {
  stroke-dasharray: 3500;
   opacity: 1 !important;
  animation: dash 1s  forwards;
 
}

@keyframes dash {
  from {
    stroke-dashoffset: 3500;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/* Для стрелок  */
.path2 {
  stroke-dasharray: 1000;
  opacity: .5 !important;
  animation: dash2 1s  forwards;
  
}

@keyframes dash2 {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* Тень */
.section_2 .effect {
  position: relative;
  text-align: center;
  display: inline-block;
}
.section_2 .effect:before, .section_2 .effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.section_2 .effect:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


/*  Media */
@media screen and (max-width: 1140px) {


    .section_1 h3 {
        margin-bottom: 60px;
    }
    .section_1 .step h5 {
        margin-left: 42px;
    }
    .wrapper  {
        padding: 0 30px;       
    }

    .section_2 p:first-child {
        margin-top: 45px;
    }
    
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 987px) {

    .section_1 .step h5 {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) { 
    .header .cta+span {
        font-size: 16px;
    }
    .header .wrapper {
       background: rgba(255,255,255,.45);
}
}
@media screen and (max-width: 480px) {
    .cta {
    font-size: 45px;
    padding: 30px 50px; 
    }
    .header .cta+span {
        font-size: 16px;
    }   
}
@media screen and (max-width: 1140px) {
.section_1 .step {
    width: 260px;    
    }
    .section_1 .step .svg_circle {
        width: 260px;
    }
.section_1 .step .svg_circle svg {
	width: 260px
}
.section_1 .step h5 {
	font-size: 32px;
        margin-left: auto;
}
.section_1 .step p {
	font-size: 14px;
        margin-left: auto;
        max-width: 195px;       
}
.section_1 .step .svg_arrow.lower {
    right: -50%;
}
.section_1 .step .svg_arrow.upper {
    right: -50%;
}
}
