label {
  width: 100%;
  font-weight: normal; }

a, a:hover, a:focus, a:visited {
  color: inherit;
  cursor: pointer; }

.plr0 {
  padding-left: 0;
  padding-right: 0; }

.pl0 {
  padding-left: 0; }

.pr0 {
  padding-right: 0; }

img {
  max-width: 100%; }

.hor_ul {
  padding: 0;
  margin: 0;
  list-style: none; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
color: #313030;
line-height: 1.8;
  padding-bottom: 152px; }

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 152px;
  z-index: 1;
  left: 0;
  right: 0; }

.wrapper {
  background-color: #fff;
  position: relative;
  z-index: 20; }

@media (min-width: 1024px) {
  html {
    position: relative;
    min-height: 100%; } }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

/***************Header****************/
.header_top {
  background-color: #2f5e2b;
padding: 5px 0; }
  .header_top .languages {
    display: inline-block;
    float: left; }
    .header_top .languages a {
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      line-height: 19px;
      color: #f7f7f7;
      font-weight: 300;
      text-transform: uppercase;
      text-decoration: none;
      line-height: 1;
      padding: 0 7.5px;
      border-right: 2px #f7f7f7 solid;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .header_top .languages a:hover {
        color: white;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
    .header_top .languages a:first-of-type {
      padding-left: 0; }
    .header_top .languages a:last-of-type {
      border: 0;
      padding-right: 0; }
    .header_top .languages a.active {
      color: white;
      font-weight: 400; }
  .header_top .enter {
    display: inline-block;
    float: right; }
    .header_top .enter a {
      color: #feffff;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 300;
      padding-left: 27px;
      text-decoration: none;
      position: relative;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .header_top .enter a span {
        border-bottom: 1px #feffff dashed; }
      .header_top .enter a:hover {
        color: #95ea34;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
        .header_top .enter a:hover span {
          border-bottom: 1px #feffff dashed; }
        .header_top .enter a:hover:before {
          -webkit-animation: jello .5s;
                  animation: jello .5s; }
    .header_top .enter a:first-of-type:before {
      content: '';
      position: absolute;
      height: 16px;
      width: 27px;
      left: 0px;
      top: 2px;
      color: #fff;
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../img/user.svg"); }
    .header_top .enter a:last-of-type {
      padding-right: 0;
      margin-left: 40px; }
      .header_top .enter a:last-of-type:before {
        content: '';
        position: absolute;
        height: 16px;
        width: 27px;
        left: 0px;
        top: 2px;
        color: #fff;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../img/login.svg"); }

.header_bottom a.logo {
  display: inline-block;
  float: left;
  width: 15%;
  padding-top: 15px;
  padding-bottom: 15px; }

.header_bottom .main_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  float: right;
  padding-left: 40px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header_bottom .main_nav .nav {
    text-align: right;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .header_bottom .main_nav .nav li {
      display: inline-block;
      vertical-align: top; }
      .header_bottom .main_nav .nav li:last-of-type a {
        padding-right: 0; }
      .header_bottom .main_nav .nav li a {
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        padding: 0 15px;
        padding-top: 43px;
        padding-bottom: 23px;
        padding: 0;
        letter-spacing: 0;
        position: relative;
        -webkit-transition: 280ms;
        -o-transition: 280ms;
        transition: 280ms; }
        .header_bottom .main_nav .nav li a:hover, .header_bottom .main_nav .nav li a:active {
          background-color: #fff; }
        .header_bottom .main_nav .nav li a:after {
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          border: 1px solid rgba(39, 144, 217, 0);
          bottom: 0px;
          content: " ";
          display: block;
          margin: 10px auto;
          position: relative;
          -webkit-transition: all 280ms ease-in-out;
          -o-transition: all 280ms ease-in-out;
          transition: all 280ms ease-in-out;
          width: 0;
          position: absolute;
          top: 100%; }
        .header_bottom .main_nav .nav li a:hover:after {
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          border-color: #2790d9;
          -webkit-transition: width 350ms ease-in-out;
          -o-transition: width 350ms ease-in-out;
          transition: width 350ms ease-in-out;
          width: 100%; }
    .header_bottom .main_nav .nav li.active a {
      background-color: #fff; }
      .header_bottom .main_nav .nav li.active a:after {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        border-color: #6fa630;
        -webkit-transition: width 350ms ease-in-out;
        -o-transition: width 350ms ease-in-out;
        transition: width 350ms ease-in-out;
        width: 100%; }

.header_bottom .container {
  position: relative; }

.hamburger .line {
  width: 35px;
  height: 4px;
  background-color: #6fa630;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.header_bottom .button_menu {
  display: none; }

.hamburger:hover {
  cursor: pointer; }

#hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#hamburger-11.active {
  -webkit-animation: smallbig 0.6s forwards;
          animation: smallbig 0.6s forwards; }

@-webkit-keyframes smallbig {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }

@keyframes smallbig {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }

#hamburger-11.active .line:nth-child(1),
#hamburger-11.active .line:nth-child(2),
#hamburger-11.active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

#hamburger-11.active .line:nth-child(2) {
  opacity: 0; }

#hamburger-11.active .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg); }

#hamburger-11.active .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg); }
  
  

/***************Footer****************/
.footer {
  background-color: #2f5e2b; }
  .footer .footer_top {
    padding: 30px 0; }
    .footer .footer_top .left_item_footer a {
      display: inline-block; }
    .footer .footer_top .mid_item_footer .nav_footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      padding: 0 50px; }
      .footer .footer_top .mid_item_footer .nav_footer li {
        list-style-type: none; }
        .footer .footer_top .mid_item_footer .nav_footer li a {
          text-decoration: none;
          color: white;
          font-family: 'Roboto', sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s; }
          .footer .footer_top .mid_item_footer .nav_footer li a:hover {
            color: #689e2f;
            -webkit-transition: 0.25s;
            -o-transition: 0.25s;
            transition: 0.25s; }
    .footer .footer_top .right_item_footer a {
      text-decoration: none;
      color: white;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .footer .footer_top .right_item_footer a:hover {
        color: #689e2f;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
  .footer .developer .container {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px #f7f7f7 solid; }
  .footer .developer p {
    color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400; }
    .footer .developer p a {
      text-decoration: none;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .footer .developer p a:hover {
        color: #fff;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
        .footer .developer p a:hover img {
          -webkit-animation: jello .5s;
                  animation: jello .5s; }
  .footer .developer p:first-of-type {
    display: inline-block;
    float: left; }
  .footer .developer p:last-of-type {
    display: inline-block;
    float: right; }
  .footer .developer img {
    width: 70px; }

div#scroll-top {
  position: fixed;
  right: 30px;
  bottom: -100px;
  width: 50px;
  height: 50px;
  background-color: #6fa630;
  border: 1px solid #6fa630;
  z-index: 9999;
  -webkit-transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  -o-transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  cursor: pointer;
  opacity: 0.9; }

div#scroll-top:before {
  content: '>';
  font-size: 45px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: -8px;
  content: "\f102";
  font-family: "FontAwesome"; }

div#scroll-top.visible {
  bottom: 30px; }

/**************index****************/
.main_sec1 {
  background-image: url("../img/bg_ind_sec1.jpg");
 
  height: 715px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover; 
          }
  .main_sec1 .container {
    position: relative;
    height: 100%; }
  .main_sec1 .element_top_index {
    background-image: -webkit-gradient(linear, left top, right top, from(#6fa630), to(#6fa630));
    background-image: -webkit-linear-gradient(left, #6fa630 0%, #6fa630 100%);
    background-image: -o-linear-gradient(left, #6fa630 0%, #6fa630 100%);
    background-image: linear-gradient(to right, #6fa630 0%, #6fa630 100%);
    -webkit-border-radius: 0px 0px 4px 4px;
            border-radius: 0px 0px 4px 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .main_sec1 .element_top_index a {
      text-align: center;
      width: 33%;
      color: white;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 19px;
      text-decoration: none;
      position: relative;
      padding-top: 15px;
      padding-bottom: 15px; }
      .main_sec1 .element_top_index a i {
        display: inline-block;
        height: 25px;
        width: 25px;
        -webkit-background-size: contain;
                background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 15px;
        margin-bottom: -5px; }
      .main_sec1 .element_top_index a:before {
        content: '';
        position: absolute;
        right: 0;
        top: 12px;
        height: 24px;
        width: 1px;
        background-color: #000; }
    .main_sec1 .element_top_index a:last-of-type:before {
      display: none; }
  .main_sec1 .main_title {
    width: 100%;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: #2f5e2b66;
padding: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .main_sec1 .main_title h2 {
     margin-top: 0;
text-align: center;
text-shadow: 0 5px 17px rgba(0, 0, 0, 0.35);
color: #fff;
font-family: Roboto;
font-size: 64px;
font-weight: 500; }
 .main_title h1 span {
  text-align: center;
text-shadow: 0 5px 17px rgba(0, 0, 0, 0.35);
color: #fff;
font-family: Roboto;
font-size: 38px;
}
      .main_sec1 .main_title h2 span {
        font-weight: 700; }
    .main_sec1 .main_title p {
      text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
      color: white;
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: 400;
      text-align: center; }
    .main_sec1 .main_title .search {
      display: inline-block;
      width: -webkit-calc(100% - 100px);
      width: calc(100% - 100px);
      margin: 0 50px;
      margin-top: 15px;
      -webkit-box-shadow: 0px 0px 62px 9px rgba(0, 0, 0, 0.33);
              box-shadow: 0px 0px 62px 9px rgba(0, 0, 0, 0.33); }
      .main_sec1 .main_title .search input {
        background-color: rgba(255, 255, 255, 0.08);
        -webkit-border-radius: 0px 2px 2px 0px;
                border-radius: 0px 2px 2px 0px;
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        border: 0;
        float: left;
        outline: none;
        padding: 22px 20px;
        color: white;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 300;
        /* Firefox 19+ */
        /* Firefox 18- */ }
        .main_sec1 .main_title .search input::-webkit-input-placeholder {
          color: white;
          font-family: 'Roboto', sans-serif;
          font-size: 16px;
          font-weight: 300;
          font-style: italic; }
        .main_sec1 .main_title .search input::-moz-placeholder {
          color: white;
          font-family: 'Roboto', sans-serif;
          font-size: 16px;
          font-weight: 300;
          font-style: italic; }
        .main_sec1 .main_title .search input:-moz-placeholder {
          color: white;
          font-family: 'Roboto', sans-serif;
          font-size: 16px;
          font-weight: 300;
          font-style: italic; }
        .main_sec1 .main_title .search input:-ms-input-placeholder {
          color: white;
          font-family: 'Roboto', sans-serif;
          font-size: 16px;
          font-weight: 300;
          font-style: italic; }
      .main_sec1 .main_title .search button {
        width: 50px;
        height: 66px;
        display: inline-block;
        border: 0;
        outline: none;
        background-color: rgba(255, 255, 255, 0.08);
        -webkit-border-radius: 2px 0px 0px 2px;
                border-radius: 2px 0px 0px 2px; }
        .main_sec1 .main_title .search button img {
          width: 22px;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        .main_sec1 .main_title .search button:hover img {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }

.main_sec2 {
  padding: 60px 0; }
  .main_sec2 .left > h3 {
    color: black;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    margin-bottom: 15px; 
      text-align: center;  }
  .main_sec2 .left > p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: black;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-top: 20px; }
  .main_sec2 .left > a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #45a63d;
    font-weight: 400;
    text-decoration: none; }
  .main_sec2 .left .item {
    text-align: center; }
    .main_sec2 .left .item i {
      display: inline-block;
      width: 75px;
      height: 75px;
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin: 15px 0; }
    .main_sec2 .left .item h4 {
      color: black;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 700;
      line-height: 21px;
      margin: 0;
      margin-bottom: 10px; }
    .main_sec2 .left .item p {
      color: black;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 26px;
      margin: 0;
      margin-bottom: 10px; }

.all_registration {
  background-color: white;
  border: 1px solid #dadada;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .all_registration .hed_reg {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px; }
    .all_registration .hed_reg .item {
      width: 50%;
      display: inline-block;
      float: left;
      text-align: center;
      padding: 15px 0;
      cursor: pointer;
      color: #f7f7f7;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 500;
      background-color: #ededed;
      border-bottom: 1px solid #dadada; }
    .all_registration .hed_reg .item:first-of-type.active {
      background-color: #fff;
      border-right: 1px solid #dadada;
      border-bottom: 0;
      -webkit-border-top-right-radius: 4px;
              border-top-right-radius: 4px; }
    .all_registration .hed_reg .item:last-of-type.active {
      background-color: #fff;
      border-left: 1px solid #dadada;
      border-bottom: 0;
      -webkit-border-top-right-radius: 4px;
              border-top-right-radius: 4px; }
  .all_registration .registration > p {
    padding: 0 20px;
    color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    width: 100%; }
  .all_registration .registration .mat-label {
    display: block;
    font-size: 16px;
    -webkit-transform: translateY(36px);
        -ms-transform: translateY(36px);
            transform: translateY(36px);
    color: #6fa630;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 12px; }
    .all_registration .registration .mat-label i {
      margin-right: 10px;
      color: #c3d3d9;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .all_registration .registration .mat-input {
    position: relative;
    background: transparent;
    border: 1px solid #d9e9ef;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    width: 100%;
    outline: none;
    padding: 8px 0;
    font-size: 14px;
    color: #000;
    padding-left: 10px; }
  .all_registration .registration .mat-div {
    padding: 0 20px;
    position: relative; }
  .all_registration .registration .is-active .mat-label {
    color: #292929;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .all_registration .registration .is-active .mat-label i {
      color: #292929;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .all_registration .registration .is-completed .mat-label {
    font-size: 14px;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    color: #292929; }
  .all_registration .registration .mat_textarea.mat-div {
    margin-top: 20px; }
  .all_registration .registration textarea {
    resize: none; }
  .all_registration .registration .checkbox {
    padding: 0 20px;
    color: #6fa630;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400; }
    .all_registration .registration .checkbox input {
      opacity: 0;
      margin: 0; }
    .all_registration .registration .checkbox label:before {
      content: '\f096';
      font-family: FontAwesome;
      font-size: 16px;
      color: #d9e9ef;
      position: absolute;
      left: 20px;
      top: -1px; }
    .all_registration .registration .checkbox input:checked + label:after {
      content: '\f14a';
      font-family: FontAwesome;
      font-size: 14px;
      color: #6fa630;
      position: absolute;
      left: 20px;
      top: -1px; }
  .all_registration .registration button {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-bottom: 30px;
    background-color: #248dd4;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    padding: 10px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .all_registration .registration button:hover {
      background-color: #6fa630;
      -webkit-animation: pulse .5s;
              animation: pulse .5s;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }

/**************Carousel****************************************************/
.main_sec3 {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #f7f7f7; }
  .main_sec3 h2 {
    color: #000;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    text-align: center; }
  .main_sec3 a.next {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #6fa630;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    position: relative;
    left: 50%;
    margin-left: -116.43px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin-top: 25px; }
    .main_sec3 a.next:hover {
      background-color: #6fa630;
      -webkit-animation: pulse .5s;
      animation: pulse .5s;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
  .main_sec3 .carousel1 > div {
    outline: none; }
    .main_sec3 .carousel1 > div .item {
      background-color: white;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      padding: 20px;
      margin: 15px;
      width: 100%;
      display: inline-block;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .main_sec3 .carousel1 > div .item span {
        color: #f7f7f7;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400; }
      .main_sec3 .carousel1 > div .item h3 {
        color: black;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin: 15px 0; }
      .main_sec3 .carousel1 > div .item p {
        color: black;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 15px; }
      .main_sec3 .carousel1 > div .item a {
        background-color: transparent;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        padding: 10px 15px;
        display: inline-block;
        text-decoration: underline;
        color: #6fa630;
        line-height: 18px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .main_sec3 .carousel1 > div .item a i {
          margin-right: 7.5px;
          display: none; }
        .main_sec3 .carousel1 > div .item a:hover {
          -webkit-transition: .25s;
          -o-transition: .25s;
          transition: .25s; }
      .main_sec3 .carousel1 > div .item:hover {
        background-color: #2f5e2b;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .main_sec3 .carousel1 > div .item:hover span, .main_sec3 .carousel1 > div .item:hover h3, .main_sec3 .carousel1 > div .item:hover p {
          color: #fff;
          -webkit-transition: .25s;
          -o-transition: .25s;
          transition: .25s; }
        .main_sec3 .carousel1 > div .item:hover a {
          background-color: #fff;
          -webkit-transition: .25s;
          -o-transition: .25s;
          transition: .25s; }

.main_sec4 {
  padding-top: 40px;
  padding-bottom: 60px; }
  .main_sec4 h2 {
    text-align: center;
    color: black;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700; }
  .main_sec4 .carousel2 .item {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    height: 130px;
    margin: 30px;
    position: relative; }
    .main_sec4 .carousel2 .item:before {
      content: '';
      position: absolute;
      height: 67px;
      width: 1px;
      background-color: #dadada;
      right: -30px;
      top: 34px; }
    .main_sec4 .carousel2 .item::nth-child(odd) {
      border: 0;
      background-color: red; }
  .main_sec4 .carousel2 .slick-active + .slick-active + .slick-active + .slick-active + .slick-active:before {
    display: none; }

.slick-slide {
  outline: none; }

.carousel1 .arow_left, .carousel2 .arow_left {
  width: 59px;
  height: 25px;
  margin: 0 !important;
  padding: 0 !important;
  right: -100px;
  z-index: 15;
  position: absolute;
  top: -webkit-calc(50% - 12.5px);
  top: calc(50% - 12.5px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer; }

.carousel1 .arow_right, .carousel2 .arow_right {
  width: 59px;
  height: 25px;
  margin: 0 !important;
  padding: 0 !important;
  left: -100px;
  z-index: 15;
  padding: 10px;
  position: absolute;
  top: -webkit-calc(50% - 12.5px);
  top: calc(50% - 12.5px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer; }

/**************map***********************/
.main_sec5 {
  position: relative; }
  .main_sec5 .map_element {
    width: 26%;
    position: absolute;
    z-index: 1;
    background-color: white;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 40px 45px;
    top: 40px;
    -webkit-box-shadow: 0px 0px 38px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 38px 8px rgba(0, 0, 0, 0.1); }
    .main_sec5 .map_element h2 {
      margin-top: 0;
      color: black;
      font-family: Roboto;
      font-size: 24px;
      font-weight: 700; }
    .main_sec5 .map_element p.address {
    position: relative;
padding-left: 30px;
color: #4d4d4d;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 21px;
display: inline-block;
width: 105%;
margin: 10px 0; }
      .main_sec5 .map_element p.address:before {
        position: absolute;
        content: '\f041';
        font-family: "FontAwesome";
        left: 0px;
        top: 0px;
        color: #858585;
        font-size: 20px; }
    .main_sec5 .map_element a.mail {
      position: relative;
      padding-left: 30px;
      color: #6fa630;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      display: inline-block;
      width: 105%;
      margin: 10px 0; }
      .main_sec5 .map_element a.mail:before {
        position: absolute;
        content: '\f003';
        font-family: "FontAwesome";
        left: 0px;
        top: 0px;
        color: #858585;
        font-size: 20px; }
    .main_sec5 .map_element a.tel {
      position: relative;
      padding-left: 30px;
      color: #4d4d4d;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      display: inline-block;
      width: 105%;
      margin: 10px 0; }
      .main_sec5 .map_element a.tel:before {
        position: absolute;
        content: '\f095';
        font-family: "FontAwesome";
        left: 0px;
        top: 0px;
        color: #858585;
        font-size: 20px; }
  .main_sec5 #map {
    height: 440px; }

/******************************************************************/
@media (max-width: 1400px) {
  .carousel1 .arow_left, .carousel2 .arow_left {
    right: -50px; }
  .main_sec5 {
    position: relative; }
    .main_sec5 .map_element {
      width: 25%; }
  .carousel1 .arow_right, .carousel2 .arow_right {
    left: -50px; } }

@media (max-width: 1300px) {
  .carousel2 .arow_left {
    right: 10px;
    top: 100%; }
  .carousel2 .arow_right {
    left: 10px;
    top: 100%; }
  .carousel1 .arow_left, .carousel2 .arow_left {
    right: 10px; }
  .carousel1 .arow_right, .carousel2 .arow_right {
    left: 10px; } }

@media (max-width: 1300px) {
  .header_bottom .main_nav {
    padding-left: 0px; }
  .header_bottom .main_nav .nav li a {
    padding-left: 7px;
    padding-right: 7px; } }

@media (max-width: 991px) {
    .img {
  max-width: 80%;
}
  .header_bottom .button_menu {
    display: inline-block;
    width: 50px;
    right: 15px;
    height: 100%;
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header_bottom .main_nav {
    border: 1px #ccc solid; }
  .header_bottom .main_nav .nav {
    display: inline-block; }
  .header_bottom .main_nav .nav li a:after {
    position: static; }
  .main_sec5 .map_element {
    padding: 15px; }
  .main_sec2 .left > a {
    display: inline-block;
    margin-bottom: 15px; }
  .footer .footer_top .mid_item_footer .nav_footer {
    padding: 0; }
  .header_bottom .main_nav .nav li {
    display: inline-block;
    width: 100%;
    text-align: center; }
  .header_bottom .main_nav .nav li a {
    padding: 7.5px; }
  .header_bottom .main_nav .nav li a:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 5px auto; }
  .header_bottom .main_nav {
    padding-top: 15px;
    max-width: none;
    width: -webkit-calc(100% - (30px));
    width: calc(100% - (30px));
    margin-right: 15px;
    margin-left: 15px;
    position: absolute;
    left: 0;
    top: 72px;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 99999;
    background-color: #fff;
    padding-bottom: 15px; }
  .header_bottom .main_nav.active {
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .header_bottom a.logo {
    display: inline-block;
    float: left;
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px; } }

@media (max-width: 767px) 
{.main_sec1 .element_top_index {

  display: none;
  
}
    .img {
  max-width: 80%;
}
  .main_sec5 .map_element {
    width: 100%;
    position: static;
    z-index: 20;
    background-color: white;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 15px;
    top: 0;
    -webkit-box-shadow: 0px 0px 38px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 38px 8px rgba(0, 0, 0, 0.1); }
  .footer .footer_top {
    padding: 15px 0;
    text-align: center; }
    .footer .footer_top .left_item_footer, .footer .footer_top .right_item_footer {
      padding: 15px 0; }
          .footer .img {
  max-width: 80% !important
  ;
}
      
  body {
    padding-bottom: 224px; }
  footer {
    height: 224px; }
  .main_sec1 .main_title h2 {
    font-size: 26px; }
  .main_sec2 {
    padding: 15px 0; } }

@media (max-width: 480px) {
  .main_sec1 {
    height: 50vh; }
  .footer .footer_top .mid_item_footer .nav_footer {
    display: block; }
  .header_bottom a.logo {
    display: inline-block;
    float: left;
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15px; }
  .footer .footer_top .mid_item_footer .nav_footer li {
    list-style-type: none;
    display: inline-block;
    width: 100%; }
    .footer .footer_top .mid_item_footer .nav_footer li a {
      display: inline-block;
      width: 100%;
      padding: 7.5px 0; }
  body {
    padding-bottom: 449px; }
  footer {
    height: 449px; }
  .main_sec1 .main_title .search input {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .main_sec1 .main_title .search {
    display: inline-block;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 15px; }
  .header_top {
    text-align: center; }
  .header_top .languages {
    display: inline-block;
    margin-bottom: 7.5px; }
  .header_top .enter {
    display: none; }
  .main_sec2 .left > h3 {
    font-size: 20px;
    text-align: center; }
    .main_sec2 .left > h3 br {
      display: none; }
  .footer .developer p {
    color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    text-align: center; }
  .main_sec1 .element_top_index a:before {
    top: 20px; }
  div#scroll-top.visible {
    bottom: 15px;
    right: 5px; }
  div#scroll-top {
    position: fixed;
    right: 5px;
    bottom: -100px; }
  .header_top .enter a span {
    display: none; }
  .header_top .enter a:last-of-type {
    padding-right: 0;
    margin-left: 20px; } }

/**************about_us****************************************************/
.main_sec1.others_sec1 {
  height: 290px;
  background-image: url("../img/bg_ind_sec1.jpg");
  background-attachment: initial;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .main_sec1.others_sec1 .others_text {
    padding: 0 15px;
    width: 100%;
    height: auto !important;
    position: absolute;
    top: -webkit-calc(50% + 54px/2);
    top: calc(50% + 54px/2);
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #2f5e2ba3;
padding: 15px;}
    .main_sec1.others_sec1 .others_text h2 {
      display: inline-block;
      float: left;
      margin-right: 132px;
      margin-top: 0;
      color: white;
      font-family: 'Roboto', sans-serif;
      font-size: 36px;
      font-weight: 700; }
    .main_sec1.others_sec1 .others_text p {
      display: inline-block;
      width: 615px;
      color: white;
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 23px; }

.about_us_sec2 {
  padding: 55px 0; }
  .about_us_sec2 h2 {
    margin: 15px 0;
    padding: 0 15px;
    color: #1a1a1a;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700; }
  .about_us_sec2 .text_about_us_right {
    padding: 0 95px; }

.about_us_sec3 .row div {
  float: left;
  position: relative;
  margin-bottom: 15px; }
  .about_us_sec3 .row div .over_img {
    display: inline-block;
    overflow: hidden;
    height: 260px;
    width: 100%;
    background-color: #000; }
  .about_us_sec3 .row div a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 280px;
    -webkit-background-size: cover;
            #background-size: cover;
    background-repeat: no-repeat;
    #background-position: left;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .about_us_sec3 .row div a:hover {
      -webkit-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);
      opacity: .8; }
  .about_us_sec3 .row div span {
    display: inline-block;
    width: 100%;
    color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px; }

.about_us_sec3 .row:nth-child(3n) div {
  float: right !important; }

.about_us_sec3 h2 {
  margin: 15px 0;
  color: #1a1a1a;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700; }

@media (max-width: 767px) {
  .about_us_sec2 .text_about_us_right {
    padding: 0 15px; }
  .about_us_sec2 {
    padding: 15px 0; }
  .main_sec1 .element_top_index a i {
    display: none; }
  .main_sec1.others_sec1 .others_text p {
    width: 100%; }
  .main_sec1.others_sec1 .others_text {
    padding: 0 15px;
    width: 100%;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%); } }

/**************segments****************************************************/
.breadcrumb > li {
  display: inline-block;
  color: #f7f7f7;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300; }

.breadcrumb > li.active {
  color: #000; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #f7f7f7;
  content: '\f101';
  font-family: "FontAwesome"; }

.segments_sec3 .segments_cont_left {
  border-right: 1px #dadada solid;
  border-top: 1px #dadada solid; }
  .segments_sec3 .segments_cont_left h2 {
    margin: 40px 0 25px;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500; }
    .segments_sec3 .segments_cont_left h2 a {
      display: inline-block;
      width: auto;
      padding: 15px 15px 15px 0;
      font-size: 23px;
      margin-right: 15px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .segments_sec3 .segments_cont_left h2 a:hover {
        color: #6fa630;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
  .segments_sec3 .segments_cont_left a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 16px;
    font-weight: 400; }
  .segments_sec3 .segments_cont_left a.active {
    color: #2596de; }

.segments_sec3 .segments_cont_right {
  padding: 10px 0 10px 50px;
  border-top: 1px #dadada solid; }
  .segments_sec3 .segments_cont_right p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    display: inline-block; }
  .segments_sec3 .segments_cont_right .picture {
    float: right;
    display: inline-block;
    height: 260px;
    width: 400px;
    margin-left: 15px;
    margin-bottom: 10px;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .segments_sec3 .segments_cont_right .segment_right_element {
    display: block;
    width: 100%;
    margin-top: 40px;
    text-align: center; }
    .segments_sec3 .segments_cont_right .segment_right_element .item {
      width: 25%;
      display: inline-block;
      float: left;
      text-align: center;
      padding: 30px;
      border-right: 1px #dadada solid;
      border-top: 1px #dadada solid;
      border-bottom: 1px #dadada solid;
      text-decoration: none;
      position: relative; }
      .segments_sec3 .segments_cont_right .segment_right_element .item p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: black;
        font-weight: 400;
        text-decoration: underline;
        margin-bottom: 45px; }
        .segments_sec3 .segments_cont_right .segment_right_element .item p span {
          color: #269be6;
          font-weight: 500;
          text-decoration: underline; }
      .segments_sec3 .segments_cont_right .segment_right_element .item > i {
        font-size: 14px;
        line-height: 21px;
        color: black;
        font-weight: 400;
        font-style: normal;
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        display: inline-block;
        width: 100%;
        text-align: center; }
      .segments_sec3 .segments_cont_right .segment_right_element .item:hover {
        background-color: #2596de; }
        .segments_sec3 .segments_cont_right .segment_right_element .item:hover p {
          color: #fff; }
          .segments_sec3 .segments_cont_right .segment_right_element .item:hover p span {
            color: #fff; }
        .segments_sec3 .segments_cont_right .segment_right_element .item:hover i {
          color: #fff; }
    .segments_sec3 .segments_cont_right .segment_right_element .item:last-of-type {
      border-right: 0; }

.breadcrumb {
  padding: 20px 15px;
  margin-bottom: 0; }

@media (max-width: 1200px) {
  .segments_sec3 .segments_cont_right .segment_right_element .item {
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 30px 10px;
    border-right: 1px #dadada solid;
    border-top: 1px #dadada solid;
    border-bottom: 1px #dadada solid;
    text-decoration: none;
    position: relative; } }

@media (max-width: 991px) {
  .segments_sec3 .segments_cont_right .picture {
    height: 250px;
    width: 100%;
    margin: 0; }
  .segments_sec3 .segments_cont_right .segment_right_element .item {
    width: 50%;
    border-bottom: 1px #dadada solid; }
  .segments_sec3 .segments_cont_right .segment_right_element .item:nth-child(2n) {
    border-right: 0; }
  .segments_sec3 .segments_cont_right .segment_right_element .item:nth-child(2n-1) {
    border-left: 0; }
  .segments_sec3 .segments_cont_right .segment_right_element .item:nth-child(2n):last-of-type {
    border-right: 0; }
  .segments_sec3 .segments_cont_right .segment_right_element .item:nth-child(2n-1):last-of-type {
    border-left: 0; } }

@media (max-width: 767px) {
  .segments_sec3 .segments_cont_right {
    padding: 15px 0 15px 0; }
  .segments_sec3 .segments_cont_left h2 {
    margin: 15px 0 0;
    font-size: 22px; }
  .segments_sec3 .segments_cont_left {
    border-right: 0; } }

@media (max-width: 480px) {
  .segments_sec3 .segments_cont_right .segment_right_element .item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px #dadada solid; }
  .segments_sec3 .segments_cont_right .segment_right_element {
    display: inline-block; } }

/**************segments_ins_ins**********************************/
.segments_cont_right i {
  font-style: inherit;
  font-family: Roboto;
  font-size: 14px;
  line-height: 23px;
  color: black;
  font-weight: 300; }
  .segments_cont_right i a {
    color: #2596de;
    font-weight: 500;
    text-decoration: underline; }

.tds_cont_right {
  margin-top: 15px; }
  .tds_cont_right .tds_item {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px #dadada solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .tds_cont_right .tds_item .tds_left {
      float: left;
      width: 20%;
      display: inline-block;
      color: black;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 500;
      padding: 10px 0; }
    .tds_cont_right .tds_item .tds_mid {
      float: left;
      width: 60%;
      display: inline-block;
      color: #f7f7f7;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 300;
      padding: 10px 0; }
    .tds_cont_right .tds_item .tds_right {
      float: left;
      width: 20%;
      display: inline-block; }
      .tds_cont_right .tds_item .tds_right a {
        padding: 10px 20px;
        text-decoration: none;
        border: 1px #2596de solid;
        display: inline-block; }
  .tds_cont_right .tds_item:first-of-type {
    border-top: 1px #dadada solid; }

@media (max-width: 480px) {
  .tds_cont_right .tds_item {
    display: inline-block; }
  .tds_cont_right .tds_item .tds_left, .tds_cont_right .tds_item .tds_mid, .tds_cont_right .tds_item .tds_right {
    width: 100%;
    display: inline-block; } }

/*************products**************************/
.products_sec2 {
  text-align: center;
  padding-bottom: 30px; }
  .products_sec2 .product_text_foot {
    display: inline-block;
    width: 100%; }
  .products_sec2 p {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px;
    display: inline-block;
    width: 720px; }
  .products_sec2 h2 {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-top: 60px; }
  .products_sec2 .prod_sec2_top {
    margin-bottom: 30px; }
  .products_sec2 .products_item {
    padding: 0 25px; }
    .products_sec2 .products_item > div {
      -webkit-box-shadow: 0px 0px 39px 5px #d9d9d9;
      box-shadow: 0px 0px 39px 5px #d9d9d9; }
    .products_sec2 .products_item .top {
      padding: 50px 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .products_sec2 .products_item .top i {
        display: block;
        margin: 0 auto;
        width: 78px;
        height: 78px;
        background-position: center;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 30px; }
      .products_sec2 .products_item .top a {
        display: inline-block;
        color: #1a1a1a;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 700; }
    .products_sec2 .products_item .body .products_element a.prod_elem_hed {
      color: black;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      background-color: #e6e6e6;
      border-bottom: 0;
      position: relative;
      text-align: center; }
      .products_sec2 .products_item .body .products_element a.prod_elem_hed:before {
        content: '';
        position: absolute;
        width: 27px;
        left: 50%;
        margin-left: -27px;
        top: 100%;
        pointer-events: none;
        border: 27px solid transparent;
        border-top: 12px solid #e6e6e6; }
    .products_sec2 .products_item .body .products_element a {
      color: #4d4d4d;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 300;
      padding: 20px 30px;
      display: inline-block;
      width: 100%;
      text-align: left;
      border-bottom: 1px #e6e6e6 solid; }

@media (max-width: 767px) {
  .products_sec2 p {
    width: 100%; }
  .products_sec2 .products_item {
    padding: 0 15px;
    margin-bottom: 30px; } }

/**************cooperation******************************************/
.cooperation_sec2 .cooperation_tabs {
  margin: 70px 0;
  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; }

.cooperation_sec2 .cooperat_sec2_tect {
  padding: 16px 200px;
  text-align: center;
  margin-bottom: 40px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 6px;
          border-radius: 6px; }
  .cooperation_sec2 .cooperat_sec2_tect h2 {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0; }
  .cooperation_sec2 .cooperat_sec2_tect p {
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300; }

.cooperation_sec3 {
  position: relative; }
  .cooperation_sec3:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 210px;
    background-color: #fff; }
  .cooperation_sec3 .cooperation_registr {
    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;
    margin-bottom: -600px; }
    .cooperation_sec3 .cooperation_registr > div {
      width: 30%;
      min-height: 845px; }
    .cooperation_sec3 .cooperation_registr .all_registration {
      z-index: 10;
      position: relative; }
  .cooperation_sec3 .cooperation_element_bg {
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px 0;
    height: 500px; }
    .cooperation_sec3 .cooperation_element_bg .item_left {
      float: left; }
      .cooperation_sec3 .cooperation_element_bg .item_left p {
        display: inline-block;
        color: #f7f7f7;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        width: 185px;
        float: left;
        margin-bottom: -30px; }
      .cooperation_sec3 .cooperation_element_bg .item_left i {
        float: right;
        display: inline-block;
        width: 275px;
        height: 225px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
                background-size: contain; }
    .cooperation_sec3 .cooperation_element_bg .item_right {
      float: right; }
      .cooperation_sec3 .cooperation_element_bg .item_right p {
        float: right;
        display: inline-block;
        color: #f7f7f7;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        width: 185px;
        margin-bottom: -30px; }
      .cooperation_sec3 .cooperation_element_bg .item_right i {
        float: left;
        display: inline-block;
        width: 275px;
        height: 225px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
                background-size: contain; }

@media (max-width: 1200px) {
  .cooperation_sec3 .cooperation_element_bg .item_right p {
    background-color: rgba(230, 230, 230, 0.8);
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 5; }
  .cooperation_sec3 .cooperation_element_bg .item_left p {
    background-color: rgba(230, 230, 230, 0.8);
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 5; } }

@media (max-width: 991px) {
  .cooperation_sec3 .cooperation_registr {
    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;
    margin-bottom: 30px; }
  .cooperation_sec3 .cooperation_element_bg {
    background-color: #e6e6e6;
    padding: 15px 0;
    height: 350px; }
  .cooperation_sec3:after {
    display: none; }
  .cooperation_sec2 .cooperat_sec2_tect {
    padding: 16px 100px;
    margin-bottom: 20px; }
  .cooperation_sec3 .cooperation_registr > div {
    width: 50%; }
  .cooperation_sec2 .cooperation_tabs {
    margin: 15px 0; } }

@media (max-width: 767px) {
  .cooperation_sec3 .cooperation_registr > div {
    width: 100%;
    padding: 0; }
  .cooperation_sec2 .cooperat_sec2_tect {
    padding: 15px;
    margin-bottom: 20px; } }

@media (max-width: 480px) {
  .cooperation_sec3 .cooperation_element_bg .item_right p {
    background-color: rgba(230, 230, 230, 0.8);
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 5; }
  .cooperation_sec3 .cooperation_element_bg .item_left p {
    background-color: rgba(230, 230, 230, 0.8);
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 5; } }

@media (max-width: 350px) {
  .cooperation_sec3 .cooperation_element_bg .item_left i, .cooperation_sec3 .cooperation_element_bg .item_right i {
    width: 100%;
    height: 225px; } }

/*************RSD***************************/
.about_us_sec3.rsd {
  padding: 70px 0; }
  .about_us_sec3.rsd .text_rsd {
    padding: 45px; }
    .about_us_sec3.rsd .text_rsd p {
      color: black;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 300; }

@media (max-width: 991px) {
  .about_us_sec3.rsd {
    padding: 30px 0; }
    .about_us_sec3.rsd .text_rsd {
      padding: 0 20px; } }

@media (max-width: 767px) {
  .about_us_sec3.rsd {
    padding: 15px 0; }
    .about_us_sec3.rsd .text_rsd {
      padding: 0 15px; } }

/*************NEWS***************************/
.news > div {
  outline: none; }
  .news > div .item {
    background-color: white;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding: 20px;
    margin: 15px 0;
    display: inline-block;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-box-shadow: 0px 0px 14px 5px #d9d9d9;
    box-shadow: 0px 0px 14px 5px #d9d9d9; }
    .news > div .item span {
      color: #f7f7f7;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 400; }
    .news > div .item h3 {
      color: black;
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: 500;
      margin: 15px 0; }
    .news > div .item p {
      color: black;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 15px; }
    .news > div .item a {
      background-color: #cdcdcd;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      padding: 10px 15px;
      display: inline-block;
      text-decoration: none;
      color: #f7f7f7;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 400;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .news > div .item a i {
        margin-right: 7.5px; }
      .news > div .item a:hover {
        color: #000;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
    .news > div .item:hover {
      background-color: #2f5e2b;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .news > div .item:hover span, .news > div .item:hover h3, .news > div .item:hover p {
        color: #fff;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .news > div .item:hover a {
        background-color: #fff;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border: 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border: 0; }

.pagination > li {
  margin-right: 3px;
  display: inline-block; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  color: #248bd0;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  background-color: #b2e0ff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-decoration: none;
  border: 1px solid #b2e0ff; }

.pagination > li:last-of-type > a {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff; }
  .pagination > li:last-of-type > a i {
    margin: 0 5px; }

.pagination > li:first-of-type > a {
  color: #cccccc;
  background-color: #fff;
  border: 1px solid #fff; }
  .pagination > li:first-of-type > a i {
    margin: 0 5px; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #248bd0;
  border-color: #248bd0; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #248bd0;
  cursor: not-allowed;
  background-color: #fff;
  border: 0; }

.news_sec4 {
  background-image: url("../img/bg_email_but.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  padding: 50px 0; }
  .news_sec4 p {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    width: 430px;
    display: block;
    margin: 0 auto; }
  .news_sec4 form {
    display: inline-block;
    width: 430px;
    margin: 0 15px;
    margin-top: 25px; }
  .news_sec4 input {
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 2px;
            border-radius: 2px;
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
    border: 0;
    float: left;
    border: 1px #fff solid;
    outline: none;
    padding: 10px 15px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300; }
  .news_sec4 button {
    margin-left: 10px;
    width: 115px;
    height: 44px;
    display: inline-block;
    border: 0;
    outline: none;
    background-color: white;
    border: 1px solid white;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    color: #248bd0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500; }

@media (max-width: 480px) {
  .news_sec4 p {
    width: 100%;
    padding: 0 15px; }
  .news_sec4 form {
    display: inline-block;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 15px;
    margin-top: 15px; } }

/*********certificates*********************************************/
.certificates_sec_2 {
  padding-top: 70px;
  padding-bottom: 30px; }
  .certificates_sec_2 .item {
    background-color: white;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin: 15px 0;
    display: inline-block;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
  /*  -webkit-box-shadow: 0px 0px 14px 5px #d9d9d9;
            box-shadow: 0px 0px 14px 5px #d9d9d9;*/
    margin-bottom: 35px;
    position: relative; }
    .certificates_sec_2 .item .picture {
      border: 1px #cdcdcd solid;
      padding: 22px 30px;
    }
    .certificates_sec_2 .item span, .certificates_sec_2 .item a.pic {
      display: inline-block;
      width: 100%;
      height: 265px;
      position: static;
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain; }
    .certificates_sec_2 .item h3 {
      color: black;
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: 500;
      margin-top: 35px;
      margin-bottom: 35px; }
    .certificates_sec_2 .item a {
      background-color: #cdcdcd;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      padding: 10px 15px;
      display: inline-block;
      text-decoration: none;
      color: #f7f7f7;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 400;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .certificates_sec_2 .item a i {
        margin-right: 7.5px; }
      .certificates_sec_2 .item a:hover {
        color: #000;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }

/*********logos*********************************************/
.certificates_sec_3 {
  padding-top: 70px;
  padding-bottom: 30px; }
  .certificates_sec_3 .item {
    background-color: white;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
  /*  -webkit-box-shadow: 0px 0px 14px 5px #d9d9d9;
            box-shadow: 0px 0px 14px 5px #d9d9d9;*/
    margin-bottom: 15px;
    position: relative; }
    .certificates_sec_3 .item .picture {
      border: 1px #cdcdcd solid;
      padding: 10px 10px;
    }
    .certificates_sec_3 .item span, .certificates_sec_3 .item a.pic {
      display: inline-block;
      width: 100%;
      height: 200px;
      position: static;
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain; }
    .certificates_sec_3 .item h3 {
      color: black;
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: 500;
      margin-top: 35px;
      margin-bottom: 35px; }
    .certificates_sec_3 .item a {
      background-color: #cdcdcd;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      padding: 10px 15px;
      display: inline-block;
      text-decoration: none;
      color: #f7f7f7;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 400;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .certificates_sec_3 .item a i {
        margin-right: 7.5px; }
      .certificates_sec_3 .item a:hover {
        color: #000;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        
        /*********cont*********************************************/
.certificates_sec_4 {
  padding-top: 70px;
  padding-bottom: 30px; background: #c1c1c1;}
  .certificates_sec_4 .item {
    background-color: white;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    height: 305px;
  /*  -webkit-box-shadow: 0px 0px 14px 5px #d9d9d9;
            box-shadow: 0px 0px 14px 5px #d9d9d9;*/
    margin-bottom: 5px;
    position: relative;
    text-align: center;}
    
    .certificates_sec_4 .item .picture {
      border: 1px #cdcdcd solid;
      padding: 10px 10px;
      height: 280px;
    }
    .h2, .h2  {
  text-align: center;
  color: black;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 700;
}
    
    .certificates_sec_4 .item span, .certificates_sec_4 .item a.pic {
      display: inline-block;
      width: 100%;
      height: 60px;
      position: static;
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain; }
    .certificates_sec_4 .item h3 {
      color: black;
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: 500;
      margin-top: 15px;
margin-bottom: 15px; }
    .certificates_sec_4 .item a {
      background-color: #fff;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      padding: 5px;
      display: inline-block;
      text-decoration: none;
      color: #151515;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 400;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .certificates_sec_4 .item a i {
        margin-right: 7.5px; }
      .certificates_sec_4 .item a:hover {
        color: #000;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        
.enter_sec_1 {
  padding-bottom: 90px; }
  .enter_sec_1 .all_registration .hed_reg .item {
    width: 100%;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400; }
  .enter_sec_1 .all_registration .hed_reg {
    margin-bottom: 10px; }
  .enter_sec_1 .in_register .registration {
    padding: 0 350px; }
  .enter_sec_1 .in_enter .registration {
    padding: 0 350px; }
  .enter_sec_1 .password_recovery {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    color: #6fa630;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    text-decoration: underline; }

@media (max-width: 991px) {
  .enter_sec_1 .in_register .registration, .enter_sec_1 .in_enter .registration {
    padding: 0 200px; } }

@media (max-width: 767px) {
  .enter_sec_1 .in_register .registration, .enter_sec_1 .in_enter .registration {
    padding: 0 15px; }
  .enter_sec_1 {
    padding-top: 15px;
    padding-bottom: 15px; }
    .breadcrumb {
    padding: 10px 0;
    margin-bottom: 0;
}
.access_sec_1 {
    padding: 25px 0;
} }

.main_sec1.user_sec1 {
  height: 250px;
  background-image: url(../img/bg_user.jpg);
  background-attachment: initial;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 50px 0; }
  .main_sec1.user_sec1 h2 {
    margin-top: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px; }
  .main_sec1.user_sec1 p {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0; }

.user_sec_2 {
  padding: 30px 0; }
  .user_sec_2 .item {
    text-align: center; }
    .user_sec_2 .item a {
      background-color: white;
      border: 1px solid #2290d9;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      padding: 15px 0;
      display: inline-block;
      width: 100%;
      color: black;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 300;
      text-decoration: none;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      margin-bottom: 15px; }
      .user_sec_2 .item a i {
        margin-right: 7.5px;
        color: #b3b3b3;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      .user_sec_2 .item a:hover {
        background-color: #2290d9;
        color: #fff;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .user_sec_2 .item a:hover i {
          color: #fff;
          -webkit-transition: .25s;
          -o-transition: .25s;
          transition: .25s; }

/**************access***********************************************/
.access_sec_1 {
  border-top: 1px #dadada solid;
  padding: 115px 0; }
  .access_sec_1 .access_element {
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    text-align: center; }
    .access_sec_1 .access_element p {
      color: black;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      line-height: 21px;
      font-weight: 300; }
    .access_sec_1 .access_element a {
      margin-top: 15px;
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 30px;
      background-color: #248dd4;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      color: white;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 500;
      border: 0;
      display: inline-block;
      padding: 10px 15px;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      text-decoration: none; }
    .access_sec_1 .access_element img {
      margin-bottom: 20px;
      display: inline-block; }
    .access_sec_1 .access_element .access_item {
      margin-bottom: 60px; }
      .access_sec_1 .access_element .access_item h2 {
        color: black;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 400;
        padding: 25px 0;
        margin: 0;
        background-color: #ededed;
        border-bottom: 1px solid #e6e6e6;
        -webkit-border-radius: 7px 7px 0px 0px;
                border-radius: 7px 7px 0px 0px; }
      .access_sec_1 .access_element .access_item p {
        color: black;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 21px;
        font-weight: 300; }
      .access_sec_1 .access_element .access_item a {
        margin-top: 15px;
        margin-left: 20px;
        margin-right: 20px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin-bottom: 30px;
        background-color: #248dd4;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        color: white;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 500;
        border: 0;
        padding: 10px 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
    .access_sec_1 .access_element form {
      display: block;
      margin: 40px auto;
      width: 280px; }
      .access_sec_1 .access_element form .mat-label {
        display: block;
        font-size: 16px;
        -webkit-transform: translateY(36px);
            -ms-transform: translateY(36px);
                transform: translateY(36px);
        color: #6fa630;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding-left: 12px; }
        .access_sec_1 .access_element form .mat-label i {
          margin-right: 10px;
          color: #c3d3d9;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .access_sec_1 .access_element form .mat-input {
        position: relative;
        background: transparent;
        border: 1px solid #d9e9ef;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        width: 100%;
        outline: none;
        padding: 8px 0;
        font-size: 14px;
        color: #000;
        padding-left: 10px; }
      .access_sec_1 .access_element form .mat-div {
        padding: 0 20px;
        position: relative; }
      .access_sec_1 .access_element form .is-active .mat-label {
        color: #292929;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .access_sec_1 .access_element form .is-active .mat-label i {
          color: #292929;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .access_sec_1 .access_element form .is-completed .mat-label {
        font-size: 14px;
        -webkit-transform: translateY(4px);
            -ms-transform: translateY(4px);
                transform: translateY(4px);
        color: #292929; }
      .access_sec_1 .access_element form .mat_textarea.mat-div {
        margin-top: 20px; }
      .access_sec_1 .access_element form button {
        margin-top: 15px;
        margin-left: 20px;
        margin-right: 20px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin-bottom: 30px;
        background-color: #248dd4;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        color: white;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 500;
        border: 0;
        padding: 10px 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }

.fa-angle-right:before {
  content: "\f105";
  font-family: "FontAwesome"; }

.news_in_sec3 {
  padding: 50px 0; }
  .news_in_sec3 .container {
    padding: 0 200px; }
  .news_in_sec3 p {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 30px; }
  .news_in_sec3 span {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 100;
    font-style: italic;
    line-height: 23px; }
  .news_in_sec3 img {
    width: 100%; }

.in_register.bot_reg h2 {
  margin: 0;
  margin-top: 24px;
  padding: 0 20px;
  color: #f7f7f7;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500; }

.page-link {
  pointer-events: none; }

@media (max-width: 991px) {
  .news_in_sec3 {
    padding: 15px 0; }
  .news_in_sec3 .container {
    padding: 0 15px; } }

@media (max-width: 767px) {
  .main_sec1.others_sec1 .others_text h2 {
    font-size: 20px; }
  .main_sec1.others_sec1 .others_text p {
    font-size: 16px; } }

/*@media (max-width: 480px) {
  .pagination > li:first-of-type {
    display: none; }
  .pagination > li:last-of-type {
    display: none; } }*/

/**************animait****************************************************/
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/*******************************prav 17.01.18*****************************************************/
.main_sec1 .element_top_index a i {
  display: none;
}
.products_sec2 .products_item > div {
    box-shadow: none;
    border-left: 1px #f0f0f0 solid;
    border-right: 1px #f0f0f0 solid;
}
.carousel1  {
  padding: 0 15%;
}
.main_sec3  .carousel1  .arow_left {
    right: -100px;
}
.main_sec3  .carousel1  .arow_right {
    left: -100px;
}
.main_sec3 .carousel1 > div .item .block_picture {
  display: inline-block;
  height: 180px;
  float: left;
  width: 230px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ccc;
  margin-right: 15px;
}
 .products_sec2 .element_top_index {
    background-image: -webkit-gradient(linear, left top, right top, from(#1d94cc), to(#6fa630));
    background-image: -webkit-linear-gradient(left, #1d94cc 0%, #6fa630 100%);
    background-image: -o-linear-gradient(left, #1d94cc 0%, #6fa630 100%);
    background-image: linear-gradient(to right, #1d94cc 0%, #6fa630 100%);
    -webkit-border-radius: 0px 0px 4px 4px;
            border-radius: 0px 0px 4px 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .products_sec2 .element_top_index a {
      text-align: center;
      width: 33%;
      color: white;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 19px;
      text-decoration: none;
      position: relative;
      padding-top: 15px;
      padding-bottom: 15px; }
      .products_sec2 .element_top_index a i {
        display: inline-block;
        height: 25px;
        width: 25px;
        -webkit-background-size: contain;
                background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 15px;
        margin-bottom: -5px;
        display: none; }
      .products_sec2 .element_top_index a:before {
        content: '';
        position: absolute;
        right: 0;
        top: 12px;
        height: 24px;
        width: 1px;
        background-color: #92c8ec; }
    .products_sec2 .element_top_index a:last-of-type:before {
      display: none; }
.new_block_prav {
  background-color: white;
  border: 1px solid #ededed;
  border-radius: 5px;
  box-shadow: 4px 6.9px 8.7px 1.3px rgba(0, 0, 0, 0.36);
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.new_block_prav h2 {
  margin: 0;
  padding: 20px 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px #248fd3 solid;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}
.new_block_prav p {
  margin: 0;
  padding: 20px 15px;
  padding-bottom: 0;
  display: inline-block;
  width: 100% !important;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  float: none !important;
}
.all_registration .registration .dropdown-item {
  padding: 0 20px;
}
.all_registration .registration .dropdown-item button {
  position: relative;
    background: transparent;
    border: 1px solid #d9e9ef;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    outline: none;
    padding: 8px 0;
    font-size: 14px;
    color: #000;
    padding-left: 10px;
    color: #6fa630;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    text-align: left;
    animation: none;
}
.all_registration .registration .dropdown-item button:before {
    position: absolute;
    content: '\f107';
    font-family: "FontAwesome";
    right: 9px;
    top: 8px;
    color: #999999;
    font-size: 14px;
}
.all_registration .registration .dropdown-item ul{
  padding: 0;
  border: 1px #d9e9ef solid;
  border-radius: 2px;
  margin-top: 2px;
}
.all_registration .registration .dropdown-item ul li{
  list-style-type: none;
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px #d9e9ef solid;
    color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.all_registration .registration .dropdown-item ul li:last-of-type{
  border-bottom: 0;
}
.all_registration .registration .dropdown-item button i {
    margin-right: 10px;
    color: #c3d3d9;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_sec5 .container {
  position: relative;
}
.main_sec5 .map_element.reg {
  right: 15px;
  left: auto;
}
.main_sec5 .map_element {
    left: -100px;
    }
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #f7f7f7;
    content: '/';
    font-family: 'Roboto', sans-serif;
}
.right_item_footer {
  text-align: right;
}
@media (max-width: 1400px) {
.main_sec3  .carousel1  .arow_left {
    right: 0px;
}
.main_sec3  .carousel1  .arow_right {
    left: 0px;
}
.main_sec5 .map_element {
    left: 0px;
    }
}
@media (max-width: 991px) {
  .right_item_footer {
  text-align: center;
}
.carousel1 {
    padding: 0;
    margin-bottom: 30px;
}
.main_sec3  .carousel1  .arow_left {
    right: 15px;
    top: 100%;
}
.main_sec3  .carousel1  .arow_right {
    left: 15px;
    top: 100%;
}
.cooperation_sec3 .cooperation_registr > div {
  min-height: auto;
}
}
@media (max-width: 767px) {
.access_sec_1 {
    padding: 25px 0;
}
}
@media (max-width: 480px) {
  .main_sec3 .carousel1 > div .item .block_picture {
    display: block;
  }
  .main_sec3 .carousel1 > div .item span {
    display: inline-block;
    width: 100%;
    margin: 10px 0; 
  }
  .main_sec3 .carousel1 > div .item h3 {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
  }
  .products_sec2 .element_top_index a {
width: 100%;
  }
  .products_sec2 .element_top_index {
      flex-direction: column;
  }
}
