
/* ============================================================
   Begin whatsapp/Whatsapp
   ============================================================= */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?w44ody');
  src:  url('../fonts/icomoon.eot?w44ody#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?w44ody') format('truetype'),
    url('../fonts/icomoon.woff?w44ody') format('woff'),
    url('../fonts/icomoon.svg?w44ody#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 768px) {
.ok-whatsapp-box.raised {
    bottom: 90px;
}
}

.ok-whatsapp-box:hover, .ok-whatsapp-box.open {
    animation: none;
}



.ok-whatsapp-box {
    transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955),height 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955),border-radius 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955),bottom 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: inline-block;
    background: #25d366;
    position: fixed;
    border-radius: 50%;
    z-index: 12;
	height: 40px;
    bottom: 15px;
    left: 15px;
    width: 40px;
	animation: tada 4s linear infinite;
}

@keyframes tada{0%{transform:scale3d(1, 1, 1)}2.5%, 5%{transform:scale3d(.95, .95, .95) rotate3d(0, 0, 1, -7deg)}7.5%, 12.5%, 18.75%, 22.5%{transform:scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 7deg)}10%, 15%, 20%{transform:scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -7deg)}25%,
100%{transform:scale3d(1, 1, 1)}}

@media (min-width: 768px) {
.ok-whatsapp-box {
	bottom: 30px;
    left: 30px;
    height: 75px;
    width: 75px;
}
}

.ok-whatsapp-box .whatsapp-icon {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}


.ok-whatsapp-box .whatsapp-icon i {
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    text-align: center;
	color: #fff;
	line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 16px;
}

@media (min-width: 768px) {
.ok-whatsapp-box .whatsapp-icon i {
    line-height: 75px;
    height: 75px;
    width: 75px;
    font-size: 32px;
}
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.icon-whatsapp:before {
    content: "\ea93";
}

*::before, *::after {
    box-sizing: inherit;
}

.ok-whatsapp-box:hover, .ok-whatsapp-box.open {
    animation: none;
}

.ok-whatsapp-box .close-whatsapp {
    transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    visibility: hidden;
    display: inline-block;
    position: absolute;
    line-height: 1em;
    font-size: 16px;
    top: 15px;
    right: 15px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-cross:before {
    content: "\ea0f";
}

*::before, *::after {
    box-sizing: inherit;
}

.ok-whatsapp-box .box-inner-content {
    background-position: center bottom;
    background-size: cover;
    padding: 50px 25px 10px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    color: #fff;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 13%;
}

.ok-whatsapp-box .box-inner-content h5 {
    letter-spacing: .06em;
    line-height: 1em;
    font-size: 24px;
    margin: 0 0 15px;
}

.ok-whatsapp-box .box-inner-content .tel {
    display: inline-block;
    letter-spacing: .06em;
    font-weight: 700;
    line-height: 1em;
    font-size: 20px;
    margin: 0 0 15px;
}

.ok-whatsapp-box a {
    transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    text-decoration: none;
    color: inherit;
}

.ok-whatsapp-box .box-inner-content p {
    letter-spacing: .04em;
    line-height: 1.4em;
    font-size: 15px;
    margin: 0;
}

.ok-whatsapp-box.open {
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.35);
    background: #25d366;
    border-radius: 15px;
    height: 200px;
    width: 300px;
}

.ok-whatsapp-box.open .whatsapp-icon i {
    line-height: 50px;
    font-size: 24px;
    height: 50px;
    width: 50px;
}

.ok-whatsapp-box.open .close-whatsapp {
    visibility: visible;
    opacity: 1;
}

.ok-whatsapp-box.open .box-inner-content {
    transition-delay: 200ms;
    visibility: visible;
    opacity: 1;
}

/* =============================================================
   End whatsapp/Whatsapp
   ============================================================== */

@media (max-width: 500px) {
    .competition {
        display: none;
    }
    .letter{
        display: none;
    }
}

@media (min-width: 1024px) {
    .b-main {
        padding-top: 7rem;
    }

    .b-main__title:before {
        display: none !important;
    }

    .b-main__title {
        font-size: 3.15rem;
        width: 50%;
        padding-bottom: 0;
        font-weight: 500;
    }

    .b-main__title span {
        color: #e66c00;
    }

    .b-main__text {
        margin-bottom: 3rem;
        font-size: 2rem;
    }
}

@media (max-width: 500px) {
    .b-main__title:before {
        display: none;
    }

    .b-main__title span {
        color: #e66c00;
    }
}

@media (max-width: 376px) {
    .b-logo img {
        width: 135px;
        height: auto;
    }
}

.why_imgs img {
    display: inline-block;
}

.why_imgs img:last-child {
    padding-left: 40px;
}

.win {
    color: #1abc9c;
    font-weight: 600;
    font-size: 20px;
}

.b-faq-item__answer span {
    color: #1abc9c;
    font-weight: 600;
    font-size: 20px;
}

.b-list-ordered__sp {
    width: 10px;
}

.b-list-ordered__sp:after {
    display: none !important;
}

.b-list-ordered {
    padding-left: 0;
}