  @font-face {
    font-family: "f1";
    src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
    src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
    url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansLight"; */
@font-face {
    font-family: "f0";
    src: url("../fonts/OpenSansLight/OpenSansLight.eot");
    src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"),
    url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
 
/* font-family: "OpenSansBold"; */
@font-face {
    font-family: "f2";
    src: url("../fonts/OpenSansBold/OpenSansBold.eot");
    src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
    url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansExtraBold"; */
@font-face {
    font-family: "f3";
    src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot");
    src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"),
    url("../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
 
/* font-family: "OpenSansSemiBold"; */
@font-face {
    font-family: "www";
    src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
    src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"),
    url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: "in";
    src: url("../fonts/intro.otf");
    font-style: normal;
    font-weight: normal;
}


html, body {
 	font-size: 100%;
  	margin: 0;
  	font-family: 'f1';
	background:	#fff;
	font-family:  ;
	padding: 0;
}
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'f2';
}
h1{
	letter-spacing: 2.3px;
	word-spacing: 8px;
	font-size: 	196%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	color: #536F7D;
	line-height: 1.4em;
	text-transform: uppercase;
	text-align: center;
	max-width: 100%;
	  
}

h2{
	font-size: 	205%;
	font-family: 'in';
	text-transform: uppercase;
	color: #333333;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
}

h3{
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
}
p{
	margin:0;
	font-size: 16px;
    line-height: 1.5em;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
a {
  color: #fff!important
}

.divider {
    height: 4px;
    /* border-radius: 1em; */
    background: rgb(252, 102, 9);
    width: 200px;
    margin: 0 auto 1em;
    display: block;
}
 .navbar-toggler{display: none!important;}
.btn-main {
	background: #BE0001;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
	color: #fff;
	font-weight: bold;
	font-family: 'f0';
  font-size: 1.2em;
	padding: 10px 10px;
  width:250px;
  max-width: 100%;
  text-align: center;
  display: block;
  transition: ease .5s;
	text-transform: none;
	border-radius: 5px;
}

nav {overflow: hidden!important;}
.btn-main:hover {
  background: #AB0001;
  color: #fff;
}
.btn-main:active {
	text-decoration: none;
}
.btn-main:focus {
	text-decoration: none;
}
.navbar{
	text-align: center;
  margin-bottom: 0;
  min-height: 6px;
}
.navbar-nav {

}
nav {
  padding-top: 2em;
}
/*header styles*/

.header-phone {
  float: right;
  padding: 1em 0 .8em;
  margin-right: 4em;
}

.phn-h {
    display: block;
  float: right;
margin-left: 1.2em;
}

.header-phone span {
  color: #fff!important;
  font-family: 'www';
  line-height: 1.6em;
  font-size: 1em;
}
.header-phone .btn-main {
  float: left;
  margin-top: .7em;
  background: #BE0001;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  font-family: 'f0';
  font-size: .9em;
  padding: 7px 10px;
  width:160px;
  max-width: 100%;
  text-align: center;
  /* display: block; */
  transition: ease .5s;
  text-transform: none;
  border-radius: 5px;
}

header{
 padding: 0 4em .3em;
 background: #BE0001;
}
.nav-link:hover {
	background: none!important;
}

.nav-link:active {
	background: none!important;
}


.nav-link:focus {
	background: none!important;
}

.nav-link:visited {
	background: none!important;
}

.nav-item{
	list-style-type: none;
	padding: 0 1.3em;
}
.nav-link:focus{
	text-decoration: none;
}

.nav-link{
	color: #fff;
	padding: 0!important;
  font-size: .9em;
	font-family: 'www';
  text-transform: none;
	line-height: 1.9em;
}
.nav-link:after {
display: block;
margin-top: 5px;
content: "";
height: 3px;
border-radius: 15%;
width: 0%;
background-color: #fff;
transition: width .3s ease-in-out;
}

.nav-link:hover:after,
.nav-link:focus:after {
    width: 100%;
    color: #fff;
}

.nav-link:hover,
.nav-link:focus {
    width: 100%;
    color: #fff;
}
.navbar-toggler{
	display: block;
	color: #2E3B4A;
}


.header-flag {
  background: #fff;
  padding: .5em 1em;
}

.header-flag h3 {
  color: #1B2C58;
  font-family: 'f2';
  font-size: 1.4em;
  text-transform: uppercase;
}

.header-flag h3 span {
  color: #F2712F;
}

.nav {margin-bottom: 0;}
/*banner style*/
.lg {
  text-align: center;
  width: 15%;
  float: left;
}

.asdf {
  width: 85%;
  float: left;
}

.lg img{
  margin-top: 1.4em;
}
.nav-mob {
  display: none;
}
.banner{
	background: url(../img/banner.jpg) no-repeat;
	background-size: 100% 100%;
}

.banner .layer{
      padding: 1em 0 0;
      background: rgb(190, 0, 1);
      background: rgba(190, 0, 1,.4);
}
 
 
  .layer{ 
	padding: 6.5em 0 ;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
 }

.banner p{
	color: #fff;
  cursor: pointer;
  display: block!important;
	margin-bottom: 7px;
	font-size: 1.2em;
	text-align: left;
	font-family: 'f1';
}
.banner h1 span{
  color: #fff;
  font-size: 80%;
  
}
.banner h1{
	color: #D1E723;
  word-spacing: 0px;
	font-family: 'f2';
	font-size:2.1em;
	margin-bottom: 0em;
  line-height: 1.5em;
	text-transform: uppercase;
	text-align: right;
}
 



.layerdark{
	background:rgb(255,255,255);
  background: rgba(255,255,255,.2);
width: 100%;
	margin-top: 4em;
    padding: 40px 45px;
    color: #97a4b2;
    font-size: .875em;
    border-radius: 2px;
}

.banner .layerdark .btn-main{
 width: 80%;
 margin: 0 auto;
}

.banner .layerdark{
  background: #BE0001;
  border-radius: 7px;
  text-align: center;
  margin-top: 7em;
  padding: 25px 5px;
}
.banner .layerdark h3{
  font-family: 'in';
  color: #fff;
  line-height: 1.6em;
  text-transform: uppercase;
  font-size: 1.5em;
}
.banner .layerdark h3 span{
  font-family: 'f2';
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
}
.banner-layer p span{
  font-family: 'f2';
  font-size: 1.1em;
}
.banner-layer p{
  text-align: center;
  font-size: .95em;
  line-height: 1.8em;
}

.banner-layer {
  background: rgb(0,0,0);
  border-radius: 5px;
  padding: 7px .5em;
  background: rgba(0,0,0,.7);
}

 .forms h4 {
    color: #000;
    font-size: 1.875em;
    font-family: 'f1';
    text-transform: none;
    margin: 0;
}

.forms p {
    line-height: 1.4375em;
    color: #000;
    font-size: 1.1em;
    margin-top: 10px;
}

 
.forms .w100 { /* поля */
  display: block;
    width: 100%;
    border-radius: 0;
 	border: none;
    background-color: none;
    text-indent: 0;
    padding: 10px 0;
    color: #A04D2C;
    font-size: 1em;
}

.forms textarea {
    display: block;
    width: 100%;
    border-radius: 2px;
 	border: 1px solid #CFA67C;
    background-color: #DACAAE;
    text-indent: 10px;
    padding: 10px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    font-size: 1.25em;
}

.forms input::-webkit-input-placeholder {color:grey; font-family: 'f0';}
.forms input::-moz-placeholder          {color:grey; font-family: 'f0';}
.forms input:-moz-placeholder           {color:grey; font-family: 'f0';}
.forms input:-ms-input-placeholder      {color:grey; font-family: 'f0';}


.forms input {
    font-family: 'f0'!important;
    display: block;
    width: 100%;
    color: grey;
 	  border: 1px solid  #BFBFBF;
    margin-bottom: .6em;
    background: none!important;
    text-indent: 10px;
    border-radius: 7px;
    padding: 7px 0;
    -webkit-transition: all .5s ease;
    transition: all .8s ease;
    font-size: 1.1em;
}

.forms input:focus {

  border-color:  #AB0001;
}

.button-wrap {
  margin-top: 1em;
}

.arrow-wrap, .button-wrap {
    text-align: center;
}

.forms .buttons {
    margin-top: 5px;
}

.buttons {
   margin: 0 auto;
   border:none;
  margin-top: .2em;
  background: #BE0001;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  font-family: 'f1';
  margin-bottom: 1em;
  text-shadow: none;
  font-size: 1.2em;
  outline: none;
  padding: 7px 20px;
  border-bottom: 5px solid #B10001;
  text-align: center;
  transition: ease .5s;
  text-transform: none;
  border-radius: 5px;
}

 .buttons:active, .buttons:focus, .buttons:hover {
    background: #AB0001;
    text-decoration: none;
}


.banner-link {
  text-align: center;
  display: block;
  padding: 3.5em 0 2em;
}

.banner-link a:hover {
  opacity: .6;
}

.banner-adv {
  margin: 3em auto 0;
  margin-left: 2em;
}

.phone-show {
  display: none;
}

.phone-hide-inline {
  display: inline-block;
}

.phone-show-inline {
  display: none;
}

@media(max-width: 850px) {
  .phone-show {
    display: block!important;
  }

  .phone-show-inline {
    display: block!important;
  }


  .phone-hide-inline {
    display: none!important;
  }

  .phone-hide {
    display: none!important;
  }
}

.banner-adv p {
  background: url(../img/banner-icon1.png) no-repeat left;
  padding: 1.3em 0;
  background-size: contain;
  padding-left: 200px;
  font-size: 1.7em;
  font-family: 'in';
  text-transform: uppercase;
  cursor: default;
}
/*banner*/

 
/*montage*/
.montage-l ul {
  margin: 1em 1em 1em .3em;
}

.montage-r {
  margin-top: 7em;
}

.montage-l ul  li {
  list-style-type: none;
  font-family: 'f1';
  font-size: 1.1em;
  padding: .3em 0;
  padding-left: 40px;
  margin-bottom: 1em;
  color: #fff;
  background: url(../img/montag-icon-l.png) left no-repeat;

}


.montage-r ul {
  margin: 1em 1em;
}

.montage {
  margin-top: 0;
} 

.montage-r ul  li {
  list-style-type: none;
  font-family: 'f1';
  font-size: 1.1em;
  text-align: right;
  padding: .3em 0;
  padding-right: 40px;
  margin-bottom: 1em;
  color: #fff;
  background: url(../img/montag-icon-r.png) right no-repeat;

}
 
.montage  .btn-main {
    margin: 0 auto;
  margin-top: 1em;
    width: auto;
    background: #FE0001;
  /* display: inline-block; */
  padding: 10px 35px; 
  font-family: 'f2'!important;
  font-size: 1.2em;
  margin-top: 1em;
}

.montage  .layer {
  background: rgba(0,0,0, .4);
  padding: 0 0;
}
.montage  h2 {
  color: #fff;
}

.montage  h3 {
  color: #fff;
  font-family: 'f2';
  margin-top: .2em;
}
.montage-r  h3 {
  color: #fff;
    font-size: 1.4em;
  font-family: 'f2';
  margin-top: .2em;
}

.montage  p {
  color: #fff;
  font-family: 'f2';
  font-size: 1.3em;
  text-align: center;
  margin-top: .2em;
}
.montage {
  background: url(../img/montag.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;  
}

.montage-l {
  background: url(../img/red.png) no-repeat;
  background-size: 100% 100%;
}

/*montage*/
/*breaking*/

#breaking {
  padding: 2em 0;
  margin: 0 auto;
}

#breaking h2 {
  color: #AB0001!important;
}

#breaking ul {
  width: 85%;
  margin-left: 15%;
  padding: 2em auto 0;
}

#breaking h3 {
  color: #AB0001;
  text-align: left;
  margin-bottom: .5em;
  font-family: 'f2';
}
#breaking p span {
  color: #AB0001;
}
#breaking p:first-child{
  margin-bottom: 3.5em;
  margin-top: 2.5em;
}
#breaking p{
  font-family: 'f2';
  font-size: 1.1em;
  padding-left: 80px;
  padding-right: 10px;
  margin-bottom: 1em;
  color: #333333;
}
#breaking ul  li {
  list-style-type: none;
  font-family: 'f2';
  font-size: 1.05em;
  padding-left: 45px;
  margin-bottom: 1em;
  color: #333333;
  background: url(../img/arrow-adv.png) left no-repeat;

}

