@font-face {
    font-family: "Helvetica";
    src: url("../fonts/HelveticaRegular.ttf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/HelveticaBold.ttf");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/HelveticaMedium.ttf");
    font-style: normal;
    font-weight: 500;
}
html{
    zoom: .8;
	margin-top:0!important;
}
body{
    font-family: "Helvetica";
}
.flexed{
    display: flex;
}
.heading {
    font-family: 'PT Serif', serif;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 25px 0;
}
header  .flexed{
    align-items: center;
}
img{
    max-width: 100%;
}
.topmenu ul{
    display: flex;
    margin: 0;
    padding: 0;
}
.topmenu ul.sub-menu{
	position:absolute;
	left:0;
	top:100%;
	background:#fff;
	border-radius:3px;
	min-width:100%;
	display:none;
}
.topmenu ul.sub-menu li a{
	color:#1F3B9D;
	text-decoration:none!important;
	font-size:15px;
	text-transform:none;
	font-weight:600;
	display:block;
	padding:5px 15px;
}
.topmenu ul li.menu-item-has-children{
	position:relative;
}
.topmenu ul li.menu-item-has-children:hover ul.sub-menu{
	display:block;
}
.topmenu ul li{
    margin-right: 15px;
}
.topmenu ul li.current-menu-item a{
    text-decoration: underline;
}
.lang select{
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    color: #1F3B9D;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 5px 10px;
    text-align: center;
}
.topmenu ul li a{
    color:#fff;
    text-transform: uppercase;
    font-size: 15px;
}
header .info{
    text-align: right;
}
header .info a{
    color:#fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}
#intro .container{
    position: relative;
    z-index: 2;
}
#intro{
    background: linear-gradient(90deg, #1F3B9D 0%, #000000 100%);
    padding: 120px 0  110px;
    min-height: 570px;
    color:#fff;
    height: 800px;
    background-size: cover;
}
.lay_up{
    position: relative;
}
.lay_up:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    opacity: .5;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f3b9d+0,000000+100 */
    background: #1f3b9d; /* Old browsers */
    background: -moz-linear-gradient(left,  #1f3b9d 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #1f3b9d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #1f3b9d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3b9d', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
#intro .row{
    align-items: flex-start!important;
}
#intro h2{
    font-family: 'PT Serif', serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 60px;
}
a.shopbut{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px  25px;
    color: #1F3B9D;
    font-weight: bold;
    font-size: 15px;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 70px;
}
a.shopbut svg{
    margin-left: 5px;
}
:focus{
    outline: none!important;
}
#intro .logos{
    padding-right: 60px;
}
#intro .logos img{
    margin-right: 40px;
    margin-bottom: 30px;
}
#whywe{
    padding: 90px 0;
}
h1.lined,
h2.lined{
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    color: #1F1F1F;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
}
h1.lined:before,
h2.lined:before{
    height: 4px;
    width: 100%;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    background: #1f1f1f;
}
h1.lined span,
h2.lined span{
    position: relative;
    padding: 0 20px;
    background: #fff;
    z-index: 2;
}
#whywe .items .col-lg-4{
    margin-bottom: 30px;
}
#whywe .items .item{
    border: 3px solid #1F3B9D;
    border-radius: 10px;
    padding: 30px 10px;
    height: 100%;
    transition: all .3s ease;
}
#whywe .items .item:hover{
    background: #1F3B9D;
    color:#fff;
}
#whywe .items .item:hover .name{
    color:#fff;
}
#whywe .items .item:hover svg  path{
    fill:#fff;
}
#whywe .items .item svg path{
    transition: all .3s ease;
}
#whywe .items .item .name{
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #1F1F1F;
    margin-bottom: 25px;
    transition: all .3s ease;
}
#whywe .items .item .image{
    margin-bottom: 25px;
}
#whywe .items .item:hover .desc{
    color:#fff;
    transition: all .3s ease;
}
#whywe .items .item .desc{
    font-size: 16px;
    line-height: 120%;
    color: #1F1F1F;
}
#nums{
    background: url('../images/nums.jpg')no-repeat center;
    background-size: cover;
    color:#fff;
    padding: 90px 0 50px;
}
#nums .item{
    margin-bottom: 40px;
    padding: 0 15px;
}
#nums .item .num{
    font-weight: bold;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 20px;
    position: relative;
    font-family: 'PT Serif', serif;
}
#nums .item .num:after{
    position: absolute;
    bottom: -5px;
    content: '';
    width: 140px;
    height: 3px;
    background:  #1F3B9D;
    left: 50%;
    margin-left: -70px;
}
#nums .item .desc{
    font-size: 20px;
    line-height: 120%;
}
#partners{
    padding: 90px 0;
}
#partners .item{
    margin-bottom: 30px;
    height: 150px;
    border: 3px solid #C0C0C0;
    transition: all .3s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#partners .item img{
    transition: all .3s ease;
    filter: saturate(0);
}
#partners .item:hover{
    border: 3px solid #1F3B9D;
}
#partners .item:hover img{
    filter: saturate(1);
}
footer{
    background: url('../images/footer.jpg')no-repeat center;
    background-size: cover;
    padding: 15px 0;
    color:#fff;
}
footer a{
    color:#fff;
}
footer .flexed{
    flex-direction: column;
}
footer .row>div{
    border-right: 3px solid #fff;
    padding: 10px 20px;
}
footer .row>div:last-child{
    border-right: 0;
}
.footmenu  ul{
    margin: 0;
    padding: 0;
}
.footmenu  ul li{
    margin-bottom: 20px;
}
.footmenu  ul li.current-menu-item  a{
    text-decoration: underline;
}
.footmenu  ul li a{
    font-size: 20px;
    line-height: 100%;
}
footer a:hover{
    color:#fff;
}
footer .infos,
footer .infos a{
    font-size: 20px;
    line-height: 120%;
}
footer .infos>div{
    margin-bottom: 15px;
    padding-left: 35px;
}
footer .infos .email{
    background: url('../images/e-mail.svg')no-repeat left top 3px;
}
footer .infos .phone{
    background: url('../images/phone.svg')no-repeat left top 3px;
}
footer .infos .address{
    background: url('../images/map.svg')no-repeat left top 3px;
}
#footform{
    text-align: center;
}
#footform .form_head{
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
}
#footform .form_subhead{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
}
#footform input{
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 7px 20px;
    color:#fff;
    background: none;
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 10px;
}
#footform  ::placeholder {
    color: #fff;
}
::placeholder {
    color: #1F1F1F;
}
#footform input[type="submit"]{
    line-height: 40px;
    font-size: 15px;
    color: #1F1F1F;
    padding: 0 33px;
    transition: all .3s ease;
    border-radius: 10px;
    border: 0;
    width: auto;
    background: #fff;
    margin-top: 10px;
}
#footform input[type="submit"]:hover{
    background: #C0C0C0;
    color: #1F3B9D;
}
#maincontent{
    padding: 90px 0;
}
.desc img.alignright{
    float: right;
    max-width: 50%;
    height: auto;
    margin-left: 30px;
}
.desc img.alignleft{
    float: left;
    max-width: 50%;
    height: auto;
    margin-right: 30px;
}
.desc h3{
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    margin: 60px 0 30px;
}
.desc{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}
.desc p{
    margin-block: 30px;
}
#botform{
    padding-bottom: 150px;
}
#botform form{
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 60px 0 80px;
}
#botform form .form_heading{
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    color: #1F1F1F;
    font-family: "PT Serif";
    margin-bottom: 20px;
}
#botform form .form_subheading{
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #1F1F1F;
}
#botform form textarea,
#botform form input{
    width: 100%;
    display: block;
    background: #FFFFFF;
    border-radius: 10px;
    line-height: 40px;
    padding: 0 25px;
    border: 1px solid #1F3B9D;
    margin-bottom: 10px;
    resize: none;
}
#botform form textarea{
    line-height: 20px;
    padding: 10px  25px;
}
#botform form input[type="submit"]{
    margin: 20px 0  0;
    background: #1F3B9D;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .3s ease;
}
#botform form input[type="submit"]:hover {
    background: #2749C2;
}
.desc ul li{
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
}
.desc ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 5px;
    width: 20px;
    background: #1F3B9D;
}
.contacts .cont{
    margin-bottom: 30px;
}
.contacts .info h3{
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    margin: 60px 0 30px;
}
.contacts .info h3:first-child{
    margin-top: 0;
}
.contacts .info a{
    color:#3a84df;
}
.contacts .info{
    font-size: 20px;
    line-height: 30px;
    color: #1F1F1F;
    padding-bottom: 60px;
}
.contacts .cont iframe{
    height: 100%;
    width: 100%;
}
#ddesc{
    margin-bottom: 150px;
}
.page-template-products #botform{
    padding-bottom: 60px;
}
.prods .prod{
    padding: 30px 0;
    border-bottom: 2px solid #1F3B9D;
}
a.fullimg{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.prods a{
    text-decoration: none;
}
.prods .minigal a{
    display: inline-block;
}
.prods .name h4{
    background: #1F3B9D;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    padding: 13px 20px;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
    text-transform: uppercase;
}
.prods .desc{
    font-size: 20px;
    line-height: 150%;
    color: #1F1F1F;
}
.overall{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 8;
    display: none;
}
.thanks p{
    margin: 0;
}
.thanks{
    display: none;
    z-index: 9;
    font-size: 20px;
    position: fixed;
    width: 500px;
    background: #fff;
    border-radius: 10px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    padding: 30px;
    transform: translateY(-50%);
}
a.closeme{
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.mobonly{
    display: none;
}
#whywe .col-lg-4{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.minigal .owl-item{
    text-align: center;
}
.owl-nav{
    display: flex;
    justify-content: space-between;
}
.owl-nav button{
    font-size: 28px!important;
    color: #1F3B9D!important;
    font-weight: bold!important;
}

@media (max-width: 991px) {
    #whywe .items .col-lg-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.topmenu ul.sub-menu{
		display:block;
		position:static;
		background:none;
	}
	.topmenu ul.sub-menu li{
		margin:15px 0 0 ;
	}
	.topmenu ul.sub-menu li a{
		color:#fff;
		text-transform:uppercase;
		font-size:16px;
		font-weight:400;
	}
    #intro{
        overflow: hidden;
    }
    #intro  .col-lg-6{
        position: static;
    }
    img.intimg{
        position: absolute;
        max-height: 100%;
        top: 0;
        opacity: .4;
        z-index: -1;
        display: none;
    }
    .mobonly{
        display: block;
    }
    .mobnone{
        display: none;
    }
    .burger{
        z-index: 7;
        position: relative;
        text-align: right;
    }
    .burger img{
        width:35px;
    }
    header .flexed{
        position: fixed;
        background: linear-gradient(90deg, #1F3B9D 0%, #000000 100%);
        left: 0;
        top: 0;
        min-height: 100%;
        flex-direction: column;
        z-index: 6;
        justify-content: center!important;
        align-items: center;
        width: 100%;
        display: none;
    }
    header{
        z-index: 6;
    }
    header .flexed.act{
        display: flex;
    }
    h1.lined, h2.lined{
        font-size: 24px;
        margin-bottom: 30px;
    }
    h1.lined span, h2.lined span{
        padding: 0;
    }
    .topmenu ul{
        display: block;
        text-align: center;
    }
    .topmenu ul li{
        margin-bottom: 15px;
		margin-right:0;
    }
    .lang{
        margin: 30px  0;
    }
    header .info{
        text-align: center;
    }
    #intro h2{
        font-size: 32px;
        margin-bottom: 30px;
        margin-top: 0;
    }
    a.shopbut{
        margin-bottom: 30px;
    }
    #intro .logos{
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
    }
    #intro .logos img{
        max-width: 40%;
        margin-right: 0;
    }
    #intro .logos img:nth-child(odd){
        margin-right: 10%;
    }
    #intro{
        min-height: 0px;
        padding-bottom: 30px;
        height: auto;
    }
    #intro.lay_up:after{
        opacity: 1;
    }
    #intro.lay_up{
        background-image: none!important;
    }
    #whywe{
        padding: 30px 0;
    }
    #partners{
        padding: 30px 0;
    }
    #partners .item{
        padding: 0 10px;
    }
    footer{
        padding: 30px  0;
        text-align: center;
    }
    footer a.logo{
        display: block;
        margin-bottom: 30px;
    }
    #maincontent{
        padding: 30px  0;
    }
    .desc img.alignleft,
    .desc img.alignright{
        float: none;
        width: 100%;
        margin: 0 0 30px;
        max-width: 100%;
    }
    .desc h3{
        margin: 30px  0 15px;
        font-size: 24px;
    }
    .desc{
        font-size: 18px;
    }
    #botform form .form_heading{
        font-size: 24px;
    }
    .about .desc iframe{
        height: 250px;
        width: 100%;
    }
    #botform form{
        text-align: center;
        padding: 30px  15px;
    }
    #botform form .form_subheading{
        margin-bottom: 15px;
    }
    #botform{
        padding-bottom: 30px;
    }
    .prods .prod{
        padding: 30px 0;
    }
    #ddesc{
        margin-bottom: 30px;
    }
    .prod  .minigal{
        text-align: center;
        margin-bottom: 30px;
    }
    .prods .name h4{
        text-align: center;
    }
    .contacts .info{
        padding-bottom: 30px;
    }
    header.scrolled{
        position: fixed;
        background: linear-gradient(90deg, #1F3B9D 0%, #000000 100%);
    }
    header .logo{
        position: relative;
        z-index: 7;
    }
}



