*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
*:-moz-placeholder {
    color: #666;
    opacity: 1;
}
*::-moz-placeholder {
    color: #666;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,

body textarea:focus:required:invalid {
    
}

body input:required:valid,
body textarea:required:valid {
    
}

body {
    font-family: sans-serif;
    width:100%;
    height:100%;
    background:url(../img/8-fon-dlya-sayta.png);
    overflow-x: hidden;
}

a {
outline: none !important;
}
 a:visited {
    color: #666; /* Цвет посещенных ссылок */
   }

.header-menu{   
    display:inline-block;
    background-image: url(../img/44.jpg);
    background-repeat-x:no-repeat;
    position:absolute;
    color:white;
    font-size:26px;
    height:110px;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    z-index: 9999;
    
}   


.header-menu a,
.header-menu2  a{
    color:white;
    text-decoration: none;  
/*  margin-left: 20px;*/
    text-transform: uppercase;

}

.hideMenu a{border-bottom: 1px solid rgba(0, 0, 0, 0.2);
border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.hideMenu{  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
     box-shadow: 0 5px 30px black;
    background: rgb(0,183,234); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: background-color 0.1s linear, color 0.1s linear;
    box-shadow: inset 0 -8px 10px -5px rgba(0, 0, 0, 0.4);

}

.header-menu nav{
    line-height: 30px;  
    margin-top:110px;
      background: rgb(0,183,234); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: background-color 0.1s linear, color 0.1s linear;
    box-shadow: inset 0 -8px 10px -5px rgba(0, 0, 0, 0.4) !important;
    min-width: 100%;
    z-index: 9999;

}

.fixed{
    position: fixed;
    top:-114px;
    height:62px;
    opacity: .9;
}

.fixed2{
    position: fixed !important;
    top:11px !important;
      margin-top:0px !important;

}

.fixed3{

  margin-top:0px !important;

}

.header-menu nav:hover{
opacity: 1;

}

.hideMenu{
    font-size: 21px;
    transition: 1.5s;
    -webkit- transition: all 1.5s;       
   -o-transition: all 1.5s;
    transition: all 1.5s;
    font-family: "CuprumRegular";
    justify-content: left;
    position: relative;
    margin-bottom: 5px;
    width: 1500px;

}

.hideMenu>a{
    display: inline-block;
    padding:15px 14px 15px 15px;

        margin-right: -4px;
}

nav a:hover{
        text-shadow: 1px 1px 3px white, 0 0 1em #2488E5;
        transition: .5s;
        
}

.hideMenu :hover{
    background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
background: rgb(0,183,234); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=1 ); /* IE6-9 */;
        box-shadow: 1px 5px 10px -5px black;
}

.mobileMenu a:hover{
        text-shadow: 1px 1px 3px white, 0 0 1em #2488E5;
}


.svg-inline--fa:hover{
    background: transparent; 
    box-shadow: none; 
}

.menuShow{
        display:none;
        font-size:1.3em;
        float:left;
        transition: .5s;
        cursor:pointer;
}


/*
Моюильное меню*/
.mobileMenu{
    position: absolute;
    display:none;
    min-width:45%;
    float: left;
    line-height: 75px;
    height:150px;
    background: rgb(0,183,234); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=1 ); /* IE6-9 */
    font-size:26px;
    font-family: "CuprumRegular";
    transition: all .3s ease;
    top:-6px;
    z-index:999;
}

.mobileMenu>a{
    color:white;
    text-decoration: none;
    margin-left:10px;
    padding-right: 10px;
    transition: all .3s ease;
}

.logo,
.logo2{
    /*font-family: "raleway";*/
    display: inline-block;
    float:left;
    color:white;
    font-size:20px;
    height: 35px;
    margin-left:20px;
    line-height: 15px;
    margin-top:40px;
    width: 100%;
    font-family: "CuprumItalic";
}

.logotext{
        font-size:50px;

}

.header__dsc{
    display: inline-block;
    margin-left:50px;
    font-size: 20px;
    position: absolute;
    line-height: 22px;
    }

.ls {
    display: inline-block;
    letter-spacing: 0px;
    margin:10px 10px 10px 29px;
}

.header-phone1{
    display: inline-block;
    float:right;

    margin-right: 60px;
    line-height: 29px;
    font-size: 24px;
  text-align: center;
  
}




