/****************************************************************
* @Author: Easylancer
* @Date:   x x, 2018
* @Websites: www.easylancer.ru
* @Description: SCSS
*****************************************************************/
/*******************  FONTS *****************/
/*@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansProBold/SourceSansProBold.woff') format('woff'),
         url('../fonts/SourceSansProBold/SourceSansProBold.ttf') format('truetype');
}*/
@font-face {
  font-family: 'Opensans';
  src: url("../fonts/Opensans/Opensans.eot");
  src: url("../fonts/Opensans/Opensans.eot") format("embedded-opentype"), url("../fonts/Opensans/Opensans.woff2") format("woff2"), url("../fonts/Opensans/Opensans.woff") format("woff"), url("../fonts/Opensans/Opensans.ttf") format("truetype"), url("../fonts/Opensans/Opensans.svg#Opensans") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/Opensanssemibold/Opensanssemibold.eot");
  src: url("../fonts/Opensanssemibold/Opensanssemibold.eot") format("embedded-opentype"), url("../fonts/Opensanssemibold/Opensanssemibold.woff2") format("woff2"), url("../fonts/Opensanssemibold/Opensanssemibold.woff") format("woff"), url("../fonts/Opensanssemibold/Opensanssemibold.ttf") format("truetype"), url("../fonts/Opensanssemibold/Opensanssemibold.svg#Opensanssemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/OpensansBold/OpensansBold.eot");
  src: url("../fonts/OpensansBold/OpensansBold.eot") format("embedded-opentype"), url("../fonts/OpensansBold/OpensansBold.woff") format("woff"), url("../fonts/OpensansBold/OpensansBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/OpenSansExtrabold/OpenSansExtrabold.eot");
  src: url("../fonts/OpenSansExtrabold/OpenSansExtrabold.eot") format("embedded-opentype"), url("../fonts/OpenSansExtrabold/OpenSansExtrabold.woff2") format("woff2"), url("../fonts/OpenSansExtrabold/OpenSansExtrabold.woff") format("woff"), url("../fonts/OpenSansExtrabold/OpenSansExtrabold.ttf") format("truetype"), url("../fonts/OpenSansExtrabold/OpenSansExtrabold.svg#OpenSansExtrabold") format("svg");
  font-weight: 800;
  font-style: normal; }

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

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

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

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

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

p {
  line-height: 19.5px; }

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

h1 {
    font-family: "OpenSansSemibold", sans-serif;
    font-size: 34px;
    line-height: 1.3;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
    padding-top: 30px;
}
  @media all and (max-width: 575px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px; }
  @media all and (max-width: 767px) {
    h2 {
      font-size: 36px;
      margin-bottom: 25px; } }
  @media all and (max-width: 575px) {
    h2 {
      font-size: 30px;
      line-height: 40px; } }

h3 {
  font-size: 30px;
  line-height: 36px;
  text-shadow: 1.5px 1px rgba(0, 0, 0, 1);
  font-weight: 700; }
  @media all and (max-width: 767px) {
    h3 {
      font-size: 28px;
      line-height: 32px; } }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a.btn {
    display: block;
    width: 100%; }

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  button:active, button:focus {
    outline: none; }

*:focus {
  outline: none; }

* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

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

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

span {
  display: block; }

.shadow {
  text-shadow: 1px 3px rgba(0, 0, 0, 0.27); }

.item_shadow {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4); }

p.ninja {
  display: none;
  margin-top: 15px;
  margin-bottom: 0 !important; }

/***************  slick dots  *****************/
/*****************  ARROW UP  **************/
#arrowup {
  position: fixed;
  left: 120px;
  bottom: 10px;
  width: 180px;
  height: 32px;
  cursor: pointer;
  display: none;
  opacity: 0.5;
  z-index: 1000;
  font-size: 20px;
  background: #feed19;
  text-align: center;
  opacity: 0.7; }
  @media all and (max-width: 767px) {
    #arrowup {
		right: 30px;
		bottom:70px;
		left: auto;
		background: url(../img/up.png) no-repeat;
		width: 48px;
		height: 48px;
		opacity: 1;
	}
    #arrowup span {
		display:none;
	}
	}
  #arrowup:hover {
    opacity: 1; }

