@CHARSET "UTF-8";

.size_map {
    width: 490px;
    height: 300px;
}

.inner-block {
    clear: both;
    padding-top: 20px;
}

.inner-block p {
    text-align: center;
    margin-bottom: 17px;
}



.img_contact {
    height: 56px;
    margin: -10px 10px -10px 0; 
}

.info-inner-block {
    overflow: hidden;
    margin: 50px auto 40px;
    width: 500px;
}

.phone_block {
    float: right;
}

.phone_block p{
    margin-bottom: 5px;
}



.phone_center {
    font-size: 32pt;
    line-height: 38px;
    color: #99cc00;
    font-weight: bold;
}




a.phone_call, a.phone_center, .touchevents span.phone_call  {
    display: none;
}

.touchevents a.phone_call {
    display: inline-block;
    text-decoration: none;
    color: #1689cc;
    border-bottom: 1px dashed #1689cc;
}

.touchevents span.phone_center {
    display: none;
}

.touchevents a.phone_center {
    display: inline-block;
    border-bottom: 2px dashed #99cc00;
    text-decoration: none;
    color: #99cc00;
    font-weight: bold;
}



.schedule {
    float: left;
    margin-right: 14%;
}

.info-block-main {
    overflow: hidden;
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
}

.adress-desc {
    float: left;
    width: 40%;
    margin-right: 20px;
}

.time-edit {
  display: inline-block;
  min-width: 40%;
  font-size: 12pt;  
}

.adress-map {
    float: right;
}

.cntr_el_block {
    display: table;
    width: 100%;
}

.el_block {
    width: 30%;
    display: table-cell;
    margin-bottom: 30px;
    vertical-align: top;
    text-align: center;
}



.el_bnr {
    max-width: 350px;
    margin-right: 15px;
}

.el_icon {
    max-width: 100px;
}
.el_block h2 {
    margin: 10px 0;
    font-size:30px;
    color: #298cda;
}


.app {
   display: inline-block;
   margin: 0 10px 10px 10px;
   text-align: center;
}
.app p {
    text-align: center;
    color: #298cda;
    margin: 0 0 10px 0;
}

.useful_articles h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #3d9c40;
}

.useful_articles h3 {
   font-size: 18px;
    color: #3c3c3c;
    text-align: center;
}


.img_main_c {
    display: block;
    width: 100%;
    max-width: 700px;
}

.img_alcnr {
    margin: 0 auto;
}

.img_fl {
    float: left;
    max-width: 45%;
    max-height: 400px;
    margin: 0 48px 32px 0;
}

.img_fr {
    float: right;
    max-width: 45%;
    max-height: 400px;
    margin: 0 0 32px 48px;
}