/*breaking*/


/*application*/

#application {
  background: url(../img/application.png) no-repeat;
  background-size: cover;
  padding: 0em 0;
}


#application h2 {
  font-size: 2.3em;
  color: #fff;
}

#application p {
  font-size: 1.4em;
  color: #fff;
  font-family: 'www';
  line-height: 1.4em;
  text-align: center;
}

#application p span {
  color: #CDDF29;
}

#application .layerdark {
  width: 380px;
  max-width: 100%;
  margin: 2em auto 0;
}

#application button {
  border-color: #C2D42A;
}

/*application*/

/*catalog*/


  .catalog-item img{
/*-moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;*/
}
.catalog-item div {
  text-align: center;
  overflow: hidden;
  max-width: 100%;
  padding: 10px 20px 0;
}
.catalog-item div div {
  overflow: hidden;
  padding:  0 0;
}


.catalog img:hover{
 /* -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);*/
}
.catalog h3{
  color: #333;
  font-size: 1.2em;
  text-align: center;
  font-family: 'f2';
}

.catalog-wrapper{
   align-items:center;
  justify-content: center;
  flex-wrap:wrap;
  display: flex;
}
.catalog p{
  color: #333;
  font-size: 1em;
  margin-bottom: 2em;
  text-align: center;
  font-family: 'f1';
}
.catalog-item p span{
   color: #AB0001;
}

