/* FONT - FACE */

/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300&subset=latin,cyrillic);


@font-face {
    font-family: Opensans;
    src: url('css/fonts/opensans.eot');
    src: url('css/fonts/opensans.eot?#iefix') format('embedded-opentype'), url('css/fonts/opensans.woff') format('woff'), url('css/fonts/opensans.ttf') format('truetype'), url('css/fonts/opensans.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
* {
  font-family: "Microsoft Sans Serif", sans-serif, arial;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none; 
}
body {
    font-size: 16px;
    font-family: "Microsoft Sans Serif", sans-serif;
    background: #2F3034;
}
ul li {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
  text-align: justify;
}
.mainNav {
  text-transform: uppercase;
}

a:hover,
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
strong {
  font-size: 20px;
}
div > i {
  margin-bottom: 10px;
}
p {
  text-align: justify;
}
.s-blog p {
  text-align: left;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.main-gradient {
  background: url(../img/gradient-bg.jpg) top left repeat-x;
  height: 8px;
}
.black-gradient {
  background: rgba(102,102,102,1);
background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 1%, rgba(76,76,76,1) 3%, rgba(89,89,89,1) 25%, rgba(71,71,71,1) 28%, rgba(0,0,0,1) 57%, rgba(19,19,19,1) 77%, rgba(44,44,44,1) 77%, rgba(17,17,17,1) 77%, rgba(28,28,28,1) 88%, rgba(43,43,43,1) 95%, rgba(43,43,43,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(1%, rgba(102,102,102,1)), color-stop(3%, rgba(76,76,76,1)), color-stop(25%, rgba(89,89,89,1)), color-stop(28%, rgba(71,71,71,1)), color-stop(57%, rgba(0,0,0,1)), color-stop(77%, rgba(19,19,19,1)), color-stop(77%, rgba(44,44,44,1)), color-stop(77%, rgba(17,17,17,1)), color-stop(88%, rgba(28,28,28,1)), color-stop(95%, rgba(43,43,43,1)), color-stop(100%, rgba(43,43,43,1)));
background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 1%, rgba(76,76,76,1) 3%, rgba(89,89,89,1) 25%, rgba(71,71,71,1) 28%, rgba(0,0,0,1) 57%, rgba(19,19,19,1) 77%, rgba(44,44,44,1) 77%, rgba(17,17,17,1) 77%, rgba(28,28,28,1) 88%, rgba(43,43,43,1) 95%, rgba(43,43,43,1) 100%);
background: -o-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 1%, rgba(76,76,76,1) 3%, rgba(89,89,89,1) 25%, rgba(71,71,71,1) 28%, rgba(0,0,0,1) 57%, rgba(19,19,19,1) 77%, rgba(44,44,44,1) 77%, rgba(17,17,17,1) 77%, rgba(28,28,28,1) 88%, rgba(43,43,43,1) 95%, rgba(43,43,43,1) 100%);
background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 1%, rgba(76,76,76,1) 3%, rgba(89,89,89,1) 25%, rgba(71,71,71,1) 28%, rgba(0,0,0,1) 57%, rgba(19,19,19,1) 77%, rgba(44,44,44,1) 77%, rgba(17,17,17,1) 77%, rgba(28,28,28,1) 88%, rgba(43,43,43,1) 95%, rgba(43,43,43,1) 100%);
background: linear-gradient(to bottom, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 1%, rgba(76,76,76,1) 3%, rgba(89,89,89,1) 25%, rgba(71,71,71,1) 28%, rgba(0,0,0,1) 57%, rgba(19,19,19,1) 77%, rgba(44,44,44,1) 77%, rgba(17,17,17,1) 77%, rgba(28,28,28,1) 88%, rgba(43,43,43,1) 95%, rgba(43,43,43,1) 100%);
  height: 8px;
}