/*********************  HEADER  ************************/
header {
  position: relative; }
  @media all and (max-width: 767px) {
    header {
      height: 100%;
      background-image: url("../img/header_bg_2.jpg") !important;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  header .header_top {
    padding-top: 10px;
    padding-bottom: 45px;
    background-color: #fff;
    z-index: 100; }
    @media all and (max-width: 767px) {
      header .header_top {
        padding-bottom: 10px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.19);
                box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.19); } }
    header .header_top .logo .logo_inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      header .header_top .logo .logo_inner a img {
        height: 50px; }
        @media all and (max-width: 575px) {
          header .header_top .logo .logo_inner a img {
            height: auto;
            width: 100px; } }
      header .header_top .logo .logo_inner span.desc {
        font-size: 18px;
        line-height: 21.6px;
        margin-left: 20px; }
        @media all and (max-width: 991px) {
          header .header_top .logo .logo_inner span.desc {
            font-size: 15px;
            line-height: 19px; } }
        @media all and (max-width: 767px) {
          header .header_top .logo .logo_inner span.desc {
            display: none; } }
    header .header_top .contacts .contacts_inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-align: right; }
      @media all and (max-width: 767px) {
        header .header_top .contacts .contacts_inner {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media all and (max-width: 767px) {
        header .header_top .contacts .contacts_inner .contacts_btn {
          text-align: center; } }
      header .header_top .contacts .contacts_inner .contacts_btn a {
        display: block; }
      header .header_top .contacts .contacts_inner .contacts_btn a.phone {
        font-size: 18px;
        font-weight: 600;
        color: #000; }
        @media all and (max-width: 575px) {
          header .header_top .contacts .contacts_inner .contacts_btn a.phone {
            font-size: 16px; } }
        header .header_top .contacts .contacts_inner .contacts_btn a.phone:hover {
          opacity: 0.7; }
      header .header_top .contacts .contacts_inner .contacts_btn a.email {
        font-size: 14px;
        color: #000; }
      @media all and (max-width: 767px) {
        header .header_top .contacts .contacts_inner .contacts_btn .call_online {
          display: none; } }
      header .header_top .contacts .contacts_inner .contacts_btn .call_online a.btn_call {
        background-color: #ffd200;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        color: #000;
        text-align: center;
        color: #000;
        height: 23px;
        line-height: 23px; }
        header .header_top .contacts .contacts_inner .contacts_btn .call_online a.btn_call:hover {
          background-color: #ffe700; }
      header .header_top .contacts .contacts_inner .header_burger {
        position: relative;
        display: none;
        margin-left: 30px; }
        @media all and (max-width: 767px) {
          header .header_top .contacts .contacts_inner .header_burger {
            display: block; } }
        @media all and (max-width: 575px) {
          header .header_top .contacts .contacts_inner .header_burger {
            margin-left: 25px; } }
        header .header_top .contacts .contacts_inner .header_burger .burger_button {
          position: relative;
          top: 1px;
          width: 30px;
          height: 30px;
          display: block;
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg);
          -webkit-transition: .5s ease-in-out;
          -o-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
          cursor: pointer;
          z-index: 20; }
          header .header_top .contacts .contacts_inner .header_burger .burger_button span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #000;
            -webkit-border-radius: 2px;
                    border-radius: 2px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                    transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out; }
            header .header_top .contacts .contacts_inner .header_burger .burger_button span:nth-child(1) {
              top: 4px; }
            header .header_top .contacts .contacts_inner .header_burger .burger_button span:nth-child(2) {
              top: 12px; }
            header .header_top .contacts .contacts_inner .header_burger .burger_button span:nth-child(3) {
              top: 20px; }
          header .header_top .contacts .contacts_inner .header_burger .burger_button.open span:nth-child(1) {
            top: 9px;
            -webkit-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                    transform: rotate(135deg); }
          header .header_top .contacts .contacts_inner .header_burger .burger_button.open span:nth-child(2) {
            opacity: 0;
            left: -60px; }
          header .header_top .contacts .contacts_inner .header_burger .burger_button.open span:nth-child(3) {
            top: 9px;
            -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                    transform: rotate(-135deg); }
        header .header_top .contacts .contacts_inner .header_burger .menu_toggle {
          position: fixed;
          top: 0px;
          left: 0;
          right: 0;
          bottom: 0;
          background: #fff;
          margin: 0;
          overflow: auto;
          text-align: center;
          z-index: 10;
          padding-top: 50px; }
          header .header_top .contacts .contacts_inner .header_burger .menu_toggle ul li a {
            font-size: 22px;
            font-weight: 600;
            color: #000;
            border-bottom: 1px solid #000; }
  header .menu_fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important; }
  header .header_menu {
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    z-index: 100; }
    @media all and (max-width: 991px) {
      header .header_menu {
        top: 90px; } }
    @media all and (max-width: 767px) {
      header .header_menu {
        display: none; } }
    header .header_menu .header_menu_inner {
      padding-top: 10px;
      padding-bottom: 10px;
      max-width: 900px;
      width: 100%;
      margin: 0 auto; }
    header .header_menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      header .header_menu ul li a {
        color: #000;
        display: block;
        padding: 0px 5px;
        border-bottom: 1px solid transparent; }
        header .header_menu ul li a:hover {
          color: #22a636;
          border-bottom: 1px solid #22a636; }
  header .header_main {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 20px;
    height: 680px; }
    @media all and (max-width: 1699px) {
      header .header_main {
        height: 550px; } }
    @media all and (max-width: 767px) {
      header .header_main {
        padding-bottom: 0;
        height: auto;
        text-align: center;
        background-image: none !important; } }
    header .header_main .content .content_inner .subtitle {
		padding: 20px 30px 30px 30px;
		background-color: #22a636;
		margin-top: 20px;
		text-align: left;
	}
	
	header .header_main .content .content_inner .subtitle .title {
		font-family: "OpenSans", sans-serif;
		color: #FFF;
		font-size: 32px;
		margin: 0 0 15px 0;
		line-height: 1.1;
	}
	.green_block_line{
		margin-bottom:10px;
	}
	.green_block_line img {
		position: relative;
		top: -3px;
		float: left;
	}
	.green_block_text {
		font-family: "OpenSans", sans-serif;
		color: #FFF;
		padding-left: 30px;
	}
	
    header .header_main .form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media all and (max-width: 767px) {
        header .header_main .form {
          display: none; } }
      header .header_main .form .form_inner {
        border: 7px solid #22a636;
        background-color: #fff;
        margin-top: 40px;
        padding: 20px 20px 25px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        max-width: 350px;
        width: 100%; }
        header .header_main .form .form_inner span.title {
          font-size: 20px;
          line-height: 24px;
          text-transform: uppercase;
          text-align: center;
          font-weight: 700;
          margin-bottom: 20px; }
          header .header_main .form .form_inner span.title span {
            color: #22a636;
            display: inline-block; }
        header .header_main .form .form_inner p {
          text-align: center;
          margin-bottom: 20px; }
        header .header_main .form .form_inner form input {
          width: 100%;
          height: 45px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 20px;
          border: none;
          -webkit-border-radius: 10px;
                  border-radius: 10px;
          background-color: #def0fb;
          margin-bottom: 15px; }
        header .header_main .form .form_inner form button {
          margin-top: 15px;
          border: none;
          width: 100%;
          background-color: #ffd200;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 700;
          height: 45px;
          -webkit-border-radius: 25px;
                  border-radius: 25px;
          -webkit-transition: .3s all;
          -o-transition: .3s all;
          transition: .3s all; }
		  @media all and (max-width: 1699px) {
			  header .header_main .form .form_inner form button {
				  height: 65px;
			  }
		  }
          header .header_main .form .form_inner form button:hover {
            background-color: #ffe700; }
          header .header_main .form .form_inner form button:active {
            background-color: #e8bf00; }

/*********************  about  *********************/
#about {
  height: 1200px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat; }
  @media all and (max-width: 1699px) {
    #about {
      /*background-position: 65% 50%;*/ } }
  @media all and (max-width: 1000px) {
    #about {
      background-image: none !important;
      height: auto; } }
#about h2{
	margin-bottom: 10px;
}
#about h3{
    font-family: "OpenSansBold", sans-serif;
    font-size: 28px;
    color: #000;
    text-align: center;
    margin: 0px 0 30px 0;
}
  #about .box {
    margin-bottom: 20px; }
    #about .box .box_inner {
      position: relative;
      text-align: center; }
      #about .box .box_inner .img {
        width: 90px;
        height: 90px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #22a636;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px;
        margin: 0 auto 15px auto; }
        #about .box .box_inner .img .icon_1 {
          width: 52px;
          height: 52px;
          fill: #fff; }
      #about .box .box_inner span.title {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 20px; }
        @media all and (max-width: 767px) {
          #about .box .box_inner span.title {
            margin-bottom: 5px; } }
      #about .box .box_inner span.number {
        position: absolute;
        top: -15px;
        right: 40px;
        color: #e3e3e3;
        font-size: 48px;
        font-weight: 700;
        z-index: -1; }
        @media all and (max-width: 1199px) {
          #about .box .box_inner span.number {
            right: 20px; } }
        @media all and (max-width: 991px) {
          #about .box .box_inner span.number {
            right: 0; } }
        @media all and (max-width: 767px) {
          #about .box .box_inner span.number {
            display: none; } }
      #about .box .box_inner p {
        line-height: 20.8px; }

