html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}
input{
  color: black;
}
button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
button{
    padding-bottom: 4px;
}
@charset 'UTF-8';
/* Slider */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'Ã¢â‚¬Â¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padd;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
}

.slider_s_3 .slick-track {
  margin: 0 auto;
}
  .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    /* max-height: 80px; */
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    line-height: 80px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    position: relative;
    /* height: 80px; */
    vertical-align: middle;
    /* line-height: 80px; */
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media only screen and (min-width: 35em) {

}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
ul{
    text-align: ;
    list-style: none;;
}
body{
    min-width: 960px;
    height: 0px;
}

li>span{
  position: relative;
  top: -9px;
  font-size: 18px;
  color:#7e7e7e;
}
button{
  outline: none;
}
a{
   color: #4b4b4b;
}
.delay_1{
animation-delay:.2s;
-webkit-animation-delay:.2s;
-moz-animation-delay:.2s;
-ms-animation-delay:.2s;
}
.delay_2{
animation-delay:.3s;
-webkit-animation-delay:.3s;
-moz-animation-delay:.3s;
-ms-animation-delay:.3s;
}
.delay_3{
animation-delay:.4s;
-webkit-animation-delay:.4s;
-moz-animation-delay:.4s;
-ms-animation-delay:.4s;
}
.delay_4{
animation-delay:.5s;
-webkit-animation-delay:.5s;
-moz-animation-delay:.5s;
-ms-animation-delay:.5s;
}
.delay_5{
animation-delay:.6s;
-webkit-animation-delay:.6s;
-moz-animation-delay:.6s;
-ms-animation-delay:.6s;
}
.delay_6{
animation-delay:.7s;
-webkit-animation-delay:.7s;
-moz-animation-delay:.7s;
-ms-animation-delay:.7s;
}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #31a22e;
  color: white;
}

.hvr-fade_1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade_1:hover, .hvr-fade_1:focus, .hvr-fade_1:active {
  background-color: white;
  color: black;
}

@font-face {
font-family: "roboto-black";
  src: url("../fonts/roboto-black.woff") format("woff");
}
@font-face {
font-family: "roboto-bold";
  src: url("../fonts/roboto-bold.woff") format("woff");
}
@font-face {
font-family: "roboto-regular";
  src: url("../fonts/roboto-regular.woff") format("woff");
}
@font-face {
font-family: "roboto-medium";
  src: url("../fonts/roboto-medium.woff") format("woff");
}
@font-face {
font-family: "roboto-light";
  src: url("../fonts/roboto-light.woff") format("woff");
}
@font-face {
font-family: "impact";
  src: url("../fonts/impact.ttf");
}
@font-face {
font-family: "Bolero script";
  src: url("../fonts/cursive.ttf");
}
h1{
  margin: 0;
}
h2{
  margin: 0;
}
input{
  border: 0px solid white;
  text-indent: 20px;
  font-family: "roboto-regular";
  font-style: italic;
  font-size: 15px;
}
button{
  background: transparent;
}
a{
  text-decoration: none;
}
/*---------------------------------------------------------------------*/
.m{
  font-size: 15px;
}
.r{
  overflow: hidden;
  width: 100%;
}
.menu{
   height: 65px;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.75);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.75);
  box-shadow: 0 1px 2px rgba(0,0,0,.75);
  z-index: 999;
    overflow: visible;
}
.main_buttons{
  width: 960px;
  margin: 0 auto;

    text-align: center;
}
.menu_1{

  height: 35px;

  color:white;
  font-size: 14px;

    border: 0px solid white;
    text-align: center;

  font-family: "roboto-regular";
  position: relative;
  top: 9px;
}
.menu_2{

  height: 35px;

  color:white;
  font-size: 14px;

    border: 0px solid white;
    text-align: center;

      font-family: "roboto-regular";
  position: relative;
  top: 9px;
}
.menu_3{

  height: 35px;

  color:white;
  font-size: 14px;

    border: 0px solid white;
    text-align: center;

    font-family: "roboto-regular";
  position: relative;
  top: 9px;
}
.menu_4{

  height: 35px;

  color:white;
  font-size: 14px;

    border: 0px solid white;
    text-align: center;

        font-family: "roboto-regular";
  position: relative;
  top: 9px;

}
.menu_5{

  height: 35px;

  color:white;
  font-size: 14px;

    border: 0px solid white;
    text-align: center;
      position: relative;

  line-height: 14px;
  font-family: "roboto-regular";
    position: relative;
  top: 9px;

}
.menu_6{
 width: 141px;
  height: 35px;

  color:white;
  font-size: 14px;

    border: 0px solid white;
    text-align: center;
   font-family: "roboto-regular";
     position: relative;
  top: 9px;
}
.menu_1 p{
margin: 0;
border-right: 2px solid #31a22e;
  padding-right: 10px;
    margin-left: -7px;
    font-size: "roboto-medium";
    font-size: 18px;
      margin-left: 90px;
}
.menu_2 p{
margin: 0;
border-right: 2px solid #31a22e;
  padding-right: 10px;
    margin-left: -7px;
    font-size: "roboto-medium";
    font-size: 18px;
}
.menu_3 p{
margin: 0;
border-right: 2px solid #31a22e;
  padding-right: 10px;
    margin-left: -7px;
    font-size: "roboto-medium";
    font-size: 18px;
}
.menu_4 p{
margin: 0;
border-right: 2px solid #31a22e;
  padding-right: 10px;
    margin-left: -7px;
    font-size: "roboto-medium";
    font-size: 18px;
}
.menu_5 p{
margin: 0;
  padding-right: 10px;
    margin-left: -7px;
    font-size: "roboto-medium";
      padding-right: 60px;
      font-size: 18px;
}
.menu_6 p{
margin: 0;
border-right: 2px solid #31a22e;
  padding-right: 10px;
    margin-left: -7px;
    font-size: "roboto-medium";
    font-size: 18px;
}
.number{
display: inline-block;
}
.number p {
  margin: 0;
}
.number a{
color: rgb(49, 162, 46);
font-weight: 400;

font-family: "roboto-regular";
font-size: 18px;
  margin-bottom: 0px;
    margin-top: 5px;
}
.kar{
  display: inline-block;
  position: relative;
  top: -15px;
}
.number button{
width: 151px;
height: 25px;
border: 1.49px solid rgb(49, 162, 46);
border-radius: 3px;
color: white;
font-family: "roboto-regular";
font-size: 12px;
font-weight: 400;

}
.s_1{
  position: relative;

  width: 100%;
  height: 850px;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: inset 0px -200px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -200px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px -200px 5px 0px rgba(0,0,0,0.75);
}
.container_s_1{
      position: relative;
  width: 960px;
  height: 850px;
  margin: 0 auto;
}
.logo{
  padding-top: 20px;
  margin-left: 62px;
  z-index: 1000;
  position: relative;
}

