@import "fonts/fonts.css";
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}
*{
    margin:0;
    padding:0;
}
a{
    text-decoration:none;
}
img {
    border: none;
}
html, body {
    height: 100%;
    font-family: verdana, arial, helvetica, sans-serif, Myriad Pro;

}
body{
    background: #EEF3FA;
}
.wrapper{
    max-width: 1606px;
    margin: 0 auto;
    background: #FFFFFF;
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    /*z-index: -1;*/
}
.c_gray{
    color: #747474;
}
.c_dirty{
   color: #cbcbd2;
}
.c_pink{
    color: #f45c5d!important;
}
.c_black{
    color: #000000!important;
}
.c_blue{
    color: #60aaf6!important;
}
.c_primary{
    color: #7376ff!important;
}
.bg_main{
    background: #f6f6f6;
}
.bg_primary{
    background: #7376ff!important; ;
}
.bg_blue{
    background: #60aaf6!important;
}
.c_white{
    color: #ffffff;
}
.bg_white{
    background: #FFFFFF;
}
.w1245{
    width: 1245px!important;
    margin: 0 auto;
    position: relative;
}
.w1260{
    min-width: 1260px!important;
    margin: 0 auto;
    position: relative;
}
.w1606{
    width: 1606px!important;
    position: relative;
}
.max_width{
    display: block;
    max-width: 1606px;
    margin: 0 auto;
    position: relative;
}
/*-------------------Header--------------------*/
.menu_top{
    padding: 12px 0;
    border-bottom: solid 1px #cccdcf;
    position: relative;
}
.menu_middle{
    padding: 20px 0;
    position: relative;
}
.menu_middle .phone{
    position: relative;
    margin: 4px 2px 30px 65px;
    display: block;
    float: left;
}
.menu_middle .phone:before{
    content: "";
    display: block;
    position: absolute;
    width: 56px;
    height: 57px;
    top: -10px;
    left: -65px;
    background: url(../images/tel.png) no-repeat;
}
.menu_middle .clock{
    position: relative;
    margin: 4px 2px 30px 100px;
    display: block;
    float: right;
}
.menu_middle .clock:before{
    content: "";
    display: block;
    position: absolute;
    width: 56px;
    height: 57px;
    top: -10px;
    left: -65px;
    background: url(../images/clock.png) no-repeat;
}
.logo{
    margin: 0 138px 0 0;
    display: block;
    float: left;
}
/*-------------------End Header----------------*/
/*---------------------------------Content-----------------------------------*/
@media screen and (max-width: 980px){
    .w1040{
        max-width: 900px!important;
        margin: 0 auto!important;
        width: 100%!important;
    }
    .block_collection{
        padding-left: 20px!important;
        max-width: 960px!important;
        width: 100%!important;
        margin: 0 auto!important;
    }
    .popup{
        left: 5%!important;
    }
}
.w1040{
    max-width: 1040px;
    margin: 0 auto;
}
.block_collection{
    padding-left: 10px;
    max-width: 1260px;
    margin: 0 auto;
}
.item_block .price, .product .price{
    background: #7376ff;
    padding: 5px 23px;
}
.line-through{
    position: relative;
    top:-9px;
    border-bottom: solid 2px #f45c5d;
    display: inline;
}
.line-through span{
    position: relative;
    top: 11px;
    left: -1px;
}
.item_block{
    width: 260px;
    margin: 0 15px 15px 0;
    padding: 20px;
    float: left;
    position: relative;
    height: 525px;
    background: #fff;
}
.image_item{
    display: block;
    height: 260px;
    width: 260px;
    background: #e4e4e4;
    outline: solid 1px #cccdcf;
    overflow: hidden;
}
.image_item img{
    height: auto;
    width: 260px;
}
.name_tile{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 293px 0 230px 20px;
    line-height: 20px;
    width: 280px;
    height: 40px;
    outline: solid 1px #cccdcf;
}
.name_tile:hover{
    outline: solid 1px #f45c5d;
    color: #f45c5d!important;
    transition: 0.25s;
}
.show_more{
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
    color: #FFFFFF;
    padding: 15px 20px 15px 58px;
}
.rotate {
    display: inline-block;
    width:23px;
    height:23px;
    margin:12px 0 0 21px;
    position:relative;
}
.rotate:before {
    content:'';
    position:absolute;
    height: 40px;
    width: 40px;
    background-image: url(../images/rotate.png) ;
    background-repeat: no-repeat ;
    background-position: 0 0;
    top: 0;
    left: 0;
}
.rotate.active{
    animation:rotate 1s linear infinite;
}
@keyframes rotate {
    100% {
        transform:rotate(360deg); }
}
.btn_show_more{
    position: relative;
    width: 200px;
    height: 50px;
    background: #f45c5d;
    margin: 33px auto 0;
    border-radius: 25px;
}
.collection_tile{
    padding: 40px 0 30px;
    line-height: 29px;
}
/*---------------------------------End Content-----------------------------------*/

/*---------------------------------------Popup-------------------------*/
.over_lay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: fixed;
    cursor: default;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.over_lay:target {
    visibility: visible;
    opacity: 1;
}
.over_lay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: fixed;
    cursor: default;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup {
    top: 0;
    left: 20%;
    z-index: 100!important;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    width: 854px;
    position: absolute;
    background-color: #FFFFFF;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.over_lay:target+.popup {
    top: 20%;
    visibility: visible;
    opacity: 1!important;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 24px;
    height: 24px;
}
.close:before {
    content: "";
    display: block;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.w330{
    width: 330px;
}
.w230{
    width: 230px;
}
table{
    width: 100%;
    border: 4px  #cccdcf!important;
    background: #FFFFFF!important;
}
td{
    border: 1px solid #cccdcf!important;
    padding: 10px 0 10px 20px!important;
}
.bg_table{
    padding: 15px 20px 20px;
}
.popup .product{
    padding: 20px 20px 0;
}
/*-----------------------------------End Popup----------------------------------------------------*/
/*----------------------------------------------------------Footer--------------------------*/
.footer{
    background: #4f4f67;
}
.footer_info{
    width: 1245px;
    margin: 0 auto 0;
    position: relative;
}
.footer_item{
    display: block;
    padding: 42px 0 44px;
}
.footer_logo{
    width: 300px;
}
.footer_phone{
    width: 275px;
}
.footer_clock{
    width: 245px;
}
/*-----------------------------------End Footer-------------------------------------*/

.main_photos a {
    margin: 0 10px;
}

.main_photos img {
    border: 1px solid #fff;
}

.gallery-item img{
    border: 1px solid #ccc;
}
.gallery-item{
    margin: 10px;
    float: left;
}