.catalog-item p{
  margin-bottom: .6em;
  color: #333;
  font-size: 1em;
  text-align: center;
  font-family: 'www';
}
.cat-red {
  color: #AB0001!important;
  font-family: 'f2'!important;
  margin-top: .5em!important;
}
.catalog-divider {
  display: block;
  background: #AB0001;
  height: 2px;
  padding: 0 0!important;
  width: 45%;
  margin: .5em auto 1em;
}
.catalog .btn-main {
  margin: 0 auto;
  margin-top: .2em;
  background: #BE0001;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  font-family: 'f0';
  margin-bottom: 1em;
  font-size: .9em;
  padding: 7px 10px;
  border-bottom: 5px solid #B10001;
  max-width: 150px;
  text-align: center;
  display: block;
  transition: ease .5s;
  text-transform: none;
  border-radius: 5px;
}



.catalog-item {
  background: url(../img/border.jpg) no-repeat;
  background-size: 100% 100%;
  width: 90%;
  margin: 1em auto;
  height: 335px;

}
#catalog-3 .catalog-item {
  width: 90%;
  margin: 1em auto;
  height: 290px;

}
 .catalog-item img{
  max-width: 100%!important;
  height: 150px;
 }

/*catalog*/
/*footer*/


footer .btn-main {
  float: right;
  margin-top: .2em;
  background: #BE0001;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  font-family: 'f0';
  margin-bottom: 1em;
  font-size: .9em;
  padding: 7px 10px;
  width:220px;
  max-width: 100%;
  text-align: center;
  /* display: block; */
  transition: ease .5s;
  text-transform: none;
  border-radius: 5px;
}
footer {
  background: #BE0001;
  padding: 1.5em 3em 0em;
  margin-top: -7px;
}

.footer-logo {
  margin-bottom: 1em;
  text-align: left;
  margin-left: 6em;
}

.footer-logo img {
  max-width: 100%;
}

.footer-info-left {
  padding-left: 1em;
}

.footer-info-left p{
  color: #fff;
  text-align: left;
  text-transform: none;
  font-size: 1.1em;
  line-height: 1.5em;
  font-family: 'f1';
}

.footer-info-left span{
  color: #C3D42C;
}

.footer-info-right h3{
 text-align: right;
 font-size: 1.4em;
 line-height: 1.1em;
 color: #fff;
 font-family: 'f2';
}

