body
{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: #F2F7FC;
}

.container
{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.clr
{
    clear: both;
}

body.error404
{
    background: #003762;
}

body.error404 #page_404
{
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
}

body.error404 #page_404 .content_404
{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    max-width: 300px;
    height: auto;
}

body.error404 #page_404 .content_404 .text_404
{
    position: relative;
    width: 210px;
    height: 160px;
    margin: 0 auto;
}

body.error404 #page_404 .content_404 .text_404 h1
{
    position: absolute;
    top: 0;
    font-size: 100px;
    color: #ffffff;
    margin: 0;
    z-index: 10;
}

body.error404 #page_404 .content_404 .text_404 h1.left
{
    left: 0;
}

body.error404 #page_404 .content_404 .text_404 h1.right
{
    right: 10px;
}

body.error404 #page_404 .content_404 .text_404 .logo
{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 125px;
    height: auto;
    display: block;
}

body.error404 #page_404 .content_404 .text_404 .logo svg
{
    fill: #388BCC;
}

body.error404 #page_404 .content_404 p
{
    font-size: 20px;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
}

body.error404 #page_404 .content_404 a.page-button
{
    margin: 0 auto;
}

a
{
    text-decoration: none;
}

p a,
ul a
{
    color: #388BCC;
    transition: 200ms;
    font-weight: 600;
}

p a:hover,
ul a:hover
{
    color: #003762;
}

.page-button
{
    display: block;
    background: #388BCC;
    border: 4px solid;
    border-color: #388BCC;
    max-width: 220px;
    width: 100%;
    transition: 200ms;
}

.page-button:hover
{
    border-color: #003762;
}

.page-button .text-button
{
    float: left;
    width: calc(100% - 30px);
    height: 39px;
    position: relative;
}

.page-button .text-button:after
{
    content: '';
    width: 0;
    position: absolute;
    right: 0;
    height: 39px;
    background: #003762;
    display: block;
    transition: ease-out 200ms;
}

.page-button:hover .text-button:after
{
    width: 100%;
}

.page-button .text-button span
{
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transition: 200ms;
    z-index: 10;
}

.page-button .arrow
{
    float: right;
    width: 10px;
    height: auto;
    background: #003762;
    padding: 10px;
    transition: 200ms;
}

.page-button .arrow svg
{
    fill: #ffffff;
    transition: 200ms;
}

.page-button:hover .arrow svg
{
    fill: #388BCC;
    transform: scaleY(-1);
}

.title span.subtitle
{
    font-size: 14px;
    font-weight: 700;
    color: #388BCC; 
    display: block;
    margin-bottom: 20px;
}

.title h2
{
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 28px;
    color: #003762;
}

.title h2 span
{
    color: #388BCC; 
}


#header
{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 100;
}

#header .left,
#header .right
{
    width: calc(50% - 820px);
    height: 80px;
    position: absolute;
    top: 0;    
}

#header .left
{
    left: 0;
    background: #ffffff;
}

#header .right
{
    right: 0;
    background: #003762;
}

#header .center
{
    width: 100%;
    max-width: 1640px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

#header .center .logo
{
    width: calc(30% - 20px);
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
    background: #ffffff;
}

#header .center .logo a
{
    display: block;
    width: 200px;
    height: auto;
    padding: 15px 0;
}

#header .center .nav-menu
{
    width: calc(70% - 40px);
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    background: #003762;
    padding: 16px 20px;
}

#header .center .nav-menu .nav-content
{
    float: left;
    width: calc(100% - 70px);
}

#header .center .nav-menu .nav-content ul
{
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    text-align: right;
}

#header .center .nav-menu .nav-content ul > li
{
    display: inline-block;
    margin: 0 5px;
}

#header .center .nav-menu .nav-content ul > li a
{
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    position: relative;
    transition: 200ms;
}

#header .center .nav-menu .nav-content ul > li:hover a,
#header .center .nav-menu .nav-content ul > li.current-menu-item a
{
    color: #388BCC;
}

#header .center .nav-menu .nav-content ul > li a:before
{
    content: '';
    width: 0;
    height: 2px;
    top: 0;
    left: 0;
    background: #388BCC;
    position: absolute;
    transition: 200ms;
}

#header .center .nav-menu .nav-content ul > li a:after
{
    content: '';
    width: 2px;
    height: 0;
    top: 0;
    left: 0;
    background: #388BCC;
    position: absolute;
    transition: 200ms;
}

#header .center .nav-menu .nav-content ul > li:hover a:before,
#header .center .nav-menu .nav-content ul > li.current-menu-item a:before
{
    width: 48px;
}

#header .center .nav-menu .nav-content ul > li:hover a:after,
#header .center .nav-menu .nav-content ul > li.current-menu-item a:after
{
    height: 48px;
}

#header .center .nav-menu .nav-mobile
{
    float: right;
    display: none;
    margin-right: 10px;
}

#header .center .nav-menu .nav-language
{
    float: right;
}

#header .center .nav-menu .nav-language ul
{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .center .nav-menu .nav-language ul > li
{
    display: block;
}

#header .center .nav-menu .nav-language ul > li a,
#header .center .nav-menu .nav-mobile a
{
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px;
    border: 2px solid #388BCC;
    text-align: center;
    position: relative;
    transition: 200ms;
    background: transparent;
    width: 22px;
}

#header .center .nav-menu .nav-mobile a svg
{
    display: block;
    fill: #ffffff;
    width: 18px;
    height: auto;
}

#header .center .nav-menu .nav-language ul > li:hover a,
#header .center .nav-menu .nav-mobile:hover a
{
    background: #388BCC;
    color: #003762;
}

#header .center .nav-menu .nav-language ul > li a:after,
#header .center .nav-menu .nav-mobile a:after
{
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    display: block;
    color: #ffffff;
    background: #003762;
    position: absolute;
    bottom: -2px;
    right: -2px;
    padding-top: 2px;
    padding-left: 4px;
    transition: 200ms;
}

#header .center .nav-menu .nav-language ul > li:hover a:after,
#header .center .nav-menu .nav-mobile:hover a:after
{
    color: #388BCC;
}

#header .center .nav-menu .nav-language ul > li ul
{
    display: none;
}

#header .center .nav-menu .nav-language ul > li:hover ul
{
    display: block;
}

#header .center .nav-menu .nav-language ul > li ul > li a
{
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 15px;
    border: 0;
    text-align: center;
    position: relative;
    transition: 200ms;
    background: #388BCC;
}

#header .center .nav-menu .nav-language ul > li ul > li a:after
{
    content: '';
    display: none;
}

#header .center .nav-menu .nav-language ul > li ul > li a:hover
{
    background: #003762;
    color: #ffffff;
}

.head-margin
{
    width: 100%;
    height: 61px;
    display: block;
}

.mobile-nav
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(-400px);
    transition: 300ms;
}

body.openmobile .mobile-nav
{
    transform: translateY(0);
}

.mobile-nav .blue
{
    position: absolute;
    width: calc(70% - 40px);
    background: #003762;
    right: 0;
    padding: 90px 20px 20px;
}

.mobile-nav .blue ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.mobile-nav .blue ul > li
{
    display: block;
    border-bottom: 1px dashed #388BCC;
}

.mobile-nav .blue ul > li:last-child
{
    border-bottom: 0;
}

.mobile-nav .blue ul > li a
{
    font-weight: 600;
    color: #ffffff;
    padding: 10px;
    display: block;
    transition: 200ms;
}

.mobile-nav .blue ul > li a:hover
{
    color: #388BCC;
}

/* HOME-PAGE */

#home-slider
{
    width: 100%;
    height: 600px;
    display: block;
    position: relative;
}

#home-slider .left-margin,
#home-slider .right-margin
{
    width: calc(50% - 820px);
    height: 500px;
    position: absolute;
    z-index: 10;
}

#home-slider .left-margin
{
    left: 0;
    background: #ffffff;
}

#home-slider .right-margin
{
    right: 0;
}

#home-slider .slider
{
    width: 100%;
    max-width: 1640px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}

#home-slider .slider .text
{
    position: absolute;
    width: 600px;
    height: 500px;
    z-index: 50;
    left: 20px;
}

#home-slider .slider .text .text-content
{
    position: absolute;
    width: 700px;
    height: 400px;
    top: 50px;
}

#home-slider .slider .text .text-content .title
{
    height: 100px;
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-left: 30px;
    margin-bottom: 40px;
}

#home-slider .slider .text .text-content .title:after,
#home-slider .slider .text .text-content .title:before
{
    content: '';    
    position: absolute;
    top: 0;
    left: 0;
    background: #388BCC;
}

#home-slider .slider .text .text-content .title:after
{
    height: 120px;
    width: 8px;
}

#home-slider .slider .text .text-content .title:before
{
    width: 120px;
    height: 8px;
}

#home-slider .slider .text .text-content .title h1
{
    margin: 0;
    padding: 0;
    display: block;
    font-size: 40px;
    font-weight: 800;
    color: #003762;
}

#home-slider .slider .text .text-content .title h1 strong
{
    font-weight: 800;
    color: #388BCC;
}

#home-slider .slider .text .text-content .description
{
    width: 400px;
    height: auto;
}

#home-slider .slider .text .text-content .description p
{
    font-weight: 500;
}

#home-slider .slider .text .text-content a.page-button
{
    position: absolute;
    bottom: 0;
    left: 0;
}

#home-slider .slider .image
{
    position: absolute;
    top: 0;
    right: 20px;
    background: #ffffff;
    width: 100%;
    height: 500px;
    border-radius: 0 250px 250px 0;
    overflow: hidden;
}

#home-slider .slider .image .image-content
{
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 450px);
    height: 500px;
    overflow: hidden;
}

#home-slider .slider .image .image-content .gradient
{
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    max-width: 600px;
    width: 100%;
    height: 500px;
}

#home-slider .slider .image .image-content img
{
    width: 1200px;
    height: auto;
    bottom: 0;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#home-slider .bg
{
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 0;
}

#home-slider .bg .center
{
    width: 100%;
    max-width: 1640px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #F2F7FC
}

#home-slider .bg .center .center-content
{
    width: calc(100% - 250px);
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    background: #003762;
    border-bottom-left-radius: 250px;
}

#home-slider .bg .left,
#home-slider .bg .right
{
    width: calc(50% - 820px);
    height: 600px;
    position: absolute;
}

#home-slider .bg .left
{
    left: 0;
    background: #F2F7FC
}

#home-slider .right
{
    right: 0;
    background: #003762;
}

#for-who
{
    padding: 100px 0;
    width: 100%;
    height: auto;
    display: block;
    background: #F2F7FC;
}

#for-who ul
{
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: block;
}

#for-who ul > li
{
    display: block;
    float: left;
    width: calc((100% / 4) - 20px);
    margin: 10px;
}

#for-who ul > li a.box
{
    display: block;
    width: calc(100% - 60px);
    height: 130px;
    position: relative;
    margin: 10px;
    padding: 30px;
    background: #ffffff;
    transition: 200ms;
}

#for-who ul > li a.box:hover
{
    background: transparent;
}

#for-who ul > li a.box:after,
#for-who ul > li a.box:before
{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: #388BCC;
    transition: 200ms;
}

#for-who ul > li a.box:after
{
    width: 95px;
    height: 8px;
}

#for-who ul > li a.box:hover:after
{
    width: 100%;
}

#for-who ul > li a.box:before
{
    width: 8px;
    height: 95px;
}

#for-who ul > li a.box:hover:before
{
    height: 190px;
}

#for-who ul > li:first-child,
#for-who ul > li:last-child
{
    background: transparent;
    width: calc((100% / 4) - 20px);
    padding: 0;
    height: 190px;
    position: relative;
}

#for-who ul > li:first-child:after,
#for-who ul > li:last-child:after,
#for-who ul > li:first-child:before,
#for-who ul > li:last-child:before
{
    display: none;
}

#for-who ul > li:first-child .title
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#for-who ul > li:first-child .title h2 span
{
    color: #388BCC; 
}

#for-who ul > li:last-child .description
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 230px;
    height: auto;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#for-who ul > li:last-child .description p
{
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

#for-who ul > li a.box .icon
{
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 30px;
}

#for-who ul > li a.box .icon svg
{
    fill: #388BCC;
}

#for-who ul > li a.box .text
{
    height: 38px;
    width: 100%;
    position: relative;
}

#for-who ul > li a.box .text h3
{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #292727;
}

#about-us
{
    display: block;
    width: 100%;
    height: 500px;
    position: relative;
    background: #F2F7FC;
}

#about-us .left
{
    float: left;
    width: 400px;
    height: 400px;
    position: relative;
    padding: 50px 0;
    margin-right: 50px;
}

#about-us .left .description
{
    width: 350px;
}

#about-us .left .description p
{
    font-size: 14px;
    color: #292727;
}

#about-us .left a.page-button
{
    position: absolute;
    left: 0;
    bottom: 50px;
}

#about-us .right
{
    float: left;
    width: calc(100% - 450px);
    max-width: 1000px;
    height: 400px;
    position: relative;
    z-index: 10;
    padding: 50px 0;
}

#about-us .right .image
{
    width: 800px;
    height: 340px;
    border-radius: 0 170px 170px 0;
    overflow: hidden;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 10;
}

#about-us .right .image img
{
    width: 100%;
    min-width: 800px;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#about-us .right .video
{
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
}

#about-us .right .video a.video-content
{
    position: absolute;
    width: 400px;
    height: 200px;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 20;
    overflow: hidden;
    background: #003762;
    transition: 200ms;
}

#about-us .right .video a.video-content .icon-play
{
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 25;
    border-radius: 50%;
    padding: 20px;
    border: 15px solid #ffffff;
    opacity: 0.8;
    transition: 200ms;
}

#about-us .right .video a.video-content:hover .icon-play
{
    border: 5px solid #388BCC;
    padding: 15px;    
    height: 100px;
    width: 100px;
    opacity: 1;
}

#about-us .right .video a.video-content .icon-play svg
{
    fill: #ffffff;
    transition: 200ms;
}

#about-us .right .video a.video-content:hover .icon-play svg
{
    fill: #388BCC;
}

#about-us .right .video a.video-content img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    min-width: 360px;
    height: auto;
    display: block;
    opacity: 0.5;
    transition: 200ms;
}

#about-us .right .video a.video-content:hover img
{
    opacity: 0.8;
    transform: translate(-50%,-50%) scale(1.05, 1.05);
}

#about-us .right .video .subtitle-video
{
    position: absolute;
    bottom: 0;
    left: 420px;
    z-index: 10;
}

#about-us .right .video span.subtitle-video,
#about-us .right .video span.subtitle-video a
{
    color: #003762;
}

#about-us .right .video span.subtitle-video a
{
    display: inline-block;
    text-decoration: underline #003762;
}

#about-us .right .video .border-video
{
    position: absolute;
    bottom: -40px;
    left: 370px;
    width: 100px;
    height: 75px;
    border-bottom: 2px solid #a7a7a7;
    border-radius: 50%;
    opacity: 0.5;
}

#about-us .bg
{
    width: 50%;
    height: 500px;
    display: block;
    background: #ffffff;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

#boxes
{
    padding: 60px 0;
}

#boxes .text-boxes p
{
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #003762;
}

#boxes .text-boxes p span
{
    color: #388BCC; 
    font-weight: 700;
}

#boxes ul.boxes
{
    display: block;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    max-width: 1200px;
}

#boxes ul.boxes > li.box
{
    display: block;
    width: calc(50% - 10px);
    height: 400px;
    position: relative;
    overflow: hidden;
}

#boxes ul.boxes > li.box:first-child
{
    float: left;
    background: #388BCC;    
}

#boxes ul.boxes > li.box:last-child
{
    float: right;
    background: #003762;
}

#boxes ul.boxes > li.box .content-box
{
    position: absolute;
    z-index: 20;
    left: 40px;
    height: 350px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 60px);
}

#boxes ul.boxes > li.box .content-box .name
{
    position: relative;
    width: 100%;
    max-width: 410px;
    height: 100px;
}

#boxes ul.boxes > li.box .content-box .name h2
{
    color: #ffffff;
    font-weight: 800;
    font-size: 30px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#boxes ul.boxes > li.box .content-box .list
{
    margin-top: 30px;
}

#boxes ul.boxes > li.box .content-box .list ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 300px;
}

#boxes ul.boxes > li.box .content-box .list ul > li
{
    display: block;
    padding: 10px 0 10px 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px dashed;
    position: relative;
}

#boxes ul.boxes > li.box .content-box .list ul > li:before
{
    content: '\f061';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#boxes ul.boxes > li.box:first-child .content-box .list ul > li:before
{
    color: #003762;
}

#boxes ul.boxes > li.box:last-child .content-box .list ul > li:before
{
    color: #388BCC;
}

#boxes ul.boxes > li.box:first-child .content-box .list ul > li
{
    border-bottom-color: #003762;
}

#boxes ul.boxes > li.box:last-child .content-box .list ul > li
{
    border-bottom-color: #388BCC;
}

#boxes ul.boxes > li.box .content-box .page-button
{
    position: absolute;
    bottom: 0;
    left: 0;
}

#boxes ul.boxes > li.box .image
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 300px;
    display: block;
    z-index: 10;
}

#boxes ul.boxes > li.box .image img
{
    display: block;
    width: auto;
    height: 300px;
}

#boxes ul.boxes > li.box .arrow-bg
{
    position: absolute;
    height: 500px;
    width: 360px;
    top: 50%;
    transform: translateY(-50%);
}

#boxes ul.boxes > li.box:first-child .arrow-bg
{
    left: -20px;
}

#boxes ul.boxes > li.box:last-child .arrow-bg
{
    right: -20px;
}

#boxes ul.boxes > li.box .arrow-bg svg
{
    display: block;
    width: 360px;
    height: 500px;
}

#boxes ul.boxes > li.box:first-child .arrow-bg svg
{
    fill: rgba(0,55,98,0.5);
}

#boxes ul.boxes > li.box:last-child .arrow-bg svg
{
    fill: rgba(56,139,204,0.5);
    transform: rotate(180deg);
}

#boxes ul.boxes > li.box .shipping-info {
    position: absolute;
    bottom: 0;
    z-index: 99999;
}

#boxes ul.boxes > li.box .shipping-info p {
    color: #ffffff;
    margin: 0;
    font-size: 12px;
    padding: 0 0 5px 5px;;
}

#home-products
{
    width: 100%;
    height: auto;
    display: block;
}

#home-products .text
{
    width: 100%;
}

#home-products .text p
{
    font-size: 14px;
    font-weight: 600;
    color: #292727;
}

#home-products .products
{
    margin: 0 -10px;
}

#page.page-offer .video
{
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}

#page.page-offer .video .title span,
#page.page-offer .video .title h2
{
    text-align: center;
}

#page.page-offer .video a.video-content
{
    width: 100%;
    height: 500px;
    display: block;
    z-index: 20;
    overflow: hidden;
    background: #003762;
    transition: 200ms;
    position: relative;
    margin: 40px 0 60px;
}

#page.page-offer .video a.video-content span
{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 30;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

#page.page-offer .video a.video-content .icon-play
{
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 25;
    border-radius: 50%;
    padding: 20px;
    border: 15px solid #ffffff;
    opacity: 0.8;
    transition: 200ms;
}

#page.page-offer .video a.video-content:hover .icon-play
{
    border: 5px solid #388BCC;
    padding: 15px;    
    height: 100px;
    width: 100px;
    opacity: 1;
}

#page.page-offer .video a.video-content .icon-play svg
{
    fill: #ffffff;
    transition: 200ms;
}

#page.page-offer .video a.video-content:hover .icon-play svg
{
    fill: #388BCC;
}

#page.page-offer .video a.video-content img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1000px;
    height: auto;
    display: block;
    opacity: 0.5;
    transition: 200ms;
}

#page.page-offer .video a.video-content:hover img
{
    opacity: 0.8;
    transform: translate(-50%,-50%) scale(1.05, 1.05);
}


#page.page-offer .products,
#page.page-config .content-page .products
{
    margin: 0 -10px 50px;
}

#home-products .products ul,
#page.page-offer .products ul,
#page.page-config .content-page .products ul
{
    list-style: none;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

#home-products .products ul > li,
#page.page-offer .products ul > li,
#page.page-config .content-page .products ul > li
{
    width: calc((100% / 4) - 40px);
    margin: 10px;
    display: inline-block;
}

#home-products .products ul > li a.product,
#page.page-offer .products ul > li a.product,
#page.page-config .content-page .products ul > li a.product
{
    display: block;
    width: calc(100% - 20px);
    margin: 0;
    height: 230px;
    background: #ffffff;
    padding: 10px;
    transition: 200ms;
    position: relative;
}

#home-products .products a.product:before,
#page.page-offer .products a.product:before,
#page.page-config .content-page .products a.product:before
{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: #388BCC;
    transition: 200ms;
    width: 95px;
    height: 8px;
}

#home-products .products a.product:hover:before,
#page.page-offer .products a.product:hover:before,
#page.page-config .content-page .products a.product:hover:before
{
    width: 100%;
}

#home-products .products a.product .image,
#page.page-offer .products a.product .image,
#page.page-config .content-page .products a.product .image
{
    width: 200px;
    height: 150px;
    margin: 20px auto 10px;
    display: block;
    position: relative;
    transition: 200ms;
}

#home-products .products a.product:hover .image,
#page.page-offer .products a.product:hover .image,
#page.page-config .content-page .products a.product:hover .image
{
    margin-top: -10px;
}

#home-products .products a.product .image img,
#page.page-offer .products a.product .image img,
#page.page-config .content-page .products a.product .image img
{
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 150px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#home-products .products a.product .name,
#page.page-offer .products a.product .name,
#page.page-config .content-page .products a.product .name
{
    width: 100%;
    height: 38px;
    position: relative;
}

#home-products .products a.product .name h3,
#page.page-offer .products a.product .name h3,
#page.page-config .content-page .products a.product .name h3
{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    color: #292727;
}

#page.page-offer .faq
{
    display: block;
    padding: 100px 0;
    width: 100%;
    height: auto;
    background: #ffffff;
}

#page.page-offer .faq .nav_info a
{
    display: block;
    position: relative;
    width: calc((100% / 3) - 22px);
    padding: 0 10px;
    height: 60px;
    background: #388BCC;
    float: left;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transition: 200ms;
}

#page.page-offer .faq .nav_info a:hover
{
    background: #003762;
}

#page.page-offer .faq .nav_info a.active
{
    background: #F2F7FC;
}

#page.page-offer .faq .nav_info a.active span
{
    color: #388BCC;
}

#page.page-offer .faq .nav_info a span
{
    position: absolute;
    width: calc(100% - 10px);
    left: 5px;
    right: 5px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    transition: 200ms;
}

#page.page-offer .faq .text_info
{
    width: calc(100% - 42px);
    margin: 0 auto;
    padding: 10px 20px;
    background: #F2F7FC;
}

#page.page-offer .faq .text_info p
{
    font-size: 14px;
    font-weight: 500;
    color: #292727;
}

#page.page-offer .offer-content ul
{
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

#page.page-offer .offer-content ul > li
{
    display: block;
    width: 100%;
    height: 350px;
    position: relative;
    margin: 40px 0;
    right: 0;
}

#page.page-offer .offer-content ul > li .image
{
    width: 250px;
    height: 250px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #388BCC;
    z-index: 10;
}

#page.page-offer .offer-content ul > li:nth-child(odd) .image
{
    left: 8px;
}

#page.page-offer .offer-content ul > li:nth-child(even) .image
{
    right: 8px;
}

#page.page-offer .offer-content ul > li .image img
{
    width: 90%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

#page.page-offer .offer-content ul > li .text
{
    position: absolute;
    background: #003762;
    width: calc(100% - 340px);
    height: 350px;
    right: 0;
    border-radius: 50px;
}

#page.page-offer .offer-content ul > li:nth-child(odd) .text
{
    left: 170px;
}

#page.page-offer .offer-content ul > li:nth-child(even) .text
{
    right: 170px;
}

#page.page-offer .offer-content ul > li .text .text-content
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 250px);
}

#page.page-offer .offer-content ul > li:nth-child(odd) .text .text-content
{
    right: 80px;
}

#page.page-offer .offer-content ul > li:nth-child(even) .text .text-content
{
    left: 80px;
}

#page.page-offer .offer-content ul > li .text .text-content h3
{
    color: #388BCC;
    font-size: 22px;
}

#page.page-offer .offer-content ul > li .text .text-content p
{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-align: justify;
}

#home-configurator
{
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 0 10px;
}

.configurator
{
    width: 100%;
    max-width: 1200px;
    height: 250px;
    margin: 0 auto;
    position: relative;
}

.configurator:after
{
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 270px;
    height: 270px;
    background: #388BCC;
}

.configurator .content-configurator
{
    width: 100%;
    height: 250px;
    position: relative;
    background: #003762;
    overflow: hidden;
    z-index: 5;
}

.configurator .content-configurator .text
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 10;
}

.configurator .content-configurator .text .name h2
{
    font-size: 30px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-weight: 800;
}

.configurator .content-configurator .text .description
{
    max-width: 480px;
    width: 100%;
    padding: 10px 0;
}

.configurator .content-configurator .text .description p
{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.configurator .content-configurator .text a.page-button
{
    background: #ffffff;
    border-color: #ffffff;
}

.configurator .content-configurator .text a.page-button:hover
{
    border-color: #388BCC;
}

.configurator .content-configurator .text a.page-button .text-button:after
{
    background: #003762;
}

.configurator .content-configurator .text a.page-button:hover .text-button:after
{
    width: 100%;
    background: #388BCC;
}

.configurator .content-configurator .text a.page-button .text-button span
{
    color: #003762;
}

.configurator .content-configurator .text a.page-button .arrow
{
    background: #003762;
}

.configurator .content-configurator .text a.page-button:hover .arrow
{
    background: #388BCC;
}

.configurator .content-configurator .text a.page-button:hover .arrow svg
{
    fill: #003762;
}

.configurator .image
{
    width: calc(100% - 300px);
    height: 250px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.configurator .image .gradient
{
    background: rgb(0,55,98);
    background: -webkit-linear-gradient(right, rgba(0,55,98,0) 0%, rgba(0,55,98,1) 100%);
    background: -o-linear-gradient(right, rgba(0,55,98,0) 0%, rgba(0,55,98,1) 100%);
    background: linear-gradient(to left, rgba(0,55,98,0) 0%, rgba(0,55,98,1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 250px;
}

.configurator .image img
{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

#home-opinion
{
    padding: 60px 0 100px;
    position: relative;
    overflow: hidden;
}

#home-opinion .title
{
    z-index: 10;
    position: relative;
    max-width: 1050px;
    width: calc(100% - 200px);
}

#home-opinion .text
{
    z-index: 20;
    position: relative;
    max-width: 1050px;
    width: calc(100% - 200px);
}

#home-opinion .text p
{
    font-size: 14px;
    font-weight: 600;
    color: #292727;
}

#home-opinion .slider
{
    position: relative;
    z-index: 10;
    margin-top: -45px;
    padding-top: 55px;
    width: 100%;
    overflow: hidden;
}

#home-opinion .slider ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#home-opinion .slider .owl-carousel
{
    width: 100%;
    left: calc(50% - 800px);
    right: calc(50% - 800px);
    position: relative;
    max-width: 1600px;
}

#home-opinion .slider .owl-carousel .owl-stage-outer
{
    overflow: visible;
    max-width: 1600px;
}

#home-opinion .slider .owl-nav
{
    position: absolute;
    top: -55px;
    right: 0;
    width: 80px;
    height: 40px;
    z-index: 20;
}

#home-opinion .slider .owl-nav button
{
    width: 35px;
    height: 42px;
    background: #003762;
    padding: 10px;
    transition: 200ms;
    position: absolute;
    display: block;
    border: 3px solid;
    border-color: #388BCC;
}

#home-opinion .slider .owl-nav button:hover
{
    background: #388BCC;
}

#home-opinion .slider .owl-nav button.disabled,
#home-opinion .slider .owl-nav button.disabled:hover
{
    background: transparent;
    border-color: #a7a7a7;
}

#home-opinion .slider .owl-nav button.owl-next
{
    right: 0;
}

#home-opinion .slider .owl-nav button.owl-prev
{
    left: 0;
}

#home-opinion .slider .owl-nav button.owl-next span,
#home-opinion .slider .owl-nav button.owl-prev span
{
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 20px;
    height: 43px;
    text-align: center;
    color: #ffffff;
    transition: 200ms;
}

#home-opinion .slider .owl-nav button.owl-prev:hover span,
#home-opinion .slider .owl-nav button.owl-next:hover span
{
    color: #003762;
    transform: translate(-50%, -50%) scaleY(-1);
}

#home-opinion .slider button.disabled span,
#home-opinion .slider button.disabled:hover span
{
    color: #a7a7a7 !important;
    transform: translate(-50%, -50%) scaleY(1) !important;
}


#home-opinion .slider .slide
{
    width: 400px;
    height: 250px;
    border: 1px solid rgba(41,39,39,0.15);
    background: #ffffff;
}

#home-opinion .slider .slide .up
{
    width: 100%;
    height: 100px;
    display: block;
}

#home-opinion .slider .slide .up .info
{
    float: left;
    width: calc(100% - 130px);
    padding-left: 20px;
    position: relative;
    height: 100px;
}

#home-opinion .slider .slide .up .info .image
{
    width: 80px;
    height: 80px;
    display: block;
    margin-top: 10px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

#home-opinion .slider .slide .up .info .image img
{
    display: block;
    height: 80px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#home-opinion .slider .slide .up .info .name
{
    float: right;
    width: calc(100% - 100px);
}

#home-opinion .slider .slide .up .info .info-content,
#home-opinion .slider .slide .up .info .name .name-content
{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#home-opinion .slider .slide .up .info .info-content h3,
#home-opinion .slider .slide .up .info .name .name-content h3
{
    color: #003762;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
}

#home-opinion .slider .slide .up .info .info-content span,
#home-opinion .slider .slide .up .info .name .name-content span
{
    font-size: 12px;
    text-transform: uppercase;
    color: #292727;
    font-weight: 500;
    display: block;
    margin-top: 15px;
}

#home-opinion .slider .slide .up .date
{
    width: 100px;
    height: 100px;
    position: relative;
    background: #388BCC;
    float: right;
}

#home-opinion .slider .slide .up .date .date-content
{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#home-opinion .slider .slide .up .date .date-content span
{
    display: block;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

#home-opinion .slider .slide .up .date .date-content span.post-date
{
    font-size: 24px;
}

#home-opinion .slider .slide .down
{
    width: calc(100% - 40px);
    height: auto;
    padding: 10px 20px 0;
}

#home-opinion .slider .slide .down p,
#home-opinion .slider .slide .down span
{
    font-size: 12px;
    color: #292727;
    margin: 0;
    padding: 0;
}

#home-opinion .bg
{
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
}

#home-opinion .bg .left
{
    width: calc(50% - 800px);
    height: 800px;
    background: #ffffff;
    float: left;
}

#home-opinion .bg .right
{
    width: 100%;
    max-width: 1600px;
    height: 800px;
    float: left;
}

#home-opinion .bg .right .right-content
{
    background: #ffffff;
    width: calc(100% - 200px);
    height: 800px;
}

#why,
.why
{
    width: 100%;
    height: 600px;
    position: relative;
}

#why .left,
#why .right,
.why .left,
.why .right
{
    position: absolute;
    width: calc(50% - 820px);
    height: 600px;
}

#why .left,
.why .left
{
    left: 0;
    background: #ffffff;
}

#why .right,
.why .right
{
    right: 0;
    background: #003762;
}

#why .center,
.why .center
{
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1640px;
    height: 600px;
    position: absolute;
    background: #ffffff;
}

#why .center .image,
.why .center .image
{
    width: 500px;
    height: 600px;
    position: relative;
    float: left;
}

#why .center .image .image-content,
.why .center .image .image-content
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 360px;
    height: 400px;
}

#why .center .image .image-content .logo,
.why .center .image .image-content .logo
{
    position: absolute;
    left: 0;
    width: 220px;
    height: auto;
    top: 0;
    z-index: 0;
}

#why .center .image .image-content .logo svg,
.why .center .image .image-content .logo svg
{
    fill: rgba(0,0,0,0.1);
}

#why .center .image .image-content img,
.why .center .image .image-content img
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 450px;
    height: auto;
    display: block;
    z-index: 10;
}

#why .center .image .image-content .bg,
.why .center .image .image-content .bg
{
    position: absolute;
    left: 0;
    width: 100px;
    height: 400px;
    background: #388BCC;
    top: 0;
    z-index: 5;
}

#why .center .description,
.why .center .description
{
    width: calc(100% - 700px);
    height: 500px;
    float: right;
    background: #003762;
    padding: 50px 100px;
}

#why .center .description .title h2,
.why .center .description .title h2
{
    color: #ffffff;
}

#why .center .description .list,
.why .center .description .list
{
    margin-top: 40px;
}

#why .center .description .list ul,
.why .center .description .list ul
{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#why .center .description .list ul > li,
.why .center .description .list ul > li
{
    display: inline-block;
    width: calc(50% - 20px);
    margin-right: 10px;
    padding: 15px 0;
}

#why .center .description .list ul > li .icon,
.why .center .description .list ul > li .icon
{
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}

#why .center .description .list ul > li .icon svg,
.why .center .description .list ul > li .icon svg
{
    fill: #388BCC;
}

#why .center .description .list ul > li .text,
.why .center .description .list ul > li .text
{
    width: calc(100% - 70px);
    height: 50px;
    float: right;
    position: relative;
}

#why .center .description .list ul > li .text span,
.why .center .description .list ul > li .text span
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
}

#catalog,
.catalog
{
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

#catalog
{
    background: #ffffff;
}

#catalog .catalog-content,
.catalog .catalog-content
{
    width: 100%;
    height: 600px;
    position: relative;
}

#catalog .catalog-content .image,
.catalog .catalog-content .image
{
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 500px);
    height: 500px;
}

#catalog .catalog-content .image img,
.catalog .catalog-content .image img
{
    width: 1000px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    display: block;
}

#catalog .catalog-content .text,
.catalog .catalog-content .text
{
    position: absolute;
    height: 500px;
    width: 50%;
    right: 20px;
    top: 0;
    min-width: 560px;
}

#catalog .catalog-content .text .text-content,
.catalog .catalog-content .text .text-content
{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #003762;
    width: 100%;
    max-width: 490px;
    height: 180px;
    z-index: 10;
    padding: 40px;
}

#catalog .catalog-content .text .text-content .name h2,
.catalog .catalog-content .text .text-content .name h2
{
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 800;
    font-size: 30px;
}

#catalog .catalog-content .text .text-content .description,
.catalog .catalog-content .text .text-content .description
{
    max-width: 330px;
    padding: 20px 0;
}

#catalog .catalog-content .text .text-content .description p,
.catalog .catalog-content .text .text-content .description p
{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

#catalog .catalog-content .text .text-content .buttons,
.catalog .catalog-content .text .text-content .buttons
{
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 100%;
}

#catalog .catalog-content .text .text-content .buttons a,
.catalog .catalog-content .text .text-content .buttons a
{
    float: left;
    margin-right: 20px;
}

#page
{
    padding: 10px 0 100px;
    width: 100%;
    min-height: 600px;
}

#page.page-offer,
#page.page-contact,
#page.page-about,
#page.page-config
{
    padding-bottom: 0;
}

#page.page-config .text-page-content
{
    margin-bottom: 50px;
}

#page .text-offer p,
#page .text-page-content p
{
    font-size: 14px;
    font-weight: 600;
    color: #292727;
    text-align: center;
}

#page .breadcrumbs ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

#page .breadcrumbs ul > li
{
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

#page .breadcrumbs ul > li:last-child
{
    padding-right: 0;
}

#page .breadcrumbs ul > li:after
{
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 5px;
    top: 2px;
    color: #003762;
}

#page .breadcrumbs ul > li:last-child:after
{
    display: none;
}

#page .breadcrumbs ul > li a,
#page .breadcrumbs ul > li span
{
    font-size: 14px;
    font-weight: 600;
    display: block;
}

#page .breadcrumbs ul > li a
{
    color: #388BCC;
    transition: 200ms;
}

#page .breadcrumbs ul > li a:hover
{
    color: #003762;
}

#page .breadcrumbs ul > li span
{
    color: #003762;
}

#page .title-page,
#page .title-section
{
    padding: 50px 0;
}

#page .title-page h1
{
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    color: #388BCC;
    margin: 10px 0;
    padding: 0;
}

#page .title-section h2,
#page.page-single h2
{
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #003762;
    margin: 0;
    padding: 0;
}

#page.page-movie .title-page h2 {
    font-size: 14px;
    font-weight: 600;
    color: #292727;
    text-align: center;
}

#page.page-movie .title-page h2 a {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #388bcc;
    transition: .2s;
}

#page .title-page h2 {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #003762;
    margin: 0;
    padding: 0;
}

#page .title-section h2 span,
#page.page-single h2 span
{
    color: #388BCC;
}

#page .for-who 
{
    width: 100%;
    height: auto;
    display: block;
    background: #F2F7FC;
}

#page .for-who ul
{
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: block;
}

#page .for-who ul > li
{
    display: block;
    float: left;
    width: calc((100% / 3) - 20px);
    margin: 10px;
}

#page .for-who ul > li a.box
{
    display: block;
    width: calc(100% - 60px);
    height: 70px;
    position: relative;
    padding: 50px 30px;
    background: #ffffff;
    transition: 200ms;
}

#page .for-who ul > li a.box:hover
{
    background: transparent;
}

#page .for-who ul > li a.box:after,
#page .for-who ul > li a.box:before
{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: #388BCC;
    transition: 200ms;
}

#page .for-who ul > li a.box:after
{
    width: 95px;
    height: 8px;
}

#page .for-who ul > li a.box:hover:after
{
    width: 100%;
}

#page .for-who ul > li a.box:before
{
    width: 8px;
    height: 95px;
}

#page .for-who ul > li a.box:hover:before
{
    height: 170px;
}

#page .for-who ul > li a.box .icon
{
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 30px;
    float: left;
}

#page .for-who ul > li a.box .icon svg
{
    fill: #388BCC;
}

#page .for-who ul > li a.box .text
{
    height: 70px;
    width: calc(100% - 100px);
    position: relative;
    float: right;
}

#page .for-who ul > li a.box .text h3
{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #292727;
}

#page.single-product .description-product
{
    float: left;
    display: block;
    width: calc(100% - 450px);
    background: #ffffff;
    padding: 20px;
}

#page.single-product .description-product .gallery
{
    width: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
    height: 300px;
}

#page.single-product .description-product .gallery .owl-stage
{
    z-index: 10;
}

#page.single-product .description-product .gallery .owl-nav
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 40px;
    z-index: 0;
}

#page.single-product .description-product .gallery .owl-nav button
{
    width: 35px;
    height: 42px;
    background: #003762;
    padding: 10px;
    transition: 200ms;
    position: absolute;
    display: block;
    border: 3px solid;
    border-color: #388BCC;
}

#page.single-product .description-product .gallery .owl-nav button:hover
{
    background: #388BCC;
}

#page.single-product .description-product .gallery .owl-nav button.disabled,
#page.single-product .description-product .gallery .owl-nav button.disabled:hover
{
    background: transparent;
    border-color: #a7a7a7;
}

#page.single-product .description-product .gallery .owl-nav button.owl-next
{
    right: -50px;
}

#page.single-product .description-product .gallery .owl-nav button.owl-prev
{
    left: -50px;
}

#page.single-product .description-product .gallery .owl-nav button.owl-next span,
#page.single-product .description-product .gallery .owl-nav button.owl-prev span
{
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 20px;
    height: 43px;
    text-align: center;
    color: #ffffff;
    transition: 200ms;
}

#page.single-product .description-product .gallery .owl-nav button.owl-prev:hover span,
#page.single-product .description-product .gallery .owl-nav button.owl-next:hover span
{
    color: #003762;
    transform: translate(-50%, -50%) scaleY(-1);
}

#page.single-product .description-product .gallery button.disabled span,
#page.single-product .description-product .gallery button.disabled:hover span
{
    color: #a7a7a7 !important;
    transform: translate(-50%, -50%) scaleY(1) !important;
}

#page.single-product .description-product .gallery a.slide,
#page.single-product .description-product a.image-product
{
    display: block;
    border: 1px solid rgba(41,39,39,0.15);
    height: 300px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

#page.single-product .description-product a.image-product
{
    width: 100%;
}

#page.single-product .description-product .gallery a.slide img,
#page.single-product .description-product a.image-product img
{
    width: 470px;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#page.single-product .description-product .product-name
{
    height: 150px;
    width: 100%;
    position: relative;
}

#page.single-product .description-product .product-name h1
{
    color: #292727;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#page.single-product .description-product .description
{
    padding: 40px 0;
    display: block;
}

#page.single-product .description-product .description p
{
    font-size: 14px;
    font-weight: 500;
    color: #292727;
    margin: 0;
    padding: 0;
}

#page.single-product .description-product .product-specyfication,
#page.page-single .content-text-page
{
    float: left;
    width: calc(100% - 450px)
}

#page.single-product .description-product .technical-specyfication
{
    float: right;
    width: 400px;
}

#page.single-product .description-product .product-specyfication .section-name,
#page.single-product .description-product .technical-specyfication .section-name
{
    height: 50px;
    width: 100%;
    display: block;
}

#page.single-product .description-product .product-specyfication .section-name h2,
#page.single-product .description-product .technical-specyfication .section-name h2
{
    font-size: 20px;
    color: #388BCC;
    margin: 0;
    padding: 0;
}

#page.single-product .description-product .product-specyfication ul
{
    display: block;
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}

#page.single-product .description-product .product-specyfication ul > li
{
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(41,39,39,0.15);
}

#page.single-product .description-product .product-specyfication ul > li:first-child
{
    padding: 0 0 15px;
}

#page.single-product .description-product .product-specyfication ul > li:last-child
{
    border-bottom: 0;
}

#page.single-product .description-product .product-specyfication ul > li span
{
    font-size: 14px;
    font-weight: 500;
}

#page.single-product .description-product .form {
    padding: 20px 0;
    margin: 20px 0;
}

#page.single-product .description-product .technical-specyfication .download
{
    background: #F2F7FC;
    padding: 15px;
    display: block;
}

#page.single-product .description-product .technical-specyfication .download .document-icon
{
    width: 43px;
    height: auto;
    display: block;
    float: left;
}

#page.single-product .description-product .technical-specyfication .download .document-icon svg
{
    fill: #388BCC;
}

#page.single-product .description-product .technical-specyfication .download a.page-button
{
    float: right;
    max-width: 200px;
}

#page.single-product .sidebar,
#page.page-single .content-sidebar
{
    float: right;
    display: block;
    width: 360px;
    height: auto;
    background: #ffffff;
    padding: 10px 15px;
    border-top: 5px solid #388BCC;
    border-left: 5px solid #388BCC;
}

#page.single-product .sidebar .term-name,
#page.page-single .content-sidebar .sidebar-name
{
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #292727;
    margin-bottom: 10px;
}

#page.single-product .sidebar .term-name h3,
#page.page-single .content-sidebar .sidebar-name h3
{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #292727;
}

#page.single-product .sidebar ul,
#page.page-single .content-sidebar ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

#page.single-product .sidebar ul > li,
#page.page-single .content-sidebar ul > li
{
    display: block;
}

#page.single-product .sidebar ul > li a,
#page.page-single .content-sidebar ul > li a
{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #292727;
    padding: 10px 0;
    transition: 200ms;
}

#page.single-product .sidebar ul > li a:hover,
#page.page-single .content-sidebar ul > li a:hover
{
    color: #388BCC;
}

#page.single-product #home-products {
    margin: 50px 0;
}

#page.single-product #home-products #about-us {
    height: auto;
}

#page.single-product #home-products .container {
    padding: 0 10px;
}

#page.single-product #home-products .title {
    width: 100%;
    text-align: center;
    max-width: none;
    padding: 20px 0;
}

#page.single-product #home-products .title h2 {
    font-weight: 600;
    font-size: 26px;
}

#page.single-product #home-products .right {
    width: calc((100% / 4) - 40px);
    height: 200px;
    padding: 55px 0;
}

#page.single-product #home-products .right .video {
    height: 250px;
}

#page.single-product #home-products .right .video a.video-content {
    width: 100%;
    height: 250px;
}

#page.single-product #home-products .right .video a.video-content img {
    min-width: 500px;
}

#page.single-product #home-products .right .video span.subtitle-video {
    bottom: -50px;
    left: 150px;
}

