/*-----------------------------------------

	Theme Name:
	Theme URI: http://
	Description:
	Author: Roelnie
	Author URI: http://themeforest.net/user/roelnie
	Version: 1.0

	---------------------------------*/
/* ***********************************
	Table Of Content

	01 Basic
	02 Header
	03 Body
	04 Footer
	05 Responsive

	*********************************** */
/* *******************
	[ 01 Start Basic ]
	******************* */
/* *******************
	[ Start Font ]
	******************* */
@font-face {
  font-family: "GeometriaBold";
  src: url("../fonts/Geometria-Bold/Geometria-Bold.eot"), url("../fonts/Geometria-Bold/Geometria-Bold.woff"), url("../fonts/Geometria-Bold/Geometria-Bold.ttf"); }

@font-face {
  font-family: "GeometriaExtraBold";
  src: url("../fonts/Geometria-ExtraBold/Geometria-ExtraBold.eot"), url("../fonts/Geometria-ExtraBold/Geometria-ExtraBold.woff"), url("../fonts/Geometria-ExtraBold/Geometria-ExtraBold.ttf"); }

@font-face {
  font-family: "GeometriaMedium";
  src: url("../fonts/Geometria-Medium/Geometria-Medium.eot"), url("../fonts/Geometria-Medium/Geometria-Medium.woff"), url("../fonts/Geometria-Medium/Geometria-Medium.ttf"); }

/* *******************
	[ End Font ]
	******************* */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  list-style: none; }