/*footer*/




/*catalog-2*/
.catalog-2  {
  text-align: center;
}

.catalog-2 img{
  max-width: 100%;
-moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
  height: 200px;
}
.catalog2-item div {
  overflow: hidden;
}
.catalog-2 img:hover{
  -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
.catalog-2 h3{
  color: #333;
  font-size: 1.2em;
  text-align: center;
  font-family: 'f2';
}
.catalog-2 p{
  color: #333;
  font-size: 1.2em;
  margin-bottom: 2em;
  text-align: center;
  font-family: 'f2';
}
.catalog2-divider {
  display: block;
  background: #AB0001;
  height: 2px;
  width: 45%;
  margin: .5em auto 1em;
}
.catalog-2 .btn-main {
  margin: 0 auto;
  margin-top: .2em;
  background: #BE0001;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  font-family: 'f0';
  margin-bottom: 1em;
  font-size: .9em;
  padding: 7px 10px;
  width:70%;
  max-width: 100%;
  text-align: center;
  /* display: block; */
  transition: ease .5s;
  text-transform: none;
  border-radius: 5px;
}
.catalog2-item {
  border: 3px solid #E6E6E6;
  border-radius: 7px;
}
/*catalog-2*/

/*section-5*/

#section-5{
  background-color: #BE0001;
  padding: 2em 0; 
  margin-bottom: 0;
}

.sec-form {
	width: 100%;
	border: 3px solid #EB7374;
	background: #fff;
	border-radius: 7px;
	padding: 2em;
}

.sec-form input::-webkit-input-placeholder {color:grey; font-family: 'f0';}
.sec-form input::-moz-placeholder          {color:grey; font-family: 'f0';}
.sec-form input:-moz-placeholder           {color:grey; font-family: 'f0';}
.sec-form input:-ms-input-placeholder      {color:grey; font-family: 'f0';}

.sec-form button {
	width: 100%;
}
.sec-form input {
    font-family: 'f0'!important;
    display: block;
    width: 100%;
    color: grey;
 	  border: 1px solid  #BFBFBF;
    margin-bottom: .6em;
    background: none!important;
    text-indent: 10px;
    border-radius: 7px;
    padding: 7px 0;
    -webkit-transition: all .5s ease;
    transition: all .8s ease;
    font-size: 1.1em;
}
.sec-line-r {
	float: left;
	width: 55%; 
}

.sec-line-l {
	float: left;
	width: 45%; 
}

.sec-line {
  padding: .5em 0;
  margin: 3em 0;
  background-color: #5E0000;
}
.sec-p {
	font-family: 'f2';
	color: #333!important;
	text-align: center;
	font-size: .6em!important;
}

.sec-line-r h3{
	color: #fff;
	margin-top: 0;
	text-align: center;
	font-family: 'f2';
	font-size: 1.5em;
}
.sec-line-l p span {
	font-size: 75%;
}
.sec-line-l p{
	color: #fff;
	margin-top:.2em;
	padding-left: 65px;
	background: url(../img/loc.png) no-repeat left;
	text-align: left!important;
	font-family: 'f1'!important;
	font-size: 1.1em;
}
.sec-line-l h3{
	color: #fff;
	margin: 2em 0 1.5em;
	padding-left: 65px;
	background: url(../img/mob.png) no-repeat left;
	text-align: left!important;
	font-family: 'f2'!important;
	font-size: 1.8em;
}

.sec-line-r h3 span {
	font-size: 70%;
}

#section-5 h2 {
  color: #fff;
}
#section-5 .col-md-3 h3 {
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  font-family: 'f2';}
#section-5 .col-md-3 p {
  text-align: left;
  font-size: 1em;
  color: #fff;
  font-family: 'f1';
}
#section-5 p {
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  font-family: 'f2';
}

.divider-sect {
  display: block;
  background: #fff;
  height: 4px;
  width: 100%;
  margin: 1.5em 0 1em;
}


/*section-5*/


/*objects*/

@media(max-width: 768px) {
.back-sect22, .delivery {
  background-image: none!important;
}
  .objects {
    display: none!important;
  }
}
.objects p {
  text-align: center;
}

.objects .col-md-6 {
  margin: 1em auto;
}
.object-left {
  text-align: center;
  float: left;
  height: 230px;
  padding: 0 .7em;
  background: #BE0001;
  width: 50%;
}

.object-divider {
  display: block;
  background: #fff;
  height: 1px;
  margin-bottom: .8em;
  width: 100%;
}
.object-left h3 {
  text-align: center;
  color: #fff;
  width: 90%;
  padding: .8em .3em;
  margin: 0 auto;
  font-size: 1em;
  font-family: 'www';
}

.object-left p {
  text-align: left;
  color: #fff;
  font-size: .9em;
  font-family: 'f1';
}

.object-right {
  text-align: center;
  float: left;
  width: 50%;
}

.object-right img{
  width: 100%;
  height: 230px;
}

.object-gallery {
  width: 100%;
  text-align: center;
}

.object-gallery img {
  width: 40%;
  height: 180px;
  padding: .7em 10px;
}

.objects .btn-main {
   margin-top: .7em;
   margin-bottom: 1em;
  background: #BE0001;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  font-family: 'f0';
  font-size: .9em;
  width: 60%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 15px;
  text-align: center;
  /* display: block; */
  transition: ease .5s;
  text-transform: none;
  border-radius: 5px;
}
.object-item {
  display: block;
  widows: 100%;
}


/*objects*/