#page.single-product #home-products .right .video span.subtitle-video a {
    display: inline-block;
}

#page.single-product #home-products .right .video .border-video {
    bottom: -65px;
    left: 60px;
    transform: rotate(30deg);
}

#page.page-contact .content-page .contact-data
{
    float: left;
    display: block;
    background: #ffffff;
    width: calc(100% - 580px);
    padding: 40px;
    height: 670px;
}

#page.page-contact .content-page .contact-data p
{
    color: #388BCC;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#page.page-contact .content-page .contact-data .company-name
{
    padding: 40px 0;
}

#page.page-contact .content-page .contact-data .company-name h2
{
    font-size: 30px;
    color: #388BCC;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#page.page-contact .content-page .contact-data .company-name h2 span
{
    color: #292727;
    text-transform: none;
    display: block;
    font-weight: 500;
}

#page.page-contact .content-page .contact-data .contact-info
{
    margin-bottom: 60px;
}

#page.page-contact .content-page .contact-data .contact-info .contact-item
{
    float: left;
    width: calc((100% / 3) - 10px);
    margin-right: 10px;
}

#page.page-contact .content-page .contact-data .contact-info .contact-item .icon
{
    float: left;
    width: 50px;
    height: auto;
    display: block;
}

#page.page-contact .content-page .contact-data .contact-info .contact-item .icon svg
{
    fill: rgba(41,39,39,0.15);
}

#page.page-contact .content-page .contact-data .contact-info .contact-item .data
{
    float: right;
    width: calc(100% - 70px);
}

#page.page-contact .content-page .contact-data .contact-info .contact-item .data span,
#page.page-contact .content-page .contact-data .contact-info .contact-item .data a
{
    color: #292727;
    font-size: 14px;
    font-weight: 500;
    transition: 200ms;
}

#page.page-contact .content-page .contact-data .contact-info .contact-item .data a:hover
{
    color: #388BCC;
}

#page.page-contact .content-page .contact-data .contact-info .contact-item .data ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

#page.page-contact .content-page .contact-data .contact-info .contact-item .data ul > li
{
    display: block;
}

#page.page-contact .content-page .contact-data .form h3,
#page.single-product .form h3
{
    color: #388BCC;    
}

#page.page-contact .content-page .contact-data .form input,
#page.single-product .form input
{
    float: left;
    display: block;
    width: calc(50% - 50px);
    padding: 10px 15px;
    border: 1px solid rgba(41,39,39,0.15);
    margin-right: 16px;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    outline: none;
}

#page.page-contact .content-page .contact-data .form .wpcf7-form-control-wrap[data-name="accept-rodo"],
#page.single-product .form .wpcf7-form-control-wrap[data-name="accept-rodo"]
{
    margin-bottom: 15px;
    width: calc(100% - 16px);
    display: block;
}

#page.page-contact .content-page .contact-data .form input[type=checkbox],
#page.single-product .form input[type=checkbox]
{
    width: 20px;
    height: auto;
    margin-right: 5px;
}

#page.page-contact .content-page .contact-data .form .wpcf7-form-control-wrap[data-name="accept-rodo"] .wpcf7-list-item,
#page.single-product .form .wpcf7-form-control-wrap[data-name="accept-rodo"] .wpcf7-list-item
{
    margin: 0;
    width: 100%;
    display: block;
}

#page.page-contact .content-page .contact-data .form .wpcf7-form-control-wrap[data-name="accept-rodo"] .wpcf7-list-item label span.wpcf7-list-item-label,
#page.single-product .form .wpcf7-form-control-wrap[data-name="accept-rodo"] .wpcf7-list-item label span.wpcf7-list-item-label
{
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    color: #292727;
    width: calc(100% - 35px);
}

#page.page-contact .content-page .contact-data .form .wpcf7-form-control-wrap[data-name="accept-rodo"] .wpcf7-list-item label span.wpcf7-list-item-label a,
#page.page-contact .content-page .contact-data .form .wpcf7-form-control-wrap[data-name="accept-rodo"] .wpcf7-list-item label span.wpcf7-list-item-label b,
#page.single-product .form .wpcf7-form-control-wrap[data-name="accept-rodo"] .wpcf7-list-item label span.wpcf7-list-item-label a,
#page.single-product .form .wpcf7-form-control-wrap[data-name="accept-rodo"] .wpcf7-list-item label span.wpcf7-list-item-label b
{
    color: #388BCC;
    font-weight: 700;
    transition: 300ms;
}

#page.page-contact .content-page .contact-data .form .wpcf7-form-control-wrap[data-name="accept-rodo"] .wpcf7-list-item label span.wpcf7-list-item-label a:hover,
#page.single-product .form .wpcf7-form-control-wrap[data-name="accept-rodo"] .wpcf7-list-item label span.wpcf7-list-item-label a:hover
{
    color: #292727;
}

#page.page-contact .content-page .contact-data .form textarea,
#page.single-product .form textarea
{
    width: calc(100% - 50px);
    height: 90px;
    float: none;
    clear: both;
    resize: none;
    padding: 10px 15px;
    border: 1px solid rgba(41,39,39,0.15);
    margin-right: 16px;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    outline: none;
}

#page.single-product .form input,
#page.single-product .form textarea
{
    margin: 0 8px 16px;
}

#page.page-contact .content-page .contact-data .form input[type=submit],
#page.single-product .form input[type=submit]
{
    float: right;
    display: block;
    width: calc(50% - 50px);
    padding: 8px 15px;
    border: 5px solid #388BCC;
    background: #388BCC;
    margin-right: 16px;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    color: #ffffff;
    transition: 200ms;
}

#page.page-contact .content-page .contact-data .form input[type=submit]:hover,
#page.single-product .form input[type=submit]:hover
{
    background: #003762;
}

#page.page-contact .content-page .contact-map
{
    width: 500px;
    height: 750px;
    float: right;
    display: block;
}

#page.page-contact .content-page .contact-map #map
{
    width: 100%;
    height: 750px;
    display: block;
}

#contact-person .contact-person-content
{
    padding: 100px 0;
}

#contact-person .contact-person-content .person
{
    width: calc(50% - 40px);
    padding: 0 20px;
    display: block;
    float: left;
}

#contact-person .contact-person-content .person .position span
{
    font-size: 16px;
    font-weight: 700;
    color: #292727;
}

#contact-person .contact-person-content .person .name h3
{
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    color: #388BCC;
}

#contact-person .contact-person-content .person .contact-info
{
    margin-top: 20px;
}

#contact-person .contact-person-content .person .contact-info a
{
    display: block;
    transition: 200ms;
}

#contact-person .contact-person-content .person .contact-info a .icon
{
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

#contact-person .contact-person-content .person .contact-info a .icon svg
{
    fill: rgba(41,39,39,0.50);
    transition: 200ms;
}

#contact-person .contact-person-content .person .contact-info a:hover .icon svg
{
    fill: #003762;
}

#contact-person .contact-person-content .person .contact-info a .data
{
    float: left;
    padding: 8px 0;
}

#contact-person .contact-person-content .person .contact-info a .data span
{
    font-size: 20px;
    font-weight: 500;
    color: rgba(41,39,39,0.50);
    transition: 200ms;
}

#contact-person .contact-person-content .person .contact-info a:hover .data span
{
    color: #388BCC;
}

#contact-person .contact-person-content .title-section
{
    padding: 50px 0 30px;
}

#contact-person .contact-person-content .sales ul
{
    display: block;
    padding: 0;
    margin: 0 20px;
    list-style: none;
}

#contact-person .contact-person-content .sales ul > li
{
    display: inline-block;
    width: calc((100% / 4) - 15px);
    margin-right: 10px;
}

#contact-person .contact-person-content .sales ul > li a
{
    display: block;
    width: 100%;
    transition: 200ms;
}

#contact-person .contact-person-content .sales ul > li a .icon
{
    float: left;
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

#contact-person .contact-person-content .sales ul > li a .icon svg
{
    fill: rgba(41,39,39,0.50);
    transition: 200ms;
}

#contact-person .contact-person-content .sales ul > li a:hover .icon svg
{
    fill: #003762;
}

#contact-person .contact-person-content .sales ul > li a .info
{
    float: left;
}

#contact-person .contact-person-content .sales ul > li a .info p
{
    margin: 0;
    padding: 0;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #388BCC;
}

#contact-person .contact-person-content .sales ul > li a .info p span
{
    font-size: 18px;
    font-weight: 500;
    color: rgba(41,39,39,0.50);
    display: block;
    transition: 200ms;
}

#contact-person .contact-person-content .sales ul > li a:hover .info p span
{
    color: #388BCC;
}

#contact-person .contact-person-content .title-section h2
{
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #003762;
    margin: 0;
    padding: 0;
}

#page.page-about .content-page .head-about
{
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 60px;
}

#page.page-about .content-page .head-about .text
{
    float: left;
    width: 50%;
    height: 300px;
    position: relative;
}

#page.page-about .content-page .head-about .text .title
{
    width: calc(100% - 10px);
}

#page.page-about .content-page .head-about .text .title h2 strong
{
    color: #388BCC;
    font-weight: 800;
}

#page.page-about .content-page .head-about .text .description
{
    background: #ffffff;
    width: calc(100% - 40px);
    height: 145px;
    padding: 20px;
    position: absolute;
    bottom: 0;
}

#page.page-about .content-page .head-about .text .description p
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #292727;
}

#page.page-about .content-page .head-about .text .description a.page-button
{
    position: absolute;
    left: 20px;
    bottom: 20px;
}

#page.page-about .content-page .head-about .image
{
    float: right;
    width: 50%;
    height: 300px;
    border-radius: 0 150px 150px 0;
    position: relative;
    overflow: hidden;
}

#page.page-about .content-page .head-about .image img
{
    width: 100%;
    min-width: 550px;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#page.page-about .content-page .section-description
{
    width: 100%;
    height: 450px;
    position: relative;
}

#page.page-about .content-page .section-description .left-text,
#page.page-about .content-page .section-description .right-text
{
    position: absolute;
    width: 350px;
    height: 450px;
    top: 0;
}

#page.page-about .content-page .section-description .left-text
{
    left: 0;
}

#page.page-about .content-page .section-description .right-text
{
    right: 0;
}

#page.page-about .content-page .section-description .left-text .text-title,
#page.page-about .content-page .section-description .right-text .text-title
{
    padding: 20px 0 30px;
}

#page.page-about .content-page .section-description .left-text .text-title h3,
#page.page-about .content-page .section-description .right-text .text-title h3
{
    font-size: 20px;
    font-weight: 500;
    color: #003762;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

#page.page-about .content-page .section-description .left-text .text-title h3 strong,
#page.page-about .content-page .section-description .right-text .text-title h3 strong
{
    font-weight: 700;
    color: #388BCC;
}

#page.page-about .content-page .section-description .left-text p,
#page.page-about .content-page .section-description .right-text p
{
    font-size: 14px;
    color: #292727;
    font-weight: 500;
}

#page.page-about .content-page .section-description .right-text a.page-button
{
    position: absolute;
    bottom: 20px;
}

#page.page-about .content-page .section-description .images
{
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: calc(100% - 800px);
    height: 450px;
    overflow: hidden;
}

#page.page-about .content-page .section-description .images .image_1
{
    width: calc(65% - 5px);
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

#page.page-about .content-page .section-description .images .image_1 img
{
    width: auto;
    height: 450px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#page.page-about .content-page .section-description .images .image_2
{
    width: calc(35% - 5px);
    height: 280px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

#page.page-about .content-page .section-description .images .image_2 img
{
    width: auto;
    height: 280px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#page.page-about .content-page .section-description .images .image_3
{
    width: 70%;
    height: 190px;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 10;
    border-top: 10px solid #F2F7FC;
    border-left: 10px solid #F2F7FC;
}

#page.page-about .content-page .section-description .images .image_3 img
{
    width: 100%;
    min-width: 450px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#page.page-about .content-page .info-list
{
    padding: 40px 0;
}

#page.page-about .content-page .info-list ul
{
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: block;
}

#page.page-about .content-page .info-list ul > li
{
    display: block;
    float: left;
    width: calc((100% / 3) - 20px);
    height: 560px;
    margin: 10px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

#page.page-about .content-page .info-list ul > li .image
{
    width: 100%;
    height: 280px;
    display: block;
    position: absolute;    
    overflow: hidden;
}

#page.page-about .content-page .info-list ul > li:nth-child(1) .image,
#page.page-about .content-page .info-list ul > li:nth-child(3) .image,
#page.page-about .content-page .info-list ul > li:nth-child(4) .image,
#page.page-about .content-page .info-list ul > li:nth-child(6) .image
{
    top: 0;
}

#page.page-about .content-page .info-list ul > li:nth-child(2) .image,
#page.page-about .content-page .info-list ul > li:nth-child(5) .image
{
    bottom: 0;
}

#page.page-about .content-page .info-list ul > li .image img
{
    width: 520px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

#page.page-about .content-page .info-list ul > li .text
{
    width: calc(100% - 40px);
    height: 240px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#page.page-about .content-page .info-list ul > li:nth-child(1) .text,
#page.page-about .content-page .info-list ul > li:nth-child(3) .text,
#page.page-about .content-page .info-list ul > li:nth-child(4) .text,
#page.page-about .content-page .info-list ul > li:nth-child(6) .text
{
    bottom: 20px;
}

#page.page-about .content-page .info-list ul > li:nth-child(2) .text,
#page.page-about .content-page .info-list ul > li:nth-child(5) .text
{
    top: 20px;
}

#page.page-about .content-page .info-list ul > li .text .text-title
{
    margin-bottom: 20px;
}

#page.page-about .content-page .info-list ul > li .text .text-title h3
{
    font-size: 20px;
    font-weight: 500;
    color: #003762;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

#page.page-about .content-page .info-list ul > li .text .text-title h3 strong
{
    font-weight: 700;
    color: #388BCC;
}

#page.page-about .content-page .info-list ul > li .text p
{
    font-size: 14px;
    color: #292727;
    font-weight: 500;
}

#page.page-about .content-page .info-list a.page-button
{
    margin: 20px auto;
}

#page.page-about .content-page #home-opinion {
    padding: 0px 0 100px;
}

#page.page-about .content-page #home-opinion .opinion .title {
    width: 100%;
    text-align: center;
    max-width: none;
    padding: 20px 0;
}

#page.page-about .content-page #home-opinion .opinion .title h2 {
    font-weight: 500;
    font-size: 26px;
}

#page.news-page .content-page a.news
{
    display: block;
    float: left;
    width: calc((100% / 3) - 20px);
    height: 560px;
    margin: 10px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

#page.news-page .content-page a.news .image
{
    width: 100%;
    height: 280px;
    display: block;
    position: relative;    
    overflow: hidden;
}

#page.news-page .content-page a.news .image img
{
    width: 520px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

#page.news-page .content-page a.news .text
{
    width: calc(100% - 40px);
    height: 240px;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
}

#page.news-page .content-page a.news .text .news-title
{
    margin-bottom: 20px;
}

#page.news-page .content-page a.news .text .news-title h2
{
    font-size: 20px;
    font-weight: 500;
    color: #003762;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

#page.news-page .content-page a.news .text .news-title h2 strong
{
    font-weight: 700;
    color: #388BCC;
}

#page.news-page .content-page a.news .text p
{
    font-size: 14px;
    color: #292727;
    font-weight: 500;
}

#page.news-page .content-page a.news .text .date
{
    position: absolute;
    left: 0;
    bottom: 30px;
    max-width: 150px;
}

#page.news-page .content-page a.news .text .date span
{
    font-weight: 800;
    color: #003762;
}

#page.news-page .content-page a.news .text .page-button
{
    position: absolute;
    right: 0;
    bottom: 20px;
    max-width: 150px;
}

#page.news-page .content-page a.news .text .page-button .arrow
{
    padding: 6px 10px;
}

#page.news-page .content-page a.news .text .page-button .text-button
{
    height: 30px;
}

#page.news-page .content-page a.news .text .page-button .text-button:after 
{
    height: 31px;
}

.navigation-page
{
    margin-top: 40px;
}

#page.page-offer .navigation-page
{
    margin-bottom: 40px;
}

.navigation-page ul
{
    text-align: center;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.navigation-page ul > li
{
    display: inline-block;
    margin: 0 3px;
}

.navigation-page ul > li a,
.navigation-page ul > li span
{
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: 600;
    border: 4px solid;
    border-color: #388BCC;
    height: 21px;
}

.navigation-page ul > li a.next,
.navigation-page ul > li a.prev
{
    font-size: 14px;
}

.navigation-page ul > li a
{
    background: #003762;
    transition: 200ms;
}

.navigation-page ul > li span,
.navigation-page ul > li:hover a
{
    background: #388BCC;    
}

#page.news-single .title-page .date span
{
    font-weight: 800;
    color: #003762;
    display: block;
    text-align: center;
}

#page.news-single .content-news-page .image-news
{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

#page.news-single .content-news-page .image-news img
{
    min-width: 1000px;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#page.news-single .content-news-page .text-news
{
    padding: 20px;
    width: calc(100% - 40px);
    height: auto;
    background: #ffffff;
}

#page.news-single .content-news-page .text-news p
{
    color: #292727;
    font-weight: 500;
}

#page.page-config .content-page .filters .wpc-filters-section
{
    float: left;
    width: calc((100% / 4) - 20px);
    margin-right: 20px;
}

#page.page-config .content-page .filters .wpc-filters-section .widget-title
{
    color: #292727;
    font-size: 18px;
    font-weight: 500;
}

#page.page-config .content-page .filters .wpc-filters-section input[type=radio]
{
    appearance: none;
    -webkit-appearance: none;
}

#page.page-config .content-page .filters .wpc-filters-section input[type=radio]:before
{
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    outline: 1px solid rgba(41,39,39,0.15);
}

#page.page-config .content-page .filters .wpc-filters-section input[type=radio]:checked:before
{
    background: #388BCC;
    outline: 1px solid #388BCC;
}

#page.page-config .content-page .filters .wpc-filters-section label
{
    position: relative;
}

#page.page-config .content-page .filters .wpc-filters-section label a
{
    font-size: 14px;
    padding-left: 25px;
    font-weight: 500;
    color: #003762;
}

#page.page-config .content-page .filters .wpc-filters-section .wpc-filter-dlugosc_robocza_produkt label a:after
{
    content: 'm';
    margin-left: 3px;
}

#page.page-config .content-page .filters .wpc-filters-section .wpc-filter-grubosc_blachy_stalowej_produkt label a:after
{
    content: 'mm';
    margin-left: 3px;
}

#page.page-config .content-page .filters a.reset-filter,
#page.page-config .content-page .filters a#buttontoggler
{
    margin: 20px auto;
}

#page.page-config .content-page .filters a#buttontoggler
{
    display: none;
}

#page.page-config .text-config
{
    background: #ffffff;
    width: 100%;
    height: auto;
    display: block;
    padding: 100px 0;
}

#page.page-config .text-config .nav_info
{
    float: left;
    display: block;
    width: 300px;
    padding: 20px 40px;
    background: #003762;
}

#page.page-config .text-config .nav_info a
{
    display: block;
    width: calc(100% - 4px);
    border: 2px solid;
    border-color: #F2F7FC;
    height: 76px;
    position: relative;
    background: #F2F7FC;
    margin: 20px 0;
    transition: 200ms;
}

#page.page-config .text-config .nav_info a.active
{
    background: #003762;
    border-color: #388BCC;
}

#page.page-config .text-config .nav_info a:hover
{
    background: #388BCC;
    border-color: #388BCC;
}

#page.page-config .text-config .nav_info a span
{
    position: absolute;
    width: calc(100% - 10px);
    left: 5px;
    right: 5px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    transition: 200ms;
    color: #388BCC;
}

#page.page-config .text-config .nav_info a:hover span,
#page.page-config .text-config .nav_info a.active span
{
    color: #ffffff;
}

#page.page-config .text-config .answer
{
    padding: 0;
    width: calc(100% - 380px);
    height: 360px;
    display: block;
    float: right;
    background: #003762;
    position: relative;
}

#page.page-config .text-config .answer .text_info
{
    position: absolute;
    left: 0;
    width: calc(100% - 40px);
    top: 50%;
    transform: translateY(-50%);
}

#page.page-config .text-config .answer .text_info p,
#page.page-config .text-config .answer .text_info ul > li
{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

#page.page-movie .video-list ul
{
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 -10px;
}

#page.page-movie .video-list.shorts ul
{
    list-style: none;
    display: block;
    text-align: unset;
    padding: 0;
    margin: 0 -10px;
}

#page.page-movie .video-list ul > li
{
    display: inline-block;
    width: calc((100% / 2) - 25px);
    margin: 0 10px 20px;
}

#page.page-movie .video-list.shorts ul > li
{
    display: inline-block;
    width: calc((100% / 4) - 25px);
    margin: 0 8px 20px 15px;
}

#page.page-movie .video-list ul > li a.video-content
{
    width: 100%;
    height: 250px;
    display: block;
    z-index: 20;
    overflow: hidden;
    background: #003762;
    transition: 200ms;
    position: relative;
}

#page.page-movie .video-list.shorts ul > li a.video-content
{
    width: 100%;
    height: 450px;
    display: block;
    z-index: 20;
    overflow: hidden;
    background: #003762;
    transition: 200ms;
    position: relative;
}

#page.page-movie .video-list ul > li a.video-content span
{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 30;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

#page.page-movie .video-list ul > li a.video-content .icon-play
{
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 25;
    border-radius: 50%;
    padding: 20px;
    border: 15px solid #ffffff;
    opacity: 0.8;
    transition: 200ms;
}

#page.page-movie .video-list ul > li a.video-content:hover .icon-play
{
    border: 5px solid #388BCC;
    padding: 15px;    
    height: 100px;
    width: 100px;
    opacity: 1;
}

#page.page-movie .video-list ul > li a.video-content .icon-play svg
{
    fill: #ffffff;
    transition: 200ms;
}

#page.page-movie .video-list ul > li a.video-content:hover .icon-play svg
{
    fill: #388BCC;
}

#page.page-movie .video-list ul > li a.video-content img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    min-width: 450px;
    height: auto;
    display: block;
    opacity: 0.5;
    transition: 200ms;
}

#page.page-movie .video-list.shorts ul > li a.video-content img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    min-width: 300px;
    height: auto;
    display: block;
    opacity: 0.5;
    transition: 200ms;
}

#page.page-movie .video-list ul > li a.video-content:hover img
{
    opacity: 0.8;
    transform: translate(-50%,-50%) scale(1.05, 1.05);
}

#footer
{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

#footer .footer-top {
    width: 100%;
    height: auto;
    position: relative;
    background: #003762;
}

#footer .footer-top-white {
    width: 100%;
    height: 100px;
    background: #ffffff;
    position: absolute;
    top: 0;
}

#footer .footer-contact
{
    width: calc(100% - 80px);
    max-width: 1560px;
    height: auto;
    display: block;
    background: #388BCC;
    padding: 20px;
    position: relative;
    z-index: 10;
    top: -60px;
    left: 0;
    right: 20px;
    margin: 0 auto;
}

#footer .footer-contact .text-contact
{
    float: left;
    width: calc(100% - 930px);
}

#footer .footer-contact .text-contact .text-content
{
    width: 310px;
    margin-left: calc(100% - 330px);
    height: 70px;
    position: relative;
}

#footer .footer-contact .text-contact .text-content h2
{
    margin: 0;
    padding: 0;
    display: block;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#footer .footer-contact .text-contact .text-content h2 span
{
    display: block;
    font-weight: 500;
    font-size: 25px;
}

#footer .footer-contact .list-contact
{
    float: right;
    width: 930px;
}

#footer .footer-contact .list-contact ul
{
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

#footer .footer-contact .list-contact ul > li
{
    display: inline-block;
}

#footer .footer-contact .list-contact ul > li a
{
    display: block;
    padding: 0 40px;
}

#footer .footer-contact .list-contact ul > li a .icon
{
    float: left;
    width: 70px;
    height: 70px;
    display: block;
    margin-right: 10px;
}

#footer .footer-contact .list-contact ul > li a .icon svg
{
    fill: #003762;
}

#footer .footer-contact .list-contact ul > li a .text
{
    float: right;
}

#footer .footer-contact .list-contact ul > li a .text p
{
    margin: 0;
    padding: 0;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    line-height: 30px;
}

#footer .footer-contact .list-contact ul > li a .text p span
{
    font-size: 27px;
    font-weight: 500;
    display: block;
    color: #ffffff;
}

#footer .footer-content
{
    width: 100%;
    height: auto;
    display: block;
    background: #003762;
    padding-top: 55px;
}

#footer .footer-content .footer-nav
{
    position: relative;
    padding: 40px 0;
}

#footer .footer-content .footer-nav ul
{
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

#footer .footer-content .footer-nav ul > li
{
    display: inline-block;
}

#footer .footer-content .footer-nav ul > li a
{
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 0 30px;
    font-weight: 600;
    transition: 200ms;
}

#footer .footer-content .footer-nav ul > li:hover a,
#footer .footer-content .footer-nav ul > li.current-menu-item a
{
    color: #388BCC;
}

#footer .footer-content .copywrite
{
    padding: 40px 0;
    border-top: 2px solid #388BCC;
}

#footer .footer-content .copywrite .left
{
    float: left;
}

#footer .footer-content .copywrite .left p
{
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

#footer .footer-content .copywrite .right
{
    float: right;
    width: 150px;
}

#footer .footer-content .copywrite .right span
{
    display: block;
    float: left;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-right: 10px;
}

#footer .footer-content .copywrite .right a
{
    float: right;
    width: 120px;
    display: block;
}

#footer .footer-content .copywrite .right a svg
{
    fill: #ffffff;
    transition: 200ms;
}

#footer .footer-content .copywrite .right a:hover svg
{
    fill: #388BCC;
}

#page.page-movie .title-page h2 {
    font-size: 14px;
    font-weight: 600;
    color: #292727;
    text-align: center;
}