.container_s_1 h2{
color: rgb(49, 162, 46);
font-family: "impact";
font-size: 60px;
font-weight: 400;
line-height: 59px;
text-transform: uppercase;
padding-left: 10px;
padding-top: 140px;
}
.container_s_1 h1{
text-shadow: 0 0 84px rgba(49, 162, 46, 0.75);
color: white;
font-family: "impact";
font-size: 102px;
font-weight: 400;
line-height: 100px;
text-transform: uppercase;
padding-left: 10px;
}
.container_s_1 input{
width: 220px;
height: 39px;
background-color: white;
border-radius: 3px;
}
.container_s_1 button{
  width: 220px;
  height: 43px;
  border: 1.49px solid rgb(49, 162, 46);
  border-radius: 3px;
  color: white;
  font-family: "roboto-regular";
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: 1px;
}
.form_s_1{
  display: block;
  margin: 0 auto;
  width: 705px;
}
.p_1_s_1{
  padding-top: 215px;
font-family: "roboto-medium" !important;
font-size: 28px;
line-height: 34px;
text-align: center;
color: rgb(254, 254, 254);
font-weight: 500;
}
.p_1_s_1 span{
font-family: "roboto-bold";
font-size: 28px;
line-height: 34px;
text-align: center;
color: rgb(49, 162, 46);
font-weight: 700;
text-transform: uppercase;
}
.p_2_s_1{
  text-align: center;
  color: rgb(254, 254, 254);
  font-family: "roboto-light";
font-size: 23px;
font-weight: 300;
line-height: 28px;
  background: url("../img/s_1/lock.png") no-repeat 305px;

}
.s_2{
  position: relative;
  background: #f0f0f0;
  width: 100%;
  height: 585px;
}
.container_s_2{
      position: relative;
  width: 960px;
  height: 585px;
  margin: 0 auto;
}
.container_s_2 h1{
  text-align: center;
 color: rgb(212, 160, 35);
 font-family: "roboto-bold";
font-size: 56px;
font-weight: 700;
line-height: 27px;
text-transform: uppercase;
padding-top: 35px;
}
.main_bl_1{
  margin-left: 170px;
    margin-top: 52px;
}
.main_bl_2{
    margin-left: 170px;
      margin-top: 90px;
}
.bl_1_s_2{
  position: relative;
  margin-right: 100px;
  display: inline-block;
  width: 136px;
height: 135px;
  background: url("../img/s_2/icon_s_2_1.png") no-repeat;
}
.bl_1_s_2 p{
 position: absolute;
  top: 140px;
  text-align: center;
  margin: 0 auto;
    left: 25px;
    color: rgb(140, 140, 140);
font-family: "roboto-medium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
}
.bl_2_s_2 p{
 position: absolute;
  top: 140px;
  text-align: center;
  margin: 0 auto;
    left: 0px;
      color: rgb(140, 140, 140);
font-family: "roboto-medium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
}
.bl_3_s_2 p{
 position: absolute;
  top: 140px;
  text-align: center;
  margin: 0 auto;
    left: 15px;
       color: rgb(140, 140, 140);
font-family: "roboto-medium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
}
.bl_4_s_2 p{
 position: absolute;
  top: 140px;
  text-align: center;
  margin: 0 auto;
    left: 15px;
        color: rgb(140, 140, 140);
font-family: "roboto-medium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
}
.bl_5_s_2 p{
 position: absolute;
  top: 140px;
  text-align: center;
  margin: 0 auto;
    left: 15px;
        color: rgb(140, 140, 140);
font-family: "roboto-medium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
}
.bl_6_s_2 p{
 position: absolute;
  top: 140px;
  text-align: center;
  margin: 0 auto;
    left: 15px;
        color: rgb(140, 140, 140);
font-family: "roboto-medium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
}

