/*
* @package Aaika
* @copyright (C) 2017 by Joomlastars - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author Joomlastars <author@joomlastars.co.in>
* @authorurl <http://themeforest.net/user/joomlastars>
*/



.list_divlines li:first-child{
  text-align:center;
}
.head_mobil {
    display: none;
}
@media screen and (max-width:1000px){
    .head_mobil {
        display: flex;
        justify-content: space-between;
        height: 80px;
        background: #5b5b5b;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    .head_mobil_slogan {
        float: left;
        color: #d9dada;
        text-transform: uppercase;
        font-size: 22px;
        width: 158px;
        text-align: center;
        padding: 14px 12px 0;
        line-height: 26px;
    }
    .head_mobil_logo {
        border-bottom: 80px solid #c4c5c5;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        padding: 0 30px;
    }
    .head_mobil_logo img {
        margin-top: 20px;
    }
    .head_menu_open {
        float: right;
        width: 158px;
        padding: 25px 12px 0;
    }
    .head_menu_open #nav-toggle{
        display: block;
        width: 35px;
        height: 25px;
        margin: 0 auto;
        cursor: pointer;
        position: relative;
    }
    .head_menu_open #nav-toggle span{position:absolute;left:0;top:10px;}
    .head_menu_open #nav-toggle span, .head_menu_open #nav-toggle span:before, .head_menu_open #nav-toggle span:after{position:absolute;display:block;content:'';height:5px;width:35px;background: #d9dada;border-radius:1px;cursor:pointer;}
    .head_menu_open #nav-toggle span:before{top:-10px;}
    .head_menu_open #nav-toggle span:after{bottom:-10px;}
    .head_menu_open #nav-toggle span, .head_menu_open #nav-toggle span:before, .head_menu_open #nav-toggle span:after{transition:all 500ms ease-in-out;}
    .head_menu_open #nav-toggle.active span{background-color:transparent;}
    .head_menu_open #nav-toggle.active span:before, .head_menu_open #nav-toggle.active span:after{top:0;}
    .head_menu_open #nav-toggle.active span:before{transform:rotate(45deg);}
    .head_menu_open #nav-toggle.active span:after{transform:rotate(-45deg);}
}
@media screen and (max-width:767px){
  .head_mobil_slogan {
      font-size: 12px;
      padding: 24px 12px 0;
      line-height: initial;
  }
}
@media screen and (max-width:479px){
.head_mobil {
    display: block;
    justify-content: initial;
    height: 60px;
}
.head_mobil_slogan {
    font-size: 12px;
    padding: 14px 10px 0;
    line-height: initial;
    width: 98px;
    float: left;
}
.head_mobil_logo {
    border: 0;
    padding: 0;
    float: left;
    width: calc(100% - 196px);
    text-align: center;
    position: relative;
}
.head_mobil_logo:before {
    content: '';
    display: block;
    border-bottom: 80px solid #c4c5c5;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    margin-top: -20px;
}
.head_mobil_logo img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
}
.head_menu_open {
    float: right;
    width: 98px;
    padding: 18px 10px 0;
}
}
/*head_menu*/
.head_menu {
    background-color: #f3f3f3;
}
@media screen and (min-width:1000px){
  .compact .head_menu {
      display: block;
      position: fixed;
      z-index: 9000!important;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
      box-shadow: 0 1px 4px rgba(0,0,0,.2);
      -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
      height: 55px;
  }
}
.head_menu>ul {
    display: table;
    margin: auto;
    position: relative;
}
.head_menu>ul>li {
    display: inline-block;
    position: initial;
}
.head_menu>ul>li>a {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    font-family: 'Raleway', sans-serif;
    padding: 0 14px;
    line-height: 55px;
}
.head_menu>ul>li>a:first-letter {
    color: #cc3333;
    font-weight: 700;
}
.head_menu>ul>li>ul {
    column-count: 3;
    -webkit-column-count: 3;
    column-gap: 0;
    -webkit-column-gap: 0;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 30px 40px 10px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #777;
    font-family: auto;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
.head_menu>ul>li:hover>ul {
    display: block;
    animation-duration: 0.5s;
    animation-name: fadeInFromNone;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fadeInFromNone;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-duration: 5s;
    -ms-animation-name: fadeInFromNoneIE;
    -ms-animation-fill-mode: forwards;
}
.head_menu>ul>li>ul>li{
    width: 100%;
    padding-bottom: 20px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
.head_menu>ul>li>ul>li>a {
    font-size: 15px;
    color: #c12126;
    font-weight: 400;
    display: block;
    line-height: 34px;
}
.head_menu>ul>li>ul>li>a:hover {
    text-decoration: underline;
}
.head_menu>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 4px 8px;
    transition: all 0.3s ease;
}
.head_menu>ul>li>ul>li>ul>li>a:hover {
    background-color: #f3f3f3;
    margin-left: 5px;
}
.head_menu>ul>li>ul>li>ul>li>a:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}
 
