.cindList ul, .cindList2, .cindList3, .cindList2 ul, .cindList3 ul, .mainMenu, .mobileMenu, .moneyStatList {
    list-style-type: none
}

.mobileMenu li a, .topLinks a {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-decoration: none
}

body {
    overflow-x: hidden;
    background-image: url(../img/astaBg.jpg);
    background-size: cover;
    /*color: #3ba6b8;*/
}

.mainNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 #000;
    box-shadow: 0 0 10px 0 #000;
    background-color: #fff;
    z-index: 100
}

.mainNav .topLine {
    height: 70px;
    line-height: 70px
}

.mainNav img {
    height: 40px;
    padding-left: 40px;
    float: left;
    margin-top: 15px
}

.mainMenu {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    height: 70px;
    line-height: 70px
}

.mainMenu > li {
    display: inline-block;
    padding: 0 10px;
    position: relative
}

.mainMenu .ddMenu, .mainMenu > li:after {
    position: absolute;
    background-color: #3ba6b8
}

.mainMenu > li:after {
    content: '';
    bottom: 20px;
    left: 10%;
    height: 1px;
    width: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mainMenu > li:hover .ddMenu {
    display: block
}

.mainMenu > li:hover:after {
    width: 80%
}

.mainMenu > li:hover a {
    astacolor: #3ba6b8
}

.mainMenu > li a {
    color: #000;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    display: block
}

.mainMenu .ddMenu {
    top: 100%;
    left: -20%;
    width: 140%;
    margin: 0;
    padding: 0;
    display: none
}

.mainMenu .ddMenu li {
    display: block;
    margin: 5px 0;
    line-height: 1;
    padding: 0
}

.mainMenu .ddMenu li a {
    padding: 10px 0;
    position: relative;
    color: #fff
}

.mainMenu .ddMenu li a:hover:after, .mainMenu .ddMenu li a:hover:before {
    height: 100%
}

.mainMenu .ddMenu li a:after, .mainMenu .ddMenu li a:before, .topLinks a:after {
    height: 0;
    content: ''
}

.mainMenu .ddMenu li a:before {
    position: absolute;
    left: 3px;
    top: 0;
    width: 2px;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mainMenu .ddMenu li a:after {
    position: absolute;
    right: 3px;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.topLinks {
    margin-right: -20px;
    float: right
}

.topLinks a:first-of-type {
    border-radius: 12px 0 0 12px;
}
.topLinks a {
    display: block;
    float: left;
    background-color: #3ba6b8;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    border-left: 1px solid #fff;
    /*-webkit-transform: skew(-20deg);*/
    /*-ms-transform: skew(-20deg);*/
    /*transform: skew(-20deg);*/
    z-index: 1;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.menuBtn, .mobileMenu {
    top: 0;
    display: none;
    text-align: center
}

.topLinks a:last-child {
    padding: 0 40px 0 20px
}

.topLinks a div {
    /*-webkit-transform: skew(20deg);*/
    /*-ms-transform: skew(20deg);*/
    /*transform: skew(20deg)*/
}

.topLinks a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s
}

.topLinks a:hover {
    color: #3ba6b8
}

.topLinks a:hover:after {
    height: 100%
}

.mobileNav {
    height: 70px;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 10px 0 #000;
    box-shadow: 0 1px 10px 0 #000
}

.mobileNav img {
    float: left;
    height: 30px;
    margin-top: 20px
}

.menuBtn {
    background-color: #3ba6b8;
    border: none;
    height: 70px;
    width: 70px;
    color: #fff;
    font-size: 30px;
    z-index: 9999;
    position: fixed;
    right: 0;
    padding: 0 20px
}

.closeNavBtn .navLine, .menuBtn .navLine {
    background-color: #FFF;
    height: 1px;
    width: 100%
}

.menuBtn .navLine {
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.menuBtn .navLine:last-child {
    margin: 0 auto
}

.closeNavBtn .navLine:nth-child(1) {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    margin: 2px auto 0
}

.closeNavBtn .navLine:nth-child(2) {
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    margin: -2px auto 0
}

.closeNavBtn .navLine:nth-child(3) {
    opacity: 0
}

.mobileMenu {
    margin: 0;
    padding: 30px 0 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 500;
    background-color: #3ba6b8
}

.mobileMenu li a {
    color: #fff;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mobileMenu li a:hover, .mobileMenu li:nth-child(10) a, .mobileMenu li:nth-child(9) a {
    background-color: #FFF;
    color: #3ba6b8
}

footer, footer .dev a {
    color: #fff
}

.mobileMenu .mobDdMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: inset 1px 1px 10px 0 #000;
    box-shadow: inset 1px 1px 10px 0 #000
}

footer {
    background-color: #333;
    line-height: 60px
}

footer .dev img {
    height: 30px;
    margin: 0 0 0 10px;
    padding: 0;
    float: none
}

#mainSlider {
    position: relative;
    margin-top: 70px
}

#mainSlider .item {
    height: 450px;
    background-size: cover;
    background-position: bottom
}

#mainSlider .item .descr {
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: rgba(0, 0, 0, .7);
    padding: 20px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300
}

.mainTitleBlock h1, .mainTitleBlock p {
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    text-transform: uppercase
}

#mainSlider .item .descr .border {
    position: absolute;
    background-color: #3ba6b8;
    -webkit-transition: all .5s;
    transition: all .5s
}

#mainSlider .item .descr .border:nth-child(1) {
    left: 0;
    bottom: 0;
    height: 0;
    width: 3px
}

#mainSlider .item .descr .border:nth-child(2) {
    top: 0;
    right: 0;
    width: 0;
    height: 3px
}

#mainSlider .item .descr .border:nth-child(3) {
    top: 0;
    right: 0;
    height: 0;
    width: 3px
}

#mainSlider .item .descr .border:nth-child(4) {
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0
}

#mainSlider .item:hover .descr .border:nth-child(odd) {
    height: 100%
}

#mainSlider .item:hover .descr .border:nth-child(even) {
    width: 100%
}

#mainSlider .owl-dots {
    text-align: center
}

#mainSlider .owl-dots .active {
    border: 1px solid #3ba6b8;
    background-color: #fff
}

#mainSlider .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #b3b3b3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 10px
}

.mainTitleBlock {
    text-align: center;
    margin-top: 140px;
    padding: 40px;
    border: 1px solid #3ba6b8;
    position: relative;
    width: 80%;
    -webkit-box-shadow: 10px 10px 0 0 #3ba6b8;
    box-shadow: 10px 10px 0 0 #3ba6b8;
    border-radius: 12px;
}

.mainTitleBlock h1 {
    font-weight: 700;
    font-size: 70px;
    letter-spacing: 30px;
    margin: 0
}

.mainTitleBlock p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 10px;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    margin-bottom: 30px
}

.mainTitleBlock .btnBlock, .mainTitleBlock .btnBlock1 {
    /*height: 50px;*/
    line-height: 50px;
    margin: 0 auto;
    text-align: center
}

.about_s .titleBlock, .lastNews .titleBlock {
    text-align: left;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    text-shadow: 2px 2px 0 #fff
}