.bl_2_s_2{
  position: relative;
  margin-right: 100px;
  display: inline-block;
  width: 136px;
height: 135px;
  background: url("../img/s_2/icon_s_2_2.png") no-repeat;
}
.bl_3_s_2{
  position: relative;
  display: inline-block;
  width: 136px;
height: 135px;
  background: url("../img/s_2/icon_s_2_3.png") no-repeat;
}
.bl_4_s_2{
  position: relative;
  margin-right: 100px;
  display: inline-block;
  width: 136px;
height: 135px;
  background: url("../img/s_2/icon_s_2_4.png") no-repeat;
}
.bl_5_s_2{
  position: relative;
  margin-right: 100px;
  display: inline-block;
  width: 136px;
height: 135px;
  background: url("../img/s_2/icon_s_2_5.png") no-repeat;
}
.bl_6_s_2{
  position: relative;
  display: inline-block;
  width: 136px;
height: 135px;
  background: url("../img/s_2/icon_s_2_6.png") no-repeat;
}
.s_3{
  position: relative;
  background: #ffffff;
  width: 100%;
  height: 345px;
}
.s_3 .slick-arrow{
  display: none !important;/*none*/
}
.container_s_3{
      position: relative;
  width: 960px;
  height: 345px;
  margin: 0 auto;
  overflow: hidden;
}
.container_s_3 h1{
  padding-top: 40px;
  text-align: center;
  color: rgb(49, 162, 46);
font-family: "roboto-bold";
font-size: 48px;
font-weight: 700;
line-height: 29px;
text-transform: uppercase;
}
.bred-prev{
background: url("../img/s_3/left.png") no-repeat;
  height: 90px;
  width: 60px;
    left: -73px;
  top: 45px;

}
.bred-next{
  background: url("../img/s_3/right.png") no-repeat;
  height: 90px;
  width: 60px;
    right: -70px;
  top: 55px;
}
.bred-prev:hover{
background: url("../img/s_3/left.png") no-repeat;
  height: 90px;
  width: 60px;
    left: -73px;
  top: 45px;
}
.bred-next:hover{
  background: url("../img/s_3/right.png") no-repeat;
  height: 90px;
  width: 60px;
      right: -70px;
  top: 55px;
}
.slider_s_3{
  margin: 0 auto;
   width: 795px;
  margin-top: 40px;
  padding-left: 25px;
}
.slider_s_5{
    margin-left: 100px;
   width: 775px;
  display: block;
  margin: 0 auto;
    margin-top: 40px;
}
.arrow_5{
    margin-top: -43px;
  background-size: 40px;
}
.arrow_5:hover{
    margin-top: -43px;
  background-size: 40px;
}
.arrow_s_9{
     margin-top: 90px;
  margin-right: 100px;
}
.arrow_s_9_left{
    margin-top: 90px;
  margin-left: 120px;

}
.slide_s_9{
  height: 300px;
}
.slider_s_9 {

}
arrow_s_9_left{
   margin-top: 40px;
}
.slide_1{
  position: relative;
  width: 225px ;
  height: 175px;
  background: url("../img/s_3/bg_video.png") no-repeat;
}
.frame{
  width: 188px;
  height: 142px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.s_4{
  position: relative;
  background: black;
  width: 100%;
  height: 395px;
}
.container_s_4{
      position: relative;
  width: 960px;
  height: 395px;
  margin: 0 auto;

}
.bl_s_4_1 h1{
  position: absolute;
  text-align: center;
color: white;
font-family: "roboto-bold";
font-size: 30px;
font-weight: 400;
line-height: 18px;
text-transform: uppercase;
  top: 130px;
  left: 30px;
}
.bl_s_4_1 p{
  position: absolute;
  text-align: center;
color: white;
font-family: "roboto-regular";
font-size: 16px;
font-weight: 400;
line-height: 18px;
top: 170px;
  left: 30px;
}
.bl_s_4_2 h1{
  position: absolute;
  text-align: center;
color: white;
font-family: "roboto-bold";
font-size: 30px;
font-weight: 400;
  line-height: 31px;
text-transform: uppercase;
  top: 92px;
  left: 470px;
}
.bl_s_4_2 p{
  position: absolute;
  text-align: center;
color: white;
font-family: "roboto-regular";
font-size: 16px;
font-weight: 400;
line-height: 18px;
top: 170px;
    left: 405px;
}
.bl_s_4_3 h1{
  position: absolute;
  text-align: center;
  color: white;
  font-family: "roboto-bold";
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  top: 85px;
  left: 120px;
}
.bl_s_4_3 p{
  position: absolute;
  text-align: center;
color: white;
font-family: "roboto-regular";
font-size: 16px;
font-weight: 400;
line-height: 18px;
top: 170px;
    left: 140px;
}
.overlay_1_s_4{
  width: 638px !important;
  -webkit-transform: skewX(-11.5deg);
  -moz-transform: skewX(-11.5deg);
  transform: skewX(-11.5deg);
  position: absolute;
  width: inherit;
  height: inherit;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfe040fb', endColorstr='#bf673ab7', GradientType=0);
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  left: -322px;
  z-index:2;
}
.bl_s_4_1{

}
/*.overlay_1_s_4:hover{
   width: 0px !important;

}*/
.overlay_2_s_4{
  width: 408px !important;
  -webkit-transform: skewX(-11.5deg);
  -moz-transform: skewX(-11.5deg);
  transform: skewX(-11.5deg);
  position: absolute;
  width: inherit;
  height: inherit;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfe040fb', endColorstr='#bf673ab7', GradientType=0);
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  left: 321px;
  z-index:2;
    top: 0px;
}
/*.overlay_2_s_4:hover{
  width: 0px !important;
}*/


.overlay_3_s_4{
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-transform: skewX(-11.5deg);
  -moz-transform: skewX(-11.5deg);
  transform: skewX(-11.5deg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfe040fb', endColorstr='#bf673ab7', GradientType=0);
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  top: 0px;
  left: 734px;
  z-index: 2;
}
/*.overlay_3_s_4:hover{
width: 0px !important;
opacity: 0;
}
.overlay_3_s_4:hover{
width: 0px !important;

}
*/
.main_div_s_4{
  width: 900px;
  height: 395px;
}
.bl_s_4_1{
  display: inline-block;
  width: 370px;
  height: 395px;
background: url("../img/s_4/one.png") no-repeat;
}
.bl_s_4_2{
  display: inline-block;
   width: 410px;
  height: 395px;
  background: url("../img/s_4/two.png") no-repeat;
}
.bl_s_4_3{
position: relative;
  display: inline-block;
  width: 100%;
  height: 395px;
  background: url("../img/s_4/three.png") no-repeat;
  /* margin-left: -235px; */
  margin-left: -94px;
  top: -400px;
  left: 788px;
}
.s_5{
  position: relative;
  background: #ffffff;
  width: 100%;
  height: 238px;
}
.container_s_5{
      position: relative;
  width: 960px;
  height: 238px;
  margin: 0 auto;
}
.container_s_5 h1{
  text-align: center;
  padding-top: 45px;
color: rgb(212, 160, 35);
font-family: "roboto-bold";
font-size: 47px;
font-weight: 700;
line-height: 45px;
text-transform: uppercase;
}
.icon_s_5{
  display: block; */
  width: 80%;
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  vertical-align: middle;
  line-height: 100%;
}
.s_6{
  position: relative;
  background: url("../img/s_6/bg_s_6.png") no-repeat center black;
  width: 100%;
  height: 590px;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.container_s_6{
      position: relative;
  width: 960px;
  height: 627px;
  margin: 0 auto;
}

.container_s_6{
      position: relative;
  width: 960px;
  height: 360px;
  margin: 0 auto;
}
.container_s_6 h1{
  text-align: center;
  padding-top: 45px;
 text-shadow: 0 8px 21px black, 0 0 182px rgba(4, 158, 0, 0.6);
color: rgb(50, 216, 46);
font-family: "Impact";
font-size: 111px;
font-weight: 400;
line-height: 45px;
text-transform: uppercase;
}
.main_s_6{
    margin-top: 40px;
    margin-left: 30px;
}
.bl_s_6_1{
  display:inline-block;
  height: 370px;
  width: 367px;
background: url("../img/s_6/icon_s_6.png") no-repeat;
  margin-left: -60px;
}
.bl_s_6_2{
  display:inline-block;
  height: 370px;
   width: 367px;
background: url("../img/s_6/icon_s_6.png") no-repeat;
  margin-left: -60px;
}
.bl_s_6_3{
  display:inline-block;
  height: 370px;
  width: 367px;
 background: url("../img/s_6/icon_s_6.png") no-repeat;
   margin-left: -60px;
}
.text_bl_s_6_1_1{
  color: rgb(50, 217, 46);
font-family: "Bolero script";
font-size: 40px;
font-weight: 400;
text-align: center;
  padding-top: 30px;
}
.text_bl_s_6_2_1{
  color: rgb(50, 217, 46);
font-family: "Bolero script";
font-size: 40px;
font-weight: 400;
text-align: center;
  padding-top: 30px;
}
.text_bl_s_6_3_1{
  color: rgb(50, 217, 46);
font-family: "Bolero script";
font-size: 40px;
font-weight: 400;
text-align: center;
  padding-top: 30px;
}
.text_bl_s_6_1_2{
color: white;
font-family: "roboto-regular";
font-size: 22px;
text-align: center;
  margin-top: -25px;
}
.text_bl_s_6_2_2{
color: white;
font-family: "roboto-regular";
font-size: 22px;
text-align: center;
  margin-top: -25px;
}
.text_bl_s_6_3_2{
color: white;
font-family: "roboto-regular";
font-size: 22px;
text-align: center;
  margin-top: -25px;
}
.text_bl_s_6_1_3{
color: rgb(50, 217, 46);
font-family: "roboto-regular";
font-size: 22px;
font-weight: 400;
text-align: center;
  margin-top: 42px;
}
.text_bl_s_6_2_3{
color: rgb(50, 217, 46);
font-family: "roboto-regular";
font-size: 22px;
font-weight: 400;
text-align: center;
  margin-top: 42px;
}
.text_bl_s_6_3_3{
color: rgb(50, 217, 46);
font-family: "roboto-regular";
font-size: 22px;
font-weight: 400;
text-align: center;
  margin-top: 42px;
}
.btn_s_6{
  display:block;
  margin: 0 auto;
  width: 175px;
  height: 40px;
  border: 1.49px solid rgb(49, 162, 46);
border-radius: 3px;
color: white;
font-family: "roboto-regular";
font-size: 22px;
font-weight: 400;
  margin-top: 80px;
}
.lm{
  margin-left: 10px;
}
.s_7{

  position: relative;
  background: white;
  width: 100%;
   height: 335px;
      -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;

}
.container_s_7{
      position: relative;
  width: 960px;
     height: 335px;
  margin: 0 auto;

}
.container_s_7 h1{
text-align: center;
padding-top: 45px;
color: rgb(212, 160, 35);
font-family: "roboto-bold";
font-size: 52px;
font-weight: 700;
line-height: 58px;
text-transform: uppercase;
  margin-bottom: -60px;
}
.main_s_7{
     margin-left: 50px;
       margin-top: 20px;
}
.bl_s_7_1{
  position: relative;
  display: inline-block;
  width: 76px;
  height: 78px;
background: url("../img/s_7/i_s_7_1.png") no-repeat;
margin-right: 125px;
margin-top: 115px;
}
.bl_s_7_2{
  position: relative;
  display: inline-block;
    width: 76px;
  height: 78px;
  background: url("../img/s_7/i_s_7_2.png") no-repeat;
    margin-right: 115px;
  margin-top: 115px;
}
.bl_s_7_3{
  position: relative;
  display: inline-block;
    width: 76px;
  height: 78px;
 background: url("../img/s_7/i_s_7_3.png") no-repeat;
  margin-right: 112px;
 margin-top: 115px;
}
.bl_s_7_4{
  position: relative;
  display: inline-block;
    width: 76px;
  height: 78px;
 background: url("../img/s_7/i_s_7_4.png") no-repeat;
  margin-right: 110px;
 margin-top: 115px;
}
.bl_s_7_5{
  position: relative;
  display: inline-block;
    width: 76px;
  height: 78px;
 background: url("../img/s_7/i_s_7_5.png") no-repeat;
 margin-top: 115px;
}
.btn_s_7{
width: 128px;
height: 23px;
background-color: rgb(212, 160, 35);
border-radius: 2px;
color: white;
font-family: "roboto-regular";
font-size: 13px;
font-weight: 400;
border: 0px solid white;
  margin-left: 15px;
}
.bl_s_7_1 p{
  text-align: center;
position: absolute;
color: rgb(138, 138, 138);
font-family: "roboto-bold";
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
  top: -60px !important;
    left: -15px;
}
.bl_s_7_2 p{
  left: -24px;
  text-align: center;
position: absolute;
color: rgb(138, 138, 138);
font-family: "roboto-bold";
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
  top: -60px;
}
.bl_s_7_3 p{
  text-align: center;
position: absolute;
color: rgb(138, 138, 138);
font-family: "roboto-bold";
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
  top: -60px;
}
.bl_s_7_4 p{
  text-align: center;
position: absolute;
color: rgb(138, 138, 138);
font-family: "roboto-bold";
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
  top: -60px;
    left: -15px;
}
.bl_s_7_5 p{
  text-align: center;
position: absolute;
color: rgb(138, 138, 138);
font-family: "roboto-bold";
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
  top: -60px;
  width: 201px;
    left: -70px;
}

.point{
  position: absolute;
  top: 200px;
  left: 125px;
}

.point_2{
  position: absolute;
  top: 200px;
   left: 330px;
}

.point_3{
  position: absolute;
  top: 200px;
  left: 525px;
}

.point_4{
  position: absolute;
  top: 200px;
    left: 716px;
}
.s_8{
    background: url("../img/s_8/bg_s_8.png") no-repeat center black;
  position: relative;

  width: 100%;
  height: 510px;
      -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
    -webkit-box-shadow: inset 0px -145px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -145px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px -145px 5px 0px rgba(0,0,0,0.75);
}
.container_s_8{
      position: relative;
  width: 960px;
  height: 510px;
  margin: 0 auto;
}
.form_s_1{
  text-align: center;
  font-size: 24px;
font-weight: 400;
text-transform: uppercase;
color: white;
font-family: "roboto-bold";


}
.container_s_8 h2{
color: white;
font-family: "Bolero script";
font-size: 95px;
font-weight: 300;
line-height: 106px;
padding-top: 40px;
padding-left: 10px;
}

.container_s_8 h1{
color: rgb(68, 205, 0);
font-family: Impact;
font-size: 117px;
font-weight: 400;
line-height: 104px;
text-transform: uppercase;
padding-left: 10px;
  margin-top: -13px;
}
.text_s_8_p{
font-size: 24px;
font-weight: 400;
text-transform: uppercase;
color: white;
font-family: "roboto-bold";
  width: 510px;
  padding-left: 10px;
    margin-top: 10px;
}
.container_s_8 span{
font-size: 24px;
font-weight: 400;
text-transform: uppercase;
color: rgb(67, 206, 1);
font-family: "roboto-bold";
}

.container_s_8 input{
width: 220px;
height: 39px;
background-color: white;
border-radius: 3px;
color: black;
}
.container_s_8 button{
  width: 220px;
  height: 43px;
  border: 2px solid white;
  border-radius: 3px;
  color: white;
  font-family: "roboto-regular";
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: 1px;
}
.form_s_1{
  display: block;
  margin: 0 auto;
  width: 705px;
}
.q{
  margin-top: 15px;
}
.s_9{
  position: relative;
  background: white;
  width: 100%;
  height: 355px;

}
.container_s_9{
      position: relative;
  width: 960px;
  height: 355px;
  margin: 0 auto;
}
.slide_s_9{
  position: relative;
    top: 30px;
}
.slide_s_9 p{
  width: 450px;
  color: rgb(117, 117, 117);
  font-family: "roboto-regular";
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  position: absolute;
  left: 332px;
  top: 93px;
}
.container_s_9 h1{
color: rgb(117, 117, 117);
font-family: "roboto-bold";
font-size: 61px;
font-weight: 700;
line-height: 37px;
text-transform: uppercase;
text-align: center;
padding-top: 30px;
}
.form_s_1 p{
  padding-top: 5px;
    margin-bottom: 10px;
}
.container_s_9 img{
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 120px;
  top: 60px;
}

.s_10{
  position: relative;
    background: url("../img/s_10/bg_s_10.png") no-repeat center black;
  width: 100%;
  height: 250;
        -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.container_s_10{
      position: relative;
  width: 960px;
  height: 250px;
  margin: 0 auto;
}
.p_1{
  padding-top: 23px;
  text-align: center;
color: white;
font-family: "roboto-bold";
font-size: 48px;
font-weight: 500;
line-height: 24px;
text-transform: uppercase;
}
.p_2 a{
  position: absolute;
  background: url("../img/s_10/mobile_s_10.png") no-repeat center left;
  background-size: 20px;
  color: white;
  font-family: "roboto-regular";
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  left: 10px;
  margin-top: 0;
  height: 25px;
  padding-top: 4px;
  text-indent: 65px;
}
.p_3{position: absolute;background: url("../img/s_10/email_s_10.png") no-repeat 2px 2px;background-size: 30px;color: white;font-family: "roboto-regular";font-size: 26px;font-weight: 400;line-height: 14px;left: 520px;height: 50px;text-indent: 65px;padding-top: 6px;margin-top: 0;}
.container_s_10 img{
 display: block;
 margin: 0 auto;
 margin-top: 110px;
 width: 160px;
 height: 45px;
}
.box,.page {
position:fixed;
top:0;
left:0;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
z-index:999;
background:rgba(15, 102, 99, 0.5);
color:white;
}
.is_overlay{display: block;width: 100%;height: 110%;min-width: 100%;}
.is_overlay video {position: absolute;bottom: 0px;right: 0px;top:0px;min-width: 100%;min-height: 100%;width: 100%;height: 100%;z-index: -999;overflow: hidden;object-fit: cover;}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.element_pop{width: 345px;/* height: 290px; */background-color: rgb(27, 84, 31);display: none;padding-bottom: 20px;padding-top: 20px;text-align: center;padding-left: 30px;padding-right: 30px;}
.element_pop p{
  text-align: center;
color: rgb(254, 254, 254);
font-family: "roboto-regular";

font-size: 20px;
line-height: 24px;

font-weight: 500;
  font-weight: 500;
  margin: 0;
  padding-top: 5px;

}
.in_all{
width: 234px;
height: 39px;
background-color: white;
border-radius: 4px;
display: block;
margin: 0 auto;
margin-top: 20px;

}
.btn_elem_pop_1{display: block;margin:  0 auto;width: 308px;height: 41px;background-color: rgb(49, 162, 46);border: 1.49px solid rgb(49, 162, 46);border-radius: 3px;margin-top: 20px;color: white;font-family: "roboto-light";font-size: 23px;font-weight: 400;}
.modal_close{
   background-color: white;
   border-radius: 100%;
   height: 20px;
   width: 21px;
   color: #31a22e;
   position: absolute;
   text-indent: 5px;
   left: 300px;
   top: -5px;
   /* right: -5px; */
   cursor: pointer;
}
.modal{
  display: none;
      background-color: rgb(27, 84, 31);
          width: 351px;
    text-align: center;
        margin: 0 auto;
}
.modal p{
color:white;
}
.modal span{
background-color: white;
    border-radius: 50%;
    height: 20px;
    width: 21px;
    color: #31a22e;
    position: absolute;
    text-indent:0px;

left: 341px;
    top: -5px;
    cursor: pointer;
}
.bl_s_7_1,.bl_s_7_2,.bl_s_7_3,.bl_s_7_4,.bl_s_7_5,.bl_s_6_1,.bl_s_6_2,.bl_s_6_3,.bl_1_s_2,.bl_2_s_2,.bl_3_s_2,.bl_4_s_2,.bl_5_s_2,.bl_6_s_2{
  opacity: 1;
}
#overlay_me {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.popup_me {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #10380f;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    text-align: center;
    width: 370px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
}
.close_me_soc {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(54, 56, 54);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
}
.close_me_soc:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¸ */
.close_me_soc:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
.pop_me_header {}
.pop_me_container {
    margin-top: 10px;
}
.pop_me_block {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background: #333;
    border-radius: 100%;
}
.pop_me_block:hover {box-shadow: 0px 0px 3px 2px #333;}
#soc_me_1 {
    background: url(/img/vk_me.png) no-repeat center center;
    background-size: contain;
}
#soc_me_2 {
    background: url(/img/fb_me.png) no-repeat center center;
    background-size: contain;
}
#soc_me_3 {
    background: url(/img/you_me.png) no-repeat center center;
    background-size: contain;
}
#soc_me_4 {
    background: url(/img/insta_me.png) no-repeat center center;
    background-size: contain;
}
#element_pop .modal_close{
    position: absolute;
    right: -60px;
    margin-right: -50px;
    display: block;
    margin-left: 94px;
    top: -10px;
    text-align: center;
    color: #333;
}
.bl_s_6_5 {}
.bl_s_6_4 {}
.s_5  .slick-initialized .slick-slide {
  height: 80px;
}
#case {
  
}
#case .container{width: 100%;max-width: 1500px;margin-left: auto;margin-right: auto;background: url('../img/case_bg.png') no-repeat center center, #fff;background-size: cover;
text-align: center;
}
.case_in {
  opacity: 0;
}
.case_box {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    text-align: center;
    min-height: 100%;
    height: 395px;
    margin-left: 110px;
}
.case_box:hover .case_in{
  opacity: 1;html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}