/*delivery*/
.delivery h2 {
  margin-top: 0;text-align: center;
  color: #fff;
}

.delivery .btn-main {
  margin-top: 30em;
  margin-left:5em;
  width: auto;
  display: inline-block;
  padding: 10px 35px; 
  background: #FE0001;
  max-width: 100%;
    font-family: 'f2'!important;
 
}
.delivery p span{
  font-size: 1em;
  font-family: 'in';
  text-transform: uppercase;
}

.delivery p {
  color: #fff;
  font-family: 'f1';
  font-size: 1.3em;
}

.delivery {
  background: url(../img/delivery.png) no-repeat top;
  background-size: cover;
}

.delivery .layer {
  padding: 2.5em 0;
  background: rgba(0,0,0, .5);
}

.delivery ul {
  margin-top: 4em;
  width: 74%;
}

.delivery ul  li {
  list-style-type: none;
  font-family: 'f1';
  font-size: 1.25em;
  padding-left: 45px;
  margin-bottom: 1em;
  color: #fff;
  background: url(../img/arrow-adv.png) left no-repeat;

}

/*delivery*/


/*back-sect*/
.back-sect  {
  margin-bottom: 0;
}
.back-sect h3 {
  color: #fff;
  font-size: 1.9em;
  font-family: 'in';
  margin-bottom: 1em;
}

.back-sect p {
  color: #fff;
  font-family: "f2";
  font-size: 1.1em;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2em;
  text-align: center;
}

.back-sect h3 span {
  color: #FE0001;
}
  .back-sect {
    background: url(../img/ruki.jpg) no-repeat fixed;
    background-size: cover;
  }

   .back-sect .layer {
    padding: 2em 3em;
   }
   .back-adv h2 {
      font-family: 'www';
      color: #000;
      margin-top: 0;
      font-size: 1.6em;
      text-transform: none;
   }
   .back-sect .btn-main{
    width: 95%;
    background: #FE0001;
    margin: 0 auto;
    font-family:'f2';
   }

   .back-adv {
    padding: 1em 1.2em;
    margin-bottom: 1.5em;
    background: rgb(255,255,255);
    background: rgba(255,255,255, .7);
   }

  .back-sect ul  li {
  list-style-type: none;
  font-family: 'f2';
  font-size: 1em;
  padding-left: 45px;
  margin-bottom: 1em;
  color: #414040;
  background: url(../img/arrow-adv-black.png) left no-repeat;

}

.back-divider {
  display: block;
  width: 100%;
  margin: .5em auto;
  background: #333;
  height: 1px;
}

.back-sect p.back-bold {
  margin: 0 auto;
  margin-top: 1.5em;
  text-align: center;
  width: 85%;
  font-family: 'f2';
  font-size: 1.6em;
}

.back-img-set img {
  width: 32.8%;
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
  height: 130px;
  padding: .4em .5%; 
}

.back-img-set img:hover {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}

.back-img-set {
  padding:1em;
  width: 90%;
  margin: .5em auto;
  border: 3px solid #BE0001;
  text-align: center;
  border-radius: 30px;
  background: #fff;
}
/*back-sect*/

.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
 
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; 
    cursor: default; 
}
 
.overlay:target {
    display: block;
}
 .popup .row{
  margin-bottom: 2em; 
 }
.popup p {
  font-family: 'f1';
  font-size: 1.2em;
}
.mini-img {
  width: 95%;
  text-align: center;
  margin: 1em auto 0;
}
.mini-img img{
  width: 30%;
  border-radius: 5px;
  margin: 0 1%;
  height: 140px;
}

 .popup::-webkit-scrollbar-track {
background-color:#F1F1F1;
}

.popup::-webkit-scrollbar-thumb {
-webkit-border-radius: 1px;
border-radius: 2px;
background-color:#C1C1C1;
}

 
.popup::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:10px;
height:0px
}

.popup::-webkit-scrollbar{
width: 10px;
}
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 100;
    margin: 0;
    width: 94%;
    min-width: 320px;
    max-width:750px;
     position: fixed;
    padding: 15px 0;
    border: 1px solid #383838;
    background: #fefefe;
    border-radius: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    /* height: 90%;*/overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
.pop-head{
 margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
}