body.overflowBody,
html.overflowBody {
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.main-gradient,
.black-gradient {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  *border-radius: 20px;
}
.main-gradient {
  bottom: 11px;
}
footer .black-gradient {
  bottom: auto;
  top: 10px;
}
.container-fluid {
  position: relative;
}
.up-button {
    position: fixed;
    left: 1vw;
    bottom: 5vh;
    padding: 5px 8px 5px;
    border-radius: 10px;
    opacity: 0;
    background-color:  rgba(0,0,0,.6);   
    pointer-events: none;
    z-index: 50;
}
.up-button::before {
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  background: url(../img/arrows-up-icon.png) center center no-repeat;
  -webkit-background-size: contain;
    background-size: contain;
}

/*========

Главная страница

=========*/

 .logo-holder {
  max-height: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Хедер*/
.main-page-header h1 {
  font-size: 4em;
  margin: 0;
}
.main-page-header p {
  max-width: 900px;
  font-size: 2.1em;
  margin-bottom: 10px;
  font-style: italic;
  font-family: arial;
}
.main-page-header {
  position: relative;
  background-color: #2E2F33;
  color: #fff;
  height: 30vh;
}
 .logo-holder {
  height: 30vh;
}
.header-about-wrapper {
  padding-left: 3%;
      display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
 
 .open #menuToggle {
  top: 40px;
}
 .menu-buttons-wrapper {
    opacity: 1;
    height: auto;
}
 .colIndex.closed .menu-buttons-wrapper {
  margin: 0;
  width: 100%;
  top: 20vh;
  overflow: visible;
}    
 .colIndex.closed .menu-buttons-wrapper .row {
  flex-direction: column;
} 
 .colIndex.closed .menu-buttons-wrapper .col-xs-4 {
  width: 100%;
} 
.colIndex.closed .btnTile {
  width: 78px;
  height: 78px;
}
 .colIndex.closed .myModal {
  right: calc(100% + 40px);
    top: 0;
    margin-top: -160px;
    left: auto;
    bottom: auto;
}
 .colIndex.closed #phones {
  margin-top: -18px;
}
    
    
/*Слайдер*/
.s-slider {

  overflow: hidden;
}
.s-slider img {
  width: auto;
  height: 100%;
}
/*Футер*/

footer {
  background-color: #2E2F33;
  color: #fff;
  position: relative;
  padding-top: 30px;
}
footer li {
  margin: 0 0 10px 0;
}
footer .footer-nav-wrapper a {
  color: #FF0002;
  text-transform: uppercase;
}
.footer-info-wrapper {
  display: flex;
  align-items: center;
}
.footer-info-wrapper a {
  color: #fff;
}
footer .socials-info-wrapper {
  *padding-left: 15%;
}
footer .socials-info-wrapper p {
  margin-bottom: 20px;
}
footer .row ul {
  *border-left: 2px dotted #fff;
 margin-left: 15%;
 position: relative;
} 
footer .mainNav {
  column-count: 2;
    column-gap: 45px;
    *column-rule: 2px dotted #fff;
}
footer .row ul:before {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
      top: 50%;
    left: -100px;
  background-image: url(../img/dots-bg.png);
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  transform: rotate(90deg);
}
        
.socials-wrapper img {
  margin-right: 10px;
}

 footer .row {
    margin: 0 -15px;
}

.footer-nav-wrapper a:hover {
	color: #fff;
}
.footer-nav-wrapper ul:after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
      top: 50%;
      right: 40%;
  background-image: url(../img/dots-bg.png);
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  transform: rotate(90deg);
}
 footer .footer-nav-wrapper ul:after,
 footer .footer-nav-wrapper ul:before {
  top: calc(50% - 4px);
}

/*========

Главная страница

=========*/
/*========

Хедер контента

=========*/
.content-page-header {
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0;
    box-shadow: inset 0 51px 61px rgba(2,3,4,.9);
    z-index: 5;
    border-bottom: 1px solid #fff;
}
.header-bg {
    background: url(../img/galery-header-bg.jpg) center center no-repeat;
    min-height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    border-bottom: 1px solid #fff;
}
.header-bg.big-bg  {
    min-height: 350px;
    position: relative;
    display: flex;
    align-items: center;
}
.content-page-header img {
    max-height: 100px;
}
.content-header-wrapper ul {
    *margin-bottom: 25px;
}
.content-header-wrapper ul li {
    display: inline-block;
    margin: 0 1%;
}
.content-header-wrapper  li a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.content-page-header #menuToggle {
    left: auto;
    right: 50px;
    bottom: 6px;
}
.content-header-wrapper {
    position: relative;
}
.content-header-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0 25px;
    flex-wrap: wrap;
}
.single-product-header .content-header-wrapper {
    align-items: center;
}
.single-product-header .content-header-wrapper #menuToggle {
    bottom: calc(50% - 23px);
}

.content-header-wrapper.open  {
    position: initial;
}
.mainNav li:hover a {
	color: #FF0002;
}

footer .mainNav li:hover {
    border-bottom: none;
    color: #fff;
}

.content-header-wrapper #menuToggle {
	    width: 62px;
    height: 55px;

}
.content-header-wrapper #menuToggle .bar {
	    left: 12px;
    right: 12px;
}
.content-header-wrapper #menuToggle .bar::before {
	 top: -10px;
}
.content-header-wrapper #menuToggle .bar::after {
	bottom: -10px;
}
.header-mnu-short {
  text-align: center;
}
.content-header-wrapper [class^="col"] {
  padding: 0
}
/*========

Хедер контента

=========*/