.btn_main{
    position: relative;
    float: left;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    /*-webkit-transform: skew(-20deg);*/
    /*-ms-transform: skew(-20deg);*/
    /*transform: skew(-20deg);*/
    width: 190px;
    height: 50px;
    transition: all .5s;
    border: 1px solid #3ba6b8;
}
.btn_main>div{
    /*-webkit-transform: skew(20deg);*/
    /*-ms-transform: skew(20deg);*/
    /*transform: skew(20deg);*/
}
.btn_main:hover{
    text-decoration: none;
}
.btn1{
    background-color: transparent;
    color: #fff;
    border-radius: 12px 0 0 12px;
}
.btn2{
    background-color: transparent;
    color: #3ba6b8;
}
.btn3{
    background-color: transparent;
    color: #fff;
    border-radius: 0 12px 12px 0;
}
.btn1:hover{
    /*background-color: #fff;*/
    color: #3ba6b8;
}
.btn2:hover{
    /*background-color: #3ba6b8;*/
    color: #fff;
}
.btn3:hover{
    /*background-color: #fff;*/
    color: #3ba6b8;
}
.btn1:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #3ba6b8;
    height: 100%;
    width: 100%;
    transition: all .5s;
    z-index: -1;
    border-radius: 12px 0 0 12px;
}
.btn2:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #3ba6b8;
    height: 0%;
    width: 100%;
    transition: all .5s;
    z-index: -1;
}
.btn3:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #3ba6b8;
    height: 100%;
    width: 100%;
    transition: all .5s;
    z-index: -1;
    border-radius: 0 12px 12px 0;
}
.btn1:hover:before{
    content: '';
    height: 0%;
}
.btn2:hover:before{
    content: '';
    height: 100%;
}
.btn3:hover:before{
    content: '';
    height: 0%;
}

.mainTitleBlock .btnBlock a {
    float: left;
    display: block;
    background-color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #3ba6b8;
    /*-webkit-transform: skew(-20deg);*/
    /*-ms-transform: skew(-20deg);*/
    /*transform: skew(-20deg);*/
    width: 220px
}

.mainTitleBlock .btnBlock a div {
    /*-webkit-transform: skew(20deg);*/
    /*-ms-transform: skew(20deg);*/
    /*transform: skew(20deg)*/
}

.mainTitleBlock .btnBlock a:last-child {
    background-color: #3ba6b8;
    color: #fff;
    position: relative;
    border: 1px solid #3ba6b8;
    height: 50px
}

.mainTitleBlock .btnBlock a:last-child:after {
    content: '';
    position: absolute;
    right: -11px;
    top: -1px;
    width: 20px;
    height: 50px;
    background-color: #fff;
    /*-webkit-transform: skew(20deg);*/
    /*-ms-transform: skew(20deg);*/
    /*transform: skew(20deg);*/
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1;
    border-left: 1px solid #3ba6b8
}

.mainTitleBlock .btnBlock a:last-child:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #fff;
    content: ''
}

.mainTitleBlock .btnBlock a:last-child:hover {
    color: #3ba6b8
}

.mainTitleBlock .btnBlock a:last-child:hover:before {
    height: 100%
}

.mainTitleBlock .btnBlock a:first-child {
    height: 50px;
    border: 1px solid #3ba6b8;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.mainTitleBlock .btnBlock a:first-child:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 20px;
    height: 50px;
    background-color: #fff;
    /*-webkit-transform: skew(20deg);*/
    /*-ms-transform: skew(20deg);*/
    /*transform: skew(20deg);*/
    border-right: 1px solid #3ba6b8
}

.mainTitleBlock .btnBlock a:first-child:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #3ba6b8;
    content: '';
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mainTitleBlock .btnBlock a:first-child:hover {
    color: #fff
}

.mainTitleBlock .btnBlock a:first-child:hover:before {
    height: 100%
}

.about_s {
    padding: 70px 0 100px
}

.about_s .titleBlock {
    color: #000;
    margin-top: 50px;
}

.about_s .titleBlock h3 {
    font-size: 30px
}

.about_s .titleBlock .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 0
}

.about_s .aboutCont {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 1px 1px 50px 0 #000;
    box-shadow: 1px 1px 50px 0 #000;
    margin-top: 50px;
    line-height: 1.5;
    font-size: 16px;
    margin-right: 7px
}

.about_s .aboutCont .accent {
    line-height: 3;
    padding: 10px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #3ba6b8;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300
}

.lastNews .titleBlock h3, .newsBlock h4 {
    font-size: 30px
}

.about_s .aboutCont .accent:after {
    content: '';
    background-color: #3ba6b8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s
}

.about_s .aboutCont .accent:hover {
    color: #fff
}

.about_s .aboutCont .accent:hover:after {
    height: 100%
}

.lastNews .titleBlock {
    color: #3ba6b8;
    margin-bottom: 40px
}

.lastNews .titleBlock .line {
    width: 150px;
    height: 1px;
    background-color: #000;
    margin: 0
}

.newsBlock {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 20px 0 #000;
    box-shadow: 1px 1px 20px 0 #000
}

.newsBlock h4 {
    text-align: center;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    margin-top: 20px
}

.newsBlock p {
    padding-right: 20px
}

.newsBlock img {
    margin: 0;
    padding: 0
}

.licensePage {
    padding-bottom: 60px
}

.licensePage .pageTitle {
    margin-top: 70px;
    background-image: url(../img/licTitle.jpg);
    background-size: cover;
    background-position: 0 -200px;
    position: relative;
    height: 200px
}

.licensePage .pageTitle .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cindsPage .pageTitle .overlay, .licItem .mainInfo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}

.licensePage .pageTitle .overlay h2 {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    font-size: 40px
}

.licensePage .pageTitle .overlay h2 .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 5px auto
}

.licensePage .pageTitle .overlay p {
    margin-top: 20px;
    font-size: 16px
}

.licItem {
    margin-top: 90px;
    height: 220px;
    position: relative;
    background-color: #3ba6b8
}

.licItem .mainInfo {
    -webkit-transform: translate(-15px, -50px);
    -ms-transform: translate(-15px, -50px);
    transform: translate(-15px, -50px);
    background-color: #fff;
    padding: 20px;
    font-size: 16px;
    -webkit-box-shadow: 1px 1px 20px 0 #000;
    box-shadow: 1px 1px 20px 0 #000;
    height: 200px;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.licItem p {
    margin: 0;
}
.licItem .p {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    bottom:30px;
    height:30px;
    line-height:30px
}

.licItem .border {
    position: absolute;
    background-color: #3ba6b8;
    -webkit-transition: all .5s;
    transition: all .5s
}

.licItem .border:nth-child(1) {
    left: 5px;
    bottom: 5px;
    height: 0;
    width: 1px
}

.licItem .border:nth-child(2) {
    top: 5px;
    right: 5px;
    width: 0;
    height: 1px
}

.licItem .border:nth-child(3) {
    top: 5px;
    right: 5px;
    height: 0;
    width: 1px
}

.licItem .border:nth-child(4) {
    bottom: 5px;
    left: 5px;
    height: 1px;
    width: 0
}

.licItem:hover .border:nth-child(odd) {
    height: 95%
}

.licItem:hover .border:nth-child(even) {
    width: 97%
}

.cindsPage .pageTitle {
    margin-top: 70px;
    background-image: url(../img/cindsTitle.jpg);
    background-size: cover;
    background-position: 0 -180px;
    position: relative;
    height: 150px
}

.pageTitle {
    background-position: 0 -100px;
    background-size: cover
}

.cindsPage .pageTitle .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.saveItem a, .saveItem h5 {
    color: #000;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif
}

.pageTitle .overlay, .saveItem {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox
}

.cindsPage .pageTitle .overlay h2 {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    font-size: 40px
}

.cindsPage .pageTitle .overlay h2 .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 5px auto
}

.saveItem, .saveItem a {
    position: relative;
    z-index: 1;
    background-color: #FFF
}

.cindsPage .pageTitle .overlay p {
    margin-top: 20px;
    font-size: 16px
}

.saveItem {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
    border: 2px solid #3ba6b8;
    margin-top: 50px
}