.accordion{
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.toggle {
  display: none;
}


.toggle + label {
border-top: 1px solid #E6E6E6; 
  color: #498e04;
  cursor: pointer;
  display: block;
  line-height: 21px;
  padding: 6px 22px; 
  margin-bottom: 0px;
}



.toggle + label:hover {
} 


.toggle + label + div {
    display: none;
}

.toggle:checked + label + div {
    display: block;
}


.toggle + label:after {
  content: "";
    position: absolute;
    right: 14px;
    width: 12px;
    height: 20px;
    background: url(http://elmag.com.ua/site/templates/default/css/../images/sprite3.png?v=1509477811) no-repeat -288px -268px;
}

.toggle:checked + label:after {
  transform: rotate(180deg);
}

div.cont-box{
    background: #fefefe;
    margin:0;
    padding: 0 0 0 15px;
}

div.cont-box p {
    color: #333;
    line-height: 1.5;
    padding: 5px 10px;
    text-align: left;
    margin: 0;
}

div.cont-box a {
  color: #588B2B;
  font-weight: bold;
}







@media screen and (min-width: 1370px) {
    .phone_center {
        font-size: 38pt;
    }
}

@media screen and (max-width: 1215px) {
    .size_map {
    width: 430px;
    height: 300px;
    }
}
    

@media screen and (max-width: 1180px) {
    .el_block {
   display: inline-block;
   width: 100%;
    }
    .el_bnr {
    max-width: 549px;
    width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .size_map {
    width: 380px;
    height: 300px;
    }


    .img_bl_n {
        display: none;
    }
    
}

@media screen and (max-width: 760px) {
   .size_map {
    width: 400px;
    height: 300px;
    } 

    .adress-desc {
        float: none;
        width: 100%;
        margin-right: 20px;
    }

    .adress-desc .time-edit {
        display: inline-block;
        min-width: 15%;
        font-size: 12pt;
    }



    .adress-map {
        float: none;
    }

    .size_map {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    }
}

@media screen and (max-width: 646px) {
   

}


@media screen and (max-width: 552px) {
    .bl_n {
        display: none;
    }
    .schedule {
        float: none;
        margin-right: 0;
    }

    .phone_block {
        float: none;
        margin: 20px 0 0 10px;
    }

    .time-edit {
        min-width: 15%;
    }

}

@media screen and (max-width: 448px) {
    .phone_block_c {
        float: none;
    }
}

@media screen and (max-width: 435px) {
    .phone_center {
    font-size: 28pt;
    }

    .phone_block {
        margin-top: 25px;
    }
    
    .img_contact {
        float: none;
        display: block;
        margin: 0 auto 30px; 
    }


    .el_icon {
    max-width: 50px;
}
    .app {
       width: 100px;
    }
}


/* Winter Design */

.ng
{
    background:  -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 500px, #fff), url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x;
    background:  -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 500px, #fff), url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x;
    background:  -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 500px, #fff), url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x;
    background:  -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 500px, #fff), url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x;
    background:  linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 500px, #fff), url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x;
}

.ng #header
{
    background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 500px, #fff), url(/site/templates/default/images/snow.svg) center top repeat,
        url(/site/templates/default/images/pines.svg) center 52px repeat-x, url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x, -moz-linear-gradient(top, #2d74a0, #3489b9, #fff 167px, #fff);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 500px, #fff), url(/site/templates/default/images/snow.svg) center top repeat,
        url(/site/templates/default/images/pines.svg) center 52px repeat-x, url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x, -webkit-linear-gradient(top, #2d74a0, #3489b9, #fff 167px, #fff);
    background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 500px, #fff), url(/site/templates/default/images/snow.svg) center top repeat,
        url(/site/templates/default/images/pines.svg) center 52px repeat-x, url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x, -moz-linear-gradient(top, #2d74a0, #3489b9, #fff 167px, #fff);
    background: -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 500px, #fff), url(/site/templates/default/images/snow.svg) center top repeat,
        url(/site/templates/default/images/pines.svg) center 52px repeat-x, url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x, -webkit-linear-gradient(top, #2d74a0, #3489b9, #fff 167px, #fff);
    background: linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 500px, #fff), url(/site/templates/default/images/snow.svg) center top repeat,
        url(/site/templates/default/images/pines.svg) center 52px repeat-x, url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x, -webkit-linear-gradient(top, #2d74a0, #3489b9, #fff 167px, #fff);
}
.ng.main
{
    background:  -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 700px, #fff), url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x;
    background:  -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 700px, #fff), url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x;
    background:  -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 700px, #fff), url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x;
    background:  -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 700px, #fff), url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x;
    background:  linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 700px, #fff), url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x;
}

.ng.main #header
{
    background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 700px, #fff), url(/site/templates/default/images/snow.svg) center top repeat,
        url(/site/templates/default/images/pines.svg) center 52px repeat-x, url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x, -moz-linear-gradient(top, #2d74a0, #3489b9, #fff 167px, #fff);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 700px, #fff), url(/site/templates/default/images/snow.svg) center top repeat,
        url(/site/templates/default/images/pines.svg) center 52px repeat-x, url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x, -webkit-linear-gradient(top, #2d74a0, #3489b9, #fff 167px, #fff);
    background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 700px, #fff), url(/site/templates/default/images/snow.svg) center top repeat,
        url(/site/templates/default/images/pines.svg) center 52px repeat-x, url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x, -moz-linear-gradient(top, #2d74a0, #3489b9, #fff 167px, #fff);
    background: -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 700px, #fff), url(/site/templates/default/images/snow.svg) center top repeat,
        url(/site/templates/default/images/pines.svg) center 52px repeat-x, url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x, -webkit-linear-gradient(top, #2d74a0, #3489b9, #fff 167px, #fff);
    background: linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 700px, #fff), url(/site/templates/default/images/snow.svg) center top repeat,
        url(/site/templates/default/images/pines.svg) center 52px repeat-x, url(/site/templates/default/images/snow_blue.svg) center 118px repeat-x, -webkit-linear-gradient(top, #2d74a0, #3489b9, #fff 167px, #fff);
}
.ng #h_top_outer
{
    background: none;
    box-shadow: 0 -1px 0 rgba(255,255,255,0.2) inset;
}
.ng #logo
{
    background: url(/site/templates/default/images/ng_logo.svg) center no-repeat;
}    
.ng #header .chooser.cities > span, .ng #header .chooser.cities ul:not(.jshover) .ctop, .ng #header .work_time,
.ng #header .callback_top a, .ng #header .callback_top a:hover, .ng #header .mobile_dh, .ng #header .free_call_note
{
    color: #fff;
}
.ng #header .chooser ul li:first-child:after, .ng #header .phone:before, .ng #header .callback_top:before, .ng #header .work_time:before,
.ng #cart_ref:not(.jshover) #cart_pic:before, .ng .empty .cart_baloon, .ng .empty .cart_baloon:after, .ng .filled:not(.jshover) .cart_baloon,
.ng .filled:not(.jshover) .cart_baloon:after, .ng #cart_ref.empty #cart_pic:before
{
    background: #fff;
}
.ng .empty .cart_baloon
{
    color: #666;
}
.ng .filled:not(.jshover) .cart_baloon
{
    color: #2d74a0;
}
.ng.fixed_menu #header_inner
{
    background: url(/site/templates/default/images/snow.svg) center top repeat, url(/site/templates/default/images/pines.svg) center 5px repeat-x, -moz-linear-gradient(top, #2d74a0, #348aba);
    background: url(/site/templates/default/images/snow.svg) center top repeat, url(/site/templates/default/images/pines.svg) center 5px repeat-x, -webkit-linear-gradient(top, #2d74a0, #348aba);
    background: url(/site/templates/default/images/snow.svg) center top repeat, url(/site/templates/default/images/pines.svg) center 5px repeat-x, -o-linear-gradient(top, #2d74a0, #3489b9, #348aba);
    background: url(/site/templates/default/images/snow.svg) center top repeat, url(/site/templates/default/images/pines.svg) center 5px repeat-x, -ms-linear-gradient(top, #2d74a0, #3489b9, #348aba);
    background: url(/site/templates/default/images/snow.svg) center top repeat, url(/site/templates/default/images/pines.svg) center 5px repeat-x, linear-gradient(top, #2d74a0, #3489b9, #348aba);
    background-size: auto, auto 65px, auto;
}
.ng.fixed_menu #logo
{
    background: none;
}
.ng #logo:after
{
    background: url(/site/templates/default/images/ng_logo.svg) center no-repeat;
    background-size: contain;
}
.ng.fixed_menu #p_info_holder .super_bttn
{
    background: #2d74a0;
}
.ng.fixed_menu #p_info_holder .super_bttn:hover
{
    background: #348aba;
}
.ng:not(.product) .productItemBid:after, .ng.product .buy_holder:after
{
    content: '';
    background: url(/site/templates/default/images/bttn_snow.svg) center no-repeat;
    display: block;
    position: absolute;
    width: 80px;
    height: 15px;
    right: -1px;
    z-index: 10;
}
.ng:not(.product) .productItemBid:after
{
    bottom: 27px;
}
.ng.product .buy_holder:after
{
    bottom: 38px;
}
.ng.product .not_for_sale .buy_holder:after, .ng.fixed_menu.product .buy_holder:after
{
    display: none;
}
.ng:not(.fixed_menu) #menu_drop
{
    position: relative;
}
.ng:not(.fixed_menu) #menu_drop:before, .ng:not(.fixed_menu) #search_ext:before {
    content: '';
    background: url(/site/templates/default/images/big_snow.svg) center no-repeat;
    display: block;
    position: absolute;
    width: 224px;
    height: 19px;
    right: -2px;
    z-index: 12;
    top: -13px;
}
@media screen and (max-width: 999px) {
    .ng, .ng.main
    {
        background:  -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 320px, #fff), url(/site/templates/default/images/snow_blue.svg) center top repeat-x;
        background:  -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 320px, #fff), url(/site/templates/default/images/snow_blue.svg) center top repeat-x;
        background:  -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 320px, #fff), url(/site/templates/default/images/snow_blue.svg) center top repeat-x;
        background:  -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 320px, #fff), url(/site/templates/default/images/snow_blue.svg) center top repeat-x;
        background:  linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 320px, #fff), url(/site/templates/default/images/snow_blue.svg) center top repeat-x;
    }
    .ng #header, .ng.main #header
    {
        background: url(/site/templates/default/images/snow.svg) center top repeat, url(/site/templates/default/images/pines.svg) center 5px repeat-x, -moz-linear-gradient(top, #2d74a0, #348aba);
        background: url(/site/templates/default/images/snow.svg) center top repeat, url(/site/templates/default/images/pines.svg) center 5px repeat-x, -webkit-linear-gradient(top, #2d74a0, #348aba);
        background: url(/site/templates/default/images/snow.svg) center top repeat, url(/site/templates/default/images/pines.svg) center 5px repeat-x, -o-linear-gradient(top, #2d74a0, #3489b9, #348aba);
        background: url(/site/templates/default/images/snow.svg) center top repeat, url(/site/templates/default/images/pines.svg) center 5px repeat-x, -ms-linear-gradient(top, #2d74a0, #3489b9, #348aba);
        background: url(/site/templates/default/images/snow.svg) center top repeat, url(/site/templates/default/images/pines.svg) center 5px repeat-x, linear-gradient(top, #2d74a0, #3489b9, #348aba);
        background-size: auto, auto 65px, auto;
    }
    .ng:not(.fixed_menu) #menu_drop:before, .ng:not(.fixed_menu) #search_ext:before
    {
        display: none;
    }
}

/* articles styles */

.article .article_data hr
{
    display: block;
    clear: both;
    height: 0;
    border: none;
    color: #fff;
    background: #fff;
    box-shadow: none;
}
.article .article_data h3
{
    color: #333;
    font-weight: bold;
}
.article .article_data p img
{
    margin-top: 15px;
}

@media screen and (max-width: 1280px)
{
    
    .article .article_data p img.img_fr, .article .article_data p img.img_fl
    {
        float: none;
        margin: 48px auto 32px;
        display: block;
        max-width: 100%;
    }
    
}