@media screen and (max-width:1000px){
    .head_menu {
        position: fixed;
        top: 80px;
        bottom: 0;
        left: -100%;
        width: 100%;
        z-index: 9999;
        overflow-y: auto;
        -webkit-transition:all 0.6s;
        -moz-transition:all 0.6s;
        transition:all 0.6s;
    }
    .head_menu.active {
        left: 0;
    }
    .head_menu>ul, .head_menu>ul>li {
        display: block; 
        overflow: hidden;
    }
    .head_menu>ul>li>a {
        font-weight: 700;
        line-height: 40px;
    }
    .head_menu>ul>li:hover>ul, .head_menu>ul>li>ul {
        display: none;
        column-count: initial;
        -webkit-column-count: initial;
        column-gap: initial;
        -webkit-column-gap: initial;
        position: relative;
        left: initial;
        right: initial;
        padding: 10px 30px;
        font-size: 16px;
        background-color: #e6e4e4;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
    }
    .head_menu>ul>li>ul>li {
        padding-bottom: 0;
        break-inside: initial;
        -webkit-column-break-inside: initial;
    }
    .head_menu>ul>li>ul>li>a {
        font-weight: 700;
    }
    .open_child_menu {
        width: 100px;
        line-height: 40px;
        float: right;
        text-align: center;
        cursor: pointer;
        z-index: 2;
        position: relative;
    }
    .open_child_menu:before {
        content: "\f107";
        font: normal normal normal 30px/40px FontAwesome;
        color: #333;
    }
    .open_child_menu.active:before {
        content: "\f106";
    }
} 
@media screen and (max-width:767px){
    .open_child_menu {
        width: 40px;
        height: 40px;
    }
    .open_child_menu:before {
        line-height: 42px;
    }
    .head_menu>ul>li>a {
        line-height: initial;
        display: block;
        font-size: 16px;
        padding: 10px 14px;
    }
    .head_menu>ul>li:hover>ul, .head_menu>ul>li>ul {
        padding: 10px 15px;
    }
}

@media screen and (max-width:479px){
    .head_menu {
      top: 60px;
    }
}




.bg-slider{
    background-size: 1440px 750px;
    height: 750px;
    width: 1440px;
    display: flex;
    position: relative;
    overflow:hidden;
    }
/* стили для всыплывющей формы */
.Gmap {
   border:0;
   allowfullscreen:;
   width: 100%;
   height: 500px;
   frameborder:0;
}
@media screen and (max-width: 500px){
    .Gmap{
    }
}
.popup{
    width:100%;
    min-height:100%;
    overflow:hidden;
    position:fixed;
    top:0;
     left: 0;
     right: 0;
    z-index: 10000;
}


.popup .popup-content{
    top:0;
    left:5%;
    margin:auto;
    width:90%;
    height: 90%;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
    z-index: 10000;
    position:absolute;
     overflow:scroll;
}

.popup-overlay {
    
    top:0;
    left:0;
    right:0;
    position:fixed;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    margin-top:80px;
    z-index:1;
}
.popup-form{

   
}
.popup-form p {

    font-size: 30px;
    color: #ed5552;
    margin:30px 0;
}


.popup-form #ff_elem799{
    color:#333;
}
.popup-form #ff_elem762{
    color:#ed5552;
}
.popup-form #ff_elem1222{
    color:#333;
}
.popup-form #ff_elem1221{
    color:#ed5552;
}
.popup-form #ff_elem1235{
    color:#333;
}
.popup-form #ff_elem1234{
    color:#ed5552;
}
.popup-form #ff_elem1248{
    color:#333;
}
.popup-form #ff_elem1247{
    color:#ed5552;
}
.popup-form #ff_elem1261{
    color:#333;
}
.popup-form #ff_elem1260{
    color:#ed5552;
}
.popup-form #ff_elem1274{
    color:#333;
}
.popup-form #ff_elem1273{
    color:#ed5552;
}
.popup-form #ff_elem1287{
    color:#333;
}
.popup-form #ff_elem1286{
    color:#ed5552;
}
.popup-form #ff_elem1300{
    color:#333;
}
.popup-form #ff_elem1299{
    color:#ed5552;
}
.popup-form input[readonly="readonly"]{
    color: #029e02;
    font-size: 20px;
    font-weight: bold;
}
.popup-form button {
text-align: center;
    background-color: #029e02;
    border-radius: 3px;
    padding: 2% 13%;
    white-space: nowrap;
    transition: all 0.3s ease;
    float: left;
    z-index: 9999;
    margin-top: 15px;
    margin-right:10%;
    font-size: 30px;
}
.popup .controls .control-label{
    width: 10%;
    min-width: 110px;
    vertical-align: text-top;
    text-align: left;
    margin-left: 15%;
}
.popup-form button:hover{
    background-color:#9a9a9a;
    
}
@media screen and (max-width: 500px){
    .popup-form #bfLabel817 {margin-left:0;}
    .popup-form #bfLabel772{margin-top:30px;}
    
    .popup-form button {
        margin-left:1%;
        padding: 1% 7%;
        
    }
}

/* конец стилей для всыплывющей формы */