/*========

Галерея

=========*/
footer {
    *padding-left: 5%;
}
footer .row {
    margin: 0;
}
.section-title {
    position: relative;
    background-color: #505259;
    padding: 20px 0 26px;
    text-align: center;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 2em;
    font-family: "Microsoft Sans Serif", sans-serif;
    text-shadow: rgba(0,0,0,.6) 3px 5px 10px;
}
.section-title .black-gradient {
    bottom: 0;
}
.gallery-book {
    display: block;
    background: url(../img/bg-galery-new.jpg) center center no-repeat;
    margin: 0 auto;
    background-size: contain;
    height: 260px;
    padding-top: 23px;
}
.gallery-book a {
    display: block;
    overflow: hidden;
    max-width: 195px;
    margin: 0 auto;
    max-height: 203px;
}
.gallery-book img {
		width: 100%;
    transition: all 1s ease;
}
.gallery-book a:hover img {
    transform: scale3d(1.1,1.1,1);
}
.galery-item-holder {
    min-height: 400px;
}
.galery-wrapper > div:nth-child(4n-3) {
  animation-delay: .4s;
}
.galery-wrapper > div:nth-child(4n-2) {
  animation-delay: .6s;
}
.galery-wrapper > div:nth-child(4n-1) {
  animation-delay: .8s;
}
.galery-wrapper > div:nth-child(4n) {
  animation-delay: 1s;
}
.galery-item-holder p {
	max-width: 300px; 
  margin: 12px auto 0;
    text-align: center;
}
.galery-item-holder p a {
    font-size: 17px;
    color: #fff;
    font-family: sans-serif;
}
.content-page-header .content-header-wrapper::before {
	content: "";
	position: absolute;
	    bottom: -20px;
    right: 70px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.content-page-header.open .content-header-wrapper::before{
	content: none;
}
.single-product-header.content-page-header .content-header-wrapper::before {
	bottom: -20px;
}
.simle-galery-wrapper {
  display: none;
}
/*========

Галерея

=========*/

/*========

Блог

=========*/

.s-blog {
    margin-top: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.blog-item-holder {
    min-height: 450px;
}
.blog-item-holder .post-title {
    margin-top: 20px;
}
.blog-item-holder .post-title a {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
   
}
.post-date {
    font-size: 13px;
    margin: 5px 0;
}
.post-text {
    font-size: 15px;
}

.blog-item-img {
  text-align: center;
  
}
.blog-page-item-holder {
  margin-bottom: 30px;
}
.blog-items-holder {
  margin: 30px 0;
}
.blog-page-item-holder .post-title a {
  font-size: 1.875em;
  color: #fff;
}
.blog-page-item-holder .post-date {
  margin: 10px 0 25px;
  font-size: 17px;
}
.post-text {
  font-size: 17px;
}
.blog-item-img img {
  width: 100%;
  height: auto;
}

.blog-single-title {
  font-size: 30px;
  margin: 30px 0;
  line-height: 36px;
}
.blog-single-title span {
  float: right;
  font-size: 17px;
  line-height: 50px;
}
.blog-single img {
  margin: 10px 0;
}
.blog-single ul {
  margin: 15px;
}
/*========

Блог

=========*/


/*========

Архитекторам

=========*/
.s-architectors {
    margin-bottom: 40px;
}
.s-architectors p {
    font-family: sans-serif;
    font-size: 1.188em;
    color: #fff;
    margin-bottom: 25px;
}
.img-item  {
    width: 40%;
    height: 260px;
    overflow: hidden;
    float: left;
    margin-bottom: 40px;
}

.architectors-wrapper > div:nth-child(2) {
    background: #fff url(../img/architector1.png) center center no-repeat;
    
}
.architectors-wrapper > div:nth-child(3) {
    background: #fff url(../img/architector2.png) center center no-repeat;
}
.architectors-wrapper > div:nth-child(4) {
    background: #fff url(../img/architector3.png) center center no-repeat;
}
.architectors-wrapper > div:nth-child(5) {
    background: url(../img/architector4.jpg) center center no-repeat;
    float: right;
}
.architectors-wrapper > div:nth-child(6) {
    background: #d3d4d4 url(../img/architector5.png) center center no-repeat;
}
.architectors-text {
    width: 55%;
    float: left;
    margin-right: 5%;
}
/*========

Архитекторам

=========*/
/*========

Контакты

=========*/
.s-contucts {
    padding-top: 150px;
}
.map {
    margin-bottom: 40px;
    min-height: 500px;
  }
ymaps {
  pointer-events: none;
}
.contucts-text-wrapper {
    color: #fff;
    font-size: 1.11em;
    font-family: sans-serif;
    margin-bottom: 40px;
}
.contucts-text-wrapper >div:last-child ul {
  *margin-top: 22px;
}
.contucts-text-wrapper a {
    font-size: 1em;
    color: #fff;
}
.contucts-text-wrapper li {
    margin-bottom: 20px;
}
/*========

Контакты

=========*/
/*========

Окна

=========*/
#page .current-menu-item a,
.content-header-wrapper .current-page-ancestor a {
	color: #FF0002;
}
.content-header-wrapper  a:hover {
	color: #FF0002;
}
.section-tabs .tabs span {
	margin: 0 2%;
	*cursor: pointer;
}
.tab:hover {
  *color: #FF0002;
}
.tab.active {
	color: #FF0002;
}
.kind-title-wrapper a {
  color: #fff;
}
.kind-title-wrapper a:hover,
a.active,
a.active span {
  color: #FF0002;
}
.tab_item {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  
}
.tab {
  cursor: default;
}
.section-tabs .tabs span:hover {
	*color: #FF0002;
}
.content-page-header .catalog-mnu li {
    display: inline-block;
    margin: 0 2% 0 2%;
    width: 16%;
    float: left;
}
/*.catalog-mnu li:nth-child(3) {
    margin: 0 0 0 2%;
}
.catalog-mnu li:nth-child(4) {
    margin: 0 5% 0 1%;
}
.catalog-mnu li:nth-child(8) {
    width: 30%;
}
.catalog-mnu li:nth-child(9) {
    width: 22%;
    margin-right: 0;
    margin-left: 4%;
}*/
.content-page-header.single-product-header {
    padding: 40px 0 20px;
}
.content-page-header .logo-wrapper {
  padding: 5px;
  background: #fff;
}
.read-more-default {
	font-size: 13px;
	font-family: sans-serif;
	text-align: right;
  position: relative;
  padding: 30px 0;
}
.read-more-default a {
	color: #fff;
	display: inline-block;
	border: 3px solid #fff;
	padding: 5px 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.read-more-default a:hover {
	color: #FF0002;
	border: 3px solid #FF0002;
}
.default-content {
	font-size: 1em;
	color: #fff;
	font-family: sans-serif;
}
.default-content ul {
	margin: 20px 0 20px 0;
}
.default-content li {
	margin-bottom: 5px; 
  position: relative;
}
.default-content p {
	margin: 20px 0 20px 0;
}

.list-default li {
  list-style-type: disc;
  padding: 0;
}
.cont-block {
	position: relative;
	padding-bottom: 20px;
}
.cont-block img {
  max-height: 550px;
}
.img-full img {
  max-height: 690px;
}
.kind-title-wrapper {
	font-size: 1.6em;
	text-transform: uppercase;
	padding-bottom: 20px;
  max-width: 1170px;
  margin: 0 auto;
}
.kind-title-wrapper > div {
	text-align: center;
  
}


.accent-about p {
  font-style: italic;
  color: #FF0002;
  text-align: center;
  padding: 0 10%;
  font-size: 1.5em;
  font-family: arial;
}


.style-light li::before,
.style-yellow li::before,
.style-light--ylw li::before {
        content: "";
    font-size: 45px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FAE013;
    margin-right: 10px;
    
}
.style-light li:nth-child(9n+1)::before {
  background-color: #2fca91;
}
.style-light li:nth-child(9n+2)::before {
  background-color: #9593fe;
}
.style-light li:nth-child(9n+3)::before {
  background-color: #a32bda;
}
.style-light li:nth-child(9n+4)::before {
  background-color: #0dcaff;
}
.style-light li:nth-child(9n+5)::before {
  background-color: #049f2a;
}
.style-light li:nth-child(9n+6)::before {
  background-color: #f8ff01;
}
.style-light li:nth-child(9n+7)::before {
  background-color: #004276;
}
.style-light li:nth-child(9n+8)::before {
  background-color: #8eff02;
}
.style-light li:nth-child(9n+9)::before {
  background-color: #002fa6;
}


.style-light--ylw li:nth-child(9n+1)::before {
  background-color: #2fca91;
}
.style-light--ylw li:nth-child(9n+2)::before {
  background-color: #9593fe;
}
.style-light--ylw li:nth-child(9n+3)::before {
  background-color: #a32bda;
}
.style-light--ylw li:nth-child(9n+4)::before {
  background-color: #0dcaff;
}
.style-light--ylw li:nth-child(9n+5)::before {
  background-color: #049f2a;
}
.style-light--ylw li:nth-child(9n+6)::before {
  background-color: #004276;
}
.style-light--ylw li:nth-child(9n+7)::before {
  background-color: #8eff02;
}
.style-light--ylw li:nth-child(9n+8)::before {
  background-color: #002fa6;
}
/*========

Окна

=========*/
/*========

Фасады

=========*/
.cont-block-margin {
  margin-bottom: 25px;
}
.content-list-title {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: bold;
}
.content-p-title {
  font-size: 1.6em;
  text-transform: uppercase;
}
/*========

Фасады

=========*/
.title-page {
    font-size: 4.375em;
    color: #fff;
    *bottom: 10%;
   * position: absolute;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    text-shadow: rgba(0,0,0,.6) 3px 5px 10px;
}
/* INDEX */
.colIndex {
    width: 14.25%;
    height: 100vh;
    overflow: hidden;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.4s ease-in;
    -ms-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    position: relative;
    color: #FFF;
    font-family: sans-serif;
    z-index: 2;
    *border-right: 1px solid #050809;
}

.colIndex a {
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  
}
.colIndex img {
  max-width: 20%;
}
.products-menu-wrapper a.hovered {
  color: #FF0002;
}
.products-menu-wrapper a:hover {
  color: #FF0002;
  text-decoration: none;
}
.products-menu-wrapper a.button-bg {
  color: #FF0002;
}

.bg-acordion {
  position: absolute;
  width: 85.5%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/bg-acordion.jpg);
  background-position: center;
  background-repeat: no-repeat;
 -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 1;
}
 .colIndex.menu {
  position: fixed;
}
.colIndex.menu {
    width: calc(100% - 85.5%);
    background: #505259;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.tileBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .35;
    background: #fff;
}
#mainTiles > div {
   -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#mainTiles > div.target:nth-child(1) {
  background-image: url(../img/product-page1.jpg);
}
#mainTiles > div.target:nth-child(2) {
  background-image: url(../img/product-page2.jpg);
}
#mainTiles > div.target:nth-child(3) {
  background-image: url(../img/product-page3.jpg);
}
#mainTiles > div.target:nth-child(4) {
  background-image: url(../img/product-page4.jpg);
}
#mainTiles > div.target:nth-child(5) {
  background-image: url(../img/product-page5.jpg);
}
#mainTiles > div.target:nth-child(6) {
  background-image: url(../img/product-page6.jpg);
}
#mainTiles > div.target:nth-child(7) {
  background-image: url(../img/product-page7.jpg);
}
#mainTiles > div.target:nth-child(8) {
  background-image: url(../img/product-page8.jpg);
}
#mainTiles > div.target:nth-child(9) {
  background-image: url(../img/product-page10.jpg);
}
#mainTiles > div.target:nth-child(10) {
  background-image: url(../img/product-page9.jpg);
}

