html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

a img {
  border: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  color: #000;
}

textarea {
  height: auto;
  min-height: 50px;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
}

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

.clearfloat:after {
  clear: both;
}

/* For IE 6/7 (triggers hasLayout) */
.clearfloat {
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

/*FONTS--------------------------------------------------------------------*/
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400_.eot#iefix") format("embedded-opentype"), 
  	   url("fonts/fa-brands-400.woff2") format("woff2"), 
	   url("fonts/fa-brands-400.woff") format("woff"), 
	   url("fonts/fa-brands-400.ttf") format("truetype"); 
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/fa-light-300.eot");
  src: url("fonts/fa-light-300_.eot#iefix") format("embedded-opentype"), 
  	   url("fonts/fa-light-300.woff2") format("woff2"), 
	   url("fonts/fa-light-300.woff") format("woff"), 
	   url("fonts/fa-light-300.ttf") format("truetype");
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400_.eot#iefix") format("embedded-opentype"), 
  	   url("fonts/fa-regular-400.woff2") format("woff2"), 
	   url("fonts/fa-regular-400.woff") format("woff"), 
	   url("fonts/fa-regular-400.ttf") format("truetype");
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900_.eot#iefix") format("embedded-opentype"), 
  	   url("fonts/fa-solid-900.woff2") format("woff2"), 
	   url("fonts/fa-solid-900.woff") format("woff"), 
	   url("fonts/fa-solid-900.ttf") format("truetype"); 
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; 
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('fonts/OpenSans-LightItalic.woff') format('woff'),
        url('fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff'),
        url('fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-BoldItalic.woff') format('woff'),
        url('fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
        url('fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff'),
        url('fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff'),
        url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Italic.woff2') format('woff2'),
        url('fonts/OpenSans-Italic.woff') format('woff'),
        url('fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
        url('fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

.text, p{
  line-height: 28px;
}
h1, h2, h3, h4, h5, h6{
  color: #232323;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}

/*
################################################
#                                              #
#   author:  webrix-studio                     #
#   url:  http://webrix-studio.com             #
#                                              #
################################################
 */
/*BODY-------------------------------------------------------------------*/

body {
  background-color: #fff;
  font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif;
  color: #868686;
  font-size: 16px;
}
.wrapper{
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 20px;
}
.big-wrapper{
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 20px;
}

/*-------------- header ---------------*/
header{
  position: relative;
  z-index: 1100;
  background: #fff;
}
.header-right{
  float: right;
}

.header-main-right{
  float: right;
  margin-top: 33px;
}

/*----------------------- logo -------------------------*/
.logo{
  float: left;
  position: relative;
  z-index: 2;
  margin: 17px 0 14px;
}
.logo a{
  display: block;
}

/*------------------- other menu --------------------*/
.other-menu{
  float: left;
  border-right: 1px solid #d0d0d0;
  margin-top: 47px;
}
.other-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.other-menu ul li{
  display: inline-block;
  margin-right: 35px;
}
.other-menu ul li a{
  color: #323338;
  font-size: 17px;
  line-height: 35px;
}
.other-menu ul li:hover > a{
  color: #bc906b;
}

/*------------------- other logos --------------------*/
.other-logos{
  float: left;
  margin-top: 18px;
  margin-left: 35px;
}
.other-logos a{
  display: inline-block;
  margin-left: 10px;
}

/*------------------------- socials ---------------------------*/
.socials{
  float: right;
  margin:5px 0 0 25px;
  padding-left: 15px;
  border-left: 1px solid #f1f1f1;
}
.socials a{
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  color: #343434;
  font-size: 18px;
  box-sizing: border-box;
}
.socials a:hover{
  color: #008b4a;
}

/*----------------------------- menu -------------------------------*/
.menu-wrap{
  z-index: 5;
  position: relative;
  background: #323338;
}
header.sticky .menu-wrap{
  position: fixed;
  top: 0px;
  bottom: auto;
  width: 100%;
  border: 0px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
}
#menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#menu ul li{
  position: relative;
}
#menu > ul > li{
  float: left;
  margin-right: 54px;
}
#menu ul li a{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  padding: 0px;
  line-height: 65px;
  font-weight: 600;
}
#menu > ul > li:hover > a, #menu > ul > li.menu-current > a{
  color: #bc906b;
}
#menu ul li i.fa-home{
  font-size: 20px;
}
#menu ul li i.fa-angle-right,
#menu ul li i.fa-angle-down{
  display: inline-block;
  color: #c0baab;
  position: relative;
  margin-left: 10px;
  font-size: 15px;
}
#menu ul li i.fa-angle-down{
  color: #fff;
  margin:2px 0 0 5px;
}
/* submenu */
#menu > ul > li > .submenu-wrap {
  top: 100%;
  left: 0;
}
#menu ul li .submenu-wrap {
  opacity: 0;
  min-width: 100%;
  visibility: hidden;
  position: absolute;
}
#menu ul li ul {
  text-align: left;
  z-index: 9999;
  background: #323338;
  padding: 15px 0px;
}
#menu ul li ul li:last-child{
  border-bottom: none;
}
#menu ul li ul li a{
  padding: 7px 25px;
  line-height: normal;
  color: #ddd;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