.invisible{
    visible: invisible;
    margin: -500px;
}
.page_header_sushi{
    background-image: url(../images/Sushi-box_header.jpg);
}
.page_header_bloknoti{
    background-image: url(../images/Bloknoti_header.png);
}
.page_header_buh_blanki{
    background-image: url(../images/Buh_blanki_header.png);
}
.page_header_papki{
    background-image: url(../images/Papki_header.png);
}
.page_header_firm_blanki{
    background-image: url(../images/Firm_blanki_header.png);
}
.page_header_vizitki{
    background-image: url(../images/Vizitki_header.png);
}
.page_header_bookleti{
    background-image: url(../images/Bookleti_header.png);
}
.page_header_flaera{
    background-image: url(../images/Flaera_header.png);
}
.page_header_katalogi{
    background-image: url(../images/Katalogi_header.png);
}
.page_header_listovki{
    background-image: url(../images/Listovki_header.png);
}
.page_header_brochuri{
    background-image: url(../images/Brochuri_header.png);
}
.page_header_prospekti{
    background-image: url(../images/Prospekti_header.png);
}
.page_header_journal{
    background-image: url(../images/Journal_header.png);
}
.page_header_gazeti{
    background-image: url(../images/Gazeti_header.png);
}
.page_header_etiketka{
    background-image: url(../images/Etiketka_header.png);
}
.page_header_korobochka{
    background-image: url(../images/Korobochka_header.png);
}
.page_header_gramoti{
    background-image: url(../images/Gramoti_header.png);
}
.page_header_certificati{
    background-image: url(../images/Certificati_header.png);
}
.page_header_otkritki{
    background-image: url(../images/Otkritki_header.png);
}
.page_header {
    position: relative;
       float: left;
       width: 100%;
       height: 400px;
       text-align: center;
       background-color: #333;
       background-repeat: no-repeat;
       background-position: center top;
       background-size:cover;
}
.page_header .title {
    float: right;
    margin-top: 20px;
    padding: 5px 100px 5px 50px;
    font-size: 30px;
    color:#fff;
    background-color:rgb(225,62,65);
    text-transform: uppercase;
    font-weight: bold;
}
.page_header .Coribthia{
    padding: 160px 0px 0px 50px;
    color:rgb(225,62,65);
    font-size: 110px;
    font-family: 'Corinthia';
    font-weight: 200;
    text-align: left;
        text-shadow: 1px 1px 20px white;
}
.page_header .final{
    margin: 170px 110px 0px 50px;
    font-size: 35px;
    font-weight:600;
    float: right;
    text-shadow: 1px 1px 20px white;
    line-height: 40px;
    color:white;
    background-color:rgb(27,34,37);
}
@media screen and (max-width: 600px) {
    .xxxxpage_header h1{
        font-size: 11px;
        margin-left: 14%;
    }
}
.calendar_block{
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
    background: url(../images/fon_kubiki.png) repeat left top;
    text-align: center;
}
.vizitki_block{
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
    background: url(../images/fon_kubiki.png) repeat left top;
    text-align: center;
    margin-left:0;
}
.abzaci p {
    text-indent: 40px;
}
.progress-bar-title{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
    color: #333333;
}
.title_calendari{
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 600;
}
.price_button{
    color:
    #fff;
    background:
    #e54c4c;
    border-radius: 3px;
    padding: 5%;
    white-space: nowrap;
    transition: all 0.3s ease;
    float: left;
    z-index: 9999;
    margin-top: 15px;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.bg_vizitki{
background:     url(../images/bg/vizitki/background_vizitki_Assa_Print.png) center bottom no-repeat;

background-size: 1441px 485px;

background-attachment: scroll;
height: 485px;
}
@media screen and (max-width: 1400px)
{
    .bg_vizitki{
    background:  none;
    
    }
    
}

.box_vizitki{
    font-size: 18px;
    line-height:18px;
}
.box_vizitki p{
   text-align: center;
    margin-left: -450px;
}
.box_vizitki ul{
    margin-left:400px;
    margin-top: -21px;
    margin-bottom: 5px;
    text-align:left;
}
.box_vizitki li{
   list-style: circle;
}

@media screen and (max-width: 1000px)
{
.box_vizitki p{
   text-align: center;
    margin-left: -200px;
}
.box_vizitki ul{
    margin-left:300px;
}
}
 @media screen and (max-width: 600px)
{
.box_vizitki p{
   text-align: center;
    margin-left: -150px;
}
.box_vizitki ul{
    margin-left:200px;
}
}
.bg_calendar_business{
background:     url(../images/bg/calendar/backgrounf_for_business_calendars_Assa_Print.png) center bottom no-repeat;
background-size: 1441px 585px;
background-attachment: scroll;
height: 485px;
}
@media screen and (max-width: 1400px)
{
    .bg_calendar_business{
    background:  none;
    }
}

.center_box_kalendari{
    font-size: 18px;
    line-height:18px;
}
.center_box_kalendari p{
    
   text-align: center;
    margin-left: -450px;
    
    
}
.center_box_kalendari ul{
    
   
    margin-left:200px;
    margin-top: -21px;
    margin-bottom: 5px;
    text-align:left;
   
    
    
}

.center_box_kalendari li{
    
   list-style: circle;
   
    
    
}
 @media screen and (max-width: 800px)
{
.center_box_kalendari p{
    
   text-align: center;
    margin-left: -150px;
    
    
}

}
@media screen and (max-width: 1000px)
{
.center_box_kalendari p{
    
   text-align: center;
    margin-left: -200px;
    
    
}

}

.podrobnee{
    background:#eee;
    padding: 17px 10%;
margin: 25px 6.4%;
    text-align: center;
    transition: all 0.3s ease;
    white-space: nowrap;
    z-index: 9999;
    float:right  ;
}

.z_index_max{
    z-index: 10000;
}
.flip-90{
    -webkit-transform: rotate(-90deg);
}
.flip90{
    -webkit-transform: rotate(90deg);
}
.full-width-botton{
    color: #454545;
     background: #eee;
     border-radius: 3px;
     padding: 3% 27%;
     white-space: nowrap;
     transition: all 0.3s ease;
     z-index: 9999;
     margin-top: 15px;
     font-size: 30px;
     text-anchor:;
     text-align:center;
     width: 100%;
     display: block;
     
}
.button{
    color: #fff;
    background: #e54c4c;
    border-radius: 3px;
    padding: 5% 17%;
    white-space: nowrap;
    transition: all 0.3s ease;
    float: left;
    z-index: 9999;
    margin-top: 15px;
    font-size: 30px;
    text-anchor:;

}
.zakazat{
    color:
#fff;
background:
#7b7b7bcf;
border-radius: 3px;
padding: 5% 35%;
margin: 20px 0 0 0;
white-space: nowrap;
transition: all 0.3s ease;
float: left;
z-index: 9999;

font-size: 20px;
}
.rasschitat {
    color:
#fff;
background:
#7b7b7bcf;
border-radius: 3px;
padding: 5% 35%;
white-space: nowrap;
transition: all 0.3s ease;
float: left;
z-index: 9999;
margin-top: 15px;
font-size: 20px;
}

@media screen and (max-width: 767px){

    .button{
         
         padding: 5% 20%;
    }
}
.callendar{
    background-image: url(../images/icon-2.png);
    
}

    

.bg_all{
    background: url(../images/fon_kubiki.png), repeat left top;
    
   
}
.bg_etiketka{
    background-image: url(../images/etiketka-main.png);
}
.one_fifth_my { width: 20%;
    position: relative;
    margin-right: 1%;
    float: left;
    
}
.one_half_my { width: 49%;
    position: relative;
    margin-right: 1%;
    float: left;
    
}
.one_third_my { width: 33.3%;
    position: relative;
    margin-right: 0;
    float: left;
    
}

.zagolovok
{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    color: #afb0b0;
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-family: 'Champagne & Limousines', sans-serif;
    font-weight: 300;

    

}
.ralewayfont{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    
    
}
.Corinthiafont{
color: #000000;

font-size: 60px;

text-align: left;

line-height: 21px;

font-family: 'Corinthia';

font-weight: 200;
}
.text_my {
    background: #fff0;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 14px;
}

.spiski ul
{
    margin:20px;
}
.spiski li
{
    list-style:inside;
}
/* table styles */
.tabs_my {
  font-weight: bold;
}
.table {
  display: table;
  width: 90%;
  margin: auto;
  margin-bottom:20px;
  border-collapse: separate;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;  
}

.table_row {
  display: table-row;
  background-color:#e9e9e9;
  
}

.theader {
  display: table-row;
  color: #333;

}

.table_header {
  display: table-cell;
  background: #d8d7d7;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.table_header:first-child {
  border-left: #ccc 1px solid;
  border-top-left-radius: 5px;
}

.table_header:last-child {
  border-right: #ccc 1px solid;
  border-top-right-radius: 5px;
}

.table_small {
  display: table-cell;
  
}

.table_row > .table_small > .table_cell:first-child {
  //display: none;
  background: #333;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table_row > .table_small > .table_cell:nth-child(2) {
  background: #d8d7d7;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_row > .table_small > .table_cell {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #f25754;
  border-bottom: #ccc 1px solid;
  font-weight: bold;
}

.table_row > .table_small:first-child > .table_cell {
  border-left: #ccc 1px solid;
}

.table_row > .table_small:last-child > .table_cell {
  border-right: #ccc 1px solid;
}

.table_row:last-child > .table_small:last-child > .table_cell:last-child {
  border-bottom-right-radius: 5px;
}

.table_row:last-child > .table_small:first-child > .table_cell:last-child {
  border-bottom-left-radius: 5px;
}

.table_row:nth-child(2n+3) {
  background: #e9e9e9;
}
.showpopup:hover {
    color:#fff;
}

.hidepopup {
    text-align: right;
    margin:20px;
}
.hidepopup:hover{
    color:#333;
}
@media screen and (max-width: 900px) {
  .table {
    width: 90%
  }
}

@media screen and (max-width: 650px) {
  .table {
    display: block;
  }
  .table_row:nth-child(2n+3) {
    background: none;
  }
  .theader {
    display: none;
  }
  .table_row > .table_small > .table_cell:nth-child(odd) {
    display: table-cell;
    width: 50%;
  }
  .table_cell {
    display: table-cell;
    width: 50%;
  }
  .table_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    padding-bottom: 0px;
    margin: 5% auto 0;
    text-align: center;
  }
  .table_small {
    display: table-row;
  }
  .table_row > .table_small:first-child > .table_cell:last-child {
    border-left: none;
  }
  .table_row > .table_small > .table_cell:first-child {
    border-left: #ccc 1px solid;
  }
  .table_row > .table_small:first-child > .table_cell:first-child {
    border-top-left-radius: 5px;
    border-top: #ccc 1px solid;
  }
  .table_row > .table_small:first-child > .table_cell:last-child {
    border-top-right-radius: 5px;
    border-top: #ccc 1px solid;
  }
  .table_row > .table_small:last-child > .table_cell:first-child {
    border-right: none;
  }
  .table_row > .table_small > .table_cell:last-child {
    border-right: #ccc 1px solid;
  }
  .table_row > .table_small:last-child > .table_cell:first-child {
    border-bottom-left-radius: 5px;
  }
  .table_row > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
  }
}
/* table styles end*/
table {
  border: 1px solid #ccc;
  width: 90%;
  margin:0 5%;
  padding:0;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  font-family: 'CenturyGothic' !important;
}
table tr {
  border: 1px solid #ddd;
  padding: 5px;
}

