@import "http://fonts.fontstorage.com/import/raleway.css";

.carousel.carousel-slider .control-arrow,.carousel .control-arrow {
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    opacity: .4;
    filter: alpha(opacity=40);
    position: absolute;
    z-index: 2;
    top: 20px;
    background: none;
    border: 0;
    font-size: 32px;
    cursor: pointer
}

.carousel .control-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.carousel.carousel-slider .control-arrow:before,.carousel .control-arrow:before {
    margin: 0 5px;
    display: inline-block;
    border-top: 8px solid rgba(0,0,0,0);
    border-bottom: 8px solid rgba(0,0,0,0);
    content: ""
}

.carousel .control-disabled.control-arrow {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: inherit;
    display: none
}

.carousel .control-prev.control-arrow {
    left: 0
}

.carousel .control-prev.control-arrow:before {
    border-right: 8px solid #fff
}

.carousel .control-next.control-arrow {
    right: 0
}

.carousel .control-next.control-arrow:before {
    border-left: 8px solid #fff
}

.carousel-root {
    outline: none
}

.carousel {
    position: relative;
    width: 100%
}

.carousel * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.carousel img {
    width: 100%;
    display: inline-block;
    pointer-events: none
}

.carousel .carousel {
    position: relative
}

.carousel .control-arrow {
    outline: 0;
    border: 0;
    background: none;
    top: 50%;
    margin-top: -13px;
    font-size: 18px
}

.carousel .thumbs-wrapper {
    margin: 20px;
    overflow: hidden
}

.carousel .thumbs {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    list-style: none;
    white-space: nowrap
}

.carousel .thumb {
    -webkit-transition: border .15s ease-in;
    -moz-transition: border .15s ease-in;
    -ms-transition: border .15s ease-in;
    -o-transition: border .15s ease-in;
    transition: border .15s ease-in;
    display: inline-block;
    margin-right: 6px;
    white-space: nowrap;
    overflow: hidden;
    border: 3px solid #fff;
    padding: 2px
}

.carousel .thumb:focus {
    border: 3px solid #ccc;
    outline: none
}

.carousel .thumb.selected,.carousel .thumb:hover {
    border: 3px solid #333
}

.carousel .thumb img {
    vertical-align: top
}

.carousel.carousel-slider {
    position: relative;
    margin: 0;
    overflow: hidden
}

.carousel.carousel-slider .control-arrow {
    top: 0;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    margin-top: 0;
    padding: 5px
}

.carousel.carousel-slider .control-arrow:hover {
    background: rgba(0,0,0,.2)
}

.carousel .slider-wrapper {
    overflow: hidden;
    margin: auto;
    width: 100%;
    -webkit-transition: height .15s ease-in;
    -moz-transition: height .15s ease-in;
    -ms-transition: height .15s ease-in;
    -o-transition: height .15s ease-in;
    transition: height .15s ease-in
}

.carousel .slider-wrapper.axis-horizontal .slider {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex
}

.carousel .slider-wrapper.axis-horizontal .slider .slide {
    flex-direction: column;
    flex-flow: column
}

.carousel .slider-wrapper.axis-vertical {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex
}

.carousel .slider-wrapper.axis-vertical .slider {
    -webkit-flex-direction: column;
    flex-direction: column
}

.carousel .slider {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    width: 100%
}