input{
  color: black;
}
button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
button{
    padding-bottom: 4px;
}
@charset 'UTF-8';
/* Slider */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'Ã¢â‚¬Â¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padd;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    /* max-height: 80px; */
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    line-height: 80px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    position: relative;
    /* height: 80px; */
    vertical-align: middle;
    /* line-height: 80px; */
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media only screen and (min-width: 35em) {

}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
ul{
    text-align: ;
    list-style: none;;
}
body{
    min-width: 960px;
    height: 0px;
}

li>span{
  position: relative;
  top: -9px;
  font-size: 18px;
  color:#7e7e7e;
}
button{
  outline: none;
}
a{
   color: #4b4b4b;
}
.delay_1{
animation-delay:.2s;
-webkit-animation-delay:.2s;
-moz-animation-delay:.2s;
-ms-animation-delay:.2s;
}
.delay_2{
animation-delay:.3s;
-webkit-animation-delay:.3s;
-moz-animation-delay:.3s;
-ms-animation-delay:.3s;
}
.delay_3{
animation-delay:.4s;
-webkit-animation-delay:.4s;
-moz-animation-delay:.4s;
-ms-animation-delay:.4s;
}
.delay_4{
animation-delay:.5s;
-webkit-animation-delay:.5s;
-moz-animation-delay:.5s;
-ms-animation-delay:.5s;
}
.delay_5{
animation-delay:.6s;
-webkit-animation-delay:.6s;
-moz-animation-delay:.6s;
-ms-animation-delay:.6s;
}
.delay_6{
animation-delay:.7s;
-webkit-animation-delay:.7s;
-moz-animation-delay:.7s;
-ms-animation-delay:.7s;
}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #31a22e;
  color: white;
}