table th, table td {
  padding: 10px;
  text-align: center;
}

table th {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
table th{
       color: #333;
    background-color: #d8d7d7;
    
}

table caption{
    text-align: left;
    font-size:25px;
    margin-bottom: 20px;
    padding-left:5%;
}


@media screen and (max-width: 600px) {

  table {
    border: 0;
  }

  table thead {
    display: none;
  }

  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }

  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}

.calendar_name{
    font-family: 'Raleway', sans-serif;
    -webkit-transform: rotate(-90deg);
    text-align: center;
    font-size:50px;
    float:left;
    padding-right: 340px;
    font-weight:20px;
  
    margin-right:100%;
    margin-left: -300px;
    margin-bottom:-45px;
    color: #fff;
     text-shadow: 1px 1px 2px black, 0 0 1em black;
    
}

@media screen and (max-width:1400px){
    
    .calendar_name{
    

    -webkit-transform: none;
      text-align: center;
      font-size:60px;
      float:none;
      padding-right: inherit;
      font-weight:20px;
    
      margin-right:inherit;
      margin-left: inherit;
      margin-bottom:40px;
      color: #fff;
       text-shadow: 1px 1px 2px black, 0 0 1em black;
      
    
}}
.margin-bot-minus{
    margin-bottom:-70px;
}
/*.table-container {
  
  width: 100%;
  margin-top: -55px;
  margin-bottom: 70px;
  padding: 0;

}
.table-container p{
    text-align:left;
    font-size: 22px;
    margin-bottom:20px;
    margin-left: 5%;

}
*/
.josstext_my {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    
}
.img_circle{

width: 200px;

height: 200px;

border-radius: 100%;

display: block;

margin: 0 auto;
}

