/*=================================== Total css ===================================*/
button:disabled {
    cursor: not-allowed !important;
}
/*body > .contest .one .b-extension > .b-btn.b-btn_orange {*/
    /*display: unset;*/
    /*padding: 15px 20px;*/
    /*font-size: 14px;*/
/*}*/

/* warning banner */
.warning-banner {
    padding: 10px;
    background-color: #f79320;
    text-align: center;
}

.warning-banner .warning-banner__text {
    color: #ffff;
    font-weight: 600;
    font-family: 'SFUITextRegularG2';
    font-weight: normal;
    font-size: 18px;
}

.warning-banner .warning-banner__text .warning-banner__link { 
    color: #fff;
}
/* end */

body > .contest h3 {
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    padding-top: 10px;
}
body > .contest p {
    font-size: 16px;
    line-height: 25px;
}
body > .contest h4 {
    font-weight: bold;
}
body > .contest ul {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}
body > .contest ul li {
    margin-bottom: 5px;
}

.notExist {
    display: block;
}

.isExist {
    display: none;
}

html {
    height: auto;
    width: 100%;
    font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'SFUITextLight', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 1.33;
    background: #ffffff;
    position: relative;
    min-height: auto;
    width: 100%;
    min-width: 320px;
    font-size: 14px;
}
.version2 {
    padding-top: 120px;
}
.clear {
    clear: both;
    height: 1px;
    visibility: hidden;
}
a {
    color: #000000;
    text-decoration: underline;
    transition: 0.2s;
}
a:hover,
a:focus {
    cursor: pointer;
    text-decoration: none;
}
button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
::-webkit-input-placeholder {
    color: #5f5f5f;
    opacity: 1;
}
::-moz-placeholder {
    color: #5f5f5f;
    opacity: 1;
}
button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}
.main-title {
    color: #293844;
}

/* <- Safari & Google Chrome Fix */
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'SFUITextLight', Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.2;
}
h1 {
    margin-bottom: 40px;
    position: relative;
    font-size: 41px;
    line-height: 1.3;
    text-align: center;
}
h2 {
    margin-bottom: 20px;
    position: relative;
    color: #293844;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
}
h3 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
}
h3.title-border:after {
    margin: 10px auto 0;
}
.title-border:after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 64px;
    height: 3px;
    background-color: #41cfc5;
}
.input-text::-webkit-input-placeholder {
    color: #5f5f5f;
    opacity: 1;
}
.input-text::-moz-placeholder {
    color: #5f5f5f;
    opacity: 1;
}
textarea::-webkit-input-placeholder {
    color: #5f5f5f;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: #5f5f5f;
    opacity: 1;
}
.input-text,
textarea {
    margin: 0;
    padding: 19px 20px 19px 20px;
    width: 100%;
    font-family: 'SFUITextLight', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 30px;
    transition: 0.3s;
    height: 68px;
    background-color: #F6F6F6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #F6F6F6;
}
textarea {
    min-height: 180px;
    resize: none;
}
input.input-text:focus,
textarea:focus,
input.input-text:hover,
textarea:hover {
    outline: none;
    box-shadow: inset 0 0 0 1px #e5e5e5;
}
.input-text.error {
    border-color: #cf0000;
}
.input-container {
    position: relative;
}
p {
    margin: 0 0 20px 0;
}
ul,
ol {
    padding: 0 0 0 17px;
    margin: 15px 0 0 0;
}
ul:nth-child(1),
ol:nth-child(1) {
    margin-top: 0;
}
.tab-content > .tab-pane {
    display: none
}
.tab-content > .active {
    display: block
}
img {
    max-width: 100%;
}

.b-info-box__icon img {
    max-height: 238px;
}
#container {
    position: relative;
}
b{
    font-family: 'SFUITextRegularG2';
    font-weight: normal;
}
/* End Total css ====*/

.button_1 {
    font-size: 13px;
    padding: 10px 15px 10px 15px;
    background-image: linear-gradient(to bottom, #03e070, #058923);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    transition: 0.2s;
    padding: 19px 20px 19px 20px;
    line-height: 30px;
    min-width: 160px;
    max-width: 100%;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(194, 194, 194, 0.6);
    cursor: pointer;

}
.banner > h1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    margin-bottom: 18px;
    font-weight: 800;
}

.banner > h1 > a {
    text-decoration: none;
}

.banner > h1 > sup {
    font-size: 5.5px;
    color: #e4320c;
    vertical-align: text-top;
    line-height: unset;
    top: 0;
}

.banner > div.b-setup.b-extension2 > a {
    font-size: 18px;
    padding: 15px 15px 15px 15px;
}

.textali{
    text-align: center;
    font-size: 20.5px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.2px;
}

div.textali > p > a {
    color: #337ab7;
}

.banner {
    margin: 10% 0 7% 0;
}

.banner > center {
    padding-bottom: 45px;
}

/*=================================== Site-header ===================================*/
#header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header > .container{
    width: auto;
}
#header .header-content{
    padding: 30px 0 30px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
}

#header_two {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: fixed;
    background-color: #f7f7f7;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#header_two > .container{
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}
#header_two .header-content{
    padding: 10px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    position: relative;
}

#header_two .header-content .b-setup {
    margin: 0;
}

.articles-header {
    display: flex;
    flex-direction: column;
}

.articles-header a {
    color: #9b9b9b;
    font-weight: 400;
    margin-right: 15px;
    text-decoration: underline;
}


/* b-logo
---------------------------------*/
.b-logo {
    text-align: center;
    text-decoration: none;
}
.b-logo:hover {
    text-decoration: none;
}
.b-logo__content{
    padding: 15px 0 0 0;
}
.b-logo__image{
    width: 290px;
}


/* b-small-contact
===================================*/
.b-small-contact{
    text-align: left;
}
.b-small-contact__item{
    margin-top: 5px;
    line-height: 1.1;
    font-size: 16px;
    text-align: right;
}
.b-small-contact__item:nth-child(1){
    margin: 0;
}
.b-small-contact__item a{
    line-height: 1;
    font-size: 14px;
    transition: 0.3s;
}
.b-small-contact__item_phone a{
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s;
    font-size: 28px;
}