.saveItem h5 {
    font-size: 40px;
    -webkit-transition: all .6s;
    transition: all .6s;
    margin-bottom: 30px;
    text-align: center
}

.saveItem a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 16px;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0
}

.cindType h4, .pageTitle .overlay h2 {
    letter-spacing: 2px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase
}

.saveItem a:after, .saveItem:after {
    z-index: -1;
    position: absolute;
    content: ''
}

.saveItem a:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(7px, 7px);
    -ms-transform: translate(7px, 7px);
    transform: translate(7px, 7px);
    border: 1px solid #fff
}

.saveItem a:hover {
    -webkit-transform: translate(7px, 7px);
    -ms-transform: translate(7px, 7px);
    transform: translate(7px, 7px);
    color: #3ba6b8
}

.saveItem a:hover:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.saveItem:after {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background-color: #3ba6b8;
    -webkit-transition: all .7s;
    transition: all .7s;
    opacity: 0
}

.saveItem .border {
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.saveItem .border:nth-child(1) {
    left: 10px;
    bottom: 10px;
    height: 0;
    width: 2px
}

.saveItem .border:nth-child(2) {
    top: 10px;
    right: 10px;
    width: 0;
    height: 2px
}

.saveItem .border:nth-child(3) {
    top: 10px;
    right: 10px;
    height: 0;
    width: 2px
}

.saveItem .border:nth-child(4) {
    bottom: 10px;
    left: 10px;
    height: 2px;
    width: 0
}

.saveItem:hover .border:nth-child(odd) {
    height: 50%
}

.saveItem:hover .border:nth-child(even) {
    width: 50%
}

.saveItem:hover h5 {
    color: #fff
}

.saveItem:hover a {
    opacity: 1
}

.saveItem:hover:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotateZ(.5turn);
    -ms-transform: rotate(.5turn);
    transform: rotateZ(.5turn);
    opacity: 1
}

.cindType {
    text-align: center;
    padding: 20px
}

.cindType:hover h4 {
    color: #3ba6b8;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.cindType h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    -webkit-transition: all .4s;
    transition: all .4s
}

.cindType p {
    font-size: 16px;
    margin-bottom: 60px
}

.pageTitle {
    margin-top: 70px;
    background-image: url(../img/greenCardTitle.jpg);
    position: relative;
    height: 300px
}

.pageTitle .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

 .pageTitle .overlay,  .pageTitle .overlay {
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}

.pageTitle .overlay h2 {
    font-size: 40px
}

.pageTitle .overlay h2 .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 5px auto
}

.pageTitle .overlay p {
    margin-top: 20px;
    font-size: 16px
}

.titleBlock {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000;
    text-shadow: 2px 2px 0 #fff;
    margin-top: 50px
}

.titleBlock h3 {
    font-size: 30px
}

.titleBlock .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 0 auto 40px
}

.cindDescr1 {
    height: 250px;
    position: relative;
    background-image: url(../img/cindDescr.jpg);
    background-size: cover
}

.cindDescr1 p {
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 3px
}

.cindDescr1 h4 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

.cindDescr1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 50px 0;
    color: #fff;
    font-size: 16px
}

.cindDescr1 .overlay .col-md-6 {
    padding: 0 25px
}

 .pageTitle {
    margin-top: 70px;
    background-image: url(../img/kaskoTitle.jpg);
    position: relative;
    height: 200px
}

 .pageTitle .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

 .pageTitle .overlay,  .pageTitle .overlay {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-box-align: center;
    top: 0;
    left: 0
}

 .pageTitle .overlay h2 {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    font-size: 40px
}

 .pageTitle .overlay h2 .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 5px auto
}

 .pageTitle .overlay p {
    margin-top: 20px;
    font-size: 16px
}

 .titleBlock {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000;
    text-shadow: 2px 2px 0 #fff;
    margin-top: 50px
}

 .titleBlock h3 {
    font-size: 30px
}

 .titleBlock .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 0 auto 40px
}

 .cindDescr2 {
    margin-top: 0
}

 .cindDescr1 {
    height: 500px;
    position: relative;
    background-image: url(../img/kaskoCost.jpg);
    background-size: cover
}

 .cindDescr1 p {
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 3px
}

 .cindDescr1 h4 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

 .cindDescr1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding: 50px 0;
    color: #fff;
    font-size: 16px
}

 .cindDescr1 .overlay .col-md-6 {
    padding: 0 25px
}

 .pageTitle {
    margin-top: 70px;
    background-image: url(../img/propertySaveTitle.jpg);
    background-size: cover;
    background-position: 0 -70px;
    position: relative;
    height: 250px
}

 .pageTitle .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

 .pageTitle .overlay h2 {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    font-size: 40px
}

 .pageTitle .overlay h2 .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 5px auto
}

 .pageTitle .overlay p {
    margin-top: 20px;
    font-size: 16px
}

 .titleBlock {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000;
    text-shadow: 2px 2px 0 #fff;
    margin-top: 40px
}

 .titleBlock h3 {
    font-size: 30px
}

 .titleBlock .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 0 auto 40px
}

 .cindDescr1 p,  .cindDescr1_2 p {
    margin-top: 30px;
    font-weight: 700;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase
}

 .cindDescr1 {
    height: 500px;
    position: relative;
    background-image: url(../img/propertySave1.jpg);
    background-size: cover
}

 .cindDescr1 p {
    font-size: 22px;
    letter-spacing: 3px
}

 .cindDescr1 h4 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

 .cindDescr1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 50px 0;
    color: #fff;
    font-size: 16px
}

 .cindDescr1 .overlay .col-md-6 {
    padding: 0 25px
}

 .cindDescr1_2 {
     height: initial;
     padding-top: 30px;
     padding-bottom: 30px;
     color: #fff;
    position: relative;
    background-image: url(../img/propertySave2.jpg);
    background-size: cover
}

 .cindDescr1_2 h4 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

 .cindDescr1_2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding: 50px 0;
    color: #fff;
    font-size: 16px
}

 .cindDescr1_2 .overlay .col-md-6 {
    padding: 0 25px
}

 .cindDescr1_2 p {
    font-size: 18px;
    letter-spacing: 1px
}

 .pageTitle {
    margin-top: 70px;
    background-image: url(../img/oscpvTitle.jpg);
    background-size: cover;
    background-position: 0 -100px;
    position: relative;
    height: 300px
}

 .pageTitle .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

 .pageTitle .overlay,  .pageTitle .overlay {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-box-align: center
}

 .pageTitle .overlay h2 {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    font-size: 40px
}

 .pageTitle .overlay h2 .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 5px auto
}

 .pageTitle .overlay p {
    margin-top: 20px;
    font-size: 16px
}

 .cindDescr2 {
    margin-top: 0
}

 .titleBlock {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000;
    text-shadow: 2px 2px 0 #fff;
    margin-top: 50px
}

 .titleBlock h3 {
    font-size: 30px
}

 .titleBlock .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 0 auto 40px
}

 .cindDescr1 {
    height: 560px;
    position: relative;
    background-image: url(../img/oscpv1.jpg);
    background-size: cover
}

 .cindDescr1 p {
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 3px
}

 .cindDescr1 h4 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

 .cindDescr1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding: top;
    color: #fff;
    font-size: 16px
}

 .cindDescr1 .overlay .col-md-6 {
    padding: 0 25px
}

 .pageTitle {
    margin-top: 70px;
    background-image: url(../img/travelersTitle.jpg);
    background-size: cover;
    background-position: 0 -100px;
    position: relative;
    height: 350px
}

 .pageTitle .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    color: #fff;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

 .pageTitle .overlay, .moneyStatPage .pageTitle .overlay {
    top: 0;
    left: 0;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox
}

 .pageTitle .overlay h2 {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    font-size: 40px
}

 .pageTitle .overlay h2 .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 5px auto
}

 .pageTitle .overlay p {
    margin-top: 20px;
    font-size: 16px
}

 .titleBlock {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000;
    text-shadow: 2px 2px 0 #fff;
    margin-top: 50px
}

 .cindDescr1 p,  .moneyDescr p {
    letter-spacing: 3px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    text-transform: uppercase
}

 .titleBlock h3 {
    font-size: 30px
}

 .titleBlock .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 0 auto
}

 .cindList {
    margin-top: 30px
}

 .cindDescr1 {
    height: 420px;
    position: relative;
    background-image: url(../img/travelers1.jpg);
    background-size: cover
}

 .cindDescr1 h4 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

 .cindDescr1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding: top;
    color: #fff;
    font-size: 16px
}

 .cindDescr1 .overlay .col-md-6 {
    padding: 0 25px
}

 .cindDescr1 p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.5
}

 .moneyDescr {
    height: 480px;
    position: relative;
    background-image: url(../img/kaskoCost.jpg);
    background-size: cover
}

 .cindDescr1,  .pageTitle {
    background-image: url(../img/dmsTitle.jpg);
    background-size: cover
}

 .moneyDescr p {
    margin-top: 30px;
    font-size: 22px
}

 .moneyDescr h4 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

 .moneyDescr .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding: top;
    color: #fff;
    font-size: 16px
}

 .moneyDescr .overlay .col-md-6 {
    padding: 0 25px
}

 .moneyDescr .overlay {
    padding-top: 50px
}

 .cindDescr2 {
    margin-top: 0
}

 .pageTitle {
    margin-top: 70px;
    background-position: 0 0;
    position: relative;
    height: 550px;
    min-height: 200px;
     height: initial;
     text-align: center;
     color: #fff;
     padding-top: 50px;
     padding-bottom: 50px;
}

 .pageTitle .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    color: #fff;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.moneyStatList, .moneyStatPage .pageTitle .overlay {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex
}

 .pageTitle  h2 {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    font-size: 37px
}

 .pageTitle  h2 .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 5px auto
}

 .pageTitle  p {
    margin-top: 20px;
    font-size: 16px
}

 .titleBlock {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000;
    text-shadow: 2px 2px 0 #fff;
    margin: 50px auto 0;
}

 .titleBlock h3 {
    font-size: 30px
}

 .titleBlock .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 0 auto
}

 .cindList2 li {
    width: 50%
}
 .cindList3 li {
    width: 33% !important;
}
 .cindList2, .cindList3 {
     padding-top: 30px;
}

 .cindDescr1 {
     height: initial;
     position: relative;
     color: #fff;
     padding-top: 30px;
}

 .cindDescr1 p {
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 3px
}

 .cindDescr1 h4 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

 .cindDescr1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding: top;
    color: #fff;
    font-size: 16px
}

 .cindDescr1 .overlay .col-md-6 {
    padding: 0 25px
}