.pop-head h2{
  margin-top: 0;
  font-family: 'www';
  text-transform: none;
}
/* активируем модальный блок */
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 5%;
}
 .popup .btn-main {
  display: inline-block ;width: 80% ; 
}
.popup h3{
  margin-top: 0;
  padding-left: 45px;
  background: url(../img/Scr15.jpg) no-repeat  left;
  text-align: left;
  font-size: 1.7em;
  font-family: 'f1';
  color: #333;
}
.close {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
.main-img img{width: 100%;margin-bottom: 1em;padding-bottom: 0em;padding: .3em;}
.o-show {
display: none;}

@media(min-device-width: 481px) and (max-device-width: 769px) {
  
  .mini-img {
    width: 60%!important;
    margin: 0 auto!important;
  }
    .banner-adv p {
    padding: 2em 0!important;
    padding-left: 240px!important;
    margin-bottom: 2em!important;
  }
}

/*!!!!!!!!!!!!!!!!!!! media quires !!!!!!!!!!!!!!!!!!!*/
 @media (max-width:1300px){
.header-phone {

  float: right;
  padding: 1em 0 1.5em;
}
header{
 padding: 0 2em .3em;
 background: #BE0001;
}
.nav-item{
  list-style-type: none;
  padding: 0 1em;
}
 }

@media (max-width:1200px){
  .banner-adv p {
    background-size: 35%;
  }
.header-phone {
  float: right;
  padding: 1em 0 1.5em;
}
header{
 padding: 0 0em .3em;
 background: #BE0001;
}
.nav-item{
  list-style-type: none;
  padding: 0 1em;
}
 }

@media(max-width: 992px){
    .catalog-wrapper {
    display: block!important;
  }
}


@media(max-width: 790px){
 
}
		
 @media (max-width:768px){
  .catalog-wrapper {
    display: block!important;
  }

  .catalog-wrapper -.col-md-4{
width: 50%!important;
  }

footer .btn-main {
  float: none;
  margin: 0 auto;
  margin-top: .2em;
  background: #BE0001;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  font-family: 'f0';
  margin-bottom: 1em;
  font-size: .9em;
  padding: 7px 10px;
  width:220px;
  max-width: 100%;
  text-align: center;
  /* display: block; */
  transition: ease .5s;
  text-transform: none;
  border-radius: 5px;
}
.sec-line-r {
	width: 100%;
}

.sec-line-l {
	width: 100%;
	margin-bottom: 1.5em;
}
.sec-line-r h3{
	color: #fff;
	margin-top: 0;
	text-align: center;
	font-family: 'f2';
	font-size: 1.5em;
}
.sec-line-l p span {
	font-size: 75%;
}
.sec-line-l p{
	color: #fff;
	margin-top:.2em;
	padding-left: 65px;
	background: url(../img/loc.png) no-repeat left;
	text-align: left!important;
	font-family: 'f1'!important;
	font-size: 1.1em;
}
.sec-line-l h3{
	color: #fff;
	margin: 1em 0 .5em;
	padding-left: 65px;
	background: url(../img/mob.png) no-repeat left;
	text-align: left!important;
	font-family: 'f2'!important;
	font-size: 1.6em;
}

.sec-line-r h3 span {
	font-size: 70%;
}


 	.mini-img img {
 		margin-top: 1.5em!important;
 	}
/*back-sect*/
.back-sect h3 {
  color: #fff;
  font-size: 1.6em!important;
  margin-bottom: 1em;
}

.back-sect p {
  color: #fff;
  font-family: "f1";
  font-size: 1em;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2em;
  text-align: center;
}

.back-sect h3 span {
  color: #FE0001;
}
  .back-sect {
    background: scroll!important;
    background-image: url(../img/ruki-mob.jpg);
    background-size: cover!important;
    background-attachment: scroll!important;
  }
  #back-sect2 {
    /* background-image: url(../img/evro-mob.jpg)!important; */
    background-size: cover!important;
    background-attachment: scroll!important;
  }
   .back-sect .layer {
    padding: 2em 0em;
    background: rgba(0,0,0,.4)!important;
   }
   .back-adv h2 {
      font-family: 'www';
      color: #000;
      margin-top: 0;
      font-size: 1.6em;
      text-transform: none;
   }
   .back-sect .btn-main{
    width: 95%;
    background: #FE0001;
    margin: 0 auto;
    font-family:'f1';
    font-size: .8em!important;
   }

   .back-adv {
    padding: 1em 2em;
    margin-bottom: 1.5em;
    background: rgb(255,255,255);
    background: rgba(255,255,255, .7);
   }

  .back-sect ul  li {
  list-style-type: none;
  font-family: 'f2';
  font-size: 1em;
  padding-left: 45px;
  margin-bottom: 1em;
  color: #414040;
  background: url(../img/arrow-adv-black.png) left no-repeat;

}


.back-divider {
  display: block;
  width: 100%;
  margin: .5em auto;
  background: #333;
  height: 1px;
}

.back-sect p.back-bold {
  margin: 0 0;
  margin-top: 1.2em;
  text-align: center;
  width: 100%;
  font-size: 1.1em;
}

.back-img-set img {
  width: 45%;
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
  height: 90px;
  padding: .4em .5%; 
}

.back-img-set img:hover {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}

.back-img-set {
  padding:.3em;
  width: 90%;
  margin: .5em auto;
  border: 3px solid #BE0001;
  margin-top: 2em;
  text-align: center;
  border-radius: 30px;
  background: #fff;
}
/*back-sect*/


/*delivery*/
.delivery h2 {
  margin-top: 0;
  text-align: center;
}
 
.delivery .btn-main {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px;
  font-family: 'f1'!important;
  font-size: 1.1em;
  }


.delivery .layer {
  padding: 2.5em 0;
  background: rgba(0,0,0, .65);
}
.delivery ul {
  font-size: .7em;
}
.delivery p {
  font-size: 1em;
}
.delivery ul {
  margin-top: 4em;
  width: 100%;
}
 
/*delivery*/
/*objects*/

.objects p {
  text-align: center;
}

.objects .col-md-6 {
  margin: 1em auto;
}
.object-left {
  text-align: center;
  float: left;
  height: auto;
  padding: 0 .7em;
  background: #BE0001;
  width: 100%!important;
}

.object-divider {
  display: block;
  background: #fff;
  height: 1px;
  margin-bottom: .8em;
  width: 100%;
}
.object-left h3 {
  text-align: center;
  color: #fff;
  width: 90%;
  padding: .8em .3em;
  margin: 0 auto;
  font-size: 1em;
  font-family: 'www';
}

.object-left p {
  text-align: left;
  color: #fff;
  font-size: .9em;
  font-family: 'f1';
}

.o-show {
  display: block!important;
}

.o-hide {
  display: none!important;
}

.object-right {
  text-align: center;
  float: left;
  width: 100%!important;
}

.object-right img{
  width: 100%;
  height: 200px;
}

.object-gallery {
  width: 100%;
  text-align: center;
}

.object-gallery img {
  width: 40%;
  height: 120px;
  padding: .7em 10px;
}

.objects .btn-main {
   margin-top: .7em;
   margin-bottom: 1em;
  background: #BE0001;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  font-family: 'f0';
  font-size: .9em;
  width: 60%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 15px;
  text-align: center;
  display: block;
  transition: ease .5s;
  text-transform: none;
  border-radius: 5px;
}
.object-item {
  display: block;
  widows: 100%;
}


/*objects*/
.modal-head h2{
  font-size: 1.1em!important;
}
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 100;
    margin: 0;
    width: 94%;
    min-width: 320px;
    max-width:750px;
     position: fixed;
    padding: 15px 0;
    border: 1px solid #383838;
    background: #fefefe;
    border-radius: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
      height: 90%;overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}


  .mini-img img{
  width: 90%;
  border-radius: 5px;
  margin: 0em 4% ;
  height: 160px;
}


 
  .catalog-wrapper{

  display: block;
}
  .catalog2-item {
    margin-bottom: 1.5em;
  }
  .catalog-2 h3{
  color: #333;
  font-size: 1.1em;
  text-align: center;
  font-family: 'f2';
}
.catalog-2 p{
  color: #333;
  font-size: 1em;
  margin-bottom: 2em;
  text-align: center;
  font-family: 'f2';
}
  .layerdark{
 width: 100%;
 margin-left: 0;
 margin-top: 1em;
}
.buttons {
  font-size: .7em!important;
}

