

/* Start:/bitrix/templates/iberelectro/static/css/main.css?161683238286539*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

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

    -webkit-touch-callout: 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);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

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

    display: block;

    margin-right: auto; 
    margin-left: auto;
}
.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;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger
{
    font: inherit;

    display: inline-block;
    overflow: visible; 

    margin: 0;
    padding: 0 0;

    cursor: pointer;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
         -o-transition-property: opacity, filter;
            transition-property: opacity, -webkit-filter;
            transition-property: opacity, filter;
            transition-property: opacity, filter, -webkit-filter;
    text-transform: none;

    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger:hover
{
    opacity: 1;
}
.hamburger.is-active:hover
{
    opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after
{
    background-color: #69cb03;
}

.hamburger-box
{
    position: relative; 

    display: inline-block;

    width: 30px;
    height: 15px;
}

.hamburger-inner
{
    top: 50%;

    display: block;

    margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after
{
    position: absolute;

    width: 30px;
    height: 3px;

    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; 
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
         -o-transition-property:         transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;

    border-radius: 0;
    background-color: #fff;
}
.hamburger-inner::before,
.hamburger-inner::after
{
    display: block; 

    content: '';
}
.hamburger-inner::before
{
    top: -6px;
}
.hamburger-inner::after
{
    bottom: -6px;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner
{
    top: auto;
    bottom: 0;

    -webkit-transition-delay: .13s;
         -o-transition-delay: .13s;
            transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
         -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
            transition-timing-function: cubic-bezier(.55, .055, .675, .19); 
    -webkit-transition-duration: .13s;
         -o-transition-duration: .13s;
            transition-duration: .13s;
}
.hamburger--collapse .hamburger-inner::after
{
    top: -12px;

    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
         -o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
            transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}
.hamburger--collapse .hamburger-inner::before
{
    -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
         -o-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
            transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
            transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
            transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse.is-active .hamburger-inner
{
    -webkit-transition-delay: .22s;
         -o-transition-delay: .22s;
            transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
         -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
            transition-timing-function: cubic-bezier(.215, .61, .355, 1); 
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
            transform: translate3d(0, -6px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner::after
{
    top: 0;

    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
         -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
            transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear; 

    opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner::before
{
    top: 0;

    -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
         -o-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
            transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
            transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
            transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1); 
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video
{
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls])
{
    display: none;

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template
{
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html
{
    font-family: sans-serif;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body
{
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a
{
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus
{
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover
{
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn
{
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark
{
    color: #000; 
    background: #ff0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp
{
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre
{
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q
{
    quotes: '\201C' '\201D' '\2018' '\2019';
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img
{
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root)
{
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure
{
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em; 

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend
{
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea
{
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */

    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input
{
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled]
{
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio']
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search']
{
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
            box-sizing: content-box; 

    -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0; 

    border: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea
{
    overflow: auto;
    /* 1 */

    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table
{
    border-spacing: 0; 
    border-collapse: collapse;
}

.container
{
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
}
@media only screen and (max-width: 1399px)
{
    .container
    {
        padding: 0;
    }
}

.container-s
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
@media only screen and (max-width: 1399px)
{
    .container-s
    {
        padding: 0 15px;
    }
}

@font-face
{
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/iberelectro/static/css/../fonts/Lato-regular/latoregular.woff2') format('woff2'), url('/bitrix/templates/iberelectro/static/css/../fonts/Lato-regular/latoregular.woff') format('woff'), url('/bitrix/templates/iberelectro/static/css/../fonts/Lato-regular/latoregular.ttf') format('truetype');
}

@font-face
{
    font-family: 'Lato-bold';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/iberelectro/static/css/../fonts/Lato-bold/latobold.woff2') format('woff2'), url('/bitrix/templates/iberelectro/static/css/../fonts/Lato-bold/latobold.woff') format('woff'), url('/bitrix/templates/iberelectro/static/css/../fonts/Lato-bold/latobold.ttf') format('truetype');
}

@font-face
{
    font-family: 'Lato-bolditalic';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/iberelectro/static/css/../fonts/Lato-bolditalic/latobolditalic.woff2') format('woff2'), url('/bitrix/templates/iberelectro/static/css/../fonts/Lato-bolditalic/latobolditalic.woff') format('woff'), url('/bitrix/templates/iberelectro/static/css/../fonts/Lato-bolditalic/latobolditalic.ttf') format('truetype');
}

@font-face
{
    font-family: 'Lora';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/iberelectro/static/css/../fonts/Lora/Lora.woff2') format('woff2'), url('/bitrix/templates/iberelectro/static/css/../fonts/Lora/Lora.woff') format('woff'), url('/bitrix/templates/iberelectro/static/css/../fonts/Lora/Lora.ttf') format('truetype');
}

@font-face
{
    font-family: 'Lora-bold';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/iberelectro/static/css/../fonts/Lora-bold/Lorabold.woff2') format('woff2'), url('/bitrix/templates/iberelectro/static/css/../fonts/Lora-bold/Lorabold.woff') format('woff'), url('/bitrix/templates/iberelectro/static/css/../fonts/Lora-bold/Lorabold.ttf') format('truetype');
}

.home .header
{
    position: absolute;
    z-index: 2; 
    top: 0;
    left: 0;

    width: 100%;
}
@media only screen and (max-width: 767px)
{
    .home .header
    {
        position: relative;
    }
}

.header-nav
{
    background-color: rgba(0, 0, 0, .5);
}
@media only screen and (max-width: 1023px)
{
    .header-nav
    {
        height: 60px;
    }
}
@media only screen and (max-width: 1023px)
{
    .header-nav nav.opened > ul
    {
        z-index: 2000;

        visibility: visible; 

        opacity: 1;
    }
}
.header-nav nav > ul,
.header-nav nav > div > ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width: 1023px)
{
    .header-nav nav > ul
    {
        position: absolute;
        z-index: -1;
        top: 60px;
        left: 0;

        visibility: hidden; 

        width: 100%;

        opacity: 0;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.header-nav nav > ul > li
{
    list-style: none;
    cursor: pointer;
}
@media only screen and (max-width: 1023px)
{
    .header-nav nav > ul > li
    {
        max-width: 100%;

        background-color: rgba(0, 0, 0, .65); 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
.header-nav nav > ul > li > a.root-item-selected
{
    color: #69cb03;
}
.header-nav nav > ul > li > a.root-item-selected > span
{
    color: #69cb03;
    border-bottom: 1px solid #69cb03;
}
.header-nav nav > ul > li.active > a
{
    color: #69cb03;
}
.header-nav nav > ul > li.active > a > span
{
    color: #69cb03;
    border-bottom: 1px solid #69cb03;
}
.header-nav nav > ul > li.active > a > span:before
{
    color: #69cb03;
}
.header-nav nav > ul > li.sub-menu:hover > ul
{
    z-index: 10;

    visibility: visible;

    -webkit-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
            transform: translate(30px, 0); 

    opacity: 1;
}
.header-nav nav > ul > li.sub-menu > a:before
{
    display: inline-block;

    margin-right: 5px; 

    content: '\25BC';
}
@media only screen and (max-width: 1023px)
{
    .header-nav nav > ul > li.sub-menu > a:before
    {
        display: none;
    }
}
.header-nav nav > ul > li ul
{
    position: absolute;
    z-index: -1;

    visibility: hidden;

    min-width: 400px;
    padding: 15px 0;

    -webkit-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translate(30px, 50px);
        -ms-transform: translate(30px, 50px);
            transform: translate(30px, 50px); 

    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
}
@media only screen and (max-width: 1023px)
{
    .header-nav nav > ul > li ul
    {   
        position: static;
        opacity: 0 !important;
        z-index: 10;
        visibility: visible;
        transform: none !important;
        height: 0;
        padding: 0;
        visibility: hidden !important;
    }
    .header-nav nav > ul > li > a.active + ul {
        display: block;
        padding: 15px 0;
        height: 174px;
        opacity: 1 !important;
        visibility: visible !important;
    }
}
.header-nav nav > ul > li ul li
{
    list-style: none;
}
.header-nav nav > ul > li ul li.item-selected > a
{
    color: #69cb03;
}
.header-nav nav > ul > li ul li a
{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 48px;

    display: block;

    padding: 0 20px;

    -webkit-transition: color .3s;
         -o-transition: color .3s;
            transition: color .3s; 
    text-transform: uppercase;

    color: #fff;
}
.header-nav nav > ul > li ul li a:hover
{
    color: #69cb03;
}
.header-nav nav > ul > li > a
{
    font-family: 'Lato', sans-serif;
    font-size: 20px; 

    display: block;

    margin: 0 30px;
    padding: 26px 0;

    text-transform: uppercase;

    color: #fff;
}
@media only screen and (max-width: 1399px)
{
    .header-nav nav > ul > li > a
    {
        margin: 0 15px;
    }
}
.header-nav nav > ul > li > a span
{
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;

    border-bottom: 1px solid transparent;
}
.header-nav nav > ul > li > a:hover
{
    color: #69cb03;
}
.header-nav nav > ul > li > a:hover span
{
    border-bottom: 1px solid #69cb03;
}

.header-logo .header-logo__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 60px 0; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 1399px)
{
    .header-logo .header-logo__wrap
    {
        padding: 30px 15px;
    }
}
@media only screen and (max-width: 1023px)
{
    .header-logo .header-logo__wrap
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-logo .header-logo__wrap .logo
    {
        max-width: 45%; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    }
    .header-logo .header-logo__wrap .logo img
    {
        width: 100%;
    }
}
@media only screen and (max-width: 767px)
{
    .header-logo .header-logo__wrap .logo
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
@media only screen and (max-width: 1023px)
{
    .header-logo .header-logo__wrap .header-logo__contacts
    {
        max-width: 45%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 767px)
{
    .header-logo .header-logo__wrap .header-logo__contacts
    {
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.header-logo .header-logo__wrap .header-logo__contacts a
{
    font-family: 'Lato', sans-serif;
    font-size: 40px;

    -webkit-transition: color .3s;
         -o-transition: color .3s;
            transition: color .3s; 

    color: #262525;
}
.header-logo .header-logo__wrap .header-logo__contacts a:hover
{
    color: #69cb03;
}
@media only screen and (max-width: 1023px)
{
    .header-logo .header-logo__wrap .header-logo__contacts a
    {
        font-size: 30px;

        display: block;

        text-align: right;
    }
}
@media only screen and (max-width: 767px)
{
    .header-logo .header-logo__wrap .header-logo__contacts a
    {
        font-size: 24px;

        margin: 15px 0; 

        text-align: center;
    }
}
.header-logo .header-logo__wrap .header-logo__contacts p
{
    font-family: 'Lato', sans-serif; 
    font-size: 18px;

    margin: 0;

    text-align: right;

    color: #4d4d4d;
}
@media only screen and (max-width: 767px)
{
    .header-logo .header-logo__wrap .header-logo__contacts p
    {
        text-align: center;
    }
}

.page .header-logo .header-logo__wrap
{
    padding-right: 0; 
    padding-left: 0;
}
@media only screen and (max-width: 1399px)
{
    .page .header-logo .header-logo__wrap
    {
        padding-right: 15px; 
        padding-left: 15px;
    }
}

.page .header-logo .container
{
    max-width: 1200px;
    padding: 0;
}

.mob-nav
{
    display: none;

    height: 60px; 
    padding: 0 15px;
}
@media only screen and (max-width: 1023px)
{
    .mob-nav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mob-nav .icon
    {
        width: 50px;
        height: 40px;

        -webkit-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s; 

        fill: #fff;
    }
    .mob-nav .icon.is-active
    {
        fill: #69cb03;
    }
}

.footer
{
    background-color: #6f6f6f;
}
.footer .container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 1200px; 
    padding-top: 26px;
    padding-bottom: 26px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 1399px)
{
    .footer .container
    {
        padding-right: 15px; 
        padding-left: 15px;
    }
}
@media only screen and (max-width: 767px)
{
    .footer .container
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer .container p
{
    font-family: 'Lato', sans-serif; 
    font-size: 15px;

    margin: 0;

    color: #ccc;
}
@media only screen and (max-width: 767px)
{
    .footer .container p
    {
        margin-bottom: 15px; 

        text-align: center;
    }
}
.footer .container .footer-social
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px)
{
    .footer .container .footer-social
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer .container .footer-social a
{
    display: block;

    width: 32px;
    height: 32px;
    margin-left: 20px;
}
@media only screen and (max-width: 767px)
{
    .footer .container .footer-social a:first-child
    {
        margin-left: 0;
    }
}
.footer .container .footer-social a:hover .icon
{
    fill: #69cb03;
}
.footer .container .footer-social a .icon
{
    width: 100%;
    height: 100%;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    fill: #d6d4d2;
}

body
{
    font-family: 'Lora', serif;

    margin: 0;
    padding: 0;

    background-color: #f4f7f4; 

    -webkit-font-smoothing: antialiased;
}

*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 

    outline: none;
}

a
{
    text-decoration: none;

    outline: none !important;
}

ul
{
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5
{
    font-weight: normal;

    margin: 0;
}

.slider-wrap .main-slider .main-slider__item figure
{
    position: relative;
}
.slider-wrap .main-slider .main-slider__item figure figcaption
{
    position: absolute;
    top: 250px;
    left: 0;

    width: 100%;
    height: 100%;

    text-align: center;
}
@media only screen and (max-width: 1023px)
{
    .slider-wrap .main-slider .main-slider__item figure figcaption
    {
        top: 180px;
    }
}
@media only screen and (max-width: 767px)
{
    .slider-wrap .main-slider .main-slider__item figure figcaption
    {
        position: relative;
        top: initial;
    }
}
.slider-wrap .main-slider .main-slider__item figure figcaption .title
{
    font-family: Lato;
    font-size: 45px;

    margin: 90px 0 0 0; 

    text-transform: uppercase;

    color: #707070;
}
@media only screen and (max-width: 1399px)
{
    .slider-wrap .main-slider .main-slider__item figure figcaption .title
    {
        margin: 0;
    }
}
@media only screen and (max-width: 1023px)
{
    .slider-wrap .main-slider .main-slider__item figure figcaption .title
    {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px)
{
    .slider-wrap .main-slider .main-slider__item figure figcaption .title
    {
        font-size: 20px;

        padding: 15px;
    }
}
.slider-wrap .main-slider .main-slider__item figure figcaption .subtitle
{
    font-family: 'Lato-bolditalic', sans-serif;
    font-size: 21px;
    line-height: 36px;

    margin: 90px 0 0 0; 

    color: #707070;
}
@media only screen and (max-width: 1399px)
{
    .slider-wrap .main-slider .main-slider__item figure figcaption .subtitle
    {
        margin: 30px 0 0 0;
    }
}
@media only screen and (max-width: 767px)
{
    .slider-wrap .main-slider .main-slider__item figure figcaption .subtitle
    {
        font-size: 18px;
        line-height: 1.2;

        margin: 0;
        padding: 0 15px;
    }
}
.slider-wrap .main-slider .main-slider__item figure figcaption .subtitle span
{
    font-family: 'Lato-bold', sans-serif;

    display: block;

    margin-bottom: 15px; 

    text-transform: uppercase;

    color: #69cb03;
}
.slider-wrap .main-slider .main-slider__item figure img
{
    display: block; 

    width: 100%;
}

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

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px)
{
    .slick-dots
    {
        position: relative;
        bottom: initial;

        margin-top: 15px;
    }
}
.slick-dots li
{
    width: 16px;
    max-width: 16px;
    height: 16px;
    margin: 0 4px;
    padding: 0;

    list-style: none;

    cursor: pointer;
    -webkit-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s; 

    border-radius: 50%;
    background-color: #707070;
}
.slick-dots li.slick-active
{
    background-color: #63b60e;
}
.slick-dots li button
{
    display: none;
}

.about
{
    position: relative; 

    max-width: 1000px;
    margin: 0 auto;
}
@media only screen and (max-width: 1399px)
{
    .about
    {
        max-width: 860px; 
        padding: 0 15px;
    }
}
@media only screen and (max-width: 1279px)
{
    .about:before,
    .about:after
    {
        display: none;

        max-width: 100%;
    }
}
.about:before
{
    position: absolute;
    top: -58px;
    left: -185px; 

    width: 140px;
    height: 339px;

    content: url(/bitrix/templates/iberelectro/static/css/../img/lamp-1.jpg);
}
.about:after
{
    position: absolute;
    top: -58px;
    right: -160px; 

    width: 160px;
    height: 450px;

    content: url(/bitrix/templates/iberelectro/static/css/../img/lamp-2.jpg);
}
.about h2
{
    font-family: Lato;
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    line-height: 1.2;

    display: block;

    margin: 58px 0; 

    text-align: center;
    text-transform: uppercase;

    color: #69cb03;
}
@media only screen and (max-width: 767px)
{
    .about h2
    {
        font-size: 22px;

        margin: 30px 0 15px;
    }
}
.about p
{
    font-size: 20px;
    line-height: 32.39px; 
text-align:justify;
    color: #707070;
}
@media only screen and (max-width: 767px)
{
    .about p
    {
        font-size: 18px;
        line-height: 1.5;
    }
}

.section-blocks
{
    overflow: hidden; 

    padding-top: 90px;
}
@media only screen and (max-width: 767px)
{
    .section-blocks
    {
        padding-top: 0;
    }
}
.section-blocks .section-blocks__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .section-blocks .section-blocks__item:nth-child(2) .section-blocks__item-right
    {
        min-height: 500px; 

        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (max-width: 1023px) and (max-width: 767px)
{
    .section-blocks .section-blocks__item:nth-child(2) .section-blocks__item-right
    {
        min-height: initial;
    }
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item:nth-child(2) .section-blocks__item-right .section-blocks__item-wrap
    {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 1023px) and (max-width: 767px)
{
    .section-blocks .section-blocks__item:nth-child(2) .section-blocks__item-right .section-blocks__item-wrap
    {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item:nth-child(2) .section-blocks__item-left
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media only screen and (max-width: 767px)
{
    .section-blocks .section-blocks__item:nth-child(2)
    {
        margin-top: 30px;
    }
}
.section-blocks .section-blocks__item .wrap-img
{
    overflow: hidden;
}
.section-blocks .section-blocks__item.active .section-blocks__item-left,
.section-blocks .section-blocks__item.active .section-blocks__item-right
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.section-blocks .section-blocks__item:nth-child(1) .section-blocks__item-left
{
    z-index: 100;
}
.section-blocks .section-blocks__item img
{
    display: block;
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item img
    {
        width: 100%;
    }
}
.section-blocks .section-blocks__item .section-blocks__item-left
{
    max-width: 50%;

    -webkit-transition: -webkit-transform .9s;
         -o-transition:         transform .9s;
            transition: -webkit-transform .9s;
            transition:         transform .9s;
            transition:         transform .9s, -webkit-transform .9s; 
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%);

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item .section-blocks__item-left
    {
        max-width: 100%;
        min-height: 430px; 

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
@media only screen and (max-width: 767px)
{
    .section-blocks .section-blocks__item .section-blocks__item-left
    {
        min-height: initial;
    }
}
.section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-top: 30px;
    padding-right: 70px;
    padding-bottom: 30px; 

    background-color: #f4f7f4;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap
    {
        padding: 0; 

        background-color: transparent;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap .section-blocks__item-wrap-block
    {
        position: relative; 
        left: -100px;

        padding: 40px 0;

        background-color: #f4f7f4;
    }
}
@media only screen and (max-width: 767px)
{
    .section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap .section-blocks__item-wrap-block
    {
        position: relative; 
        left: initial;

        padding: 40px 0;

        background-color: transparent;
    }
}
.section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap h2
{
    font-family: 'Lato-bold', sans-serif;
    font-size: 56px;

    position: relative;
    top: -10px; 

    max-width: 390px;

    text-transform: uppercase;

    color: #6f6f6f;
}
@media only screen and (max-width: 767px)
{
    .section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap h2
    {
        font-size: 32px;

        max-width: 260px;
    }
}
.section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap a
{
    font-family: 'Lato', sans-serif;
    font-size: 21px;

    position: relative;

    display: block;

    padding-left: 28px;

    -webkit-transition: -webkit-transform .5s;
         -o-transition:         transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); 
    text-transform: uppercase;

    color: #69cb03;
}
.section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap a:hover
{
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
}
.section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap a span
{
    border-bottom: 1px solid #69cb03;
}
.section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap a:before
{
    position: absolute;
    left: 0; 

    width: 20px;
    height: 28px;

    content: url(/bitrix/templates/iberelectro/static/css/../img/ar-right.png);
}
.section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap:before
{
    position: absolute;
    z-index: -1;
    right: -100px; 

    min-width: 450px;
    min-height: 450px;

    content: '';

    border: 13px solid #69cb03;
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap:before
    {
        right: initial;
        left: 50%;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@media only screen and (max-width: 767px)
{
    .section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap:before
    {
        left: 0;

        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        min-width: 100%;
        min-height: 100%;

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}
.section-blocks .section-blocks__item .section-blocks__item-right
{
    max-width: 50%;

    -webkit-transition: -webkit-transform .9s;
         -o-transition:         transform .9s;
            transition: -webkit-transform .9s;
            transition:         transform .9s;
            transition:         transform .9s, -webkit-transform .9s; 
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item .section-blocks__item-right
    {
        max-width: 100%;

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
.section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-top: 20px;
    padding-bottom: 0; 
    padding-left: 20px;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap h2
{
    font-family: 'Lato', sans-serif;
    font-size: 33px;
    line-height: 35.26px;

    margin-bottom: 10px; 

    color: #6f6f6f;
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap h2
    {
        max-width: 86%; 
        margin-bottom: 0;

        background-color: #f4f7f4;
    }
}
@media only screen and (max-width: 767px)
{
    .section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap h2
    {
        max-width: 100%;
        margin-bottom: 15px; 
        padding: 0 30px;

        background-color: transparent;
    }
}
@media only screen and (max-width: 767px)
{
    .section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap ul
    {
        padding: 0 30px;
    }
}
.section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap ul li
{
    font-size: 18px;
    line-height: 51px;

    position: relative;

    padding-left: 21px; 

    list-style: none;

    white-space: nowrap;

    color: #707070;
    background-color: #f4f7f4;
}
@media only screen and (max-width: 1399px)
{
    .section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap ul li
    {
        line-height: 1.5; 

        padding-top: 5px;
        padding-bottom: 5px;

        white-space: normal;
    }
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap ul li
    {
        max-width: 86%;
    }
}
@media only screen and (max-width: 767px)
{
    .section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap ul li
    {
        max-width: 100%;

        background-color: transparent !important;
    }
}
.section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap ul li:last-child
{
    background-color: transparent;
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap ul li:last-child
    {
        background-color: #f4f7f4;
    }
}
.section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap ul li:before
{
    position: absolute;
    left: 0; 

    width: 14px;
    height: 15px;

    content: url(/bitrix/templates/iberelectro/static/css/../img/check.png);
}
.section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap:before
{
    position: absolute;
    z-index: -1;
    left: -100px; 

    min-width: 510px;
    min-height: 500px;

    content: '';

    border: 13px solid #69cb03;
}
@media only screen and (max-width: 1023px)
{
    .section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap:before
    {
        left: 50%;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@media only screen and (max-width: 767px)
{
    .section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap:before
    {
        top: 0;
        left: 0;

        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        min-width: 100%;
        min-height: 100%;

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}

.form
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; 

    min-height: 497px;

    background: url(/bitrix/templates/iberelectro/static/css/../img/form-bg.jpg) no-repeat 50% 0;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form form
{
    font-family: 'Lato', sans-serif;

    position: relative; 

    margin: 0 auto;
    padding: 16px 77px;

    background-color: #f4f7f4;
}
@media only screen and (max-width: 767px)
{
    .form form
    {
        width: 100%; 
        padding: 15px;
    }
}
.form form:after
{
    position: absolute;
    z-index: 10; 
    right: -320px;
    bottom: -85px;

    width: 398px;
    height: 487px;

    content: url(/bitrix/templates/iberelectro/static/css/../img/women.png);
}
@media only screen and (max-width: 1023px)
{
    .form form:after
    {
        display: none;
    }
}
.form form h2
{
    font-size: 47px;
    font-weight: 400;
    line-height: 32.39px;

    text-align: center;

    color: #69cb03 !important;
}
@media only screen and (max-width: 767px)
{
    .form form h2
    {
        font-size: 22px;
    }
}
.form form span
{
    font-size: 24px;

    display: block;

    margin: 10px 0 24px; 

    text-align: center;

    color: #707070;
}
@media only screen and (max-width: 767px)
{
    .form form span
    {
        font-size: 18px;
    }
}
.form form input
{
    display: block;

    width: 100%;
    max-width: 360px;
    height: 40px;
    margin: 0 auto 26px;
    padding: 0 15px; 

    border: 1px solid #d6d4d2;
    background-color: #fff;
}
.form form input.btn
{
    max-width: 250px;
    margin-bottom: 0;

    cursor: pointer; 
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    text-transform: uppercase;

    color: #fff;
    background-color: #6f6f6f;
}
.form form input.btn:hover
{
    background-color: #69cb03;
}

.brand
{
    padding: 73px 0;
}
@media only screen and (max-width: 1399px)
{
    .brand
    {
        padding: 50px 15px;
    }
}
@media only screen and (max-width: 1023px)
{
    .brand
    {
        padding: 50px 15px 0;
    }
}
@media only screen and (max-width: 767px)
{
    .brand
    {
        padding-top: 15px;
    }
}
.brand h2
{
    font-family: 'Lato', sans-serif;
    font-size: 47px;
    font-weight: 400;
    line-height: 51px;

    margin-bottom: 50px; 

    text-align: center;
    text-transform: uppercase;

    color: #69cb03;
}
@media only screen and (max-width: 767px)
{
    .brand h2
    {
        font-size: 22px;

        margin-bottom: 15px;
    }
}
.brand .brand-block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 1200px;
    margin: 0 auto; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-wrap: wrap;
}
.brand .brand-block .brand-block__item
{
    max-width: 20%;
    padding: 3px; 

    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
}
@media only screen and (max-width: 767px)
{
    .brand .brand-block .brand-block__item
    {
        max-width: 50%; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}
.brand .brand-block .brand-block__item span
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 117px; 

    border: 10px solid #fff;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.brand .brand-block .brand-block__item:hover span
{
    border: 10px solid #69cb03;
}
@media only screen and (max-width: 1399px)
{
    .brand .brand-block .brand-block__item span img
    {
        max-width: 90%;
    }
}

.contacts
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width: 1023px)
{
    .contacts
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contacts #map
    {
        height: 360px !important;
    }
}
.contacts .contacts-block
{
    position: absolute;
    z-index: 1000;
    right: 200px;

    height: 100%;
}
@media only screen and (max-width: 1399px)
{
    .contacts .contacts-block
    {
        right: 15px;
    }
}
@media only screen and (max-width: 1023px)
{
    .contacts .contacts-block
    {
        position: relative;
        right: initial;
    }
}
.contacts .contacts-block .container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 1023px)
{
    .contacts .contacts-block .container
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.contacts .contacts-block .container .contacts-block__wrap
{
    padding: 30px; 

    background-color: #f4f7f4;
}
@media only screen and (max-width: 767px)
{
    .contacts .contacts-block .container .contacts-block__wrap
    {
        padding: 15px;
    }
}
.contacts .contacts-block .container .contacts-block__wrap h2
{
    font-family: 'Lato', sans-serif;
    font-size: 47px;
    line-height: 32.39px; 

    color: #68c10c;
}
@media only screen and (max-width: 767px)
{
    .contacts .contacts-block .container .contacts-block__wrap h2
    {
        font-size: 22px;

        padding: 0;
    }
}
.contacts .contacts-block .container .contacts-block__wrap ul
{
    margin-top: 25px;
}
@media only screen and (max-width: 767px)
{
    .contacts .contacts-block .container .contacts-block__wrap ul
    {
        margin-top: 0;
    }
}
.contacts .contacts-block .container .contacts-block__wrap ul li
{
    list-style: none;
}
.contacts .contacts-block .container .contacts-block__wrap ul li p
{
    margin: 5px 0;
}
.contacts .contacts-block .container .contacts-block__wrap ul li strong
{
    font-family: 'Lora-bold', serif;

    color: #434543;
}
.contacts .contacts-block .container .contacts-block__wrap ul li a
{
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    color: #434543;
}
.contacts .contacts-block .container .contacts-block__wrap ul li a:hover
{
    color: #68c10c;
}
.contacts .contacts-block .container .contacts-block__wrap ul li a.link
{
    border-bottom: 1px solid #434543;
}
.contacts .contacts-block .container .contacts-block__wrap ul li a.link:hover
{
    border-bottom: 1px solid #68c10c;
}

input::-webkit-input-placeholder
{
    -webkit-transition: opacity .3s ease;
         -o-transition: opacity .3s ease;
            transition: opacity .3s ease;
    text-transform: uppercase; 

    opacity: 1;
    color: #9e9e9e;
}

input::-moz-placeholder
{
    -webkit-transition: opacity .3s ease;
         -o-transition: opacity .3s ease;
            transition: opacity .3s ease;
    text-transform: uppercase; 

    opacity: 1;
    color: #9e9e9e;
}

input:-moz-placeholder
{
    -webkit-transition: opacity .3s ease;
         -o-transition: opacity .3s ease;
            transition: opacity .3s ease;
    text-transform: uppercase; 

    opacity: 1;
    color: #9e9e9e;
}

input:-ms-input-placeholder
{
    -webkit-transition: opacity .3s ease;
         -o-transition: opacity .3s ease;
            transition: opacity .3s ease;
    text-transform: uppercase; 

    opacity: 1;
    color: #9e9e9e;
}

input:focus::-webkit-input-placeholder
{
    -webkit-transition: opacity .3s ease;
         -o-transition: opacity .3s ease;
            transition: opacity .3s ease; 

    opacity: 0;
}

input:focus::-moz-placeholder
{
    -webkit-transition: opacity .3s ease;
         -o-transition: opacity .3s ease;
            transition: opacity .3s ease; 

    opacity: 0;
}

input:focus:-moz-placeholder
{
    -webkit-transition: opacity .3s ease;
         -o-transition: opacity .3s ease;
            transition: opacity .3s ease; 

    opacity: 0;
}

input:focus:-ms-input-placeholder
{
    -webkit-transition: opacity .3s ease;
         -o-transition: opacity .3s ease;
            transition: opacity .3s ease; 

    opacity: 0;
}

.page .about
{
    max-width: 1200px;
    margin-bottom: 52px;
    color:#707070;
    text-align: justify;
}
.page .about:before,
.page .about:after
{
    display: none;
}
@media only screen and (max-width: 1399px)
{
    .page .about
    {
        padding: 0;
    }
}

.breadscrumbs
{
    background-color: #eff1ef;
}
.breadscrumbs ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadscrumbs ul li
{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 44.39px;

    list-style: none;

    color: #707070;
}
.breadscrumbs ul li.dim
{
    padding: 0 5px;
}
.breadscrumbs ul li a
{
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    color: #707070;
    border-bottom: 1px solid #707070;
}
.breadscrumbs ul li a:hover
{
    color: #69cb03;
    border-bottom: 1px solid #69cb03;
}
.breadscrumbs ul li span
{
    color: #707070;
}

.news h1
{
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    line-height: 32.39px;

    display: block;

    padding: 56px 0; 

    text-align: center;
    text-transform: uppercase;

    color: #69cb03;
}
@media only screen and (max-width: 767px)
{
    .news h1
    {
        font-size: 22px; 

        padding: 30px 15px 15px;
    }
}

.news-wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -13px 74px; 

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width: 767px)
{
    .news-wrap
    {
        margin-bottom: 15px;
    }
}
.news-wrap .news-wrap__item
{
    max-width: 33.33333%;
    margin-bottom: 26px; 
    padding: 0 13px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
}
@media only screen and (max-width: 1023px)
{
    .news-wrap .news-wrap__item
    {
        max-width: 50%; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}
@media only screen and (max-width: 767px)
{
    .news-wrap .news-wrap__item
    {
        max-width: 100%;
        margin-bottom: 15px; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
.news-wrap .news-wrap__item figure h3
{
    font-family: 'Lato', sans-serif;
    font-size: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 48px;
    margin-bottom: 10px; 

    text-align: center;

    color: #707070;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px)
{
    .news-wrap .news-wrap__item figure h3
    {
        min-height: initial;
    }
}
.news-wrap .news-wrap__item figure:hover figcaption .wrap-img img
{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.news-wrap .news-wrap__item figure figcaption
{
    position: relative;
}
.news-wrap .news-wrap__item figure figcaption .wrap-img
{
    overflow: hidden;
}
.news-wrap .news-wrap__item figure figcaption .wrap-img img
{
    display: block; 

    -webkit-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
@media only screen and (max-width: 1023px)
{
    .news-wrap .news-wrap__item figure figcaption .wrap-img img
    {
        width: 100%;
    }
}
.news-wrap .news-wrap__item figure figcaption a
{
    font-family: 'Lato', sans-serif;
    font-size: 18px;

    position: absolute;
    right: 8px;
    bottom: 8px;

    padding: 6px 14px;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    color: #fff;
    background-color: #707070;
}
.news-wrap .news-wrap__item figure figcaption a:hover
{
    background-color: #68c10c;
}

.category h1
{
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    line-height: 32.39px;

    display: block;

    padding: 56px 0; 

    text-align: center;
    text-transform: uppercase;

    color: #69cb03;
}
@media only screen and (max-width: 767px)
{
    .category h1
    {
        font-size: 22px; 

        padding: 30px 15px 15px;
    }
}

.category-wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -13px 74px; 

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width: 1023px)
{
    .category-wrap
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 767px)
{
    .category-wrap
    {
        margin-bottom: 0;
    }
}
.category-wrap .category-wrap__item
{
    max-width: 33%;
    margin-bottom: 26px; 
    padding: 0 13px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
}
@media only screen and (max-width: 1023px)
{
    .category-wrap .category-wrap__item
    {
        max-width: 33.33333%; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    }
}
@media only screen and (max-width: 767px)
{
    .category-wrap .category-wrap__item
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
.category-wrap .category-wrap__item figure
{
    height: 100%;
}
.category-wrap .category-wrap__item figure a
{
    display: block;

    height: 100%;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.category-wrap .category-wrap__item figure a:hover
{
    background-color: #eff1ef;
}
.category-wrap .category-wrap__item figure a:hover figcaption h3
{
    color: #69cb03; 
    border-bottom: 2px solid #69cb03;
}
.category-wrap .category-wrap__item figure a figcaption
{
    text-align: center;
}
.category-wrap .category-wrap__item figure a figcaption h3
{
    font-family: 'Lato', sans-serif;
    font-size: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 76px;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 
    text-align: center;
    text-transform: uppercase;

    color: #707070;
    border-bottom: 2px solid transparent;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px)
{
    .category-wrap .category-wrap__item figure a figcaption h3
    {
        font-size: 18px; 

        height: initial;
        padding: 15px;
    }
}
.category-wrap .category-wrap__item figure a figcaption .wrap-img
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 176px; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-page
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 74px; 

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width: 767px)
{
    .category-page
    {
        margin-bottom: 15px;
    }
}
.category-page .category-page__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 33.33333%;
    margin-bottom: 26px; 

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width: 1023px)
{
    .category-page .category-page__item
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}
@media only screen and (max-width: 767px)
{
    .category-page .category-page__item
    {
        max-width: 100%;
        margin-bottom: 15px; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
.category-page .category-page__item:nth-child(3n+1)
{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.category-page .category-page__item:nth-child(3n)
{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.category-page .category-page__item figure:hover figcaption a
{
    z-index: 100;

    opacity: 1;
}
.category-page .category-page__item figure h3
{
    font-family: 'Lato', sans-serif;
    font-size: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 320px; 
    height: 76px;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    text-align: center;
    text-transform: uppercase;

    color: #707070;
    border-bottom: 2px solid transparent;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px)
{
    .category-page .category-page__item figure h3
    {
        height: initial;
        margin-bottom: 10px;
    }
}
.category-page .category-page__item figure figcaption
{
    position: relative;
}
.category-page .category-page__item figure figcaption .wrap-img
{
    max-width: 320px;
}
.category-page .category-page__item figure figcaption .wrap-img img
{
    display: block;

    width: 100%;
}
.category-page .category-page__item figure figcaption a
{
    font-family: 'Lato', sans-serif;
    font-size: 22px;

    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 320px;
    height: 100%;

    -webkit-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s; 

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.category-page .category-page__item figure figcaption a span
{
    border-bottom: 1px solid #fff;
}

.product-block
{
    margin-bottom: 100px;
}
@media only screen and (max-width: 1023px)
{
    .product-block
    {
        margin-bottom: 0;
    }
}
.product-block .product-block__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 56px; 

    background-color: #eff1ef;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width: 767px)
{
    .product-block .product-block__item
    {
        margin-bottom: 30px;
    }
}
.product-block .product-block__item .product-block__item-name
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 50%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px)
{
    .product-block .product-block__item .product-block__item-name
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
.product-block .product-block__item .product-block__item-name .product-block__item-name-wrap
{
    z-index: 2;

    padding-top: 60px;
    padding-bottom: 60px; 
    padding-left: 30px;

    background-color: #eff1ef;
}
@media only screen and (max-width: 1399px)
{
    .product-block .product-block__item .product-block__item-name .product-block__item-name-wrap
    {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1023px)
{
    .product-block .product-block__item .product-block__item-name .product-block__item-name-wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding-left: 0; 

        background-color: transparent;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media only screen and (max-width: 1023px)
{
    .product-block .product-block__item .product-block__item-name .product-block__item-name-wrap .product-block__item-name-wrap-block
    {
        max-width: 80%;
    }
    .product-block .product-block__item .product-block__item-name .product-block__item-name-wrap .product-block__item-name-wrap-block img
    {
        max-width: 100%;
    }
}
.product-block .product-block__item .product-block__item-name .product-block__item-name-wrap .product-block__item-name-wrap-block img
{
    display: block;

    margin-bottom: 20px;
}
.product-block .product-block__item .product-block__item-name .product-block__item-name-wrap .product-block__item-name-wrap-block a
{
    font-family: 'Lato', sans-serif;
    font-size: 21px;

    position: relative;

    display: block;

    padding-left: 28px;

    -webkit-transition: -webkit-transform .5s;
         -o-transition:         transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); 
    text-transform: uppercase;

    color: #69cb03;
}
.product-block .product-block__item .product-block__item-name .product-block__item-name-wrap .product-block__item-name-wrap-block a:hover
{
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
}
.product-block .product-block__item .product-block__item-name .product-block__item-name-wrap .product-block__item-name-wrap-block a span
{
    border-bottom: 1px solid #69cb03;
}
.product-block .product-block__item .product-block__item-name .product-block__item-name-wrap .product-block__item-name-wrap-block a:before
{
    position: absolute;
    left: 0; 

    width: 20px;
    height: 28px;

    content: url(/bitrix/templates/iberelectro/static/css/../img/ar-right.png);
}
.product-block .product-block__item .product-block__item-name:before
{
    position: absolute;
    z-index: 1; 
    right: 58px;

    min-width: 424px;
    min-height: 450px;

    content: '';

    border: 13px solid #69cb03;
}
@media only screen and (max-width: 1399px)
{
    .product-block .product-block__item .product-block__item-name:before
    {
        right: 15px;
    }
}
@media only screen and (max-width: 1023px)
{
    .product-block .product-block__item .product-block__item-name:before
    {
        right: initial;
        left: 0;

        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        min-width: 100%;
        min-height: 100%;
    }
}
.product-block .product-block__item .product-block__item-img
{
    position: relative; 

    max-width: 50%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}
@media only screen and (max-width: 1399px)
{
    .product-block .product-block__item .product-block__item-img img
    {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px)
{
    .product-block .product-block__item .product-block__item-img
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
.product-block .product-block__item .product-block__item-content
{
    max-width: 100%; 

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}
.product-block .product-block__item .product-block__item-content p
{
    font-size: 18px;
    line-height: 32.39px; 
text-align:justify;
    padding: 30px;

    color: #707070;
}
@media only screen and (max-width: 1399px)
{
    .product-block .product-block__item .product-block__item-content p
    {
        padding: 0 15px;
    }
}

.slick-arrow
{
    font-size: 0;

    position: absolute;
    z-index: 100;
    top: 50%;

    width: 27px;
    height: 36px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none; 
    background-color: transparent;
}
.slick-arrow.slick-prev
{
    left: 20px;

    background-image: url(/bitrix/templates/iberelectro/static/css/../img/left.png);
}
.slick-arrow.slick-next
{
    right: 20px;

    background-image: url(/bitrix/templates/iberelectro/static/css/../img/right.png);
}

.contacts-page h1
{
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    line-height: 32.39px;

    display: block;

    padding: 56px 0 31px; 

    text-align: center;
    text-transform: uppercase;

    color: #69cb03;
}
@media only screen and (max-width: 767px)
{
    .contacts-page h1
    {
        font-size: 22px; 

        padding: 15px 15px 0;
    }
}

.contacts-page .contacts
{
    display: block;
}
.contacts-page .contacts .contacts-block
{
    position: relative;
    right: initial;

    padding-bottom: 56px;
}
@media only screen and (max-width: 767px)
{
    .contacts-page .contacts .contacts-block
    {
        padding-bottom: 15px;
    }
}
.contacts-page .contacts .contacts-block .container-s
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media only screen and (max-width: 767px)
{
    .contacts-page .contacts .contacts-block .container-s
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.contacts-page .contacts .contacts-block .container-s .contacts-block__wrap
{
    max-width: 50%; 

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}
@media only screen and (max-width: 767px)
{
    .contacts-page .contacts .contacts-block .container-s .contacts-block__wrap
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
.contacts-page .contacts .contacts-block .container-s .contacts-block__wrap-form
{
    max-width: 50%; 

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}
@media only screen and (max-width: 767px)
{
    .contacts-page .contacts .contacts-block .container-s .contacts-block__wrap-form
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
.contacts-page .contacts .contacts-block .container-s .contacts-block__wrap-form form
{
    font-family: 'Lato', sans-serif;

    position: relative; 

    margin: 0 auto;
    padding: 16px 77px;

    background-color: #f4f7f4;
}
@media only screen and (max-width: 767px)
{
    .contacts-page .contacts .contacts-block .container-s .contacts-block__wrap-form form
    {
        width: 100%;
        padding: 15px 0;
    }
}
.contacts-page .contacts .contacts-block .container-s .contacts-block__wrap-form form span
{
    font-size: 24px;

    display: block;

    margin: 10px 0 24px; 

    text-align: center;

    color: #707070;
}
.contacts-page .contacts .contacts-block .container-s .contacts-block__wrap-form form input
{
    display: block;

    width: 100%;
    max-width: 360px;
    height: 40px;
    margin: 0 auto 26px;
    padding: 0 15px; 

    border: 1px solid #d6d4d2;
    background-color: #fff;
}
.contacts-page .contacts .contacts-block .container-s .contacts-block__wrap-form form input.btn
{
    max-width: 250px;
    margin-bottom: 0;

    cursor: pointer; 
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    text-transform: uppercase;

    color: #fff;
    background-color: #6f6f6f;
}
.contacts-page .contacts .contacts-block .container-s .contacts-block__wrap-form form input.btn:hover
{
    background-color: #69cb03;
}
.contacts-page .contacts .contacts-block ul
{
    margin-top: 25px;
}
@media only screen and (max-width: 767px)
{
    .contacts-page .contacts .contacts-block ul
    {
        margin-top: 15px;
    }
}
.contacts-page .contacts .contacts-block ul li
{
    list-style: none;
}
.contacts-page .contacts .contacts-block ul li p
{
    font-size: 22px; 

    margin: 5px 0;
}
@media only screen and (max-width: 767px)
{
    .contacts-page .contacts .contacts-block ul li p
    {
        font-size: 18px;
    }
}
.contacts-page .contacts .contacts-block ul li strong
{
    font-family: 'Lora-bold', serif;

    color: #434543;
}
.contacts-page .contacts .contacts-block ul li a
{
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    color: #434543;
}
.contacts-page .contacts .contacts-block ul li a:hover
{
    color: #68c10c;
}
.contacts-page .contacts .contacts-block ul li a.link
{
    border-bottom: 1px solid #434543;
}
.contacts-page .contacts .contacts-block ul li a.link:hover
{
    border-bottom: 1px solid #68c10c;
}

.ie .section-blocks .section-blocks__item .section-blocks__item-left .section-blocks__item-wrap:before
{
    top: -90px;
}

.ie .section-blocks .section-blocks__item .section-blocks__item-right .section-blocks__item-wrap:before
{
    top: -20px;
}

.ie .brand .brand-block .brand-block__item span
{
    height: 117px;
}

.ie .form
{
    height: 497px;
    margin: 0 !important;
}

.ie .contacts-page .contacts .contacts-block .container-s .contacts-block__wrap-form form,
.ie .form form
{
    margin: 0;
}

.ie .category-wrap .category-wrap__item figure a figcaption .wrap-img
{
    height: 176px;
}

.ie .product-block .product-block__item .product-block__item-name:before
{
    top: 0; 

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
}

.ie .contacts-page .contacts .contacts-block
{
    right: 0;
}
.contacts-page .contacts-block__wrap h2{
    display: none;
}
form span.er-d{
    font-size: 10px!important;
    color: red!important;
    margin: 0 0 5px!important;
}
form input.error{
    border: 1px solid red!important;
}
.e-w span{
    display: none!important;
}
.e-w span:first-child{
    display: block!important;
}
div.bx-component-opener{
    z-index: 10000!important;
}
.load{
    opacity: 0;
    transition: all .5s;
}
.load.loaded{
    opacity: 1;
}

.section-hot-offers {
    padding-bottom: 110px;
}
.section-hot-offers > h2{
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    line-height: 1.2;
    display: block;
    margin: 58px 0;
    text-align: center;
    text-transform: uppercase;
    color: #69cb03;
}
.slick-initialized .sec-slider__item {
    display: flex;
    text-align: center;
}
.sec-slider__item > * {
    width: 50%;
}
.sec-slider__item-img {
    height: 560px;
}
.sec-slider__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-slider__item-descr {
    background-color: #909290;
    color: #fff;
    padding: 55px 25px 0;
    font-family: 'Lato', sans-serif;
}
.sec-slider__item-descr .title {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #69cb03;
    margin-bottom: 35px;
}
.sec-slider__item-descr .subtitle {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 60px;
}
.sec-slider__item-descr .btn-more {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.2;
    color: #fff;
    background: #69cb03;
    display: inline-block;
    padding: 8px 33px;
}
.sec-slider .slick-dots {
    bottom: -30px;
}
.sec-slider .slick-dots li {
    background-color: #c0c0c0;
}
.sec-slider .slick-dots li.slick-active {
    background-color: #63b60e;
}
@media screen and (max-width: 991px){
    .slick-initialized .sec-slider__item {
        flex-direction: column;
    }
    .section-hot-offers {
        padding-bottom: 30px;
    }
    .section-hot-offers .container-s {
        padding: 0;
    }
    .section-hot-offers > h2 {
        font-size: 22px;
        margin: 28px 0;
    }
    .sec-slider__item-descr {
        padding: 35px 20px;
    }
    .sec-slider__item-descr .title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sec-slider__item-descr .subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .sec-slider__item-descr .btn-more {
        font-size: 20px;
    }
    .sec-slider__item > * {
        width: 100%;
    }
    .sec-slider__item img {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .sec-slider .slick-dots {
        bottom: 0px;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}


.partners-gallery {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.partners-gallery_item {
    display: block;
    overflow: hidden;
    width: 25%;
    cursor: pointer;
    height: 300px;
    padding: 0 7px;
    margin-bottom: 14px;
}
.partners-gallery_item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media all and (max-width: 900px) {
    .partners-gallery_item {
        width: 50%;
        height: 150px;
    }
}
/* End */


/* Start:/bitrix/templates/iberelectro/components/bitrix/news.list/brand/style.css?1598435557150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/iberelectro/static/css/main.css?161683238286539 */
/* /bitrix/templates/iberelectro/components/bitrix/news.list/brand/style.css?1598435557150 */