.shortDescr {
    text-align: center;
    font-size: 18px;
    margin: 30px 0
}

.moneyStatPage .pageTitle {
    margin-top: 70px;
    background-image: url(../img/kaskoCost.jpg);
    background-size: cover;
    background-position: 0 -100px;
    position: relative;
    height: 200px
}

.moneyStatPage .pageTitle .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.moneyStatList, .reportsPage .pageTitle .overlay {
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox
}

.moneyStatPage .pageTitle .overlay h2 {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    font-size: 40px
}

.moneyStatPage .pageTitle .overlay h2 .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 5px auto
}

.moneyStatList .year, .moneyStatList a {
    color: #000;
    position: absolute;
    width: 100%;
    left: 0;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif
}

.moneyStatPage .pageTitle .overlay p {
    margin-top: 20px;
    font-size: 16px
}

.moneyStatList {
    display: flex;
    margin: 60px 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.moneyStatList .year {
    font-size: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    transition: all .5s
}

.moneyStatList a {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    top: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    text-decoration: none
}

.moneyStatList li {
    width: 25%;
    height: 200px;
    border-left: 1px solid #000;
    text-align: center;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.moneyStatList li:first-child {
    border: none
}

.moneyStatList li:hover {
    background-color: #3ba6b8;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 2;
    border: none
}

.moneyStatList li:hover .year {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    color: #fff
}

.moneyStatList li:hover a {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 1;
    color: #fff
}

.rulerBlock {
    text-align: center;
    margin: 100px 0 70px
}

.rulerBlock img {
    width: 60%;
    border: 1px solid #3ba6b8;
    -webkit-box-shadow: 5px 5px 0 0 #3ba6b8;
    box-shadow: 5px 5px 0 0 #3ba6b8;
    border-radius: 12px;
}

.rulerBlock h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    color: #000
}

.rulerBlock h6, .rulerBlock h5 {
    color: #7f8c8d;
    font-size: 16px;
    font-style: italic
}

.contactPage {
    background-image: url(../img/contactBg.jpg)
}

.todoPage {
    background-image: url(../img/todoBg.jpg)
}

.reinsurerPage {
    background-image: url(../img/reinsuerBg.jpg)
}

.reinsurerPage .overlay {
    background-color: rgba(0, 0, 0, .8) !important
}

.contactPage, .reinsurerPage, .todoPage {
    height: 700px;
    background-size: cover;
    position: relative
}

.contactPage .overlay, .reinsurerPage .overlay, .todoPage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding-top: 90px
}

.contactPage h2, .reinsurerPage h2, .todoPage h2 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px
}

.contactBlock {
    font-size: 30px
}

.todoBlock {
    font-size: 20px
}

.contactBlock, .todoBlock {
    padding: 30px;
    border: 2px solid #3ba6b8;
    color: #fff;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 12px;
}
.content-wrapper{
    margin-top: 70px;
}
.reportsPage .pageTitle {
    margin-top: 0;
    background-image: url(../img/reportTitle.jpg);
    background-size: cover;
    background-position: 0 -50px;
    position: relative;
    height: 200px
}

.reportsPage .pageTitle .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reportsPage .pageTitle .overlay h2 {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    font-size: 40px
}

.reportsPage .pageTitle .overlay h2 .line {
    width: 150px;
    height: 1px;
    background-color: #3ba6b8;
    margin: 5px auto
}

.reportsPage .pageTitle .overlay p {
    margin-top: 20px;
    font-size: 16px
}

.reportsGallery {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reportsGallery .box {
    width: 40%;
    margin-bottom: 60px
}

.reportsGallery .box .imgBlock {
    width: 50%;
    margin: 0 auto;
    cursor: pointer;
    position: relative
}

.reportsGallery .box .imgBlock img {
    margin: 0;
    padding: 0;
    float: none;
    height: auto;
    width: 100%;
    -webkit-box-shadow: 0 0 20px 0 #000;
    box-shadow: 0 0 20px 0 #000
}

.reportsGallery .box .imgBlock:after {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 100%;
    width: 100%;
    border: 1px solid #3ba6b8;
    content: '';
    z-index: -1
}

.partnersSlider {
    padding: 10px 0 10px;
    -webkit-box-shadow: 0 -2px 20px 0 #333;
    box-shadow: 0 -2px 20px 0 #333;
    background-color: #FFF
}
#partnersSlider {
    padding-top: 10px;
}

#partnersSlider .item {
    width: 150px;
    margin: 0 auto
}

#partnersSlider img {
    float: none;
    margin: 0;
    padding: 0;
    height: auto
}