/* b-nav-btn
=================================*/
.b-nav-btn{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    transition: 0.2s;
    padding: 5px 10px 5px 10px;
    line-height: 32px;
    max-width: 100%;
    position: relative;
    border: 1px solid #E4E4E4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.b-nav-btn:hover{
    background: #eee;
}

/* b-next-section
=================================*/
.b-next-section{
    text-align: center;
}

@keyframes move {
    0% { left: -10%; opacity: 0;}
    10% { opacity: 1; }
    40%, 100% { left: 100%; opacity: 0; }
}

@keyframes pulsate {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        transform: translate(0, -10px);
        opacity: 1;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0;
    }
}
.b-next-section__btn{
    display: inline-block;
    animation: pulsate 1.5s ease-out;
    animation-iteration-count: infinite;
    transform: translate(0, -30px);
    opacity: 0;
}


/* b-lang
=================================*/
.b-lang{
    position: relative;
}
.b-lang-list__item-wrapper{
    list-style: none;
    width: 25%;
}
.b-lang__lang-item{
    padding: 10px 10px 10px 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
}
.b-lang__lang-item:hover{
    background: #eee;
}
.b-lang__lang-item .icon-lang{
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    display: block;
    line-height: 1;
}
.b-lang__lang-item .icon-lang img{
    vertical-align: top;
}
.b-lang__content{
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
    border: 1px solid #E4E4E4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    display: none;
}
.b-lang__content-list{
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}
.b-lang__lang-item.b-nav-btn{
    padding: 5px 30px 5px 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFBAMAAACKv7BmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAG1BMVEX////09PRra2u4uLhYWFicnJyqqqqNjY3///+kOlcOAAAAAnRSTlMAGovxNEIAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAIUlEQVQI12MQYGBgZFBmYDBhYApgU2BgCA1nYGBgDWAAABMTAeL7WFsMAAAAAElFTkSuQmCC);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

/* b-menu
=================================*/
.b-menu {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.b-menu__content {
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.b-menu__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.b-menu__list li {
    padding: 0 20px 0 20px;
    list-style: none;
}
.b-menu__list li a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    border-bottom: 2px solid transparent;
}
.b-menu__list li a:hover,
.b-menu__list li.active a {
    text-decoration: none;
    border-bottom-color: #249ad0;
}
.b-menu__list li a.white-paper{
    margin-left: 20px;
}
.b-menu__list li a.white-paper:before{
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 20px;
    height: 100%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAMAAAAxIdauAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAWlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///+L93hDAAAAHXRSTlMAz5nDcodpfGseYWdlYheIhQQ4xRZ3AREIQ0QPVacBMrEAAAABYktHRB3rA3GRAAAACXBIWXMAAAsSAAALEgHS3X78AAAAW0lEQVQI133PWQ6AIAxF0eI8UgdEEPe/TqGNpibG83fzkhJAZSwvICqBVXUjq+16WTCMsTTiNMOCiOuz8Q3aiKZ6b2ZjhsruzFI5fyTeUYWThY8rfy/Iuv+XqAuv9wYhAOuaAAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: left center;
}
.b-menu__content > a{
    text-decoration: none;
    font-size: 17px;
    margin: 10px;
}
.b-menu__content > a:hover{
    text-decoration: none;
}
.b-menu__mobile-icon {
    position: relative;
    z-index: 999;
    display: none;
    width: 28px;
    height: 21px;
    cursor: pointer;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.b-menu__mobile-icon span:after,
.b-menu__mobile-icon span:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
}
.b-menu__mobile-icon span:after {
    top: 18px;
}
.b-menu__mobile-icon span {
    position: relative;

    display: block;
}
.b-menu__mobile-icon span,
.b-menu__mobile-icon span:after,
.b-menu__mobile-icon span:before {
    width: 100%;
    height: 3px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 2px;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.b-menu__mobile-icon.active span {
    background-color: transparent;
}
.b-menu__mobile-icon.active span:after,
.b-menu__mobile-icon.active span:before{
    background: #fff;
}
.b-menu__mobile-icon.active span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
    -ms-transform: rotate(45deg) translate(-1px, 0px);
    transform: rotate(45deg) translate(-1px, 0px);
}
.b-menu__mobile-icon.active span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
}


/*=================================== Main ===================================*/
#main {
    position: relative;
}

@media (max-width: 632px) {
    #main {
        top: 65px;
    }
}
/* owl-carousel
=================================*/
.owl-carousel.owl-loaded {
    padding: 0;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    margin: -20px 0 0 0;
    transition: 0.3s;
    text-align: center;
    color: #979797;
    line-height: 1;
    font-size: 80px;
    width: 90px;
    height: 45px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.owl-carousel .owl-nav .owl-prev {
    left: -90px;
}
.owl-carousel .owl-nav .owl-next {
    right: -90px;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    color: #F7941E;
}
.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    padding: 15px 0 10px 0;
    line-height: 1;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background-color: #58585A;
    border-radius: 50%;
    margin: 5px;
    transition: 0.3s;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
    background-color: #F7941E;
}
/* Feel free to change duration  */
.animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 900px) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        display: none;
    }
}

/* landing-section
---------------------------------*/
.landing-section {
    margin: 40px 0 0;
}