.hvr-fade_1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade_1:hover, .hvr-fade_1:focus, .hvr-fade_1:active {
  background-color: white;
  color: black;
}

@font-face {
font-family: "roboto-black";
  src: url("../fonts/roboto-black.woff") format("woff");
}
@font-face {
font-family: "roboto-bold";
  src: url("../fonts/roboto-bold.woff") format("woff");
}
@font-face {
font-family: "roboto-regular";
  src: url("../fonts/roboto-regular.woff") format("woff");
}
@font-face {
font-family: "roboto-medium";
  src: url("../fonts/roboto-medium.woff") format("woff");
}
@font-face {
font-family: "roboto-light";
  src: url("../fonts/roboto-light.woff") format("woff");
}
@font-face {
font-family: "impact";
  src: url("../fonts/impact.ttf");
}
@font-face {
font-family: "Bolero script";
  src: url("../fonts/cursive.ttf");
}
h1{
  margin: 0;
}
h2{
  margin: 0;
}
input{
  border: 0px solid white;
  text-indent: 20px;
  font-family: "roboto-regular";
  font-style: italic;
  font-size: 15px;
}
button{
  background: transparent;
}
a{
  text-decoration: none;
}
/*---------------------------------------------------------------------*/
.m{
  font-size: 15px;
}
.r{
  overflow: hidden;
}
.menu{
   height: 65px;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.75);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.75);
  box-shadow: 0 1px 2px rgba(0,0,0,.75);
  z-index: 999;
    overflow: visible;
}
.main_buttons{
  width: 960px;
  margin: 0 auto;

    text-align: center;
}
.menu_1{

  height: 35px;

  color:white;
  font-size: 14px;

    border: 0px solid white;
    text-align: center;

  font-family: "roboto-regular";
  position: relative;
  top: 9px;
}
.menu_2{

  height: 35px;

  color:white;
  font-size: 14px;

    border: 0px solid white;
    text-align: center;

      font-family: "roboto-regular";
  position: relative;
  top: 9px;
}
.menu_3{

  height: 35px;

  color:white;
  font-size: 14px;

    border: 0px solid white;
    text-align: center;

    font-family: "roboto-regular";
  position: relative;
  top: 9px;
}
.menu_4{

  height: 35px;

  color:white;
  font-size: 14px;

    border: 0px solid white;
    text-align: center;

        font-family: "roboto-regular";
  position: relative;
  top: 9px;

}
.menu_5{

  height: 35px;

  color:white;
  font-size: 14px;

    border: 0px solid white;
    text-align: center;
      position: relative;

  line-height: 14px;
  font-family: "roboto-regular";
    position: relative;
  top: 9px;

}
.menu_6{
 width: 141px;
  height: 35px;

  color:white;
  font-size: 14px;

    border: 0px solid white;
    text-align: center;
   font-family: "roboto-regular";
     position: relative;
  top: 9px;
}
.menu_1 p{
margin: 0;
border-right: 2px solid #31a22e;
  padding-right: 10px;
    margin-left: -7px;
    font-size: "roboto-medium";
    font-size: 18px;
      margin-left: 90px;
}
.menu_2 p{
margin: 0;
border-right: 2px solid #31a22e;
  padding-right: 10px;
    margin-left: -7px;
    font-size: "roboto-medium";
    font-size: 18px;
}
.menu_3 p{
margin: 0;
border-right: 2px solid #31a22e;
  padding-right: 10px;
    margin-left: -7px;
    font-size: "roboto-medium";
    font-size: 18px;
}
.menu_4 p{
margin: 0;
border-right: 2px solid #31a22e;
  padding-right: 10px;
    margin-left: -7px;
    font-size: "roboto-medium";
    font-size: 18px;
}
.menu_5 p{
margin: 0;
  padding-right: 10px;
    margin-left: -7px;
    font-size: "roboto-medium";
      padding-right: 60px;
      font-size: 18px;
}
.menu_6 p{
margin: 0;
border-right: 2px solid #31a22e;
  padding-right: 10px;
    margin-left: -7px;
    font-size: "roboto-medium";
    font-size: 18px;
}
.number{
display: inline-block;
}
.number p{
color: rgb(49, 162, 46);
font-weight: 400;

font-family: "roboto-regular";
font-size: 18px;
  margin-bottom: 0px;
    margin-top: 5px;
}
.kar{
  display: inline-block;
  position: relative;
  top: -15px;
}
.number button{
width: 151px;
height: 25px;
border: 1.49px solid rgb(49, 162, 46);
border-radius: 3px;
color: white;
font-family: "roboto-regular";
font-size: 12px;
font-weight: 400;

}
.s_1{
  position: relative;

  width: 100%;
  height: 850px;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: inset 0px -200px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -200px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px -200px 5px 0px rgba(0,0,0,0.75);
}
.container_s_1{
      position: relative;
  width: 960px;
  height: 850px;
  margin: 0 auto;
}
.logo{
  padding-top: 20px;
  margin-left: 62px;
  z-index: 1000;
  position: relative;
}

.container_s_1 h2{
color: rgb(49, 162, 46);
font-family: "impact";
font-size: 60px;
font-weight: 400;
line-height: 59px;
text-transform: uppercase;
padding-left: 10px;
padding-top: 40px;
}
.container_s_1 h1{
text-shadow: 0 0 84px rgba(49, 162, 46, 0.75);
color: white;
font-family: "impact";
font-size: 102px;
font-weight: 400;
line-height: 100px;
text-transform: uppercase;
padding-left: 10px;
}
.container_s_1 input{
width: 220px;
height: 39px;
background-color: white;
border-radius: 3px;
}
.container_s_1 button{
  width: 220px;
  height: 43px;
  border: 1.49px solid rgb(49, 162, 46);
  border-radius: 3px;
  color: white;
  font-family: "roboto-regular";
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: 1px;
}
.form_s_1{
  display: block;
  margin: 0 auto;
  width: 705px;
}
.p_1_s_1{
  padding-top: 215px;
font-family: "roboto-medium" !important;
font-size: 28px;
line-height: 34px;
text-align: center;
color: rgb(254, 254, 254);
font-weight: 500;
}
.p_1_s_1 span{
font-family: "roboto-bold";
font-size: 28px;
line-height: 34px;
text-align: center;
color: rgb(49, 162, 46);
font-weight: 700;
text-transform: uppercase;
}
.p_2_s_1{
  text-align: center;
  color: rgb(254, 254, 254);
  font-family: "roboto-light";
font-size: 23px;
font-weight: 300;
line-height: 28px;
  background: url("../img/s_1/lock.png") no-repeat 305px;

}
.s_2{
  position: relative;
  background: #f0f0f0;
  width: 100%;
  height: 585px;
}
.container_s_2{
      position: relative;
  width: 960px;
  height: 585px;
  margin: 0 auto;
}
.container_s_2 h1{
  text-align: center;
 color: rgb(212, 160, 35);
 font-family: "roboto-bold";
font-size: 56px;
font-weight: 700;
line-height: 27px;
text-transform: uppercase;
padding-top: 35px;
}
.main_bl_1{
  margin-left: 170px;
    margin-top: 52px;
}
.main_bl_2{
    margin-left: 170px;
      margin-top: 90px;
}
.bl_1_s_2{
  position: relative;
  margin-right: 100px;
  display: inline-block;
  width: 136px;
height: 135px;
  background: url("../img/s_2/icon_s_2_1.png") no-repeat;
}
.bl_1_s_2 p{
 position: absolute;
  top: 140px;
  text-align: center;
  margin: 0 auto;
    left: 25px;
    color: rgb(140, 140, 140);
font-family: "roboto-medium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
}
.bl_2_s_2 p{
 position: absolute;
  top: 140px;
  text-align: center;
  margin: 0 auto;
    left: 0px;
      color: rgb(140, 140, 140);
font-family: "roboto-medium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
}
.bl_3_s_2 p{
 position: absolute;
  top: 140px;
  text-align: center;
  margin: 0 auto;
    left: 15px;
       color: rgb(140, 140, 140);
font-family: "roboto-medium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
}
.bl_4_s_2 p{
 position: absolute;
  top: 140px;
  text-align: center;
  margin: 0 auto;
    left: 15px;
        color: rgb(140, 140, 140);
font-family: "roboto-medium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
}
.bl_5_s_2 p{
 position: absolute;
  top: 140px;
  text-align: center;
  margin: 0 auto;
    left: 15px;
        color: rgb(140, 140, 140);
font-family: "roboto-medium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
}
.bl_6_s_2 p{
 position: absolute;
  top: 140px;
  text-align: center;
  margin: 0 auto;
    left: 15px;
        color: rgb(140, 140, 140);
font-family: "roboto-medium";
font-size: 18px;
font-weight: 500;
line-height: 18px;
}

