body{
    font-family: "Arial Narrow";
    margin: 0px;
    /*min-width: 1130px;*/
    padding: 0px;
    font-size: 20px;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
*{
    outline: none;
}
a{
    text-decoration: none;
}
.relative{
    position: relative;
}
ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
*{
    box-sizing: border-box;
}
.container{
    width: 1170px;
    margin: 0px auto;
}
.menu-mobile{
    /*display: none;*/
}
.bg-image{
    background-image: url("../img/bg1.jpg");
    background-repeat: no-repeat;
    background-position: repeat;
    background-size: cover;
}
header .info{
    background-image: url("../img/scet.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 21px;
}
header .caption{
    font-size: 19px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px;
    display: block;
    float: right;
    width: 50%;
    font-weight: bold;
    padding: 10px 10px 0px 120px;
    letter-spacing: 0.5px;
}
.caption21{
    font-size: 19px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px;
    display: block;
    float: left;
    width: 50%;
    font-weight: bold;
    padding: 10px 10px 0px 120px ;
    letter-spacing: 0.5px;}
header .telephone{
    float: right;
    width: 50%;
    padding-top: 10px;
    text-align: right;
    padding-bottom: 28px;
}
.icon-phone{
    color: #ffffff;
    font-size: 25px;
    padding-right: 10px;
}
.telephone .icon-phone,
.telephone .number,
.telephone .btn{
    display: inline-block;
    vertical-align: middle;
}
header .number{
    padding-right: 17px;
}
header .number span{
    font-size: 18px;
    line-height: 24px;
    font-family: 'Lato';
    color: #ffffff;
}
header .number span.bold{
    font-weight: bold;
}
.number > span{
    display: block;
}
header button.btn{
    width: 178px;
    height: 37px;
    font-family: 'Lato';
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    background-color: #3acc06;
    border-radius: 3px;
    box-shadow: 3px 3px 0px 0px #016e0c;
    margin-right: 40px;
    cursor: pointer;
}
header button.btn:hover{
    background-color: #016e0c;
    box-shadow: none;
}
.main-menu{
    background-color: #ffffff;
    color: #0b355a;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
}
.circle{
    height: 180px;
    width: 180px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 52%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -70px;
    z-index: 4;
}
.menu-left{
    float: left;
    width: 42%;
    margin-left: 0px;
}
.menu-right{
    float: right;
    
    padding-left: 0px;
}
.menu-left a,
.menu-right a{
    float: left;
    padding-left: 21px;
    padding-right: 22px;
    position: relative;
}
.menu-left a:after,
.menu-right a:after{
    content: '';
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #2880cc;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-left a:after{
    right: -2px;
}
.menu-right a:after{
    left: -2px;
}
.main-menu a:hover{
    background-color: #3acc06;
}
.logo{
    position: absolute;
    top: 5px;
    left: 24px;
}
.banner .bg{
    background-image: url("../img/banner.png");
    background-repeat: no-repeat;
    height: 668px;
    background-position: center bottom;
    background-size: cover;
}
.slider-partner{
    background-color: #ffffff;
    padding: 11px 34px 11px 32px;
}
.slider-partner a:hover,
.slider-partner-two a:hover,
.slider-productions a:hover{
    opacity: 0.5;
}
.slider-partner img,
.slider-partner-two img,
.slider-productions img{
    margin: 0px auto;
    max-width: 100%;
}
.slider-partner a,
.slider-partner-two a,
.slider-productions a{
    display: block;
}
.icon-arrow-left-outline,
.icon-arrow-right-outline{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    color: #00717e;
    z-index: 3;
    cursor: pointer;
}
.icon-arrow-left-outline:hover,
.icon-arrow-right-outline:hover{
    color: #00aec5;
}
.icon-arrow-left-outline{
    left: 6px;
}
.icon-arrow-right-outline{
    right: 6px;
}
.slider-partner-two{
    background-color: #ffffff;
    /*padding: 32px 34px 20px 32px;*/
	padding: 11px 34px 11px 32px;
    box-shadow: inset 0px 20px 25px #d8d3cd;
}
.partner .none{
    display: none;
}
.about-we{
    background-color: #ffffff;
    margin-top: 15px;
    overflow: hidden;
}
.about-we .we{
    width: 775px;
    float: right;
    position: relative;
    z-index: 100;
}
.we h1{
    font-family: 'Arial';
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    padding-right: 30px;
    margin-bottom: 36px;
}
.we{
    padding: 34px 56px 20px 38px;
}
.we p{
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    letter-spacing: 0.24px;
}
.we .more{
    font-family: 'Arial';
    text-transform: uppercase;
    width: 220px;
    height: 45px;
    border: 3px solid #3acc06;
    color: #3acc06;
    background-color: #ffffff;
    margin: 28px auto;
    display: block;
    cursor: pointer;
}
.we .more:hover{
    border:3px solid #2b9707;
    background-color: #3acc06;
    color: #ffffff;
}
.about-we:before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 26px;
    background-image: url(../img/lyahovichi-logo.jpg);
    background-repeat: no-repeat;
    width: 520px;
    height: 100%;
}
.aboutwe-we:before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 26px;
    background-image: url(../img/logo1.jpg);
    background-repeat: no-repeat;
    width: 520px;
    height: 100%;
}
.production{
    background-color: #ffffff;
    margin-top: 20px;
}
.production .caption,
.news .caption{
    font-family: 'Arial';
    font-size: 36px;
    line-height: 36px;
    color: #0e7fb0;
    text-transform: uppercase;
    padding-top: 41px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
}
.slider-productions{
    padding: 18px 32px 85px 32px;
}
.slider-productions span{
    display: block;
    text-align: center;
    font-family: 'Arial Narrow';
    font-weight: bold;
    font-size: 24px;
    color: #67ad3d;
    padding-top: 11px;
    text-transform: uppercase;
}
.news{
    background-color: #FFFFFF;
    margin-top: 20px;
}
.items-news .item{
    width: calc(100% / 3);
    float: left;
    padding: 50px 20px;
}
.items-news .item a,
.items-news .item p{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Arial';
    color: #185488;
}
.items-news .item a{
    margin: 27px 50px 10px 0px;
    display: inline-block;
}
.items-news .item img{
    width: 100%;
}
.items-news .item p{
    color: #4c4c4c;
    padding-top: 15px;
    margin: 0px;
}
.items-news a.read-more{
    margin-top: 15px;
    margin-bottom: 13px;
}
.items-news a:hover{
    color: #2390dd;
}
footer{
    background-color: #ffffff;
}
.bg-korovki{
    background-image: url("../img/bg2.jpg");
    height: 414px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 57px;
}
footer .block-text p{
    line-height: 18px;
    color: #43474b;
    display: block;
    margin: 0px;
    padding-right: 10px;
}
footer .copyright{
    width: 32%;
}
footer .address{
    width: 52%;
}
footer .sozdateli{
    width: 16%;
}
footer .block-text{
    float: left;
    padding: 41px 10px 35px 0px;
}
.dop-info{
    background-color: #228B22;
    padding: 17px 0px;
}
.dop-info a{
    line-height: 18px;
    color: #ffffff;
    text-decoration: underline;
}
.dop-info a:hover{
    color: #000000;
}
.dop-info li{
    display: inline-block;
    padding: 0px 17px;
}
.dop-info ul{
    text-align: center;
}




