/*
Theme Name: Nisarg
Theme URI: http://falgunidesai.com/work/nisarg-a-wordpress-theme/
Author: Falguni Desai
Author URI: http://falgunidesai.com/
Description: Nisarg is a new fully responsive and translation ready theme that allows you to create stunning blogs and websites. Theme is well suited for travel, photography, recipe, design, art, personal and any other creative websites and blogs. The theme is developed using Bootstrap 3 that makes it mobile and tablets friendly.  It has various options in WordPress Customizer to change look of the theme. Theme customizer can be used to add your own header image of flexible height, background image, to set background color, header text color and accent color(Supports seven different accent colors).  Theme supports eight post formats, such as: Video, Image, Aside, Status, Audio, Quote, Link and Gallery.
Version: 1.2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: pink,orange,blue,green,yellow, gray, white,black,light,two-columns, right-sidebar, responsive-layout, theme-options, custom-background, custom-header, custom-colors, custom-menu, featured-images,  post-formats, sticky-post, translation-ready, rtl-language-support,threaded-comments
Text Domain: nisarg

This theme is licensed under the GPL.

*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 Repeatable Patterns
 * 3.0 Header
 *     3.1 Site Navigation Bar
 *     3.2 Site Header
 * 4.0 Content
 *     4.1 Post-Content
 *     4.2 Page and Post Navigation links
 *     4.3 Post Formats
 *     4.4 Gallery
 *     4.5 Post-Comments
 * 5.0 Sidebar - Widgets
 * 6.0 Site Footer
 * 7.0 Media Queries
 * 8.0 Print
 *
**/

/**
 * 1.0 Reset
  * -----------------------------------------------------------------------------
 */

.dropdown-menu {
    position: absolute;
    left: 0;
    z-index:0;
    display: none;
    float: none;
    min-width: 160px;
    padding:0;
    margin:0;
    /* font-size: 14px; */
    /* text-align: left; */
    /* list-style: none; */
    /* background-color: #fff; */
    /* -webkit-background-clip: padding-box; */
    /* background-clip: padding-box; */
    /* border: 1px solid #ccc; */
    /* border: 1px solid rgba(0, 0, 0, .15); */
    /* border-radius: 4px; */
    /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
}





/* _I */
*, html, body, div { padding:0; margin:0; outline:none; border:0; font-family:arial, sans-serif;}
/* and _I */








.main-wrap { width:1024px; height:auto;  margin:0 auto; position:relative;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;padding-bottom: 150px;min-height:100vh}