.tileHover {
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.tileCont {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: none;
    opacity: 0;
    overflow: hidden;
}
.tileCont img {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px;
  background-color: #EBEBEB;
}
.hovered.target > .tileHover, 
.hovered.target .tileCont,
 .target .tileCont .text {
      opacity: 1;
  }
.tileCont .text {
  display: inline-block;
  width: calc(78% - 5px);
  text-align: right;
  -webkit-transition: 0.3s ease-in 0.15s;
  -ms-transition: 0.3s ease-in 0.15s;
  transition: 0.3s ease-in 0.15s;
  opacity: 0;
  padding: 0 10px 40px 20px;
  bottom: 0;
  position: absolute;
}
.tileCont-bg {
  display: inline-block;
  height: 100%;
  width: 22%;
  background-image: url(../img/accord-item-bg-product.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
}
.tileCont h6 {
    text-transform: uppercase;
    color: #3a3c40;
    font-size: 50px;
    margin: 0px 0 15px;
        text-shadow: 1px 1px 2px;
}
.tileCont ul {
  line-height: 24px;
  text-align: right;
}
.products-menu-wrapper ul {
  text-align: left;
}
.tileCont ul li {
    text-transform: lowercase;
    color: #FF0002;
    font-size: 34px;
}
.products-menu-wrapper {
  padding: 15px 25px;
  overflow: hidden;
  
  *height: 370px;
}
.products-menu-wrapper h2 {
  font-size: 27px;
  margin: 0 0 10px 0;
}
.products-menu-wrapper li,
.aditional-phone-company {
  margin-bottom: 5%;
  font-size: 26px;
  line-height: 2.5vh;
}
.products-menu-wrapper li br {
  display: none;
}
#mainTiles,
.main-cont-wrapper {
  position: relative;
  
}
.main-cont-wrapper {
  overflow: hidden;
  width: 85.5%;
  height: 100vh;
}
/* MENU */

.menuTile {
    position: relative;
}
.fullmenu {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
#menuToggle {
  width: 105px;
  height: 97px;
  border: 3px solid #fff;
  display: block;
  background: none;
  cursor: pointer;
  border-radius: 8px;
  z-index: 50;
  padding: 10px 18px;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -53px;
}
.bar {
    background: #fff;
    margin: 0 auto;
    height: 3px;
    border-radius: 5px;
    display: block;
    transition: 0.5s ease-in 0.5s;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 50%;
    margin-top: -2px;
}
.bar:before,
.bar:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.bar:before {
    top: -22px;
    -webkit-transition-property: transform, top;
    -ms-transition-property: transform, top;
    transition-property: transform, top;
    -webkit-transition-duration: 0.3s, 0.3s;
    -ms-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.5s, 0.8s;
    -ms-transition-delay: 0.5s, 0.8s;
    transition-delay: 0.5s, 0.8s;
}
.bar:after {
    bottom: -22px;
    -webkit-transition-property: transform, bottom;
    -ms-transition-property: transform, bottom;
    transition-property: transform, bottom;
    -webkit-transition-duration: 0.3s, 0.3s;
    -ms-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.5s, 0.8s;
    -ms-transition-delay: 0.5s, 0.8s;
    transition-delay: 0.5s, 0.8s;
}


#menuToggle:focus {
    outline: none;
}

.logo-holder {
  *max-height: 290px;
  z-index: 50;
  background-color: #fff;
  /*padding-bottom: 20px;*/
  text-align: center;
  position: relative;
}

.logo-holder img {
   max-width: 100%;
   width: 100%;
   padding: 15px 30px;
}

.closed .pre {
    width: 100%;
    margin: 0;
    padding-top: 180px;
}
.closed .pre [class^="col"] {
    width: 100%;
}

/*Анимация левого меню */

@-webkit-keyframes menuOpacity {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes menuOpacity {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*Анимация левого меню */


.colIndex.menu {
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow: visible;
    cursor: default;
}
.colIndex.menu.closed {

}
.colIndex.menu.open {
    -webkit-transition: 0.6s ease-in-out 0.5s;
    -ms-transition: 0.6s ease-in-out 0.5s;
    transition: 0.3s ease-in-out 0.5s;
    width: 100%;
    overflow: auto;
    height: 100%;
    display: block;
    -webkit-animation-name: menuOpacity;
    animation-name: menuOpacity;
    animation-duration: 1s;
    animation-timing-function: ease;
}


.open .pre {
    margin-top: 30px;
    display: block!important;
}
.open .btnTile {
    width: 78px;
    height: 78px;
}
.open #menuToggle {
    top: 40px;
    left: auto;
    right: 5%;
    margin: 0;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border: 0;
    position: fixed!important;
}
.open .bar:before,
.open .bar:after {
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.open #menuToggle .bar:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open .bar {
    background: none;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.open #menuToggle .bar:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.colIndex.open .menuTile {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
}
.colIndex.open .main-gradient,
.colIndex.menu.open .products-menu-wrapper {
  display: none;
}
.colIndex.open .logo-holder {
  background: #fff;
  max-width: 220px;
   position: absolute;
      top: 10px;
    left: 25px;
}
.colIndex.open .logo-holder img { 
	max-height: 160px;
}

.colIndex.open .mainNav li {
  font-size: 1.250em
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.colIndex.open .mainNav li:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-image: url(../img/dots-bg.png);
  background-position: left top;
  background-repeat:  repeat-x;
  position: absolute;
}
.colIndex.open .mainNav li:hover:before {
  background-position: left -6px;
} 
.menu-buttons-wrapper {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.menu-buttons-wrapper .buttons-holder span {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 115px;
  height: 115px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
}
.menu-buttons-wrapper .buttons-holder span a {
  display: block;
  width: 100%;
  height: 100%;
}

.colIndex.open .menu-buttons-wrapper {
  opacity: 1;
  height: auto;
  overflow: visible;
  -webkit-transition: 0.3s ease 0.7s;
  -ms-transition: 0.3s ease 0.7s;
  transition: 0.3s ease 0.7s;
  z-index: 150;
}
.logo-holder
.open .logo.menu {
    opacity: 1;
    -webkit-transition: 0.3s ease-in 0.7s;
    -ms-transition: 0.3s ease-in 0.7s;
    transition: 0.3s ease-in 0.7s;
    
}

.open .fullmenu {
    height: auto;
    overflow: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in 0.8s;
    -ms-transition: opacity 0.3s ease-in 0.8s;
    transition: opacity 0.3s ease-in 0.8s;
    margin-top: 20vh;
    margin-bottom: 30px;
}
.open .menu-buttons-wrapper {
	margin-bottom: 30px;
}
.menu.open .btnTile {
    margin: 0 auto;
}
.content-page-header .colIndex.menu.closed  {
    opacity: 0;
    width: 0;
    overflow: hidden;
}
.content-page-header .colIndex.menu.open {
    position: fixed;
    opacity: 1;
    width: 100%;
    padding-bottom: 50px;
}
/* MODALS */


.myModal {
    border: 2px solid #6a6b72;
    border-radius: 8px;
    background: #555655;
    position: absolute;
    padding: 20px 20px 10px;
    color: #FFF;
    display: none;
    bottom: calc(100% + 20px);
    left: 50%;
    width: 336px;
    margin-left: -168px;
    text-align: center;
    
  }
.myModal:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  border: 2px solid #5d5e66;
  pointer-events: none;
}
.myModal a {
  display: block;
  margin: 0 0 10px 0;
}
.closer {
    position: absolute;
    right: 12px;
    font-size: 20px;
    top: 5px;
    cursor: pointer;
}
.menu-buttons-wrapper .row {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
.btnTile {
  border-radius: 50%;
  border: 3px solid #FFF;
  margin: 0 auto 50px;
  position: relative;
  cursor: pointer;
  display: block;
  
}

.myModal .form-control {
  background: #9B9B9D;
  border-radius: 0;
  border: none;
  height: 42px;
  color: #2e2f33;
  margin-bottom: 15px;
  font-size: 1.15em;
}
.myModal  textarea {
  height: 100px!important;
}
.wpcf7-not-valid-tip {
  display: none!important;
}
.myModal  .btn-default {
  width: 100%;
  border: none;
  background-color: #fff;
  color: #2e2f33;
  text-transform: uppercase;
  padding: 15px 0;
}
.menu-buttons-wrapper .row > div:nth-child(1) .button-bg  {
  background-image: url(../img/ico-call-back-new.png); 
      background-size: contain;
}
.menu-buttons-wrapper .row > div:nth-child(2) .button-bg  {
  background-image: url(../img/ico-mail-to.png); 
}
.menu-buttons-wrapper .row > div:nth-child(3) .button-bg  {
  background-image: url(../img/ico-house.png); 
}
.button-bg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.button-bg:hover {
  *background-size: 50%;
  *border-color: #afc8e1;
  transform: scale3d(.8,.8,1);
}


::-webkit-input-placeholder {
    color: #FFF!important;
}
::-moz-placeholder {
    color: #FFF!important;
}
/* Firefox 19+ */

:-moz-placeholder {
    color: #FFF!important;
}
/* Firefox 18- */

:-ms-input-placeholder {
    color: #FFF!important;
}
:focus::-webkit-input-placeholder {
    opacity: 0;
}
:focus::-moz-placeholder {
    opacity: 0;
}
/* Firefox 19+ */

:focus:-moz-placeholder {
    opacity: 0;
}
/* Firefox 18- */

:focus:-ms-input-placeholder {
    opacity: 0;
}


.wrapper .container-fluid {
    padding: 0 90px;
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper .container-fluid.content {
    padding-left: 75px;
    padding-right: 75px;
    position: relative;
    z-index: 1;
}
.myModal p, 
.myModal a {
	font-size: 20px;
}
.myModal [type=submit] {
	font-size: 20px;
	font-weight: bold;
}


@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
    padding: 0 15px;
  }
}
.colIndex.menu {
    position: fixed;
}
.page-template-page-main-page .logo-holder {
  height: 30vh;
}
.logo-holder {
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.open .logo-holder {
	    align-items: flex-start;
}


/*Book*/
.container-book {
  position: absolute;
  
  cursor: pointer;
	 top: 25vh;
	left: 70px;
	display: none;
  width: 70px;
  height: 70px;
  background: url(../img/mnu-book.png) center center no-repeat;
  background-size: contain;
}
.open .container-book {
	display: block;
}



.popup-book {
	position: absolute;
	  top: 85px;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 0 10px;
    background-color: #808180;
    color: #FDFDFD;
    text-align: center;
   left: calc(50% - 60px);
   font-weight: bold;
}

.popup-book::before {
	content: "";
  position: absolute;
  top: -11px;
  left: calc(50% - 10px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.pagination-wrapper {
  padding: 20px 0;
  background-color: #363636;
}
.pagination-wrapper .page-numbers.current {
	color: #fff;
	border-radius: 50%;
	background-color: #FF0002;
	padding: 5px 8px;
}
.pagination-wrapper .page-numbers.current:hover {
	color: #fff;
}
.pagination-wrapper .page-numbers {
	color: #fff;
	margin: 0 4px;
}
.pagination-wrapper .page-numbers:focus {
	color: #fff;
}
.pagination-wrapper .page-numbers:hover {
	color: #FF0002;
}
.pagination-wrapper {
	text-align: center;
	
}
.myModal .closer img {
  max-width: 100%;
}
.site-main {
  min-height: 80vh;
  padding: 160px 0 0; 
}
#rev_slider_1_1 {
  width: 85vw;
}


/*========

Сертификаты

=========*/
.setion-title-p {
    color: #fff;
    font-size: 1.188em;
    position: relative;
    background-color: #505259;
    padding: 20px 0 20px;
}
.setion-title-p .black-gradient {
    bottom: 0;
}
.s-certificates {
    color: #fff;
}
.certificates-wrapper {
    padding: 50px 15px 20px;
}
.certificates-wrapper img {
    max-height: 450px;
    width: auto;
    margin-right: 53px;
    margin-bottom: 40px;
    float: left;
    
}
.certificates-wrapper img:nth-child(3)  {
    *margin-right: 0;
}
.certificates-wrapper img:last-child  {
    *float: right;
    
}

/*========

Сертификаты

=========*/

/*========

Технологии

=========*/


.section-title.info-page-titles {
    font-size: 2.7em;
    padding: 5px 0;
}
.s-technologies p {
    text-align: justify;
}
.setion-title-p,
.s-technologies {
    color: #fff;
    font-size: 1.188em;
}
.paragraph-title {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 15px;
}
.paragraph-margin {
    margin: 20px 0;
}
.technologies-subtitle {
    margin-bottom: 20px;
}

.systems-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 20px;
}
.components-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
     margin: 40px 0 20px;
}
.components-wrapper .sys-item {
    margin: 0 20px;
}
.s-technologies .sys-item p {
    text-align: center;
}
.s-technologies .read-more-default {
    bottom: 50px;
}
.color-aluminium-wrapper {
    margin-top: 20px;
}
.color-aluminium-wrapper > div {
    width: 38%;
    float: left;
    padding-left: 50px;
}
.color-aluminium-wrapper > div:first-child {
    width: 24%;
    padding: 0;
}
.color-aluminium-wrapper div:first-child img {
    width:  100%;
}
.color-aluminium-item img {
    height: 360px;
}
.aluminium-title {
  margin: 5px 0;
  font-size: 1.3em;
}
.color-aluminium-item ul {
  margin-bottom: 5px;
}

/*========

Технологии

=========*/

/*Animation*/
.header-about-wrapper h1 {
  animation-delay: .4s;
}
.header-about-wrapper p {
  animation-delay: .8s;
}

/*правки 16.08*/
img[src*="wind-cont-image5.jpg"] {
    height: 330px;
    width: 100%;
}
.italic-arial {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 21px;
}
/*.page-template-page-single-poduct .header-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.4);
}*/
.content-p-title-normal {
  text-transform: none;
  font-size: 1.875em;
}
.img-full-h img {
  max-height: none;
}
.content-p-title-mormal {
    font-size: 1.875em;
     text-transform: none; 
}
.left-back-button-wrapper {
  display: none;
}
.left-back-button {
  margin: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.left-back-button span{
  color: #FF0002;
}
.left-back-button::before {
      width: 25px;
    height: 25px;
    content: "";
    display: inline-block;
    background: url(../img/arrows-up-icon.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    transform: rotate(-90deg);
    margin-right: 15px;
    
}

.page-template-page-single-poduct #page {
  margin-right: 14.5%;
}
.page-template-page-single-poduct .menu-menyu-produktov li {
  margin: 0 0 2% 0;
}
.page-template-page-single-poduct .container {
  width: auto!important;

}
.open .logo-holder {
  height: auto;
} 
.default-content img {
  width: 100%;
}
.tabs > span:first-child {
  color: #FF0002;
}
.page-template-page-single-poduct #page {
  background: url(../img/page-bg.jpg) top left repeat-y;
}
.page-template-page-single-poduct .logo-holder,
.page-template-page-production .logo-holder{
    /*height: 20vh;*/
}
.page-template-page-single-poduct .logo-holder img,
.page-template-page-production .logo-holder img {
  max-height: 20vh;
}
.page-template-page-single-poduct .aditional-phone-company p,
.page-template-page-production .aditional-phone-company p  {
  margin: 0;
}
.page-template-page-single-poduct .aditional-phone-company,
.page-template-page-production .aditional-phone-company {
   padding: 20px 25px 0;
   margin-bottom: 0!important;
}
.open .aditional-phone-company {
  display: none;
}

.content-about-page > .gallery {
  max-width: 992px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content-about-page > .gallery .gallery-item {
  width: 25%;
  padding: 10px;
  min-width: 209px;
}
.content-about-page > .gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content-about-page > .gallery .gallery-caption {
  text-align: center;
}
.alignleft {
  float: left;
  margin: 1em;
}
.alignright {
  float: right;
  margin: 1em;
}

.team-member {
  margin-bottom: 30px;
}

.team-member .title {
  text-align: center;
  font-size: 24px;
}

.team-member .thumb img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.team-member .phone {
  text-align: center;
  font-size: 18px;
}

.team-member .position {
  text-align: center;
}

.panoramGl {
  display: block;
  font-size: 40px;
  color: red;
  font-style: normal !important;
  font-weight: 700;
}
.frameless-p {
  font-style: italic;
    color: #FF0002;
    text-align: center;
    padding: 0 10%;
    font-size: 1.1em;
    font-family: arial;
}

@media screen and (min-width: 550px) {
    .photo-height {
      height: 445px;
    }
}

.s-cont-frameless-glazing .container {
  width: auto !important;
}
/* .s-cont-frameless-glazing #page {
  margin-right: 14.5% !important;
} */