@font-face {
    font-family: "Sans-Pro-black";
    src: url("../fonts/SourceSansPro-Black.otf");
}
@font-face {
    font-family: "PlayfairDisplay";
    src: url("../fonts/PlayfairDisplay-Black.ttf");
}
@font-face {
    font-family: "SansPro";
    src: url("../fonts/SourceSansPro-Regular.otf");
}

html, body{
    margin:0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color:#330000
}
.wrapper{

}
.container{
    width: 90%;
    margin: 0 auto;
}
.clearfix{
    clear: both;
}
header{
    margin: 30px auto 100px;
}
.logo-block{
    width: 25%;
    float: left;
}
.logo-block img{
    max-width: 100%;
    width: 180px;
}
.menu-block{
    width: 75%;
    float: right;
}
nav{

}
nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
}
nav ul li{
    float: right;
    margin: 0 10px;
    padding: 5px;
    border: 1px solid #00BBB4;
    width: 120px;
    text-align: center;
}
nav ul li a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.main-heading{
    text-align: center;
}
.main-heading h1{
    margin-top: 0;
    font-size: 93px;
    line-height: 84px;
    color:#330000;
    font-family: "Sans-Pro-black";
}
.main-heading h2{
    margin-bottom: 0;
    font-size: 48px;
    line-height: 57px;
    color:#330000;
    font-family: "SansPro";
}


.cyan{
    color: #00BBB4;
}
.cyan-bg{
    background: #00BBB4;
}
.green{
    color: #dbffe4;
}
.dark-green{
    color: #7DC4A7;
}
.green-bg{
    background: #dbffe4;
}
.yellow{
    color: #fcee21;
}
.yellow-bg{
    background: #fcee21;
}
.purple-bg{
    background: #e5daff;
}