.bl_2_s_2{
  position: relative;
  margin-right: 100px;
  display: inline-block;
  width: 136px;
height: 135px;
  background: url("../img/s_2/icon_s_2_2.png") no-repeat;
}
.bl_3_s_2{
  position: relative;
  display: inline-block;
  width: 136px;
height: 135px;
  background: url("../img/s_2/icon_s_2_3.png") no-repeat;
}
.bl_4_s_2{
  position: relative;
  margin-right: 100px;
  display: inline-block;
  width: 136px;
height: 135px;
  background: url("../img/s_2/icon_s_2_4.png") no-repeat;
}
.bl_5_s_2{
  position: relative;
  margin-right: 100px;
  display: inline-block;
  width: 136px;
height: 135px;
  background: url("../img/s_2/icon_s_2_5.png") no-repeat;
}
.bl_6_s_2{
  position: relative;
  display: inline-block;
  width: 136px;
height: 135px;
  background: url("../img/s_2/icon_s_2_6.png") no-repeat;
}
.s_3{
  position: relative;
  background: #ffffff;
  width: 100%;
  height: 345px;
}
.container_s_3{
      position: relative;
  width: 960px;
  height: 345px;
  margin: 0 auto;
  overflow: hidden;
}
.container_s_3 h1{
  padding-top: 40px;
  text-align: center;
  color: rgb(49, 162, 46);
font-family: "roboto-bold";
font-size: 48px;
font-weight: 700;
line-height: 29px;
text-transform: uppercase;
}
.bred-prev{
background: url("../img/s_3/left.png") no-repeat;
  height: 90px;
  width: 60px;
    left: -73px;
  top: 45px;

}
.bred-next{
  background: url("../img/s_3/right.png") no-repeat;
  height: 90px;
  width: 60px;
    right: -70px;
  top: 55px;
}
.bred-prev:hover{
background: url("../img/s_3/left.png") no-repeat;
  height: 90px;
  width: 60px;
    left: -73px;
  top: 45px;
}
.bred-next:hover{
  background: url("../img/s_3/right.png") no-repeat;
  height: 90px;
  width: 60px;
      right: -70px;
  top: 55px;
}
.slider_s_3{
  margin: 0 auto;
   width: 795px;
  margin-top: 40px;
  padding-left: 25px;
}
.slider_s_5{
    margin-left: 100px;
   width: 775px;
  display: block;
  margin: 0 auto;
    margin-top: 40px;
}
.arrow_5{
    margin-top: -43px;
  background-size: 40px;
}
.arrow_5:hover{
    margin-top: -43px;
  background-size: 40px;
}
.arrow_s_9{
     margin-top: 90px;
  margin-right: 100px;
}
.arrow_s_9_left{
    margin-top: 90px;
  margin-left: 120px;

}
.slide_s_9{
  height: 300px;
}
.slider_s_9 {

}
arrow_s_9_left{
   margin-top: 40px;
}
.slide_1{
  position: relative;
  width: 225px ;
  height: 175px;
  background: url("../img/s_3/bg_video.png") no-repeat;
}
.frame{
  width: 188px;
  height: 142px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.s_4{
  position: relative;
  background: black;
  width: 100%;
  height: 395px;
}
.container_s_4{
      position: relative;
  width: 960px;
  height: 395px;
  margin: 0 auto;

}
.bl_s_4_1 h1{
  position: absolute;
  text-align: center;
color: white;
font-family: "roboto-bold";
font-size: 30px;
font-weight: 400;
line-height: 18px;
text-transform: uppercase;
  top: 130px;
  left: 30px;
}
.bl_s_4_1 p{
  position: absolute;
  text-align: center;
color: white;
font-family: "roboto-regular";
font-size: 16px;
font-weight: 400;
line-height: 18px;
top: 170px;
  left: 30px;
}
.bl_s_4_2 h1{
  position: absolute;
  text-align: center;
color: white;
font-family: "roboto-bold";
font-size: 30px;
font-weight: 400;
  line-height: 31px;
text-transform: uppercase;
  top: 92px;
  left: 470px;
}
.bl_s_4_2 p{
  position: absolute;
  text-align: center;
color: white;
font-family: "roboto-regular";
font-size: 16px;
font-weight: 400;
line-height: 18px;
top: 170px;
    left: 405px;
}
.bl_s_4_3 h1{
  position: absolute;
  text-align: center;
  color: white;
  font-family: "roboto-bold";
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  top: 85px;
  left: 120px;
}
.bl_s_4_3 p{
  position: absolute;
  text-align: center;
color: white;
font-family: "roboto-regular";
font-size: 16px;
font-weight: 400;
line-height: 18px;
top: 170px;
    left: 140px;
}
.overlay_1_s_4{
  width: 638px !important;
  -webkit-transform: skewX(-11.5deg);
  -moz-transform: skewX(-11.5deg);
  transform: skewX(-11.5deg);
  position: absolute;
  width: inherit;
  height: inherit;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfe040fb', endColorstr='#bf673ab7', GradientType=0);
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  left: -322px;
  z-index:2;
}
.bl_s_4_1{

}
/*.overlay_1_s_4:hover{
   width: 0px !important;

}*/
.overlay_2_s_4{
  width: 408px !important;
  -webkit-transform: skewX(-11.5deg);
  -moz-transform: skewX(-11.5deg);
  transform: skewX(-11.5deg);
  position: absolute;
  width: inherit;
  height: inherit;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfe040fb', endColorstr='#bf673ab7', GradientType=0);
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  left: 321px;
  z-index:2;
    top: 0px;
}
/*.overlay_2_s_4:hover{
  width: 0px !important;
}*/


.overlay_3_s_4{
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-transform: skewX(-11.5deg);
  -moz-transform: skewX(-11.5deg);
  transform: skewX(-11.5deg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfe040fb', endColorstr='#bf673ab7', GradientType=0);
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  top: 0px;
  left: 734px;
  z-index: 2;
}
/*.overlay_3_s_4:hover{
width: 0px !important;
opacity: 0;
}
.overlay_3_s_4:hover{
width: 0px !important;

}
*/
.main_div_s_4{
  width: 900px;
  height: 395px;
}
.bl_s_4_1{
  display: inline-block;
  width: 370px;
  height: 395px;
background: url("../img/s_4/one.png") no-repeat;
}
.bl_s_4_2{
  display: inline-block;
   width: 410px;
  height: 395px;
  background: url("../img/s_4/two.png") no-repeat;
}
.bl_s_4_3{
position: relative;
  display: inline-block;
  width: 100%;
  height: 395px;
  background: url("../img/s_4/three.png") no-repeat;
  /* margin-left: -235px; */
  margin-left: -94px;
  top: -400px;
  left: 788px;
}
.s_5{
  position: relative;
  background: #ffffff;
  width: 100%;
  height: 238px;
}
.container_s_5{
      position: relative;
  width: 960px;
  height: 238px;
  margin: 0 auto;
}
.container_s_5 h1{
  text-align: center;
  padding-top: 45px;
color: rgb(212, 160, 35);
font-family: "roboto-bold";
font-size: 47px;
font-weight: 700;
line-height: 45px;
text-transform: uppercase;
}
.icon_s_5{
  display: block; */
  width: 80%;
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  vertical-align: middle;
  line-height: 100%;
}
.s_6{
  position: relative;
  background: url("../img/s_6/bg_s_6.png") no-repeat center black;
  width: 100%;
  height: 590px;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.container_s_6{
      position: relative;
  width: 960px;
  height: 627px;
  margin: 0 auto;
}

.container_s_6{
      position: relative;
  width: 960px;
  height: 360px;
  margin: 0 auto;
}
.container_s_6 h1{
  text-align: center;
  padding-top: 45px;
 text-shadow: 0 8px 21px black, 0 0 182px rgba(4, 158, 0, 0.6);
color: rgb(50, 216, 46);
font-family: "Impact";
font-size: 111px;
font-weight: 400;
line-height: 45px;
text-transform: uppercase;
}
.main_s_6{
    margin-top: 40px;
    margin-left: 30px;
}
.bl_s_6_1{
  display:inline-block;
  height: 370px;
  width: 367px;
background: url("../img/s_6/icon_s_6.png") no-repeat;
  margin-left: -60px;
}
.bl_s_6_2{
  display:inline-block;
  height: 370px;
   width: 367px;
background: url("../img/s_6/icon_s_6.png") no-repeat;
  margin-left: -60px;
}
.bl_s_6_3{
  display:inline-block;
  height: 370px;
  width: 367px;
 background: url("../img/s_6/icon_s_6.png") no-repeat;
   margin-left: -60px;
}
.text_bl_s_6_1_1{
  color: rgb(50, 217, 46);
font-family: "Bolero script";
font-size: 40px;
font-weight: 400;
text-align: center;
  padding-top: 30px;
}
.text_bl_s_6_2_1{
  color: rgb(50, 217, 46);
font-family: "Bolero script";
font-size: 40px;
font-weight: 400;
text-align: center;
  padding-top: 30px;
}
.text_bl_s_6_3_1{
  color: rgb(50, 217, 46);
font-family: "Bolero script";
font-size: 40px;
font-weight: 400;
text-align: center;
  padding-top: 30px;
}
.text_bl_s_6_1_2{
color: white;
font-family: "roboto-regular";
font-size: 22px;
text-align: center;
  margin-top: -25px;
}
.text_bl_s_6_2_2{
color: white;
font-family: "roboto-regular";
font-size: 22px;
text-align: center;
  margin-top: -25px;
}
.text_bl_s_6_3_2{
color: white;
font-family: "roboto-regular";
font-size: 22px;
text-align: center;
  margin-top: -25px;
}
.text_bl_s_6_1_3{
color: rgb(50, 217, 46);
font-family: "roboto-regular";
font-size: 22px;
font-weight: 400;
text-align: center;
  margin-top: 42px;
}
.text_bl_s_6_2_3{
color: rgb(50, 217, 46);
font-family: "roboto-regular";
font-size: 22px;
font-weight: 400;
text-align: center;
  margin-top: 42px;
}
.text_bl_s_6_3_3{
color: rgb(50, 217, 46);
font-family: "roboto-regular";
font-size: 22px;
font-weight: 400;
text-align: center;
  margin-top: 42px;
}
.btn_s_6{
  display:block;
  margin: 0 auto;
  width: 175px;
  height: 40px;
  border: 1.49px solid rgb(49, 162, 46);
border-radius: 3px;
color: white;
font-family: "roboto-regular";
font-size: 22px;
font-weight: 400;
  margin-top: 80px;
}
.lm{
  margin-left: 10px;
}
.s_7{

  position: relative;
  background: white;
  width: 100%;
   height: 335px;
      -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;

}
.container_s_7{
      position: relative;
  width: 960px;
     height: 335px;
  margin: 0 auto;

}
.container_s_7 h1{
text-align: center;
padding-top: 45px;
color: rgb(212, 160, 35);
font-family: "roboto-bold";
font-size: 52px;
font-weight: 700;
line-height: 58px;
text-transform: uppercase;
  margin-bottom: -60px;
}
.main_s_7{
     margin-left: 50px;
       margin-top: 20px;
}
.bl_s_7_1{
  position: relative;
  display: inline-block;
  width: 76px;
  height: 78px;
background: url("../img/s_7/i_s_7_1.png") no-repeat;
margin-right: 125px;
margin-top: 115px;
}
.bl_s_7_2{
  position: relative;
  display: inline-block;
    width: 76px;
  height: 78px;
  background: url("../img/s_7/i_s_7_2.png") no-repeat;
    margin-right: 115px;
  margin-top: 115px;
}
.bl_s_7_3{
  position: relative;
  display: inline-block;
    width: 76px;
  height: 78px;
 background: url("../img/s_7/i_s_7_3.png") no-repeat;
  margin-right: 112px;
 margin-top: 115px;
}
.bl_s_7_4{
  position: relative;
  display: inline-block;
    width: 76px;
  height: 78px;
 background: url("../img/s_7/i_s_7_4.png") no-repeat;
  margin-right: 110px;
 margin-top: 115px;
}
.bl_s_7_5{
  position: relative;
  display: inline-block;
    width: 76px;
  height: 78px;
 background: url("../img/s_7/i_s_7_5.png") no-repeat;
 margin-top: 115px;
}
.btn_s_7{
width: 128px;
height: 23px;
background-color: rgb(212, 160, 35);
border-radius: 2px;
color: white;
font-family: "roboto-regular";
font-size: 13px;
font-weight: 400;
border: 0px solid white;
  margin-left: 15px;
}
.bl_s_7_1 p{
  text-align: center;
position: absolute;
color: rgb(138, 138, 138);
font-family: "roboto-bold";
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
  top: -60px !important;
    left: -15px;
}
.bl_s_7_2 p{
  left: -24px;
  text-align: center;
position: absolute;
color: rgb(138, 138, 138);
font-family: "roboto-bold";
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
  top: -60px;
}
.bl_s_7_3 p{
  text-align: center;
position: absolute;
color: rgb(138, 138, 138);
font-family: "roboto-bold";
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
  top: -60px;
}
.bl_s_7_4 p{
  text-align: center;
position: absolute;
color: rgb(138, 138, 138);
font-family: "roboto-bold";
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
  top: -60px;
    left: -15px;
}
.bl_s_7_5 p{
  text-align: center;
position: absolute;
color: rgb(138, 138, 138);
font-family: "roboto-bold";
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
  top: -60px;
  width: 201px;
    left: -70px;
}

.point{
  position: absolute;
  top: 200px;
  left: 125px;
}

.point_2{
  position: absolute;
  top: 200px;
   left: 330px;
}

.point_3{
  position: absolute;
  top: 200px;
  left: 525px;
}

.point_4{
  position: absolute;
  top: 200px;
    left: 716px;
}
.s_8{
    background: url("../img/s_8/bg_s_8.png") no-repeat center black;
  position: relative;

  width: 100%;
  height: 510px;
      -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
    -webkit-box-shadow: inset 0px -145px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -145px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px -145px 5px 0px rgba(0,0,0,0.75);
}
.container_s_8{
      position: relative;
  width: 960px;
  height: 510px;
  margin: 0 auto;
}
.form_s_1{
  text-align: center;
  font-size: 24px;
font-weight: 400;
text-transform: uppercase;
color: white;
font-family: "roboto-bold";


}
.container_s_8 h2{
color: white;
font-family: "Bolero script";
font-size: 95px;
font-weight: 300;
line-height: 106px;
padding-top: 40px;
padding-left: 10px;
}

.container_s_8 h1{
color: rgb(68, 205, 0);
font-family: Impact;
font-size: 117px;
font-weight: 400;
line-height: 104px;
text-transform: uppercase;
padding-left: 10px;
  margin-top: -13px;
}
.text_s_8_p{
font-size: 24px;
font-weight: 400;
text-transform: uppercase;
color: white;
font-family: "roboto-bold";
  width: 510px;
  padding-left: 10px;
    margin-top: 10px;
}
.container_s_8 span{
font-size: 24px;
font-weight: 400;
text-transform: uppercase;
color: rgb(67, 206, 1);
font-family: "roboto-bold";
}

.container_s_8 input{
width: 220px;
height: 39px;
background-color: white;
border-radius: 3px;
color: black;
}
.container_s_8 button{
  width: 220px;
  height: 43px;
  border: 2px solid white;
  border-radius: 3px;
  color: white;
  font-family: "roboto-regular";
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: 1px;
}
.form_s_1{
  display: block;
  margin: 0 auto;
  width: 705px;
}
.q{
  margin-top: 15px;
}
.s_9{
  position: relative;
  background: white;
  width: 100%;
  height: 355px;

}
.container_s_9{
      position: relative;
  width: 960px;
  height: 355px;
  margin: 0 auto;
}
.slide_s_9{
  position: relative;
    top: 30px;
}
.slide_s_9 p{
  width: 450px;
  color: rgb(117, 117, 117);
  font-family: "roboto-regular";
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  position: absolute;
  left: 332px;
  top: 93px;
}
.container_s_9 h1{
color: rgb(117, 117, 117);
font-family: "roboto-bold";
font-size: 61px;
font-weight: 700;
line-height: 37px;
text-transform: uppercase;
text-align: center;
padding-top: 30px;
}
.form_s_1 p{
  padding-top: 5px;
    margin-bottom: 10px;
}
.container_s_9 img{
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 120px;
  top: 60px;
}

.s_10{
  position: relative;
    background: url("../img/s_10/bg_s_10.png") no-repeat center black;
  width: 100%;
  height: 250;
        -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.container_s_10{
      position: relative;
  width: 960px;
  height: 250px;
  margin: 0 auto;
}
.p_1{
  padding-top: 23px;
  text-align: center;
color: white;
font-family: "roboto-bold";
font-size: 48px;
font-weight: 500;
line-height: 24px;
text-transform: uppercase;
}
.p_2{
  position: absolute;
  background: url("../img/s_10/mobile_s_10.png") no-repeat center left;
  background-size: 20px;
  color: white;
  font-family: "roboto-regular";
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  left: 10px;
  margin-top: 0;
  height: 25px;
  padding-top: 4px;
  text-indent: 65px;
}
.p_3{position: absolute;background: url("../img/s_10/email_s_10.png") no-repeat 2px 2px;background-size: 30px;color: white;font-family: "roboto-regular";font-size: 26px;font-weight: 400;line-height: 14px;left: 520px;height: 50px;text-indent: 65px;padding-top: 6px;margin-top: 0;}
.container_s_10 img{
 display: block;
 margin: 0 auto;
 margin-top: 110px;
 width: 160px;
 height: 45px;
}
.box,.page {
position:fixed;
top:0;
left:0;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
z-index:999;
background:rgba(15, 102, 99, 0.5);
color:white;
}
.is_overlay{
display: block;
width: 100%;
height: 110%;
}
.is_overlay video {
position: absolute;
  bottom: 0px;
  right: 0px;
  top:0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -999;
  overflow: hidden;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.element_pop{width: 345px;/* height: 290px; */background-color: rgb(27, 84, 31);display: none;padding-bottom: 20px;padding-top: 20px;text-align: center;padding-left: 30px;padding-right: 30px;}
.element_pop p{
  text-align: center;
color: rgb(254, 254, 254);
font-family: "roboto-regular";

font-size: 20px;
line-height: 24px;

font-weight: 500;
  font-weight: 500;
  margin: 0;
  padding-top: 5px;

}
.in_all{
width: 234px;
height: 39px;
background-color: white;
border-radius: 4px;
display: block;
margin: 0 auto;
margin-top: 20px;

}
.btn_elem_pop_1{display: block;margin:  0 auto;width: 308px;height: 41px;background-color: rgb(49, 162, 46);border: 1.49px solid rgb(49, 162, 46);border-radius: 3px;margin-top: 20px;color: white;font-family: "roboto-light";font-size: 23px;font-weight: 400;}
.modal_close{
   background-color: white;
   border-radius: 100%;
   height: 20px;
   width: 21px;
   color: #31a22e;
   position: absolute;
   text-indent: 5px;
   left: 300px;
   top: -5px;
   /* right: -5px; */
   cursor: pointer;
}
.modal{
  display: none;
      background-color: rgb(27, 84, 31);
          width: 351px;
    text-align: center;
        margin: 0 auto;
}
.modal p{
color:white;
}
.modal span{
background-color: white;
    border-radius: 50%;
    height: 20px;
    width: 21px;
    color: #31a22e;
    position: absolute;
    text-indent:0px;

left: 341px;
    top: -5px;
    cursor: pointer;
}
.bl_s_7_1,.bl_s_7_2,.bl_s_7_3,.bl_s_7_4,.bl_s_7_5,.bl_s_6_1,.bl_s_6_2,.bl_s_6_3,.bl_1_s_2,.bl_2_s_2,.bl_3_s_2,.bl_4_s_2,.bl_5_s_2,.bl_6_s_2{
  opacity: 0;
}
#overlay_me {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.popup_me {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #10380f;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    text-align: center;
    width: 370px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
}
.close_me_soc {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(54, 56, 54);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
}
.close_me_soc:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¸ */
.close_me_soc:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
.pop_me_header {}
.pop_me_container {
    margin-top: 10px;
}
.pop_me_block {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background: #333;
    border-radius: 100%;
}
.pop_me_block:hover {box-shadow: 0px 0px 3px 2px #333;}
#soc_me_1 {
    background: url(/img/vk_me.png) no-repeat center center;
    background-size: contain;
}
#soc_me_2 {
    background: url(/img/fb_me.png) no-repeat center center;
    background-size: contain;
}
#soc_me_3 {
    background: url(/img/you_me.png) no-repeat center center;
    background-size: contain;
}
#soc_me_4 {
    background: url(/img/insta_me.png) no-repeat center center;
    background-size: contain;
}
#element_pop .modal_close{
    position: absolute;
    right: -60px;
    margin-right: -50px;
    display: block;
    margin-left: 94px;
    top: -10px;
    text-align: center;
    color: #333;
}
.bl_s_6_5 {}
.bl_s_6_4 {}
.s_5  .slick-initialized .slick-slide {
  height: 80px;
}
#case {
  
}
#case .container{width: 100%;max-width: 1500px;margin-left: auto;margin-right: auto;background: url('../img/case_bg.png') no-repeat center center, #fff;background-size: cover;}
.case_in {
  opacity: 0;
}
.case_box {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    text-align: center;
    min-height: 100%;
    height: 395px;
}
.case_box:hover .case_in{
  opacity: 1;
  color: #fff;
  margin-top: 90px;
  padding: 0 40px;
  transition: .3s;
}
.case_in p {
  background: rgba(0, 0, 0, 0.3);
}
.case_in a {
  width: 50px;
  height: 50px;
  display: block;
  margin-top: 10px;
  background: url('../img/s_3/right.png') no-repeat center center,#fff;
  background-size: 20px;
  background-position: 17px;
  line-height: 50px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
#case .header {
  color: #fff;
  padding-top: 70px;
  text-transform: uppercase;
}
#case_in_1 {}
#case_in_2 {
    padding-left: 100px;
}
#case_in_3 {
    padding-left: 70px;
}
#case_2_header {
  padding-left: 120px;
}
.slide_s_9 p span{
  width: 100%;
  display: block;
  font-weight: 900;
  font-weight: bolder;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
  color: #fff;
  margin-top: 90px;
  padding: 0 40px;
  transition: .3s;
}
.case_in p {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.case_in a {
  width: 50px;
  height: 50px;
  display: block;
  margin-top: 10px;
  background: url('../img/s_3/right.png') no-repeat center center,#fff;
  background-size: 20px;
  background-position: 17px;
  line-height: 50px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
#case .header {
  color: #fff;
  padding-top: 70px;
  text-transform: uppercase;
}
#case_in_1 {}
#case_in_2 {
    padding-left: 100px;
}
#case_in_3 {
    padding-left: 70px;
}
#case_2_header {
  padding-left: 120px;
}
.slide_s_9 p span{
    width: 100%;
    display: block;
    font-weight: 700;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}
/*pop*/
.overlay_case {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay_case:target {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.case_play {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all 5s ease-in-out;
  height: 500px;
}

.case_play h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.case_play .close {
    position: absolute;
    top: -12px;
    right: 3px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.case_play .close:hover {
  color: #06D85F;
}
.case_play .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .case_play{
    width: 70%;
  }
}
.hidden {
  display: none !important;
}

@media all and (min-width: 900px) {
.bl_s_7_1,.bl_s_7_2,.bl_s_7_3,.bl_s_7_4,.bl_s_7_5,.bl_s_6_1,.bl_s_6_2,.bl_s_6_3,.bl_1_s_2,.bl_2_s_2,.bl_3_s_2,.bl_4_s_2,.bl_5_s_2,.bl_6_s_2{
  opacity: 1;
}
}