.content-wrapper {
    width: 100%;
    background-image: url("images/bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

/*----------------------HEADER----------------------*/

.header-wrapper {
    width: 100%;
    margin: 0 auto;
}

.header-top-line-wrapper {
    width: 100%;
    position: relative;
    background-color: #fbfbfb;
    webkit-box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.15);
}

.header-top-line {
    width: 1280px;
    height: 52px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.header-top-line-item {
    height: 50px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

img.header-top-line-item-logo {
    margin-right: 16px;
}

p.header-top-line-item-txt, p.text404 {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

p.header-top-line-item-txt-phones, p.footer-top-line-right-side-top-phones-top, p.footer-top-line-right-side-top-phones-bottom {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

p.header-top-line-item-txt-phones span, p.footer-top-line-right-side-top-phones-top span, p.footer-top-line-right-side-top-phones-bottom span {
    font-family: 'OpenSansBold', sans-serif;
    color: #0025a7;
    font-size: 16px;
}

.header-middle-line-wrapper {
    width: 100%;
    margin: 0 auto;
}

.header-middle-line {
    width: 1280px;
    height: 276px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

a.header-middle-line-logo {
    text-decoration: none;
    cursor: pointer;
}

.header-middle-line-txt {
    display: flex;
    align-items: center;
    width: 600px;
    line-height: 54px;
}

.header-middle-line-txt p {
    font-family: 'ImpactRegular', sans-serif;
    font-size: 33px;
    text-align: center;
    color: #0025a7;
}

.header-middle-line-txt p span {
    font-family: 'ImpactRegular', sans-serif;
    font-size: 38px;
    text-align: center;
    color: #ff7100;
}

.header-middle-line-flash{
    width: 220px;
    height: 180px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-self: flex-end;
    /*background: url("images/flash1.png") bottom center no-repeat;*/
}

.header-middle-line-flash p{
    font-family: 'OpenSansExtraBold', sans-serif;
    position: absolute;
    font-size: 18px;
    text-align: center;
    width: 140px;
    line-height: 18px;
    height: 45px;
    color: #ff7100;
    left: 40px;
    top: 45px;
}

.header-middle-line-flash p sup{
    font-size: 11px;
}

.header-middle-line-slider p {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 20px;
    color: #0025a7;
    text-align: end;
}

.header-bottom-line-wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #0025a7;
    -webkit-box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, 0.35);
}

ul.header-bottom-line {
    width: 1280px;
    height: 60px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;

}

li.header-bottom-line-item {

}

li.header-bottom-line-item a {
    font-family: 'OpenSansSemiBold', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

li.header-bottom-line-item a:hover {
    color: #ff6f00;
}

/*----------------------end HEADER----------------------*/

/*----------------------MIDDLEWARE----------------------*/

.middleware-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    webkit-box-shadow: 0px 6px 20px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 6px 20px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 20px -12px rgba(0, 0, 0, 0.25);
}

.middleware {
    width: 1280px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.middleware-left-side {
    width: 320px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}

.middleware-right-side {
    width: 870px;
    margin-top: 43px;
    display: -webkit-flex;
    display: flex;
    background-color: rgba(255,255,255, 0.7);
    margin-bottom: 50px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 4px 8px 0 rgba(0,0,0,0.2);
}

.about-us-txt-wrapper {
    margin: 55px 40px 50px 80px;
}

.about-us-txt ul {
    padding-left: 16px;
}
.about-us-txt ul li {
    padding-left: 6px;
}

.about-us-txt-header {
    margin-bottom: 50px;
}

.about-us-txt-header, .our-certificates-header, .our-partners-header {
    font-family: 'ImpactRegular', sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #0025a7;
}

.about-us-txt-item {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    color: #000;
}

/*----------------------OUR CERTIFICATES----------------------*/
.our-certificates {
    margin: 95px auto;
}

.our-certificates-header {
    margin-bottom: 45px;
}

.our-certificates-slider {

}

.jssor_1:hover .sertificates, .jssor_1 .pav .t {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.our-certificates-slider-item:hover{
  /*  filter: grayscale(1);
    -webkit-filter: grayscale(1);*/
}

/*----------------------end OUR CERTIFICATES----------------------*/

/*----------------------OUR PARTNERS----------------------*/

.our-partners {
    margin: 40px auto;
}

.our-partners-header {
    margin-bottom: 50px;
}

.our-partners-slider {

}

.our-partners-slider-item {
    width: 340px;
    height: 340px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.our-partners-slider-4item {
    margin: 10px;
    width: 150px;
    height: 150px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff!important;
}

.our-partners-slider-4item img:hover{
    cursor: pointer;
}

.grey{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.our-partners-slider-4item img {

}

/*----------------------end OUR PARTNERS----------------------*/
/*----------------------end MIDDLEWARE----------------------*/

/*----------------------SERVICES----------------------*/
.services{
    width: 1280px;
    margin: 0 auto;
}

.left-side{
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.left-side-title{
    color: #0026a7;
    font-size: 30px;
    line-height: 36px;
    font-family: 'ImpactRegular', sans-serif;
    margin-top: 65px;
}

.left-menu-wrapper{
    float: left;
    margin-top: 50px;
}

.left-menu {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 400px;
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 17px;
    font-weight: normal;
    background-color: rgba(255,255,255, 0.7);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 4px 8px 0 rgba(0,0,0,0.2);
}

.left-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.left-menu > ul > li {
    position: relative;
    margin-left: -14px;

}

.left-menu > ul > li > a {
    display: block;
    outline: 0;
    padding: 1.2em 2.5em;
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

.left-menu > ul > li:hover,
.left-menu > ul > li > a:hover,
.left-menu > ul > li.active,
.left-menu > ul > li > a.active {
    background-color: #ff7100;
    color: #fff;
}

.left-menu .sub > ul {
    counter-reset: items;
    height: 0;
    overflow: hidden;
    background: #fff;
    margin-left: 14px;

}

.left-menu .sub > ul > li{
    padding: 10px 0;
}

.left-menu .sub > ul > li > a {
    font-style: italic;
    counter-increment: items;
    color: #000;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: .7em 2em;

}

.left-menu .sub > ul > li > a:hover,
.left-menu .sub > ul > li > a.active {
    font-weight: bold;
}

.left-menu .sub > ul > li > a:after {
    content: "-";
    float: left;
    margin-right: 6px;
    line-height: 10px;
}

.left-menu-items{
    width: 100%;

}

.left-menu-item{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.right-content-wrapper{
    width: 875px;
   /* height: 1000px;*/
    float: left;
}

.right-content{
    width: 875px;
    float: left;
    background-color: rgba(255,255,255, 0.7);
    margin-left: 1px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 4px 8px 0 rgba(0,0,0,0.2);
}

.right-content-top-line{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px;
}

p.right-content-top-line-header,
h1.right-content-top-line-header{
    width: 600px;
    color: #0026a7;
    font-size: 30px;
    line-height: 36px;
    font-family: 'ImpactRegular', sans-serif;
}

.right-content-top-line-paginator{
    width: 70px;
    height: 70px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-content-top-line-paginator img{
    cursor: pointer;
}

.right-content-txt{
    font-family: 'OpenSansRegular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    margin: 0 50px 50px 50px;
}
.right-content-txt p a, .right-content-txt a, .about-us-txt-item a, .about-us-txt-item p a {
    color: #0026a7;
}
.right-content-txt ul {
    padding-left: 16px;
}
.right-content-txt li {
    padding-left: 6px;
}
.content{
    width: 1280px;
    margin:  50px auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

p.right-align {
    text-align: right;
}



/*----------------------end SERVICES----------------------*/
/*----------------------404----------------------*/
.title404 {
    font-size: 44px;
    line-height: 50px;
    text-transform: uppercase;
}
.subtitle404 {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}
.return-text404a {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.return-text404a:hover {
    color: #ff6f00;
}
.text404 {
    margin:14px 0 35px;
}
/*----------------------end 404----------------------*/


/*----------------------FOOTER----------------------*/

.footer-wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.footer {
    width: 1280px;
    height: 250px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.footer-top-line {
    display: -webkit-flex;
    display: flex;
}

.footer-bottom-line {
    height: 70px;
    width: 1280px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 2px #ebebeb;
}

.developer a, .rights {
    color: #6f6f6f;
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.developer a span {
    font-family: 'OpenSansBold', sans-serif;
    text-decoration: none;
}

.developer:hover a, .developer:hover a span {
    text-decoration: underline;
}

a.footer-top-line-logo {
    margin-top: 35px;
    margin-right: 44px;
    text-decoration: none;
    cursor: pointer;
}

.footer-top-line-right-side {
    width: 915px;
    height: 180px;
}

ul.footer-top-line-right-side-top-menu {
    width: 710px;
    display: flex;
    margin-top: 40px;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
}

li.footer-top-line-right-side-top-menu-item {

}

li.footer-top-line-right-side-top-menu-item a {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

li.footer-top-line-right-side-top-menu-item a:hover {
    color: #ff6f00;
}

.footer-top-line-right-side-top-phones {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 60px;
    align-items: flex-end;
    justify-content: space-around;
    width: 160px;
}

.footer-top-line-right-side-top {
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.footer-top-line-right-side-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 887px;
    margin-left: 30px;
}

/*----------------------end FOOTER----------------------*/