.img_cube2{

width: 100px;

height: 100px;

border-radius: 100%;

display: block;

margin: 0 auto;
}

.partners{
    width: 180px;
    
    height: 80px;
}
.img_cube{
    
    width: 234px;
    
    height: 250px;
    
    
    display: block;
    
    margin: 0 auto;
    
    
    
    
    
}

.imgrectangle{
    
    width: 250px;
    
    height: 200px;
    
    
    display: block;
    
    margin: 0 auto;
    
    padding: 5px;
    
    border: 1px solid rgba(255, 255, 255, 0.3);
    
}
.img-slide{
    
    width: 440px;
    
    height: 532px;
    
    
}
.box_my p
{
    color: #f25754;
    font-size:21px;
    margin: 10px;
}
.ibox_my{
margin: 0 auto 45px auto;

width: 200px;

height: 200px;

text-align: center;
/*
padding: 12px 0px 45px 0px;*/


    background: url(../images/site-img19.png) no-repeat center top;}
/* You can add new css here */

@media screen and (max-width: 630px){
    .page_header{
        height:100%;
        
    }
    .page_header .Coribthia{
        line-height:80px;
        padding:160px 0px 0px 0px;
        text-align:center;
        font-size:100px;
    }
    .page_header .final{
        padding:80px 110px 80px 50px;
    }
.adaptive-titlle{
    background-position: left 0;
    background-size: 100% 100%;
    background-repeat:    no-repeat;
    height: 100%;
   padding: 40px 0px 40px 0px;
}}

.tabs_my .title{
    font-size: 30px;    
    margin-bottom: 25px;
    font-weight: 700;
}
.tabs_my .image-left{
   text-align: left;
   margin-left: 18%;;
}

.tabs_dop .table_row > .table_small > .table_cell{
    color: #333;
   
}

.bfNextButton  {
    margin-top:-153px;
}

