/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1.2;
    color: #212121;
}

main {
    overflow: hidden;
}

section {
    padding: 30px 0;
}

ul {
    margin: 0;
    padding: 0;
}

.rob {
    font-family: 'Roboto', sans-serif;
}

.block1 {
    padding: 20px 0;
    background: url("../img/bg01.jpg") no-repeat center top;
    background-attachment: fixed;
}

.logo h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0 15px 0 0;
}

.block1 .web_menu {
    font-size: 0;
    text-align: center;
    margin-top: 5px;
}

.block1 .web_menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.block1 .web_menu li a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

/*leng*/

.menu_l, .menu_l .button {
    width: 40px;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu_l {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 999;
    -webkit-transition: -webkit-transform 1.125s cubic-bezier(0.39, 1.52, 0.46, 0.92);
    transition: -webkit-transform 1.125s cubic-bezier(0.39, 1.52, 0.46, 0.92);
    transition: transform 1.125s cubic-bezier(0.39, 1.52, 0.46, 0.92);
    transition: transform 1.125s cubic-bezier(0.39, 1.52, 0.46, 0.92), -webkit-transform 1.125s cubic-bezier(0.39, 1.52, 0.46, 0.92);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    cursor: pointer;
}

.menu_l a {
    display: block;
    width: 100%;
    height: 100%;
}

.button {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border-radius: 50%;
    /*mix-blend-mode: multiply;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 33%;
    font: 12px/1.2 Alegreya Sans, sans-serif;
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.39, 1.52, 0.46, 0.92);
    transition: -webkit-transform 0.75s cubic-bezier(0.39, 1.52, 0.46, 0.92);
    transition: transform 0.75s cubic-bezier(0.39, 1.52, 0.46, 0.92);
    transition: transform 0.75s cubic-bezier(0.39, 1.52, 0.46, 0.92), -webkit-transform 0.75s cubic-bezier(0.39, 1.52, 0.46, 0.92);
    will-change: transform;
}
.button.closed {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.main {
    color: #979c96;
    text-transform: uppercase;
    text-align: center;
    mix-blend-mode: normal;
    line-height: 100px;
    /*box-shadow: 0 0 0 5px rgba(119, 156, 113, 0.1);*/
    -webkit-transition: border-color 0.75s, color 0.75s;
    transition: border-color 0.75s, color 0.75s;
    will-change: color, border-color, background;
}
.closed .main {
    color: #f8f7f2;
    box-shadow: 0 0 0 5px rgba(3, 15, 1, 0);
}

.main img {
    display: none;
    width: 100%;
}

.music {
    top: 55.10368%;
    left: 140.873%;
    background: url("../img/en.png")no-repeat center;
    background-size: contain;
    -webkit-transition-duration: 0.675s;
    transition-duration: 0.675s;
}
.closed .music {
    -webkit-transform: translate3d(-140.36244%, -55.19384%, 0) rotate(-180deg);
    transform: translate3d(-140.36244%, -55.19384%, 0) rotate(-180deg);
}

.messages {
    top: 140.09908%;
    left: 65.09908%;
    background: url("../img/Spain.png")no-repeat center;
    background-size: contain;
    -webkit-transition-duration: 0.825s;
    transition-duration: 0.825s;
}
.closed .messages {
    -webkit-transform: translate3d(-153.22122%, -151.00892%, 0) rotate(-180deg);
    transform: translate3d(-68.22122%, -133.00892%, 0) rotate(-180deg);
}


/*leng*/

h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 190px 0 0;
}

h1 span {
    display: block;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 5px;
}

.btn_join {
    display: block;
    width: 240px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 25px;
    background: #6fb825;
    margin: 70px auto 180px;
}

.hvr-rectangle-out:before {
    border-radius: 25px;
    background: #272740;
}

.mob_menu {
    width: 50px;
    margin-top: -10px;
}

.nav_toggle {
    width: 100%;
    cursor: pointer;
    display: block;
    line-height: 36px;
    color: #25562A;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.nav_toggle_btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.nav_toggle_btn i {
    display: block;
    height: 4px;
    width: 40px;
    margin: 3px 0;
    background: #fff;
}

.nav_menu_mob {
    position: absolute;
    right: 0;
    z-index: 10;
    width: 100vw;
    padding: 0;
    background: #23233c;
}

.nav_menu_mob li {
    display: block;
    margin: 21px 0;
    text-align: right;
    padding: 0 10px;
}

.nav_menu_mob li a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.block2 h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 15px;
}

.block2 h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background: #f1c40f;
}

.block_pluses {
    font-size: 0;
    text-align: center;
}

.block_pluses .plus_item {
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: top;
    width: 14%;
    margin: 0 2%;
}

.block_pluses .plus_item .b_img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background: url("../img/sprite_ico.png") no-repeat 0 0;
}

.block_pluses .plus_item:nth-child(2) .b_img {
    background-position: 0 -149px;
}

.block_pluses .plus_item:nth-child(3) .b_img {
    background-position: 0 -299px;
}

.block_pluses .plus_item:nth-child(4) .b_img {
    background-position: 0 -448px;
}

.block_pluses .plus_item:nth-child(5) .b_img {
    background-position: 0 -598px;
}

.block_pluses .plus_item h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #23233c;
    margin: 20px 0 10px;
    padding: 0 20px;
}

.block_pluses .plus_item p {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #a7a7a7;
    margin: 0;
    padding: 0 10px;
}

.block3 {
    background: #fbfafa;
}

.block3 h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding-bottom: 15px;
}