.logo .comagic800{
        font-family: "CuprumRegular";
margin-right:-20px;
font-size:25px;
        line-height: 26px;
    margin-top: -15px;
    font-weight:bold;
    display: inline-block;

}
.logo2 .comagic800{
margin-right:-20px;
    line-height: 25px;
    display: inline-block;

}

.logo  >div{
    margin-left:-30px;
}
.logo2  >div{
    margin-left:-30px;
}

.masonry-container {
    padding: 0;
    z-index:995;
    margin-top:-150px;
    margin-bottom: 50px;
}

.grid-sizer {
    width: 25%;
    float: left;
    min-height: 1px;
}

.item {
    height: 33.34vh;
}

.item img {
    width: 100%;
}

.test{
    background-image: url(../mainimg/bgmain2.jpg);
    background-repeat: no-repeat;
    position:absolute;
    top:0;
    height: 130vh;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    
}


.test2{
    background-repeat: no-repeat;
    position:absolute;
    top:0;
    min-height: 900px;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
}

.sup{
    position: absolute;
    bottom:-180px;
    width: 100%;
    height:550px;
}

 .test img{
    width:100%;
    height:14vw;
}

section{
    height: 100vh;
    position: relative;
    overflow:visible;
    background-color:transparent;
  
}   

.sectionx{
    height: 40vh;
    
}   

.sectionbig{
  height: 128vh;    
}
/* .sect-1{
  height: 100vh;
  margin-top:165px;
} */


.sect-11{

  height: 100vh;
  margin-top:165px;
}


.ee2 ul,
.ee ul{
    margin-top:40px;
    margin-bottom: 100px;
}

.zagolovok{
    margin-top:40px;

}

.carousel-inner img{
border-bottom:3px outset rgba(240,255,255,0.3);
}

.carousel-inner {
    height: 100vh;  /*уменьши при уменьшении экрана*/

    box-shadow: 0px -10px 25px -11px  black;
}


.sect-1{margin-top:78px;}


.carousel-inner h3{
    background-color: rgba(240,255,255,0.7);
    padding:20px;
    animation: anime-H3 1.3s ease-in-out;
    color:#0B83AA;
position: relative;
top:80px;
    font-size: 32px;
    box-shadow: 10px 5px 10px -5px white;
       width:500px;
  margin:0 auto;
      border-top-right-radius:5px;
    border-top-left-radius:5px;
}
.carousel-inner .prod{
  top:170px;
  opacity: 1;
  background-color:#DF5959;
  font-size: 27px;
}

.carousel-inner p:hover{
  opacity: .9;

}

.carousel-inner p{
    font-size:25px;
    background-color:rgba(175,74,83,1);
/*        background-color:rgba(75,74,83,1);*/
    padding: 10px;
    animation: anime-P 1.6s ease-in-out;
  opacity:.7;
  text-transform: uppercase; 
  font-weight: bold;
  top:80px;
  position: relative;
  width:500px;
  margin:0 auto;
    transition: .4s;
}   

.carousel-control{
    height: 93vh;
    overflow: hidden;

}

.carousel-inner a{
    cursor: pointer;
    text-decoration: none;
    color:#fff;
}

.carousel-indicators{
    margin-bottom: 150px;
}