.carousel .slider.animated {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.carousel .slide {
    min-width: 100%;
    margin: 0;
    position: relative;
    text-align: center;
    background: #000
}

.carousel .slide img {
    width: 100%;
    vertical-align: top;
    border: 0
}

.carousel .slide iframe {
    display: inline-block;
    width: calc(100% - 80px);
    margin: 0 40px 40px;
    border: 0
}

.carousel .slide .legend {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -45%;
    width: 90%;
    border-radius: 10px;
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    opacity: .25;
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -ms-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.carousel .control-dots {
    position: absolute;
    bottom: 0;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    width: 100%
}

@media (min-width: 960px) {
    .carousel .control-dots {
        bottom:0
    }
}

.carousel .control-dots .dot {
    -webkit-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -ms-transition: opacity .25s ease-in;
    -o-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in;
    opacity: .3;
    filter: alpha(opacity=30);
    box-shadow: 1px 1px 2px rgba(0,0,0,.9);
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    cursor: pointer;
    display: inline-block;
    margin: 0 8px
}

.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.carousel .carousel-status {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.9);
    color: #fff
}

.carousel:hover .slide .legend {
    opacity: 1
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1;
    height: 100%;
    width: 100%
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,td,th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

a,img {
    border: none
}

a {
    text-decoration: none;
    color: #003361
}

mark {
    background-color: #fff
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

body {
    overflow-x: hidden;
    height: 100%;
    width: 100%
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,:focus,:hover {
    outline: 0;
    outline-offset: 0
}

::-webkit-scrollbar-button {
    width: 6px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: rgba(76,67,51,0);
    height: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(23,68,78,.7);
    height: 10px;
    width: 10px
}

::-webkit-resizer {
    width: 7px;
    height: 0
}

::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(5,5,5,.4)
}

@font-face {
    font-family: Intro;
    src: url(../fonts/Intro-Medium.ttf)
}

.strait-dash {
    font-family: Courier New,Courier,monospace
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    height: 50px;
    background-color: rgba(0,0,0,.4);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mainCont {
	background: url('../img/mainbg.jpg') no-repeat;
	background-size: cover;
}

.nav, .nav .navCont {
    width: 100%;
    font-family: Raleway;
    display: -webkit-box;
    font-weight: 200;
    font-size: 13px;
    display: -ms-flexbox;
    letter-spacing: 1px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 740px) {
    .nav .navCont {
        display:none
    }
}

.nav .navCont ul {
    color: #fff;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 50%
}

.nav .navCont ul,.nav .navCont ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav .navCont ul li {
    font-size: 1.2em;
    cursor: default;
    min-width: 250px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav .navCont ul li a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.nav .navCont ul li a:hover {
    color: rgba(25,212,255,.7)
}

.nav .navCont ul li[feedback=on] {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.nav .navCont ul li[feedback=on]:hover {
    color: rgba(25,212,255,.7);
    cursor: pointer
}

.nav .btnBgc a{
 color:#fff;
 font-weight: 600;
}
.nav .btnBgc {
    color:#fff;
/*    width: 168px;*/
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 8
}

@media (max-width: 740px) {
    .nav .btnBgc {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.nav .btnBgc .mobBtn {
    width: 25px;
    height: 2px;
    background-color: #fff;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nav .btnBgc .mobBtn:before {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nav .btnBgc .mobBtn:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nav .btnBgc .mobBtnOpen {
    width: 28px;
    height: 2px;
    background-color: hsla(0,0%,100%,.01);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nav .btnBgc .mobBtnOpen:before {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nav .btnBgc .mobBtnOpen:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navMob {
    position: fixed;
    top: 50px;
    right: 0;
    width: 100%;
    z-index: 8;
    display: none
}

@media (max-width: 740px) {
    .navMob {
        display:block
    }
}

.navMob .flexMob {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navMob .flexMob,.navMob .flexMob ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navMob .flexMob ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.navMob .flexMob ul li,.navMob .flexMob ul li a {
    color: #fff;
    font-weight: 700;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navMob .flexMob ul li[feedback=mob] {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.arrowUpOpen {
    background: url(../img/up.png) no-repeat 50%;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: -2;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.arrowUpOpen:hover {
    opacity: .8;
    cursor: pointer
}

.arrowUpClose {
    background: url(../img/up.png) no-repeat 50%;
    background-size: contain;
    width: 1px;
    height: 1px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 2;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.arrowUpClose:hover {
    opacity: .8;
    cursor: pointer
}

.shadowCloak {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0
}

.wrapper {
    font-family: Intro
}

.wrapper .mainCont .ralax {
    height: 100vh
}

.wrapper .mainCont .ralax:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(97 140 196 / 50%);
}

.wrapper .mainCont .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh
}

.wrapper .mainCont .content .flexCont {
    height: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.wrapper .mainCont .content .flexCont,.wrapper .mainCont .content .flexCont .innerCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wrapper .mainCont .content .flexCont .innerCont span{
font-family: Raleway;
    font-weight: 300;
    letter-spacing: 2px;
}

.wrapper .mainCont .content .flexCont .innerCont {
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper .mainCont .content .flexCont .innerCont img {
     width:340px; 
    /* height:130px; */
}

@media (max-width: 740px) {
    .wrapper .mainCont .content .flexCont .innerCont img {
        width:270px;
/*        height: 70px*/
    }
}

.wrapper .mainCont .content .flexCont .innerCont h1 {
    font-size: 3.5em;
    text-transform: uppercase
}

@media (max-width: 740px) {
    .wrapper .mainCont .content .flexCont .innerCont h1 {
        font-size:2.5em
    }
}

.wrapper .mainCont .content .flexCont .innerCont h2 {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    margin: 30px 0 0 0;
}

.divider {
    margin: 5px 0 35px 0;
    box-shadow: 1px 1px 1px #00000000;
    width: 100%;
    color: #fff;
    border: 1px solid;
    height: 1px;
    display: block;
}

@media (max-width: 740px) {
    .wrapper .mainCont .content .flexCont .innerCont h2 {
        width:calc(100% - 20px)
    }
}

.wrapper .mainCont .content .flexCont .arrowBottom {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    display: block;
    z-index: 10;
    opacity: .7
}

.wrapper .mainCont .content .flexCont .arrowBottom .whell {
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: .7
    }

    30% {
        top: 10px;
        opacity: 1
    }

    to {
        top: 25px;
        opacity: 0
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: .7
    }

    30% {
        top: 10px;
        opacity: 1
    }

    to {
        top: 25px;
        opacity: 0
    }
}

.productWrap {
    width: 100%;
    height: auto;
    font-family: Raleway;
}

.productWrap .productFlex {
    width: 90%;
    margin: 0 auto
}

@media (max-width: 1440px) {
    .productWrap .productFlex {
        width:80%
    }
}

.productWrap .productFlex .productTitle {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.productWrap .productFlex .productTitle h2 {
    width: 90%;
    font-size: 3em;
    text-align: center;
    margin: 0 auto
}

@media (max-width: 740px) {
    .productWrap .productFlex .productTitle h2 {
        font-size:1.7em
    }
}

.productWrap .productFlex .opportunity-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.productWrap .productFlex .opportunity-list ul li {
    font-size: 1.5em;
    padding: 10px 0
}

.productWrap .productFlex .opportunity-list h3 {
    text-align: center;
    font-size: 2em;
    margin: 20px 0
}

.productWrap .productFlex .opportunity-list p {
    font-size: .8em
}

.productWrap .productFlex .opportunity-list h4 {
    font-weight: 700;
    font-size: 1.4em;
    margin: 40px 0
}

.productWrap .productFlex .productData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.productWrap .productFlex .productData .productEach {
    max-width: 300px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 30px 30px 30px;
    box-shadow: 1px 1px 12px #526e8708;
    margin-bottom: 20px;
}


.productWrap .productFlex .productData .productEach,.productWrap .productFlex .productData .productEach h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.productWrap .productFlex .productData .productEach h3 {
    font-size: 17px;
    text-align: center;
    height: 100px;
    font-family: 'Intro';
    line-height: 21px;
    color: #346ca1;
}
.productWrap .productFlex .productData .productEach img {
    width: 300px;
 /*   height: 8em;
    border-radius: 50%*/
}

.productWrap .productFlex .productData .productEach span {
    text-align: center;
    display: block;
    padding: 20px 5px;
    font-size: 20px
}

.productWrap .productFlex .productData .productEach ul {
    margin: 15px 0
}

.productWrap .productFlex .productData .productEach ul li {
    margin: inherit;
    line-height: 24px;
    margin: 0 0 5px 0;
}

.productWrap .productFlex .productData .productEach a {
    color: #0073d9
}

.infoblock {
    position: relative
}

.infoblock .ralax {
    height: 40pc
}

@media (max-width: 740px) {
    .infoblock .ralax {
        height:80pc
    }

    .infoblock .infoCont .opportunity-list h3 {
    text-align: center;
    font-size: 17px;
    margin: 20px 0;
    font-weight: 700;
    width: 100% !important;
    letter-spacing: 1px;
}


}

.infoblock .ralax:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(138 184 225);
}

.infoblock .infoCont {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 2;
/*    min-height: 120vh;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 90%;
    margin: 0 auto
}

@media (max-width: 740px) {
    .infoblock .infoCont {
        height:50pc
    }
}

.infoblock .infoCont .productTitle {
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.infoblock .infoCont .productTitle h2 {
    width: 100%;
    font-size: 20px;
    text-align: left;
    margin: 0 auto;
}

@media (max-width: 740px) {
    .infoblock .infoCont .productTitle h2 {
        font-size:19px;
    }
}

.infoblock .infoCont .opportunity-list {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Raleway';
    font-size: 16px;
    margin: 20px 0 0 0;
}

.infoblock .infoCont .opportunity-list ul li {
    font-size: 18px;
    line-height: 21px;
    padding: 10px 0;
}

.infoblock .infoCont .opportunity-list h3 {
    text-align: center;
    font-size: 17px;
    margin: 50px 0 20px 0;
    font-weight: 700;
    width: 90%;
    letter-spacing: 0.5px;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 20px;
}

.infoblock .infoCont .opportunity-list p {
    font-size: .8em
}

.infoblock .infoCont .opportunity-list h4 {
    font-weight: 700;
    font-size: 1.4em;
    margin: 40px 0
}

.infoblock .infoCont .opportunity-list h5 {
    text-align: center
}

.sliderBlock .slide {
    background-color: #fff
}

.sliderBlock .thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sliderBlock img {
    padding: 10% 0;
    max-width: 400px;
    width: 100%
}

.feedback {
    position: relative
}

.feedback .ralax {
    height: 100vh
}

@media (max-width: 740px) {
    .feedback .ralax {
        height:50pc
    }
}

.feedback .ralax:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,28,64,.5)
}

.feedback .content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 740px) {
    .feedback .content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.feedback .content .info {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width: 740px) {
    .feedback .content .info {
        width:100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.feedback .content .info h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    height: 100%;
    font-size: 1.5em
}

@media (max-width: 740px) {
    .feedback .content .info h2 {
        -webkit-transform:translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.feedback .content .formBlock {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feedback .content .formBlock .formLogo {
    height: 150px
}

.feedback .content .formBlock .formLogo img {
    width: 100px;
    height: 100px
}

.feedback .content .formBlock form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(11,51,80,.8);
    padding: 20px;
    max-height: 440px;
    height: 100%;
    border-radius: 5px;
    position: relative
}

@media (max-width: 740px) {
    .feedback .content .formBlock form {
        padding:20px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.feedback .content .formBlock form p {
    text-align: center;
    height: 30px;
    color: #fff;
    font-size: 1.2em;
    text-shadow: 1px 1px 1px #000
}

.feedback .content .formBlock form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.feedback .content .formBlock form label p {
    color: #ff5f67;
    height: 10px;
    line-height: 7px;
    font-size: .9em;
    text-shadow: .7px .7px .7px #4e4e4e
}

.feedback .content .formBlock form label input {
    width: 300px;
    border: none;
    margin: 10px 0;
    height: 30px;
    border-radius: 5px;
    font-family: Intro;
    font-size: 1em;
    padding-left: 5px
}

@media (max-width: 740px) {
    .feedback .content .formBlock form label input {
        width:280px
    }
}

.feedback .content .formBlock form label input[name=submit] {
    width: 150px;
    margin: 10px auto;
    font-family: Intro;
    font-size: 1.1em;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.feedback .content .formBlock form label input[name=submit]:hover {
    opacity: .9
}

.feedback .content .formBlock form span {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 1em;
    border: 1px solid #fff;
    font-weight: 700;
    padding: 0 6px;
    border-radius: 50%;
    text-shadow: 1px 1px 1px #000
}

.feedback .content .formBlock form span:hover {
    cursor: pointer
}

@media (max-width: 740px) {
    .feedback .content .formBlock form iframe {
        width:278px;
        margin: 0 auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 5px
    }
}

.feedback .content .formBlock .userInfo {
    width: 330px;
    padding-top: 5px;
    min-height: 100px
}

@media (max-width: 740px) {
    .feedback .content .formBlock .userInfo {
        width:300px;
        height: 100px
    }
}

.feedback .content .formBlock .userInfo span {
    font-size: .9em;
    display: block;
    text-align: justify;
    color: #fff
}

.feedback .content .feedEnd {
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.feedback .content .feedEnd,.feedback .content .feedEnd .innerFeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feedback .content .feedEnd .innerFeed {
    width: 300px;
    height: 100px;
    background-color: rgba(11,51,80,.8);
    border-radius: 5px
}

.feedback .content .feedEnd .innerFeed span {
    color: #fff;
    text-align: center;
    font-size: 1.2em
}

.footer {
    background: url(../img/foot.jpg) no-repeat 50%;
    background-size: cover;
    width: 100%;
/*    height: 400px;*/
    position: relative
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(67 96 122 / 46%);
}


.footer .footerInfo p {
    margin: 20px 0 0 0;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 20px;
    text-align: center;
    line-height: 18px;
}


.footer .footerInfo a{
	color:#add8ff;
}

.footer .footerInfo {
    color: #fff;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    height: 200px;
    font-family: Raleway;
    box-shadow: 1px 1px 11px #5074948a;
    line-height: 28px;
}

@media (max-width: 740px) {
.footer .footerInfo {
    font-size: 15px;
    padding: 20px 0 0 0;
}
}

.footer .footerInfo h5 {
    height: 100px;
    text-align: center;
    padding: 0 10px
}

.footer .footerInfo h5,.notFound {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notFound {
    background: url(../img/foot.jpg) no-repeat 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.notFound:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.4)
}

.notFound span {
    font-size: 2em;
    height: 100px
}

.notFound a,.notFound span {
    color: #fff;
    position: relative;
    z-index: 2
}

.notFound a {
    background-color: rgba(3,157,255,.4);
    width: 165px;
    height: 40px;
    border: 1px solid rgba(0,0,0,.6);
    text-shadow: 2px 2px 1px #000;
    font-size: 1em;
    border-radius: 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.notFound a:hover {
    background-color: rgba(3,157,255,.6);
    cursor: pointer
}




.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 100;
}
.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}

.overlay .modal {
    background: white;
    text-align: center;
    padding: 40px 80px;
    box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    text-align: left;
    width: 80%;
}


.overlay .modal.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal.open .content {
    transform: translate(0, 0px);
    opacity: 1;
    text-align: left;
}

.content {
    line-height: 24px;
    font-family: Raleway;
}

.content table td {
    padding: 3px 5px;

}

.content table td strong {
    font-weight: 600;
    text-transform: uppercase;

}

.content table tr:hover {
    background: #eee;
}


.overlay .modal .content b{
font-weight: 600;
}

.overlay .modal .content strong{
    margin: 10px 0;
    /* border-left: 3px solid; */
    display: block;
    /* padding-left: 10px; */
    background: url(/img/download.png) no-repeat;
    background-size: 20px;
    padding: 0 0 0 30px;
}

.overlay .modal .content {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}


.overlay .modal .title {
    margin-top: 0;
    font-family: 'Intro';
    font-size: 20px;
}


.open-modal {
    margin-top: 10px !important;
}

.close-modal {
    padding: 5px 20px;
    color: #dc3e23;
    background-color: transparent;
    border: 1px solid;
    border-color: #dc3e23;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    display: inline-block;
}

@media(max-width:768px) {
.overlay {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 100;
}
.overlay .modal {
    background: white;
    text-align: center;
    padding: 20px 5px;
    box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    text-align: left;
    width: 100%;
}