#menu ul li ul li ul {
  top: 0;
  left: 100%;
}
#menu ul li:hover > .submenu-wrap {
  visibility: visible;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
#menu > ul > li:hover > .submenu-wrap {
  top: 100%;
  opacity: 1;
}
#menu ul li ul li:hover ul {
  left: 100%;
  opacity: 1;
}
#menu ul li ul li:hover > a{
  color: #bc906b;
}
/* sub submenu */
#menu ul li ul li .submenu-wrap {
  top: -17px;
  left: 100%;
}
#menu ul li ul li:hover .submenu-wrap {
  left: 100%;
  opacity: 1;
}
.sticky #menu ul li a{
  line-height: 40px;
  font-size: 16px;
}
/*------------------------ banner --------------------------*/
.b-wrap{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.fade{
  position: relative;
}
.b-image{
  position: relative;
}
.b-image::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
}
.b-image img{
  max-width: none;
  width: 100%;
}
.ban-text{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
}
.ban-text h3{
  font-size: 66px;
  margin-bottom: 25px;
  color: #fff;
  text-transform: none;
}
.ban-text .btn{
  margin-top: 80px;
}
.fade .slick-prev, .fade .slick-next{
  opacity: 0;
}
.fade:hover .slick-prev, .fade:hover .slick-next{
  opacity: 1;
}
.fade .slick-prev:before, .fade .slick-next:before{
  color: #fff;
  font-size: 58px;
}

/*------------------------- Buttons in site -------------------------*/
.btn{
  display: inline-block;
  background: #bc906b;
  min-width: 180px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  padding: 14px 20px;
  border: 1px solid #bc906b;
  margin-top: 50px;
  letter-spacing: 1px;
  position: relative;
  box-sizing: border-box;
}
.btn::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  top: 50%;
  right: -40px;
  background: #bc906b;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.btn:hover::before{
  right: -30px;
  opacity: 0;
  visibility: hidden;
}
.btn:hover{
  background: #323338;
  border: 1px solid #323338;
}
.btn-transp{
  background: transparent;
  color: #bc906b;
}
.btn-transp:hover{
  background: #bc906b;
  border: 1px solid #bc906b;
  color: #fff;
}
.btn-white{
  background: #fff;
  border: 1px solid #fff;
  color: #323338;
}
.btn-white::before{
  background: #fff;
}
.btn-white:hover{
  background: #323338;
  border: 1px solid #323338;
  color: #fff;
}
.btn-black{
  background: #323338;
  border: 1px solid #323338;
}
.btn-black::before{
  background: #323338;
}
.btn-black:hover{
  background: #bc906b;
  border: 1px solid #bc906b;
  color: #fff;
}
.btn-place{
  text-align: center;
}