@media (max-width: 1440px){

}


@media (max-width: 1199px){
    .container{
        width: 970px;
        padding: 0px 15px;
    }
    header .caption{
        padding: 0px 100px 20px 0px;
        margin-top: 1px;
    }
    .caption21{
        padding: 0px 100px 20px 0px
    }
    header button.btn {
        margin-right: 0px;
        width: 145px;
    }
    header .telephone{
        padding-top: 0px;
    }
    .icon-phone{
        padding-right: 5px;
    }
    .menu-left{
        margin-left: 0px;
    }
    .menu-left a,
    .menu-right a{
        padding: 0px 10px;
    }
    .banner .bg{
        height: 550px;
        background-size: cover;
    }
    .about-we:before{
        width: 450px;
        background-size: cover;
    }
    .about-we .we{
        width: 700px;
    }
    .we{
        padding: 25px 20px 20px 35px;
    }
    .we .more{
        margin: 20px auto;
    }
    .slider-productions img{
        width: 250px;
    }
    .production .caption,
    .news .caption{
        font-size: 30px;
        padding-top: 30px;
    }
    .slider-productions span{
        font-size: 20px;
    }
    .slider-productions{
        padding: 18px 32px 35px 32px;
    }
    .items-news .item{
        padding: 30px 15px;
    }
    .items-news .item a{
        margin: 20px 0px 0px 0px;
    }
    .items-news a.read-more{
        margin-bottom: 0px;
    }
    .bg-korovki{
        background-size: cover;
        height: 300px;
        margin-top: 100px;
    }
    footer .block-text{
        padding: 25px 0px;
    }
    footer .sozdateli{
        width: 18%;
    }
    footer .address{
        width: 50%;
    }
    .dop-info{
        padding: 13px 0px;
    }
}