@keyframes anime-H3{
    from{
    opacity:0;
    transform: translateX(-1500px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes anime-P{
    from{
        opacity:0;
        transform: translateX(1500px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
}
}

.sect-2 {
    background-color: transparent;
    width:100%;
    height:100vh;
}

.block{
    display:inline-block;
    position: relative;
    top:50px;
    border:1px solid white;
    background-color :#fff;
    padding: 100px 15px;
    border-radius: 25px;
    margin-left:65px;
    text-align: justify;
    margin-bottom:50px;
}

.btn_up{
opacity: 0;
    position: fixed;
    bottom:-70%;
    right:100px;
    width:50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #333;
    z-index:105;
    outline:0!important;
    transition: .4s;
}

.btn_up:after{
    content:'';
    width:10px;
    height: 10px;
    border-top:2px solid #ccc;
    border-left:2px solid #ccc;
    transform: rotate(45deg);
    position: absolute;
    top: 4px; bottom: 0;
    left: 0; right: 0;
    margin:auto;
}

.btn_up.active{
    bottom: 200px;
    right:50px;
}

.company{
    font-family: "RobotoSlabRegular";
    padding: 25px 0px;
    font-size: 18px;
}

.page-content{
    width:100%;
}

#sl{


}

.company>h1{
    text-align: center;
    margin-bottom: 35px;
   font-size: 35px !important;
   font-weight: 900;
  text-transform: uppercase;




}

hr{
    display: block;
    height:1px;
    border:0;
    border-top:1px solid silver;
    margin:1em 1em;
    padding:0;
}

.hidden{
    display:none;
 }

.pop_form input[type=text]{
        display: block;
        width: 90%;
        line-height: 24px;
        margin: 0 auto 12px;
}

.pop_form .button{
        margin:10px 84px;
}

  .pop_form h3{
    margin: 10px auto 15px;
    text-align:center;
    font-weight: normal;
    font-family: "RobotoSlabRegular";
    text-transform: uppercase;
  }

/*Контактная форма*/

.contactForm-wrapper{
font-family: "RobotoSlabRegular";

}

.contactForm-container{

    position: fixed;
    bottom: 0;
    right: 0%;
    transform:translateY(500px);
    z-index: 9999;
    transition: .5s;
}

.contactForm-container:hover{
    transform:translateY(480px);

}

.toggleForm:checked ~ .contactForm-container{
    transform:translate(0);
}

.toggleForm[type="checkbox"] {
    display: none;
}

.formBox{
    padding:30px;
    border:4px solid #D54852;
    background: #fff;
    z-index:100;
}

.toggleForm{
    display:block;
    background:/* #D54852;*/black;
    color:#fff;
    text-align: center;
    margin: 0 auto;
    font-size:24px;
    padding:10px 0;
    border-radius: 8px 8px 0 0;
    width: 85%;
    cursor:pointer;
    opacity:.7;
  
      margin-bottom: -10px;

}





.toggleForm:hover{
    opacity:1;
}

.inputBox{
    position: relative;
    margin:0 0 20px;
    z-index: 999;
}

.labelText{
    font-size:18px;
    color:#a5a5a5;
    position: absolute;
    line-height:50px;
    transition:.5s;
}

.focus .labelText{
    transform: translateY(-34px);
    font-size: 14px;
    color:#d33ebc;
}

.userInput{
    height:60px;
    font-size:20px;
    color:#545454;
    outline: none;
    border:none;
    border-bottom: 1px solid #a5a5a5;
    position: relative;
    background: transparent;
}

textarea.userInput{
    height:100px;
    margin-top:12px;
}

.button{
    background:#D54852;
    color:#fff;
    width: 52%;
    height: 35px;
    font-size: 18px;
    border: none;
    margin-top:10px;
    margin-left:50%;
    cursor:pointer;
    transition:.5s;
}


.button:hover{
    background:#b33edc;
}

.question {
    position: absolute;
    top:25px;
    left:35px;
    font-size: 35px;
    color:red;
}

.contacts{
    font-family: "RobotoSlabRegular";
    font-size: 16px;
    max-width: 100%;
    padding:0 0px 0 85px;  
    height: 400px;
    background:url(../img/8-fon-dlya-sayta.png);
}

.contacts p{
    margin-left: -15px;
    max-width: 1800px;
    min-width: 180px;
    position: relative;
    padding-bottom: 40px;
}

.contacts:last-child{
    text-align: center; 
}


.contacts h1{
    margin-right:45px;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    font-size: 35px !important;
    font-weight: 900;
    text-transform: uppercase;
}


.contacts p:nth-last-of-type(1):before{
        content:url(../img/ko.png);
        position: absolute;
        top:-20px;
        left:-80px;
    
} 


.contacts p:nth-last-of-type(2):before{
        content:url(../img/ko2.png);
    position: absolute;
        top:-20px;
        left:-80px;
    } 


.contacts p:nth-last-of-type(3):before{
        content:url(../img/ko3.png);
    position: absolute;
        top:-20px;
        left:-80px;
    
} 


.objects{
        font-family: "RobotoSlabRegular";
    display:inline-block;
    position: absolute;
    bottom:110px;
    width: 100%;    
    text-align: justify;
    padding: 25px 85px;
    text-align: justify
    margin-bottom:-350px;
    background-color:#F0FFFF;
        opacity: .9;
}
.obj{
    margin-bottom:-57px;
}
.container{

 padding-right: 10px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.thumb{
    position:relative;
    height: 235px;
    width:280px;
    overflow:hidden;
display: inline-block;
border: 3px solid orange;
margin:5px;


  
}
     
.content{
    position:absolute;
    top:0;left:0;
    margin:30px;
}
/*      
.img1{
    width: 350px;
    height: 300px;
}*/


.wrapper{
  position: absolute;
  top:0;left:0;
  background: url(../mramor15.jpg);
  
}

.wrapper1{
  position: absolute;
  top:0;left:0;
  background: url(../mainimg/89.jpg);
  background-repeat: no-repeat;
  
}

.wrapper2{
  position: absolute;
  top:0;left:0;
  background: url(../mainimg/2015-11-1.jpg);
}

.wrapper3{
  position: absolute;
  top:0;left:0;
  background: url(../rp2.jpg);
}



.wopper{
    max-width: 1300px;
    margin:0 auto;
}

.prew{
font-family: "RobotoSlabRegular";
    width: 100%;
    margin-top:52px;
    background:url(../img/8-fon-dlya-sayta.png);
    text-align: center;
     border-top: 2px outset orange
}

.preww{
font-family: "RobotoSlabRegular";
    width: 100%;
    background:url(../img/8-fon-dlya-sayta.png);
    text-align: center;
   
}

.prew h1,
.preww h1{

    text-align: center;
   padding: 20px;
   font-size: 35px !important;
   font-weight: 900;
  text-transform: uppercase;
}

.prew h1:first-child{
    margin-bottom: 49px !important;
}

.prew a,
.preww a{
cursor:pointer;
}

.prod{
    font-family: "RobotoSlabRegular";
    display:inline-block;
    width: 100%;
    opacity: .9;
    background:url(../img/8-fon-dlya-sayta.png);
}

.container h1{
    font-size: 23px;
    justify-content: center;
    text-align: center;
}

.wrapper10 h1{
    margin-left:100px;
}

.bgobj{
    margin-top:170px;
    /*background-color:#F0FFFF;*/
            background:url(../img/8-fon-dlya-sayta.png);
    height: 100vh;
    font-size: 18px;
    font-family: "RobotoSlabRegular";
    position: relative;
    box-shadow: 0px -7px 10px -9px #000000; 

}

.bgobj2{
    margin-top:170px;
/*  background-color:#F0FFFF;*/
    height: auto;
    font-size: 18px;
    font-family: "RobotoSlabRegular";
    position: relative;
    box-shadow: 0px -7px 10px -9px #000000; 
            background:url(../img/8-fon-dlya-sayta.png);
}
.bgobj img{
    padding: 15px;
}

.bgobj h1,
.bgobj2 h1  {
    padding-top:10px;
}


.cover{
    float:left;
margin: 20px 30px 30px 10px;
max-width: 550px;
width: 100%;
}


.prod h1{
    display: inline-block;
    text-transform: uppercase;
    margin-left: 250px;
    padding:50px;

}

.prod .obl{
    margin:77px 0 0 0;
}
.prod p{
text-align: center;

padding: 15px;
}

.prod h2{
    text-align: center;
    padding-top:30px;

    font-weight: bold;
  font-size: 40px;
  
position: relative;
top:-20px;
text-transform: uppercase;
}

.descr h1{
    text-align: center;
}

.descr h3{
    text-align: center;
    padding: 20px;


}
 .descr{
    font-size: 18px;
      font-family: "RobotoSlabRegular";
      /*    box-shadow: 5px 0 10px 0px  black;*/

box-shadow: 0px -7px 10px -9px #000000;


 }

.descr3{
    background-color:#F0FFFF;
    height: auto;
    font-size: 18px;
    font-family: "RobotoSlabRegular";
    position: relative;
    z-index: 9999;
    box-shadow: 0px -7px 10px -9px #000000;
 }

.descr2 h1{

    margin-bottom:50px;
    
 }

 .ee{

margin-left: 100px;

 }

  .ee2{
display:flex;

 }

 .descr p{
    text-align: left;
    text-indent: 15px;
}
 

.descr p:last-child {
    padding-bottom:15px;
 } 

.descr p:first-child{
        padding-top: 58px;
}

nav .aa{
    text-shadow: 1px 1px 3px white, 0 0 1em #2488E5;
        transition: .5s;
        margin-top:-1px;
        background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
background: rgb(0,183,234); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=1 ); /* IE6-9 */;
        box-shadow: 1px 5px 10px -5px black;
}

 
.wrapper h2,
.wrapper1 h2,
.wrapper2 h2,
.wrapper3 h2{
text-align: center;
    font-size: 17px;
    color:white;
    position: absolute;
    z-index:100;
    top:130px;
    left:75px;
    font-weight: bold:;
    font-family: "CuprumRegular";
    text-transform: uppercase;
    margin-top:-2px;

}


.call{
    position: fixed;
    top:250px !important;
    right: 40px;
    opacity:0;
    transition: 1s;
    z-index: 1001;
}


.pulse, .bloc, .phone{
    position: absolute;
    width: 70px;
    height: 70px;
    color: #fff;
    text-align: center;
    border-radius:50%;
}

.bloc{
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

.pulse{
    position: relative;
    background: #5CC2E2;
    transition: .5s;
}

.phone{
    font-size: 35px;
    line-height: 75px;
    animation: phone .9s ease-in-out infinite;
    transition: .5s;
}

.pulse:hover .phone{
    transition: .5s ease-in-out;
    opacity:0;
}

.pulse:hover{
    background: #29AEE3;
}

.text{
    opacity:0;
    position: absolute;
    text-transform: uppercase;
    font-weight:700;
    top:22px;
    font-size:11px;
    transform: scaleX(-1);
    transition:.5s ease-in-out;
            
        }

.pulse:hover .text{
    transform: scale(1);
    transition:  .5s ease-in-out;
    opacity:1;
}

.pulse:hover::before,
.pulse:hover::after{
    content:'';
    position: absolute;
    border:1px solid #29AEE3;
    left:-10px;
    right:-10px;
    top:-10px;
    bottom: -10px;
    border-radius: 50%;
    animation: pulse 1.4s linear infinite;
    opacity:0;
}

.pulse:hover::after{
            animation-delay: .5s;
}

    @keyframes phone{
            0%, 100%{
                transform:rotate(-20deg);
        }
        50%{
            transform:rotate(21deg);
        }
    }
    @keyframes pulse{
        0%{
            transform: scale(0.5);
            opacity:0;
        }
        50%{
            opacity:1;
        }
        100%{
            transform:scale(1.2);
            opacity:0;
        }
    }


.foot a{
        float:right;
        position: relative;
        color:white;
        border-left: 1px solid white
    }

.foot :nth-child(4) {
        
        border-left: none;
    
    }




/*Иконки меню*/
    nav a :last-child {
        margin-right: 10px;
    }
    .mobileMenu a :last-child {
        margin-right: 10px;
    }



footer {
    margin-top:80px;
    text-align: center;
    min-height:165px;
    width:100%;
    left: 0;
    position:absolute;
    background:#00779E; 
    overflow:hidden;
}



#map-footer{

background-color:#F1FFFF;
}


.logofoot{
    display: inline-block;
    width: 500px;
text-align: center;
    
}

.foot a{
    float:right;
    font-size:21px;
    padding:15px;
    margin-top:15px;

}

.foot2{
    display: inline-block;
    text-align: center;
        margin-bottom:20px;
}

.logofoot p{
    margin: -16px 2px 1px;
    text-align: left;
    font-size:50px;
    padding-left:15px;
    padding-top:50px;
    display: inline-block;
    float:left;
    color:white;
    line-height: 1px;
    width: 100%;
    font-family: "CuprumItalic";
    text-transform: uppercase;
}

.logofoot p:last-child{
    font-size:21px;
    letter-spacing: 5px;
    text-transform: none;
}

.foot hr{
    position: absolute;
    top:55px;
    right:-345px;
    display: inline-block;
    height:1px;
    width: 250%;
    border:0;
    border-top:3px solid #307B96;
    margin:1em 1em;
    padding:10px;
}



footer .call {
    position: fixed;
    top:790px;
    right: 50px;
    z-index: 999;
        font-size: 35px;
}




/*Слайдер*/

.slides {

    display: inline-block;
      height: 350px;
  width: 550px;
  margin-right: 30px;

}


.slides li img {

 height: 100%;
  border:3px solid orange;
}

.pokr{
    margin:-70px 0 0 0;
}

.pokr p{
  padding: 10px;
}

.pokr h3{
    margin:-50px 0 30px 0;
        
}
.pokr img{
      border:3px solid orange;
    
      padding:0;
}

.cover{
      border:3px solid orange;
}


.slides img {

          height: 400px;
      width: 100%;

    
}

    .slides ul {

        list-style:none;

        position:relative;

    }

     

    /* Кадры анимации #anim_slides */

    @-webkit-keyframes anim_slides {

        0% {

            opacity:0;

        }

        6% {

            opacity:1;

        }

        24% {

            opacity:1;

        }

        30% {

            opacity:0;

        }

        100% {

            opacity:0;

        }

    }

    @-moz-keyframes anim_slides {

        0% {

            opacity:0;

        }
6% {

            opacity:1;

        }

        24% {

            opacity:1;

        }

        30% {

            opacity:0;

        }

        100% {
opacity:0;

        }

    }
     @-ms-keyframes anim_slides {

        0% {

            opacity:0;

        }
6% {

            opacity:1;

        }

        24% {

            opacity:1;

        }

        30% {

            opacity:0;

        }

        100% {
opacity:0;

        }

    }


.slides ul li {

        opacity:0;
  position:absolute;

        top:0;

     

        /* анимация css3 */

        -webkit-animation-name: anim_slides;

        -webkit-animation-duration: 24.0s;

        -webkit-animation-timing-function: linear;

        -webkit-animation-iteration-count: infinite;

        -webkit-animation-direction: normal;

        -webkit-animation-delay: 0;

        -webkit-animation-play-state: running;

        -webkit-animation-fill-mode: forwards;

     

        -moz-animation-name: anim_slides;

        -moz-animation-duration: 24.0s;

        -moz-animation-timing-function: linear;

        -moz-animation-iteration-count: infinite;

        -moz-animation-direction: normal;

        -moz-animation-delay: 0;

        -moz-animation-play-state: running;

        -moz-animation-fill-mode: forwards;


        -ms-animation-name: anim_slides;

        -ms-animation-duration: 24.0s;

        -ms-animation-timing-function: linear;

        -ms-animation-iteration-count: infinite;

        -ms-animation-direction: normal;

        -ms-animation-delay: 0;

        -ms-animation-play-state: running;

        -ms-animation-fill-mode: forwards;

    }

     

    /* Задержки css3 */

    .slides ul  li:nth-child(1), .slides ul  li:nth-child(1) div {

        -webkit-animation-delay: 6.0s;

        -moz-animation-delay: 6.0s;

        -ms-animation-delay: 6.0s;

    }

    .slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {

        -webkit-animation-delay: 12.0s;

        -moz-animation-delay: 12.0s;

        -ms-animation-delay: 12.0s;

    }

    .slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {

        -webkit-animation-delay: 18.0s;

        -moz-animation-delay: 18.0s;

        -ms-animation-delay: 18.0s;

    }

        .slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {

        -webkit-animation-delay: 24.0s;

        -moz-animation-delay: 24.0s;

        -ms-animation-delay: 24.0s;

    }


    


    .slides ul li img {

        display:block;

    }

     

    /* Кадры анимации #anim_titles */

    @-webkit-keyframes anim_titles {

        0% {

            left:100%;

            opacity:0;

        }

        5% {

            left:10%;

            opacity:1;

        }

        20% {

            left:10%;

            opacity:1;

        }

        25% {

            left:100%;

            opacity:0;

        }

        100% {

            left:100%;

            opacity:0;

        }

    }

    @-moz-keyframes anim_titles {

        0% {

        left:75%;

      opacity:0;

        }

        5% {

            left:10%;

            opacity:1;

        }

        20% {

            left:10%;

            opacity:1;

        }

        25% {

            left:100%;

            opacity:0;

        }

        100% {

            left:100%;

            opacity:0;

        }

    }

 @-ms-keyframes anim_titles {

        0% {

        left:75%;

      opacity:0;

        }

        5% {

            left:10%;

            opacity:1;

        }

        20% {

            left:10%;

            opacity:1;

        }

        25% {

            left:100%;

            opacity:0;

        }

        100% {

            left:100%;

            opacity:0;

        }

    }
     



    .blo {
        display: inline-block;
        width: 450px;
    }

.pic{
    float: right;
    max-width: 450px;
    height: 330px;    
    margin:0 40px 0 40px;
    border:2px solid orange;
    padding:5px;    
}


.pic2{
    float:left;
    border:2px solid orange;
    padding:5px;
    height: 330px;
    margin:0 40px 0 40px;
}


.pic3{
    float:right;
    border:2px solid orange;
    padding:5px;
    height: 330px;
    margin:0 40px 80px 40px;
        

}


.pic4{
    float:left;
  border:2px solid orange;
      padding:5px;
    height: 330px;
    margin:0 40px 80px 40px;

}
#fix{

padding: 0;
border:3px solid orange;
}

.rannieraboti{
    display: none;
    margin-top: -35px;
    margin-bottom: -92px;
}


    /*  -----------------Объекты-------------------------*/
 figure {
    
    display: block; /* Блочный элемент */

    
    float: left; /* Блоки выстраиваются по горизонтали */


   }
   figure  .col img {

    height: 290px;
    width:  440px;  
    text-align: center;
    border:3px solid orange;
   
   }

   .col img{
    background:white;
    margin:2px;

   }
   figure p {
    margin-bottom: 0; /* Отступ снизу */
    text-decoration: none;
   }

.slides ul li{
    list-style-type: none;
   }


li{
    list-style-type: square;
   }
figcaption{

font-weight: bold;
font-size:23px;     

}


/*  ------------Галерея-------------------------*/

.gallery-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.album {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.album a {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;font-size: 20px;
    display: block;padding-top: 10px;
}
.gallery img{
width:250px;


}

.back{
position: fixed;
font-size: 16px;
cursor: pointer;
padding: 10px;  
margin-left:-50px;
margin-top:83px;
width: 90px;
text-align: center;
border:3px solid orange;
height: 50px;
border-bottom-left-radius:5px;
border-top-left-radius:5px;
}
.back2{
position: fixed;
font-size: 16px;
cursor: pointer;
padding: 10px;  
margin-left:-125px;
margin-top:0px;
width: 90px;
text-align: center;
border:3px solid orange;
height: 50px;
border-bottom-left-radius:5px;
border-top-left-radius:5px;
}

.back a:hover,
.back2 a:hover{
    color: #4096ee; 
}


.back :first-child,
.back2 :first-child{
    font-size: 30px;
    display: inline-block;
    position: absolute;
    left:4px;
    top:6px;
}

.back :last-child,
.back2 :last-child{
    position: relative;
    display: inline-block;
    margin-left: 15px;
    top:-1px;
}



.back3 {
text-align:center;
font-size: 19px;
cursor: pointer;
padding: 10px;  
margin:0 auto;
width: 90px;
border:3px solid orange;
border-radius:5px;

}

.tcenter{
text-align:center;
}


.back a,
.back2 a{
text-decoration: none;

}

.back:after{
content:url();
}

/*
.back:before{
 content: url(../back.png);
 position: absolute;
 top:-62%;
 left:20px;


    
}*/

/*------------------flex-----------------------*/

.wrapper10{
    max-width: 1280px;
    padding:0 15px;
    margin:50px auto 37px auto;
}

.row{
    margin:0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrapper10 .col{
    text-align: center;
    margin-bottom:20px;
    width:calc(100%/4 - 20px); 
    transition: .5s;
}

.row img{
        height:220px;   
}

.wrapper11{
    max-width: 1280px;
    padding:0 15px;
    margin:10px auto;
}

.wrapper11 .col{
    text-align: center;
    margin:5px;
    width:calc(100%/6 - 5px);
    transition: .5s;
}

.wrapper11 .row img{
        width:190px;
        height: 190px;

}

h3{
    text-align:center;
}

.copy{
        top:35px;
        position: relative;
        text-align:right;
        font-size: 15px;
        color:white;
        font-family: "CuprumItalic";
}

.design{   text-align:right;
    position: relative;
    font-family: "CuprumItalic";
    font-size: 15px;
    margin-right:-15px;
/*right:154px;*/
}

.copy a{
    float:none;
    font-size:13px;
    border: none;
}


.copy2{

    top:35px;
    position: relative;
   text-align:left;
   font-size: 15px;
    color:white;
    font-family: "CuprumItalic";

}

.design2{   text-align:right;
    position: relative;
    font-family: "CuprumItalic";
    font-size: 15px;
    margin-right:-10px;
/*right:154px;*/
}

.copy2 a{
    float:none;
    font-size:13px;
    border: none;
}


.foot2 a{
    margin-top:-6px;
}


.foot2{
    margin-top:20px;
}

.foot2 a:hover{
    color:#696969;
    transition: .2s;
}

.table{
    height:100vh;
    position: relative;
    top:150px;
}

.table p{
    text-indent: 15px;
}


.blocImg {
    border:3px solid orange;
    overflow: hidden;
    cursor: pointer;

} 

.blocImg img {
        height: 290px;
        width:  440px;  
        text-align: center;
        transition: .3s;

    
}
.anim:hover .blocImg img {
        transform: scale(1.1);
        border:3px solid orange;    
        transform: rotate(-2deg) scale(1.2);
        filter: brightness(65%);transition: .3s;
}
.anim{
     margin: 5px 5px 20px 5px;
}


.button2 {
    position: relative;
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 5px solid #4096ee;
    background: #4096ee; /* Old browsers */
    background: -moz-linear-gradient(top, #4096ee 42%, #60abf8 64%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4096ee 42%,#60abf8 64%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4096ee 42%,#60abf8 64%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#60abf8',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom-left-radius: 7px 14px;
    border-bottom-right-radius: 7px 14px;
    -moz-border-bottom-left-radius: 7px 14px;
    -moz-border-bottom-right-radius: 7px 14px;
    -webkit-border-bottom-left-radius: 7px 14px;
    -webkit-border-bottom-right-radius: 7px 14px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.4);
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
        font-family: "CuprumRegular";
}

.button2:hover {
   background: #7abcff;
}

.button2:active {
    border: none;
    bottom: -2px;
    box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #60abf8; /* Old browsers */
    background: -moz-linear-gradient(top, #60abf8 17%, #7abcff 30%, #7abcff 34%, #7abcff 62%, #60abf8 94%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #60abf8 17%,#7abcff 30%,#7abcff 34%,#7abcff 62%,#60abf8 94%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #60abf8 17%,#7abcff 30%,#7abcff 34%,#7abcff 62%,#60abf8 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60abf8', endColorstr='#60abf8',GradientType=0 ); /* IE6-9 */
}

.button2:active:before {
    border:none;
    box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
    width: 178px;
}

td,th {

    border: 2px solid #69c;
    padding: 10px;
       text-align: center;
       margin: 10px;
}

th{
    text-align: center;

  
}

table img{
   display: block;
   margin: 0 auto;
   padding-top:5px;


}

td span{
    font-weight: bold;
    padding-bottom: 8px;
    display:none;
}

/* Generated by less 2.5.1 */

.nav {
  width: 100%;
  box-shadow: inset 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  top:60px;

}
.nav__item {
  display: block;
  height: 56px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
background: rgb(0,183,234); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: background-color 0.1s linear, color 0.1s linear;

}
.nav__item:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nav__item:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav__item:last-of-type {
  box-shadow: inset 0 -5px 10px -5px rgba(0, 0, 0, 0.4);
}
.nav__item:hover {
  background-color: #2768c1;
}
.nav__item:active {
  background-color: #2768c1;
  color: #fff;
}
.nav-burger {
  display: block;
  width: 25px;
  height: 23px;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  background: url("../img/icon-menu.svg") no-repeat;
  position: absolute;
  top: 125px;
  left: 20px;
  z-index: 9999;


}
.nav-burger__checkbox {
  display: none !important;
}
.nav-burger__checkbox:checked + .nav-burger {
  background-image: url("../img/icon-cross.svg");
}
.nav-burger__checkbox:checked ~ .nav {
  display: block;
}

 ul li{
    padding:4px;
}


.ty{
position: absolute;
left: 50%;
top:30%;
transform: translateX(-50%);

}

.eexp{
    color:white;
    margin:0 auto;
    width: 80%;
    font-size: 15px;
    color:white;
    font-family: "CuprumItalic";
    margin-right:-15px;
    margin-top:9px;
     white-space:nowrap;
}

.eexp a{
    color:white;
    
}