/*--------------------------------- section about us --------------------------------*/
.about-us{
  position: relative;
  padding: 95px 0px;
  overflow: hidden;
}
.title{
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.title:after{
  content: '';
  position: absolute;
  background: #bc906b;
  width: 50px;
  height: 4px;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
}
.subtitle{
  color: #888888;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.about-us .title{
  float: left;
  width: 47%;
  padding-right: 95px;
  text-align: left;
  box-sizing: border-box;
}
.about-us .title::after{
  left: 0px;
  margin-left: 0px;
}
.about-us-text{
  float: left;
  width: 53%;
  font-size: 17px;
  line-height: 30px;
  box-sizing: border-box;
}

/*----------------------------------- section firms ------------------------------------*/
.firms{
  padding-bottom: 50px;
  overflow: hidden;
}
.title-bgr-wrap{
  background: #f6f6f6;
  padding: 50px 10px 11px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.c-one{
  float: left;
  width: 20%;
  box-sizing: border-box;
  perspective: 500px;
  padding: 15px;
}
.c-one-inner{
  padding: 15px 20px;
  text-align: center;
  position: relative;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.c-one:hover .c-one-inner{
  box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2);
}
.c-one figure{
  line-height: 250px;
  text-align: center;
  margin-bottom: 10px;
}
.c-one-title{
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding: 12px 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.c-one-title::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 180px;
  height: 1px;
  margin-left: -90px;
  background: #e2e2e2;
}
.c-one:hover .c-one-title{
  color: #bc906b;
}
.view {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  font-size: 0px;
  opacity: 0;
}

/*-------------------------------- section index-news ----------------------------*/
.index-news{
  padding: 70px 0px;
  background: url(../images/parallax1.jpg) no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  box-sizing: border-box;
}
.index-news h2 {
  color: #fff;
}
.fpnews{
  margin: 0 -15px;
}
.blog-item{
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
.blog-item figure{
  background: #323338;
  margin-bottom: 40px;
  position: relative;
}
.blog-item figure a{
  display: block;
  overflow: hidden;
}
.blog-item figure img{
  max-width: none;
  width: 100%;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.blog-item figure:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}
.blog-item-info{
  padding: 30px 0px;
}
.blog-item-title{
  display: block;
  position: relative;
  color: #fff;
  line-height: 26px;
  font-size: 18px;
  font-weight: 600;
}
.blog-item .date{
  position: absolute;
  z-index: 20;
  bottom: -17px;
  left: 0px;
  width: 50px;
  padding: 17px 0px;
  height: 70px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background: #bc906b;
  color: #fff;
  line-height: 20px;
  margin: 0px;
  box-sizing: border-box;
}
.blog-item .date span {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
}
.blog-item.box-flex-item {
  max-width: none;
  margin: 0;
}

/*----------------------------------- Box flex ------------------------------------*/
.box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -25px;
  box-sizing: border-box;
}
.box-flex-item {
  display: block;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  padding: 25px;
  box-sizing: border-box;
}
.col-2 .box-flex-item{
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.col-3 .box-flex-item{
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}
.col-4 .box-flex-item{
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.col-5 .box-flex-item{
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

/*---------------------------------- section positives ---------------------------------*/
.positives{
  position: relative;
  padding: 55px 0px;
  overflow: hidden;
}
.positive-one {
  text-align: center;
}
.positive-one figure {
  margin-bottom: 20px;
}
.positive-one h4 {
  margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.positive-one:hover h4{
  color: #bc906b;
}

/*---------------------------------- section index contacts -----------------------------------*/
.index-contacts{
  background: url('../images/bgr1.jpg') no-repeat center center;
  background-size: cover;
  padding: 70px 0px 50px;
  overflow: hidden;
}
.footer-logo{
  text-align: center;
  margin-bottom: 25px;
}
.footer-logo a{
  display: block;
}
.some-text{
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  line-height: 28px;
  margin-bottom: 60px;
}
/*---------- footer contacts -----------*/
.footer-contacts{
  padding-left: 65px;
  position: relative;
}
.flag{
  position: absolute;
  top: 14px;
  left: 25px;
}
.footer-contacts h5{
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-contacts ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-contacts ul li{
  position: relative;
  font-size: 15px;
  color: #323338;
  margin-bottom: 12px;
  line-height: 24px;
}
.footer-contacts ul li a{
  text-decoration: underline;
  color: #323338;
}
.footer-contacts ul li a:hover{
  text-decoration: none;
}
.li-address:before, .li-phone:before, .li-email:before{
  content: '';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 15px;
  color: #ff8900;
  position: absolute;
  top: 0px;
  left: 0px;
}
.li-address:before{
  content: '\f041';
}
.li-phone:before{
  content: '\f095';
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); 
}
.li-email:before{
  content: '\f0e0';
}

/*----------------------------------- footer ---------------------------------*/
footer{
  background: #323338;
  padding: 36px 0px;
  overflow: hidden;
}
.footer-menu{
  float: left;
}
.footer-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-menu ul li{
  display: inline-block;
  margin-right: 40px;
}
.footer-menu ul li a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.footer-menu ul li a:hover{
  color: #bc906b;
}
.rights{
  float: right;
  font-size: 14px;
  color: #b8b8b8;
  font-weight: 300;
}

/*--------------- page top button -----------------*/
.page-top{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 68px;
  right: 15px;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #b3b3b3;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 52px;
  z-index: 100;
}
.page-top:hover{
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.page-top.page-top-show{
  visibility: visible;
  opacity: 1;
}

/*------------------------ breadcrumb ----------------------------*/
.breadcrumb{
  color: #555;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin:10px 0 0 0;
}
.breadcrumb span{
  display: inline-block;
}
.breadcrumb a{
  position: relative;
  color: #555;
  display: inline-block;
}
.breadcrumb a:hover{
  color: #000;
}
.breadcrumb *+*:before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 13px;
  line-height: 10px;
  margin: 0 3px 0px 8px;
}

/*--------------------------------- page inside -------------------------------*/
.content{
  position: relative;
  overflow: hidden;
  padding-top: 35px;
}
.content-title{
  background: #f6f6f6;
  padding: 50px 0px;
}
.content-title .title{
  text-align: center;
  margin-bottom: 0px;
}
.text-module{
  margin-bottom: 40px;
}

/*------------------------------- news -------------------------------*/
.one-new{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  display: table;
  table-layout:fixed;
}
article.one-new:last-child{
  margin-bottom: 0px;
}
.one-new figure{
  width: 480px;
  padding-right: 35px;
  background: #fff;
  vertical-align: middle;
  display: table-cell;
  position: relative;
}
.one-new figure a{
  display: block;
  overflow: hidden;
}
.one-new figure a img{
  max-width: none;
  width: 100%;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.one-new figure:hover a img {
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.one-new-info{
  width: 100%;
  vertical-align:middle;
  display:table-cell;
  position: relative;
}
.one-new-title{
  margin-bottom: 15px;
  font-size: 22px;
}
.one-new-title a{
  color: #232323;
}
.one-new-title a:hover{
  color: #bc906b;
}
.one-new-info .btn{
  margin-top: 30px;
}

/*-------- date ----------- */
.date{
  font-size: 14px;
  color: #bc906b;
  margin-bottom: 20px;
}
.date i{
  margin-right: 10px;
}

/*pagination-----------------------------------------------------------------*/
.pagination{
  padding-bottom: 60px;
}
.pagination ul {
  font-size: 14px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.pagination li {
  list-style-type: none;
  display: inline-block;
  margin: 4px 3px;
}
.pagination a,
.pagination a:visited {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 40px;
  background: #fff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.pagination a:hover,
.pagination a:visited:hover {
  border: 1px solid #ccc;
  color: #3b393e;
}
.pagination a.currentpage {
  border: 1px solid #3b393e;
  background: #3b393e;
  cursor: default;
  color: #fff;
}
.pagination a.disablelink,
.pagination a.prevnext {
  color: #9f9f9f;
  cursor: default;
}
.pagination a.disablelink:hover,
.pagination a.prevnext:hover {
  color: #9f9f9f;
  background: #fff;
  border: 1px solid #fff;
}




















/*------------------------------- news details ------------------------------*/
.heading{
  font-size: 34px;
  margin-bottom: 20px;
}
.simple-image{
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  max-width: 60%;
}

/*--------------- simple list in whole site -----------------*/
.text ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.text ul li{
  position: relative;
  margin-bottom: 12px;
}
.text ul li:before{
  content: '\f0c8';
  font-family: 'Font Awesome 5 Pro';
  font-size: 8px;
  position: relative;
  color: #bc906b;
  top: -1px;
  margin-right: 10px;
}

/*------------------------ Tables for whole site ------------------------*/
table {
  width: 100%; 
  border-collapse: collapse; 
  border: none;
  margin-bottom: 20px;
  overflow-x: auto;
  box-sizing: border-box;
}
table th{
  display: table-cell;
  padding: 12px 10px;
  color: #1e1e1e;
  background: #f6f6f6;
  border: none;
  overflow: hidden;
  text-align: center;
}
table td{
  background: #fff;
  display: table-cell;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #f3f2f0;
}

/*------------- Simple gallery in details ------------ */
.simple-gallery{
  margin: 20px -15px 0;
  padding: 0px;
  list-style-type: none;
}
.simple-gallery li{
  display: inline-table;
  vertical-align: top;
  width: 33.3333%;
  padding: 15px;
  margin-right: -4px;
  box-sizing: border-box;
}
.simple-gallery li a{
  display: block;
}
.simple-gallery li img{
  max-width: none;
  width: 100%;
}
.simple-gallery li a:hover{
  opacity: 0.75;
}

/*table----------------------------------------------------------------------*/
.nl_osn {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: normal;
  color: #909090;
  margin-top: 40px;
  box-sizing: border-box;
}
.nl_osn a {
  font-size: 14px;
  text-decoration: none;
}
.tr {
  width: 100%;
  display: table;
  padding: 5px 10px;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  cursor: default;
  box-sizing: border-box;
}
.tr:hover {
  background: #f3f2f0;
  color: #000;
}
.tr span,
.th {
  display: table-cell;
  color: #3b3e4a;
  box-sizing: border-box;
}
.download1 {
  width: 72%;
  vertical-align: middle;
}
.size1,
.type1 {
  width: 8%;
  padding: 0 3px;
  text-align: right;
  vertical-align: middle;
}
a.pdf,
a.pdf:visited {
  display: block;
  float: right;
  font-size:13px;
  margin-bottom: 5px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 12px;
  display: table-cell;
  top: 3px;
  position: relative;
  color: #fff;
  background: #3b393e;
}
a.pdf:hover{
  color: #fff;
  background: #1a1a1a;
}

/*--------------- video -----------------*/
.video{
  width: 100%;
  margin: 40px auto 0px;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 51%;
  height: 0;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------- tags -----------------*/
.tagsContainer{
  margin-top: 30px;
  position: relative;
}
.tagsContainer::before{
  content: '\f02c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  color: #656565;
  position: relative;
  left: 0px;
  top: 0px;
  margin-right: 10px;
}
.tagsContainer .tag-filter {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #808080;
  background: #808080;
  color: #fff;
  margin: 6px 5px 0 0;
  border-radius:3px;
  font-size: 14px;
}
.tagsContainer .tag-filter:hover {
  background: #3b393e;
  border: 1px solid #3b393e;
}

/*--------------- share -----------------*/
.share-wrap{
  margin-top: 20px;
  border: 1px solid #f1f1f1;
  background: #fff;
  line-height: 46px;
  padding: 0 10px;
  font-size: 14px;
}
.share-wrap i{
  color: #444;
  margin-right: 5px;
  font-size: 15px;
}
.share-btns{
  float: right;
}
.share-btns  a{
  margin: 3px 0px 0px !important;
  padding: 5px 3px !important;
}

/*contact form------------------------------------------------------------------*/
.one-contact{
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 35px;
}
.map-place{
  float: left;
  width: 50%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 35px;
}
.map-place iframe{
  pointer-events: none;
}
.address{
  float: left;
  line-height: 26px;
  width: 45%;
  margin: 0px 5% 40px 0px;
}
.address span{
  color: #000;
}
.contact-form {
  margin-bottom: 35px;
  float: left;
  width: 50%;
}
.input{
  border: 1px solid #ebebeb;
  padding: 0 15px;
  margin-bottom: 10px;
  width: 80%;
  height: 45px;
  color: #000;
  font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}
textarea.input{
  height: 150px;
  resize: none;
  padding: 12px 15px;
  box-sizing: border-box;
}
.ok, .error {
  display: block;
  font-size: 13px;
  margin: 10px;
}
.error {
  color: #BF1717;
}

.contact-form .btn{
  margin-top: 15px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #808080;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #808080;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #808080;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #808080;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #808080;
}

.label{
  margin-bottom: 5px;
  display: inline-block;
}

.captcha input {
  width: 190px;
}
.captcha img {
  border: 2px solid transparent;
}
.captcha img:hover{
  border: 2px solid #999;
  opacity: 0.9;
}

.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    display: table;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;

}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-white {
    background-image: linear-gradient(to bottom, #fff, #f9f9f9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}
.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
}
.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.alert-white.alert-success .icon, .alert-white.alert-success .icon::after {
    border-color: #54a754;
    background: #60c060;
}
.alert-white .icon i {
    font-size: 20px;
    color: #fff;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

/*----------------------- Checkbox and Radio style ----------------------*/
.checkbox-custom, .radio-custom {
  position: relative;
  display: block;
  margin-bottom: 10px;
  line-height: 17px;
}
.checkbox-custom label,.radio-custom label{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  margin:0;
  padding:0;
  cursor:pointer;
  font-size: 15px;
  padding-left: 28px;
}
.checkbox-custom input[type=checkbox]{
  opacity:0;
  position:absolute;
  margin: 0px;
}
.checkbox-custom input[type=checkbox]+label:before{
  content:'';
  background:#fff;
  border: 1px solid #e5e7e9;
  display:inline-block;
  vertical-align:top;
  width: 18px;
  height: 18px;
  text-align:center;
  font-size: 13px;
  color: #000;
  line-height: 16px;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition:box-shadow .1s ease-in-out;
  -o-transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.checkbox-custom input[type=checkbox]:checked+label:before{
  background: rgba(255,255,255,0.3);
  content: '\f00c';
  border: 1px solid #bbb;
}
.checkbox-custom input[type=checkbox].disabled+label:before,.checkbox-custom input[type=checkbox]:disabled+label:before,fieldset[disabled] .checkbox-custom input[type=checkbox]+label:before{
  cursor:default;
  opacity:.4;
}

.radio-custom.radio-inline{
  padding-left:0;
}
.radio-custom input[type=radio]{
  opacity:0;
  position:absolute;
  margin: 0px;
}
.radio-custom input[type=radio]+label:before{
  border-radius:50%;
  content:'';
  background:#fff;
  border: 1px solid #e5e7e9;
  display:inline-block;
  vertical-align:top;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  padding:2px;
  margin-right:10px;
  text-align:center;
  box-shadow:inset 0 0 0 8px #fff;
  -webkit-transition:box-shadow .1s ease-in-out;
  -o-transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.radio-custom input[type=radio]:checked+label:before{
  background: #000;
  box-shadow:inset 0 0 0 3px #fff;
}
/*
.radio-custom input[type=radio]:focus+label:before{
  box-shadow:inset 0 0 0 3px #fff;
}*/
.radio-custom input[type=radio].disabled+label:before,.radio-custom input[type=radio]:disabled+label:before,fieldset[disabled] .radio-custom input[type=radio]+label:before{
  cursor:default;
  opacity:.4;
}

/* sitemap ---------------------------------------------------------------*/
.sitemap ul {
  padding: 0;
  list-style-type: none;
  margin: 0px 0px 0px 20px;
}
.sitemap ul ul,.sitemap ul ul ul, .sitemap ul ul ul ul {
  padding: 10px;
  padding-right: 0px;
  list-style-type: none;
  margin: 10px 0px 10px 20px;
  border-left: 1px solid #C0C0C0;
}
.sitemap ul li {
  padding: 2px;
}
.sitemap a {
  color: #000;
}
.sitemap a:hover {
  color: #ef9e3e;
}

/* error page ---------------------------------------------------------------*/
i.fa-meh-o{
  margin-right: 10px;
}
.error-page{
  background: #FBEEED;
  border: 1px solid #F7D8DD;
  padding: 20px 15px;
  color: #d9534f;
}
.error-page h6{
  margin-bottom: 10px;
  color: #d9534f;
}

/* search results ---------------------------------------------------------------*/
.search-result-wrap{
  border: 1px solid #ebebeb;
  padding: 20px 40px;
}
.search-result{
  padding: 25px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.search-result:last-child{
  border-bottom: none;
}
.search-result h4{
  color: #000;
  font-size: 15px;
  margin-bottom: 8px;
}
.search-result h4 a{
  color: #000;
}
.search-result h4 a:hover{
  color: #3181c8;
}
.path{
  color: #9f9f9f;
}

.validate-error {
    padding:10px;
    margin:10px 0;
    color: #D8000C;
    background-color: #FFD2D2;
}



/*/*media queries----------------------------------------------------------*/

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

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

@media only screen and (max-width: 1440px) {
  .ban-text{font-size: 24px;}
  .ban-text h3{font-size: 54px; margin-bottom: 15px;}
  .ban-text .btn{margin-top: 50px;}
  .col-5 .box-flex-item{-webkit-flex: 0 0 33.333%;-ms-flex: 0 0 33.333%;flex: 0 0 33.333%;}
}

@media only screen and (max-width: 1366px) {
  .c-one{width: 33.333%;}
}

@media only screen and (max-width: 1240px) {
  .about-us .title{padding-right: 60px;}
}

@media only screen and (max-width: 1100px) {
  .ban-text h3{font-size: 46px;}
  .about-us{padding: 70px 0px;}
  h1{font-size: 34px;}
  h2{font-size: 32px;}
  .about-us-text{font-size: 16px; line-height: 28px;}
  .title-bgr-wrap{padding: 40px 10px 1px;}
  .col-4 .box-flex-item{-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;}
  .one-new figure{width: 450px;}
}

@media only screen and (max-width: 1020px) {
  .logo a img{max-width: 230px;}
  .logo{margin: 12px 0 9px;}
  .other-logos a img{max-height: 60px;}
  .other-menu{margin-top: 30px;}
  .other-menu ul li a{font-size: 14px;}
  #menu > ul > li{margin-right: 45px;}
  #menu ul li a{line-height: 56px;}
  h1, .heading{font-size: 32px;}
  .subtitle{font-size: 13px;}
  .content-title{padding: 32px 0px;}
  
  .simple-image{float: none; width: 100%; margin-right: 0px; max-width: none;}
  .simple-image img{max-width: none; width: 100%;}
}

@media only screen and (max-width: 980px) {
  .one-new figure{width: 410px;}
  .breadcrumb{margin-bottom: 30px;}
  .content{padding-top: 30px;}
  .one-new-title{font-size: 20px;}
  
  .download1{width: 60%;}
  .size1, .type1{width: 10%;}
}

@media only screen and (max-width: 900px) {
  .ban-text{font-size: 20px;}
  .ban-text h3{font-size: 40px; margin-bottom: 5px;}
  .ban-text .btn{margin-top: 30px;}
  .about-us .title{float: none; width: auto; padding-right: 0px; text-align: center;}
  .about-us .title::after{left: 50%; margin-left: -25px;}
  .subtitle{margin-bottom: 10px;}
  .about-us-text{float: none; width: auto; text-align: center;}
  .btn{margin-top: 35px;}
  .c-one figure{line-height: 210px;}
  .c-one-title{font-size: 16px;}
  .blog-item-title{font-size: 16px; line-height: 24px;}
  .index-news{padding: 50px 0px;}
  .positives{padding: 40px 0px;}
  .index-contacts{padding: 50px 0 30px;}
  .some-text{line-height: 24px;}
  body{font-size: 15px;}
  .text, p{line-height: 24px;}
  .positive-one h4{margin-bottom: 10px;}
  h4{font-size: 20px;}
  h3{font-size: 24px;}
  #menu ul li a{font-size: 17px;}
  
  .one-new figure{display: block; width: auto; padding-right: 0px; margin-bottom: 20px;}
  .one-new-info{display: block; width: auto;}
  .one-new{display: block; width: auto; table-layout: initial;}
  .simple-gallery li{width: 50%;}
}

@media only screen and (max-width: 800px) {
  .other-logos{margin-left: 20px;}
  .other-menu ul li{margin-right: 25px;}
  #menu > ul > li{margin-right: 30px;}
  .ban-text{font-size: 16px;}
  .ban-text h3{font-size: 34px;}
  .btn{padding: 11px 20px; min-width: 160px; font-size: 13px;}
  h1, h2, .heading{font-size: 28px;}
  .title{margin-bottom: 30px;}
  .about-us{padding: 55px 0px;}
  .title-bgr-wrap{padding: 30px 10px 1px;}
  .c-one{padding: 10px;}
  .footer-menu ul li{margin-right: 25px;}
  .col-5 .box-flex-item{-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;}
  .some-text{margin-bottom: 30px;}
  
  .address{float: none; width: 100%; margin-right: 0px; margin-bottom: 30px;}
  .map-place{float: none; width: auto;}
  .contact-form{float: none; width: auto;}
  .search-result-wrap{padding: 10px 25px;}
  .input{width: 100%;}
}

@media only screen and (max-width: 740px) {
  .logo a img{max-width: 215px;}
  .other-menu{float: none; margin-top: 5px; border-right: none;}
  .other-menu ul li{margin-right: 0px; margin-left: 20px;}
  .other-menu ul li a{font-size: 13px; line-height: 30px;}
  .other-logos{margin-top: 0px; margin-bottom: 10px; margin-left: 0px; float: none; text-align: right;}
  .other-logos a img{max-height: 45px;}
  header .responsive-menu-btn{display: inline-block;}
  #menu{display: none;}
  .menu-wrap{text-align: center;}
  .c-one{width: 50%;}
  .footer-menu{float: none; text-align: center;}
  .footer-menu ul li{margin: 0 12px 10px;}
  .rights{float: none; text-align: center;}
}

@media only screen and (max-width: 700px) {
  
  .text-module{margin-bottom: 25px;}
  .search-result{padding: 18px 0px;}
}

@media only screen and (max-width: 640px) {
  .ban-text h3{font-size: 24px;}
  .ban-text{font-size: 14px; text-align: center;}
  .ban-text .btn{display: none;}
  h1, h2, .heading{font-size: 26px;}
  .content-title{padding: 25px 0px;}
  .content-title .title{padding-bottom: 12px;}
}

@media only screen and (max-width: 580px) {
  .col-5 .box-flex-item, .col-4 .box-flex-item{-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;}
}

@media only screen and (max-width: 550px) {
  .box-flex-item{padding: 15px;}
  .box-flex{margin: 0 -15px;}
  .footer-contacts{padding-left: 65px !important;}
  .simple-gallery li{padding: 5px;}
  .simple-gallery{margin: 20px -5px 0px;}
}

@media only screen and (max-width: 500px) {
  .c-one{float: none; width: auto; padding: 10px 0px;}
  .other-menu{display: none;}
  .other-logos{margin-bottom: 0px; margin-top: 15px;}
  .logo a img{max-width: 170px;}
  .one-new-title{font-size: 18px;}
}

@media only screen and (max-width: 460px) {
  .wrapper, .big-wrapper{padding: 0 10px;}
  .about-us{padding: 45px 0px;}
  h1, h2, .heading{font-size: 24px;}
}

@media only screen and (max-width: 360px) {
  .about-us-text{font-size: 15px; line-height: 26px;}
  .title{padding-bottom: 20px; margin-bottom: 25px;}
  .footer-menu ul li{margin: 0 10px 10px;}
  .other-logos a img{max-height: 40px;}
  .logo a img{max-width: 160px;}
  .logo{margin: 7px 0px;}
  .other-logos{margin-top: 12px;}
  .content-title{padding: 22px 0px;}
  .content{padding-top: 25px;}
  
  .input{width: 100%;}
  .contact-form .btn{display: block;}
  .search-result{padding: 13px 0px;}
  .search-result h4{font-size: 14px;}
  .captcha input{width: 170px;}
}

@media only screen and (max-width: 320px) {

}