#partnersSlider .owl-dots {
    text-align: center
}

#partnersSlider .owl-dots .active {
    border: 1px solid #3ba6b8;
    background-color: #fff
}

#partnersSlider .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #b3b3b3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 10px
}

.cindDescr2 {
    background-color: #3ba6b8;
    padding: 40px 0;
    /*margin-top: 50px;*/
    position: relative
}

.cindDescr2 h4 {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 30px
}

.cindAddingInfo h4, .cindDescr4 .item p {
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700
}

.cindDescr2 p {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px
}

.cindDescr2 .border {
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.cindDescr2 .border:nth-child(1) {
    left: 20px;
    bottom: 20px;
    height: 0;
    width: 2px
}

.cindDescr2 .border:nth-child(2) {
    top: 20px;
    right: 20px;
    width: 0;
    height: 2px
}

.cindDescr2 .border:nth-child(3) {
    top: 20px;
    right: 20px;
    height: 0;
    width: 2px
}

.cindDescr2 .border:nth-child(4) {
    bottom: 20px;
    left: 20px;
    height: 2px;
    width: 0
}

.cindDescr2:hover .border:nth-child(odd) {
    height: 50%
}

.cindDescr2:hover .border:nth-child(even) {
    width: 20%
}

.cindList {
    margin: 30px 0 30px
}

.cindList h5 {
    font-size: 22px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #000
}

.cindList span {
    color: #959595;
    font-style: italic
}

.cindList ul {
    margin: 0;
    padding: 0
}

.cindList ul li {
    padding: 10px 0 10px 60px;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s
}

.cindList ul li:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    width: 40px;
    height: 1px;
    background-color: #3ba6b8;
    -webkit-transition: all .4s;
    transition: all .4s
}

.cindList ul li:hover {
    color: #3ba6b8
}

.cindList ul li:hover:before {
    -webkit-transform: rotateZ(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotateZ(-20deg);
    top: 50%
}

.cindAddingInfo {
    background-color: #333;
    padding: 40px 0;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px
}

.cindDescr3 .item:before, .cindList2 li:after {
    content: '';
    background-color: #3ba6b8
}

.cindAddingInfo h4 {
    text-transform: uppercase;
    font-size: 24px
}

.cindDescr3 {
    margin-bottom: 40px
}

.cindDescr3 .item {
    padding: 20px;
    border: 4px solid #3ba6b8;
    margin: 10px 0;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 1
}

.cindDescr3 .item:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s
}

.cindDescr3 .item:hover {
    color: #fff
}

.cindDescr3 .item:hover:before {
    height: 100%;
    top: 0
}

.cindList2, .cindList2 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cindList2 li {
    width: 50%;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-bottom: 30px
}

.cindList2 li:after {
    position: absolute;
    height: 2px;
    width: 20%;
    bottom: 0;
    left: 40%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.cindList2 li:hover:after {
    width: 30%;
    left: 35%
}

.cindDescr4 {
    background-color: #F4F4F4;
    padding: 50px 0
}

.cindDescr4 h4 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 50px
}

.cindDescr4 .item {
    width: 80%;
    margin: 0 auto
}

.cindDescr4 .item p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px
}

.cindDescr4 .item .label, .cindDescr4 .item .num, .cindDescr4 .item .sale {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin: 0 auto 20px
}

.cindDescr4 .item .num {
    width: 60px;
    height: 60px;
    background-color: #333;
    color: #fff;
    line-height: 60px;
    font-size: 18px
}

.cindDescr4 .item .sale {
    width: 70px;
    height: 70px;
    background-color: #e74c3c;
    color: #fff;
    line-height: 70px;
    font-size: 20px
}

@media only screen and (max-width: 768px) {
    .animated {
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important
    }
}