/********************  banner_one  *****************/
#banner_one {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-bottom: 200px; }
  @media all and (max-width: 767px) {
    #banner_one {
      padding-bottom: 40px;
      background-image: url("../img/increase-bg_2.jpg") !important; } }
  #banner_one .container {
    position: relative; }
  #banner_one .container h2 {
    color: #FFF;
  }
  #banner_one .container h3 {
    color: #FFF;
    font-family: "OpenSans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
	font-weight: normal;
  }
  #banner_one .item_img {
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    left: -70px;
    top: 55%;
    width: 846px;
    height: 463px;
    z-index: 10; }
    @media all and (max-width: 1199px) {
      #banner_one .item_img {
        width: 600px;
        height: 400px;
        -webkit-background-size: contain;
                background-size: contain; } }
    @media all and (max-width: 991px) {
      #banner_one .item_img {
        width: 500px; } }
    @media all and (max-width: 767px) {
      #banner_one .item_img {
        display: none; } }
  @media all and (max-width: 767px) {
    #banner_one .content {
      text-align: center; } }
  #banner_one .content .content_inner {
    color: #fff; }
    #banner_one .content .content_inner span {
      font-size: 60px;
      line-height: 72px;
      text-transform: uppercase;
      font-weight: 700;
      margin-top: 10px; }
      @media all and (max-width: 767px) {
        #banner_one .content .content_inner span {
          font-size: 40px;
          line-height: 50px; } }
  #banner_one .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #banner_one .form .form_inner {
      border: 7px solid #22a636;
      background-color: #fff;
      margin-top: 20px;
      padding: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 440px;
      width: 100%; }
      @media all and (max-width: 767px) {
        #banner_one .form .form_inner {
          padding: 20px; } }
      #banner_one .form .form_inner span.title {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        margin-bottom: 20px; }
        #banner_one .form .form_inner span.title span {
          color: #22a636;
          display: inline-block; }
      #banner_one .form .form_inner p {
        text-align: center;
        margin-bottom: 20px; }
      #banner_one .form .form_inner form input {
        width: 100%;
        height: 45px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        border: none;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        background-color: #def0fb;
        margin-bottom: 15px; }
      #banner_one .form .form_inner form button {
        margin-top: 15px;
        border: none;
        width: 100%;
        background-color: #ffd200;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        height: 90px;
        -webkit-border-radius: 45px;
                border-radius: 45px;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all; }
        @media all and (max-width: 767px) {
          #banner_one .form .form_inner form button {
            height: 60px;
            line-height: 60px;
            font-size: 14px;
            margin-bottom: 20px; } }
        #banner_one .form .form_inner form button:hover {
          background-color: #ffe700; }
        #banner_one .form .form_inner form button:active {
          background-color: #e8bf00; }