.forms input {
  font-size: .9em;
}
  

    .navbar {
    min-height: 5px!important;
    margin-bottom: 0!important;
  }

  .nav-mob {
   /* display: block!important;*/
    width: 100%;
    padding: 10px 15%;
    margin-top: .5em;
    background:#FC6609;
    text-align: center;
  }

 	h2{font-size: 1.5em;}
  .banner {
    background-size: cover!important;
  }
 	.banner h1{
	font-size:1.4em;
  text-align: left;
	margin-bottom: .4em;
	margin-top: 0;
	 
}
.banner{
	background: url(../img/banner-mob.jpg) no-repeat;
	background-size: cover!important;
}
.phn-h {
  margin-top: 2em!important;
  margin-bottom: -1em!important;
}
.banner-adv {
  margin-left: 0;
  margin: 1em auto 0;
}

.banner-adv p {
  font-size: 1em;
  margin-left: 0!important;
background-size: 30%!important;
  padding: .4em 0;
  padding-left: 110px;
}

.lg {
  display: none;
  width: 100%;
}

.asdf {
  width: 100%;
}

.header-phone {
  display: none;
  float: none;
  text-align: center;
  padding: 1em 0 1.5em;
  margin-right: 0;
}


.phn-h {
    display: block;
  float: none;
margin-right: 0em;
margin: 0 0 1em; 
}

.header-phone .btn-main {
  float: none;
  margin: 0 auto;
}

.header-phone .btn-main {
  background: #BE0001;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  font-family: 'f0';
  font-size: .9em;
  padding: 7px 10px;
  width:auto;
  max-width: 100%;
  text-align: center;
  display: inline;
  transition: ease .5s;
  text-transform: none;
  border-radius: 5px;
}

.header-flag h3{
  font-size: 1em;
}

#breaking {
background:#fff;
}

#breaking ul {
  width: 100%;
  margin: 2em auto 0;
}
#breaking p:first-child{
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
#breaking p{
  font-family: 'f2';
  font-size: 1em;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 1em;
  color: #333333;
}
#breaking ul  li {
  list-style-type: none;
  font-family: 'f2';
  font-size: 1em;
  padding-left: 35px;

}

.header-phone .btn-main {
  font-size: 1em;
}


#application .layer {
  background: rgb(0,0,0)!important;
  background: rgba(0,0,0, .3)!important;
}

#frost p {
  text-align: center;
  color: #C1D42D;
  font-size: 1.3em;
  font-family: 'f2';
  line-height: 1.2em;
}

#frost h2 {
  color: #fff;
  font-size: 1.6em;
  font-family: 'f2';
}

/*footer*/

footer {
  padding: 1em 0em;
}

.footer-logo {
 margin-left: 0;
 text-align: center;
}

.footer-info-left {
  padding-left: .5em;
}

.footer-info-left h3{
  color: #fff;
  text-align: center;
  padding-top: 1em;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 0;
  font-family: 'fw';
}

.footer-show{
  color: #fff;
  margin-top: .2em;
  display: block!important;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.5em;
  font-family: 'www';
}

.footer-info-left p{
  display: none;
}

.footer-info-right h3{
 text-align: center;
 font-size: 1.6em;
 line-height: 1.3em;
 color: #fff;
 font-family: 'f2';
}

/*footer*/

/*montage*/
.montage-l ul {
  margin: 1em 0em;
}

.montage-r {
  margin-top: 2em;
}

.montage-l ul  li {
  list-style-type: none;
  font-family: 'f1';
  font-size: 1em;
  padding: .3em 0;
  padding-left: 40px;
  margin-bottom: 1em;
  color: #fff;
  background: url(../img/montag-icon-l.png) left no-repeat;

}