/*777-------------------*/
.top {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  color: #fff;
}
.top .logo{
  top: 0;
  float: none;
  margin-top: 0;
  border-bottom: 50px solid #f3f3f3;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 800px;
  text-align: center;
}
.top .logo a{
  height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.l1 , .l2{
  background:url(../images/blogo.png) no-repeat center center;
  width: 171px;
  height: 6px;
  margin:  0px 20px;
}
.top .logo a img{
  padding-top: 10px;
  display: block;
}
.top_l , .top_r{
  text-transform: uppercase;
  padding: 20px;
}
.top-contact{
  height: 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
  color: #000000;
}
.top-contact a.phone{
  background:url(../images/phone.png) no-repeat left center;
  padding: 3px 0px 3px 25px;
  color: #000000;
  background-size: contain;
 font-family: "CenturyGothic", Arial, sans-serif !important;
}
.top-contact a.email{
  background:url(../images/mail.png) no-repeat left center;
  padding: 0px 0px 0px 30px;
  color: #000000;
  background-size: contain;
}
.cont_2{
  background:url(../images/marker.png) no-repeat left center;
  padding: 0px 0px 0px 25px;
  background-size: contain;
}
.days{
  background:url(../images/clock.png) no-repeat left center;
  padding: 2px 0px 2px 25px;
  background-size: contain;
}


.header {
  background-color: #cccccc;
  top: 0px;
  padding-top:0; 
  height: 55px;
  position: relative;
  
}
.compact .header{
  height: 55px;
}
.menu_main{
  margin-top: 0;
}
.nav.navbar-nav .iceMenuLiLevel_1 > a{
  font-size: 18px;
  font-weight: 400;
}
.nav.navbar-nav .iceMenuLiLevel_1 > a:first-letter{
  color: #cc3333;
  font-weight: 700;
}



.page_title2{
  background-color: #cccccc;
}
.page_title2 .pagenation{
  float: none;
}

.page_title2 .pagenation {
  color: #cc3333;
  font-size: 12px;
}
.page_title2 .pagenation i{
  font-style: normal;
  color: #000;
}
.page_title2 .pagenation a{
  color: #000000;
}
.m_top_r{
  display: none;
}
@media (max-width: 1000px) {
  .top{
    display: none;
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    z-index: 8000;
  }
  .top .logo{
    width: 100%;
    border: unset;
    height: 50px;
     background-color: #cccccc;
     margin-left: 0; 
  }
  .top-contact {
    margin: 0;
    padding: 90px 0 10px;
    height: initial;
    display: block;
    background: #fff;
  }
  .top-contact .cont_1 {
    text-align: center;
  }
  .top-contact .cont_1 a {
    display: inline;
  }


  .top_l,.top_r,.l1,.l2,.cont_2,.cont_3{
    display: none;
  }
  .m_top_r{
    display: block;
    background:url(../images/blogo.png) center bottom no-repeat;
    color: #5b5b5b;
    margin-left: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
  }
  .compact .header{
    position: fixed;
    width: unset;
    right: 10px;
    left: auto;
    height: unset;
    background:none;
    box-shadow: none;
    padding-top: 0px;
  }
  .header {
    position: fixed;
    width: unset;
    right: 10px;
    left: auto;
    height: unset;
    background:none;
  }
  .navbar-toggle ,.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    width: unset;
    background:none;
  }
  .navbar-default .navbar-toggle i{
    color: #cc3333;
    font-size: 34px;
  }
  #navbar-collapse-1{
    left: 15px;
  width: 100%;
  top:50px;
  }

}

@media (max-width: 600px) {
  .top .logo a{
    margin-left: 1px;
    justify-content: flex-start;;
  }
  .m_top_r{
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
    .top-contact {
        padding: 70px 0 10px;
    }
}
@media (max-width: 359px) {
  .m_top_r{
    background-size: contain;
    font-size: 12px;
}
}

.slider_tops {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slider_tops_wrap {
    height: 555px;
    position: relative;
}
.slider_tops_wrap.pur {
    height: 400px ;
}
.slider_tops_item {
    float: left;
    height: 530px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pur .slider_tops_item {
    height: 400px;
}
.slider_tops_item img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.slider_tops_item .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.slider_tops_item .slider_tops_text {
    padding-top: 70px;
    text-align: left;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: normal;
}

.slider_tops_item .slider_tops_text span {
    display: table;
    background: #e54c4c;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px 15px;
    position: relative;
    transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    left: 0;
    opacity: 0;
}
.slider_tops_item .slider_bottom_text{
	font-family: 'Open Sans', sans serif;
	font-size: 20px;
	padding-top: 11%;
}
.slider_tops_item.slick-active .slider_tops_text span {
    opacity: 1;
    animation-name: slideRight;
    -webkit-animation-name: slideRight; 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease; 
    -webkit-animation-timing-function: ease;     
    visibility: visible !important; 
}
.slider_tops_item.slick-active .slider_tops_text span:nth-child(2) {
    animation-duration: 1.5s; 
    -webkit-animation-duration: 1.5s;
}
.slider_tops_item.slick-active .slider_tops_text span:nth-child(3) {
    animation-duration: 2.0s; 
    -webkit-animation-duration: 2.0s;
}
.slider_tops_item.slick-active .slider_tops_text span:nth-child(4) {
    animation-duration: 2.5s; 
    -webkit-animation-duration: 2.5s;
}
@keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }
    100% {
        transform: translateX(0%);
    }   
}
@-webkit-keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }
    100% {
        transform: translateX(0%);
    }   
 /*   0% {
        -webkit-transform: translateX(-150%);
    }
    50%{
        -webkit-transform: translateX(8%);
    }
    65%{
        -webkit-transform: translateX(-4%);
    }
    80%{
        -webkit-transform: translateX(4%);
    }
    95%{
        -webkit-transform: translateX(-2%);
    }           
    100% {
        -webkit-transform: translateX(0%);
    }*/
}
.slider_tops_item .slider_tops_text .slider_tops_text_one {
    background: #d3d3d3;
    color: #e54c4c;
}
.slider_tops_item .slider_tops_text span:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    border: 15px solid transparent;
    border-top: 42px solid #fe1244;
}
.slider_tops_item .slider_tops_text .slider_tops_text_one:after {
    border-top: 42px solid #d3d3d3;
}
.slider_tops .slick-dots {
    display: table;
    margin: auto;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}