@media (max-width: 991px){
    .container{
        width: 750px;
    }
    header .caption {
        font-size: 17px;
        line-height: 27px;
    }
    .caption21 {
        font-size: 17px;
        line-height: 27px;}
    header .caption{
        padding: 0px 100px 15px 0px;
    }
    .caption21 {
        padding: 0px 100px 15px 0px}
    header .info{
        padding-top: 15px;
    }
    header .number span{
        font-size: 16px;
    }
    header .telephone{
        padding-left: 86px;
        padding-bottom: 10px;
    }
    header .number{
        padding-right: 0px;
    }
    header button.btn{
        width: 170px;
        height: 32px;
    }
    .banner .bg{
        height: 450px;
    }
    .about-we .we{
        width: 570px;
    }
    .we h1{
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .we .more {
        margin: 15px auto;
    }
    .we p{
        font-size: 15px;
    }
    .items-news .item a,
    .items-news .item p{
        font-size: 15px;
    }
    .production .caption,
    .news .caption {
        font-size: 25px;
        padding-top: 20px;
    }
    .slider-productions img {
        width: 190px;
    }
    .slider-productions span {
        font-size: 17px;
    }
    .items-news .item {
        padding: 20px 15px;
        width: 50%;
    }
    footer .address {
        width: 44%;
    }
    footer .sozdateli {
        width: 24%;
    }
    footer .block-text {
        padding: 20px 0px;
    }
}






@media (max-width: 767px){
    .container{
        width: 100%;
        padding: 0px 10px;
    }
    .circle{
        display: none;
    }
    header .info{
        background-image: none;
    }
    .main-menu{
        position: static;
    }
    .menu-mobile button{
        display: inline-block;
        position: absolute;
        top: -50px;
    }
    .menu-left,
    .menu-right{
        float: none;
        width: 100%;
        margin-left: 0px;
        display: block;
    }
    .menu-left a,
    .menu-right a{
        text-align: center;
        width: 100%;
        display: block;
    }
    .menu-left li,
    .menu-right li{
        display: block;
    }
    ul.menu-left,
    ul.menu-right{
        display: none;
        position: absolute;
        left: -2px;
        z-index: 9999;
        top: 50px;
    }
    ul.menu-right{
        left: 148px;
    }
    .menu-left a:after,
    .menu-right a:after{
        display: none;
    }
    ul.menu-left li a,
    ul.menu-right li a{
        border-bottom: solid 1px #ffffff;
    }
    ul.menu-left,
    ul.menu-right{
        display: none;
        width: 150px;
        background: #1661a0;
        padding: 10px;
        margin: 0px;
        margin-top: 15px;
        border-radius: 0px;
        opacity: 0.9;
    }
    .icon-bars {
        color: #ffffff;
        font-size: 35px;
        box-shadow: 0px 0px 0px 2px #ffffff;
        cursor: pointer;
        background-color: #0287cc;
        border: none;
    }
    ul.menu-left li a,
    ul.menu-right li a {
        display: block;
        padding: 15px 0;
        color: #f2fff7;
        font-size: 14px;
        line-height: 18px;
        opacity: 1;
        text-decoration: none;
        font-weight: 400;
    }
    header .wrapper .menu-mobile,
    header .wrapper p.caption{
        display: block;
    }
    header .wrapper{
        width: 100%;
    }
    header .caption{
        padding: 0px;
        text-align: center;
        float: right;
        font-size: 19px;
        line-height: 21px;
        width: 89%;
    }
    header .menu-mobile{
        float: left;
    }
    header .telephone{
        width: 100%;
        padding: 15px;
        text-align: center;
    }
    .telephone .btn{
        margin-left: 30px;
    }
    .menu-left,
    .menu-right{
        display: none;
    }
    .banner .bg{
        height: 340px;
    }
    .we h1{
        text-align: center;
        padding: 0px;
        font-size: 20px;
        line-height: normal;
    }
    .about-we .we{
        width: 100%;
        padding: 10px 10px;
    }
    .we p{
        padding: 0px 10px;
    }
    .we .more{
        margin-bottom: 10px;
    }
    .production .caption,
    .news .caption {
        font-size: 20px;
        padding-top: 15px;
    }
    .slider-productions img {
        width: 175px;
    }
    .slider-productions span {
        font-size: 16px;
    }
    .slider-productions {
        padding: 15px 32px;
    }
    .items-news .item {
        padding: 10px;
    }
    .items-news .item a,
    .items-news .item p {
        font-size: 14px;
        line-height: 20px;
    }
    .items-news .item a{
        margin-top: 10px;
    }
    .bg-korovki {
        height: 250px;
        margin-top: 55px;
    }
    footer .block-text{
        padding-right: 10px;
    }
    footer .block-text {
        padding: 15px 0px;
    }
    .dop-info {
        padding: 10px 0px;
    }
    .dop-info a {
        line-height: 22px;
    }
}



@media(min-width: 320px) and (max-width: 479px){
    header .caption{
        width: 85%;
    }
    .caption21{
            width: 85%}
    .telephone .btn{
        margin-top: 10px;
        margin-left: 0px;
    }
    .banner .bg{
        height: 220px;
    }
    .slider-partner {
        padding: 5px 34px 5px 32px;
    }
    .slider-partner-two {
        padding: 30px 34px 5px 32px;
    }
    .we h1{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .we p {
        font-size: 14px;
    }
    .about-we:before {
        width: 380px;
        background-size: contain;
    }
    .we .more {
        margin-bottom: 5px;
    }
    .items-news .item{
        width: 100%;
    }
    .bg-korovki {
        height: 250px;
        margin-top: 80px;
    }
    footer .copyright{
        width: 45%;
    }
    footer .address{
        width: 55%;
    }
    footer .sozdateli{
        width: 100%;
        text-align: center;
    }
    footer .block-text {
        padding: 10px 0px;
    }
}


.q{  
	display: table;
	width: 100%;
	height:50px;
	background-color:#edeeee;
	text-align: center;
	font-weight: bold;
}

.tab{
	    padding: 1px;
}

.qwe{  
	display: table;
	width: 100%;
	height:60px;
	background-color:#edeeee;
	left:
}
.qw{  
	display: table;
	width: 100%;
	height:60px;
	
}
.q1{
display: table-cell;
vertical-align: middle;height:50px;    padding-left: 15px;}
.q2{
display: table-cell;
vertical-align: middle;height:50px;}




input[type=file] {
    display: block;
    height: 50px;
}



.qwer{padding-left: 16px;}






 {box-sizing: border-box;}

.border {
  width: 200px;
  margin: 30px;
  background: white;
  padding: 20px;
  border: 1px solid #F1E7E8;
  display:inline-block;
}
.wrap {
  height: 100%;
  position: relative;
 }
.product-wrap {position: relative;}
.product-wrap:after {
  content: '';
  background: rgba(73, 102, 162, .5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transform: scale(.3);
  transition: .3s ease-in-out;
}
.border:hover .product-wrap:after {
  opacity: 1;
  transform: scale(1);
}
.product-wrap a {
  display: block;
  text-decoration: none;
}
.product-wrap img {
  display: block;
  width: 100%;
}
.loop-action {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: .3s ease-in-out;
}
.border:hover .loop-action {opacity: 1;}
.loop-action a {
  text-decoration: none;
  display: block;
  border: 1px solid white;
  white-space: nowrap;
  text-transform: uppercase;
  padding: .5em 1em;
  font-size: 14px;
  line-height: 1.6;
  outline: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
  min-width: 200px;
  margin: 5px auto;
  transition: .3s ease-in-out;
}
.loop-action a:after {
  content: '';
  position: absolute;
  left: -220%;
  top: -500%;
  width: 140%;
  height: 1000%;
  transform: rotate(45deg);
  background: white;
  z-index: -1;
  transition: .3s ease-in-out;
}
.loop-action a:hover {color: black;}
.loop-action a:hover:after {left: 0%;}
.border:hover {border-color: #4966A2;}
.product-info {padding-top: 15px;}
.stars {
  font-size: 14px;
  font-family: FontAwesome;
}
.stars:before {
  content: "\f005\f005\f005\f005\f123";
  color: #F2453E;
}
.product-title {
  font-weight: normal;
  font-family: "Open Sans";
  color: #162546;
  font-size: 18px;
}
.price {
  font-family: "Open Sans";
  color: #162546;
  font-style: italic;
  font-weight: bold;
}



@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

html, body {
  height : 100%;
  padding: 0;
  margin: 0;
}

body {
  background: #d3dce1;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.outer {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  text-align: center;
  width: auto;
  padding: 0 15px;
}

.login-wr {
  position: relative;
  margin: 0 auto;
  background: #fff;
  max-width: 550px;
  box-shadow: 3px 3px 24px #999;
  padding: 15px 15px 15px 15px;
}

h2 {
  text-align: left;
  font-weight: 200;
  font-size: 1.6em;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
  color: #474747;
}

.form {
  padding-top: 20px;
  text-align: left;
}

input[type="text"], 
input[type="email"] {
  margin-bottom: 25px;
  height: 40px;
  outline: 0;
  -moz-outline-style: none;
}

button {
  height: 40px;
  outline: 0;
  -moz-outline-style: none;
}      

input[type="text"] {
  background: url("templates/default/img/user.png") no-repeat left 10px center;  
}
input[type="email"] {
  background: url("templates/default/img//email.png") no-repeat left 10px center;  
}

textarea {
  background: url("templates/default/img/pencil.png") no-repeat left 10px top 10px;
}

textarea {
  width: calc(100% - 55px);
  height: 120px;
  border: 1px solid #bbb;
  padding: 10px 10px 10px 45px;
  font-size: 14px;
}

input[type="text"],
input[type="email"] {
  width: calc(100% - 45px);
  max-width: 250px;
  border: 1px solid #bbb;
  padding: 0 0 0 45px;
  font-size: 14px;
}

input[type="text"]:focus,
input[type="email"]:focus {
  border: 1px solid #2196f3;
}
     
p {
  padding-bottom: 10px;
}

button {
  width: 100%;
  max-width: 150px;
  background: #e6ebee;
  border:none;
  border-bottom: 5px solid #d3dce1;
  color: #333;
  font-size: 14px;
  font-weight: 200;
  cursor: pointer;
  transition: box-shadow .4s ease;
}



/* Стили модального окна и содержания 
-------------------------------------------------------------------------------*/
 
/* слой затемнения */
 
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
/* активируем модальное окно */
 
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* блочная таблица */
 
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */
 
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */
 
.dm-modal {
    display: inline-block;
    padding: 20px;
    max-width: 50em;
    background: #4B57FF;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    text-align: left;
}
/* изображения в модальном окне */
 
.dm-modal img {
    width: 300px;
    height: auto;
}
/* миниатюры изображений */
 
.pl-left,
.pl-right {
    width: 300px;
    height: auto;
}
/* миниатюра справа */
 
.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* миниатюра слева */
 
.pl-left {
    float: left;
    margin: 5px 15px 5px 0;
}
/* встраиваемое видео в модальном окне */
 
.video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* рисуем кнопарь закрытия */
 
.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
}
.close:after {
    display: block;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/* кнопка закрытия при наведении */
 
.close:hover:after {
    border-color: #FFFFFF;
    color: #FFFFFF;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* варианты фонвой заливки модального блока */
 
.green {
    background: #388e3c!important;
}
.cyan {
    background: #4169E1!important;
}
.teal {
    background: #4169E1;
}
/* движуха при появлении блоков с содержанием */
 
@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}