/********************  advantage  *******************/
#advantage {
  position: relative;
  padding-top: 80px; 
  height: 1500px;
  margin-bottom: -300px;
  background-image: url(../img/benefits-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  }
  @media all and (max-width: 767px) {
    #advantage {
      padding-top: 30px;
      background-image:none;
      margin-bottom:auto;
      height:auto;	  } }
  #advantage .item_img {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    position: absolute;
    top: 180px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media all and (max-width: 991px) {
      #advantage .item_img {
        display: none; } }
  #advantage h2 {
    margin-bottom: 70px; }
    @media all and (max-width: 767px) {
      #advantage h2 {
        margin-bottom: 35px; } }
  @media all and (max-width: 991px) {
    #advantage .box_top, #advantage .box_bottom {
      margin-bottom: 20px; } }
  #advantage .box_top .box_inner, #advantage .box_bottom .box_inner {
    text-align: center; }
    #advantage .box_top .box_inner .box .img, #advantage .box_bottom .box_inner .box .img {
      width: 90px;
      height: 90px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #22a636;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto 15px auto; }
      @media all and (max-width: 991px) {
        #advantage .box_top .box_inner .box .img, #advantage .box_bottom .box_inner .box .img {
          margin-bottom: 10px; } }
      #advantage .box_top .box_inner .box .img .icon_1, #advantage .box_bottom .box_inner .box .img .icon_1 {
        width: 52px;
        height: 52px;
        fill: #fff; }


/*********************  additionally  *********************/
#additionally {
  background-color: #f4f8fb; }
  @media all and (max-width: 1699px) {
    #additionally {
      background-position: 65% 50%; } }
  @media all and (max-width: 1199px) {
    #additionally {
      background-image: none !important;
      height: auto; } }
  #additionally .box {
    margin-bottom: 20px; }
    #additionally .box .box_inner {
      position: relative;
      text-align: center; }
      #additionally .box .box_inner .img {
        width: 90px;
        height: 90px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #22a636;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px;
        margin: 0 auto 15px auto;
        z-index: 5;
        position: relative; }
        #additionally .box .box_inner .img .icon_1 {
          width: 52px;
          height: 52px;
          fill: #fff; }
      #additionally .box .box_inner span.title {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 20px; }
        @media all and (max-width: 767px) {
          #additionally .box .box_inner span.title {
            margin-bottom: 5px; } }
      #additionally .box .box_inner span.number, #advantage .box_inner span.number {
        position: absolute;
        top: -15px;
        right: 40px;
        color: #e3e3e3;
        font-size: 48px;
        font-weight: 700;
        z-index: -1; }
        @media all and (max-width: 1199px) {
          #additionally .box .box_inner span.number, #advantage .box_inner span.number {
            right: 20px; } }
        @media all and (max-width: 991px) {
          #additionally .box .box_inner span.number, #advantage .box_inner span.number {
            right: 0; } }
        @media all and (max-width: 767px) {
          #additionally .box .box_inner span.number, #advantage .box_inner span.number {
            display: none; } }
      #additionally .box .box_inner p {
        line-height: 20.8px; }

/********************  banner two  *****************/
#banner_two {
  background-position: 80% 0%;
  background-repeat: no-repeat;
  padding-bottom: 150px; }
  @media all and (max-width: 1699px) {
    #banner_two {
      background-position: 100% 0%; } }
  @media all and (max-width: 991px) {
    #banner_two {
      background-position: 50% 50%;
      background-image: none !important;
      padding-bottom: 30px; } }
  #banner_two .container {
    position: relative; }
  #banner_two .item_img {
    position: absolute;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    left: -70px;
    top: 51%;
    width: 846px;
    height: 463px;
    z-index: 10; }
    @media all and (max-width: 1199px) {
      #banner_two .item_img {
        width: 600px;
        height: 400px;
        -webkit-background-size: contain;
                background-size: contain; } }
    @media all and (max-width: 991px) {
      #banner_two .item_img {
        display: none; } }
  @media all and (max-width: 767px) {
    #banner_two .content {
      text-align: center; } }
  #banner_two .content .content_inner span {
    font-size: 60px;
    line-height: 72px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    color: #75b727; }
    @media all and (max-width: 767px) {
      #banner_two .content .content_inner span {
        font-size: 40px;
        line-height: 50px; } }
  #banner_two .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media all and (max-width: 767px) {
      #banner_two .form {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #banner_two .form .form_inner {
      border: 7px solid #22a636;
      background-color: #fff;
      margin-top: 20px;
      padding: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 440px;
      width: 100%; }
      @media all and (max-width: 767px) {
        #banner_two .form .form_inner {
          padding: 20px; } }
      #banner_two .form .form_inner span.title {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        margin-bottom: 20px; }
        #banner_two .form .form_inner span.title span {
          color: #22a636;
          display: inline-block; }
      #banner_two .form .form_inner p {
        text-align: center;
        margin-bottom: 20px; }
      #banner_two .form .form_inner form input {
        width: 100%;
        height: 45px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        border: none;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        background-color: #def0fb;
        margin-bottom: 15px; }
      #banner_two .form .form_inner form button {
        margin-top: 15px;
        border: none;
        width: 100%;
        background-color: #ffd200;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        height: 90px;
        -webkit-border-radius: 45px;
                border-radius: 45px;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all; }
        @media all and (max-width: 767px) {
          #banner_two .form .form_inner form button {
            height: 60px;
            line-height: 60px;
            font-size: 14px;
            margin-bottom: 20px; } }
        #banner_two .form .form_inner form button:hover {
          background-color: #ffe700; }
        #banner_two .form .form_inner form button:active {
          background-color: #e8bf00; }