header {
    width: 100%;
    height: auto;
    position: relative;
    color: #FFF;
    text-transform: uppercase;
}
.header-inner { width:1024px; height:auto; margin:0 auto; position:relative;}
.header-top { width: 100%; height:58px; background:#2784c3; position:relative;}
.top-triangle {width:0; height:0; border-top:50px solid #2784c3; border-left:60px solid transparent;}
.parallelogram {width:43px; height:58px; -webkit-transform: skew(38deg); -moz-transform: skew(38deg); -o-transform: skew(38deg);  -ms-transform: skew(38deg); background:#126fae; position:absolute; top:0; left:140px;}

.top-menu { width:auto; height:58px; position:absolute; top:0; right:0; z-index:10; }
.level1 { width:auto; height:100%; padding:0; margin:0; padding-right:24px;}

.level1>li { float:left; list-style:none; display:table; height:100%; width:auto; text-align:center; position:relative;}
.level1>li:hover{background: #FFF;}
.level1>li:hover a {
    color: #2784c3;
}
.level1>li a {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    vertical-align: middle;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
}
.dropdown-menu>li>a, .dropdown-menu2>li>a
{
    display: table-cell;
    width: auto;
    height: 20px;
    color: #0e76bc !important;
    white-space: nowrap;
    padding-left: 20px;
    text-align: left;
}
.dropdown-menu>li, .dropdown-menu2>li
{
    display: block;
    width: auto;
    height: auto;
    background: #fff;
    border: 1px solid #0e76bc;
    border-collapse: collapse;
    position: relative;
}
.dropdown-menu>li:hover, .dropdown-menu2>li:hover{background:#0e76bc;}
.dropdown-menu>li:hover>a{color:#fff !important;}
.dropdown-menu2>li a{color:blue !important;}
.dropdown-menu2>li:hover>a{color:#fff !important;}



.dropdown-menu2>li
{
   display:none;
    width: auto;
    height: auto;
    background: #fff;
    border: 1px solid #0e76bc;
    border-collapse: collapse;
    position: relative;
    color:#0e76bc;
}
.dropdown-menu2>li>a
{

    display: table-cell;
    width: auto;
    height: 20px;
    color: #0e76bc !important;
    white-space: nowrap;
    padding-left: 20px;
    text-align: left;
}




.logo { width:auto; height:100%; position:absolute; bottom:7px; left:40px;}
.logo img { width:143px; height:86px; position:absolute; bottom:0;}




.header-bot { width: 100%; height:32px; background:#323232;}
.rectangle { width:136px; height:58px; position:absolute; left:0; top:0; background:inherit;}

.bottom-triangle { width:0; height:0; border-bottom:61px solid #323232; border-right:48px solid transparent; position:absolute; bottom:32px; left:136px; }

.header-tel { display:block; width:auto; height:100%; float:right; padding-right:44px; text-decoration:none; color:#FFF; font-size:14px; vertical-align:middle; margin-top:5px; position:relative;}
.header-tel:hover{color:white;}
.header-tel:before
{
    width: 20px;
    height: 20px;
    content: "";
    background: url("http://ropak.com.ua/wp-content/uploads/2016/06/tel.png") no-repeat;
    position: absolute;
    left: -22px;
}

#pass
{
    justify-content: center;
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#btn-key
{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    right: 20px;
    display: block;
    cursor: pointer;
}

.dropdown-menu2{
    position: absolute;
    left: 338px;
    top: -1px;
	display: none;
}

/*MAIN display  */
.content { display:block; width:1024px; height:auto; margin:0 auto; padding:0;}
.main-pic { display:block; width:100%; height:330px; background: url(../images/banner.png) no-repeat; background-size: cover; position:relative;}
.main-pic h2 { width:100%; text-transform:uppercase; color:#FFF; font-size:1.85em; text-align:center; padding-top:143px;}
.main-pic-more { display: table; width:auto; height:auto; background:#f1c40f;  text-transform:uppercase; font-size:0.8em; margin:0 auto; margin-top:20px;}
.main-pic-more a { display:block; width:auto; height:100%; color:#34495e; text-decoration:none; padding:7px 12px; font-weight:bold; }
.main-pic-more:hover a {color:#fff; }
#main-pic-phone { display:block; width: 60px; height:60px; border-radius:50%; background:#2781c0; position:fixed; bottom:60px; right:40px; z-index:10; box-shadow:0 0 5px #fff;}
#main-pic-phone img { display:block; width:60%; height:auto; margin:0 auto; margin-top:12px; animation: phonering 2s ease infinite;}
#main-pic-phone:hover { cursor:pointer;}
@keyframes phonering{
0% { transform:rotate(0); }
18% { transform:rotate(0);}
15% { transform:rotate(-15deg);}
22% { transform:rotate(15deg);}
24% { transform:rotate(-15deg);}
26% { transform:rotate(15deg);}
28% { transform:rotate(-15deg);}
30% { transform:rotate(15deg);}
32% { transform:rotate(-15deg);}
34% { transform:rotate(15deg);}
36% { transform:rotate(0deg); }
100% {transform:rotate(0d);}
}
.content {
    display: block;
    width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.main-pic {
    display: block;
    width: 100%;
    height: 330px;
    background: url(http://ropak.com.ua/wp-content/uploads/2016/06/banner.png) no-repeat;
    background-size: cover;
    position: relative;
}

.main-pic h2 {
    width: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.85em;
    text-align: center;
    padding-top: 143px;
}
.main-pic-more {
    display: table;
    width: auto;
    height: auto;
    background: #f1c40f;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0 auto;
    margin-top: 20px;
}
.main-pic-more a {
    display: block;
    width: auto;
    height: 100%;
    color: #34495e;
    text-decoration: none;
    padding: 7px 12px;
    font-weight: bold;
}
.main-pic-more:hover a {color: #fff;}
.mini-cvv {
    width: 100%;
    height: 74px;
    background: #34495e;
    position: relative;
}
.mini-cvv-left, .mini-cvv-right {
    width: auto;
    height: 38px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 0.9em;
    position: relative;
}
.mini-cvv-left {
    float: left;
    padding-left: 60px;
    padding-top: 10px;
    margin-left: 40px;
    margin-top: 20px;
}
.mini-cvv-right {
    float: right;
    padding-left: 60px;
    padding-top: 10px;
    margin-right: 40px;
    margin-top: 20px;
}
.mini-cvv-left:before {
    width: 38px;
    height: 38px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(http://ropak.com.ua/wp-content/uploads/2016/06/klass.png) no-repeat;
}
.mini-cvv-right:before {
    width: 38px;
    height: 38px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(http://ropak.com.ua/wp-content/uploads/2016/06/baks.png) no-repeat;
}
.mini-cvv-right span {
    display: inline-block;
    color: inherit;
    text-transform: inherit;
    position: relative;
    font-size:inherit;
}
.forkurs {
    text-decoration: underline;
    cursor: pointer;
}
.kurs {
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 50px;
    right: 60px;
    z-index: 20;
}


.top-and-news {
    width: 944px;
    height: 290px;
    padding: 20px 40px 30px 40px;
}
.news {
    width: 224px;
    height: 290px;
    float: right;
}
.top-and-news-topline {
    display: block;
    width: 100%;
    height: 40px;
    background: #2980b9;
}
.top-and-news-topline h2 {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 4px;
}
.top-and-news-topline h2 a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
.all-news {
    width: auto;
    height: 315px;
    border: 1px solid #ccc;
    border-top-color: transparent;
    overflow: hidden;
}
.news-item {
    widows: auto;
    height: auto;
    min-height: 35px;
    max-height: 100px;
    padding: 9px 10px 9px 45px;
    position: relative;
    overflow: hidden;
}
.news-item:hover {background: #EDEDED;}
.news-item:before {
    width: 23px;
    height: 22px;
    content: "";
    background: url(http://ropak.com.ua/wp-content/uploads/2016/06/news-ok.png) no-repeat;
    position: absolute;
    top: 7px;
    left: 10px;
}
.news-item a {
    color: #595c5e;
    text-decoration: none;
    font-size: 12px;
    display: block;
}
.news-item a:hover{color:#595c5e;}

/* test */

/*TOP PRODUCTS & NEWS */
.top-and-news  { width:944px; height:360px; padding:20px 40px 30px 40px;}
.top-products { width:700px; height:auto; float:left; overflow:hidden;}
.top-and-news-topline { display:block; width:100%; height:40px; background:#2980b9;}
.top-and-news-topline h2 { width:100%; height:100%; text-align: center; padding-top:4px;}
.top-and-news-topline h2 a {color:#FFF; text-transform:uppercase; text-decoration:none; font-size:12px; font-weight:bold;}
.top-products-wrap { width:688px; height:auto; margin:0 auto;}
.top-product-inner { width:220px; height:322px; overflow:hidden; }
.top-product-inner a {text-decoration:none;}
.news { width:224px; height:auto; float:right;}
/*TOP PRODUCTS ITEM */
.top-product-inner-name { width:100%; height:25px; padding:15px 0;}
.top-product-inner-name h3 { text-align:center; font-size:14px; text-transform:uppercase; color:#2c3e50;}
.top-product-inner-pic { background:#2980b9; width:auto; height:200px; padding:10px;}
.top-product-inner-pic img { display:block; width:100%; height:100%; background:#FFF;}
.top-product-inner-podrob { display:table; width:100%; height:32px; margin-top:1px; background:#2980b9; text-align:center; padding-top:13px; color:#fff; font-size:14px; text-transform:uppercase;}
/* slick */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* slick-theme */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/* _I Tovar */
.products-topline {
    display: none;
    width: 100%;
    height: 40px;
    background: #2980b9;
    margin-top: 20px;
}
.content {
    display: block;
    width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.products {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 40px 25px 10px 45px;
}
.products-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.product {
    width: 220px;
    height: 322px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 10px;
}
.product-name {
    width: 100%;
    height: 30px;
    padding: 15px 0;
}
.product-name h3 {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #2c3e50;
}
.product-pic {
    background: #2980b9;
    width: auto;
    height: 200px;
    padding: 10px;
}
.product a {
    text-decoration: none;
}
.product-pic img {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
}
.top-product-inner-podrob {
    display: table;
    width: 100%;
    height: 32px;
    margin-top: 1px;
    background: #2980b9;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

/* _I Footer */
@media (min-width:760px) {
.footer-pc { width:944px; height:120px; margin:0 auto; background:#2c3e50; padding:15px 40px; overflow:hidden; position:absolute; bottom:0; left:0;}
	}
 @media (max-width:760px) { 
  .footer-pc {width:100%; margin:0 auto; background:#2c3e50; padding:15px 40px; overflow:hidden; position:absolute; bottom:0; left:0;}
}
	  footer ul li {line-height:1em;}
.footer-menu, .footer-tels{ /*width:205px;*/ height:auto; float:left; color:#fff; text-transform:lowercase; }
.footer-menu ul, .footer-tels ul  { list-style:none; line-height:0.9em;fon-size:16px;}
.footer-menu ul li a, .footer-tels ul li a{ text-decoration:none; color:#fff; font-size:12px; }
.footer-menu ul li a:hover, .footer-tels ul li a:hover {color:#2980b9;}
.footer-tels { padding-left:30px; position:relative;}
.footer-tels:before { width:20px; height:20px; content:""; background:url(http://ropak.com.ua/wp-content/uploads/2016/06/tel.png) no-repeat; position:absolute; top:4px; left:0px;}
#skype { position:relative; margin-top:10px;}
#skype:before { width:20px; height:20px; content:""; background:url(http://ropak.com.ua/wp-content/uploads/2016/06/skype.png) no-repeat; position:absolute; top:-2px; left:-30px; }
.footer-adress { /*width:200px;*/ height:auto; float:left; color:#fff; margin-left:40px; position:relative;line-height:0.9em }
.footer-adress p { color:#FFF; font-size:12px;line-height:16px;}
.footer-adress:before { width:15px; height:20px; content:""; background:url(http://ropak.com.ua/wp-content/uploads/2016/06/geo.png) no-repeat; position:absolute; top:4px; left:-25px; }
.footer-social { /*width:200px;*/ height:auto; float:right;}
.footer-mail {display:block; width:100%; height:auto; margin-left:30px; font-size:12px; position:relative;}
.footer-mail a { text-decoration:none; color:#fff;}
.footer-mail a:hover { color:#2980b9;}
.footer-mail:before { width:26px; height:19px; content:""; background:url(http://ropak.com.ua/wp-content/uploads/2016/06/mail.png) no-repeat; position:absolute; top:0; left:-30px;}
.social-icons { display:block; width:100%; height:auto; position:relative; margin-top:15px;}
#vk, #fb, #tw { width:30px; height:30px; display:inline-block; vertical-align:top; background:url(http://ropak.com.ua/wp-content/uploads/2016/06/social_ropak.png) no-repeat;}
#vk { background-position: -8px -8px;}
#fb { background-position: -43px -9px;}
#tw { background-position: -80px -8px;}
#vk:hover { background-position: -8px -45px;}
#fb:hover { background-position: -43px -46px;}
#tw:hover { background-position: -80px -45px;}

/* ------------------PAYMENT PAGE--------------------------*/

.payment { width:auto; height:auto; padding:15px 0;}
.line { display:table; width:100%; height:40px; background:#2980b9; margin:10px 0 25px;}
.line p { display:table-cell; color:#fff; text-transform:uppercase; font-size:14px; font-weight:bold; text-align:center; vertical-align:middle;}
.sposob-dost { width:auto; height:auto; display:flex; justify-content:space-around; overflow:hidden; padding:0 60px;}
.sposob-dost-item { width:94px; min-height:94px; height:auto; display:inline-block; }
.sposob-dost-item-pic { width:94px; height:94px; background:#2980b9; margin:0 auto; vertical-align:middle; display:table-cell;}
.sposob-dost-item-pic img { display:block; width:auto; height:auto; margin:0 auto; text-align:center;}
.sposob-dost-item p { width:auto; height:auto; padding:10px 0; text-align:center; font-size:14px;font-weight: bold; }
#trans-help, #trans-help2 { position:relative; width:94px; height:94px;}
.trans-help, .trans-help2 { display:none; width:auto; height:auto; padding:5px 10px 5px 15px; background:#415161; position:absolute; left:104px; top:0px; border-radius:10px; transition:0.3s ease; z-index:10; }
.trans-help2 { width:225px;}
.trans-help:before, .trans-help2:before { width:8px; height:0; content:""; border: 10px solid transparent; border-right: 10px solid #415161; position:absolute; left:-20px; top:10px; }
.trans-help p, .trans-help2 p { font-size:14px; color:#fff; line-height:1px; white-space:nowrap; text-align:left;}
.trans-help2 p { display:initial; white-space:normal; white-space:normal;}
.sposob-oplati { width:auto; height:auto; padding:20px 0 30px; overflow:hidden; }
.sposob-oplati-text {width:auto; height:auto; display:flex; justify-content:center; align-items:center;}
.sposob-oplati p { display:inline-block; text-align:center;font-weight: bold;}
.sposob-oplati-text:before { width:65px; height:47px; content:""; background:url(../images/cards.png) no-repeat; margin-right:10px;}
.ukraine-map{ display:inline-block; vertical-align:top; width:370px; height:auto; margin-left:70px; margin-right:100px;}
.ukraine-map img { width:100%; height:auto;}
.oblasti { width:auto; height:auto; display:inline-block; vertical-align:top; font-size:14px;}
.oblasti p { margin-bottom:15px;}
.oblasti1, .oblasti2 { display:inline-block; vertical-align:top; width:230px; height:auto;}

/* ------------------ARTICLES PAGE--------------------------*/

.articles { width:auto; height:auto; padding:40px 0px 0px;}
.articles h1 {font-size:16px; text-transform:uppercase; font-weight:bold; text-align:center; color:#0e76bc; padding-bottom:20px;}
.articles-item { width:auto; height:190px; padding:5px 40px; position:relative;}
.articles-item-pic { width:auto; max-width:231px; height:190px; display:inline-block; vertical-align:top; overflow:hidden;}
.articles-item-pic img { width:auto; height:100%;}
.articles-item-description { width:697px;; height:auto; display:inline-block; vertical-align:top; padding:0px 0px 10px 10px;}
.articles-item-description h2 { text-transform:uppercase; color:#2980b9; padding-left:30px; margin:10px 0 20px 0; font-size:16px; position:relative;}
.articles-item-description h2:before { width:23px; height:22px; content:""; position:absolute; top:-6px; left:0; background:url(http://ropak.com.ua/wp-content/uploads/2016/06/news-ok.png) no-repeat;}
.articles-item-description p { display:block; width:auto; height:77px; text-align:justify; text-indent:20px; padding-bottom:20px; font-size:14px; overflow:hidden;}
.articles-item .articlest-item-more { display:table-cell; width:auto; height:auto; text-align:center; padding:12px 65px; background:#2980b9; cursor:pointer; color:#fff; text-transform:uppercase; font-size:14px; position:absolute; right:40px; bottom:2px;}
.articles .line { height:1px; margin:5px 0;}
.articlest-item-more a{color: white;text-decoration: none;}
.articlest-item-more a:hover{color: white;text-decoration: none;}


.article  { width:auto; height:auto; padding:20px 40px;}
.article h2 { display:table; text-align:center; margin:0 auto; padding-bottom:20px;}
.article .articles-item-description { width:auto; padding:0 0 10px 0; }
.article .articles-item-description h3{text-align:center; font-size:16px; font-weight:bold; padding-bottom:10px;}
.article .articles-item-description p { height:auto;}
.article .articles-item-description img { width:250px; height:auto; float:left; margin:0 20px 10px 0;}

/* ------------------PARTNERS PAGE--------------------------*/

.partners { width:auto; height:auto; padding:40px;}
.partners p { font-size:14px; text-indent:20px; padding-bottom:15px; text-align:left;}
.line p { text-indent:0; padding-bottom:0; text-align:center;}
.partners h1 {font-size:16px; text-transform:uppercase; font-weight:bold; text-align:center; color:#0e76bc; padding-bottom:20px;}
.partners h2 {text-align:justify; text-indent:20px; padding-bottom:20px; font-size:14px; overflow:hidden; font-weight:normal;}
.partners-left, .partners-right { width:458px; height:auto; display:inline-block; vertical-align:top;}
.partners-left { padding-right:20px;}
.partners-left .mini-gal { width:auto; height:auto;}
.mini-gal-item { width:32%; height:auto; display:inline-block; vertical-align:top; margin-bottom:0px;}
.mini-gal-item-pic { width:74px; height:74px; background:#2980b9; margin:0 auto;}
.mini-gal-item-pic img { height:100%; width: auto;}
.mini-gal-item p { padding-top:5px; text-align:center; text-indent:0;}

/* ------------------CONTACTS PAGE--------------------------*/

.contacts {width:auto; padding:40px;}
.contacts h1 { text-align:center; font-size:16px; text-transform:uppercase; color:#0e76bc;}
.contacts p { text-align:center; font-size:14px;}
.googlemap { display:inline-block; vertical-align:top; margin-top:20px; overflow:hidden;}
.contacts-inner { display:inline-block; vertical-align:top; width:310px; height:auto; margin-left:10px; margin-top:20px;}
.contacts-inner .contacts-line {display:table; width:100%; height:40px; background:#2980b9; margin:10px 0 10px;}
.contacts-inner .contacts-line:first-child { margin-top:0;}
.contacts-line p {display:table-cell; color:#fff; text-transform:uppercase; font-size:14px; font-weight:bold; text-align:center; vertical-align:middle;}

/* ------------------ABOUT US PAGE--------------------------*/

.aboutus { width:auto; padding:40px;}
.aboutus h1 { display:block; width:auto; height:auto; margin:0 auto; text-align:center; padding-bottom:20px; font-size:16px; color:#0e76bc; text-transform:uppercase;}
.aboutus h2 {text-align:center; font-size:14px; font-weight:normal;}
.aboutus p { text-align:justify; text-indent:20px; font-size:14px; padding-top:15px;}
.aboutus .podpis { text-align:right;}


/* ------------------PRODUCT FORM--------------------------*/

.product-item {width:auto; padding:20px 0px 0px;}
.product-item .product-box { padding:40px; display:inline-block; vertical-align:top;}
.product-box-pic-wrap {display:inline-block; vertical-align:top; width:300px; height:300px; }
.product-box-pic { width:280px; height:280px; padding:10px; background:#2980b9;}
.product-box-pic img { width:100%; height:100%; margin:0 auto;}
.product-box-info { display:inline-block; vertical-align:top; width:620px; height:auto; padding-left:15px; padding-bottom:50px; position:relative;}
.product-box-info h2, .product-box-info .price-box  { font-size:18px; text-transform:uppercase; font-weight:bold;}
.product-box-info h2 { color:#0e76bc;}
.product-box-info .price-box { display:block; width:auto;  position:absolute; top:1px; right:2px; color:#000;}
.product-box .line { height:5px; margin:0 0 60px 0;}
.product-box-info p { font-size:14px;}
.product-box-info span { color:#2980b9;}
.product-box-info #price { color:#000; font-size:18px;}
.main-description>p:nth-child(2) { text-indent:20px; padding:20px 0;}
.product-box #zakazat { display:table-cell; width:auto; height:auto; text-align:center; padding:12px 65px; background:#2980b9; cursor:pointer; color:#fff; text-transform:uppercase; font-size:14px; position:absolute; right:0; bottom:0;}
.product-item .sposob-oplati { padding-top:0;}

/* ------------------CALLBACK FORM--------------------------*/

.black { display:none; position:fixed; top:0; left:0; bottom:0; right:0; background:rgba(0,0,0,0.85); z-index:9999;}
.callback-form { 
    display:none;  max-width:380px; max-height:440px; position:fixed; top:0; right:0; bottom:0; left:0; margin:auto; background:#2c3e50; z-index:19999; border-radius:10px; overflow:hidden; padding:8px 10px;}
.callback-form .line { margin:0; position: absolute; top:0; left:0; right:0;}
#callback-cross { width:22px; height:22px; position:absolute; top:8px; right:10px; border:1px solid #fff; color:#fff; font-size:22px; text-align:center;line-height: 24px;}
#callback-cross:hover { background:#C80003; cursor:pointer;}
#callback-tovar, #callback-tipdost, #callback-name, #callback-name, #callback-tel, #callback-mail, #callback-dopinfo { width:auto; border:1px solid #2980b9;}
#callback-tovar, #callback-tipdost, #callback-name, #callback-name, #callback-tel, #callback-mail { height:38px;}
#callback-dopinfo {height:88px;}
#callback-tovar { margin-top:51px;}
#callback-tipdost, #callback-name, #callback-name, #callback-tel, #callback-mail, #callback-dopinfo { margin-top:7px;}
.callback-form button { width:100%; height:45px; margin-top:8px; background:#2980b9; color:#fff; font-size:14px; text-transform:uppercase; cursor:pointer;}
.callback-form button:hover { background:#00CE1D;}
#callback-tovar-select,#callback-tovar-select2, #callback-name-input, #callback-tel-input, #callback-mail-input { width:100%; padding-left:20px; height:100%; background:transparent; color:#fff; font-size:14px; text-transform:uppercase;}
#callback-dopinfo-textarea { width:337px; height:73px; padding-top:10px; background:transparent; color:#fff; font-size:14px; text-transform:uppercase; padding:5px 20px 10px; resize:none;}
#callback-tovar-select option,#callback-tovar-select2 option { background:#2c3e59;}
.callback-form input::-webkit-input-placeholder, .callback-form textarea::-webkit-input-placeholder { color:#fff;}
.callback-form input::-moz-input-placeholder, .callback-form textarea::-moz-input-placeholder { color:#fff;}
.callback-form input::-o-input-placeholder, .callback-form textarea::-o-input-placeholder { color:#fff;}
.callback-form input::-ms-input-placeholder, .callback-form textarea::-ms-input-placeholder { color:#fff;}
.callback-form input:focus::-webkit-input-placeholder, .callback-form textarea:focus::-webkit-input-placeholder { color: transparent;}
.callback-form input:focus::-moz-input-placeholder, .callback-form textarea:focus::-moz-input-placeholder {  color: transparent;}
.callback-form input:focus::-o-input-placeholder, .callback-form textarea:focus::-o-input-placeholder {  color: transparent;}
.callback-form input:focus::-ms-input-placeholder, .callback-form textarea:focus::-ms-input-placeholder {  color: transparent;}
#zakazat { text-indent:0;}

.sposob-oplati-text:before {
    width: 65px;
    height: 47px;
    content: "";
    background: url(http://ropak.com.ua/wp-content/uploads/2016/06/cards.png) no-repeat;
    margin-right: 10px;
}
.sposob-oplati p {
    display: inline-block;
    text-align: center;
}
.copyright { color: #8a8a8a;    font-size: 12px;    position: absolute;    bottom: 10px;    right: 90px;    text-decoration: initial;    text-transform: initial; }
.copyright:hover {color: #2980b9; text-decoration: initial;}

.page-numbers { display:flex; justify-content:center;}
.page-numbers li { display:inline-block; vertical-align:top; margin-right:5px;}
.page-numbers li a, .page-numbers li span  {font-size:16px;}
#breadcrumbs {
  padding: 30px;
}
.wpcr3_respond_2 input[type="text"] {
    border: 1px solid black;
}
.wpcr3_respond_2 textarea, .wpcr3_respond_2 input[type="text"] {
    min-width: auto;
}



.wpcr3_respond_2 textarea {
    border: 1px solid black;
}
.fa-youtube:hover {
  color: #337ab7!important;
}
.zakazdesc {display:none; }
@media (max-width: 760px) {
    #zakazat{
        display: none!important;
    }
.zakazdesc {display:block; }
}