/* b-btn
---------------------------------*/
.b-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'SFUITextLight';
    color: #ffffff;
    text-decoration: none;
    transition: 0.2s;
    padding: 19px 20px 19px 20px;
    line-height: 30px;
    min-width: 160px;
    max-width: 100%;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(194, 194, 194, 0.6);
}
.b-btn .icon {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin: -2px 10px 0 0;
}
.b-btn:hover {
    color: #fff;
    text-decoration: none;
}
.b-btn_orange{
    background-image: linear-gradient(to bottom, #feaa4a, #f79320);
}

.b-btn_orangeRed{
    background-image: linear-gradient(to bottom, #feaa4a, #f76520);
}

.b-btn_green{
    background-image: linear-gradient(to bottom, #53d88d, #17B059);
}
.b-btn_green-move{
    background-image: linear-gradient(to bottom, #53d88d, #17B059);
}

.b-btn_green-move:before {
    position: absolute;
    content: ' ';
    width: 30px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
            to right,
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.03) 1%,
            rgba(255,255,255,0.6) 30%,
            rgba(255,255,255,0.85) 50%,
            rgba(255,255,255,0.85) 70%,
            rgba(255,255,255,0.85) 71%,
            rgba(255,255,255,0) 100%
    );
    -webkit-transform: skew(-10deg,0deg);
    -moz-transform: skew(-10deg,0deg);
    -ms-transform: skew(-10deg,0deg);
    -o-transform: skew(-10deg,0deg);
    transform: skew(-10deg,0deg);
    -webkit-animation: move 5s infinite;
    -moz-animation: move 5s infinite;
    -ms-animation: move 5s infinite;
    -o-animation: move 5s infinite;
    animation: move 5s infinite;
}

.b-btn_orange:hover{
    background-color: #f7ac23;
}

/* --------------- fancybox ------------------*/
.fancybox-wrap {
    margin-top: 50px;
}

.fancybox-skin {
    border: none;
    background: none;
    border-radius: 10px;
}
.fancybox-opened .fancybox-skin {
    box-shadow: none;
}
.fancybox-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///////////////////////////////////////8V2MxSAAAACXRSTlMArTw96Gv96a5iRmh8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAG1JREFUGNNNj8sNwDAIQ5FQ71EnyaESA7BCV+gEWaBSF28IiWMuYD/xk1MQWuSqUL1UB/J0gARw5glnShP9w0V72Ht0+LRWnVCHdyV1PCTEmGnjPuOZ2nif8S2BNjT+IdGCxr8vlBXQKD866f0B9/URg1VhoEQAAAAASUVORK5CYII=) 0 0 no-repeat !important;
    width: 25px;
    height: 25px;
    top: -30px;
    right: -30px;
}
.fancybox-close:hover {
    opacity: 0.9;
}
.fancybox-type-iframe .fancybox-inner {
    overflow: hidden !important;
}

.fancybox-inner {
    height: 700px !important;
}
/* ---------------- b-form -----------------*/
.b-form {
    position: relative;
}
.b-form__header {
    padding: 0 0 25px 0;
    font-size: 17px;
    text-align: center;
}
.b-form__header-title {
    font-size: 32px;
    margin: 0 0 15px 0;
}
.b-form__content .row {
    margin: 0 -5px 0 -5px;
}
.b-form__content .row .col {
    padding: 5px 5px 5px 5px;
}
.b-form__content .row .col .b-btn {
    display: block;
    width: 100%;
}
.b-form__content .input-container_file {
    position: relative;
}
.b-form__content .input-container_file .get-photo {
    margin: 10px 0 10px 0;
    position: relative;
    z-index: 2;
}
.b-form__content .input-container_file .get-photo span {
    text-decoration: underline;
}
.b-form__content .input-container_file .get-photo i {
    font-size: 20px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.b-form__content .input-container_file:hover .get-photo span {
    text-decoration: none;
}
.b-form__content .input-container_file input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}
.b-form__content label {
    font-size: 14px;
    margin: 0;
}
.b-form__content .b-btn{
    font-size: 18px;
    font-family: 'SFUITextRegularG2';
}


/* b-setup
====================================*/

.b-setup{
    margin: 0 0 25px 0;
}
.b-setup__footer{
    padding: 15px 0 0 0;
    font-size: 15px;
}
.b-setup .b-btn{
    font-size: 15px;
    padding: 10px 15px 10px 15px;
}

.b-demo{
    text-align: center;
    margin: 30px 0 0 0;
}

.b-demo-info{
    text-align: center;
    height: 135px;
    margin-top: 9px;
    padding-top: 25px;
    background-image:
        url('../../img/common/banners/shoes.png'), 
        url('../../img/common/banners/wallet.png'),
        url('../../img/common/banners/headphones_small.png'), 
        url('../../img/common/banners/phones.png');
    background-repeat: no-repeat;
    background-position: left 16% bottom 6px, left 28% top 0, right 27.5% top 0, right 16% bottom 18px;
    background-size: 154px 114px, 101px 65px, 92px 65px, 124px 86px;
    background-color: #f7f7f7;
}

.b-demo-info__content {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
}

.b-demo-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    border-radius: 7px;
    border: solid 1px #e9e9e9;
    flex-wrap: wrap;
    gap: 10px;
}

/* b-promo
====================================*/
.b-promo{
    padding: 0 0 0px 0;
}
.b-promo__content {
    text-align: center;
    font-size: 16px;
}
.b-promo__slider{
    margin: 0 auto 0;
    width: 1000px;
    max-width: 100%;
}
.b-promo__slider .owl-carousel .owl-stage-outer{
    -moz-box-shadow: 0 21px 40px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 21px 40px rgba(0, 0, 0, 0.04);
    box-shadow: 0 21px 40px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}
.b-promo__slider-item img{
    width: 100%;
}


/* b-info
====================================*/
.b-info{
    background-image:
        url('../../img/common/banners/shirt.png'), 
        url('../../img/common/banners/glasses.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 7% bottom, right 7% bottom 0;
    background-color: #f7f7f7;
}

.b-info__content{
    font-size: 28px;
    text-align: center;
}
.b-info__content h1:last-child{
    margin-bottom: 0;
    font-size: 26px;
}
.b-info__text-box{
    font-family: 'BlinkMacSystemFont';
    width: 560px;
    max-width: 100%;
    margin: auto;
}
#section-info-2{
    background-image:
        url('../../img/common/banners/shirt.png'), 
        url('../../img/common/banners/glasses.png');
}
.b-info__content small{
    font-size: 15px;
}