/********************  profit  *******************/
#profit {
  padding-top: 80px;
  height: 1330px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-color: #f4f8fa; }
  @media all and (max-width: 1199px) {
    #profit {
      padding-top: 50px; } }
  @media all and (max-width: 767px) {
    #profit {
      padding-top: 30px;
      background-image: none !important;
      height: auto; } }
  #profit .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    @media all and (max-width: 767px) {
      #profit .box {
        margin-bottom: 20px; } }
    #profit .box .box_inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #profit .box .box_inner .img {
        width: 70px;
        height: 70px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #22a636;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 5;
        position: relative;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-right: 25px; }
        #profit .box .box_inner .img .icon_1 {
          width: 40px;
          height: 40px;
          fill: #fff; }
      #profit .box .box_inner p {
        font-size: 16px; }

/*********************  banner three  ******************/
#banner_three {
  position: relative; }
  @media all and (max-width: 767px) {
    #banner_three {
      background-image: none !important; } }
  #banner_three .item_img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 793px;
    width: 548px; }
    @media all and (max-width: 1199px) {
      #banner_three .item_img {
        display: none; } }
  @media all and (max-width: 575px) {
    #banner_three .container {
      padding: 0; } }
  #banner_three .container .form {
    max-width: 730px;
    width: 100%;
    margin: 0 0 auto auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 40px 100px 40px;
    background-color: #75b727; }
    @media all and (max-width: 1199px) {
      #banner_three .container .form {
        margin: 0 auto; } }
    @media all and (max-width: 767px) {
      #banner_three .container .form {
        max-width: 100%;
        padding: 30px 10px; } }
    #banner_three .container .form h2 {
      color: #fff;
      margin-bottom: 30px; }
    #banner_three .container .form span.subtitle {
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      color: #fff;
      text-align: center;
      margin-bottom: 30px; }
      @media all and (max-width: 767px) {
        #banner_three .container .form span.subtitle {
          font-size: 22px;
          line-height: 28px; } }
    #banner_three .container .form form {
      border: 7px solid #22a636;
      background-color: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 620px;
      width: 100%;
      margin: 0 auto;
      padding: 40px 50px;
      text-align: center; }
      @media all and (max-width: 767px) {
        #banner_three .container .form form {
          padding: 20px; } }
      #banner_three .container .form form span.title {
        font-size: 20px;
        font-size: 24px;
        font-weight: 700; }
      #banner_three .container .form form p {
        margin-bottom: 20px; }
      #banner_three .container .form form input {
        width: 45%;
        height: 45px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        border: none;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        background-color: #def0fb;
        margin: 0 5px 15px 5px; }
        @media all and (max-width: 767px) {
          #banner_three .container .form form input {
            width: 100%;
            margin: 0 auto 15px auto; } }
      #banner_three .container .form form button {
        margin-top: 15px;
        border: none;
        max-width: 320px;
        width: 100%;
        background-color: #ffd200;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        height: 90px;
        -webkit-border-radius: 45px;
                border-radius: 45px;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all; }
        @media all and (max-width: 767px) {
          #banner_three .container .form form button {
            height: 60px;
            line-height: 60px;
            font-size: 14px;
            margin-bottom: 20px; } }
        #banner_three .container .form form button:hover {
          background-color: #ffe700; }
        #banner_three .container .form form button:active {
          background-color: #e8bf00; }

/**********************  price  *******************/
#price {
  -webkit-background-size: 400px 400px;
          background-size: 400px;
  background-position: 0% 100%;
  background-repeat: no-repeat; }
  @media all and (max-width: 767px) {
    #price {
      background-image: url("../img/price-bg.jpg") !important;
      background-position: 0% 100%; } }
  #price .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    #price .box .box_inner {
      border: 7px solid #75b727;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: #fff; }
      @media all and (max-width: 767px) {
        #price .box .box_inner {
          padding: 10px;
          text-align: center; } }
      #price .box .box_inner p {
        font-size: 16px;
        line-height: 19.2px; }
        #price .box .box_inner p:nth-child(1) {
          margin-bottom: 10px; }
      #price .box .box_inner span {
        font-size: 60px;
        font-weight: 700; }
        #price .box .box_inner span span {
          display: inline-block;
          font-size: 22px;
          line-height: 26.4px;
          margin-left: 5px; }

/*********************  questions  ******************/
#questions .questions_main {
  max-width: 940px;
  width: 100%; }
  #questions .questions_main ul li.title {
    width: 100%;
    display: inline-block;
    font-size: 22px;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 30px; }
    @media all and (max-width: 767px) {
      #questions .questions_main ul li.title {
        margin-bottom: 15px;
        font-size: 18px;
        padding-left: 35px; } }
    #questions .questions_main ul li.title:before {
      content: '';
      position: absolute;
      background-image: url("../img/check-box-with-check-sign.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: 15px 15px;
      background-size: 24px;
      fill: #75b727;
      width: 24px;
      height: 24px;
      margin-right: 30px;
      top: 5px;
      left: 0; }
    #questions .questions_main ul li.title.active:before {
      fill: #c1cfd6;
      background-image: url("../img/check-box-with-check-sign_1.svg"); }
  #questions .questions_main .content {
    display: none;
    font-size: 14px;
    background-color: #f4f8fa;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    margin-top: -20px;
    margin-bottom: 30px; }
    @media all and (max-width: 767px) {
      #questions .questions_main .content {
        margin-top: -10px;
        margin-bottom: 20px; } }

