@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:700&subset=latin,cyrillic-ext);

._marginNull {
  margin: 0 !important;
}
._paddingNull {
  padding: 0 !important;
}
._borderNull {
  border: none !important;
}
._backgroundNull {
  background: none !important;
}
._relative {
  position: relative;
}
._absolute {
  position: absolute;
}
.wrap {
  overflow: hidden;
}
._txtLeft {
  text-align: left;
}
._txtRight {
  text-align: right;
}
._txtCenter {
  text-align: center;
}
._fullWidth {
  width: 100%;
}
.splashHolder ul li{
/* background: rgb(7, 28, 44); */
}
.splashHolder ul li::after{
/*       mix-blend-mode: lighten;
    -webkit-filter: contrast(1.1);
    filter: contrast(1.1);
  background-color: rgb(7, 28, 44);*/
}

.splashHolder ul li img{
 /*     -webkit-filter: grayscale(100%) contrast(1.2);
    filter: grayscale(100%) contrast(1.2);
  opacity:.8*/
}

.forms select{
padding: 12px;
    margin-bottom: 10px;
    border-radius: 5px;
     width: 100%;
}

.forms input[type="tel"]{
padding: 12px;
    margin-bottom: 10px;
    border-radius: 5px;
     width: 100%;
}
.forms input[type="text"]{
 width: 100%;
 padding: 25px;
    }
.forms input[type="mail"]{
padding: 12px;
    margin-bottom: 10px;
    border-radius: 5px;
     width: 100%;
}
.forms input[type="submit"]{
    padding: 10px 25px;
    background: #b78b20;
    color: #fff;
    border: none;
}
.forms label{
  color: #b78b20;
   width: 100%;
}

/*------ template stylization ------*/
body {
  font: 14px 'Open Sans', Arial, sans-serif;
  line-height: 20px;
  color: #ffffff;
  min-width: 1170px;
  background: url(../img/bg1.png);
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1023;
}
#webSiteLoader > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
#pageLoader {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1000;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
.lft{
  float: left;
}
.cert1{
  margin: 20px 0 60px 100px;
}
.clear{
  clear: both;
}