/* b-advantages
====================================*/
.b-advantages__list{
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    margin: 0 -15px 0 -15px;
    width: auto;
}
.b-advantages__list > .col{
    padding: 15px;
    float: none;
}
.b-advantages__list.owl-loaded .owl-item > .col{
    float: none;
    padding-bottom: 35px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

/* b-about
====================================*/
.b-about{
    border-top: 1px solid #e8e8e8;
}
.b-about__list-item{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 0 -15px 0 -15px;
}
.b-about__list-item > .col{
    float: none;
    padding: 15px;
}
.b-about__list-item .col_img img{
    border-radius: 5px;
    -moz-box-shadow: 0 21px 40px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 21px 40px rgba(0, 0, 0, 0.04);
    box-shadow: 0 21px 40px rgba(0, 0, 0, 0.04);
}
.b-about__list-item:nth-child(even) .col_img{
    order: 2;
}
.b-about__list-item-header{
    font-size: 20px;
}
.b-about__list-item-header h2{
    text-align: left;
}
.b-about__list-item-content ul{
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
}
.b-about__list-item-content ul li{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    text-align: left;
}
.b-about__list-item-content ul li span{
    background-color: #FE941E;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding-top: 3px;
    margin-right: 10px;
}
.b-about__list-item-content ul li p{
    margin: 0;
    flex: 0 0 85%;
}

/* b-media
====================================*/
.b-media{
    border-top: 1px solid #f0f0f0;
}
.b-media__list-item{
    width: 160px;
    margin: auto;
    text-align: center;
}


/* b-review
====================================*/
.b-review__list{
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    width: 1060px;
    max-width: 100%;
    margin: auto;
    padding: 0 80px 0 80px;
}
.b-review__list .owl-carousel .owl-stage-outer{
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 21px 54px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 21px 54px rgba(0, 0, 0, 0.07);
    box-shadow: 0 21px 54px rgba(0, 0, 0, 0.07);
}
.b-review__list-item{
    padding: 35px;
    display: table;
    height: 100%;
    width: 100%;
}
.b-review__list-item-img{
    display: table-cell;
    vertical-align: top;
    width: 85px;
}
.b-review__list-item-img .img img{
    border-radius: 50%;
}
.b-review__list-item-content{
    padding: 0 0 0 30px;
    display: table-cell;
    vertical-align: top;
}
.b-review__list-item-content-header{
    margin: 0 0 30px 0;
}
.b-review__list-item-content-title{
    font-size: 22px;
    margin: 0 0 5px 0;
}
.b-review__list-item-content-title .icon{
    font-size: 20px;
    color: #CECECE;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 5px;
}
.b-review__list-item-content-info{
    margin: 0 0 5px 0;
    font-size: 14px;
}
.b-review__list-item-content-text{
    font-size: 16px;
}
.b-review__list-item-content-text p:last-child{
    margin-bottom: 0;
}
.b-review__list .owl-carousel .owl-nav .owl-prev,
.b-review__list .owl-carousel .owl-nav .owl-next{
    margin-top: -40px;
}



/* b-info-box
---------------------------------*/
.b-info-box{
    display: inline-block;
    vertical-align: top;
}
.b-info-box__icon .icon{
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 117px;
    height: 117px;
    background-color: #FFF;
    border: 1px solid #E7E7E7;
    margin: 0 auto 15px;
    border-radius: 50%;
}
.b-info-box__icon .icon img{
    width: 60px;
    height: auto;
}
.b-info-box__content{
    font-size: 19px;
    text-align: center;
}
.b-info-box_horizontal{
    display: table;
    width: 100%;
}
.b-info-box_horizontal .b-info-box__icon{
    display: table-cell;
    vertical-align: top;
    width: 94px;
}
.b-info-box_horizontal .b-info-box__icon .icon{
    margin: 0;
}
.b-info-box_horizontal .b-info-box__content{
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    padding: 0 0 0 25px;
    text-align: left;
}

/* ----------------- b-modal-form---------------- */
.b-modal-form {
    display: none;
    max-width: 100%;
    width: 620px;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 18px 68px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 18px 68px rgba(0, 0, 0, 0.1);
    box-shadow: 0 18px 68px rgba(0, 0, 0, 0.1);
}
.b-modal-form .b-form {
    margin: auto;
    box-shadow: none;
    border: none;
    padding: 45px;
    max-width: none;
    background: none;
}
.b-modal-form .b-form__content {
    padding: 0;
    margin: auto;
}


/* b-modal
---------------------------------*/
.b-modal {
    display: none;
    position: relative;
    width: 726px;
    background-color: #FFFFFF;
    padding: 40px;
    text-align: center;
    max-width: 100%;
    color: #000000;
    border: 1px solid #d0d5dd;
}
.b-modal__header{
    font-size: 32px;
    padding: 40px 0 40px 0;
}
.b-modal__header-icon{
    font-size: 46px;
    margin: 0 0 20px 0;
    text-align: center;
    color: #F7941E;
    line-height: 1;
}

/* modal-skin
---------------------------------*/
.modal-skin .modal-dialog {
    width: 1140px;
    max-width: 100%;
    margin: 70px auto 0;
    padding: 0 10px 0 10px;
}
.modal-skin .modal-dialog button.close {
    position: absolute;
    right: 10px;
    top: -35px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///////////////////////////////////////8V2MxSAAAACXRSTlMArTw96Gv96a5iRmh8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAG1JREFUGNNNj8sNwDAIQ5FQ71EnyaESA7BCV+gEWaBSF28IiWMuYD/xk1MQWuSqUL1UB/J0gARw5glnShP9w0V72Ht0+LRWnVCHdyV1PCTEmGnjPuOZ2nif8S2BNjT+IdGCxr8vlBXQKD866f0B9/URg1VhoEQAAAAASUVORK5CYII=) 0 0 no-repeat;
    width: 25px;
    height: 25px;
    opacity: 1;
    border: none;
    outline: none;
}
.modal-skin .modal-dialog .modal-content {
    border: none;
    padding: 40px;
}
/* b-thanks
---------------------------------*/
.popover {
    background-color: #FFFFFF;
    -moz-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21);
    box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21);
    border: none;
    max-width: 350px;
}
.popover.bottom {
    margin-top: 20px;
}
.popover > .arrow,
.popover.bottom > .arrow {
    border-color: transparent;
}