/******************  reviews  ******************/
#reviews {
  background-color: #f4f8fa;
  padding-bottom: 140px; }
  @media all and (max-width: 991px) {
    #reviews {
      padding-bottom: 70px; } }
  #reviews h2 {
    margin-bottom: 50px; }
  #reviews .reviews_slider {
    max-width: 820px;
    width: 100%;
    margin: 0 auto; }
    #reviews .reviews_slider .slide .box a {
      max-width: 190px;
      margin: 0 auto;
      display: block; }
      #reviews .reviews_slider .slide .box a img {
        display: block;
        width: 100%; }
    #reviews .reviews_slider .slick-prev, #reviews .reviews_slider .slick-next {
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      position: absolute;
      z-index: 10;
      bottom: 0;
      top: 35%;
      cursor: pointer;
      width: 56px;
      height: 56px;
      text-align: center;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      #reviews .reviews_slider .slick-prev:hover, #reviews .reviews_slider .slick-next:hover {
        opacity: .7; }
    #reviews .reviews_slider .slick-prev {
      background-image: url("../img/right-chevron.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: 30px 30px;
              background-size: 30px;
      left: -50px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media all and (max-width: 991px) {
        #reviews .reviews_slider .slick-prev {
          left: -30px; } }
    #reviews .reviews_slider .slick-next {
      background-image: url("../img/right-chevron.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: 30px 30px;
              background-size: 30px;
      right: -50px; }
      @media all and (max-width: 991px) {
        #reviews .reviews_slider .slick-next {
          right: -30px; } }
    #reviews .reviews_slider .slick-dots {
      position: absolute;
      margin: auto;
      bottom: -40px;
      left: 0;
      right: 0;
      text-align: center; }
      #reviews .reviews_slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer; }
        #reviews .reviews_slider .slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: block;
          width: 12px;
          height: 12px;
          padding: 5px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          cursor: pointer;
          color: #fff;
          border: 0;
          outline: none;
          background: #fff; }
        #reviews .reviews_slider .slick-dots li.slick-active button {
          background: #22a636; }

/*********************  banner four  *****************/
#banner_four {
  min-height: 687px;
  background-image: url("../img/dialog-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: -44px;
  background-color: #f4f8fa; }
  @media all and (max-width: 991px) {
    #banner_four {
      background-image: none !important;
      display: none; } }
  #banner_four .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: right;
    padding-top: 120px; }
    #banner_four .box .box_inner {
      max-width: 290px;
      width: 100%; }
      #banner_four .box .box_inner h2 {
        color: #fff;
        text-align: right; }
  #banner_four .form {
    padding-top: 140px;
    padding-left: 47px; }
    #banner_four .form form {
      max-width: 420px;
      width: 100%;
      border: 7px solid #22a636;
      padding: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #banner_four .form form span.title {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        margin-bottom: 20px; }
      #banner_four .form form p {
        text-align: center;
        margin-bottom: 20px; }
      #banner_four .form form input {
        width: 100%;
        height: 45px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        border: none;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        background-color: #def0fb;
        margin-bottom: 15px; }
      #banner_four .form form button {
        margin-top: 15px;
        border: none;
        width: 100%;
        background-color: #ffd200;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        height: 90px;
        -webkit-border-radius: 45px;
                border-radius: 45px;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all; }
        @media all and (max-width: 767px) {
          #banner_four .form form button {
            height: 60px;
            line-height: 60px;
            font-size: 14px;
            margin-bottom: 20px; } }
        #banner_four .form form button:hover {
          background-color: #ffe700; }
        #banner_four .form form button:active {
          background-color: #e8bf00; }

/********************  clients  *****************/
@media all and (max-width: 767px) {
  #clients .clients_slider, #company .clients_slider {
    padding-bottom: 30px; } }

#clients .clients_slider, #clients .company_slider, #company .clients_slider, #company .company_slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media all and (max-width: 767px) {
    #clients .clients_slider, #clients .company_slider, #company .clients_slider, #company .company_slider {
      display: block; } }
  #clients .clients_slider .slide, #clients .company_slider .slide, #company .clients_slider .slide, #company .company_slider .slide {
    width: 18%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px; }
    @media all and (max-width: 991px) {
      #clients .clients_slider .slide, #clients .company_slider .slide, #company .clients_slider .slide, #company .company_slider .slide {
        width: 25%; } }
    @media all and (max-width: 767px) {
      #clients .clients_slider .slide, #clients .company_slider .slide, #company .clients_slider .slide, #company .company_slider .slide {
        width: auto; } }
    #clients .clients_slider .slide .img, #clients .company_slider .slide .img, #company .clients_slider .slide .img, #company .company_slider .slide .img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #clients .clients_slider .slide .img img, #clients .company_slider .slide .img img, #company .clients_slider .slide .img img, #company .company_slider .slide .img img {
        display: block;
        max-width: 180px; }
  #clients .clients_slider .slick-dots, #clients .company_slider .slick-dots, #company .clients_slider .slick-dots, #company .company_slider .slick-dots {
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center; }
    #clients .clients_slider .slick-dots li, #clients .company_slider .slick-dots li, #company .clients_slider .slick-dots li, #company .company_slider .slick-dots li {
      position: relative;
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      #clients .clients_slider .slick-dots li button, #clients .company_slider .slick-dots li button, #company .clients_slider .slick-dots li button, #company .company_slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 12px;
        height: 12px;
        padding: 5px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        cursor: pointer;
        color: #fff;
        border: 0;
        outline: none;
        background: #cacaca; }
      #clients .clients_slider .slick-dots li.slick-active button, #clients .company_slider .slick-dots li.slick-active button, #company .clients_slider .slick-dots li.slick-active button, #company .company_slider .slick-dots li.slick-active button {
        background: #22a636; }