.slider_tops .slick-dots li {
    display: inline-block;
    padding: 0 5px;
}
.slider_tops .slick-dots li button {
    width: 80px;
    height: 10px;
    transform: skew(-30deg);
    border: 0;
    font-size: 0;
    background: #D4D5DA;
    cursor: pointer;
}
.slider_tops .slick-dots li.slick-active button, .slider_tops .slick-dots li button:hover {
    background: #e54c4c;
}
.leeloo-lgt-form-wrapper {
            display: block !important;
      		border-radius: 15px;
            
        }
        .leeloo-lgt-form {
            width: 360px !important;
            height: 300px !important;            
        }
.slider_form {
    position: absolute;
    left: 53%;
    transform: translate(-50%, 0);
    z-index: 99;
    top: 0;
}


.slider_form .convertforms {
    position: relative;
    overflow: initial;
    float: right;
    margin-top: 55px;
    width: 360px;
}
.slider_form .convertforms:before {
    content: '';
    width: 80px;
    height: 80px;
    background: #f7d800 url("https://assa.com.ua/templates/aaika/images/zapiska_karandash.svg") no-repeat center center;
    background-size: 50px;
    display: block;
    position: absolute;
    right: -40px;
    top: -40px;
    border-radius: 15px;
}
.slider_form .convertforms .cf-content-wrap {
    width: 232px;
}
.slider_form .convertforms .cf-content-wrap .slider_form_title {
    text-transform: uppercase;
    color: #5b5b5b;
    font-size: 30px;
    font-weight: bold;
}
.slider_form .convertforms .cf-form-wrap {
    padding-top: 0;
}
.slider_form .convertforms .cf-form-wrap .cf-control-label {
    display: none;
}
.slider_form .convertforms .cf-control-group {
    padding: 5px;
}
.slider_form .convertforms .cf-response {
    color: #fff;
    margin: -10px 0 16px;
    padding: 4px 15px;
}
@media screen and (max-width:767px){
  .slider_form .convertforms:before {
    content: none;
    background: none;

}
	.slider_tops_item .slider_bottom_text{
		padding-top: 14%;
	}
    .slider_tops_wrap, .slider_tops_item {
        height: 450px;
    }
    .slider_tops_item .slider_tops_text {
        padding-top: 10px;
        font-size: 1.6rem;
    }
    .slider_tops_item .slider_tops_text span {
        margin-bottom: 5px;
        padding: 0 12px;
        height: 23px;
        line-height: 20px;
    }
    .slider_tops_item .slider_tops_text span:after {
        right: -12px;
        border: 12px solid transparent;
        border-top: 23px solid #fe1244;
    }
    .slider_tops_item .slider_tops_text .slider_tops_text_one:after {
        right: -12px;
        border: 12px solid transparent;
        border-top: 23px solid #d4d5da;
    }
    .slider_tops .slick-dots {
        bottom: 15px;
    }
    .slider_tops .slick-dots li button {
        width: 68px;
        height: 7px;
    }
    .slider_form {
        top: initial;
        bottom: 24px;
        width: 433px;
        padding: 0;
    }
    .slider_form .convertforms:before {
        width: 95px;
        height: 65px;
        background-size: 40px;
        right: -10px;
        top: -20px;
        border-radius: 10px;
    }
    .slider_form .convertforms {
        float: initial;
        margin-top: initial;
        width: 100%;
        min-width: 100%;
    }
    .slider_form .convertforms .cf-content-wrap {
        width: 256px;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .slider_form .convertforms .cf-content-wrap .slider_form_title {
        line-height: 24px;
        font-size: 22px;
    }
    .slider_form .convertforms .cf-input {
        padding: 5px 10px !important;
    }
    .slider_form .convertforms button {
        padding: 5px 15px !important;
        font-size: 18px !important;
    }
}
@media screen and (max-width:479px){
  	.slider_tops_item .slider_bottom_text{
		padding-top: 62%;
      	font-size: 16px;
	}
    .slider_form {
        width: calc(100% - 40px);
       
    }
    .slider_tops .slick-dots {
        width: 100%;
        text-align: center;
        left: initial;
        transform: initial;
    }
    .slider_tops .slick-dots li {
        float: none;
        display: inline;
    }
    .slider_tops .slick-dots li button {
        width: 50px;
    }
}

.joom_gallery {
    padding-top: 50px;
    overflow: hidden;
}
.joom_gallery h1 {
    text-align: center;
}
.joom_gallery .jg-header, .joom_gallery .jg_rmsm_legend {
    display: none;
}
@media screen and (max-width:767px){
.jg_element_gal, .jg_element_gal_r {
    width: 100%;
    margin-bottom: 10px;
}
.jg_element_txt, .jg_imgalign_gal, .jg_photo_container {
    float: left;
    width: 100%;
}
}

.galery_bott {
    padding: 20px 0 50px;
}
.galery_bott h4 {
    padding-top: 30px;
    text-align: center;
}
.joomimg_main {
    width: 100%;
    overflow: hidden;
}
.joomimg_justified_gallery {
    display: flex;
    justify-content: space-between;
    height: initial !important;
}
.joomimg_justified_gallery div[class*="_img"] {
    width: 25% !important;
    padding: 0 5px;
    top: initial !important;
    left: initial !important;
    height: initial !important;
}
.joomimg_justified_gallery div[class*="_img"] img {
    max-width: 100%;
    width: 100% !important;
    height: initial !important;
    margin: 0 !important;
}
@media screen and (max-width:767px){
  .joomimg_justified_gallery {
      flex-wrap: wrap;
  }
  .joomimg_justified_gallery div[class*="_img"] {
      margin: 0 0 10px;
      width: 100% !important;
      text-align: center !important;
  }
}

.joomimg_justified_slider {
    height: initial !important;
}
.joomimg_justified_slider div[class*="_img"] {
    padding: 0 5px;
    top: initial !important;
    left: initial !important;
    height: initial !important;
    float: left;
}
.joomimg_justified_slider div[class*="_img"] img {
    max-width: 100%;
    width: 100% !important;
    height: initial !important;
    margin: 0 !important;
}
.joomimg_justified_slider .slick-dots {
    text-align: center;
}
.joomimg_justified_slider .slick-dots li {
    display: inline-block;
    padding: 0 5px;
}
.joomimg_justified_slider .slick-dots li button {
    font-size: 0;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    opacity: .3;
    background: #707070;
    width: 12px;
    height: 12px;
}
.joomimg_justified_slider .slick-dots li.slick-active button, .joomimg_justified_slider .slick-dots li button:hover {
    opacity: 1;
}

.list_dots li{
  border-bottom: none;
  padding: 0;
  list-style: disc;
  text-align: left !important;
}
.list_lines li{
  border-bottom: none;
  padding: 0;
    list-style: circle;
  text-align: left !important;
  margin-left:30px;
}
.font_CenturyGothic{
  font-family: 'CenturyGothic' !important;
}
#TB_overlay {
    z-index: 9999;
}
#TB_window {
    z-index: 9999;
    border: 0;
    background: transparent;
}
#TB_window img#TB_Image {
    margin: auto;
    border: 0;
}
#TB_caption {
    position: absolute;
    padding: 0;
    top: 50%;
    width: 100%;
    margin-top: -22.5px;
}
#TB_caption #TB_secondLine {
    font-size: 0;
}
#TB_caption #TB_secondLine span {
    background: url(../js/cubeportfolio/cbp-sprite.png) no-repeat;
    height: 45px;
    width: 45px;
    display: block;
    cursor: pointer;
}
#TB_caption #TB_secondLine span#TB_prev {
    background-position: -2px -2px;
    float: left;
    margin-left: -40px;
}
#TB_caption #TB_secondLine span#TB_next {
    background-position: -48px -2px;
    float: right;
    margin-right: -40px;
}
#TB_caption #TB_secondLine span#TB_prev:hover {
    background-position: -2px -48px;
}
#TB_caption #TB_secondLine span#TB_next:hover {
    background-position: -48px -48px;
}
#TB_closeWindow {
    position: absolute;
    padding: 0;
    top: -40px;
    right: -30px;
    font-size: 0;
}
#TB_closeWindow a {
    background: url('../js/cubeportfolio/cbp-sprite.png') -94px -2px no-repeat;
    height: 40px;
    width: 40px;
    display: block;
}
#TB_closeWindow a:hover {
    background-position: -94px -48px;
}
#TB_load {
    z-index: 9999;
}

@media screen and (max-width:767px){
#TB_window {
    bottom: initial;
    top: 50%;
}
}

.podpis{
	color:#ff0c40;
	font-size: 21px;
	padding-bottom: 15px;
	font-style: uppercase;
	font-style: italic;
}
.success_history p{
	text-align: left;
	padding-top:15px;
}
.success_history .title{
	font-weight: 800;
    text-align: center;
}

.benefits_of_useage {
	background: url("../images/bg/Benefits.png");
	background-size: cover; 
}

.benefits_of_useage li {
	padding:10px;
	font-weight: 700;
	font-size: 25px;	
	color: #000;
    list-style-image: url("../images/List_dot_red.png");
}
.benefits_of_useage p {
	color: 	#fff;
	padding-left: 10%;
	font-size:17px;
    font-weight: 600;
}

.benefits_of_useage .title {
line-height: 24px;
}


.footer-map { width: 70%; }
@media (max-width: 767px) { .footer-map { width: 100%; height: 300px; } }

@media (max-width: 767px) {
  ul.faddress {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    float: none !important;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    padding-left: 0 !important;
    list-style: none;
  }
}


/*.benefits_of_useage li::before {
  content: "\2022";  
  color: #ff0c40; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}


*/