.montage-r ul {
  margin: 1em 0em;
}

.montage {
  margin-top: 0;
  background-image: url(../img/montag-mob.jpg);
} 

.montage-r ul  li {
  list-style-type: none;
  font-family: 'f1';
  font-size: 1em;
  text-align: left;
  padding: .3em 0;
  padding-right: 0;
  padding-left: 40px;
  margin-bottom: 1em;
  color: #fff;
  background: url(../img/montag-icon-l.png) left no-repeat;

}
.montage  .btn-main {
  margin: 0 auto;
  max-width: 100%;
font-family: 'f1'!important;
  margin-top: 1em;
    padding: 10px 10px; 
}


.montage  h2 {
  color: #fff;
}

.montage  h3 {
  color: #fff;
  font-family: 'f2';
  margin-top: .2em;
}
.montage-r  h3 {
  color: #fff;
    font-size: 1.2em;
  font-family: 'f2';
  margin-top: .2em;
}

.montage-r  p {
  color: #fff;
    font-size: 1em;
  font-family: 'f1';
  margin-top: .2em;
}

.montage-l {
  background: rgb(190,0,1);
  padding: 2em 0;
  background: rgba(190,0,1, .6);
  background-image: none;
}

/*montage*/
.btn-main {
  font-size: 1.1em;
}

}
@media(max-width: 500px){
  #breaking .wew {width: 100%!important;}
}
@media(max-width: 480px) {
  .catalog-wrapper div{ width: 100%!important;  }
.svv {
  font-size: .4em!important
}
.catalog-2 div{width: 100%!important;}

.objects .col-md-6{width: 100%!important}
.popup .col-md-6{width: 100%!important;}


}

@media(max-width: 321px) {
  .banner .layerdark .btn-main{
font-size: .85em;

}
  .modal-head h2{
  font-size: 1.2em!important;
}
.remodal  p{
  font-size: .85em!important;
}
p.r-small {
  font-size: .7em!important;
}
  .forms button {
    font-size: 1em;
  }

    .forms input {
    font-size: 1em;
  }

  /*how we work*/

#work {
  margin:4em 0;
  padding: 0 0em;
}

#work h2 {
  margin-bottom: 2em;
}

.work-col {
  height: 230px;
  padding-left: 80px;
}

/*how we work*/


/*footer*/

.footer-info-left h3{
  padding-top: 2.5em;
  font-size: .8em;
}

.footer-info-right h3{
 font-size: 1.2em;
}

.footer-show{
  font-size: .8em;
}
/*footer*/

}





@media(min-width: 769px){
  .lod {
    padding-top: 3em;
  }
  .padtopAbout {
    padding-top: 2em;
  }
  .nav ul{
  width: 100%;
  padding:.1em 0;
  margin:0;
  position: relative;
  text-align:center;
}
 .sticky .lang {
  display: none;
 }

 .sticky .nav ul li a:after{  display: block;
    content: "";
    height: 2px;
    width: 0%;margin-top: 8px;
    transition: width .2s ease-in-out;
}
.sticky .nav ul li a{
  color:#000;
  text-decoration:none;
  padding:1.5em 1.7em;
  display:block;
  font-size:1.2em;
}

.sticky nav {
  padding-top: 2em;
}
.sticky .nav ul li a:hover{
  color: #E54B26;
}
.sticky {
  position: fixed!important;
  z-index:100;    box-shadow: 0 0 10px rgba(0,0,0,0.8); /* Параметры тени */
  height: 80px!important;
  width:100%!important;
  top:0!important;
  padding-top: 0px!important;
 }}



 #popup__toggle{cursor: pointer;bottom:25px;right:10px;position:fixed;z-index: 1000;}
 .img-circle{background-color:#7D3DAF;box-sizing:content-box;-webkit-box-sizing:content-box;}
 .circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #7D3DAF;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
 .circle-fill{cursor: pointer;box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#7D3DAF;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
 .img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
 .img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px; background-size: 45px; background-image:url(../img/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
 .img-circle:hover{opacity: 1;cursor: pointer;}
 .circlephone:hover{cursor: pointer;}
 @keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
   50% {transform: scale(1); opacity: 1; }   
   100% {transform: scale(0.9);opacity: 1;}}
  @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
   50% {-webkit-transform: scale(1);opacity: 1;}   
   100% {-webkit-transform: scale(0.95);opacity: 1;}}
 @keyframes tossing {
   0% {transform: rotate(-8deg);}
   50% {transform: rotate(8deg);}
   100% {transform: rotate(-8deg);}}
 @-webkit-keyframes tossing {
   0% {-webkit-transform: rotate(-8deg);}
   50% {-webkit-transform: rotate(8deg);}
   100% {-webkit-transform: rotate(-8deg);}}
 @-moz-keyframes circle-anim {
   0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
   30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
   100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
 @-webkit-keyframes circle-anim {
   0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
   30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
   100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
 @-o-keyframes circle-anim {
   0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
   30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
   100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
 @keyframes circle-anim {
   0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
   30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
   100% {transform: rotate(0deg) scale(1) skew(1deg);
 opacity: .1;}}
 @-moz-keyframes circle-fill-anim {
   0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
   50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
   100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
 @-webkit-keyframes circle-fill-anim {
   0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
   50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
   100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
 @-o-keyframes circle-fill-anim {
   0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
   50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
   100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
 @keyframes circle-fill-anim {
   0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
   50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
   100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
 
 