/*********************  banner five  ******************/
#banner_five {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media all and (max-width: 767px) {
    #banner_five {
      background-image: url("../img/request-bg_1.jpg") !important; } }
  #banner_five .container .form {
    max-width: 620px;
    width: 100%;
    margin: 0 auto 30px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    #banner_five .container .form h2 {
      color: #fff;
      margin-bottom: 30px; }
    #banner_five .container .form form {
      border: 7px solid #22a636;
      background-color: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 620px;
      width: 100%;
      margin: 0 auto;
      padding: 40px 50px;
      text-align: center; }
      @media all and (max-width: 767px) {
        #banner_five .container .form form {
          padding: 20px; } }
      #banner_five .container .form form span.title {
        font-size: 20px;
        font-size: 24px;
        font-weight: 700; }
      #banner_five .container .form form p {
        margin-bottom: 20px; }
      #banner_five .container .form form input {
        width: 45%;
        height: 45px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        border: none;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        background-color: #def0fb;
        margin: 0 5px 15px 5px; }
        @media all and (max-width: 767px) {
          #banner_five .container .form form input {
            width: 100%;
            margin: 0 auto 15px auto; } }
      #banner_five .container .form form button {
        margin-top: 15px;
        border: none;
        max-width: 320px;
        width: 100%;
        background-color: #ffd200;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        height: 90px;
        -webkit-border-radius: 45px;
                border-radius: 45px;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all; }
        @media all and (max-width: 767px) {
          #banner_five .container .form form button {
            height: 60px;
            line-height: 60px;
            font-size: 14px;
            margin-bottom: 20px; } }
        #banner_five .container .form form button:hover {
          background-color: #ffe700; }
        #banner_five .container .form form button:active {
          background-color: #e8bf00; }

/***********************  video  **********************/
div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

@media all and (max-width: 767px) {
  #video .video_slider {
    padding-bottom: 30px; } }

#video .video_slider .slide .box {
  width: 95%;
  margin: 0 auto; }

#video .video_slider .slick-prev-1, #video .video_slider .slick-next-1 {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: 35%;
  cursor: pointer;
  width: 56px;
  height: 56px;
  text-align: center;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  #video .video_slider .slick-prev-1:hover, #video .video_slider .slick-next-1:hover {
    opacity: .7; }

#video .video_slider .slick-prev-1 {
  background-image: url("../img/right-chevron.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
          background-size: 30px;
  left: -50px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media all and (max-width: 1199px) {
    #video .video_slider .slick-prev-1 {
      left: -30px; } }
  @media all and (max-width: 575px) {
    #video .video_slider .slick-prev-1 {
      left: 0; } }

#video .video_slider .slick-next-1 {
  background-image: url("../img/right-chevron.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
          background-size: 30px;
  right: -50px; }
  @media all and (max-width: 1199px) {
    #video .video_slider .slick-next-1 {
      right: -30px; } }
  @media all and (max-width: 575px) {
    #video .video_slider .slick-next-1 {
      right: 0; } }

#video .video_slider .slick-dots {
  position: absolute;
  margin: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center; }
  #video .video_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    #video .video_slider .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 12px;
      height: 12px;
      padding: 5px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      cursor: pointer;
      color: #fff;
      border: 0;
      outline: none;
      background: #cacaca; }
    #video .video_slider .slick-dots li.slick-active button {
      background: #22a636; }

/********************  banner two  *****************/
#banner_six {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-bottom: 160px; }
  @media all and (max-width: 991px) {
    #banner_six {
      padding-bottom: 50px; } }
  @media all and (max-width: 767px) {
    #banner_six {
      background-image: url("../img/feedback-bg_1.jpg") !important; } }
  #banner_six .container {
    position: relative; }
  @media all and (max-width: 767px) {
    #banner_six .content {
      text-align: center; } }
  #banner_six .content .content_inner {
    color: #fff;
    padding-top: 20px; }
    @media all and (max-width: 767px) {
      #banner_six .content .content_inner {
        padding-top: 0; } }
    #banner_six .content .content_inner hr {
      width: 87px;
      height: 2px;
      border: none;
      background-color: #fff;
      margin-top: 35px;
      margin-bottom: 10px; }
      @media all and (max-width: 767px) {
        #banner_six .content .content_inner hr {
          margin: 25px auto 10px auto; } }
    #banner_six .content .content_inner span.subtitle {
      font-size: 20px;
      line-height: 24px;
      font-weight: 600; }
    #banner_six .content .content_inner .phone {
      margin-top: 50px; }
      @media all and (max-width: 767px) {
        #banner_six .content .content_inner .phone {
          margin-top: 25px; } }
      #banner_six .content .content_inner .phone span {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600; }
      #banner_six .content .content_inner .phone a {
        font-size: 48px;
        line-height: 56.6px;
        font-weight: 700;
        color: #fff; }
        @media all and (max-width: 991px) {
          #banner_six .content .content_inner .phone a {
            font-size: 40px;
            line-height: 50px; } }
        @media all and (max-width: 767px) {
          #banner_six .content .content_inner .phone a {
            font-size: 36px; } }
  #banner_six .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media all and (max-width: 767px) {
      #banner_six .form {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #banner_six .form .form_inner {
      border: 7px solid #22a636;
      background-color: #fff;
      margin-top: 20px;
      padding: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 440px;
      width: 100%; }
      @media all and (max-width: 991px) {
        #banner_six .form .form_inner {
          padding: 35px; } }
      @media all and (max-width: 767px) {
        #banner_six .form .form_inner {
          padding: 20px; } }
      #banner_six .form .form_inner span.title {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        margin-bottom: 20px; }
        #banner_six .form .form_inner span.title span {
          color: #22a636;
          display: inline-block; }
      #banner_six .form .form_inner p {
        text-align: center;
        margin-bottom: 20px; }
      #banner_six .form .form_inner form input {
        width: 100%;
        height: 45px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        border: none;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        background-color: #def0fb;
        margin-bottom: 15px; }
      #banner_six .form .form_inner form button {
        margin-top: 15px;
        border: none;
        width: 100%;
        background-color: #ffd200;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        height: 90px;
        -webkit-border-radius: 45px;
                border-radius: 45px;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all; }
        @media all and (max-width: 767px) {
          #banner_six .form .form_inner form button {
            height: 60px;
            line-height: 60px;
            font-size: 14px;
            margin-bottom: 20px; } }
        #banner_six .form .form_inner form button:hover {
          background-color: #ffe700; }
        #banner_six .form .form_inner form button:active {
          background-color: #e8bf00; }