@media only screen and (max-width: 480px) {
     .pageTitle, .licensePage .pageTitle,  .pageTitle {
        background-position: 0 0;
        background-size: cover
    }

    .titleBlock {
        padding-left: 30px
    }

    .mainNav {
        display: none
    }

    .mobileNav {
        display: block
    }

    .menuBtn {
        display: block !important
    }

    #mainSlider, .about_s .aboutCont .accent:after, .mainTitleBlock .btnBlock a:after, .mainTitleBlock .btnBlock a:before {
        display: none
    }

    .mainTitleBlock {
        margin: 80px auto 0;
        padding: 20px
    }

    .mainTitleBlock h1 {
        font-size: 40px;
        letter-spacing: 10px
    }

    .mainTitleBlock p {
        font-size: 20px;
        letter-spacing: 5px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-weight: 300
    }

    .mainTitleBlock .btnBlock,.mainTitleBlock .btnBlock1 {
        height: 180px
    }

    .mainTitleBlock .btnBlock a, .btnBlock1 a {
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 20px
        background-color: #FFF;
        color: #3ba6b8;
        margin-bottom: 12px;
    }
    .btnBlock1 a:before{
        background: none;
        color: #3ba6b8;
    }

    .mainTitleBlock .btnBlock a div,.mainTitleBlock .btnBlock1 a div {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .mainTitleBlock .btnBlock a:last-child,.mainTitleBlock .btnBlock1 a:last-child {
        background-color: #FFF;
        color: #3ba6b8;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .mainTitleBlock .btnBlock a:hover,.mainTitleBlock .btnBlock1 a:hover {
        background-color: #3ba6b8
    }

    .mainTitleBlock .btnBlock a:hover:last-child,.mainTitleBlock .btnBlock1 a:hover:last-child {
        color: #fff
    }

    .about_s .aboutCont {
        padding: 10px
    }

    .about_s .aboutCont .accent {
        padding: 0;
        font-size: 16px;
        font-family: Roboto, sans-serif;
        line-height: 1.2
    }

    .cindsPage .pageTitle .overlay h2, .cindDescr1 h4,  .cindDescr1 p,  .pageTitle .overlay h2,  .cindDescr1 h4,  .pageTitle .overlay h2, .licensePage .pageTitle .overlay h2,  .cindDescr1 h4,  .cindDescr1 p,  .cindDescr1_2 h4,  .pageTitle .overlay h2,  .titleBlock {
        font-family: "Roboto Condensed", sans-serif
    }

    .about_s .aboutCont .accent:hover {
        color: #3ba6b8
    }

    footer {
        line-height: 1.6;
        padding-top: 20px
    }

    footer .dev {
        margin: 30px 0
    }

    .newsBlock p {
        padding: 0 15px
    }

    .licensePage {
        padding-bottom: 60px
    }

    .licensePage .pageTitle {
        background-image: url(../img/licTitle.jpg);
        position: relative;
        height: 270px;
        margin-top: 0
    }

    .licensePage .pageTitle .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        text-align: center;
        color: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cindsPage .pageTitle .overlay,  .pageTitle .overlay {
        top: 0;
        left: 0;
        text-align: center;
        color: #fff;
        display: -webkit-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        -webkit-box-align: center
    }

    .licensePage .pageTitle .overlay h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 40px
    }

    .licensePage .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

    .licensePage .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

    .cindsPage .pageTitle {
        background-image: url(../img/cindsTitle.jpg);
        background-size: cover;
        background-position: 0 -180px;
        position: relative;
        height: 150px;
        margin-top: 0
    }

    .cindsPage .pageTitle .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cindsPage .pageTitle .overlay h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 40px
    }

    .cindsPage .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

    .cindsPage .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

     .pageTitle {
        background-image: url(../img/greenCardTitle.jpg);
        background-size: cover;
        background-position: 0 -100px;
        position: relative;
        height: 350px;
        margin-top: 0
    }

     .pageTitle .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

     .pageTitle .overlay,  .pageTitle .overlay {
        top: 0;
        left: 0;
        color: #fff;
        display: -webkit-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: center;
        text-align: center
    }

     .pageTitle .overlay h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 40px
    }

     .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

     .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

     .cindDescr1 {
        height: 520px;
        position: relative;
        background-image: url(../img/cindDescr.jpg);
        background-size: cover
    }

     .cindDescr1 p {
        text-align: center;
        margin-top: 30px;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 3px
    }

     .cindDescr1 h4 {
        text-align: center;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase
    }

     .cindDescr1 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        padding: 50px 0;
        color: #fff;
        font-size: 16px
    }

     .cindDescr1 .overlay .col-md-6 {
        padding: 0 25px
    }

     .pageTitle {
        background-image: url(../img/kaskoTitle.jpg);
        position: relative;
        height: 250px;
        margin-top: 0
    }

     .pageTitle .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

     .pageTitle .overlay h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 40px
    }

     .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

     .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

     .cindDescr2 p {
        width: 90%
    }

     .cindDescr1 {
        height: 900px;
        position: relative;
        background-image: url(../img/kaskoCost.jpg);
        background-size: cover
    }

     .cindDescr1 p {
        text-align: center;
        margin-top: 30px;
        font-size: 22px;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        letter-spacing: 3px
    }

     .cindDescr1 h4 {
        text-align: center;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase
    }

     .cindDescr1 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        padding: 50px 0;
        color: #fff;
        font-size: 16px
    }

     .cindDescr1 .overlay .col-md-6 {
        padding: 0 25px
    }

     .pageTitle {
        background-image: url(../img/propertySaveTitle.jpg);
        position: relative;
        height: 350px;
        margin-top: 0
    }

     .pageTitle .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

     .pageTitle .overlay,  .pageTitle .overlay {
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: center
    }

     .pageTitle .overlay h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 40px
    }

     .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

     .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

     .cindList2 {
        padding: 0
    }

     .cindList2 li {
        width: 45%
    }

     .titleBlock {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 4px;
        color: #000;
        text-shadow: 2px 2px 0 #fff;
        margin-top: 40px
    }

     .titleBlock h3 {
        font-size: 30px
    }

     .titleBlock .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 0 auto 40px
    }

     .cindDescr1 p,  .cindDescr1_2 p {
        margin-top: 30px;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-align: center;
        font-weight: 700
    }

     .cindDescr1 {
        height: 920px;
        position: relative;
        background-image: url(../img/propertySave1.jpg);
        background-size: cover
    }

     .cindDescr1 p {
        font-size: 22px
    }

     .cindDescr1 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        padding: 50px 0;
        color: #fff;
        font-size: 16px
    }

     .cindDescr1 .overlay .col-md-6 {
        padding: 0 25px
    }

     .cindDescr1 h4 {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px
    }

     .cindDescr1_2 {
        height: 600px;
        position: relative;
        background-image: url(../img/propertySave2.jpg);
        background-size: cover
    }

     .cindDescr1_2 h4 {
        text-align: center;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase
    }

     .cindDescr1_2 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        padding: 50px 0;
        color: #fff;
        font-size: 16px
    }

     .cindDescr1_2 .overlay .col-md-6 {
        padding: 0 25px
    }

     .cindDescr1_2 p {
        font-size: 12px;
        line-height: 1.5;
        font-family: Roboto, sans-serif
    }

     .cindDescr1 h4,  .cindDescr1 p,  .pageTitle .overlay h2,  .titleBlock,  .cindDescr1 h4,  .pageTitle .overlay h2,  .titleBlock {
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase
    }

     .cindDescr4 h4 {
        font-size: 32px
    }

     .pageTitle {
        background-image: url(../img/oscpvTitle.jpg);
        background-size: cover;
        background-position: 0 -100px;
        position: relative;
        height: 500px;
        margin-top: 0
    }

     .pageTitle .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        text-align: center;
        color: #fff;
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

     .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

     .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

     .pageTitle .overlay h2 {
        letter-spacing: 2px;
        font-size: 25px
    }

     .cindDescr2 {
        margin-top: 0
    }

     .cindDescr2 p {
        width: 85%
    }

     .titleBlock {
        text-align: center;
        letter-spacing: 4px;
        color: #000;
        text-shadow: 2px 2px 0 #fff;
        margin-top: 50px;
        padding: 0
    }

     .titleBlock .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 0 auto 40px
    }

     .titleBlock h3 {
        font-size: 25px
    }

     .cindDescr1 {
        height: 900px;
        position: relative;
        background-image: url(../img/oscpv1.jpg);
        background-size: cover
    }

     .cindDescr1 p {
        text-align: center;
        margin-top: 30px;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 3px
    }

     .cindDescr1 h4 {
        text-align: center;
        color: #fff;
        font-size: 30px
    }

     .cindDescr1 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        padding: top;
        color: #fff;
        font-size: 16px
    }

     .cindDescr1 .overlay .col-md-6 {
        padding: 0 25px
    }

     .cindDescr4 h4 {
        font-size: 25px
    }

     .pageTitle {
        background-image: url(../img/travelersTitle.jpg);
        background-size: cover;
        background-position: 0 -100px;
        position: relative;
        height: 550px;
        margin-top: 0
    }

     .pageTitle .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        text-align: center;
        color: #fff;
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

     .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

     .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

     .pageTitle .overlay h2 {
        letter-spacing: 2px;
        font-size: 25px
    }

     .titleBlock {
        text-align: center;
        letter-spacing: 4px;
        color: #000;
        text-shadow: 2px 2px 0 #fff;
        margin-top: 50px
    }

     .titleBlock h3 {
        font-size: 30px
    }

     .titleBlock .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 0 auto
    }

    .reportsPage .pageTitle .overlay,  .cindDescr1 .overlay,  .moneyDescr .overlay {
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, .6);
        color: #fff
    }

     .cindList {
        margin-top: 30px
    }

     .cindDescr1 {
        height: 620px;
        position: relative;
        background-image: url(../img/travelers1.jpg);
        background-size: cover
    }

     .cindDescr1 h4 {
        text-align: center;
        color: #fff;
        font-size: 30px
    }

     .cindDescr1 .overlay {
        position: absolute;
        height: 100%;
        padding: top;
        font-size: 16px
    }

     .cindDescr1 .overlay .col-md-6 {
        padding: 0 25px
    }

     .cindDescr1 p {
        text-align: center;
        margin-top: 30px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 3px;
        font-size: 14px;
        line-height: 1.5;
        font-family: Roboto, sans-serif;
        padding: 0 10px
    }

     .moneyDescr h4,  .moneyDescr p {
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        text-align: center
    }

     .moneyDescr {
        height: 780px;
        position: relative;
        background-image: url(../img/kaskoCost.jpg);
        background-size: cover
    }

     .moneyDescr p {
        margin-top: 30px;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 3px
    }

     .moneyDescr h4 {
        color: #fff;
        font-size: 30px
    }

     .moneyDescr .overlay {
        position: absolute;
        height: 100%;
        padding: top;
        font-size: 16px
    }

     .moneyDescr .overlay .col-md-6 {
        padding: 0 25px
    }

     .moneyDescr .overlay {
        padding-top: 50px
    }

     .moneyDescr .overlay h4 {
        font-size: 20px
    }

     .moneyDescr .overlay p {
        font-family: Roboto, sans-serif;
        font-size: 14px
    }

    .reportsPage .pageTitle .overlay h2, .rulerBlock h4 {
        font-family: "Roboto Condensed", sans-serif
    }

    .moneyStatPage .pageTitle,  .cindDescr2 {
        margin-top: 0
    }

    .moneyStatPage .moneyStatList li {
        width: 100%
    }

    .reportsPage .pageTitle {
        background-image: url(../img/reportTitle.jpg);
        background-size: cover;
        background-position: 0 0;
        position: relative;
        height: 200px;
        margin-top: 0
    }

    .reportsPage .pageTitle .overlay {
        position: absolute;
        height: 100%;
        text-align: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .reportsPage .pageTitle .overlay h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 40px
    }

    .reportsPage .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

    .reportsPage .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

    .reportsPage .reportsGallery .box {
        width: 80%
    }

    .contactPage, .todoPage {
        height: 500px
    }

    .contactPage .overlay, .todoPage .overlay {
        padding-top: 30px
    }

    .contactPage .contactBlock, .contactPage .todoBlock, .todoPage .contactBlock, .todoPage .todoBlock {
        margin-bottom: 20px;
        padding: 10px;
        font-size: 18px
    }

    .rulerBlock {
        text-align: center;
        margin: 100px 0 70px
    }

    .rulerBlock img {
        width: 60%;
        border: 1px solid #3ba6b8;
        -webkit-box-shadow: 5px 5px 0 0 #3ba6b8;
        box-shadow: 5px 5px 0 0 #3ba6b8
    }

    .rulerBlock h4 {
        font-size: 30px;
        color: #000
    }

    .rulerBlock h6, .rulerBlock h5 {
        color: #7f8c8d;
        font-size: 16px;
        font-style: italic
    }
}