.block3 h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background: #f1c40f;
}

.block3 h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #23233c;
    margin: 10px 0 10px;
}

.block3 .block_number {
    width: 80%;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
}

.block3 .block_number .number {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #555555;
    margin: 0 1%;
    line-height: 2;
    background: url("../img/flip.png") no-repeat center;
    background-size: contain;
}

.block3 p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #bdbdbd;
    margin: 5px 0;
    padding: 0 10px;
}

.block4 h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px;
    padding: 0 50px 15px;
}

.block4 h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background: #f1c40f;
}

.block_map {
    position: relative;
    width: 100%;
}

.block_map img {

    display: block;
    width: 100%;
    margin: 0 auto;
}

.block4 .btn_join {
    margin: 0 auto 30px;
}

.block4 .b_txt h2 {
    margin-bottom: 20px;
}

.block4 .b_txt p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
}

.block5 {
    background: url("../img/bg05.jpg") no-repeat center;
    background-size: cover;
}

.block5 h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 50px 0;
    padding: 15px 50px 15px;
}

.block5 h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background: #f1c40f;
}

.block5 h2:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background: #f1c40f;
}

.block6 h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 30px;
    padding: 0 0 15px;
}

.block6 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #f1c40f;
}

.block6 ul li {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    list-style-type: none;
    margin: 15px 0;
}

.block6 ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 80%;

}

.block6 ul li .numb {
    width: 33px;
    height: 33px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 2.5;
    border-radius: 50%;
    margin-right: 15px;
    background: #fed73a;
}

.block6 ul li:last-child .numb {
    color: #fff;
    background: #6fb825;
}

.block_form {
    width: 480px;
    border-radius: 10px;
    margin: 0 auto;
    padding-bottom: 20px;
    background: #f5f5f5;
}

.block_form h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 10px 0;
    padding: 20px 0 50px;
    background: url("../img/bg_form.png") no-repeat center top;
}

.block_form h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background: #f1c40f;
}

.block_form form {
    margin-top: 10px;
}

.block_form form input {
    font-family: "Roboto", sans-serif;
    display: block;
    width: 85%;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #212121;
    border: none;
    outline: none;
    border-top: 3px solid #efefef;
    border-radius: 5px;
    margin: 20px auto 0;
    padding: 15px 10px;
    background: #fff;
}

::-webkit-input-placeholder {
    color: #212121;
}

::-moz-placeholder {
    color: #212121;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #212121;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #212121;
}

.block_form form .btn_join {
    width: 85%;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 25px;
    background: #6fb825;
    margin: 20px auto;
    padding: 8px 0;
}

.block6 .text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 45px 0 0;
}

.block6 .text span {
    display: block;
}

/* lead form */

.lead_form .block1 {
    min-height: 100vh;
    background-size: cover;
}

.lead_form .block_form {
    width: 100%;
    max-width: 600px;
    border-radius: 15px;
    margin: 55px auto 0;
    padding-bottom: 20px;
    background: #f4f4f4;
}

.lead_form .block_form h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 10px 0;
    padding: 20px 0 50px;
    background: url("../img/lead_form_bg.png") no-repeat center top;
}

.lead_form .block_form h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background: #f1c40f;
}

.lead_form .block_form form {
    margin-top: 10px;
}

.lead_form .block_form form h3 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #2f2f47;
    margin: 20px 0 0;
    padding: 0 20px;
}

.lead_form .block_form form input, textarea {
    font-family: "Roboto", sans-serif;
    display: block;
    width: 85%;
    font-size: 14px;
    text-align: center;
    color: #212121;
    text-transform: none;
    border: none;
    outline: none;
    border-top: 3px solid #efefef;
    border-radius: 5px;
    margin: 10px auto 0;
    padding: 15px 10px;
    background: #fff;
}

.lead_form .block_form textarea {
    resize: none;
    height: 90px;
}

::-webkit-input-placeholder {
    color: #212121;
}

::-moz-placeholder {
    color: #212121;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #212121;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #212121;
}

.lead_form .block_form form .btn_join {
    width: 85%;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 25px;
    background: #6fb825;
    margin: 20px auto;
    padding: 8px 0;
}

.lead_form .block_form form .b_checks {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.lead_form .block_form form .b_checks .checks {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.radio {
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 3px 0 0;
}

.radio + label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.radio:not(checked) {
    position: absolute;
    opacity: 0;
}

.radio:not(checked) + label {
    position: relative;
    padding: 0 0 0 25px;
}

.radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #2f2f47;
}

.radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f1c40f;
    opacity: 0;
    transition: all .2s;
}

.radio:checked + label:after {
    opacity: 1;
}

/* end lead form */

@media screen and (max-width: 1024px) {

    .lead_form .block_form {
        margin-top: 40px;
    }

}

@media screen and (max-width: 992px) {

    .block_pluses .plus_item {
        width: 25%;
        margin-top: 10px;
    }

    .block_form {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {

    .web_menu {
        display: none;
    }

    .mob_menu {
        display: block !important;
        background-size: contain;
    }

}

@media screen and (max-width: 579px) {

    h1 {
        font-size: 20px;
        margin-top: 155px;
    }

    h1 span {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .block2 h2,
    .block3 h2,
    .block4 h2 {
        font-size: 26px;
        padding: 0 0 15px;
    }

    .block5 h2 {
        font-size: 26px;
        padding: 15px 0;
    }

    .block_pluses .plus_item {
        width: 50%;
    }

    .block3 h3 {
        font-size: 16px;
    }

    .block_form h2 {
        font-size: 26px;
    }

}