/*=================================== Site-footer ===================================*/
#footer {
    padding: 20px 0;
    border-top: 1px solid #eaeff3;
}
#footer .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
}

@media (max-width: 990px) {
    #footer .footer-content {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
    }
}

/* b-privacy-policy
---------------------------------*/
.footer-text {
    color: #000;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 0 25px;
}


/* b-bottom-nav
---------------------------------*/

.b-bottom-nav {
    display: contents;
}

.b-bottom-nav ul {
    padding: 0;
    margin: 0 -10px 0 0;
}
.b-bottom-nav ul li {
    padding: 5px 0;
    list-style: none;
}

.b-bottom-nav li.title {
    font-family: 'SFUITextRegularG2';
}

.b-bottom-nav .lang-flag {
    margin-right: 5px;
    width: 20px;
}

/*=================================== Adaptive ===================================*/
@media (max-width: 1800px) {
    #section-info-2{
        background-position: 0 bottom, right bottom;
    }
}
@media (max-width: 1600px) {
    #section-info-1{
        background-position: 0 bottom, right bottom;
        background-size: auto 60%, auto 60%;
    }
    #section-info-2{
        background-position: 0 bottom, right bottom;
        background-size: auto 60%, auto 60%;
    }
}
@media (max-width: 1199px) {
    .landing-section {
        margin: 60px 0 0;
    }

    .b-demo-info__content {
        margin-top: -30px;
    }

    /* modal-skin
    ---------------------------------*/
    .modal-skin .modal-dialog {
        width: 940px;
    }

    /* b-menu
    ----------------------------------*/
    .b-menu{
        order: 4;
    }
    .b-menu__mobile-icon{
        display: block;
    }
    .b-menu__content{
        position: fixed;
        z-index: 110;
        top: 0;
        right: -250px;

        display: unset;
        visibility: hidden;
        overflow: hidden;
        flex-direction: column;
        width: 250px;
        height: 100%;
        padding: 85px 15px 0 15px;

        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;

        opacity: 0;
        background: rgba(0, 0, 0, .7);

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .b-menu__content.open{
        right: 0;
        visibility: visible;
        opacity: 1;
    }
    .b-menu__list{
        margin: 0 0 10px 0;
    }
    .b-menu__list li{
        width: 100%;
        margin-bottom: 8px;
        padding: 0;
    }
    .b-menu__list li a{
        padding: 5px 0 5px 0;
        font-size: 15px;
        color: #fff;
    }
    .b-menu__list li.active a,
    .b-menu__list li a:hover,
    .b-menu__list li a:active,
    .b-menu__list li a:focus{
        color: #fff !important;
        border-bottom-color: transparent;
        position: relative;
        z-index: 1000;
    }
    .b-menu__list li a.white-paper{
        margin-left: 0;
    }
    .b-menu__list li a.white-paper:before{
        display: none;
    }
    .b-menu__content .b-nav-btn{
        color: #fff;
    }
    .b-lang__lang-item.b-nav-btn{
        background-color: #fff;
        color: #000;
    }
    .b-menu__content > a{
        margin: 0 0 10px 0;
    }
    .b-menu__content .reg-btn{
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 10px 10px;
    }
    .b-menu__content .b-lang{
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .header-content .adv-xiaomi {
        display: none;
    }
    h2{
        font-size: 26px;
    }

    .b-demo-info__content {
        margin-top: -30px;
    }

    .landing-section {
        margin: 50px 0 0;
    }

    .modal-skin .modal-dialog {
        width: 720px;
    }
    .modal-skin .modal-dialog .modal-content {
        padding: 20px;
    }

    /* fancybox-close
    ---------------------------------*/
    .fancybox-close {
        right: 0;
        top: -35px;
    }

    .b-about__list-item{
        margin-bottom: 30px;
    }
    .b-about__list-item .col_img{
        text-align: center;
        width: 500px;
        max-width: 100%;
        margin: auto;
    }
    .b-about__list-item:nth-child(even) .col_img{
        order: 0;
    }
    .b-about__list-item .col_content{
        text-align: center;
    }
    .b-about__list-item .col_content h2{
        text-align: center;
    }

    .b-advantages__list-item .b-info-box_horizontal .b-info-box__icon{
        width: 80px;
    }
    .b-advantages__list-item .b-info-box__icon .icon {
        width: 80px;
        height: 80px;
    }
    .b-advantages__list-item .b-info-box__icon .icon img{
        width: 35px;
    }
    .b-advantages__list-item .b-info-box_horizontal .b-info-box__content{
        padding-left: 15px;
        font-size: 18px;
    }


    .b-about__list-item-header{
        font-size: 18px;
    }

    #section-info-1,
    #section-info-2{
        background-image: none;
    }
    .b-info__content{
        font-size: 22px;
    }

    .b-review__list-item{
        padding: 20px;
    }

    .b-bottom-nav {
        display: block !important;
    }

    .b-bottom-nav ul {
        margin: 0 0 10px !important;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
    h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    h2 {
        margin-bottom: 25px;
        font-size: 26px;
    }
    h3{
        font-size: 18px;
    }

    .b-demo-info__content {
        margin-top: -30px;
    }

    .b-btn{
        font-size: 13px;
    }

    .landing-section {
        margin: 30px 0 0;
    }

    .mobile-hide{
        display: none;
    }


    /* b-form
    ---------------------------------*/
    .b-form {
        padding: 15px;
    }

    /* b-modal-form
    ---------------------------------*/
    .b-modal-form .b-form {
        padding: 20px;
    }
    .b-modal-form .b-form__header__title {
        font-size: 24px;
    }
    .b-modal-form .b-form .b-btn {
        min-width: 0;
    }

    .b-advantages__list > .col{
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .b-info__content{
        font-size: 19px;
    }

    .b-review__list{
        padding: 0;
    }
    .b-review__list-item-img{
        display: block;
        margin: 0 0 20px 0;
    }
    .b-review__list-item-content{
        padding: 0;
        display: block;
    }
    .b-review__list .owl-nav{
        display: none;
    }

    .b-about__list-item-header{
        font-size: 17px;
    }

    .footer-content{
        text-align: center;
    }

    .b-bottom-nav{
        width: 100%;
    }

    .b-copyright{
        text-align: center;
        width: 100%;
        padding: 10px 0 0 0;
    }

    .b-modal{
        padding: 15px;
    }
    .b-modal__header{
        font-size: 19px;
        padding: 20px 0 20px 0;
    }
    .b-modal__header-icon{
        font-size: 36px;
        margin-bottom: 15px;
    }
}
@media (max-width: 632px) {
    .version2 {
        padding-top: 145px;
    }
    #header_two .container .header-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    #header_two .container .header-content .b-logo {
        width: 100%;
    }
    #header_two .container .header-content .b-logo .b-logo__image {
        margin: 0 auto 10px;
    }
    .b-demo-info__content {
        margin-top: -30px;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 15px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .b-demo-info__content {
        margin-top: -30px;
    }

    .footer-text{
        width: 100%;
        margin: 0;
    }

    #footer .footer-content .side {
        text-align: center;
        max-width: 100%;
        display: block;
        margin: 0 0 25px 0;
    }

    .b-team__list-item-img{
        display: block;
        margin: 0 auto 20px;
    }
    .b-team__list-item-content{
        display: block;
        padding: 0;
    }
    .b-invest-list__item{
        padding: 10px;
    }
    .b-invest-list__item-icon{
        margin-right: 10px;
    }

    .b-promo .b-next-section {
        display: none;
    }

    .landing-section {
        margin: 10px 0 45px 0;
    }

    .b-about__list-item-header {
        padding-bottom: 25px;
    }

    .b-about__list-item-header h2 {
        padding-bottom: 15px;
        margin-bottom: unset;
    }
}
@media (min-width: 480px) {
    .b-demo-container span {
        width: 175px;
        text-align: left;
    }
}
@media (max-width: 480px) {
    .b-demo-container span {
        padding: 15px 30px;
        width: 100%;
        text-align: center;
    }
    .owl-nav {
        display: none;
    }
    .b-scale__pointer-list-item .val{
        font-size: 12px;
    }
    .b-scale__footer{
        font-size: 11px;
    }

    .b-info-box__content{
        font-size: 15px;
    }

    .b-setup .b-btn{
        font-size: 13px;
    }

    .b-demo-info__content {
        margin-top: -30px;
    }
}
@media (min-width: 768px) {
    .container .b-advantages__content .b-advantages__list .col-sm-5 {
        width: 34%;
    }
}

body > .password_resets_form {
    margin-bottom: 50px;
}
body > .password_resets_form form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}
body > .password_resets_form form label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
body > .password_resets_form form label input {
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 30px;
    width: 50%;
}
body > .password_resets_form form label span {
    color: #303030;
}
body > .password_resets_form form button {
    background-color: #35B558;
    padding: 15px 50px;
    color: #fff;
    border-radius: 3px;
}
body > .logo {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}
body > .logo img {
    display: block;
    margin: 30px auto 0;
}
body > .logo h1 {
    font-family: 'SFR';
    font-size: 16px;
    color: #000;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 13px;
}
body > .header {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
}
body > .header h2 {
    font-family: 'SFT';
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
body > .header p {
    font-family: 'SFT';
    font-size: 26px;
    text-align: center;
}
body > .header .remove_link {
    font-size: 20px;
    font-family: 'SFUITextLight';
    margin-bottom: 20px;
}
body > .header .remove_link a {
    color: #f7941e;
}
body > .header .remove_text {
    font-size: 17px;
    font-family: 'SFUITextLight';
}
body > .content,
body > .content-favorite {
    text-align: left;
    display: inline-block;
    margin: 0 auto 50px;
    max-width: 700px;
    width: 100%;
    padding: 0 10px;
}
body > .privacy h3 {
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    padding-top: 10px;
}
body > .privacy p {
    font-size: 16px;
    line-height: 25px;
}
body > .privacy h4 {
    font-weight: bold;
}
body > .privacy ul {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}
body > .privacy ul li {
    margin-bottom: 5px;
}

.message-content .row > div {
    display: flex;
    padding-top: 30px;
}
.message-content .row:nth-of-type(1) > div {
    align-items: center;
}

.message-content .row span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #f7941e;
    color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
}
.message-content .row div:nth-of-type(1) p {
    display: inline-block;
    text-align: left;
    font-family: 'SFL';
    font-size: 18px;
    position: relative;
    margin-bottom: 0;
    top: 4px;
    margin-right: 10px;
}
.message-content .row:nth-of-type(1) div:nth-of-type(1) p {
    top: 0;
    width: auto;
}
.message-content .row > div:nth-of-type(1) a {
    text-decoration: none;
    padding: 15px 30px;
    background-color: #f7941e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}
.message-content .row .img {
    display: block;
}
.message-content .row .img p {
    margin-left: 27px;
    margin-top: -30px;
}
.message-content .row .img a {
    color: #f7941e;
}

body > .content .row {
    margin-bottom: 30px;
}
body > .content .row > div {
    display: flex;
}
body > .content .row:nth-of-type(1) > div {
    align-items: center;
}

body > .content .row span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #f7941e;
    color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    padding-top: 10px;
    margin-right: 10px;
}
body > .content .row div:nth-of-type(1) p {
    display: inline-block;
    font-family: 'SFL';
    font-size: 22px;
    width: calc(100% - 50px);
    position: relative;
    margin-bottom: 0;
    top: 4px;
    margin-right: 10px;
}
body > .content .row:nth-of-type(1) div:nth-of-type(1) p {
    top: 0;
    width: auto;
}
body > .content .row > div:nth-of-type(1) a {
    text-decoration: none;
    padding: 15px 30px;
    background-color: #f7941e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}
body > .content .row .img {
    display: block;
}
body > .content .row .img p {
    margin-left: 27px;
    margin-top: -30px;
}
body > .content .row .img a {
    color: #f7941e;
}
body > .line_site {
    background-color: #f7f7f7;
    padding: 55px 10px;
}
body > .line_site .text {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
body > .line_site .text p {
    display: block;
    font-family: 'SFL';
    font-size: 36px;
    position: relative;
    top: 5px;
}
body > .line_site .text a {
    display: inline-block;
    text-decoration: none;
    padding: 20px 60px;
    background-color: #f7941e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}
body > .why {
    background-color: #f7f7f7;
}
body > .why .container {
    padding: 40px 10px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
body > .why .container h2 {
    font-family: 'SFUITextLight';
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
body > .why .container .tabs {
    text-align: center;
}
body > .why .container .tabs .error {
    border: 1px solid #f00;
}
body > .why .container .tabs .detail_text {
    display: none;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

body > .why .container .tabs .detail_text .voice,
body > .why .container .tabs .detail_text_show .voice {
    width: 58px;
    height: 38px;
}

body > .why .container .tabs .detail_text_show {
    display: flex;
    /*!*max-width: 530px;*!*/
    width: 100%;
    margin: 0 auto;
    /*margin-bottom: 10px;*/
    text-align: left;
    /*padding: 10px 10px;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

body > .why .container .tabs form input {
    width: 100%;
    height: 35px;
    border: none;
    padding-right: 70px;
    padding-left: 5px;
    outline: none;
}

body > .why .container .tabs .detail_text_show .show_input {
    padding-right: 20px;
}

body > .why .container .tabs form .show_input::-webkit-input-placeholder {
    color: #6f6f6f;
    font-size: 20px;
    font-family: 'SFUITextLight';
}
body > .why .container .tabs form .show_input::-moz-placeholder {
    color: #6f6f6f;
    font-size: 20px;
    font-family: 'SFUITextLight';
}
body > .why .container .tabs form .show_input:-ms-input-placeholder {
    color: #6f6f6f;
    font-size: 20px;
    font-family: 'SFUITextLight';
}
body > .why .container .tabs form .show_input::placeholder {
    color: #6f6f6f;
    font-size: 20px;
    font-family: 'SFUITextLight';
}

body > .why .container .tabs form input::-webkit-input-placeholder {
    color: #6f6f6f;
    font-size: 14px;
    font-family: 'SFUITextLight';
}
body > .why .container .tabs form input::-moz-placeholder {
    color: #6f6f6f;
    font-size: 14px;
    font-family: 'SFUITextLight';
}
body > .why .container .tabs form input:-ms-input-placeholder {
    color: #6f6f6f;
    font-size: 14px;
    font-family: 'SFUITextLight';
}
body > .why .container .tabs form input::placeholder {
    color: #6f6f6f;
    font-size: 14px;
    font-family: 'SFUITextLight';
}
body > .why .container .tabs form > button {
    position: absolute;
    right: 10px;
    top: 9px;
    background-color: #f7941e;
    border: none;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: 'SFUITextLight';
    cursor: pointer;
}

body > .why .container .tabs form > .show_button {
    position: static;
}

body > .why .container .tabs > .one.detail {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    cursor: pointer;
}

body > .why .container .tabs > .one.show_detail {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    cursor: pointer;
}

body > .why .container .tabs > .one.show_detail span.custom_list {
    display: inline-block;
    width: 39px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 4px;
    background-color: #f7941e;
}

body > .why .container .tabs > button span {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
    background-color: #f7941e;
}
body > .why .container .tabs > button p {
    display: inline-block;
    font-family: 'SFUITextLight';
    position: relative;
    top: 2px;
    margin-bottom: 0;
    font-size: 20px;
}
body > .why .thanks {
    display: none;
}
body > .why .thanks h2 {
    margin: 0;
}
.b-copyright a {
    position: relative;
    margin-right: 10px;
}

.b-copyright a > div {
    position: absolute;
    background-color: #eee;
    padding: 5px;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    font-size: 10px;
    display: none;
    visibility: hidden;
}

.b-copyright a > div:after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eee;
}

.b-copyright a:hover > div {
    display: block;
    visibility: visible;
}

.b-copyright a img {
    width: 20px;
}
body > .content-favorite hr {
    margin-top: 20px;
    margin-bottom: 45px;
}
body > .content-favorite .row {
    display: flex;
    margin: auto;
    margin-bottom: 40px;
}
body > .content-favorite .notification-block .row:last-child {
    margin-bottom: 0;
}

body > .content-favorite .row:hover {
    border: 2px solid #e6e6e6;
    margin: -2px -2px 38px -2px;
}


body > .content-favorite .row:hover .data .title {
    text-decoration: underline;
}

body > .content-favorite .notification-block .row {
    padding: 12px;
}

body > .content-favorite .notification-block .row:hover {
    border: 2px solid #e6e6e6;
}

body > .content-favorite .notification-block .row:last-child:hover {
    margin-bottom: -2px;
}

body > .content-favorite .row:hover {
    border: 2px solid #e6e6e6;
    margin: -2px -2px 38px -2px;
}

body > .content-favorite .notification-block {
    border: 2px solid #F7941E;
    padding: 10px;
    margin-bottom: 20px;
}
body > .content-favorite .img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
body > .content-favorite .img img {
    width: 100%
}
body > .content-favorite .data {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 20% - 50px );
}
body > .content-favorite .data .title {
    font-family: SFM;
    line-height: 20px;
    padding-right: 15px;
    color: #222;
    margin-bottom: 15px;
}
body > .content-favorite .data .date {
    font-family: SFL;
    color: #555;
    font-size: 13px;
    padding-right: 15px;
}
body > .content-favorite .prices {
    display: flex;
    width: 20%;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}
body > .content-favorite .prices .base {
    font-family: SFM;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    text-decoration: line-through;
}
body > .content-favorite .prices .actual {
    color: #35B558;
    width: 100%;
    text-align: center;
    font-family: SFM;
}
body > .content-favorite .prices .not-change {
    font-family: SFM;
    text-align: center;
}
body > .content-favorite .prices .upper {
    font-family: SFM;
    width: 100%;
    text-align: center;
    color: #cf0000;
}

body > .content-favorite a.title {
    display: flex;
    text-decoration: none;
    flex-basis: 100em;
}

.go-to-main {
    color: #337ab7;
    text-decoration: underline;
}

.go-to-main:hover {
    color: #f7931e;
    text-decoration: underline;
}

.go-to-vk {
    color: #337ab7;
    text-decoration: underline;
}

.go-to-vk:hover {
    color: #f7931e;
    text-decoration: underline;
}
body > .content .row > div:nth-of-type(1) .btn-part-sub {
    background-image: linear-gradient(#feaa4a, #f79320);
    padding: 8px 25px;
    font-size: 15px;
    margin-left: 10px;
    user-select: none;
}
.contest.btn-button {
    background-image: linear-gradient(#feaa4a, #f79320);
    padding: 8px 25px;
    font-size: 15px;
    margin-left: 10px;
    user-select: none;
    text-decoration: none;
    background-color: #f7941e;
    border-radius: 3px;
    color: #fff;
}
body > .content .row > div:nth-of-type(1) .b-button.btn-participate {
    background-image: linear-gradient(to bottom, #53d88d, #17B059);
    padding: 8px 25px;
    font-size: 15px;
    margin-left: 10px;
    user-select: none;
}

.label-email {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    padding: 5px 0;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    border: #888 1px solid;
    z-index: 9999;
    box-shadow: 2px 2px 2px #888;
    display: none;
    left: 0;
    right: 0;
}

.label-email-ff {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    padding: 15px 0;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    position: absolute;
    border: #ccc 1px solid;
    z-index: 9999;
    box-shadow: 0 0 7px 0 #bbb;
    display: none;
    left: 0;
    right: 0;
}

.label-email.label-show {
    display: flex;
}

.label-email-ff.label-show {
    display: block;
}

.label-email:after {
    content: '';
    width: 12px;
    height: 12px;
    top: -7px;
    left: 11px;
    background: #fff;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: #888 1px solid;
    border-top: #888 1px solid;
}

.label-email .image-block {
    padding: 4px 7px;
    z-index: 10;
}

.label-email .image-block img {
    width: 30px;
}

.label-email .text-block {
    text-align: left;
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
}

.label-email-ff .text-block {
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.notification-block > div:last-child {
    margin-bottom: unset;
}

.write-us__wrapper {
    margin: 20px 0;
}

.write-us__label {
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.policy-text {
    font-size: 14px;
    color: #444444;
    font-weight: 600;
}

.write-us__checkbox{
    margin-top: 0 !important;
}

.company-info {
    text-align: left;
}

@media (max-width: 990px) {
    .company-info {
        text-align: center;
        margin-bottom: 20px;
    }
}

.img-delete {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}.update-extension-message .list-number

.img-delete a {
    width: 20px;
    margin: 0 25px;
}

.update-extension-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.update-extension-message {
    max-width: 670px;
}

.update-extension-message .store-link {
    color: #000000;
    text-decoration: underline;
    transition: 0.2s;
}

.update-extension-message div {
    margin-bottom: 18px;
}

.update-extension-message span {
    font-size: 18px;
}

.update-extension-message a {
    font-size: 18px;
}

.update-extension-success {
    font-size: 18px;
}

.update-extension-message .list-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #f7941e;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    padding-top: 5px;
    margin-right: 3px;
    font-size: 16px;
}

.strong-message {
    font-weight: bold;
}

a.monitoring_price {
    text-decoration: none;
}

a.monitoring_price:hover {
    text-decoration: underline;
}

.posts-carousel {
    display: flex;
    flex-wrap: wrap;
}

.posts-carousel .post-item {
    padding: 20px;
    height: 310px;
    width: 285px;
}

.posts-carousel .post-item a {
    text-decoration: none;
}

.posts-carousel .post-item a:hover .post-card .post-link {
    color: #F79320;
    text-decoration: underline;
}

.posts-carousel .post-item a:focus {
    outline: none;
    box-shadow: none;
  }

.post-item .post-card {
    border-radius: 10px;
    border: 1px solid #D1D5DB;
    height: 280px;
    overflow: hidden;
}

.post-item .post-card:hover {
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.post-image-block {
    height: 190px;
    display: flex;
    justify-content: center;
}

.post-text-block {
    margin: 5px 15px 0 15px
}

.post-text-block .post-link {
    font-family: 'SFUITextRegularG2';
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    text-decoration: none;
}

.post-date-block {
    margin-top: 5px;
}

.post-text-block .post-date-line {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.post-text-block .post-date {
    font-family: 'SFUITextRegularG2';
    font-size: 14px;
    line-height: 21px;
    color: #6B7280;
    margin-left: 5px;
}

.btn-more-articles {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    width: 250px;
    height: 40px;
    background: linear-gradient(to bottom, #feaa4a, #f79320);
    border-radius: 4px;
    justify-content: center;
    text-decoration: none;
}

.btn-more-articles:hover {
    background: linear-gradient(to bottom, #ff9c2a, #ff8e0e);
}
  
.btn-more-articles span {
    font-family: SFUITextLight;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;

    display: flex;
    align-items: center;
    text-align: center;
}

.more-articles {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.slider-block {
    display: block;
    padding: 30px 0;
}

.slick-prev {
    left: -10px !important;
}

.slick-next {
    right: -10px !important;
}

.slick-arrow.slick-prev:before {
    content: url("../../img/common/icons/arrow-left.svg");
}

.slick-arrow.slick-next:before {
    content: url("../../img/common/icons/arrow-right.svg");
}

.b-bottom-nav a {
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
    transition: 0.2s;
    font-weight: 300;
}

.title-sale-target {
    font-family: 'SFT';
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.agree-gdpr {
    display: none;
}

.custom-fancybox-modal {
    top: 5px !important;
}

.line_site .content-dogi-coins {
    display: none;
    padding-top: 35px;
    flex-direction: column;
    align-items: center;
}

.line_site .btn-dogi-coins {
    padding-top: 5px;
    color: rgba(247, 147, 32, 1);
    font-size: 26px;
    font-family: SFL;
    cursor: pointer;
    user-select: none;
}

.line_site .ah-svg-coin {
    cursor: pointer;
    user-select: none;
}