/*********************  world  *******************/
#world {
  height: 800px; }
  @media all and (max-width: 991px) {
    #world {
      height: 600px; } }
  @media all and (max-width: 767px) {
    #world {
      height: 500px; } }
  @media all and (max-width: 575px) {
    #world {
      display: none; } }
  #world img {
    display: block;
    margin: 0 auto 50px auto; }

/*********************  stock  ********************/
@media all and (max-width: 991px) {
  #stock {
    padding-bottom: 50px; } }

#stock .stock_slider {
  padding-bottom: 50px; }
  @media all and (max-width: 767px) {
    #stock .stock_slider {
      padding-bottom: 20px; } }
  #stock .stock_slider .slide .box {
    width: 95%;
    margin: 0 auto; }
    @media all and (max-width: 767px) {
      #stock .stock_slider .slide .box {
        width: 100%; } }
    #stock .stock_slider .slide .box .img {
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      height: 370px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 25px;
      padding-bottom: 25px; }
      #stock .stock_slider .slide .box .img span {
        font-size: 36px;
        line-height: 43.2px;
        font-weight: 700;
        color: #fff; }
    #stock .stock_slider .slide .box p {
      font-size: 16px;
      line-height: 26px; }
      @media all and (max-width: 575px) {
        #stock .stock_slider .slide .box p {
          font-size: 14px;
          line-height: 20px;
          text-align: center; } }
  #stock .stock_slider .slick-prev-2, #stock .stock_slider .slick-next-2 {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: -30px;
    cursor: pointer;
    width: 56px;
    height: 56px;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    #stock .stock_slider .slick-prev-2:hover, #stock .stock_slider .slick-next-2:hover {
      opacity: .7; }
  #stock .stock_slider .slick-prev-2 {
    background-image: url("../img/right-chevron.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 30px 30px;
            background-size: 30px;
    left: 43%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media all and (max-width: 991px) {
      #stock .stock_slider .slick-prev-2 {
        left: 35%; } }
  #stock .stock_slider .slick-next-2 {
    background-image: url("../img/right-chevron.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 30px 30px;
            background-size: 30px;
    right: 43%; }
    @media all and (max-width: 991px) {
      #stock .stock_slider .slick-next-2 {
        right: 35%; } }
  #stock .stock_slider .slick-dots {
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center; }
    #stock .stock_slider .slick-dots li {
      position: relative;
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      #stock .stock_slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 12px;
        height: 12px;
        padding: 5px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        cursor: pointer;
        color: #fff;
        border: 0;
        outline: none;
        background: #cacaca; }
      #stock .stock_slider .slick-dots li.slick-active button {
        background: #22a636; }

/********************  footer  ******************/
#footer {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 50px; }
  @media all and (max-width: 767px) {
    #footer {
      padding-bottom: 30px; } }
  @media all and (max-width: 767px) {
    #footer .box .box_inner {
      text-align: center; } }
  #footer .box .box_inner a {
    display: block; }
  #footer .box .box_inner p {
    color: #fff; }
  #footer .box .box_inner a.email {
    color: #fff;
    text-align: center; }
  #footer .box .box_inner a.phone {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-align: center; }
    @media all and (max-width: 991px) {
      #footer .box .box_inner a.phone {
        font-size: 26px; } }
  #footer .box .box_inner a.site {
    text-decoration: underline;
    color: #64b8ff;
    text-align: right; }
    @media all and (max-width: 767px) {
      #footer .box .box_inner a.site {
        text-align: center; } }
  #footer .box .box_inner a.policy {
    text-decoration: underline;
    color: #64b8ff;
    text-align: right; }
    @media all and (max-width: 767px) {
      #footer .box .box_inner a.policy {
        text-align: center; } }

/********************  modal  ******************/	

.modal {
  -webkit-box-shadow: 0 0 81px rgba(0, 0, 1, 0.75);
          box-shadow: 0 0 81px rgba(0, 0, 1, 0.75);
  background-color: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding:20px;
  width:60%;
  display: none; }
  .modal__close {
    color: #7c7c7c;
    font-size: 60px;
    display: block;
    position: absolute;
    top: 0px;
    width: 28px;
    height: 28px;
    line-height: 25px;
    right: 8px;
    top: 4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

  .info__p {
	  margin-top:12px;
  }

.kassa {
	/*background-color:#feed19;*/
	background: url(../img/kassa.png) no-repeat;
	background-size: contain;
	text-align:center;
	color: #000;
    bottom: 1%;
	right: 3%;
    position: fixed;
    z-index: 999;
    display: block;
    opacity: 0.7;
	height:60px;
	width:200px;
	padding-top:15px;
}
.kassa:hover {
	opacity: 1;
	cursor:pointer;
}		
.kassa_m{
	padding: 50px 50px 60px!important;
	/*width: 780px!important; */
}

@media all and (max-width: 767px) {
	.kassa_m {
		width: 100%;
	}
}