
/*
font-family: 'Lato', sans-serif;
 */

/*  RESET
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*  RESET END
------------------------------------------------------------------------------*/

/* FONTS
------------------------------------------------------------------------------*/
body {
    font: 16px/1.5 'Lato', sans-serif, sans-serif;
}
main {
    display: block;
}

/* ie fix */

/* font-family: 'Lato', sans-serif, sans-serif; */

/* FONTS END
------------------------------------------------------------------------------*/

/* REUSABLE STYLES
------------------------------------------------------------------------------*/
.hidden {
    display: none !important;
}
.clear {
    height: 0;
    clear: both;
    overflow: hidden;
    font-size: 0;
}
.clearfix:before, .clearfix:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}

/* REUSABLE STYLES END
------------------------------------------------------------------------------*/

/* FOUNDATION
------------------------------------------------------------------------------*/
html {
    height: 100%;
}
body {
    background-color: #fff;
    -webkit-text-size-adjust: none;
    color: #626262;
    height: 100%;
    min-height: 100%
}
a {
    color: #ff5800;
    text-decoration: underline;
    outline: 0;
}
a:hover {
    text-decoration: none;
}
img {
    color: #110869;
}
strong {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
/* carousel arrows */
.owl-nav div {position: absolute; top: 50%; width: 24px; height: 24px; margin-top: -12px; background: transparent; text-indent: -9999px; border-top: 2px solid #cbcbcb; border-left: 2px solid #cbcbcb; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; text-decoration: none; font-size: 0; -webkit-box-sizing: border-box; box-sizing: border-box;} 
.owl-nav div:before {display: block; height: 200%; width: 200%; margin-left: -50%; margin-top: -50%; content: ""; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.owl-nav .owl-prev {-webkit-transform: rotate(-45deg);transform: rotate(-45deg); left: 20px;}
.owl-nav .owl-next {-webkit-transform: rotate(135deg);transform: rotate(135deg); right: 20px;}

/* FOUNDATION
------------------------------------------------------------------------------*/

/* BUTTONS
------------------------------------------------------------------------------*/
.btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font: 700 14px/1.2 'Lato', sans-serif, sans-serif;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0;
    border-style: solid;
    -webkit-transition: background-color  .1s linear, color  .1s linear, border-color  .1s linear;
    transition: background-color  .1s linear, color  .1s linear, border-color  .1s linear;
    background-color: #ff5700;
    border: 2px solid #ff5700;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    -webkit-appearance: none;
    text-transform: uppercase;
}
.btn:hover {
    background-color: #ff610f;
    border-color: #ff610f;
    color: #fff;
}
.btn-sm {
}
.btn-md {
}
.btn-lg {
    padding: 13px 25px;
}
.btn-outline {
    background-color: transparent;
    border: 2px solid #ff5700;
    color: #ff5700;
}
.btn-outline:hover {
    background-color: #ff610f;
    color: #fff;
}
.btn-secondary-outline {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.btn-secondary-outline:hover {
    background-color: #fff;
    border-color: #FFF;
    color: #ff610f;
}

/* BUTTONS END
------------------------------------------------------------------------------*/

/* BLOCKS
------------------------------------------------------------------------------*/

/* MAIN */
.wrapper {
    background-color: #e7eaee;
}
.wrapper_space-top {
    padding-top: 90px;
}
@media (max-width:870px) {
    .wrapper_space-top {
        padding-top: 54px;
    }
}
.main {
    max-width: 1545px;
    margin: 0 auto;
    padding: 0 15px;
}

/* MAIN END */

/* HEADER */
.site-header {
    background-color: #fff;
    color: #626262;
    z-index: 100;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}
.site-header-inner {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-logo {
    display: block;
    background: url(../images/logo.svg) no-repeat;
    background-size: contain;
    width: 179px;
    height: 70px;
    overflow: hidden;
    text-indent: -10000px;
}
.site-nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-nav-list {
    font-size: 13px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.site-nav-list .item {
}
.site-nav-list .link {
    color: inherit;
    padding: 37px 26px;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
}
.site-nav-list .link:hover {
}
.site-nav-list .item.active .link {
}
.site-nav-list .item .link:after {
    display: block;
    content: '';
    height: 4px;
    background-color: #ff5700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;    
}
.site-nav-list .item.active .link:after {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.site-nav-list .item.active .link:hover {
    cursor: default;
}
.site-nav-list-additional {
    margin-left: 30px;
}
.site-nav-list-additional .item {
}
.site-nav-list-additional .item .btn {
    min-width: 127px;
}
.hbr-btn {position: absolute; right: 8px; top: 12px; display: none; width: 42px; height: 38px; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; border: none; background: none;}
.hbr-btn__lines {position: absolute; height: 2px; width: 30px; background: #ff5700; left: 6px; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out; will-change: transform;}
.hbr-btn__lines:nth-child(1) {top: 9px; -webkit-transform-origin: left center; transform-origin: left center;}
.hbr-btn__lines:nth-child(2) {top: 19px; -webkit-transform-origin: left center; transform-origin: left center;}
.hbr-btn__lines:nth-child(3) {top: 29px; -webkit-transform-origin: left center; transform-origin: left center;}
.hbr-btn.is-active .hbr-btn__lines:nth-child(1) {-webkit-transform: rotate(45deg);transform: rotate(45deg); top: 8px; left: 11px;}
.hbr-btn.is-active .hbr-btn__lines:nth-child(2) {width: 0; opacity: 0;}
.hbr-btn.is-active .hbr-btn__lines:nth-child(3) {-webkit-transform: rotate(-45deg);transform: rotate(-45deg); top: 29px; left: 11px;} 

.site-header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.site-header_transparent {
    background-color: transparent;
}
.site-header_logo-none .logo {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    opacity: 0;
    visibility: hidden;
}
.site-header_clear {
    background-color: transparent;
}
.site-header_static {
}
.site-header_light {
}
.site-header_dark {
}
.site-header_scrolled {-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);box-shadow: 0 0 8px rgba(0,0,0,.3);}
.site-header_scrolled .site-header-main {
}
.site-header_scrolled .site-nav-list .menu-item {
}
.site-header_scrolled .logo {
}
.site-header_scrolled .site-logo {
}
.site-header_scrolled .site-nav .sub-menu-container {
}
@media (max-width:1080px) {
    .site-nav-list .link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width:870px) {
    .site-header-inner {
        height: 54px;
    }
    .site-nav {
        position: absolute;
        top: 54px;
        left: 0;
        right: 0;
        background-color: #FFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        z-index: 10;
        padding: 26px 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        height: 0; 
        visibility: hidden;
    }
    .site-nav-list .item,
    .site-nav-list-additional {
        opacity: 0; -webkit-transform: scale(1.1) translateY(-25px); transform: scale(1.1) translateY(-25px); -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }
    .site-nav-list .item:nth-child(2) {-webkit-transition-delay: 0.08s;transition-delay: 0.08s;}
    .site-nav-list .item:nth-child(3) {-webkit-transition-delay: 0.16s;transition-delay: 0.16s;}
    .site-nav-list .item:nth-child(4) {-webkit-transition-delay: 0.24s;transition-delay: 0.24s;}
    .site-nav-list .item:nth-child(5) {-webkit-transition-delay: 0.32s;transition-delay: 0.32s;}   
    .site-nav-list .item:nth-child(6) {-webkit-transition-delay: 0.40s;transition-delay: 0.40s;} 
    .site-nav-list-additional {-webkit-transition-delay: 0.48s;transition-delay: 0.48s;}   
    .site-menu-toggled .site-nav-list .item,
    .site-menu-toggled .site-nav-list-additional {opacity: 1; -webkit-transform: scale(1) translateY(0px); transform: scale(1) translateY(0px);}  
    .hbr-btn {
        display: block;
        position: absolute;
        right: 11px;
        top: 8px;
    }
    .site-logo {
        width: 115px;
        height: 45px;
    }
    .site-menu-toggled .site-nav {
        opacity: 1;
        height: auto;
        visibility: visible;
    }
    .site-menu-toggled .site-nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -ms-grid-row-align: stretch;
        align-items: stretch;
    }
    .site-menu-toggled .site-nav-list .link {
        display: block;
        padding: 10px 15px;
    }
    .site-menu-toggled .site-nav-list-additional {
        margin: 0;
        padding: 15px 15px 0;
    }
}

/* HEADER END */

/* SECTION INTRO  */
.section-index-intro {
    height: 820px;
    background-color: #a3a3a3;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.section-index-intro__overlay {position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(25,25,25,.59);}
.section-index-intro__video {position: absolute; z-index: 0; left: 50%; bottom: 0; width: 100%; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.section-index-intro .section-inner {
    height: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-index-intro .title {
    font-size: 28px;
    max-width: 750px;
    padding: 0 15px 40px;
    line-height: 1.5;
}
.section-index-intro .row-btn {
    padding: 0 0 15px;
}
.section-index-intro .row-btn .btn {
    min-width: 195px;
}
@media (max-width:1550px) {
  .section-index-intro__video {width: auto; height: 100%;}
}
@media (max-width:1300px) {
  .section-index-intro {height: 724px;}
}
@media (max-width:1070px) {
  .section-index-intro {height: 600px;}
}
@media (max-width:870px) {
    .section-index-intro {height: 484px;}
    .section-index-intro .title {
        font-size: 21px;
    }
}
@media (max-width:600px) {
   .section-index-intro {height: 370px;}
}

/* SECTION INTRO END */

/* SECTION PARTNERS */
.section-partners {
    border-bottom: 1px solid #d3d3d3;
    background-color: #fff;
}
.partners-list {
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1260px;
    margin: auto;
}
.partners-list .item {
    margin: 0 15px;
}
.partners-list .item .pic {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.partners-list .item .pic:hover {
    -webkit-filter: none;
    filter: none;
}
@media (max-width:1100px) {
    .partners-list {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .partners-list .item {
        padding: 30px;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .partners-list .item img {
        width: 100%;
        display: block;
    }
}
@media (max-width:767px) {
    .section-partners .main {padding: 0;}
    .partners-list {position: relative; display: block; padding: 26px 0; overflow: hidden;}
    .partners-list .item {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 61px; margin: 0; padding: 0; text-align: center;}
    .partners-list .item img {width: auto;}
    .partners-list .owl-dots {display: none!important;}
}
@media (max-width:370px) {
    .item-younglife img {width: 228px; height: auto;}
}
/*
@media (max-width:480px) {
    .section-partners .list {
        padding: 20px 0;
    }
    .section-partners .list .item {
        padding: 20px 0;
    }
*/

/* SECTION PARTNERS END */

/* SECTION ABOUT */
.section-about {
    background-color: #FFF;
    color: #626262;
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 1px;
    overflow: hidden;
}
.section-about .section-title {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 93px 0 31px;
}
.section-about .section-about-content {
    max-width: 1275px;
    margin: 0 auto 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-about .cell-pic {
    padding: 0 80px 0 0px;
}
.about-illustrat {position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 378px; flex: 0 0 378px; height: 378px;}
.about-illustrat-main {position: absolute; left: 29px; top: 29px; z-index: 1; width: 322px; height: 322px; background-color: #eee; border-radius: 50%;}
.about-illustrat-pic {position: absolute; -webkit-transform: scale(0); transform: scale(0); }
.about-illustrat-main-news {left: -4px; top: 147px; z-index: 2;}
.about-illustrat-main-shared {top: 47px; left: 15px;}
.about-illustrat-main-live {right: -6px; top: 123px; z-index: 2;}
.about-illustrat-line-circle-1 {position: absolute; left: 0; top: 0; z-index: 0;}
.about-illustrat-line-circle-2 {position: absolute; left: 17px; top: 17px; z-index: 0;}

.about-illustrat.active .about-illustrat-pic {-webkit-animation: about-show-items 1.3s 0.5s ease-in-out forwards;animation: about-show-items 1.3s 0.5s ease-in-out forwards;}
.about-illustrat.active .about-illustrat-main-news {-webkit-animation-delay: 1s;animation-delay: 1s;}
.about-illustrat.active .about-illustrat-main-live {-webkit-animation-delay: 1.5s;animation-delay: 1.5s;}
.about-illustrat.active .about-illustrat-line-circle-1 {-webkit-animation: spin-about-circle-1 4s 0.3s infinite cubic-bezier(0.5, 0.3, 0.9, 0.9);animation: spin-about-circle-1 4s 0.3s infinite cubic-bezier(0.5, 0.3, 0.9, 0.9);}
.about-illustrat.active .about-illustrat-line-circle-2 {-webkit-animation: spin-about-circle-2 2s 0.6s infinite cubic-bezier(0.5, 0.3, 0.9, 0.9);animation: spin-about-circle-2 2s 0.6s infinite cubic-bezier(0.5, 0.3, 0.9, 0.9);}

@-webkit-keyframes about-show-items {
  70% {-webkit-transform: scale(1.2);transform: scale(1.2);}
  100% {-webkit-transform: scale(1);transform: scale(1)}
}

@keyframes about-show-items {
  70% {-webkit-transform: scale(1.2);transform: scale(1.2);}
  100% {-webkit-transform: scale(1);transform: scale(1)}
}
@-webkit-keyframes spin-about-circle-1 {
    100% {-webkit-transform:rotate(-360deg);transform:rotate(-360deg);}
}
@keyframes spin-about-circle-1 {
    100% {-webkit-transform:rotate(-360deg);transform:rotate(-360deg);}
}
@-webkit-keyframes spin-about-circle-2 {
    100% {-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes spin-about-circle-2 {
    100% {-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}

.section-about  .text {line-height: 1.6;}
.section-about  .text .intro {
    font-size: 24px;
    font-weight: 700;
    padding: 11px 0 20px;
    color: #000;
}
.section-about  .text .list-regular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 38px;
}
.section-about  .text .list-regular li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 313px;
}
.section-about  .text  p {
    padding: 0 0 10px;
}
.list-regular li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-left: 38px;
    margin-bottom: 2px;
    padding-right: 15px;
}
.list-regular li:before {
    display: block;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #f39242;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 7px;
}
@media (max-width:920px) {
    .section-about .section-title {
        padding: 60px 0 40px;
    }
    .section-about .cell-pic {
        padding-right: 30px;
    }
}
@media (max-width:840px) {
    .section-about .section-about-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-about .about-illustrat {width: 379px; margin: 0 auto; padding-right: 0;} 
    .section-about .cell-pic .pic {
        max-width: 100%;
    }
    .section-about-content .cell-text {margin-top: 20px;}

}
@media (max-width:480px) {
    .section-about .section-title {padding: 35px 0 30px; font-size: 28px;}
    .section-about  .text .intro {font-size: 17px;}
}
@media (max-width:460px) {
    .about-illustrat {-webkit-box-flex: 0;-ms-flex: 0 0 312px;flex: 0 0 312px; height: auto;}
    .section-about-content .cell-text {margin-top: 0;}
    .section-about  .text .intro {
        padding-bottom: 25px;
    }
    .section-about  .text .list-regular {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .section-about  .text .list-regular li {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media (max-width:460px) {
    .section-about .about-illustrat {width: 319px;}
    .about-illustrat-main {width: 240px; height: 240px;}
    .about-illustrat-line-circle-1 {width: 298px; height: auto;}
    .about-illustrat-line-circle-2 {width: 268px; height: auto;}
    .about-illustrat-main-shared {left: 5px; top: 28px; width: 222px; height: auto;}
    .about-illustrat-main-live {right: 2px; top: 93px; width: 72px; height: auto;}
    .about-illustrat-main-news {left: 0; top: 104px; width: 150px; height: auto;}
}
/* SECTION ABOUT END */

/* SECTION SOLUTIONS */
.section-solutions {
    background-color: #e57c33;
    background: -webkit-gradient(linear, left top, right top, from(#e5893c), color-stop(50%, #ed6e27), to(#de4a0e));
    background: linear-gradient(to right, #e5893c 0%, #ed6e27 50%, #de4a0e 100%);
    text-align: center;
    color: #fff;
}
.section-solutions .section-solutions-inner {
    background: url(../images/bg-solutions-pattern.png) repeat;
}
.section-solutions .section-title {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 90px 0 42px;
}
.section-solutions .switcher-wrapper {
    max-width: 1530px;
    margin: auto;
    overflow: hidden;
}
.section-solutions .switcher-pane .pane-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 64px 0 53px;
}
.section-solutions .switcher-pane .cell-pic {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-solutions .switcher-pane .cell-pic .pic {
    max-width: 100%;
}
.section-solutions .switcher-pane .cell-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-top: 43px;
    font-weight: 300;
    text-align: left;
    width: 700px;
    line-height: 1.9;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.section-solutions .switcher-pane .cell-text .text {
    max-width: 800px;
}
.section-solutions .switcher-pane-3 .cell-text .text {
    max-width: 600px;
}
.section-solutions .switcher-pane .cell-text .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    padding: 0 0 24px;
}
.section-solutions .switcher-pane .cell-text p {
    margin: 0 0 15px;
}
.section-solutions .switcher-pane .cell-text .row-btn {
    padding-top: 45px;
}
.section-solutions .switcher-pane .cell-text .row-btn .btn {
    min-width: 175px;
}
.section-solutions .switcher-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.owners-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 708px;
}
.owners-step {position: relative; display: block; width: 196px; height: 196px; background-color: rgba(255,255,255,.15); border-radius: 50%; -webkit-transform: scale(0); transform: scale(0);}
.owners-arrow-next-step {opacity: 0; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
.owners-step__number-holder {opacity: 0; position: absolute; left: -4px; top: -4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 45px; height: 45px; font-size: 30px; font-weight: 700; border-radius: 50%; background-color: #f1c053; -webkit-transform: scale(0); transform: scale(0);}
.owners-step-1__hand-video {position: absolute; top: 44px; left: -24px;}
.owners-step-2__logo-w {position: absolute; left: 50%; top: 50%; z-index: 2; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.owners-step-2__moving-pic {position: absolute; -webkit-transform: scale(0); transform: scale(0);}
.owners-step-2__moving-pic-top {left: 93px; top: 11px; -webkit-animation-delay: 2.6s; animation-delay: 2.6s;}
.owners-step-2__moving-pic-right {left: 123px; top: 117px; -webkit-animation-delay: 2.9s; animation-delay: 2.9s;}
.owners-step-2__moving-pic-left {left: -1px; top: 115px; -webkit-animation-delay: 3.2s; animation-delay: 3.2s;}
.owners-step-3__cash-arrow-holder {position: absolute; left: 67px; top: 37px; z-index: 0; width: 59px; height: 80px; overflow: hidden;}
.owners-step-3__cash-arrow {position: absolute; left: 0; z-index: 1; -webkit-transform: translateY(60px); transform: translateY(60px); opacity: 0; -webkit-transition: opacity 0.3s ease, -webkit-transform 1.6s ease-in-out; transition: opacity 0.3s ease, -webkit-transform 1.6s ease-in-out; transition: opacity 0.3s ease, transform 1.6s ease-in-out; transition: opacity 0.3s ease, transform 1.6s ease-in-out, -webkit-transform 1.6s ease-in-out;}
.owners-step-3__cash {position: absolute; left: 42px; bottom: 35px; z-index: 0;}
.switcher-pane-3.active .owners-step-3__cash-arrow {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 4.6s; transition-delay: 4.6s;}
.owners-step-3__cash-fall {position: absolute; left: 50px; top: 50px; display: block; width: 113px; height: 43px; background: url(../images/solutions/content-owners/step-3/money.png) 0 0 no-repeat;}
/* 
.owners-step__flying-elem-holder {opacity: 0; transition: opacity 0.3s ease;}
.switcher-pane-3.active .owners-step__flying-elem-holder {opacity: 1; transition-delay: 1.5s;}
.owners-step__flying-elem {position: absolute; left: 0; top: 0; z-index: 3; transition: transform 7s ease-in-out;}
*/

.switcher-pane-3.active .owners-step-1 {-webkit-animation-delay: 0.7s;animation-delay: 0.7s;} 
.switcher-pane-3.active .owners-step-2 {-webkit-animation-delay: 1.6s;animation-delay: 1.6s;} 
.switcher-pane-3.active .owners-step-3 {-webkit-animation-delay: 3.8s;animation-delay: 3.8s;} 
.switcher-pane-3.active .owners-step,
.switcher-pane-3.active .owners-step-2__moving-pic,
.switcher-pane-3.active .owners-step__number-holder,
.switcher-pane-3.active .owners-step__flying-elem-holder,
.switcher-pane-2.active .active .curation-solution-activities-item-icon-holder {
    -webkit-animation-name: scaleItem;
            animation-name: scaleItem;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.switcher-pane-3.active .owners-step {-webkit-animation-duration: 0.5s;animation-duration: 0.5s;}
.switcher-pane-3.active .owners-step__flying-elem-holder {-webkit-animation-duration: 0.2s;animation-duration: 0.2s;}
.switcher-pane-3.active .owners-arrow-next-step-1 {opacity: 1; -webkit-transition-delay: 1.5s; transition-delay: 1.5s;}
.switcher-pane-3.active .owners-arrow-next-step-2 {opacity: 1; -webkit-transition-delay: 3.5s; transition-delay: 3.5s;}
.switcher-pane-3.active .owners-step-1 .owners-step__number-holder {-webkit-animation-delay: 1.2s;animation-delay: 1.2s;}
.switcher-pane-3.active .owners-step-2 .owners-step__number-holder {-webkit-animation-delay: 2.3s;animation-delay: 2.3s;}
.switcher-pane-3.active .owners-step-3 .owners-step__number-holder {-webkit-animation-delay: 4.3s;animation-delay: 4.3s;}
.switcher-pane-3.active .owners-step__number-holder {opacity: 1;}


/* Switcher */
.switcher-container {
    overflow: hidden;
}
.switcher-content {
    display: block;
}
.switcher-container .switcher-pane {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0;
    -webkit-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}
.section-solutions .switcher-pane.active {opacity: 1;}
.switcher-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid rgba(255,255,255,.35);
    border-radius: 20px;
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.switcher-nav .nav-item {position: relative; z-index: 1; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; line-height: 36px;}
.switcher-nav .nav-item .nav-link {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
}
.switcher-nav .nav-item.active .nav-link {
    color: #e74e0f;
    font-weight: 700;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.switcher-nav .nav-item.active .nav-link:hover {
    cursor: default;
}
.switcher-nav .pointer {position: absolute; left: 0; top: 0; z-index: 0; display: block; height: 100%; background-color: #fff; border-radius: 18px; -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}

.curation-solution-illustration {position: relative; width: 438px; height: 306px; margin: 0 auto;}
.curation-solution-illustration-circle-hightlight {position: absolute; left: 50%; top: 50%; z-index: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0;}
.switcher-pane-2.active .active .curation-solution-illustration-circle-hightlight {opacity: 1; -webkit-transition: opacity 0.5s 0.7s ease-in-out; transition: opacity 0.5s 0.7s ease-in-out;}
.curation-solution-illustration-logo-w {position: relative; z-index: 1; opacity: 0;}
.switcher-pane-2.active .active .curation-solution-illustration-logo-w {opacity: 1; -webkit-transition: opacity 0.5s 1.4s ease; transition: opacity 0.5s 1.4s ease;}
.curation-solution-activities-item {position: absolute; left: 0; top: 0; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.curation-solution-activities-item-icon-holder {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 41px; height: 41px; margin: 0 7px; background-color: #e74e0f; border-radius: 50%; border: 3px solid rgba(255,255,255,.45); -webkit-transform: scale(0); transform: scale(0); }
.curation-solution-activities-item-text {text-transform: uppercase; font-size: 13px; opacity: 0;}
.switcher-pane-2.active .active .curation-solution-activities-item-text {opacity: 1; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
.switcher-pane-2.active .active .curation-solution-activities-item-travel .curation-solution-activities-item-text {-webkit-transition-delay: 0.7s;transition-delay: 0.7s;}
.switcher-pane-2.active .active .curation-solution-activities-item-lifestyle .curation-solution-activities-item-text {-webkit-transition-delay: 0.8s;transition-delay: 0.8s;}
.switcher-pane-2.active .active .curation-solution-activities-item-travel .curation-solution-activities-item-text {-webkit-transition-delay: 0.9s;transition-delay: 0.9s;}
.switcher-pane-2.active .active .curation-solution-activities-item-tech .curation-solution-activities-item-text {-webkit-transition-delay: 1s;transition-delay: 1s;}
.switcher-pane-2.active .active .curation-solution-activities-item-music .curation-solution-activities-item-text {-webkit-transition-delay: 1.1s;transition-delay: 1.1s;}
.switcher-pane-2.active .active .curation-solution-activities-item-sports .curation-solution-activities-item-text {-webkit-transition-delay: 1.2s;transition-delay: 1.2s;}
.switcher-pane-2.active .active .curation-solution-activities-item-fashion .curation-solution-activities-item-text {-webkit-transition-delay: 1.3s;transition-delay: 1.3s;}
.switcher-pane-2.active .active .curation-solution-activities-item-food .curation-solution-activities-item-text {-webkit-transition-delay: 1.4s;transition-delay: 1.4s;}
.switcher-pane-2.active .active .curation-solution-activities-item-entertain .curation-solution-activities-item-text {-webkit-transition-delay: 1.5s;transition-delay: 1.5s;}
.switcher-pane-2.active .active .curation-solution-activities-item-news .curation-solution-activities-item-text {-webkit-transition-delay: 1.6s;transition-delay: 1.6s;}
.switcher-pane-2.active .active .curation-solution-activities-item-health .curation-solution-activities-item-text {-webkit-transition-delay: 1.7s;transition-delay: 1.7s;}

.curation-solution-activities-item-travel {-webkit-transform: translate(-57px, 84px);transform: translate(-57px, 84px);}
.curation-solution-activities-item-lifestyle {-webkit-transform: translate(23px, -19px);transform: translate(23px, -19px);}
.curation-solution-activities-item-tech {-webkit-transform: translate(22px, 234px);transform: translate(22px, 234px);}
.curation-solution-activities-item-music {-webkit-transform: translate(81px, 94px);transform: translate(81px, 94px);}
.curation-solution-activities-item-sports {-webkit-transform: translate(143px, 274px);transform: translate(143px, 274px);}
.curation-solution-activities-item-fashion {-webkit-transform: translate(216px, 53px);transform: translate(216px, 53px);}
.curation-solution-activities-item-food {-webkit-transform: translate(304px, 260px);transform: translate(304px, 260px);}
.curation-solution-activities-item-entertain {-webkit-transform: translate(248px, -8px);transform: translate(248px, -8px);}
.curation-solution-activities-item-news {-webkit-transform: translate(360px, 145px);transform: translate(360px, 145px);}
.curation-solution-activities-item-health {-webkit-transform: translate(413px, 4px);transform: translate(413px, 4px);}

.curation-solution-activities-item-travel .curation-solution-activities-item-icon-holder {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;}
.curation-solution-activities-item-lifestyle .curation-solution-activities-item-icon-holder {-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}
.curation-solution-activities-item-travel .curation-solution-activities-item-icon-holder {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
.curation-solution-activities-item-tech .curation-solution-activities-item-icon-holder {-webkit-animation-delay: 0.7s;animation-delay: 0.7s;}
.curation-solution-activities-item-music .curation-solution-activities-item-icon-holder {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;}
.curation-solution-activities-item-sports .curation-solution-activities-item-icon-holder {-webkit-animation-delay: 0.9s;animation-delay: 0.9s;}
.curation-solution-activities-item-fashion .curation-solution-activities-item-icon-holder {-webkit-animation-delay: 1s;animation-delay: 1s;}
.curation-solution-activities-item-food .curation-solution-activities-item-icon-holder {-webkit-animation-delay: 1.1s;animation-delay: 1.1s;}
.curation-solution-activities-item-entertain .curation-solution-activities-item-icon-holder {-webkit-animation-delay: 1.2s;animation-delay: 1.2s;}
.curation-solution-activities-item-news .curation-solution-activities-item-icon-holder {-webkit-animation-delay: 1.3s;animation-delay: 1.3s;}
.curation-solution-activities-item-health .curation-solution-activities-item-icon-holder {-webkit-animation-delay: 1.4s;animation-delay: 1.4s;}

.owners-step__flying-elem-holder {position: absolute; display: block; -webkit-transform: scale(0); transform: scale(0);}
.owners-step__flying-elem {display: block; background-repeat: no-repeat; background-position: 0 0; opacity: 0.7;}
.owners-step__flying-plus {width: 11px; height: 11px; background-image: url(../images/solutions/content-owners/general/plus.svg);}
.owners-step__flying-circle {width: 10px; height: 10px; background-image: url(../images/solutions/content-owners/general/circle.svg);}
.owners-step__flying-star {width: 10px; height: 11px; background-image: url(../images/solutions/content-owners/general/star.svg);}

.owners-step__flying-elem-holder-1 {left: 20px; top: 66px;}
.owners-step__flying-elem-holder-2 {left: -12px; top: 75px;}
.owners-step__flying-elem-holder-3 {left: 10px; top: 115px;}
.owners-step__flying-elem-holder-4 {left: 66px; top: -9px;}
.owners-step__flying-elem-holder-5 {left: 185px; top: 28px;}
.owners-step__flying-elem-holder-6 {left: 168px; top: 4px;}
.owners-step__flying-elem-holder-7 {left: 159px; top: 179px;}
.owners-step__flying-elem-holder-8 {left: 118px; top: 190px;}
.owners-step__flying-elem-holder-9 {left: 172px; top: 124px;}
.switcher-pane-3.active .owners-step-1 .owners-step__flying-elem-holder-1 {-webkit-animation-delay: 1.5s;animation-delay: 1.5s;}
.switcher-pane-3.active .owners-step-1 .owners-step__flying-elem-holder-2 {-webkit-animation-delay: 1.6s;animation-delay: 1.6s;}
.switcher-pane-3.active .owners-step-1 .owners-step__flying-elem-holder-3 {-webkit-animation-delay: 1.7s;animation-delay: 1.7s;}
.switcher-pane-3.active .owners-step-1 .owners-step__flying-elem-holder-4 {-webkit-animation-delay: 1.8s;animation-delay: 1.8s;}
.switcher-pane-3.active .owners-step-1 .owners-step__flying-elem-holder-5 {-webkit-animation-delay: 1.9s;animation-delay: 1.9s;}
.switcher-pane-3.active .owners-step-1 .owners-step__flying-elem-holder-6 {-webkit-animation-delay: 2s;animation-delay: 2s;}
.switcher-pane-3.active .owners-step-1 .owners-step__flying-elem-holder-7 {-webkit-animation-delay: 2.1s;animation-delay: 2.1s;}
.switcher-pane-3.active .owners-step-1 .owners-step__flying-elem-holder-8 {-webkit-animation-delay: 2.2s;animation-delay: 2.2s;}
.switcher-pane-3.active .owners-step-1 .owners-step__flying-elem-holder-9 {-webkit-animation-delay: 2.3s;animation-delay: 2.3s;}

.switcher-pane-3.active .owners-step-3 .owners-step__flying-elem-holder-1 {-webkit-animation-delay: 4.6s;animation-delay: 4.6s;}
.switcher-pane-3.active .owners-step-3 .owners-step__flying-elem-holder-2 {-webkit-animation-delay: 4.7s;animation-delay: 4.7s;}
.switcher-pane-3.active .owners-step-3 .owners-step__flying-elem-holder-3 {-webkit-animation-delay: 4.8s;animation-delay: 4.8s;}
.switcher-pane-3.active .owners-step-3 .owners-step__flying-elem-holder-4 {-webkit-animation-delay: 4.9s;animation-delay: 4.9s;}
.switcher-pane-3.active .owners-step-3 .owners-step__flying-elem-holder-5 {-webkit-animation-delay: 5s;animation-delay: 5s;}
.switcher-pane-3.active .owners-step-3 .owners-step__flying-elem-holder-6 {-webkit-animation-delay: 5.1s;animation-delay: 5.1s;}
.switcher-pane-3.active .owners-step-3 .owners-step__flying-elem-holder-7 {-webkit-animation-delay: 5.2s;animation-delay: 5.2s;}
.switcher-pane-3.active .owners-step-3 .owners-step__flying-elem-holder-8 {-webkit-animation-delay: 5.3s;animation-delay: 5.3s;}
.switcher-pane-3.active .owners-step-3 .owners-step__flying-elem-holder-9 {-webkit-animation-delay: 5.4s;animation-delay: 5.4s;}

.switcher-pane-3.active .owners-step-1 .owners-step__flying-plus {-webkit-animation: rotate-owners-flying-elem 0.8s 6s 2 ease;animation: rotate-owners-flying-elem 0.8s 6s 2 ease;}
.switcher-pane-3.active .owners-step-1 .owners-step__flying-star {-webkit-animation: rotate-owners-flying-elem 0.8s 8s 2 ease;animation: rotate-owners-flying-elem 0.8s 8s 2 ease;}
.switcher-pane-3.active .owners-step-3 .owners-step__flying-plus {-webkit-animation: rotate-owners-flying-elem 0.8s 10s 2 ease;animation: rotate-owners-flying-elem 0.8s 10s 2 ease;}
.switcher-pane-3.active .owners-step-3 .owners-step__flying-star {-webkit-animation: rotate-owners-flying-elem 0.8s 12s 2 ease;animation: rotate-owners-flying-elem 0.8s 12s 2 ease;}

@-webkit-keyframes scaleItem {
  70% {-webkit-transform: scale(1.3);transform: scale(1.3);}
  100% {-webkit-transform: scale(1);transform: scale(1);}
}

@keyframes scaleItem {
  70% {-webkit-transform: scale(1.3);transform: scale(1.3);}
  100% {-webkit-transform: scale(1);transform: scale(1);}
}
@-webkit-keyframes show-curation-item-text {
  to {opacity: 1;}
}
@keyframes show-curation-item-text {
  to {opacity: 1;}
}
@-webkit-keyframes rotate-owners-flying-elem {
  to {-webkit-transform: rotate(-360deg);transform: rotate(-360deg);}
}
@keyframes rotate-owners-flying-elem {
  to {-webkit-transform: rotate(-360deg);transform: rotate(-360deg);}
}

.monetization-media {width: 617px; margin: 0 auto; position: relative;}
.monetization-laptop {position: relative;}
.monetization-laptop__screen-cover {position: absolute; left: 75px; top: 23px;}
.monetization-laptop__video-holder {position: absolute; top: 52px; left: 82px; z-index: 2;}
.monetization-laptop__play-icon {position: absolute; left: 50%; top: 50%; display: none; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 3; cursor: pointer;}
.monetization-media_ended .monetization-laptop__play-icon {display: block;}
.monetization-laptop__logo-ww {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 3; opacity: 0.5;}
.monetization-media_ended .monetization-laptop__logo-ww {display: none;}
.monetization-media__video {width: 257px;}
.monetization-laptop__video-progress_start {-webkit-transition: none;transition: none;}
.monetization-laptop__video-progress_end {width: 250px;}
.monetization-laptop__point-description {position: absolute; left: 147px; top: 215px; width: 9px; height: 9px; background-color: #e74e0f; border-radius: 5px; z-index: 3; opacity: 0;}
.monetization-laptop__point-description-line {position: absolute; left: 50%; top: 7px; width: 2px; height: 0; margin-left: -1px; background-color: #e74e0f;}
.monetization-laptop__point-description_show {opacity: 1; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
.monetization-laptop__point-description_show .monetization-laptop__point-description-line {height: 142px; -webkit-transition: height 0.3s 0.3s ease-in; transition: height 0.3s 0.3s ease-in;}
.monetization-media__description {margin: 32px 0 0 100px; opacity: 0; visibility: hidden;}
.monetization-media__description-title {float: left; width: 105px; line-height: 25px; font-weight: 700; text-transform: uppercase; color: #fff; background-color: #e74e0f; border-radius: 20px;}
.monetization-media__description-info {margin-left: 117px; text-align: left;}
.monetization-media_start .monetization-media__description {opacity: 1; visibility: visible; -webkit-transition: opacity 0.4s 0.6s ease; transition: opacity 0.4s 0.6s ease;}

.solution-mob-pane-btn,
.curation-solution__mob-illustration,
.mob-monetization-laptop,
.content-owners__mob-graphic {display: none;}

/* Switcher end */
@media (max-width:1500px) {
    .section-solutions .switcher-content {
        width: 100%;
    }
    .section-solutions .switcher-pane .pane-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .section-solutions .switcher-pane-1 .cell-pic .pic {
        margin: -35px 0 0;
    } 
    .section-solutions .switcher-pane-2 .cell-pic .pic {
        margin: -85px 0 -55px;
    }
    .section-solutions .switcher-pane-3 .cell-pic .pic-owners {
       margin: 0 0 30px; 
    }
    .section-solutions .switcher-pane .cell-pic {
        padding: 30px 15px;
        width: auto;
    }
    .section-solutions .switcher-pane .cell-text {
        width: auto;
        padding: 0 15px;
    }
    .section-solutions .switcher-pane .cell-text .text {
        max-width: 100%;
    }
}
@media (max-width: 920px) {
    .section-solutions .section-title {padding: 60px 0 40px;}   
}
@media (max-width: 800px) {
    .section-solutions .switcher-pane-3 .cell-pic .pic-owners {
        margin-bottom: 0;
    }
    .section-solutions .pic-owners {
        width: auto;
        height: auto;
    }
    .section-solutions .pic-owners-item {
        display: inline-block;
        position: static;
        margin: 0 auto 30px;
    }
    .section-solutions .pic-owners-arr {
        display: none;
    }
}
@media (max-width: 750px) {
    .section-solutions-inner {padding-bottom: 30px;}
    .switcher-nav {display: none;}
    .switcher-wrapper {padding: 0 15px;}
    .section-solutions .switcher-content {display: block; -webkit-transform: translateX(0); transform: translateX(0);}
    .switcher-container .switcher-pane {margin-top: 15px; opacity: 1;}
    .switcher-container .switcher-pane-2 {margin-top: 0;}
    .section-solutions .switcher-pane .pane-content {opacity: 0; height: 0; padding: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
    .section-solutions .switcher-pane.active + .switcher-pane {margin-top: 0;}
    .section-solutions .switcher-pane.active .pane-content {height: auto; opacity: 1; padding: 25px 0;}
    .section-solutions .switcher-pane-3.active .pane-content {padding-bottom: 0;}
    .solution-mob-pane-btn {position: relative; z-index: 6; display: block; padding: 11px 15px; border: 2px solid rgba(255,255,255,.35); border-radius: 30px; text-align: center; color: #f3ccbd; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
    .solution-mob-pane-btn__text {font-size: 14px; font-weight: 700; text-transform: uppercase;}
    .solution-mob-pane-btn__arrow {position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 18px; -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease;}
    .section-solutions .switcher-pane.active .solution-mob-pane-btn {background-color: #fff; border-color: #fff; color: #e74e0f;}
    .section-solutions .switcher-pane.active .solution-mob-pane-btn__text {color: #e74e0f;}
    .section-solutions .switcher-pane.active .solution-mob-pane-btn__arrow {-webkit-transform: translateY(-50%) rotate(-180deg);transform: translateY(-50%) rotate(-180deg);}
    .section-solutions .switcher-pane .cell-text {padding: 0;}
    .section-solutions .switcher-pane .cell-text .row-btn {padding-top: 15px; text-align: center;}
    .section-solutions .switcher-pane .cell-text .title {padding-bottom: 5px; font-size: 21px;}
    .section-solutions .switcher-pane .cell-text p {margin-bottom: 10px;}
    .owners-steps {-webkit-transform: scale(0.7);transform: scale(0.7);}
}
@media (max-width:680px) {
    .section-solutions .switcher-pane .cell-pic {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        display: block;
    }
    .section-solutions .switcher-pane-2 .cell-pic .pic {
        margin: -45px 0 -35px;
    }
    .switcher-nav .nav-item .nav-link {
        padding: 10px 10px;
        font-size: 10px;
    }
}
@media (max-width:600px) {
    .section-solutions .switcher-pane .cell-text {margin-top: 20px;}
    .section-solutions .switcher-pane .cell-pic {padding: 0;}
    .curation-solution__mob-illustration {display: block; margin: 0 auto;}
    .curation-solution-illustration {width: auto; height: auto;}
    .curation-solution-illustration-circle-hightlight,
    .curation-solution-illustration-logo-w,
    .curation-solution-activities-list {display: none;}    
    .monetization-media {-webkit-transform: scale(0.5);transform: scale(0.5);}
    .monetization-media__description {opacity: 1; visibility: visible;}
    .mob-monetization-laptop {display: block;}
    .monetization-media {display: none;}
}
@media (max-width:520px) {
    .content-owners__mob-graphic {display: block;}
    .owners-steps {display: none;}
}
@media (max-width:480px) {
    .section-solutions .section-title {padding: 35px 0 30px; font-size: 28px;}
}


/* SECTION BENEFITS */
.section-benefits {
    color: #626262;
    font-size: 18px;
    line-height: 1.6;
    background-color: #fff;
    padding: 0 15px;
    overflow: hidden;
}
.section-benefits .section-title {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 88px 0 82px;
}
.section-benefits .benefits-list {
    max-width: 1340px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 127px;
}
.section-benefits .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px 26px 90px;
    width: 46%;
    position: relative;
}
.section-benefits .pic {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-benefits .pic:before {
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.section-benefits .pic:after {
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.section-benefits .pic-1:before {
    background-image: url(../images/benefits/pic-benefit-1.svg);
}
.section-benefits .pic-2:before {
    background-image: url(../images/benefits/pic-benefit-2.svg);
}
.section-benefits .pic-3:before {
    background-image: url(../images/benefits/pic-benefit-3.svg);
}
.section-benefits .pic-4:before {
    background-image: url(../images/benefits/pic-benefit-4.svg);
}
.section-benefits .pic-5:before {
    background-image: url(../images/benefits/pic-benefit-5.svg);
}
.section-benefits .pic-6:before {
    background-image: url(../images/benefits/pic-benefit-6.svg);
}
.section-benefits .pic-1:after {
    background-image: url(../images/benefits/pic-benefit-color-1.svg);
}
.section-benefits .pic-2:after {
    background-image: url(../images/benefits/pic-benefit-color-2.svg);
}
.section-benefits .pic-3:after {
    background-image: url(../images/benefits/pic-benefit-color-3.svg);
}
.section-benefits .pic-4:after {
    background-image: url(../images/benefits/pic-benefit-color-4.svg);
}
.section-benefits .pic-5:after {
    background-image: url(../images/benefits/pic-benefit-color-5.svg);
}
.section-benefits .pic-6:after {
    background-image: url(../images/benefits/pic-benefit-color-6.svg);
}
.section-benefits .pic-1 {
    width: 75px;
    height: 65px;
}
.section-benefits .pic-2 {
    width: 77px;
    height: 58px;
}
.section-benefits .pic-3 {
    width: 61px;
    height: 81px;
}
.section-benefits .pic-4 {
    width: 65px;
    height: 65px;
}
.section-benefits .pic-5 {
    width: 53px;
    height: 63px;
}
.section-benefits .pic-6 {
    width: 62px;
    height: 80px;
}
.section-benefits .pic svg {
    display: none;
}
.section-benefits .item-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    padding: 0 0 13px;
}
.section-benefits .item-text {
}
.section-benefits .item:hover .pic {
    background: none;
}
.section-benefits .item:hover .pic:before {
    opacity: 0;
}
.section-benefits .item:hover .pic:after {
    opacity: 1;
}
.benefits-list .owl-controls {width: 100%;}
.benefits-list .owl-nav {position: relative; margin-top: 15px;}
.benefits-list .owl-nav .owl-prev {left: 50%; margin-left: -35px;}
.benefits-list .owl-nav .owl-next {left: 50%; right: auto; margin-left: 10px;}
@media (max-width:920px) {
    .section-benefits .section-title {padding: 60px 0 40px;}
}
@media (max-width:767px) {
    .benefits-list [data-aos^=fade][data-aos^=fade] {opacity: 1;}
    .benefits-list [data-aos=fade-left] {-webkit-transform: translateX(0);transform: translateX(0);}
    .benefits-list [data-aos=fade-right] {-webkit-transform: translateX(0);transform: translateX(0);}
}
@media (max-width:840px) {
    .section-benefits .benefits-list {
        padding-bottom: 40px;
    }
    .section-benefits .section-title {
        padding-bottom: 30px;
    }
    .section-benefits .item {
        width: 100%; padding-bottom: 22px;
    }
    .section-benefits .item-title {
        padding-bottom: 6px;
        font-size: 21px;
    }
}
@media (max-width:480px) {
    .section-benefits .section-title {padding: 35px 0 30px; font-size: 28px;}
    .section-benefits .item-title {font-size: 19px;}
    .section-benefits .item-text {font-size: 17px;}
}

/* SECTION BENEFITS END */

/* SECTION INVITE */
.section-invite {
    color: #FFF;
    text-align: center;
    background: #515151 url(../images/index-engage-bg.png) repeat;
    padding: 64px 0 28px;
    line-height: 1.6;
}
.section-invite .main {
}
.section-invite .title {
    font-size: 34px;
    font-weight: 700;
    padding: 0 0 2px;
    text-transform: uppercase;
}
.section-invite .message {
    font-size: 18px;
    padding: 0 0 23px;
}
.section-invite .row-btn {
    padding: 10px 0 50px;
}
.section-invite .row-btn .btn {
}
@media (max-width:840px) {
    .section-invite {
        padding: 45px 0 5px;
    }
    .section-invite .title {
        font-size: 21px;
    }
}

/* SECTION INVITE END */

/* SECTION CONTACT US */
.section-contact {
    background-color: #fff;
}
.section-contact .section-title {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 103px 0 94px;
}
.section-contact .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto 70px;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    min-height: 160px;
    padding: 0 15px;
}
.section-contact .contact-info:after {
    display: block;
    content: '';
    width: 1px;
    background-color: #d7d7d7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.section-contact .contact-info-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding: 15px 15px 10px 130px;
    width: 40%;
}
.section-contact .contact-info-item a {
    color: inherit;
}
.section-contact .contact-info-pic {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.contact-info-pic-1 {
    position: relative;
}
.contact-info-pic-1__pointer {position: absolute; left: 32px; top: 18px; }
.contact-info-pic-1.active .contact-info-pic-1__pointer {-webkit-animation: rotateContactPointer 2s infinite linear;animation: rotateContactPointer 2s infinite linear}
@-webkit-keyframes rotateContactPointer {
  to {-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
}
@keyframes rotateContactPointer {
  to {-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
}

.contact-info-pic-2 {position: relative; width: 82px; height: 82px; margin-left: 9px; border-radius: 50%; background-color: #eee;}
.contact-envelope {position: absolute; left: -9px; top: 23px; display: block; -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 0;}
.contact-info-pic-2.active .contact-envelope {-webkit-animation: flyingContactLetter 1.5s ease-in-out forwards;animation: flyingContactLetter 1.5s ease-in-out forwards; }
.contact-envelope__bottom-side {position: relative; z-index: 1; display: block; width: 61px; height: 38px; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: none; border-radius: 6px; border-top-left-radius: 0; border-top-right-radius: 0; background-color: #fff;}
.contact-envelope__line-top-holder {position: absolute; left: -10px; top: -12px; -webkit-transform: translateX(-30px); transform: translateX(-30px); overflow: hidden;}
.contact-envelope__line-top {display: block; width: 50px; height: 2px; background-color: #bbc0c4; }
.contact-envelope__line-top:before {content: ''; position: absolute; left: -7px; top: 0; width: 3px; height: 2px; background-color: #bbc0c4;}
.contact-envelope__line-middle-holder {position: absolute; left: -26px; top: 1px; -webkit-transform: translateX(-30px); transform: translateX(-30px); overflow: hidden;}
.contact-envelope__line-middle {display: block; width: 19px; height: 2px; background-color: #4b4b4b;}
.contact-envelope__line-bottom-holder {position: absolute; left: -14px; top: 19px; -webkit-transform: translateX(-30px); transform: translateX(-30px); overflow: hidden;}
.contact-envelope__line-bottom {display: block; width: 21px; height: 2px; background-color: #4b4b4b;}
.contact-info-pic-2.active .contact-envelope__line-top-holder,
.contact-info-pic-2.active .contact-envelope__line-middle-holder,
.contact-info-pic-2.active .contact-envelope__line-bottom-holder {-webkit-animation: showEnvelopeLines 1.5s 0.2s ease-in-out forwards;animation: showEnvelopeLines 1.5s 0.2s ease-in-out forwards;}
.contact-info-pic-2.active .contact-envelope__line-top,
.contact-info-pic-2.active .contact-envelope__line-middle,
.contact-info-pic-2.active .contact-envelope__line-bottom {-webkit-animation: hideEnvelopeLines 0.2s 1.2s linear forwards;animation: hideEnvelopeLines 0.2s 1.2s linear forwards;}
.contact-envelope__top-side {position: absolute; left: 0; bottom: 0; z-index: 3;}
.contact-envelope__cover-open-holder {position: absolute; z-index: 1; left: 0; bottom: 37px; display: block; height: 22px; -webkit-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: center bottom; transform-origin: center bottom;}
.contact-info-pic-2.active .contact-envelope__cover-open-holder {-webkit-animation: skewTopEnvelopeCoverHolderOpen 0.5s 2.5s linear forwards;animation: skewTopEnvelopeCoverHolderOpen 0.5s 2.5s linear forwards;}
.contact-info-pic-2.active .contact-envelope__cover-open {-webkit-animation: skewBottomEnvelopeCoverOpen 0.5s 4.2s linear forwards;animation: skewBottomEnvelopeCoverOpen 0.5s 4.2s linear forwards; -webkit-transform-origin: center bottom; transform-origin: center bottom; }
.contact-envelope__cover-closed-top,
.contact-envelope__cover-closed-bottom {display: block; position: absolute; z-index: 4; left: 0; top: 0; -webkit-transform-origin: center top; transform-origin: center top;}
.contact-info-pic-2.active .contact-envelope__cover-closed-top {-webkit-animation: skewTopEnvelopeCoverHolderClosed 0.5s 2s linear forwards;animation: skewTopEnvelopeCoverHolderClosed 0.5s 2s linear forwards;}
.contact-envelope__cover-closed-bottom {-webkit-transform: rotateX(-90deg);transform: rotateX(-90deg);}
.contact-info-pic-2.active .contact-envelope__cover-closed-bottom {-webkit-animation: skewBottomEnvelopeCoverClosed 0.5s 4.7s linear forwards;animation: skewBottomEnvelopeCoverClosed 0.5s 4.7s linear forwards;}
.contact-envelope__letter-holder {position: absolute; left: 4px; bottom: 1px; z-index: 2; display: block; width: 52px; height: 72px; overflow: hidden; opacity: 0;}
.contact-info-pic-2.active .contact-envelope__letter-holder {-webkit-animation: showLetterHolderContact 0.3s 3s linear forwards;animation: showLetterHolderContact 0.3s 3s linear forwards;}
.contact-envelope__letter {display: block; margin: 0 auto;}
.contact-info-pic-2.active .contact-envelope__letter {-webkit-animation: putLetterContact 0.7s 3.5s linear forwards;animation: putLetterContact 0.7s 3.5s linear forwards;}

@-webkit-keyframes skewTopEnvelopeCoverHolderClosed {
  to {-webkit-transform: rotateX(-90deg);transform: rotateX(-90deg)}
}

@keyframes skewTopEnvelopeCoverHolderClosed {
  to {-webkit-transform: rotateX(-90deg);transform: rotateX(-90deg)}
}
@-webkit-keyframes skewBottomEnvelopeCoverClosed {
  to {-webkit-transform: rotateX(0deg);transform: rotateX(0deg)}
}
@keyframes skewBottomEnvelopeCoverClosed {
  to {-webkit-transform: rotateX(0deg);transform: rotateX(0deg)}
}
@-webkit-keyframes skewTopEnvelopeCoverHolderOpen {
  to {-webkit-transform: rotateX(0deg);transform: rotateX(0deg)}
}
@keyframes skewTopEnvelopeCoverHolderOpen {
  to {-webkit-transform: rotateX(0deg);transform: rotateX(0deg)}
}
@-webkit-keyframes skewBottomEnvelopeCoverOpen {
  to {-webkit-transform: rotateX(-90deg);transform: rotateX(-90deg)}
}
@keyframes skewBottomEnvelopeCoverOpen {
  to {-webkit-transform: rotateX(-90deg);transform: rotateX(-90deg)}
}
@-webkit-keyframes flyingContactLetter {
  to {-webkit-transform: translateX(0);transform: translateX(0); opacity: 1;}
}
@keyframes flyingContactLetter {
  to {-webkit-transform: translateX(0);transform: translateX(0); opacity: 1;}
}
@-webkit-keyframes showLetterHolderContact {
  to {opacity: 1;}
}
@keyframes showLetterHolderContact {
  to {opacity: 1;}
}
@-webkit-keyframes putLetterContact {
  to {-webkit-transform: translatey(38px);transform: translatey(38px);}
}
@keyframes putLetterContact {
  to {-webkit-transform: translatey(38px);transform: translatey(38px);}
}
@-webkit-keyframes showEnvelopeLines {
  50% {opacity: 1;}
  100% {-webkit-transform: translateX(0);transform: translateX(0);}
}
@keyframes showEnvelopeLines {
  50% {opacity: 1;}
  100% {-webkit-transform: translateX(0);transform: translateX(0);}
}
@-webkit-keyframes hideEnvelopeLines {
  70% {opacity: 1;}
  100% {-webkit-transform: translateX(57px);transform: translateX(57px); opacity: 0;}

}
@keyframes hideEnvelopeLines {
  70% {opacity: 1;}
  100% {-webkit-transform: translateX(57px);transform: translateX(57px); opacity: 0;}

}
.section-contact .form-container {
    background: #eee url(../images/bg-map.jpg) 50% 0 no-repeat;
    background-size: cover;
    min-height: 600px;
    padding: 5px 0;
}
.section-contact .form-panel {
    background-color: #fff;
    width: 780px;
    margin: 70px auto 0;
}
.section-contact .form-panel .form-title {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 72px 0 58px;
}
@media (max-width:920px) {
    .section-contact .section-title {padding: 60px 0 40px;}
}
@media (max-width:840px) {
    .section-contact .contact-info:after {
        display: none;
    }
    .section-contact .contact-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .section-contact .contact-info-item {
        width: 100%;
        min-height: 80px;
        margin: 0 0 30px;
    }
    .section-contact .contact-info-item br {
        display: none;
    }
    .contact-envelope {left: 10px;}
}
@media (max-width:480px) {
    .section-contact .section-title {padding: 35px 0 30px; font-size: 28px;}
    .section-contact .form-panel {
        margin: 30px 15px;
    }
    .section-contact .contact-info-item {
        font-size: 16px;
        padding: 90px 15px 5px;
        text-align: center;
    }
    .section-contact .contact-info-pic {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .contact-info-item-2 {position: relative;}
    .contact-info-item-2:before {position: absolute; content: ''; display: block; left: -15px; right: -15px; top: -21px; height: 1px; background-color: #d7d7d7;}
    .contact-info-pic-2 {margin-left: 0;}
    .contact-envelope {left: -9px;}
}
.form-material .form-group {
    position: relative;
}
.form-material .form-control {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
    width: 100%;
    font-family: inherit;
    font-size: 18px;
    color: #626262;
    padding: 6px 0;
    border-radius: 0;
}
.form-material .form-control:focus {
    outline: none;
}
.form-material .control-label {
    display: block;
    font-size: 18px;
    color: #626262;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: font-size 0.2s ease, top 0.2s ease;
    transition: font-size 0.2s ease, top 0.2s ease;
    pointer-events: none;
}
.form-material textarea.form-control {
    resize: vertical;
    height: 36px;
    -webkit-transition: min-height 1s ease;
    transition: min-height 1s ease;
    min-height: 0;
}
.form-material textarea:focus, .form-material textarea.not-empty {
    min-height: 100px;
}
.form-material .form-control.not-empty + .control-label, .form-material .form-control:focus + .control-label {
    font-size: 12px;
    top: -10px;
}
.form-material .help-message {
    display: none;
}
.form-material .has-error .form-control, .form-material .has-error.form-control {
    border-color: #e74e0f;
    color: #e74e0f;
}
.form-material .has-error .control-label, .form-material .has-error.form-control.control-label {
    color: #e74e0f;
}
.form-material .has-error .help-message, .form-material .form-control.has-error + .help-message, .form-material .form-control.has-error + .control-label + .help-message {
    display: block;
    font-size: 12px;
    color: #e74e0f;
    padding: 2px 0 0;
}
.rcb-item {
    position: relative;
}
.rcb-item input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}
.rcb-item input[type="radio"] + span {
    padding-left: 35px;
}
.rcb-item input[type="radio"] + span:before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #c3c3c3;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.rcb-item input[type="radio"]:checked + span:after {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fa903a;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(7px, -50%);
    transform: translate(7px, -50%);
}
.rcb-item input[type="radio"] + span {
}
.rcb-item {
}
.rcb-item {
}
.rcb-item {
}
.rcb-item {
}
.form-contact {
    padding: 0 65px 75px;
}
.form-contact .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-contact .col {
    width: 47%;
    min-height: 81px;
}
.form-contact .row-textarea {
    min-height: 70px;
    padding-bottom: 23px;
}
.form-contact .row-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.form-contact .row-btn .note {
    font-size: 14px;
    display: block;
    text-align: right;
    margin: -3px 0 13px;
}
@media (max-width:840px) {
    .section-contact .form-panel .form-title {
        padding: 50px 0 30px;
        font-size: 24px;
    }
    .section-contact .form-panel {
        width: 90%;
    }
    .form-contact {
        padding: 0 30px 40px;
    }
}
@media (max-width:600px) {
    .form-contact .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form-contact .col {
        width: 100%;
    }
    .form-contact .row-btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-contact .row-btn .note {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 10px 0 15px;
    }
}
@media (max-width:840px) {
    .section-contact .form-panel .form-title {padding: 30px 0 22px;}
}

/* SECTION CONTACT US END */

/* FOOTER */
.site-footer {
    font-size: 16px;
    color: #626262;
    padding: 27px 0;
}
.site-footer .site-footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-footer .footer-logo {
    display: block;
    background: url(../images/logo-dark.svg) no-repeat;
    background-size: contain;
    width: 133px;
    height: 52px;
    overflow: hidden;
    text-indent: -10000px;
}
.site-footer .footer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.site-footer .footer-text .copy {
}
.site-footer .footer-nav {
}
.site-footer .footer-nav-list {
    padding: 0 18px;
}
.site-footer .footer-nav-list .item {
    display: inline-block;
    position: relative;
    padding: 0 18px;
}
.site-footer .footer-nav-list .item:before {
    display: block;
    content: '';
    width: 1px;
    background-color: #626262;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.site-footer .footer-nav-list .item-link:hover {
    color: #FF5800;
    text-decoration: underline;
}
.site-footer .footer-social {
}
@media (max-width:980px) {
    .site-footer .site-footer-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .site-footer .footer-text {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: center;
        padding: 30px 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width:640px) {
    .site-footer .footer-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .site-footer .footer-nav-list .item:before {
        display: none;
    }
    .site-footer .footer-nav {
        padding: 0 0 10px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .site-footer .footer-text {
        padding-top: 25px;
    }
    .site-footer .footer-text .copy {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (max-width:420px) {
    .site-footer .footer-logo {
        width: 95px;
        height: 40px;
    }
}
.list-social {
}
.list-social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.list-social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid #626262;
    color: #626262;
    border-radius: 50%;
    -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.list-social li a:after {
    display: inline-block;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list-social li a.fb:after {
    content: '\f09a';
}
.list-social li a.tw:after {
    content: '\f099';
}
.list-social li a.vk:after {
    content: '\f189';
}
.list-social li a.yt:after {
    content: '\f16a';
}
.list-social li a.in:after {
    content: '\f16d';
}
.list-social li a.li:after {
    content: '\f0e1';
}
.list-social li a:hover {
}
.list-social li a:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.list-social li a span {
    display: block;
    overflow: hidden;
    text-indent: -10000px;
    visibility: hidden;
}

/* FOOTER END */

/* MODAL */
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
}
.modal:before {
    content: '';
    height: 100%;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.7s ease-out;
    transition: -webkit-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px auto;
    text-align: left;
    margin: 10px auto;
    display: inline-block;
    vertical-align: middle;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    outline: 0;
    text-align: center;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #5c5f65;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.68;
}
.modal-header {
    padding: 15px;
    background-color: #3C9CCE;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.modal-content .close {
    margin-top: -2px;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 16px;
    right: 11px;
    cursor: pointer;
    z-index: 1;
}
.modal-content .close:before, .modal-content .close:after {
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    background-color: #5c5f65;
    -webkit-transition: -webkit-transform  0.7s ease-out;
    transition: -webkit-transform  0.7s ease-out;
    transition: transform  0.7s ease-out;
    transition: transform  0.7s ease-out, -webkit-transform  0.7s ease-out;
}
.modal-content .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.modal-content .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.modal-content .close:hover:before, .modal-content .close:hover:after {
    background-color: #1d1f22;
}
.modal-content .close span {
    display: none;
}


@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

/* MODAL END */

/* MODAL MESSAGE SENT */
.modal-message-sent {
    text-align: center;
}
.modal-message-sent .modal-dialog {
    width: 780px;
}
.modal-message-sent .modal-content {
    padding: 61px 15px 58px;
}
.modal-message-sent .icon {
    display: inline-block;
    background: url(../images/pic-modal-message-sent.svg) no-repeat;
    width: 114px;
    height: 108px;
    background-size: contain;
}
.modal-message-sent .title {
    font-size: 34px;
    color: #000;
    padding: 34px 0 0;
}
.modal-message-sent .message {
    font-size: 18px;
    padding: 25px 0 45px;
    line-height: 1.4;
    color: #77828f;
}
.modal-message-sent .row-btn {
}
.modal-message-sent .btn {
    min-width: 150px;
}
@media only screen and (max-width:800px) {
    .modal-message-sent .modal-dialog {
        width: 90%
    }
    .modal-message-sent .btn {
    }
}
@media only screen and (max-width:420px) {
    .modal-message-sent .modal-content {
        padding: 35px 15px;
    }
    .modal-message-sent .title {
        font-size: 24px;
    }
    .modal-message-sent .message {
        font-size: 16px;
        padding: 15px 0 25px;
    }
}

/* MODAL MESSAGE SENT END */

/* MODAL SIGN UP */
.modal-sign-up {
    text-align: center;
}
.modal-sign-up .modal-dialog {
    width: 750px;
}
.modal-sign-up .modal-content {
    padding: 61px 15px 44px;
}
.modal-sign-up .icon {
    display: inline-block;
    background: url(../images/pic-modal-sign-up.svg) no-repeat;
    width: 113px;
    height: 106px;
    background-size: contain;
}
.modal-sign-up .title {
    font-size: 34px;
    color: #000;
    padding: 18px 0 0;
}
.modal-sign-up .message {
    font-size: 18px;
    padding: 15px 0 29px;
    line-height: 1.4;
    color: #77828f;
}
.modal-sign-up .row-btn {
}
.modal-sign-up .btn {
    min-width: 150px;
}
.form-sign-up {
    padding: 0 33px;
    text-align: left;
}
.form-sign-up .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-sign-up .col {
    width: 47%;
    min-height: 50px;
}
.form-sign-up .col .rcb-item {
    display: inline-block;
    vertical-align: baseline;
    margin: 10px 0;
}
.form-sign-up .col .sep {
    margin: 0 18px;
}
.form-sign-up .row-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 23px 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-sign-up .row-btn .note {
    font-size: 14px;
    display: block;
    text-align: right;
    margin: -3px 0 13px;
}
.form-sign-up .row-btn .btn {
}
@media (max-width:800px) {
    .modal-sign-up .modal-content {
        padding: 35px 15px;
    }
    .modal-sign-up .title {
        font-size: 28px;
    }
    .modal-sign-up .icon {
        width: 73px;
        height: 70px;
    }
    .modal-sign-up .message {
        padding-bottom: 10px;
        font-size: 16px;
    }
    .modal-sign-up .modal-dialog {
        width: 90%
    }
    .form-sign-up .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form-sign-up .col {
        width: 100%;
        padding-bottom: 5px;
    }
    .modal-sign-up .btn {
    }
}
@media (max-width:660px) {
    .form-sign-up {
        padding: 0 10px;
    }
    .form-sign-up .row-btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-sign-up .row-btn .note {
        text-align: center;
        padding: 12px 0 0;
    }
    .form-sign-up .cell-captcha {
    }
    .form-sign-up .cell-btn {
        width: 100%;
    }
}
@media (max-width:360px) {
    .form-sign-up .cell-captcha > div {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/* MODAL SIGN UP END */

/* MODAL SIGN UP SENT */
.modal-sign-up-sent {
    text-align: center;
}
.modal-sign-up-sent .modal-dialog {
    width: 780px;
}
.modal-sign-up-sent .modal-content {
    padding: 61px 15px 58px;
}
.modal-sign-up-sent .icon {
    display: inline-block;
    background: url(../images/pic-modal-message-sent.svg) no-repeat;
    width: 114px;
    height: 108px;
    background-size: contain;
}
.modal-sign-up-sent .title {
    font-size: 34px;
    color: #000;
    padding: 34px 0 0;
}
.modal-sign-up-sent .message {
    font-size: 18px;
    padding: 25px 0 45px;
    line-height: 1.4;
    color: #77828f;
}
.modal-sign-up-sent .row-btn {
}
.modal-sign-up-sent .btn {
    min-width: 150px;
}
@media only screen and (max-width:800px) {
    .modal-sign-up-sent .modal-dialog {
        width: 90%
    }
    .modal-sign-up-sent .btn {
    }
}
@media only screen and (max-width:420px) {
    .modal-sign-up-sent .modal-content {
        padding: 35px 15px;
    }
    .modal-sign-up-sent .title {
        font-size: 24px;
    }
    .modal-sign-up-sent .message {
        font-size: 16px;
        padding: 15px 0 25px;
    }
}

/* MODAL SIGN UP SENT END */

/* Regular page */
.privacy-terms__wrap {max-width: 1545px; margin: 0 auto; padding: 0 15px;}
.page-title {margin-top: 90px; padding: 100px 0; color: #fff; text-transform: uppercase; background-color: #ff5800;}
.page-title__text {font-size: 42px; font-weight: 700;}
.page-main {padding: 35px 0 15px;}
.privacy-terms__main-title {margin: 30px 0 20px; font-size: 30px; font-weight: 700;}
.privacy-terms__paragraph {margin-top: 15px;}
.privacy-terms__wrap p:first-child {margin-top: 0;}
.privacy-terms__list-title {margin-top: 18px; font-size: 26px;}
.ul-list-privacy-terms {list-style-type: disc; list-style-position: inside;}
.ul-list-privacy-terms__item {margin-top: 15px;}
@media (max-width:1300px) {
    .page-title {padding: 75px 0;}
    .page-title__text {font-size: 36px;}
}
@media (max-width:870px) {
    .page-title {margin-top: 54px; padding: 40px 0;}
    .page-title__text {font-size: 30px;}
    .privacy-terms__main-title {margin: 22px 0 15px; font-size: 24px;}
}
@media (max-width:480px) {
    .page-title {padding: 25px 0;}
    .page-title__text {font-size: 26px;}
    .privacy-terms__main-title {font-size: 18px;}
    .privacy-terms__list-title {font-size: 22px;}
}