@media only screen and (max-width: 320px) {
     .pageTitle, .licensePage .pageTitle,  .pageTitle {
        background-position: 0 0;
        background-size: cover
    }

    .titleBlock {
        padding-left: 30px
    }

    .mainNav {
        display: none
    }

    .mobileNav {
        display: block
    }

    .menuBtn {
        display: block !important
    }

    #mainSlider, .about_s .aboutCont .accent:after, .mainTitleBlock .btnBlock a:after, .mainTitleBlock .btnBlock a:before {
        display: none
    }

    .mainTitleBlock {
        margin: 80px auto 0;
        padding: 20px
    }

    .mainTitleBlock h1 {
        font-size: 40px;
        letter-spacing: 10px
    }

    .mainTitleBlock p {
        font-size: 20px;
        letter-spacing: 5px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-weight: 300
    }

    .mainTitleBlock .btnBlock {
        height: 120px
    }

    .mainTitleBlock .btnBlock a {
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 20px
    }

    .mainTitleBlock .btnBlock a div {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .mainTitleBlock .btnBlock a:last-child {
        background-color: #FFF;
        color: #3ba6b8;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .mainTitleBlock .btnBlock a:hover {
        background-color: #3ba6b8
    }

    .mainTitleBlock .btnBlock a:hover:last-child {
        color: #fff
    }

    .about_s .aboutCont {
        padding: 10px
    }

    .about_s .aboutCont .accent {
        padding: 0;
        font-size: 16px;
        font-family: Roboto, sans-serif;
        line-height: 1.2
    }

    .cindsPage .pageTitle .overlay h2,  .cindDescr1 h4,  .cindDescr1 p,  .pageTitle .overlay h2,  .cindDescr1 h4,  .pageTitle .overlay h2, .licensePage .pageTitle .overlay h2,  .cindDescr1 h4,  .cindDescr1 p,  .cindDescr1_2 h4,  .pageTitle .overlay h2,  .titleBlock {
        font-family: "Roboto Condensed", sans-serif
    }

    .about_s .aboutCont .accent:hover {
        color: #3ba6b8
    }

    footer {
        line-height: 1.6;
        padding-top: 20px
    }

    footer .dev {
        margin: 30px 0
    }

    #partnersSlider img {
        width: 70px
    }

    .newsBlock p {
        padding: 0 15px
    }

    .licensePage {
        padding-bottom: 60px
    }

    .licensePage .pageTitle {
        background-image: url(../img/licTitle.jpg);
        position: relative;
        height: 270px;
        margin-top: 0
    }

    .licensePage .pageTitle .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        text-align: center;
        color: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cindsPage .pageTitle .overlay,  .pageTitle .overlay {
        top: 0;
        left: 0;
        text-align: center;
        color: #fff;
        display: -webkit-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        -webkit-box-align: center
    }

    .licensePage .pageTitle .overlay h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 40px
    }

    .licensePage .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

    .licensePage .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

    .cindsPage .pageTitle {
        background-image: url(../img/cindsTitle.jpg);
        background-size: cover;
        background-position: 0 -180px;
        position: relative;
        height: 150px;
        margin-top: 0
    }

    .cindsPage .pageTitle .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cindsPage .pageTitle .overlay h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 40px
    }

    .cindsPage .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

    .cindsPage .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

     .pageTitle {
        background-image: url(../img/greenCardTitle.jpg);
        background-size: cover;
        background-position: 0 -100px;
        position: relative;
        height: 350px;
        margin-top: 0
    }

     .pageTitle .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

     .pageTitle .overlay,  .pageTitle .overlay {
        top: 0;
        left: 0;
        color: #fff;
        display: -webkit-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: center;
        text-align: center
    }

     .pageTitle .overlay h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 40px
    }

     .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

     .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

     .cindDescr1 {
        height: 520px;
        position: relative;
        background-image: url(../img/cindDescr.jpg);
        background-size: cover
    }

     .cindDescr1 p {
        text-align: center;
        margin-top: 30px;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 3px
    }

     .cindDescr1 h4 {
        text-align: center;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase
    }

     .cindDescr1 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        padding: 50px 0;
        color: #fff;
        font-size: 16px
    }

     .cindDescr1 .overlay .col-md-6 {
        padding: 0 25px
    }

     .pageTitle {
        background-image: url(../img/kaskoTitle.jpg);
        position: relative;
        height: 250px;
        margin-top: 0
    }

     .pageTitle .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

     .pageTitle .overlay h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 40px
    }

     .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

     .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

     .cindDescr2 p {
        width: 90%
    }

     .cindDescr1 {
        height: 900px;
        position: relative;
        background-image: url(../img/kaskoCost.jpg);
        background-size: cover
    }

     .cindDescr1 p {
        text-align: center;
        margin-top: 30px;
        font-size: 22px;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        letter-spacing: 3px
    }

     .cindDescr1 h4 {
        text-align: center;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase
    }

     .cindDescr1 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        padding: 50px 0;
        color: #fff;
        font-size: 16px
    }

     .cindDescr1 .overlay .col-md-6 {
        padding: 0 25px
    }

     .pageTitle {
        background-image: url(../img/propertySaveTitle.jpg);
        position: relative;
        height: 350px;
        margin-top: 0
    }

     .pageTitle .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

     .pageTitle .overlay,  .pageTitle .overlay {
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: center
    }

     .pageTitle .overlay h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 40px
    }

     .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

     .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

     .cindList2 {
        padding: 0
    }

     .cindList2 li {
        width: 45%
    }

     .titleBlock {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 4px;
        color: #000;
        text-shadow: 2px 2px 0 #fff;
        margin-top: 40px
    }

     .titleBlock h3 {
        font-size: 30px
    }

     .titleBlock .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 0 auto 40px
    }

     .cindDescr1 p,  .cindDescr1_2 p {
        margin-top: 30px;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-align: center;
        font-weight: 700
    }

     .cindDescr1 {
        height: 920px;
        position: relative;
        background-image: url(../img/propertySave1.jpg);
        background-size: cover
    }

     .cindDescr1 p {
        font-size: 22px
    }

     .cindDescr1 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        padding: 50px 0;
        color: #fff;
        font-size: 16px
    }

     .cindDescr1 .overlay .col-md-6 {
        padding: 0 25px
    }

     .cindDescr1 h4 {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px
    }

     .cindDescr1_2 {
        height: 600px;
        position: relative;
        background-image: url(../img/propertySave2.jpg);
        background-size: cover
    }

     .cindDescr1_2 h4 {
        text-align: center;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase
    }

     .cindDescr1_2 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        padding: 50px 0;
        color: #fff;
        font-size: 16px
    }

     .cindDescr1_2 .overlay .col-md-6 {
        padding: 0 25px
    }

     .cindDescr1_2 p {
        font-size: 12px;
        line-height: 1.5;
        font-family: Roboto, sans-serif
    }

     .cindDescr1 h4,  .cindDescr1 p,  .pageTitle .overlay h2,  .titleBlock,  .cindDescr1 h4,  .pageTitle .overlay h2,  .titleBlock {
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase
    }

     .cindDescr4 h4 {
        font-size: 32px
    }

     .pageTitle {
        background-image: url(../img/oscpvTitle.jpg);
        background-size: cover;
        background-position: 0 -100px;
        position: relative;
        height: 500px;
        margin-top: 0
    }

     .pageTitle .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        text-align: center;
        color: #fff;
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

     .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

     .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

     .pageTitle .overlay h2 {
        letter-spacing: 2px;
        font-size: 25px
    }

     .cindDescr2 {
        margin-top: 0
    }

     .cindDescr2 p {
        width: 85%
    }

     .titleBlock {
        text-align: center;
        letter-spacing: 4px;
        color: #000;
        text-shadow: 2px 2px 0 #fff;
        margin-top: 50px;
        padding: 0
    }

     .titleBlock .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 0 auto 40px
    }

     .titleBlock h3 {
        font-size: 25px
    }

     .cindDescr1 {
        height: 900px;
        position: relative;
        background-image: url(../img/oscpv1.jpg);
        background-size: cover
    }

     .cindDescr1 p {
        text-align: center;
        margin-top: 30px;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 3px
    }

     .cindDescr1 h4 {
        text-align: center;
        color: #fff;
        font-size: 30px
    }

     .cindDescr1 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        padding: top;
        color: #fff;
        font-size: 16px
    }

     .cindDescr1 .overlay .col-md-6 {
        padding: 0 25px
    }

     .cindDescr4 h4 {
        font-size: 25px
    }

     .pageTitle {
        background-image: url(../img/travelersTitle.jpg);
        background-size: cover;
        background-position: 0 -100px;
        position: relative;
        height: 550px;
        margin-top: 0
    }

     .pageTitle .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        text-align: center;
        color: #fff;
        display: -moz-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

     .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

     .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

     .pageTitle .overlay h2 {
        letter-spacing: 2px;
        font-size: 25px
    }

     .titleBlock {
        text-align: center;
        letter-spacing: 4px;
        color: #000;
        text-shadow: 2px 2px 0 #fff;
        margin-top: 50px
    }

     .titleBlock h3 {
        font-size: 30px
    }

     .titleBlock .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 0 auto
    }

    .reportsPage .pageTitle .overlay,  .cindDescr1 .overlay,  .moneyDescr .overlay {
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, .6);
        color: #fff
    }

     .cindList {
        margin-top: 30px
    }

     .cindDescr1 {
        height: 620px;
        position: relative;
        background-image: url(../img/travelers1.jpg);
        background-size: cover
    }

     .cindDescr1 h4 {
        text-align: center;
        color: #fff;
        font-size: 30px
    }

     .cindDescr1 .overlay {
        position: absolute;
        height: 100%;
        padding: top;
        font-size: 16px
    }

     .cindDescr1 .overlay .col-md-6 {
        padding: 0 25px
    }

     .cindDescr1 p {
        text-align: center;
        margin-top: 30px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 3px;
        font-size: 14px;
        line-height: 1.5;
        font-family: Roboto, sans-serif;
        padding: 0 10px
    }

     .moneyDescr h4,  .moneyDescr p {
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        text-align: center
    }

     .moneyDescr {
        height: 780px;
        position: relative;
        background-image: url(../img/kaskoCost.jpg);
        background-size: cover
    }

     .moneyDescr p {
        margin-top: 30px;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 3px
    }

     .moneyDescr h4 {
        color: #fff;
        font-size: 30px
    }

     .moneyDescr .overlay {
        position: absolute;
        height: 100%;
        padding: top;
        font-size: 16px
    }

     .moneyDescr .overlay .col-md-6 {
        padding: 0 25px
    }

     .moneyDescr .overlay {
        padding-top: 50px
    }

     .moneyDescr .overlay h4 {
        font-size: 20px
    }

     .moneyDescr .overlay p {
        font-family: Roboto, sans-serif;
        font-size: 14px
    }

    .reportsPage .pageTitle .overlay h2, .rulerBlock h4 {
        font-family: "Roboto Condensed", sans-serif
    }

    .moneyStatPage .pageTitle,  .cindDescr2 {
        margin-top: 0
    }

    .moneyStatPage .moneyStatList li {
        width: 100%
    }

    .reportsPage .pageTitle {
        background-image: url(../img/reportTitle.jpg);
        background-size: cover;
        background-position: 0 0;
        position: relative;
        height: 200px;
        margin-top: 0
    }

    .reportsPage .pageTitle .overlay {
        position: absolute;
        height: 100%;
        text-align: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .reportsPage .pageTitle .overlay h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 40px
    }

    .reportsPage .pageTitle .overlay h2 .line {
        width: 150px;
        height: 1px;
        background-color: #3ba6b8;
        margin: 5px auto
    }

    .reportsPage .pageTitle .overlay p {
        margin-top: 20px;
        font-size: 16px
    }

    .reportsPage .reportsGallery .box {
        width: 80%
    }

    .contactPage, .todoPage {
        height: 500px
    }

    .contactPage .overlay, .todoPage .overlay {
        padding-top: 30px
    }

    .contactPage .contactBlock, .contactPage .todoBlock, .todoPage .contactBlock, .todoPage .todoBlock {
        margin-bottom: 20px;
        padding: 10px;
        font-size: 18px
    }

     .pageTitle {
        margin-top: 0;
        height: 1000px
    }

     .pageTitle .overlay h2 {
        font-size: 26px
    }

     .titleBlock {
        margin: 0;
        padding: 0 10px
    }

     .titleBlock h3 {
        font-size: 22px
    }

     .cindList2 {
        padding: 0
    }

     .cindList2 li {
        width: 50%;
        font-size: 16px;
        margin: 10px 0
    }

     .cindDescr1 .overlay h4 {
        font-size: 20px
    }

    .rulerBlock {
        text-align: center;
        margin: 100px 0 70px
    }

    .rulerBlock img {
        width: 60%;
        border: 1px solid #3ba6b8;
        -webkit-box-shadow: 5px 5px 0 0 #3ba6b8;
        box-shadow: 5px 5px 0 0 #3ba6b8
    }

    .rulerBlock h4 {
        font-size: 30px;
        color: #000
    }

    .rulerBlock h6, .rulerBlock h5 {
        color: #7f8c8d;
        font-size: 16px;
        font-style: italic
    }

    .reinsurerPage .overlay h2, .todoPage .overlay h2 {
        font-size: 30px
    }

    .todoPage {
        height: 700px
    }

    .reinsurerPage {
        height: 1000px
    }

    .reinsurerPage .overlay {
        padding-top: 30px
    }

    .reinsurerPage .overlay .todoBlock {
        padding: 10px
    }
}