body {
  position: relative;
  min-width: 320px;
  margin: 0;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  -webkit-font-smoothing: antialised; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

img {
  max-width: 100%; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

a {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

/* *******************
	[ End Basic ]
	******************* */
/* *******************
	[ 02 Start Header ]
	******************* */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 90px;
  padding: 12px 0;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  z-index: 100; }
  .header .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .logo {
    width: 171px;
    height: 66px;
    padding: 0 15px; }
  .header .box_menus {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px; }
  .header .menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .header .menu li {
      margin-right: 40px;
      font-size: 16px;
      font-family: 'GeometriaMedium', sans-serif;
      color: #45545e; }
      .header .menu li a {
        color: #45545e; }
        .header .menu li a:hover {
          color: #e85050; }
      .header .menu li.active a {
        color: #e85050; }
      .header .menu li:last-child {
        margin-right: 0; }
  .header .box_lang {
    position: relative;
    margin-left: 35px;
    font-size: 16px;
    font-family: 'GeometriaMedium', sans-serif; }
    .header .box_lang .active_lang {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 5px;
      color: #45545e;
      cursor: pointer; }
      .header .box_lang .active_lang .icon_lang {
        margin-right: 10px; }
     /* .header .box_lang .active_lang:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        margin-left: 7px;
        margin-top: -3px;
        border-right: 1.2px solid #45545e;
        border-bottom: 1.2px solid #45545e;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }*/
    .header .box_lang .drop_lang {
      position: absolute;
      top: 100%;
      width: 100%;
      margin: 0;
      padding: 5px;
      list-style-type: none;
      background-color: #fff;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      opacity: 0; }
      .header .box_lang .drop_lang li {
        margin-top: 5px; }
      .header .box_lang .drop_lang a {
        color: #45545e; }
        .header .box_lang .drop_lang a:hover {
          color: #e85050; }
      .header .box_lang .drop_lang .icon_lang {
        margin-right: 10px; }
    .header .box_lang:hover .drop_lang {
      opacity: 1; }

.mob_button {
  position: relative;
  display: none;
  width: 24px;
  height: 18px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: transparent;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 55; }
  .mob_button:focus {
    outline: none; }
  .mob_button .line_menu {
    display: block;
    width: 100%;
    height: 3px;
    margin: 0px 0 4px;
    background-color: #a0a0a0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .mob_button .line_menu:last-child {
      margin-bottom: 0; }

.mob_button.active .line_menu {
  width: 20px;
  margin: -3px 0 0;
  margin-left: 1px; }
  .mob_button.active .line_menu:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .mob_button.active .line_menu:nth-child(2) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .mob_button.active .line_menu:last-child {
    opacity: 0; }

/* *******************
	[ End Header ]
	******************* */
/* *******************
	[ 03 Start Body ]
	******************* */
.box_scroll {
  position: absolute;
  right: 0;
  bottom: 74px;
  left: 0;
  display: block;
  width: 90px;
  height: 90px;
  margin: auto;
  background-color: rgba(0, 119, 201, 0.5);
  background-image: url(../img/mouse.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 56px 52px;
          background-size: 56px 52px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 15; }
  .box_scroll:hover {
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px); }

@-webkit-keyframes anims {
  from {
    bottom: -100vh; }
  to {
    bottom: 0; } }

@keyframes anims {
  from {
    bottom: -100vh; }
  to {
    bottom: 0; } }

.anims {
  position: relative;
  -webkit-animation: 3s anims 2s ease-in-out;
          animation: 3s anims 2s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.anims_start {
  bottom: -100vh; }

.block_slider_home {
  position: relative; }
  .block_slider_home .slider_home {
    overflow: hidden; }
    .block_slider_home .slider_home .slide {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      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;
      min-height: 100vh;
      padding: 90px 15px 180px;
      text-align: center;
      color: #fff;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
              background-size: cover;
      -webkit-transition: opacity 1.4s ease-in !important;
      -o-transition: opacity 1.4s ease-in !important;
      transition: opacity 1.4s ease-in !important; }
      .block_slider_home .slider_home .slide h1,
      .block_slider_home .slider_home .slide h2 {
        margin: 0;
        font-size: 55px;
        font-family: 'GeometriaExtraBold', sans-serif;
        text-transform: uppercase;
        line-height: 72px;
        color: #fff;
        text-shadow: 3px 3px 13px rgba(0, 50, 101, 0.76);
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s;
        -webkit-animation-duration: 3s;
                animation-duration: 3s; }
      .block_slider_home .slider_home .slide h3 {
        margin: 0;
        font-size: 55px;
        font-family: 'GeometriaMedium', sans-serif;
        text-transform: uppercase;
        line-height: 72px;
        color: #fff;
        text-shadow: 3px 3px 13px rgba(0, 50, 101, 0.76);
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s;
        -webkit-animation-duration: 3s;
                animation-duration: 3s; }
      .block_slider_home .slider_home .slide p {
        margin: 0;
        font-size: 21px;
        font-family: 'GeometriaMedium', sans-serif;
        text-transform: uppercase;
        line-height: 39px;
        color: #fff;
        text-shadow: 3px 3px 13px rgba(0, 50, 101, 0.76);
        -webkit-animation-delay: 0.9s;
                animation-delay: 0.9s;
        -webkit-animation-duration: 3s;
                animation-duration: 3s; }
      .block_slider_home .slider_home .slide .box_text {
        max-width: 1310px;
        width: 100%;
        margin: auto;
        padding: 0 15px; }
      .block_slider_home .slider_home .slide .box_text_2 h2,
      .block_slider_home .slider_home .slide .box_text_2 h3 {
        font-size: 50px; }
      .block_slider_home .slider_home .slide .box_text_2 p {
        margin-top: 15px; }
    .block_slider_home .slider_home .slick-prev,
    .block_slider_home .slider_home .slick-next {
      top: 0;
      bottom: 0;
      display: block;
      width: 30px;
      height: 30px;
      margin: auto;
      border-right: 4px solid #000;
      border-bottom: 4px solid #000;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0.5;
      z-index: 5; }
      .block_slider_home .slider_home .slick-prev:before,
      .block_slider_home .slider_home .slick-next:before {
        display: none; }
      .block_slider_home .slider_home .slick-prev:hover,
      .block_slider_home .slider_home .slick-next:hover {
        opacity: 1; }
    .block_slider_home .slider_home .slick-prev {
      left: 0;
      margin-left: 15px;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
    .block_slider_home .slider_home .slick-next {
      right: 0;
      margin-right: 15px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.block_home_2 {
  position: relative;
  padding: 5px 0 5px; }
  .block_home_2 .container {
    position: relative;
    z-index: 2; }
  .block_home_2 .list_post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0;
    list-style-type: none; }
    .block_home_2 .list_post li {
      width: 33.33%;
      margin-bottom: 40px;
      padding: 0 20px; }
    .block_home_2 .list_post .box_post {
      max-width: 400px;
      height: 100%;
      background-color: #f0f3f2; }
      .block_home_2 .list_post .box_post .box_text {
        padding: 35px 20px 25px; }
        .block_home_2 .list_post .box_post .box_text h1,
        .block_home_2 .list_post .box_post .box_text h2 {
          margin: 0 0 20px;
          font-size: 18px;
          font-family: 'GeometriaExtraBold', sans-serif;
          text-transform: uppercase;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          color: #0077c9; }
        .block_home_2 .list_post .box_post .box_text p {
          margin: 0 0 25px;
          font-size: 14px;
          color: #797c84;
          line-height: 22px;
          text-align: justify;		  }
        .block_home_2 .list_post .box_post .box_text .more {
          display: inline-block;
          font-size: 13px;
          text-transform: uppercase;
          line-height: 22px;
          color: #1582cd;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .block_home_2 .list_post .box_post .box_text .more .arrows {
            display: inline-block;
            width: 22px;
            height: 21px;
            margin-left: 12px;
            margin-top: -4px;
            vertical-align: middle;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
            .block_home_2 .list_post .box_post .box_text .more .arrows svg {
              width: 100%;
              height: 100%; }
              .block_home_2 .list_post .box_post .box_text .more .arrows svg path {
                fill: #0077c9 !important;
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s; }
          .block_home_2 .list_post .box_post .box_text .more:hover .arrows {
            -webkit-transform: translate(10px, 0);
                -ms-transform: translate(10px, 0);
                    transform: translate(10px, 0); }
      .block_home_2 .list_post .box_post:hover h2 {
        color: #e85050; }
      .block_home_2 .list_post .box_post:hover .more {
        color: #e85050; }
        .block_home_2 .list_post .box_post:hover .more .arrows svg path {
          fill: #e85050 !important; }


.block_home_3 {
  position: relative;
  padding: 75px 0 5px; }
  .block_home_3 .container {
    position: relative;
    z-index: 2; }
  .block_home_3 .list_post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0;
    list-style-type: none; }
    .block_home_3 .list_post li {
      /*width: 33.33%;*/
      margin-bottom: 40px;
      padding: 0 20px; }
    .block_home_3 .list_post .box_post {
      max-width: 400px;
      height: 100%;
      background-color: #f0f3f2; }
      .block_home_3 .list_post .box_post .box_text {
        padding: 35px 20px 25px; }
        .block_home_3 .list_post .box_post .box_text h1,
        .block_home_3 .list_post .box_post .box_text h2 {
          margin: 0 0 20px;
          font-size: 18px;
          font-family: 'GeometriaExtraBold', sans-serif;
          text-transform: uppercase;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          color: #0077c9; }
        .block_home_3 .list_post .box_post .box_text p {
          margin: 0 0 25px;
          font-size: 14px;
          color: #797c84;
          line-height: 22px;
text-align: justify;		  }
        .block_home_3 .list_post .box_post .box_text .more {
          display: inline-block;
          font-size: 13px;
          text-transform: uppercase;
          line-height: 22px;
          color: #1582cd;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .block_home_3 .list_post .box_post .box_text .more .arrows {
            display: inline-block;
            width: 22px;
            height: 21px;
            margin-left: 12px;
            margin-top: -4px;
            vertical-align: middle;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
            .block_home_3 .list_post .box_post .box_text .more .arrows svg {
              width: 100%;
              height: 100%; }
              .block_home_3 .list_post .box_post .box_text .more .arrows svg path {
                fill: #0077c9 !important;
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s; }
          .block_home_3 .list_post .box_post .box_text .more:hover .arrows {
            -webkit-transform: translate(10px, 0);
                -ms-transform: translate(10px, 0);
                    transform: translate(10px, 0); }
      .block_home_3 .list_post .box_post:hover h2 {
        color: #e85050; }
      .block_home_3 .list_post .box_post:hover .more {
        color: #e85050; }
        .block_home_3 .list_post .box_post:hover .more .arrows svg path {
          fill: #e85050 !important; }




#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.block_company_top {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding: 90px 0 160px;
  background-image: url(../img/bg_company.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .block_company_top .box_text {
    max-width: 1310px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    text-align: center; }
    .block_company_top .box_text h1,
    .block_company_top .box_text h2 {
      margin: 0;
      font-size: 55px;
      font-family: 'GeometriaExtraBold', sans-serif;
      text-transform: uppercase;
      line-height: 72px;
      color: #fff;
      text-shadow: 3px 3px 13px rgba(0, 50, 101, 0.76); }
    .block_company_top .box_text h3 {
      margin: 0;
      font-size: 55px;
      font-family: 'GeometriaMedium', sans-serif;
      text-transform: uppercase;
      line-height: 72px;
      color: #fff;
      text-shadow: 3px 3px 13px rgba(0, 50, 101, 0.76); }
    .block_company_top .box_text p {
      margin: 0;
      font-size: 21px;
      font-family: 'GeometriaMedium', sans-serif;
      text-transform: uppercase;
      line-height: 39px;
      color: #fff;
      text-shadow: 3px 3px 13px rgba(0, 50, 101, 0.76); }

.block_company_2 {
  position: relative; }
  .block_company_2 .container {
    position: relative;
    z-index: 2; }
  .block_company_2 .list_post {
    margin: 0;
    padding: 0;
	margin-top:25px;
    list-style-type: none; }
    .block_company_2 .list_post li {
      padding: 0 15px;
      padding-bottom: 20px;	  }
      .block_company_2 .list_post li:nth-child(even) .box_img {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .block_company_2 .list_post li .box_post {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .block_company_2 .list_post li .box_post .box_img,
        .block_company_2 .list_post li .box_post .box_text {
          width: 50%; }
        .block_company_2 .list_post li .box_post .box_text {
          padding: 5px 20px; }
		  
		.block_company_2 .list_post li h1 {
        margin: 0 0 30px;
        font-size: 28px;
        font-family: 'GeometriaExtraBold', sans-serif;
        color: #0077c9; }  
		  
		  
		  
      .block_company_2 .list_post li h2 {
        margin: 0 0 30px;
        font-size: 28px;
        font-family: 'GeometriaExtraBold', sans-serif;
        color: #0077c9; }
      .block_company_2 .list_post li p {
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 22px;
        color: #797c84;
        text-align: justify;		}

.block_advantages {
  position: relative;
  padding: 150px 0 50px; }
  .block_advantages .container {
    position: relative;
    z-index: 2; }
  .block_advantages .list_advant {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .block_advantages .list_advant li {
      width: 33.33%;
      margin-bottom: 50px;
      padding: 0 15px;
      text-align: center; }
      .block_advantages .list_advant li .icon {
        margin-bottom: 15px; }
      .block_advantages .list_advant li h4 {
        margin: 0 0 20px;
        font-size: 18px;
        font-family: 'GeometriaExtraBold', sans-serif;
        text-transform: uppercase;
        color: #0077c9; }
      .block_advantages .list_advant li p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 22px;
        color: #797c84; }

	.block_slider_home.dop-str{
  padding-top:125px; 	  
	  
  }
		
		
.block_contact {
  position: relative;
  padding: 60px 0;
  color: #fff;
  background-color: #0077c9;
  background-image: url(../img/bg_contact_2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .block_contact h2 {
    margin: 0 6px 35px;
    font-size: 18px;
    font-family: 'GeometriaExtraBold', sans-serif;
    text-transform: uppercase;
    color: #fff; }
  .block_contact h3 {
    margin: 15px 0 25px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff; }
  .block_contact .box_rows {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .block_contact .box_rows .box_12 {
      width: 100%;
      padding: 0 6px; }
    .block_contact .box_rows .box_6 {
      width: 50%;
      padding: 0 6px; }
  .block_contact .box_2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .block_contact .lines {
    width: 100%;
    height: 1px;
    margin: 13px 0 16px;
    background-color: #3f5e96; }
  .block_contact label {
    font-size: 13px;
    color: #fff; }
  .block_contact input[type="checkbox"],
  .block_contact input[type="radio"] {
    display: none; }
    .block_contact input[type="checkbox"] + label,
    .block_contact input[type="radio"] + label {
      position: relative;
      margin-right: 30px;
      margin-bottom: 12px;
      padding-top: 5px;
      padding-left: 30px;
      cursor: pointer; }
      .block_contact input[type="checkbox"] + label:before,
      .block_contact input[type="radio"] + label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 20px;
        height: 20px;
        background-color: #dee3ea; }
      .block_contact input[type="checkbox"] + label:after,
      .block_contact input[type="radio"] + label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(../img/check_icons.png);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        opacity: 0; }
    .block_contact input[type="checkbox"]:checked + label:after,
    .block_contact input[type="radio"]:checked + label:after {
      opacity: 1; }
  .block_contact input[type="text"],
  .block_contact input[type="tel"],
  .block_contact input[type="email"] {
    display: block;
    max-width: 301px;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 13px;
    color: #797c84;
    background-color: #dee3ea;
    line-height: 28px;
    border: none; }
    .block_contact input[type="text"].smalls,
    .block_contact input[type="tel"].smalls,
    .block_contact input[type="email"].smalls {
      max-width: 105px; }
    .block_contact input[type="text"].bigs,
    .block_contact input[type="tel"].bigs,
    .block_contact input[type="email"].bigs {
      max-width: 180px; }
  .block_contact input[type="submit"] {
    display: block;
    width: 140px;
    margin: 5px 0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #0077c9;
    border: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer; }
    .block_contact input[type="submit"]:hover {
      opacity: 0.8; }
  .block_contact .box_maps {
    width: 455px;
    height: 455px;
    margin: auto;
    padding: 12px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .block_contact .box_maps #map {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden; }

/*======= Map Styling ============*/
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none !important; }

.gmnoprint div {
  background: none !important; }

/* *******************
	[ End Body ]
	******************* */
/* *******************
	[ 04 Start Footer ]
	******************* */
.footer {
  padding: 60px 0 40px;
  background-color: #0061a5; }
  .footer .menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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;
    max-width: 1140px;
    margin: 0 auto 35px;
    padding: 0;
    list-style-type: none; }
    .footer .menu li {
      margin: 0 20px;
      font-size: 14px;
      font-family: 'GeometriaBold', sans-serif;
      text-transform: uppercase;
      line-height: 35px;
      color: #fff; }
      .footer .menu li a {
        color: #fff; }
        .footer .menu li a:hover {
          color: #003254; }
      .footer .menu li.active a {
        color: #003254; }
  .footer .box_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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; }
    .footer .box_info .box_logo {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 20px; }
      .footer .box_info .box_logo .logo {
        width: 101px;
        height: 48px; }
    .footer .box_info .copy_right {
      margin-left: 17px;
      font-size: 12px;
      color: #003254; }
    .footer .box_info .list_info {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .footer .box_info .list_info li {
        margin-right: 50px;
        font-size: 14px;
        color: #fff; }
        .footer .box_info .list_info li a {
          color: #fff; }
          .footer .box_info .list_info li a:hover {
            color: #003254; }
        .footer .box_info .list_info li:last-child {
          margin-right: 0; }

/* *******************
	[ End Footer ]
	******************* */
/* *******************
	[ 05 Start Responsive ]
	******************* */
/* ******  Desktop First Method  ****** */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
  .footer .box_info .list_info li {
    margin-right: 15px; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .block_home_2 .list_post {
    margin: 0; }
    .block_home_2 .list_post li {
      width: 50%;
      padding: 0 15px; }
  .block_company_2 .list_post li h2 {
    margin-bottom: 20px; }
  body.hidden {
    overflow: hidden; }
  .mob_button {
    display: block; }
  .header .box_menus {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    max-height: 0;
    padding: 0 15px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    overflow: hidden; }
    .header .box_menus.active {
      max-height: 500px;
      padding: 30px 15px;
      visibility: visible; }
    .header .box_menus .menu {
      display: block; }
      .header .box_menus .menu li {
        margin: 0 0 10px;
        text-align: center; }
    .header .box_menus .box_lang {
      display: inline-block;
      margin: 20px auto 0;
      text-align: left; }
  .block_slider_home .slider_home .slide .box_text h1,
  .block_slider_home .slider_home .slide .box_text h2,
  .block_slider_home .slider_home .slide .box_text_2 h1,
  .block_slider_home .slider_home .slide .box_text_2 h2,
  .block_company_top .box_text h1,
  .block_company_top .box_text h2 {
    font-size: 45px;
    line-height: 55px; }
  .block_slider_home .slider_home .slide .box_text h3,
  .block_slider_home .slider_home .slide .box_text_2 h3,
  .block_company_top .box_text h3 {
    font-size: 45px;
    line-height: 55px; }
  .block_slider_home .slider_home .slide .box_text p,
  .block_slider_home .slider_home .slide .box_text_2 p,
  .block_company_top .box_text p {
    font-size: 18px; }
  .footer .box_logo {
    margin-bottom: 25px; }
  .footer .box_logo {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer .box_info .list_info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 25px; }
    .footer .box_info .list_info li {
      margin-right: 25px;
      margin-bottom: 20px; } }

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
	
  
  .block_company_2 {
    padding: 40px 0 20px; }
    .block_company_2 .list_post li .box_post .box_img,
    .block_company_2 .list_post li .box_post .box_text {
      width: 100%; }
    .block_company_2 .list_post li .box_post .box_text {
      padding: 10px 0;
      margin-bottom: 15px; }
  .block_company_2 .list_post li:nth-child(even) .box_text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .block_slider_home .slider_home .slide .box_text h1,
  .block_slider_home .slider_home .slide .box_text h2,
  .block_slider_home .slider_home .slide .box_text_2 h1,
  .block_slider_home .slider_home .slide .box_text_2 h2,
  .block_company_top .box_text h1,
  .block_company_top .box_text h2 {
    font-size: 35px;
    line-height: 45px; }
  .block_slider_home .slider_home .slide .box_text h3,
  .block_slider_home .slider_home .slide .box_text_2 h3,
  .block_company_top .box_text h3 {
    font-size: 35px;
    line-height: 45px; }
  .block_slider_home .slider_home .slide .box_text p,
  .block_slider_home .slider_home .slide .box_text_2 p,
  .block_company_top .box_text p {
    font-size: 18px; }
  .block_contact .box_maps {
    width: 320px;
    height: 320px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .block_home_2 .list_post li {
    width: 100%; }
    .block_home_2 .list_post li .box_post {
      margin-right: auto;
      margin-left: auto; }
  .block_slider_home .slider_home .slide .box_text h1,
  .block_slider_home .slider_home .slide .box_text h2,
  .block_slider_home .slider_home .slide .box_text_2 h1,
  .block_slider_home .slider_home .slide .box_text_2 h2,
  .block_company_top .box_text h1,
  .block_company_top .box_text h2 {
    font-size: 30px;
    line-height: 35px; }
  .block_slider_home .slider_home .slide .box_text h3,
  .block_slider_home .slider_home .slide .box_text_2 h3,
  .block_company_top .box_text h3 {
    font-size: 30px;
    line-height: 35px; }
  .block_slider_home .slider_home .slide .box_text p,
  .block_slider_home .slider_home .slide .box_text_2 p,
  .block_company_top .box_text p {
    font-size: 16px;
    line-height: 22px; }
  .block_advantages .list_advant li {
    width: 100%; }
  .footer .menu {
    margin-bottom: 45px; }
    .footer .menu li {
      width: 100%;
      margin: 0;
      font-size: 15px;
      text-align: center; }
  .footer .box_info .list_info li {
    width: 100%;
    margin: 0 auto 15px;
    text-align: center; }
  .block_contact .box_maps {
    margin-top: 40px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .left,
  .right {
    float: none; }
  .box_scroll {
    bottom: 40px; }
  .block_slider_home .slider_home .slide .box_text h1,
  .block_slider_home .slider_home .slide .box_text h2,
  .block_slider_home .slider_home .slide .box_text_2 h1,
  .block_slider_home .slider_home .slide .box_text_2 h2,
  .block_company_top .box_text h1,
  .block_company_top .box_text h2 {
    font-size: 25px;
    line-height: 35px;
    word-wrap: break-word; }
  .block_slider_home .slider_home .slide .box_text h3,
  .block_slider_home .slider_home .slide .box_text_2 h3,
  .block_company_top .box_text h3 {
    font-size: 25px;
    line-height: 35px;
    word-wrap: break-word; }
  .block_contact .box_maps {
    width: 280px;
    height: 280px; } }

/* Custom, iPhone Retina */
/* @media only screen and (max-width : 320px) */
/* ******  Mobile First Method  ****** */
/* Custom, iPhone Retina */
/* @media only screen and (min-width : 320px) */
/* Extra Small Devices, Phones */
/* @media only screen and (min-width : 480px) */
/* Small Devices, Tablets */
/* @media only screen and (min-width : 768px) */
/* Medium Devices, Desktops */
/* @media only screen and (min-width : 992px) */
/* Large Devices, Wide Screens */
/* @media only screen and (min-width : 1200px) */
/* Large Devices, Wide Screens */
/* @media only screen and (min-width : 1200px) */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1310px; } }

/* *******************
	[ End Responsive ]
	******************* */

	
.box_cols_12 {
  max-width: 1240px;
  width: 90%;
  margin-bottom: 55px;
  padding: 0 15px; }
  .box_cols_12 .box_img {
    position: relative;
    margin-bottom: 20px; }
    .box_cols_12 .box_img .box_info {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 230px;
      padding: 40px;
      background-color: rgba(10, 46, 134, 0.87); }
      .box_cols_12 .box_img .box_info:before {
        content: '';
        position: absolute;
        top: 15px;
        right: 13px;
        bottom: 15px;
        left: 13px;
        display: block;
        border: 3px solid #fff;
        z-index: 1; }
      .box_cols_12 .box_img .box_info .titles {
        position: relative;
        padding: 6px 0;
        margin-bottom: 9px;
        font-size: 20px;
        font-family: 'AGFuturaBold', sans-serif;
        text-transform: uppercase;
        color: #fff;
        border-top: 1px solid #ddba63;
        border-bottom: 1px solid #ddba63;
        z-index: 2; }
      .box_cols_12 .box_img .box_info .desc {
        position: relative;
        padding: 2px 5px;
        font-size: 15px;
        font-family: 'CenturyGothicBold', sans-serif;
        text-align: center;
        color: #44392f;
        background-color: #ddba63;
        z-index: 2; }
  .box_cols_12 .box_text .date {
    margin: 0 0 10px;
    font-size: 14px;
    color: #887561; }
  .box_cols_12 .box_text h3 {
    margin: 0 0 15px;
    font-size: 20px;
    font-family: 'MyriadProBold', sans-serif;
    line-height: 22px;
    color: #44392f;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .box_cols_12 .box_text h3:hover {
      color: #0a2e86; }
  .box_cols_12 .box_text p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px; }
  .box_cols_12 .box_text .order {
    display: inline-block;
    padding: 10px 27px;
    font-size: 16px;
    color: #44392f;
    border: 1px solid #ddba63;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .box_cols_12 .box_text .order:hover {
      border-color: #0a2e86; }
	  
	.container .box_text p{
		margin: 0 0 10px;
    font-size: 14px;
    line-height: 22px;
    color: #797c84; 
		 }
	  
.box_cols_6 {
  max-width: 620px;
  width: 50%;
  margin-bottom: 55px;
  padding: 0 15px; }
  .box_cols_6 .box_img {
    position: relative;
    margin-bottom: 20px; }
    .box_cols_6 .box_img .box_info {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 230px;
      padding: 40px;
      background-color: rgba(10, 46, 134, 0.87); }
      .box_cols_6 .box_img .box_info:before {
        content: '';
        position: absolute;
        top: 15px;
        right: 13px;
        bottom: 15px;
        left: 13px;
        display: block;
        border: 3px solid #fff;
        z-index: 1; }
      .box_cols_6 .box_img .box_info .titles {
        position: relative;
        padding: 6px 0;
        margin-bottom: 9px;
        font-size: 20px;
        font-family: 'AGFuturaBold', sans-serif;
        text-transform: uppercase;
        color: #fff;
        border-top: 1px solid #ddba63;
        border-bottom: 1px solid #ddba63;
        z-index: 2; }
      .box_cols_6 .box_img .box_info .desc {
        position: relative;
        padding: 2px 5px;
        font-size: 15px;
        font-family: 'CenturyGothicBold', sans-serif;
        text-align: center;
        color: #44392f;
        background-color: #ddba63;
        z-index: 2; }
  .box_cols_6 .box_text .date {
    margin: 0 0 10px;
    font-size: 14px;
    color: #887561; }
  .box_cols_6 .box_text h3 {
    margin: 0 0 15px;
    font-size: 20px;
    font-family: 'MyriadProBold', sans-serif;
    line-height: 22px;
    color: #44392f;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .box_cols_6 .box_text h3:hover {
      color: #0a2e86; }
  .box_cols_6 .box_text p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px; }
  .box_cols_6 .box_text .order {
    display: inline-block;
    padding: 10px 27px;
    font-size: 16px;
    color: #44392f;
    border: 1px solid #ddba63;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .box_cols_6 .box_text .order:hover {
      border-color: #0a2e86; }	  
.block_stock_in .box_cols_6,
.slide_stock .box_cols_6 {
  max-width: none;
  width: 100%;
  text-align: center; }
  .block_stock_in .box_cols_6 .box_img,
  .slide_stock .box_cols_6 .box_img {
    margin-bottom: 40px; }
    .block_stock_in .box_cols_6 .box_img .box_info,
    .slide_stock .box_cols_6 .box_img .box_info {
      max-width: 510px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50%; }
      .block_stock_in .box_cols_6 .box_img .box_info:before,
      .slide_stock .box_cols_6 .box_img .box_info:before {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px; }
      .block_stock_in .box_cols_6 .box_img .box_info img,
      .slide_stock .box_cols_6 .box_img .box_info img {
        display: block;
        width: 58px;
        margin: 0 auto 20px; }
      .block_stock_in .box_cols_6 .box_img .box_info .titles,
      .slide_stock .box_cols_6 .box_img .box_info .titles {
        padding: 16px 0;
        margin-bottom: 22px;
        font-size: 26px; }
      .block_stock_in .box_cols_6 .box_img .box_info .desc,
      .slide_stock .box_cols_6 .box_img .box_info .desc {
        font-size: 30px; }
  .block_stock_in .box_cols_6 .box_text,
  .slide_stock .box_cols_6 .box_text {
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto; }
    .block_stock_in .box_cols_6 .box_text .date,
    .slide_stock .box_cols_6 .box_text .date {
      margin-bottom: 20px; }
    .block_stock_in .box_cols_6 .box_text .order,
    .slide_stock .box_cols_6 .box_text .order {
      margin-top: 45px; }

.slide_stock .box_cols_6 {
  margin: 0;
  padding: 0; }
  .slide_stock .box_cols_6 .box_img {
    margin: 0; }





	  
.box_cols_5 {
  max-width: 620px;
  width: 33%;
  margin-bottom: 55px;
  padding: 0 15px; }
  .box_cols_5 .box_img {
    position: relative;
    margin-bottom: 20px; }
    .box_cols_5 .box_img .box_info {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 230px;
      padding: 40px;
      background-color: rgba(10, 46, 134, 0.87); }
      .box_cols_5 .box_img .box_info:before {
        content: '';
        position: absolute;
        top: 15px;
        right: 13px;
        bottom: 15px;
        left: 13px;
        display: block;
        border: 3px solid #fff;
        z-index: 1; }
      .box_cols_5 .box_img .box_info .titles {
        position: relative;
        padding: 6px 0;
        margin-bottom: 9px;
        font-size: 20px;
        font-family: 'AGFuturaBold', sans-serif;
        text-transform: uppercase;
        color: #fff;
        border-top: 1px solid #ddba63;
        border-bottom: 1px solid #ddba63;
        z-index: 2; }
      .box_cols_5 .box_img .box_info .desc {
        position: relative;
        padding: 2px 5px;
        font-size: 15px;
        font-family: 'CenturyGothicBold', sans-serif;
        text-align: center;
        color: #44392f;
        background-color: #ddba63;
        z-index: 2; }
  .box_cols_5 .box_text .date {
    margin: 0 0 10px;
    font-size: 14px;
    color: #887561; }
  .box_cols_5 .box_text h3 {
    margin: 0 0 15px;
    font-size: 20px;
    font-family: 'MyriadProBold', sans-serif;
    line-height: 22px;
    color: #44392f;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .box_cols_5 .box_text h3:hover {
      color: #0a2e86; }
  .box_cols_5 .box_text p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px; }
  .box_cols_5 .box_text .order {
    display: inline-block;
    padding: 10px 27px;
    font-size: 16px;
    color: #44392f;
    border: 1px solid #ddba63;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .box_cols_5 .box_text .order:hover {
      border-color: #0a2e86; }	  
.block_stock_in .box_cols_5,
.slide_stock .box_cols_5 {
  max-width: none;
  width: 100%;
  text-align: center; }
  .block_stock_in .box_cols_5 .box_img,
  .slide_stock .box_cols_5 .box_img {
    margin-bottom: 40px; }
    .block_stock_in .box_cols_5 .box_img .box_info,
    .slide_stock .box_cols_5 .box_img .box_info {
      max-width: 510px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50%; }
      .block_stock_in .box_cols_5 .box_img .box_info:before,
      .slide_stock .box_cols_5 .box_img .box_info:before {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px; }
      .block_stock_in .box_cols_5 .box_img .box_info img,
      .slide_stock .box_cols_5 .box_img .box_info img {
        display: block;
        width: 58px;
        margin: 0 auto 20px; }
      .block_stock_in .box_cols_5 .box_img .box_info .titles,
      .slide_stock .box_cols_5 .box_img .box_info .titles {
        padding: 16px 0;
        margin-bottom: 22px;
        font-size: 26px; }
      .block_stock_in .box_cols_5 .box_img .box_info .desc,
      .slide_stock .box_cols_5 .box_img .box_info .desc {
        font-size: 30px; }
  .block_stock_in .box_cols_5 .box_text,
  .slide_stock .box_cols_5 .box_text {
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto; }
    .block_stock_in .box_cols_5 .box_text .date,
    .slide_stock .box_cols_5 .box_text .date {
      margin-bottom: 20px; }
    .block_stock_in .box_cols_5 .box_text .order,
    .slide_stock .box_cols_5 .box_text .order {
      margin-top: 45px; }

.slide_stock .box_cols_5 {
  margin: 0;
  padding: 0; }
  .slide_stock .box_cols_5 .box_img {
    margin: 0; }























	  
	  
	  .pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination .page-item:first-child, .pagination .page-item:last-child {
    margin-right: 30px; }
    .pagination .page-item:first-child a, .pagination .page-item:last-child a {
      position: relative;
      width: 16px;
      font-size: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
      .pagination .page-item:first-child a:before, .pagination .page-item:last-child a:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 3px;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        border-right: 2px solid #ddba63;
        border-bottom: 2px solid #ddba63;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .pagination .page-item:first-child a:hover:before, .pagination .page-item:last-child a:hover:before {
        border-color: #0a2e86; }
  .pagination .page-item:last-child {
    margin-right: 0;
    margin-left: 30px; }
    .pagination .page-item:last-child a:before {
      left: 0px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .pagination .page-item a {
    padding: 5px;
    font-size: 20px;
    line-height: 22px;
    color: #ddba63;
    background-color: transparent;
    border: none; }
    .pagination .page-item a:hover {
      color: #0a2e86; }


.block_category {
  padding: 60px 0 20px; }
  .block_category .order.blue {
    display: none;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #0a2e86; }

.list_category {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none; }
  .list_category li {
    width: 142px;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #544d47;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .list_category li p {
      margin-bottom: 0; }
    .list_category li .box_icon {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      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;
      width: 114px;
      height: 114px;
      margin: 0 auto 14px;
      border: 1px solid #ddba63;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .list_category li .box_icon svg {
        width: 65px;
        height: 65px; }
        .list_category li .box_icon svg path {
          fill: #ddba63 !important;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
    .list_category li:hover {
      color: #0a2e86; }
      .list_category li:hover .box_icon {
        border: 1px solid #0a2e86; }
        .list_category li:hover .box_icon svg path {
          fill: #0a2e86 !important; }

.block_catalog {
  padding: 35px 0 25px; }

.list_product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .list_product li {
    position: relative;
    margin-bottom: 65px;
    max-width: 310px;
    width: 50%;
    padding: 0 10px 50px;
    text-align: center; }
    .list_product li:before {
      content: '';
      position: absolute;
      right: 0;
      top: 57px;
      left: 0;
      display: block;
      width: 207px;
      height: 207px;
      margin: 0 auto;
      /*border: 2px solid #ddba63;
      -webkit-border-radius: 50%; 
      border-radius: 50%;*/
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 1; }
    .list_product li .box_img {
      position: relative;
      width: 310px;
      height: 260px;
      margin: 0 auto 22px;
      padding-bottom: 20px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      /*-webkit-border-radius: 0 0 108px 105px;
      border-radius: 0 0 108px 105px;*/
      overflow: hidden;
      z-index: 1; }
      .list_product li .box_img img {
        position: absolute;
        right: 0;
        bottom: 22px;
        left: 0;
        display: block;
        margin: auto;
        z-index: 2;
        max-height: 210px;		}
      .list_product li .box_img .box_sale {
        position: absolute;
        right: 25px;
        top: 40px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        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;
        width: 52px;
        height: 52px;
        font-size: 20px;
        font-family: 'CenturyGothicBold', sans-serif;
        text-transform: uppercase;
        color: #fff;
        background-color: #0a2e86;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: 2; }
    .list_product li .title {
      margin-bottom: 21px;
      font-size: 18px;
      text-transform: uppercase;
      color: #544d47;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
	.list_product li .anons-katalog{
		
	font-size: 14px;
    text-align: justify;
    font-family: "Arial";	
		
	}
    .list_product li .box_price {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
      .list_product li .box_price .price {
        display: inline-block;
        padding: 9px 19px;
        font-size: 14px;
        font-family: 'CenturyGothicBold', sans-serif;
        color: #677279 !important;
        background-color: #dddfe1;
       /* -webkit-border-radius: 5px;
        border-radius: 5px;*/
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        width: 48%;
        height: 41px;
		display: flex;
        align-items: center;
        justify-content: center;
        float: left;		}
    .list_product li .del_price .price {
      display: inline-block;
      padding: 9px 4px;
	  margin: 2px;
	  line-height: 23px;
      /*-webkit-border-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0;*/ }
    .list_product li .del_price .old_price {
      position: relative;
      display: inline-block;
      padding: 9px 4px;
      font-size: 14px;
      font-family: 'CenturyGothicBold', sans-serif;
      color: #333232;
      background-color: #0077c9;
     /* -webkit-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px;*/
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      width: 49%;
	  margin: 2px;
      height: 41px;	  
      Color:#ffffff !important; 
      display: flex;
      align-items: center;
      justify-content: center;
      float: left;	  }
	  .list_product li .del_price .old_price:hover {
		  
	   background-color: #e85050;
	  }
      .list_product li .del_price .old_price:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 73px;
        height: 2px;
      /* background-color: #924f31; 
        -webkit-transform: translate(10px, 20px) rotate(-15deg);
            -ms-transform: translate(10px, 20px) rotate(-15deg);
                transform: translate(10px, 20px) rotate(-15deg);*/ }

    .list_product li:hover .title {
      color: #e85050; }
    .list_product li:hover .price {
       color: #fff;
	  background-color: #e85050; }
    .list_product li:hover  .old_price {
      color: #ddd;
      background-color: #e85050; }
	.list_product  .price  a:hover{
       color: #fff;
	  background-color: #e85050; }
    .list_product .old_price a:hover {
      color: #ddd;
      background-color: #e85050; } 
	.list_product  .price  a{
       color: #677279; }
    .list_product .del_price .old_price a {
      color: #fff;} 	


/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	.list_category li {
    width: 30%;
    padding: 0 5px;
    font-size: 10px; }
    .list_category li .box_icon {
      width: 71px;
      height: 71px; }
      .list_category li .box_icon svg {
        width: 45px;
        height: 45px; }
  .list_product li {
    max-width: none;
    width: 50%; }
}


/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	
	.list_product li {
    margin-bottom: 35px;
    padding-bottom: 35px; }
    .list_product li:before {
      top: 39px;
      width: 123px;
      height: 123px; }
    .list_product li .box_img {
      position: relative;
      width: 100px;
      height: 170px;
      padding-bottom: 12px; }
      .list_product li .box_img .box_sale {
        top: 45px;
        right: 10px;
        width: 31px;
        height: 31px;
        font-size: 12px; }
    .list_product li .title {
      font-size: 12px; }
    .list_product li .box_price {
      font-size: 12px; }
      .list_product li .box_price .price,
      .list_product li .box_price .old_price {
        font-size: 12px; }
      .list_product li .box_price .old_price:before {
        width: 40px;
        -webkit-transform: translate(10px, 15px) rotate(-15deg);
            -ms-transform: translate(10px, 15px) rotate(-15deg);
                transform: translate(10px, 15px) rotate(-15deg); }
}

.katalog-shop p{
	margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
    color: #797c84;
    text-align: justify;
}

.katalog-shop h1{
	font-size: 30px;
    line-height: 39px;
    color: #6aa1d7;
    padding-bottom: 20px;
    padding-top: 0px;	
}

.katalog-shop h3{
	font-size: 16px;
    line-height: 20px;	
	color:#45545b;
}

.katalog-shop li {
    margin-left: 35px;
    font-size: 14px;
    line-height: 16px;
    list-style-type: disc;
   }    
   
.katalog-shop li::before  {
    color: red; 
	 
 }
 
 .text {
	max-width: 700px;
	margin: 0 0 30px;
	background: #FFF;
	border: 2px solid #7DCA86;
	border-radius: 5px;
	padding: 7px 15px;
	box-sizing: border-box;
}

.tabs {
	max-width: 700px;
	margin: 0 0 30px;
}
.tabs__caption {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	list-style: none;
	position: relative;
	margin: -1px 0 0 -1px;
}
.tabs__caption li:last-child:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: -2px;
	z-index: -1;
	height: 5px;
	background: #7DCA86;
}
.tabs__caption:after {
	content: '';
	display: table;
	clear: both;
}
.tabs__caption li {
	padding: 8px 1px;
    margin: 0px 3px 0 3px;
    background: #dedfe1;
    color: #56636c;
    position: relative;
    border-width: 2px 2px 0;
    text-align: center;
    width: 32%;
}
.tabs__caption li:not(.active) {
	cursor: pointer;
}
.tabs__caption li:not(.active):hover {
	background: #0077c9;
	color: #fff;
}
.tabs__caption .active {
	background: #0077c9;
	color: #fff;
	border-color: #7DCA86;
}
.tabs__caption .active:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background: #FFF;
}
.tabs__content {
	display: none;
	background: #FFF;

	border-radius: 0 5px 5px 5px;
	padding: 7px 15px;
}
.tabs__content.active {
	display: block;
}

.vertical .tabs__caption {
	float: left;
	display: block;
}
.vertical .tabs__caption li {
	float: none;
	border-width: 2px 0 2px 2px;
	border-radius: 5px 0 0 5px;
}
.vertical .tabs__caption li:last-child:before {
	display: none;
}
.vertical .tabs__caption .active:after {
	left: auto;
	top: 0;
	right: -2px;
	bottom: 0;
	width: 2px;
	height: auto;
}
.vertical .tabs__content {
	overflow: hidden;
}

@media screen and (max-width: 650px) {

	.tabs__caption li {
		-webkit-flex: 1 0 auto;
		    -ms-flex: 1 0 auto;
		        flex: 1 0 auto;
	}
	.vertical .tabs__caption {
		float: none;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.vertical .tabs__caption li {
		border-width: 2px 2px 0;
		border-radius: 5px 5px 0 0;
	}
	.vertical .tabs__caption li:last-child:before {
		display: block;
	}
	.vertical .tabs__caption .active:after {
		top: auto;
		bottom: -5px;
		left: 0;
		right: 0;
		width: auto;
		height: 5px;
		background: #FFF;
	}

}

.tabs__content p{
	font-size: 14px;
    line-height: 23px;
    font-family: "Arial";
}

.icons-pdf{
    float: left;
    padding-right: 20px;
}

.box_text{
	line-height: 27px;
	font-size: 15px;
    /*text-decoration: underline;*/
}


.pricess{
    position: relative;
    display: inline-block;
	padding-top:50px;
    padding: 9px 4px;
    font-size: 14px;
    font-family: 'CenturyGothicBold', sans-serif;
    color: #333232;
    background-color: #0077c9;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 49%;
    margin: 2px;
    height: 41px;
    Color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
}

.pricess a{ 
	color: #fff;
}

.table-wrap {
    text-align: center;
    display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
  width:100%;
}
 
 table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
 
  table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }
 
  table th, table td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
  }
 
  table th {
    color: #fff;
    background-color: #444;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
.resultokno {position: static; z-index: 99999; background-color: rgb(247, 247, 247); width: 394px; padding: 10px 15px; border: 1px solid #ececec; border-radius: 0px; z-index: 99999;}
.zagtext {color: #000;font-size: 20px;padding: 9px 0px 14px;font-family: Arial!important;}
.elema, .elemb, .elemc, .eleme, .elemf {margin-bottom: 8px;margin-top: 5px;}
.elemg {margin-bottom: 10px;}
.elemf select {width: 100%!important;}
.resultokno div div {color: #000;font-family: Arial!important;font-size: 14px!important;}
.dr { height: 28px; padding: 0px 1%;border-radius: 0px; border: 1px solid #bfbfbf; width: 98%;}
.drt {height: 70px;padding: 1%;border-radius: 0px;border: 1px solid #bfbfbf;width: 98%;}
.drr {padding: 10px 0px!important;margin-top: 14px;border: 0px solid #bfbfbf;cursor: pointer;background-color: #0095e5;font-size: 16px;color: #fff;width: 100%;}
.drr:hover{ opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8;}
.avtorc { text-align: right; margin-top: 10px;}.avtorc a{ color: #000!important; font-size: 7px!important; text-decoration: none; font-family: Arial;}
#openokno {/*cursor: pointer;position: fixed;left: 84%;padding: 7px 17px;background-color: rgb(247, 247, 164);z-index: 9999;border-radius: 11px 11px 0px 0px;top: inherit;bottom: 0px;width: auto;margin-left: -51px;border: 1px solid #ACA4A4;font-size: 14px;font-weight: bold;color: #000;*/}
.blockall {width: 100%;height: 100%;position: fixed;top: 0px;left: 0px;opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8;background: #000;cursor: pointer;z-index: 9999;}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
    .slider {
        width: 100%;
        margin: 0px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
	
	
.inframes{
    min-height: 900px;
    border: none;
	}


.katalog-mobile	{
   display:none;
	}
.katalog-web{
	display:block;
}
	
@media screen and (max-width: 650px) {
.inframes{
    min-height: 350px;
    border: none;
	}
}

@media screen and (max-width: 425px) {
.katalog-mobile	{
   display:block;
	}
	
.katalog-web{
   display:none;
}	
}

.table-wrap {
    text-align: center;
    display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
}

/* общие параметры для всей таблицы */
table.ceny {
    border: 1px solid #868686; /* общая рамка вокруг таблицы */
    margin: 10px 0; /* отступ сверху и снизу от таблицы 10px, слева и справа 0 */
    width: 100%; /* ширина таблицы */
	
}
table.ceny .skat{
        background: #506060;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;

}

/* параметры для ячейек заголовков */
table.ceny th {
    background: #fff; /* цвет ячейки заголовка */
     /* рамка справа от ячейки заголовка */
    color: #000; /* цвет шрифта заголовка */
    font-size: 15px; /* размер шрифта заголовка */
    padding: 5px; /* внутренний отступ в заголовке */
    text-align: center; /* расположение текста по центру ячейки заголовка (центрирование) */
}
/* параметры для нечетных строк таблицы 1,3,5,7 и т.д. */
table.ceny tr:nth-child(odd) {
   
}
/* параметры только для первой ячейки в каждой из строк */
table.ceny td:nth-child(1) {
    text-align: left;
}
/* параметры для всех ячеек таблицы */
table.ceny td {
     /* рамка справа ячейки */
    font-size: 14px; /* размер шрифта */
    padding: 4px; /* внутренний отступ в ячейки от края */
    vertical-align: middle; /* горизонтальное выравнивание */
    text-align: center; /* текст по центру */
}

.photo-container-4 {
    
    width: 100%;
    margin: 20px auto;
    position: relative;
}
.photo-container-4 img {
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.photo-container-4 .photo-1 {
    position: relative;
    animation: rotateY1 10s linear infinite;
    backface-visibility: hidden;
}
.photo-container-4 .photo-2 {
    position: absolute;
    top: 0;
    animation: rotateY2 10s linear infinite;
    backface-visibility: hidden;
}
@keyframes rotateY1 {
    0% {
        transform: rotateY(-180deg);
    }
    40% {
        transform: rotateY(-180deg);
    }    
    50% {
        transform: rotateY(0);
    }
    90% {
        transform: rotateY(0);
    }    
    100% {
        transform: rotateY(180deg);
    } 
}    
@keyframes rotateY2 {
    0% {
        transform: rotateY(0);
    } 
    40% {
        transform: rotateY(0);
    } 
    50% {
        transform: rotateY(180deg);
    }    
    90% {
        transform: rotateY(180deg);
    }    
    100% {
        transform: rotateY(360deg);
    } 
}

.textcols {
	white-space: nowrap;
}
.textcols-item {
	white-space: normal;	
	display: inline-block;
	width: 48%;
	vertical-align: top;

}
.textcols .textcols-item:first-child {
	margin-right: 4%;
}


.textcols .textcols-item  h2 {
    margin: 0 0 30px;
    font-size: 28px;
    font-family: 'GeometriaExtraBold', sans-serif;
    color: #0077c9;
}

.textcols .textcols-item  p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
    color: #797c84;
    text-align: justify;
}


@media screen and (max-width: 425px) {
	.textcols-item {
	white-space: normal;	
	display: block;
	width: 100%;
	vertical-align: top;

}

.textcols .textcols-item:first-child {
    margin-right: 0%;
    margin-left: 4%;
}
	
}
#header{width:100%;position:relative;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 90px;
    padding: 12px 0;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    z-index: 100;}
#header:after{content:"";clear:both;display:block}
.search{float:right;padding:30px}
input{border:none;padding:10px;border-radius:0px; width: 100%;
    padding: 15px;
    border: 1px solid rgb(80 96 96 / 20%);
    margin: 4px;}
.logo{float:left;padding:0px 0 26px}
.logo a{font-size:28px;display:block;padding:0 0 0 20px}
.logo img{

    width: 171px;
    height: 66px;
    padding: 0 15px;
}	
	
nav{float:right;}
nav>ul{float:left;position:relative}
nav li{list-style:none;
    float:left;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
    font-size: 16px;
    font-family: 'GeometriaMedium', sans-serif;
    color: #45545e;}
nav .dropdown{position:relative}
nav li a{float:left;padding-top:20px;color: #45545e;}
nav li a:hover{color: #e85050;}
nav li ul{display:none}
nav li:hover ul{display:inline}
nav li li{float:none}
nav .dropdown ul{position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 0px 0px 0px;
    /* border: 1px solid #34495e; */
    border: 1px solid #e2e2e2;}
nav .dropdown li{white-space:nowrap;border-bottom: 1px solid #e2e2e2;padding-bottom: 10px;}
nav .dropdown li a{padding:10px 35px;font-size:13px;font-size: 16px;
    font-family: 'GeometriaMedium', sans-serif;
    color: #45545e;    padding-bottom: 0px; } 
nav .mega-dropdown{width:100%;position:absolute;top:100%;left:0;background:#fff;overflow:hidden;padding:20px 35px;border-bottom:3px solid #34495e}
nav li li a{float:none;color:#333;display:block;padding:8px 10px;border-radius:3px;font-size:13px}
nav li li a:hover{background:#bdc3c7;background:#FAFBFB}
.mega-col{width:25%;float:left}
#menu-icon{position:absolute;right:0;top:50%;margin-top:-12px;margin-right:30px;display:none}
#menu-icon span{border:2px solid #000;width:30px;margin-bottom:5px;display:block;-webkit-transition:all .2s;transition:all .1s}
@media only screen and (max-width: 1170px) {
  nav >ul>li >a{padding:35px 15px}
}
@media only screen and (min-width: 960px) {
  nav{display:block!important}
}
@media only screen and (max-width: 959px) {
  nav{display:none;width:100%;clear:both;float:none;max-height:400px;overflow-y:scroll}
  #menu-icon{display:inline;top:45px;cursor:pointer}
  #menu-icon.active .first{transform:rotate(45deg);-webkit-transform:rotate(45deg);margin-top:10px}
  #menu-icon.active .second{transform:rotate(135deg);-webkit-transform:rotate(135deg);position:relative;top:-9px;}
  #menu-icon.active .third{display:none}
  .search{float:none}
  .search input{width:100%}
  nav{padding:10px}
  nav ul{float:none}
  nav li{float:none}
  nav ul li a{float:none;padding:8px;display:block}
  #header nav ul ul{display:block;position:static;background:none;border:none;padding:0}
  #header nav a{color:#fff;padding:8px}
  #header nav a:hover{background:#fff;color:#333;border-radius:3px}
  #header nav ul li li a:before{content:"- "}
  .mega-col{width:100%}
}

@media only screen and (max-width: 790px) {
nav li {
    list-style: none;

    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 4px;
    font-size: 16px;
    font-family: 'GeometriaMedium', sans-serif;
    color: #45545e;
    border-bottom: 1px solid #5555;
}

nav {
    display: none;
    width: 100%;
    clear: both;
    float: none;
    max-height: 400px;
    overflow-y: scroll;
    background: #fff;
    /* border: 1px solid #5555; */
}

nav .dropdown li {
    white-space: nowrap;
    border-bottom: 0px;
}

.icon_lang{
	
	top: -2px;
    position: relative;
    left: 14px;	
}


#header nav a {
    color: #000;
    padding: 8px;
}

}

.container_slider_css {

  height: 450px;
  overflow: hidden;
  position: relative;
}

.photo_slider_css {
  position: absolute;
  animation: round 16s infinite;
  opacity: 0;
  width: 100%;
}

@keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
img:nth-child(1) {
  animation-delay: 12s;
}

img:nth-child(2) {
  animation-delay: 8s;
}

img:nth-child(3) {
  animation-delay: 4s;
}

img:nth-child(4) {
  animation-delay: 0s;
}

@media(min-width:0px) and (max-width:320px) {
    /* совсем маленькие экраны андроидов */
    .container_slider_css{
          width: 80%;
          height: 190px;
    }
}
 
@media(min-width:320px) and (max-width:480px) {
    /* популярные разрешения смартфонов уже более позднего поколения андроид */
    .container_slider_css{
          width: 80%;
          height: 190px;
     }
}
 
 
 @media(min-width:321px) and (max-width:720px) {
 .block_slider_home {
 display:none;
 }
 }
 
 #slides{
  position: relative;

  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.slide{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;

  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.showing{
  opacity: 1;
  z-index: 2;
}

.textcols-item{
	min-height: 450px;
	
}

/*
non-essential styles:
just for appearance; change whatever you want
*/

.slide{

}

.slide:nth-of-type(1){

}
.slide:nth-of-type(2){
 
}
.slide:nth-of-type(3){

}
.slide:nth-of-type(4){

}
.slide:nth-of-type(5){

}

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;  
    color: #FFF;
    background: #0061a5;
    padding: 10px 20px; 
    border-top: 4px solid #BFE2FF;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: #337AB7;
    border: 2px solid #BFE2FF;
}
.cookie_btn:hover {
    color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}