﻿* {outline: none;}
html { height: 100%; min-width: 320px;}
body {position: relative; margin: 0; padding: 0px 0 0 0; height: auto !important; height: 100%; min-height: 100%; min-width: 320px; background: #fff; font-family: 'Arial', 'Times New Roman', sans-serif;}
html > body {padding: 0;}
img {padding: 0; margin: 0; border: 0;}
.cleaner {clear: both;}
a, input {transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.container {width: 100%; position: relative; padding: 0 0 0 0; transition: padding 0.3s ease; overflow-x: hidden; max-width:100%;}
.header-fixed .container {padding-top: 90px;}
input:focus::-moz-placeholder {opacity: 0;}
input:focus::-webkit-input-placeholder {opacity: 0;}
textarea:focus::-moz-placeholder {opacity: 0;}
textarea:focus::-webkit-input-placeholder {opacity: 0;}
.all {max-width: 980px; margin: 0 auto; padding: 0 10px; box-sizing: border-box;}

header {border-bottom: 3px solid #afcb1f; padding: 26px 0; position: absolute; top: 0; left: 0; width: 100%; z-index: 20; background: rgba(255,255,255,0.84);}
header img {display: block;}
.inner header {position: relative;}
@media screen and (min-width: 901px) {
.inner header {position: relative; padding: 25px 0 12px; background: linear-gradient(to top, #f8ffee, #fff);}
.inner header ul.topmenu {margin-bottom: 0px;}
}


header .all {display: flex; width: 100%; align-items: flex-end; justify-content: space-between;}
header ul.topmenu {padding: 0 0 0px; margin: 0 0 10px; list-style-type: none; display: flex;}
header ul.topmenu li {position:relative;}
header ul.topmenu li.active:before {content: ''; display: block; background: #afcb1f; position: absolute; top: 0; bottom: -12px; left: -3px; width: calc(100% + 6px);}
header ul.topmenu li.active>a {color: #fff;}
header ul.topmenu li.active:after {display:none;}
header ul.topmenu li:after {width: 3px; height: 25px; position: absolute; content: ''; display: block; right: -1px; top: 50%; margin-top: -12px; background: #dbe4e7;}
header ul.topmenu li:last-child:after {display: none;}
header ul.topmenu li a {position: relative; padding: 10px 30px; display: flex; font-size: 18px; color: #014d71; font-weight: bold; text-decoration:none;}
header ul.topmenu li ul {display: none;}
header .link-nav {display:none;}


.owl-mainslider .slide {opacity: 0; transition-delay: 0.3s; min-height: 600px; width: calc(100% + 30px); height: 100vh; position: relative; overflow:hidden;}
.owl-mainslider .slide .bg {min-height: 600px; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; background-position: top center; background-size: cover; transition-delay: 0.8s;}
.owl-mainslider .active .slide {opacity: 1; transition: opacity 0.3s ease;}
.owl-mainslider .active .slide .bg {min-height: 600px; transform: scale(1.1); transition: transform 10s ease; transition-delay: 0.3s;}
.owl-mainslider .slide .text {text-shadow: 0 3px 4px white, 0 -3px 4px white, 4px 0px 4px white, -4px 0px 4px white; 
font-size: 36px; color: #014d71; 
/* font-style: italic;  */
max-width: 980px; margin: 0 auto; position: relative; padding: 380px 10px 0; box-sizing: border-box;}
@media screen and (max-height: 700px) {
.owl-mainslider .slide .text {padding-top: 250px;}
}

.owl-mainslider .slide .text b {font-size: 48px; font-style: normal;}
.owl-mainslider .slide .text .btn {width: 200px; height: 58px; font-size: 24px; color: #fff; text-transform: uppercase; font-weight: bold; text-shadow: none; font-style: normal; text-decoration: none; display: flex; align-items:center; justify-content: center; border-radius: 4px; background: #fff; margin: 45px 0 0 0;}
.owl-mainslider .slide .text .btn span {display: flex; align-items:center; justify-content: center; height: 48px; width: calc(100% - 10px); background: #afcb1f;}
.owl-mainslider .owl-nav {display: none;}
.owl-mainslider .owl-dots {display: flex; position: absolute; bottom: 50px; left: 0; width: 100%; justify-content: center; align-items:center;}
.owl-mainslider .owl-dots .owl-dot {width: 12px; height: 12px; margin: 0 5px; border-radius: 50%; background: #fff;}
.owl-mainslider .owl-dots .owl-dot.active {background: #afcb1f;}
.owl-carousel.owl-mainslider .owl-item {position: absolute; left: 0; top: 0;}

.content {padding: 30px 0 50px; display: flex; align-items: stretch;}
.content .leftbar {width: 282px; position: relative;}
.content .leftbar ul.leftmenu {position: relative; padding: 0; margin: 0; list-style-type: none;}
.content .leftbar ul.leftmenu li {padding: 6px 0;}
.content .leftbar ul.leftmenu li a {font-size: 18px; color: #014d71; font-weight: bold; text-decoration: none; display: flex; width: 100%; padding: 13px 10px; box-sizing: border-box; }
.content .leftbar ul.leftmenu li.active a {color: #fff; background: #c5c8d4;}
.content .leftbar:before {content:''; display: block; width: 3px; top: 0; bottom: 0; position: absolute; right: 0; background: #e3ebef;}
.content .rightpart {font-size: 18px; color: #014d71; line-height: 140%; min-height: calc(100vh - 220px); width: calc(100% - 282px); padding: 0 0 50px 32px; box-sizing: border-box;}
.content .rightpart p {padding: 0 0 20px; margin: 0;}
.content .rightpart h1 {font-weight: normal; 
/* font-style: italic; */

 font-size: 36px; color: #014d71; line-height: 125%;border-bottom: 3px solid #e3ebef; padding: 10px 0 10px; margin: 0 0 35px;}


footer {font-size: 18px; color: #ffffff; border-top: 3px solid #afcb1f; padding: 30px 0 0; background: #014d71}
footer .all {display: flex; align-items: stretch; flex-wrap: wrap; }
footer .copy {font-weight: bold; width: 282px; position: relative;}
footer .right {width: calc(100% - 282px); padding: 0 0 50px 32px; box-sizing: border-box;}
footer .right table {border: 0; border-collapse: collapse;}
footer .right table td {padding-bottom: 20px;}
footer .right table td:first-child {font-weight: bold; color: #95c6dd; padding-right: 50px;}
footer .right table a {color: inherit; text-decoration:none;}
footer .partners {width:100%; padding: 0 0 30px;}
footer .partners .owl-carousel-p.owl-partners img {display: inline; width: auto; height: auto; max-width: 96%; max-height: 70px; }
footer .partners .owl-carousel-p.owl-partners .item {display: flex; align-items: center; justify-content: center; height: 80px;}
footer .partners .owl-carousel-p.owl-partners {margin: 0 40px; width: calc(100% - 80px);}
footer .partners .owl-carousel-p.owl-partners .owl-prev {width: 25px; height: 38px; position: absolute; display: block; border: 0; cursor: pointer; text-indent: 999px; overflow: hidden; background: url(img/arrow.png) center center/contain no-repeat; left: -40px; top: 50%; margin-top: -19px;}
footer .partners .owl-carousel-p.owl-partners .owl-next {width: 25px; height: 38px; position: absolute; display: block; border: 0; cursor: pointer; text-indent: 999px; overflow: hidden; background: url(img/arrow.png) center center/contain no-repeat; right: -40px; top: 50%; margin-top: -19px; transform: scale(-1,1);}
footer .partners .owl-carousel-p.owl-partners .owl-dots {display: none;}
footer .partners p.title {text-align:center; margin: 0 0 30px; padding: 0; position: relative; font-size: 23px; color: #d4ee50; letter-spacing: 2px;}
footer .partners p.title:before {content: ''; display:block; position: absolute; top: 50%; left: 0; width: 100%; background: #d4ee50; height:1px;}
footer .partners p.title span {z-index: 2; position: relative; padding: 0 30px; background: #014d71;}

.owl-carousel-p,.owl-carousel-p .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel-p{display:none;width:100%;z-index:1}.owl-carousel-p .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel-p .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel-p .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel-p .owl-item,.owl-carousel-p .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel-p .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel-p .owl-item img{display:block;width:100%}.owl-carousel-p .owl-dots.disabled,.owl-carousel-p .owl-nav.disabled{display:none}.no-js .owl-carousel-p,.owl-carousel-p.owl-loaded{display:block}.owl-carousel-p .owl-dot,.owl-carousel-p .owl-nav .owl-next,.owl-carousel-p .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel-p .owl-nav button.owl-next,.owl-carousel-p .owl-nav button.owl-prev,.owl-carousel-p button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel-p.owl-loading{opacity:0;display:block}.owl-carousel-p.owl-hidden{opacity:0}.owl-carousel-p.owl-refresh .owl-item{visibility:hidden}.owl-carousel-p.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel-p.owl-grab{cursor:move;cursor:grab}.owl-carousel-p.owl-rtl{direction:rtl}.owl-carousel-p.owl-rtl .owl-item{float:right}.owl-carousel-p .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel-p .owl-animated-in{z-index:0}.owl-carousel-p .owl-animated-out{z-index:1}.owl-carousel-p .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel-p .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel-p .owl-item .owl-lazy:not([src]),.owl-carousel-p .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel-p .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel-p .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel-p .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel-p .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel-p .owl-video-playing .owl-video-play-icon,.owl-carousel-p .owl-video-playing .owl-video-tn{display:none}.owl-carousel-p .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel-p .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


.owl-carousel .owl-stage {height: 100vh!important; min-height: 600px; width: 100%!important; transform: none!important;}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

@media screen and (max-width: 1050px) {
* {max-height: 999999999px; -webkit-appearance: none!important;}
}


@media screen and (max-width: 900px) {
header ul.topmenu {position:absolute; top: 72px; height: calc(100vh - 72px); overflow-y: auto; left: -99999px; opacity: 0; transition: opacity 0.3s ease; background: rgba(255,255,255,0.84); width: 100%; display: block; padding: 20px 10px; box-sizing: border-box;}
header ul.topmenu li:after {display: none;}
header ul.topmenu li {padding: 8px 0;}
header ul.topmenu li.active {background: none;}
header ul.topmenu li.active:before {display:none;}
header ul.topmenu li a {color: #014d71!important; padding: 0; justify-content:center;}
header ul.topmenu li ul {padding: 10px 0; margin: 0; list-style-type: none; display: block;}
header ul.topmenu li ul li {padding: 6px 0;}
header ul.topmenu li ul li a {font-size: 16px; font-weight: normal;}
header ul.topmenu.visible { left:0; opacity: 1; }
header .logo {width: 150px;}
header {height: 72px; box-sizing: border-box; padding: 5px 0;}
header .link-nav {display: block; position: absolute; top: 22px; right: 10px;}
.owl-mainslider .slide .text {padding-top: 0; width:100%; font-size: 23px;}
.owl-mainslider .slide .text b {font-size: 25px;}
.owl-mainslider .slide {min-height: 500px; display: flex; align-items: center; }

.content .leftbar {display: none;}
.content .rightpart {width: 100%; padding-left:0;}
.content .rightpart h1 {font-size: 23px;}
footer .all {flex-wrap: wrap;}
footer .copy {width: 100%; order: 2; padding: 0 0 20px; text-align:center;}
footer .right {order: 1; padding: 0 0 40px; width:100%;}
/* footer .partners {order: 3; padding-top: 30px;} */
footer .partners .owl-carousel-p.owl-partners img {max-height: 50px;}
footer .partners .owl-carousel-p.owl-partners .item {height: 60px;}
}