.two-column-block{
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
}
.vc_column-inner{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
.vc_row-flex{
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.image-bg-block{
    width: 55%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url("../images/pexels-suliman-sallehi.jpg") no-repeat;
    background-size: 100%;
    padding-top: 45%;
    position: relative;
}
.image-bg-block .btn{
    position: absolute;
    padding: 20px 15px;
    border-radius: 58px;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    font-size: 31px;
    line-height: 37px;
}
.text-block{
    width: 45%;
    float: right;
}
.inner-block{
    padding: 3% 10% 10% 7%;
    font-size: 25px;
    line-height: 36px;
}

.comment-block{

}
.comment-section{
    width: 60%;
    margin: 75px auto;
    padding: 5%;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    font-style: italic;
    font-size: 35px;
    line-height: 43px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.comment-section::before{
    content:"";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #e5daff;
    position: absolute;
    top: -50px;
    right:20%
}
.comment-inner-block{

}
.comment-text{
    text-align: center;
    font-size: 28px;
    width: 70%;
    line-height: 40px;
    margin: 20px auto;
}
.comment-arrow-down{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-image: url("../images/arrow-down.png");
    background-position: center center;
    background-repeat:no-repeat ;
    background-size: 50%;
}
.tiny-text{
    font-size: 12px;
    color: black;
    font-weight: 400;
    margin-top: 60px;
}
.yellow-block{
    text-align: center;
    padding: 1px;
    margin-top: 60px;
    position: relative;
}
.yellow-block:before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: white;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: -25px;
}
.yellow-block h3{
    font-size: 78px;
    font-family: "PlayfairDisplay";
}

.square-block{

}
.square-block .container{
    padding: 110px 0 120px;
}
.square-inner{
    width: 70%;
    margin: 0 auto;
    padding: 50px;
    border: 1px solid #00BBB4;
    position: relative;
    text-align: center;
}
.square-month-block{
    position: absolute;
    top: 0;
    border: 1px solid #00BBB4;
    padding: 10px;
    text-align: center;
    color: #60bcb4;
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%,-50%);
    background: #dbffe4;
    font-size: 40px;
    width: 40%;
    font-weight: bold;
    z-index: 10;
}

.square-inner-text{
    font-size: 52px;
    font-weight: bold;
}
.square-inner-logo{
    width: 30%;
    padding-top: 12%;
    background: url('../images/logo.png') no-repeat;
    background-size: 100%;
    margin: 50px auto;
}
.square-inner-feedback{
    font-size: 60px;
    font-weight: 500;
}
.square-inner-quota{
    font-size: 38px;
    color: #60bcb4;
    font-style: italic;
    margin: 20px auto 50px;
    line-height: 77px;
}
.square-btn{
    position: absolute;
    left: 50%;
    bottom: -33px;
    background: #dbffe4;
    padding: 0;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.square-btn::before,.square-btn::after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 1px solid #60bcb4;
}
.square-month-inner{
    color: #00BBB4;
    font-size: 40px;
    font-weight: bolder;
    font-family: "Raleway";
}
.square-month-inner a{
    text-decoration: none;
    color: #00BBB4;
}
.square-btn .btn-inner{
    margin:0 20px;
    display: inline-block;
    color: white;
    border-radius: 50px;
    padding: 15px 50px;
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    background: #006D72;
    cursor: pointer;
}

.quota-block{
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    margin: 60px auto 120px;
    font-family: "PlayfairDisplay";
}
.quota-inner{

}

.quota-inner::after,.quota-inner::before{
    content:"";
    display: block;
    width:80px;
    height: 60px;
    background: url('../images/quot-top.png') no-repeat;
    margin: 30px auto;
    background-size: 100%;
}

.quota-inner::after{
    background: url('../images/quot-bottom.png') no-repeat;
    background-size: 100%;
}

.condition-block{
    position: relative;
    padding-top: 56%;
    width: 100%;
    background: url("../images/pexels-valentin-antonucci-1275393 (2).jpg") no-repeat;
    background-size: 100%;
}
.condition-inner{

}
.condition-list-block{
    position: absolute;
    top: -5%;
    left: 10%;
    width: 80%;
}
.condition-list-inner-block{
    background: white;
    border: 3px solid #006D72;
    padding: 30px;
    font-size: 28px;
    width: 45%;
}


.condition-list-block ul{
    margin:0;
    padding: 0;
    list-style-type: none;
    padding-left: 20px;
}
.condition-list-block ul li{
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 41px;
    clear: both;
    overflow: hidden;
    font-weight: bold;
}
.condition-list-block ul li div{
    float: left;
}
.condition-list-block ul li::before {
    content: '';
    display: block;
    width: 45px;
    height: 40px;
    background: url("../images/arrow-left.png") no-repeat;
    background-size: 100%;
    vertical-align: text-bottom;
    float: left;
    margin-right: 10px;
}
.condition-text-block{
    color: #006D72;
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: bold;
}
.meeting-text{
    color: white;
    font-size: 44px;
    line-height: 50px;
    margin-top: 50px;
    width: 100%;
}
.meeting-text:before{
    content: '';
    display: block;
    width: 75px;
    height: 70px;
    background:url(../images/white-arrow.png) no-repeat;
    background-size: 100%;
    vertical-align: text-bottom;
    float: left;
    margin-right: 20px;
}
.meeting-text-inner{
    float: left;
}

footer{
    background: #00bbb4;
    padding-bottom: 20px;
    font-size: 16px;
}
.newsletter-contact-block{
    width: 33.3%;
    float: left;
    color:white;
    padding-top: 40px;
}
.footer-logo-block{
    width: 33.3%;
    float: left;
}
.footer-logo-block img{
    width: 50%;
    margin: 40px auto;
    display: block;
}
.footer-social-block{
    width: 33.3%;
    float: left;
    padding-top: 65px;
    text-align: center;
}
.footer-social-block ul{
    padding: 0;
    margin: 0;
}
.footer-social-block ul li{
    display: inline-block;
    width:55px;
    height: 55px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 100%;
}
.footer-social-block ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.footer-social-block ul li a.linkedin-icon{
    background: url(../images/linkedin-icon.png) no-repeat;
    background-size: 100%;
}
.footer-social-block ul li a.twitter-icon{
    background: url(../images/tw-icon.png) no-repeat;
    background-size: 100%;
}
.footer-social-block ul li a.instagram-icon{
    background: url(../images/instagram-icon.png) no-repeat;
    background-size: 100%;
}
.footer-social-block ul li a.fb-icon{
    background: url(../images/fb-icon.png) no-repeat;
    background-size: 100%;
}


.newsletter-contact-block .content-title{
    margin-bottom: 10px;
}
.contact-block{

}
.newsletter-block{
    margin-top: 20px;
}

.newsletter-block button{
    outline: none;
    border: 1px solid white;
    background: none;
    padding: 10px 30px;
    color:white;
    cursor: pointer;
    font-size: 18px;
}

.newsletter-block button:hover{
    color: #00bbb4;
    background: white;
}

.back-to-page-top {
    position: fixed;
    z-index: 999;
    right: 2%;
    bottom: 5%;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: white;
    cursor: pointer;
    background: url(../images/arrow-top.png) no-repeat;
    background-size: 100%;
    background-color: #00bbb4;
}

/*.back-to-page-top span{*/
/*    transform: rotate(180deg);*/
/*    -moz-transform: rotate(180deg);*/
/*    -webkit-transform: rotate(180deg);*/
/*    display: block;*/
/*    margin-top: 3px;*/
/*    font-size: 45px;*/
/*}*/
.mail-icon{
    width:35px;
    height: 21px;
    background: url(../images/letter.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.mail-icon a{
    text-decoration: none;
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
}
.form-group {
    margin-bottom: 12px;
    position: relative;
}
.form-group input, .form-group select, .form-group textarea {
    padding: 3px 20px;
    width: 90%;
    outline: #00BBB4;
    font-size: 14pt;
    text-align: left;
    background: white;
    border-radius: 20px;
    border: 1px solid #330000;
}
.form-group textarea{
    padding-top: 10px;
}
#form-contact-register{
    display: none;
    position: fixed;
    z-index: 40000;
    box-shadow: 8px 8px #00BBB4;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    padding: 50px;
    background: #dbffe4;
    border-radius: 20px;
    width: 430px;
}
#form-contact-register .form-inner{
    background: #dbffe4;
    padding: 0 5%;
}
.form-logo-block{
    width: 50%;
    margin: 25px auto 50px;
}
.form-logo-block img{
    width: 100%;
}
.form-close{
    position: absolute;
    z-index: 1000;
    font-size: 38px;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.submit-block input[type="button"]{
    background: #00BBB4;
    border: none;
    color: white;
    font-size: 28px;
    border-radius: 24px;
    text-align: center;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.submit-block{
    text-align: center;
    margin-top: 35px;
}
.form-message-block{
    color: #00BBB4;
    margin: 10px 0;
    text-align: center;
}
.form-message-block.error{
    color:red
}
.form-group input[type="checkbox"]{
    width: 20px;
    height: 20px;
}
.form-group label{
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    font-weight: bold;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #00BBB4;
    opacity: 1; /* Firefox */
    font-weight: bold;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #00BBB4;
    font-weight: bold;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #00BBB4;
    font-weight: bold;
}

@media all and (max-width:1400px){
    .condition-block {
        padding-top: 67%;
    }
    .condition-list-inner-block{
        width: 50%;
    }
}

@media all and (min-width:1250px) and (max-width:1328px){
    .inner-block {
        padding: 3% 3% 10% 7%;
        font-size: 20px;
        line-height: 30px;
    }
    .comment-section {
        padding: 4% 5%;
        font-size: 30px;
    }
    .comment-text {
        font-size: 24px;
        line-height: 35px;
    }
    .yellow-block h3 {
        font-size: 70px;
    }
}

@media all and (min-width:1024px) and (max-width:1249px){
    .inner-block {
        padding: 3% 3% 10% 7%;
        font-size: 20px;
        line-height: 30px;
    }
    .comment-section {
        font-size: 28px;
        line-height: 32px;
    }
    .comment-text {
        font-size: 20px;
        width: 80%;
        line-height: 30px;
    }
    .condition-block {
        padding-top: 79%;
        background: url(../images/pexels-valentin-antonucci-1275393 (2).jpg) no-repeat;
        background-size: cover;
    }
    .yellow-block h3 {
        font-size: 50px;
    }
    .image-bg-block .btn{
        font-size: 24px;
        line-height: 26px;
    }
    .square-inner-text{
        font-size: 38px;
    }
    .square-inner-feedback {
        font-size: 40px;
        font-weight: 500;
    }
    .square-inner-quota {
        font-size: 30px;
        margin: 20px auto 30px;
        line-height: 50px;
    }
    .condition-text-block {
        font-size: 36px;
    }
    .condition-list-block ul li {
        font-size: 22px;
        line-height: 30px;
    }
    .condition-list-block ul li::before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
    }
    .meeting-text {
        font-size: 34px;
        line-height: 40px;
    }
    .meeting-text:before {
        content: '';
        display: block;
        width: 45px;
        height: 40px;
    }
    .quota-block {
        font-size: 40px;
        line-height: 44px;
    }
    .square-btn .btn-inner {
        font-size: 30px;
        line-height: 34px;
    }
    .condition-list-inner-block {
        width: 50%;
    }
}
@media all and (min-width:768px) and (max-width:1023px) {
    .main-heading h1{
        font-size: 84px;
    }
    .image-bg-block {
        padding-top: 80%;
        background-size: cover;
        background-position: center;
    }
    .image-bg-block .btn{
        width: 350px;
        text-align: center;
    }
    .inner-block {
        padding: 3% 10% 10% 7%;
        font-size: 25px;
        line-height: 28px;
    }
    .comment-section {
        width: 90%;
    }
    .comment-text{
        width: 100%;
    }
    .yellow-block h3 {
        font-size: 52px;
    }
    .square-inner {
        width: 86%;
    }
    .square-inner-text {
        font-size: 42px;
    }
    .square-inner-feedback {
        font-size: 40px;
    }
    .condition-inner{
        width: 53%;
    }
    .condition-list-block {
        padding: 30px 20px;
    }
    .condition-list-block ul {
        padding-left: 0;
    }
    .condition-list-block ul li {
        font-size: 22px;
        line-height: 34px;
    }
    .condition-block{
        position: relative;
        padding-top: 100%;
        width: 100%;
        background: url("../images/pexels-valentin-antonucci-1275393 (2).jpg") no-repeat center;
        background-size: cover;
    }
    .meeting-text {
        font-size: 32px;
        line-height: 40px;
    }
    .meeting-text:before {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
    }
    .condition-list-inner-block{
        width: 95%;
    }
    .condition-list-block {
        left: 5%;
    }
    .square-btn .btn-inner {
        padding: 15px 40px;
    }
    .square-month-inner {
        font-size: 35px;
    }
}

@media all and (max-width:767px) {
    .main-heading h2 {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 36px;
        margin-top: 0;
    }
    .main-heading h1 {
        margin-top: 0;
        font-size: 30px;
        line-height: 26px;
    }
    header {
        margin: 30px auto 50px;
    }
    .two-column-block{
        margin-top: 50px;
    }
    .image-bg-block{
        width: 100%;
        padding-top: 100%;
    }
    .image-bg-block .btn {
        padding: 15px 10px;
        font-size: 24px;
        line-height: 30px;
        width: 275px;
        text-align: center;
    }
    .inner-block {
        padding: 10% 5% 10% 5%;
        font-size: 20px;
        line-height: 24px;
    }
    .text-block {
        width: 100%;
        float: right;
    }
    .image-bg-block .btn {
        width: 230px;
        text-align: center;
    }
    .comment-section {
        width: 90%;
        margin: 75px auto;
        padding: 5%;
        border-radius: 40px;
        font-style: italic;
        font-size: 20px;
        line-height: 24px;
    }
    .comment-text {
        text-align: center;
        font-size: 20px;
        width: 100%;
        line-height: 26px;
        margin: 20px auto;
    }
    .yellow-block h3 {
        font-size: 28px;
        margin: 45px 0;
    }
    .square-inner {
        width: 90%;
        margin: 0 auto;
        padding: 50px 10px;
    }
    .square-month-block{
        width: 60%;
    }
    .square-month-inner {
        font-size: 26px;
        font-weight: bold;
    }
    .square-inner-text {
        font-size: 34px;
    }
    .square-inner-feedback {
        font-size: 28px;
        font-weight: 500;
    }
    .square-inner-logo{
        margin: 40px auto;
    }
    .square-inner-quota {
        font-size: 26px;
        color: #60bcb4;
        font-style: italic;
        margin: 10px auto 15px;
        line-height: 35px;
    }
    .square-btn {
        position: absolute;
        left: 50%;
        bottom: -25px;
        background: #dbffe4;
        padding: 0;
        width: 78%;
    }
    .square-btn .btn-inner {
        margin: 0 13px;
        padding: 10px 12px;
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        text-align: center;
    }
    .condition-inner {
        position: absolute;
        top: -5%;
        left: 5%;
        width: 90%;
    }
    .condition-block{
        min-height: 370px;
        background-size: cover;
    }
    .condition-list-block {
        padding: 30px 15px;
        left: 0;
    }
    .condition-list-inner-block{
        width: 100%;
        padding: 30px 10px;
    }
    .condition-list-block ul{
        padding-left: 5px;
    }
    .condition-list-block ul li {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .condition-list-block ul li::before {
        content: '';
        display: block;
        width: 25px;
        height: 30px;
        margin-right: 5px;
    }
    .condition-text-block{
        font-size: 34px;
    }
    .meeting-text-inner {
        float: left;
        width: 88%;
    }
    .meeting-text:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        margin-right: 1%;
    }
    .meeting-text {
        font-size: 20px;
        line-height: 26px;
    }
    .quota-block {
        font-size: 20px;
        line-height: 26px;
        margin: 40px auto;
    }
    .quota-inner::after, .quota-inner::before {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        margin: 10px auto;
    }
    footer {
        font-size: 20px;
    }
    .newsletter-contact-block {
        width: 100%;
        padding-top: 35px;
    }
    .footer-logo-block,.footer-social-block {
        width: 100%;
        text-align: center;
    }
    .footer-logo-block img {
        width: 80%;
    }
    nav ul{
        margin: 0;
    }
    #form-contact-register {
        padding: 10% 5%;
        width: 80%;
    }
    .form-group textarea{
        height: 150px;
    }
}

@media all and (max-width:400px){
    .condition-list-block {
        padding: 30px 15px;
        left: 0;
    }
    .condition-list-inner-block{
        width: 100%;
        padding: 30px 10px;
    }
    .condition-list-block ul li {
        margin-bottom: 3px;
        font-size: 12px;
        line-height: 14px;
    }
    .condition-list-block ul li::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        margin-right: 5px;
    }
    .meeting-text {
        font-size: 14px;
        line-height: 16px;
    }
    .meeting-text-inner {
        float: left;
        width: 88%;
    }
    .meeting-text:before {
        content: '';
        display: block;
        width: 20px;
        height: 22px;
        margin-right: 2%;
    }
    .footer-social-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-social-block ul li {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    .condition-block {
        padding-top: 30%;
    }
    .inner-block {
        padding: 10% 5% 0 5%;
        font-size: 16px;
        line-height: 24px;
    }
    .condition-text-block {
        font-size: 24px;
    }
}