/*
#partners {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}*/
/*------------- HEADER ---------------------------------------------------------- */
header {
  width: 100%;
  position: absolute;
  display: block;
  z-index: 3;
  top: 0px;
  height: 80px;
  background: url(../img/bg1.png);
}
header .container {
  position: relative;
}
h1 {
  margin: 0 0 0 0;
  position: absolute;
  z-index: 1;
  float: left;
  width: 320px;
  height: 264px;
  background: #1c1c1c;
}
h1 > a {
  display: inline-block;
  position: relative;
  margin: 0 0;
}
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0px;
}
footer .box1 {
  width: 320px;
  height: 80px;
  position: relative;
  background: #0e0e0e;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 10;
}
footer > .container {
  position: relative;
}
footer .privacy_text {
  font: 13px/20px 'Open Sans', Arial, sans-serif;
  color: #a5a5a5;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 30px;
}
.image_carousel {
  position: relative;
  left: 207px;
  top: 20px;
  width: 100%;
  height: 80px;
}
.image_carousel img {
  padding-left: 25px;
  padding-right: 25px;
}
.image_carousel span {
  color: #a5a5a5;
  font: 18px/20px 'PT Sans Narrow', Arial, sans-serif;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
header .navbar {
  position: relative;
  margin: 0;
  background: none;
  height: 80px;
}
header .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  filter: none;
  box-shadow: none;
  background: none;
}
.sf-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 0 321px;
  width: 900px;
  float: left;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 86px;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a .base_text {
  color: #a5a5a5;
  font: 14px/16px 'PT Sans Narrow', Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 2;
  padding: 30px 22px;
}
.sf-menu > li > a .over_text {
  color: #ffffff;
  font: 14px/16px 'PT Sans Narrow', Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  z-index: 2;
  padding: 30px 18px;
  left: 0;
}
.sf-menu > li > a ._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  left: 0;
  display: block;
  background: url(../img/pixel.png);
}
.sf-menu > li > a ._over {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  z-index: 1;
  left: 0;
  display: block;
  background: #e31f46;
}
.sf-menu > li > a ._over:after {
  width: 100%;
  height: 6px;
  position: absolute;
  display: block;
  bottom: -6px;
  background: url(../img/extra1.png) 50% 50% no-repeat;
  content: '';
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  margin: 0;
  left: 0px;
  top: 87px;
  z-index: 10;
  width: 100%;
  padding: 25px 0;
  background: url(../img/bg1.png);
}
.sf-menu ul > li {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.sf-menu ul a {
  color: #ffffff;
  font: 18px/20px 'PT Sans Narrow', Arial, sans-serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu ul a:hover {
  color: #e31f46;
  background: none;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu ul .hoverItem {
  color: #e31f46 !important;
  background: none;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu .sub2 {
  top: 0px;
  left: 107px;
}
/*-------------   menu end  --------------*/
.cert{
    margin: 50px auto;
    display: block;

}

/*----------------- CONTENT BASE --------------------------------------------------- */
#wrapper section {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 0px;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 264px;
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 0;

}
h2 {
  font: 30px/30px 'PT Sans Narrow', Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 27px 0;
  padding: 0 0 27px 0;
  border-bottom: 1px solid #656565;
}
h3 {
  font: 18px/20px 'PT Sans Narrow', Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
p {
  font: 400 16px/20px 'Open Sans', Arial, sans-serif;
  color: #a5a5a5;
  margin-bottom: 19px;
}
.more_btn1 {
  display: inline-block;
  font: 15px/19px 'Open Sans', Arial, sans-serif;
  color: #ffffff;
  background: none;
  white-space: pre;
  border: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
  text-transform: uppercase;
  background-position: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn1:hover {
  text-decoration: none;
  color: #e31f46;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn1 ._marker1 {
  width: 15px;
  height: 10px;
  display: inline-block;
  background: url(../img/marker1.png) 50% 50% no-repeat;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 13px/20px 'Open Sans', Arial, sans-serif;
  color: #a5a5a5;
  margin-top: -20px;
  float: right;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link1:hover {
  color: #fff !important;
  text-decoration: none;
}
._link2 {
  font: 12px/19px 'Open Sans', Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link2:hover {
  color: #b78b20 ;
  text-decoration: none;
}
._link2 ._marker1 {
  width: 15px;
  height: 10px;
  display: inline-block;
  background: url(../img/marker1.png) 50% 50% no-repeat;
}
._link3 {
  font: 15px/19px 'Open Sans', Arial, sans-serif;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link3:hover {
  color: #b78b20 ;
  text-decoration: none;
}
._link4 {
  font: 16px/20px 'Open Sans', Arial, sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link4:hover {
  color: #b78b20  !important;
  text-decoration: none;
}
/*-------------------------- MARGIN PADDING BORDER --------- */
.margin1 {
  margin-bottom: 11px;
}
.noborder {
  border: 0;   
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  font-size: 38px;
  line-height: 48px;
  padding: 0;
  margin-bottom: 25px;
  border: none;
}
.textStyle2 {
  color: #ffffff;
  font-size: 16px;
}
.textStyle3 {
  margin-bottom: 20px;
  padding: 0;
  border: none;
}
.textStyle4 {
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.textStyle5 {
  font: 12px/19px 'Open Sans', Arial, sans-serif;
  color: #ffffff;
}
.textStyle6 {
  margin-bottom: 35px;
}
.textStyle7 {
  margin-bottom: 20px;
}
.textStyle8 {
  margin-bottom: 10px;
}
.textStyleW {
  font: 15px/19px 'Open Sans', Arial, sans-serif;
  color: #ffffff;
}
.textStyleWs {
  font: 15px/19px 'Open Sans', Arial, sans-serif;
  color: #ffffff;
  margin-left:70px;
  vertical-align: top;
}
.textStyleW1 {
  font: 15px/19px 'Open Sans', Arial, sans-serif;
  color: #ffffff;
}
.tbl{
  width: 50%;

}
.tbl1{
  width: 50%;
}
.tbl2{
  width: 40%;
  vertical-align: top;
  padding: 0 50px 0 0 ;
}
.tbl2 a{
  color: #fff;
  text-decoration: none;
}

.tbl3{
  width: 27%;
  vertical-align: top;
}
.tbl4{
  width: 27%;
  vertical-align: top;
    vertical-align: top;
}
.trd{
  padding: 15px 0;
}

.textStyleG {
  font: 15px/24px 'Open Sans', Arial, sans-serif;
  color: #a5a5a5;
}
.textStyleU {
  font: 15px/19px 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
}
.textStyleNU {
  font: 15px/19px 'Open Sans', Arial, sans-serif;
  text-transform: none;
}
.textStyleW16 {
  font: 16px/19px 'Open Sans', Arial, sans-serif;
  color: #ffffff;
}
.textStyleW16big {
  font: 25px/19px 'Open Sans', Arial, sans-serif;
  color: #ffffff;
}
.textStyleG16 {
  font: 16px/24px 'Open Sans', Arial, sans-serif;
  color: #a5a5a5;
}
.textStyleU16 {
  font: 16px/19px 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
}
.textStyleNU16 {
  font: 16px/19px 'Open Sans', Arial, sans-serif;
  text-transform: none;
}
/*-------------------------- LISTS ------------------ */
/*-------------------------- EXTRA -------------------*/
.space1 {
  display: inline-block;
  width: 200px;
}
.space1s {
  display: inline-block;
  width: 300px;
}
.space2 {
  display: inline-block;
  width: 185px;
}
.space3 {
  display: inline-block;
  width: 380px;
  line-height: 25px;
}
.space3s {
  display: inline-block;
  width: 380px;
  vertical-align: top;
}
.space4 {
  display: inline-block;
  width: 380px;
  line-height: 35px;
}
.space5 {
  display: inline-block;
  width: 850px;
  line-height: 35px;
}
.logos {
  text-align: center;
}

.close_button {
  top: -25px !important; 
  left: 1013px !important;
  opacity: 0.7;
}
.video_descr_l
{
  font: 400 12px/16px 'Open Sans', Arial, sans-serif;
  color: #a5a5a5;
  display: inline-block;
  width: 331px;
  text-align: center;
}
.video_descr_r
{
  font: 400 12px/16px 'Open Sans', Arial, sans-serif;
  color: #a5a5a5;
  display: inline-block;
  width: 375px;
  text-align: center;
}
.expert_council {
  list-style-type: square;
}
.expert_list {
  font: 400 15px/19px 'Open Sans', Arial, sans-serif;
  color: #a5a5a5;
  list-style-type: square;
}
.expert_list li{
  padding-bottom: 5px;
}
.social_list {
  list-style: none;
  margin: 50px 0 0 0;
  position: absolute;
  top: -23px;
  left: 1045px;
}
.social_list li {
  display: inline-block;
  margin: 0 3px;
  border-radius: 15px;
  overflow: hidden;
}
.social_list li a {
  width: 26px;
  height: 25px;
  position: relative;
  overflow: hidden;
  display: block;
}
.social_list li a img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social_list li a:hover img {
  top: -25px;
}
.figure1 {
  margin: 0 0 25px 0;
}
.thumb-pad {
  position: relative;
}
.thumb-pad .thumbnail {
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
.thumb-pad .thumbnail img {
  display: block;
  padding: 0px;
}
.thumb-pad .thumbnail .caption {
  padding: 20px 0 0 0;
  position: relative;
}
.thumb-pad .thumbnail .caption ._link2 {
  margin-bottom: 10px;
}
.thumb-pad .thumbnail .caption p {
  margin-bottom: 0;
}
.contentBox1 {
  background: url(../img/bg2.png);
  padding: 63px 0 63px 0;
}
.divider1 {
  width: 1px;
  height: 80%;
  position: absolute;
  display: block;
  background: url(../img/divider1.png) 0 0 repeat-y;
  top: 66px;
  left: 534px;
}
.accordionList {
  list-style: none;
  margin: 0;
}
.accordionList li {
  position: relative;
  display: block;
  border-bottom: 1px solid #656565;
}
.accordionList li ._btn {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
  right: 0px;
  background: url(../img/sprite_btn2.png) 0 100% no-repeat;
  cursor: pointer;
}
.accordionList li ._title h3 {
  font: 15px/20px 'Open Sans', Arial, sans-serif;
  color: #e31f46;
  margin: 26px 0 21px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.accordionList li._active ._title h3 {
  color: #ffffff;
}
.accordionList li ._description p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #a5a5a5;
  margin-bottom: 15px;
}
.accordionList li._active ._btn {
  background: url(../img/sprite_btn2.png) 0 0% no-repeat;
}
.accordionList1 {
  list-style: none;
  margin: 0;
}
.accordionList1 li {
  position: relative;
  display: block;
  border-bottom: 1px solid #656565;
}
.accordionList1 li ._btn {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
  right: 0px;
  background: url(../img/sprite_btn2.png) 0 100% no-repeat;
  cursor: pointer;
}
.accordionList1 li ._title h3 {
  font: 15px/20px 'Open Sans', Arial, sans-serif;
  color: #e31f46;
  margin: 26px 0 21px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.accordionList1 li._active ._title h3 {
  color: #ffffff;
}
.accordionList1 li ._description p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #a5a5a5;
  margin-bottom: 15px;
}
.accordionList1 li._active ._btn {
  background: url(../img/sprite_btn2.png) 0 0% no-repeat;
}

.accordionList2 {
  list-style: none;
  margin: 0;
}
.accordionList2 li {
  position: relative;
  display: block;
  border-bottom: 1px solid #656565;
}
.accordionList2 li ._btn {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
  right: 0px;
  background: url(../img/sprite_btn2.png) 0 100% no-repeat;
  cursor: pointer;
}
.accordionList2 li ._title h3 {
  font: 15px/20px 'Open Sans', Arial, sans-serif;
  color: #b78b20;
  margin: 26px 0 21px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.accordionList2 li._active ._title h3 {
  color: #ffffff;
}
.accordionList2 li ._description p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #b78b20;
  margin-bottom: 15px;
}
.accordionList2 li._active ._btn {
  background: url(../img/sprite_btn2.png) 0 0% no-repeat;
}


.accordionList3 {
  list-style: none;
  margin: 0;
}
.accordionList3 li {
  position: relative;
  display: block;
  border-bottom: 1px solid #656565;
}
.accordionList3 li ._btn {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
  right: 0px;
  background: url(../img/sprite_btn2.png) 0 100% no-repeat;
  cursor: pointer;
}
.accordionList3 li ._title h3 {
  font: 15px/20px 'Open Sans', Arial, sans-serif;
  color: #b78b20;
  margin: 26px 0 21px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.accordionList3 li._active ._title h3 {
  color: #ffffff;
}
.accordionList3 li ._description p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #b78b20;
  margin-bottom: 15px;
}
.accordionList3 li._active ._btn {
  background: url(../img/sprite_btn2.png) 0 0% no-repeat;
}

.accordionList4 {
  list-style: none;
  margin: 0;
}
.accordionList4 li {
  position: relative;
  display: block;
  border-bottom: 1px solid #656565;
}
.accordionList4 li ._btn {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
  right: 0px;
  background: url(../img/sprite_btn2.png) 0 100% no-repeat;
  cursor: pointer;
}
.accordionList4 li ._title h3 {
  font: 15px/20px 'Open Sans', Arial, sans-serif;
  color: #b78b20;
  margin: 26px 0 21px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.accordionList4 li._active ._title h3 {
  color: #ffffff;
}
.accordionList4 li ._description p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #b78b20; 
  margin-bottom: 15px;
}
.accordionList4 li._active ._btn {
  background: url(../img/sprite_btn2.png) 0 0% no-repeat;
}

.accordionList5 {
  list-style: none;
  margin: 0;
}
.accordionList5 li {
  position: relative;
  display: block;
  border-bottom: 1px solid #656565;
}
.accordionList5 li ._btn {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
  right: 0px;
  background: url(../img/sprite_btn2.png) 0 100% no-repeat;
  cursor: pointer;
}
.accordionList5 li ._title h3 {
  font: 15px/20px 'Open Sans', Arial, sans-serif;
  color: #b78b20;
  margin: 26px 0 21px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.accordionList5 li._active ._title h3 {
  color: #ffffff;
}
.accordionList5 li ._description p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #b78b20;
  margin-bottom: 15px;
}
.accordionList5 li._active ._btn {
  background: url(../img/sprite_btn2.png) 0 0% no-repeat;
}


.accordionList6 {
  list-style: none;
  margin: 0;
}
.accordionList6 li {
  position: relative;
  display: block;
  border-bottom: 1px solid #656565;
}
.accordionList6 li ._btn {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
  right: 0px;
  background: url(../img/sprite_btn2.png) 0 100% no-repeat;
  cursor: pointer;
}
.accordionList6 li ._title h3 {
  font: 15px/20px 'Open Sans', Arial, sans-serif;
  color: #b78b20;
  margin: 26px 0 21px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.accordionList6 li._active ._title h3 {
  color: #ffffff;
}
.accordionList6 li ._description p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #b78b20;
  margin-bottom: 15px;
}
.accordionList6 li._active ._btn {
  background: url(../img/sprite_btn2.png) 0 0% no-repeat;
}



.accordionList7 {
  list-style: none;
  margin: 0;
}
.accordionList7 li {
  position: relative;
  display: block;
  border-bottom: 1px solid #656565;
}
.accordionList7 li ._btn {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
  right: 0px;
  background: url(../img/sprite_btn2.png) 0 100% no-repeat;
  cursor: pointer;
}
.accordionList7 li ._title h3 {
  font: 15px/20px 'Open Sans', Arial, sans-serif;
  color: #b78b20;
  margin: 26px 0 21px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.accordionList7 li._active ._title h3 {
  color: #ffffff;
}
.accordionList7 li ._description p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #b78b20;
  margin-bottom: 15px;
}
.accordionList7 li._active ._btn {
  background: url(../img/sprite_btn2.png) 0 0% no-repeat;
}


.accordionList8 {
  list-style: none;
  margin: 0;
}
.accordionList8 li {
  position: relative;
  display: block;
  border-bottom: 1px solid #656565;
}
.accordionList8 li ._btn {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
  right: 0px;
  background: url(../img/sprite_btn2.png) 0 100% no-repeat;
  cursor: pointer;
}
.accordionList8 li ._title h3 {
  font: 15px/20px 'Open Sans', Arial, sans-serif;
  color: #b78b20;
  margin: 26px 0 21px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.accordionList8 li._active ._title h3 {
  color: #ffffff;
}
.accordionList8 li ._description p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #b78b20;
  margin-bottom: 15px;
}
.accordionList8 li._active ._btn {
  background: url(../img/sprite_btn2.png) 0 0% no-repeat;
}


.accordionList9 {
  list-style: none;
  margin: 0;
}
.accordionList9 li {
  position: relative;
  display: block;
  border-bottom: 1px solid #656565;
}
.accordionList9 li ._btn {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
  right: 0px;
  background: url(../img/sprite_btn2.png) 0 100% no-repeat;
  cursor: pointer;
}
.accordionList9 li ._title h3 {
  font: 15px/20px 'Open Sans', Arial, sans-serif;
  color: #b78b20;
  margin: 26px 0 21px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.accordionList9 li._active ._title h3 {
  color: #ffffff;
}
.accordionList9 li ._description p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #b78b20;
  margin-bottom: 15px;
}
.accordionList9 li._active ._btn {
  background: url(../img/sprite_btn2.png) 0 0% no-repeat;
}

.accordionList10 {
  list-style: none;
  margin: 0;
}
.accordionList10 li {
  position: relative;
  display: block;
  border-bottom: 1px solid #656565;
}
.accordionList10 li ._btn {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
  right: 0px;
  background: url(../img/sprite_btn2.png) 0 100% no-repeat;
  cursor: pointer;
}
.accordionList10 li ._title h3 {
  font: 15px/20px 'Open Sans', Arial, sans-serif;
  color: #b78b20;
  margin: 26px 0 21px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.accordionList10 li._active ._title h3 {
  color: #ffffff;
}
.accordionList10 li ._description p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #b78b20;
  margin-bottom: 15px;
}
.accordionList10 li._active ._btn {
  background: url(../img/sprite_btn2.png) 0 0% no-repeat;
}
.big_font {
  font: 20px/20px 'Open Sans', Arial, sans-serif !important;
}
.tab_right {
  margin-left: 25px;
}
.blockNom{
        color: #fbd872;
    margin: 25px 0;
    display: block;
    border-bottom: 1px solid #656565;
    padding-bottom: 20px;
    padding-top: 100px;
}

/*========================== BG Gall  ===================================*/
.splashHolder {
  margin: 0;
  position: fixed;
  top: 80px;
  left: 0;
}
.splashHolder ul {
  list-style: none;
  margin: 0;
  position: relative;
  float: left;
  padding: 0;
  height: 185px;
}
.splashHolder ul li {
  display: inline-block;
}
.splashHolder ul li img {
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.splashHolder ul li img:hover {
  height: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*-------------------------- MAP --------------*/
.map {
  width: 455px;
  height: 200px;
  margin: 26px 0 22px 0;
  background: #ffffff;
  overflow: hidden;
}
.map iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
/*------------- SEARCH form ------------------------------------------------------*/
#search {
  margin: 22px 0 0 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#search input {
  outline: none;
  box-shadow: none;
  width: 240px;
  border-radius: 0;
  margin-bottom: 0;
  padding: 7px 15px;
  background: url(../img/bg3.png);
  border: none;
  font: 12px/20px 'Open Sans', Arial, sans-serif;
  color: #a5a5a5;
}
#search a {
  margin: 5px 0px 5px 20px;
}

/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list .search {
  color: #ffffff;
  font: 20px/25px 'Open Sans', Arial, sans-serif;
}
.search_list .red {
  color: #e31f46;
}
.search_list h4 {
  color: #ffffff;
}
.search_list > li {
  margin-bottom: 20px;
  font: 12px/19px 'Open Sans', Arial, sans-serif;
  color: #a5a5a5;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  font: 20px/25px 'Open Sans', Arial, sans-serif;
  color: #ffffff;
  text-shadow: none;
}
.search_list > li h4 > a:hover {
  color: #e31f46;
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #a5a5a5;
  font-size: 14px;
}
._bottomsearch {
margin-top: 30px; 
border-top: 1px solid #656565;
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow1 {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  background: #e31f46;
  padding: 15px;
  color: #fff;
  margin-right:20px;
}
.hvr-pulse-grow1:hover {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  background: #e31f46;
  padding: 15px;
  color:#fff;
  text-decoration: none;
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
    -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  background: #e31f46;
  padding: 15px;
color: #fff;
}
.hvr-pulse-grow:hover {
  color:#fff;
  text-decoration: none;
  animation-duration:2s !important;

  }
  @media (max-width:2000px){
      .imglogo{
      margin-right: 10px;
  }

}

@media (max-width:576px){
      .imglogo{
      margin: 0 auto 40px;
      display: block;
  }
.mobver{
    margin-left: 0px !important;
    padding: 5px !important;
    width: 100% !important;
    margin-top: 20px;
}
.mobver .forms{
    margin: 0 auto !important
}

}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
