@charset "utf-8";
html {
    overflow-x: hidden;
    padding: 0;
    margin: 0
}

@font-face {
    font-family: 'DreamHan';
    src: url(../font/DreamHanSerifCN-W18.subset.woff);
    font-weight: normal;
    font-style: normal;
}


body {
    overflow-x: hidden;
    font-family: Jost, Arial, Helvetica, 'DreamHan', sans-serif, 微软雅黑;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 400;
    color: #777;
    word-break: break-word
}

p {
    letter-spacing: 0
}

[class^=_fn_], section {
    width: 100%;
    float: left;
    clear: both
}

.tomato_fn_wrapper, .tomato_fn_wrapper * {
    box-sizing: border-box
}

.tomato_fn_svg {
    fill: currentcolor;
    width: 18px;
    height: 18px;
    float: none;
    clear: none
}

h1, h2, h3, h4, h5, h6 {
    color: #0e090d
}

.tomato_fn_content {
    width: 100%;
    position: relative;
    z-index: 10;
    padding-left: 400px;
    transition: padding .5s ease
}

.container {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto
}

.tomato_fn_mobilemenu {
    width: 100%;
    float: left;
    clear: both;
    display: none;
    position: relative;
    z-index: 33
}

.tomato_fn_mobilemenu .hamburger {
    opacity: 1
}

.tomato_fn_mobilemenu ul {
    list-style-type: none;
    margin: 0
}

.tomato_fn_mobilemenu .logo_hamb {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px;
    background-color: #000;
    box-sizing: border-box
}

.tomato_fn_mobilemenu .logo_hamb .in {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between
}

.tomato_fn_mobilemenu .menu_logo a {
    text-decoration: none;
    display: block;
    cursor: pointer
}

.tomato_fn_mobilemenu .menu_logo img {
    max-width: 250px;
    max-height: 40px
}

.tomato_fn_mobilemenu .mobilemenu {
    width: 100%;
    float: left;
    clear: both;
    padding: 40px 20px 30px 20px;
    background-color: #ff5251;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}

.tomato_fn_mobilemenu ul a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    display: block;
    position: relative
}

.tomato_fn_mobilemenu ul ul a {
    text-transform: none
}

.tomato_fn_mobilemenu ul li {
    margin: 0;
    position: relative;
    margin-bottom: 10px
}

.tomato_fn_mobilemenu .menu_logo {
    margin-right: 20px
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger-box {
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    -moz-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    -ms-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    -o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    -moz-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    -ms-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(45deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(45deg);
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    -moz-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    -ms-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    -o-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger {
    padding: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.hamburger-box {
    display: block
}

.hamburger .hamburger-inner, .hamburger .hamburger-inner::after, .hamburger .hamburger-inner::before {
    background-color: #fff;
    width: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tomato_fn_sidebar {
    width: 400px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    background-color: #F6F6F6;
    padding: 200px 20px;
    padding: 15vh 20px;
    transition: transform .5s ease
}

.tomato_fn_wrapper.sidebar-closed .tomato_fn_sidebar {
    transform: translateX(-100%)
}

.tomato_fn_wrapper.sidebar-closed .tomato_fn_content {
    padding-left: 0 !important
}

.tomato_fn_wrapper.sidebar-closed .tomato_fn_sidebar .nav__button {
    transform: translateX(0);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%)
}

.tomato_fn_sidebar .nav__button {
    position: absolute;
    min-width: 50px;
    height: 30px;
    left: 100%;
    transform: translateX(-50%);
    max-width: 100px;
    color: #000;
    font-weight: 400;
    top: 40px;
    display: block;
    white-space: nowrap;
    transition: all .5s ease;
    background: #fff;
    border-radius: 15px;
    font-size: 15px;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
    box-shadow: 0 2px 3px rgb(0 0 0 / 5%);
    z-index: 33;
    cursor: pointer
}

.tomato_fn_sidebar .nav__button .width_indicator {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center
}

.tomato_fn_sidebar .nav__button.resize .nav_trigger {
    opacity: 0
}

.tomato_fn_sidebar .nav__button.resize .width_indicator {
    opacity: 1
}

.tomato_fn_sidebar .sidebar_in {
    width: 100%;
    height: 100%;
    position: relative
}

.tomato_fn_sidebar .logo {
    text-align: center;
    padding-bottom: 100px;
    padding-bottom: 5vh
}

.tomato_fn_sidebar .logo a {
    text-decoration: none;
    position: relative;
    display: inline-block
}

.tomato_fn_sidebar .logo span {
    width: 8px;
    height: 8px;
    background-color: #ff5251;
    display: block;
    text-decoration: none;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 7px;
    right: -3px
}

.tomato_fn_sidebar .navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    transition: margin .3s ease, opacity .6s ease
}

.tomato_fn_sidebar .navigation ul.ready {
    opacity: 1
}

.tomato_fn_sidebar .sidebar_in > * {
    width: 100%;
    float: left;
    clear: both
}

.tomato_fn_sidebar .navigation {
    overflow: hidden
}

.tomato_fn_sidebar .navigation ul li {
    text-align: center;
    margin-bottom: 13px
}

.tomato_fn_sidebar .navigation ul li:last-child {
    margin-bottom: 0
}

.tomato_fn_sidebar .navigation ul li a {
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 22px;
    color: #1b1a1f;
    line-height: 25px
}

.tomato_fn_sidebar .copyright {
    position: absolute;
    bottom: 0;
    padding-top: 5vh
}

.tomato_fn_sidebar .copyright p {
    color: #777;
    text-align: center;
    font-size: 16px;
    font-weight: 400
}

.tomato_fn_sidebar .copyright p a {
    color: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    transition: all .5s ease
}

.tomato_fn_sidebar .copyright p a:hover {
    border-bottom-color: #000;
    color: #000
}

.shifter_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100vh;
    overflow: hidden;
    cursor: e-resize;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.shifter ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.shifter ul li {
    margin: 0;
    padding: 0;
    padding-top: 100px
}

.shifter ul li span {
    position: relative;
    width: 15px;
    height: 6px;
    background-color: #fff;
    display: inline-block;
    z-index: 20;
    transform: rotate(20deg)
}

.tomato_fn_title {
    text-align: center;
    margin-bottom: 60px
}

.tomato_fn_title .title_fixer {
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative
}

.tomato_fn_title h2 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-size: calc(30px + 1.57vw);
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0;
    text-transform: uppercase
}

.tomato_fn_title .title_fixer:after {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -75px;
    bottom: 0;
    width: 150px;
    height: 10px;
    background-color: #ff5251;
    border-radius: 25px;
    display: block
}

.section_home {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative
}

.section_home .home_left {
    position: relative;
    z-index: 5;
    width: 52%;
    min-width: 52%;
    padding: 67px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    min-height: 90vh
}

.section_home .home_left h2 {
    font-weight: 600;
    font-size: 100px;
    font-size: calc(38px + 2.8vw);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    left: -3px
}

.animated_text {
    display: inline-block;
    position: relative
}

.animated_text .line {
    width: 0%;
    top: 0;
    bottom: 0;
    height: inherit;
    background: #f6efef;
    /*background: #E3E3E3;*/
    /*background: #F44336;*/
    /*background: #f98787;*/
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.animated_text .word {
    display: inline-block
}

.animated_text .char {
    display: inline-block;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0) rotateY(-90deg) translateY(10px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.animated_text .char.opened {
    opacity: 1;
    visibility: visible;
    transform: rotate(0)
}

.animated_text .text {
    opacity: 0;
    display: block
}

.animated_text.ready .text {
    -webkit-animation: animateText 2s forwards;
    -o-animation: animateText 2s forwards;
    animation: animateText 2s forwards;
    animation-delay: 1.6s
}

.animated_text.ready .line {
    -webkit-animation: animateLine 2s cubic-bezier(.74, .06, .4, .92) forwards;
    -o-animation: animateLine 2s cubic-bezier(.74, .06, .4, .92) forwards;
    animation: animateLine 2s cubic-bezier(.74, .06, .4, .92) forwards
}

@keyframes animateLine {
    0% {
        width: 0%;
        left: 0
    }
    50% {
        width: 100%;
        left: 0
    }
    100% {
        width: 0;
        left: 100%
    }
}

@keyframes animateText {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

.section_home .home_left_stick span {
    height: 10px;
    width: 250px;
    max-width: 60%;
    border-radius: 25px;
    background-color: #ff5251;
    display: block;
    margin-bottom: 44px
}

.section_home .subtitle {
    max-width: 510px
}

.section_home .subtitle p {
    line-height: 36px;
    font-size: 18px
}

.section_home .subtitle a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent
}

.section_home .subtitle a:hover {
    border-bottom-color: #000;
    color: #000
}

.section_home .home_right {
    position: relative;
    width: 70%;
    min-width: 70%;
    left: -20%
}

.section_home .home_right img {
    position: relative;
    left: 10%
}

.section_about {
    padding: 145px 0 0 0
}

.section_about .about_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%
}

.section_about .about_left {
    width: 50%;
    padding-right: 30px;
    position: relative
}

.section_about .left_in {
    border: 1px solid transparent;
    padding: 67px 50px 64px;
    margin: 0;
    display: block
}

.section_about .about_mover {
    border: 1px solid #f6efef;
    border-radius: 8px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .04);
    margin: 0;
    display: block;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 30px;
    top: 0;
    bottom: 0;
    background-color: #fff
}

.section_about .about_left ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.section_about .about_left li {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%
}

.section_about .about_left li:last-child {
    margin-bottom: 0
}

.section_about .about_left h5 {
    font-size: 18px;
    font-weight: 600;
    min-width: 100px;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.section_about .about_left .about_title {
    color: #000;
    min-width: 100px;
    margin-right: 30px;
    display: inline-block;
    font-weight: 600
}

.section_about .about_left span {
    color: #777;
    font-size: 18px;
    font-weight: 400
}

.section_about .about_left a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent
}

.section_about .about_left a:hover {
    border-bottom-color: #000;
    color: #000
}

.section_about .about_left .special {
    color: #ff5251
}

.section_about .about_right {
    width: 50%;
    padding-left: 30px
}

.about_me {
    padding-bottom: 69px
}

.about_me p {
    font-size: 18px;
    font-weight: 400;
    color: #303030;
    line-height: 36px;
    margin-bottom: 24px
}

.about_me p:last-child {
    margin-bottom: 0
}

.learn_more ul {
    margin: 0;
    padding: 0;
    margin-left: -30px
}

.learn_more li {
    display: inline-block;
    padding-left: 30px
}

.learn_more a {
    color: #0e090d;
    text-decoration: none;
    display: block;
    position: relative;
    width: 18px;
    height: 18px
}

.learn_more a:after {
    position: absolute;
    border-radius: 100%;
    content: "";
    top: -11px;
    left: -11px;
    bottom: -11px;
    right: -11px;
    background-color: transparent;
    transition: all .4s ease;
    z-index: 2;
    transform: scale(.8)
}

.learn_more a span {
    z-index: 5;
    position: relative
}

.learn_more a:hover {
    color: #fff
}

.learn_more a:hover:after {
    background-color: #0e090d;
    transform: scale(1)
}

.section_services {
    padding: 200px 0 40px 0
}

.tomato_services {
    margin-left: -60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row
}

.tomato_services .service_list {
    width: 100%;
    padding-left: 60px
}

.tomato_services .service_nav {
    width: 100%;
    float: left;
    clear: both;
    opacity: 0;
    transition: all 1s ease
}

.tomato_services .service_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: -4px
}

.tomato_services .service_nav li {
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    padding-left: 4px
}

.tomato_services .service_nav span {
    display: block;
    line-height: 50px;
    padding: 0 40px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.tomato_services .service_nav a {
    display: block;
    line-height: 60px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    background-color: #ff5251;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
    height: 60px
}

.tomato_services .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: -60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap
}

.tomato_services .list > li {
    width: 50%;
    float: left;
    padding-left: 60px;
    margin-bottom: 60px
}

.tomato_services .item {
    padding: 50px 40px 54px;
    border: 1px solid #f6efef;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .04);
    border-radius: 8px;
    cursor: pointer;
    height: 100%;
    transition: all .3s ease;
    background-color: #fff
}

.tomato_services .item:hover {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .08)
}

.hidden_info {
    display: none
}

.tomato_services .item .wing {
    position: absolute;
    left: 100%;
    width: 60px;
    height: 5px;
    display: block;
    background-color: #f6efef;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s ease
}

.tomato_services .item .wing:after, .tomato_services .item .wing:before {
    width: 30px;
    height: 5px;
    position: absolute;
    content: '';
    display: block;
    background-color: #f6efef
}

.tomato_services .item .wing:after {
    bottom: 100%;
    margin-bottom: 10px;
    left: 0
}

.tomato_services .item .wing:before {
    top: 100%;
    margin-top: 10px;
    right: 0
}

.tomato_services .list h4 {
    margin: 0;
    padding: 0;
    min-height: 60px;
    font-weight: 500;
    font-size: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 17px
}

.tomato_services .list .counter {
    width: 60px;
    height: 60px;
    min-width: 60px;
    padding: 0;
    display: block;
    text-align: center;
    line-height: 60px;
    background-color: #000;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    margin-right: 20px
}

.tomato_services .content {
    width: 0%;
    margin: 0;
    padding: 0 0 60px 60px;
    padding-left: 0
}

.fn__closer {
    cursor: pointer;
    position: absolute;
    width: 27px;
    height: 27px;
    top: 20px;
    right: 20px;
    background-color: #f6efef;
    border-radius: 7px;
    transition: all .3s ease
}

.fn__closer:hover {
    background-color: #ff5251
}

.fn__closer:hover:after, .fn__closer:hover:before {
    background-color: #fff
}

.fn__closer:after, .fn__closer:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 1px;
    background-color: #0f0a0e;
    left: 8px;
    top: 13px;
    transition: all .3s ease
}

.fn__closer:after {
    transform: rotate(45deg)
}

.fn__closer:before {
    transform: rotate(135deg)
}

.tomato_services .fn_in {
    border: 1px solid transparent;
    border-radius: 8px;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative
}

.tomato_services .fn_wrapper {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 50px 40px 54px
}

.tomato_services .fn_inner {
    display: none;
    width: 100%;
    float: left;
    overflow: hidden;
    opacity: 0
}

.tomato_services .content h3 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 27px
}

.tomato_services .content p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-bottom: 25px
}

.tomato_services .content p:last-child {
    margin-bottom: 0
}

.tomato_services.opened .service_nav {
    opacity: 1
}

.tomato_services.opened .list li {
    width: 100%
}

.tomato_services.opened .content {
    padding-left: 60px;
    width: 50%
}

.tomato_services.opened .service_list {
    width: 50%
}

.tomato_services.opened .item {
    opacity: .4
}

.tomato_services.opened .item.opened {
    opacity: 1;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .08)
}

.tomato_services .item.opened .counter {
    background-color: #ff5251
}

.tomato_services .item.opened .wing {
    opacity: 1
}

.tomato_services.opened .fn_in {
    border-color: #f6efef;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .08)
}

.tomato_services .fn_inner.ready {
    display: block
}

.tomato_services .fn_inner.opened {
    -webkit-animation: tomato-service-animation 1s ease;
    -moz-animation: tomato-service-animation 1s ease;
    opacity: 1
}

@-webkit-keyframes tomato-service-animation {
    0% {
        opacity: 0;
        transform: rotateZ(-5deg) translateY(100px)
    }
    100% {
        opacity: 1;
        transform: rotateZ(0) translateY(0)
    }
}

@-moz-keyframes tomato-service-animation {
    0% {
        opacity: 0;
        transform: rotateZ(-5deg) translateY(100px)
    }
    100% {
        opacity: 1;
        transform: rotateZ(0) translateY(0)
    }
}

.section_resume {
    padding: 100px 0
}

.section_resume .resume_footer {
    max-width: 100%;
    width: 100%;
    float: left;
    clear: both;
    position: relative
}

.section_resume .resume_list {
    position: relative;
    z-index: 5;
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 38px;
}

.section_resume ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.section_resume li {
    margin: 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding: 26px 0 24px;
    position: relative;
    cursor: pointer;
    transition: all .5s ease
}

.section_resume .fn_tooltip {
    position: absolute;
    bottom: 100%;
    border-radius: 5px;
    width: auto;
    max-width: 100%;
    display: block;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #f6efef;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .04);
    color: #777;
    padding: 34px 30px;
    transition: all .5s ease, opacity 0s ease;
    transform: translate(-50%, 20px)
}

.section_resume .fn_tooltip p {
    margin-bottom: 20px;
    display: block;
    text-indent: 20px
}

.section_resume .fn_tooltip p:last-child {
    margin-bottom: 0
}

.section_resume .fn_tooltip span {
    position: absolute;
    border: 10px solid transparent;
    border-top-color: #fff;
    left: 50%;
    top: 100%;
    margin-left: -10px;
    font-size: 18px;
    font-weight: 400
}

.section_resume li:nth-child(5) {
    border-bottom: 0 solid #e5e5e5
}

.section_resume li > span {
    width: 33.3333%;
    float: left;
    display: block
}

.section_resume li .middle_text {
    font-weight: 600;
    color: #0e090d;
    padding-left: 20px
}

.section_resume li .right_text {
    display: block;
    text-align: right
}

.section_resume li:hover:after {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.section_resume ul:hover li {
    border-bottom-color: transparent;
    opacity: .2
}

.section_resume ul:hover li:hover {
    opacity: 1
}

.section_resume li:hover .fn_tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    transition: all 1s .5s ease, opacity 0s ease
}

.section_resume .hover_box {
    position: absolute;
    z-index: 1;
    left: -20px;
    right: -20px;
    border-radius: 5px;
    transition: all .5s ease;
    background-color: transparent
}

.section_resume .hover_box .dots {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.section_resume .hover_box .dot {
    padding-left: 100px
}

.section_resume .hover_box .dot span {
    position: relative;
    width: 18px;
    height: 6px;
    background-color: #fff;
    display: inline-block;
    z-index: 20;
    transform: rotate(35deg)
}

.section_resume .hover_box.ready {
    background-color: #F6F6F6
}

.tomato_popup {
    position: fixed;
    left: 400px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.tomato_popup .stopper {
    position: fixed;
    z-index: -1;
    left: 400px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0
}

.tomato_popup .extra_img {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100vh;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.tomato_popup.opened {
    opacity: 1;
    visibility: visible
}

.tomato_popup::-webkit-scrollbar {
    width: 6px
}

.tomato_popup::-webkit-scrollbar-button {
    background: #f1f1f1
}

.tomato_popup::-webkit-scrollbar-track-piece {
    background: #f1f1f1
}

.tomato_popup::-webkit-scrollbar-thumb {
    background: #c1c1c1
}

.tomato_popup .fn__closer {
    position: fixed;
    width: 31px;
    height: 31px;
    border: 2px solid #fff;
    z-index: 2;
    opacity: 0;
    right: 44px;
    top: 38px
}

.tomato_popup .content {
    padding: 150px 0 100px
}

.tomato_popup .top_part {
    margin-bottom: 56px
}

.tomato_popup iframe {
    width: 100%
}

.tomato_popup .top_part img {
    display: block;
    margin: 0 auto
}

.tomato_popup .title_holder .subtitle {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: .5px;
    color: #ff5251;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px
}

.tomato_popup .title_holder .title {
    margin: 0;
    padding: 0;
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 26px
}

.tomato_popup .title_holder .desc {
    margin-bottom: 32px;
    line-height: 32px;
}

.tomato_popup .title_holder .desc:last-child {
    margin-bottom: 72px
}

.tomato_popup .info_list {
    width: 100%;
    float: left;
    margin-bottom: 34px
}

.tomato_popup .info_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: -40px
}

.tomato_popup .info_list li {
    width: 25%;
    float: left;
    padding-left: 40px;
    margin-bottom: 40px
}

.tomato_popup .info_list span {
    display: block
}

.tomato_popup .info_list .label {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 7px
}

.tomato_popup .info_list a {
    color: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    transition: all .5s ease
}

.tomato_popup .info_list a:hover {
    border-bottom-color: #000;
    color: #000
}

.tomato_popup .img_list {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 60px
}

.tomato_popup .img_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: -20px
}

.tomato_popup .img_list li {
    width: 50%;
    padding-left: 20px;
    float: left;
    margin-bottom: 20px
}

.tomato_popup .img_list li:nth-child(1) {
    width: 100%
}

.tomato_popup .img_list img {
    min-width: 100%;
    opacity: 0
}

.tomato_popup .img_list .abs_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.tomato_popup .img_item {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.tomato_popup .popup_nav {
    opacity: 0;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: space-between
}

.tomato_popup .post_nav {
    width: 40%;
    width: calc(50% - 50px);
    max-width: 350px
}

.tomato_popup .post_nav span {
    display: block;
    line-height: 50px;
    padding: 0 40px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.tomato_popup .post_nav a {
    display: block;
    line-height: 60px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    background-color: #ff5251;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
    height: 60px;
    border-radius: 10px
}

.tomato_popup .go_home {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-color: #ff5251;
    margin: 0 20px;
    border-radius: 10px;
    position: relative
}

.tomato_popup .go_home a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5
}

.tomato_popup .go_home ul {
    padding: 0;
    list-style-type: none;
    width: 21px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px
}

.tomato_popup .go_home li {
    margin: 0;
    padding: 0;
    width: 3px;
    height: 3px;
    display: block;
    background-color: #fff
}

.tomato_popup .popup_in {
    opacity: 0;
    transition: all .5s ease
}

.tomato_popup .popup_in.opened {
    opacity: 1
}

.tomato_popup.transition-end .fn__closer, .tomato_popup.transition-end .popup_nav {
    opacity: 1
}

body.modal-open {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 17px
}

.section_portfolio {
    padding: 100px 0 55px
}

.section_portfolio .portfolio_footer, .section_portfolio .portfolio_footer > * {
    width: 100%;
    float: left;
    clear: both
}

.section_portfolio .portfolio_filter ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-left: -44px;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center
}

.section_portfolio .portfolio_filter li {
    padding-left: 44px
}

.section_portfolio .portfolio_filter a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase
}

.section_portfolio .portfolio_filter a.current, .section_portfolio .portfolio_filter a:hover {
    color: #0e090d
}

.section_portfolio .portfolio_filter a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #777;
    right: -23px;
    top: 50%;
    margin-top: -5px
}

.section_portfolio .portfolio_filter a:hover:after {
    background-color: #000
}

.section_portfolio .portfolio_filter li:last-child a:after {
    width: 0
}

.section_portfolio .portfolio_list {
    max-width: 100%
}

.section_portfolio .portfolio_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: -45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

.section_portfolio .portfolio_list li {
    width: 33.3333%;
    float: left;
    padding-left: 45px;
    margin-bottom: 45px;
    position: relative
}

.section_portfolio .portfolio_list a {
    color: #777
}

.section_portfolio .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer
}

.section_portfolio .gallery_img {
    position: absolute;
    bottom: 0;
    left: 0;
    top: -40px;
    right: 0;
    z-index: 15;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    transition: all .5s ease
}

.section_portfolio .item:hover .gallery_text {
    opacity: 1;
    height: 100%;
    overflow: hidden
}

.section_portfolio .item:hover .gallery_img {
    top: 0
}

.section_portfolio .portfolio_list img {
    min-width: 100%;
    position: relative;
    z-index: 10;
    opacity: 0;
    display: block;
    overflow: hidden
}

.section_portfolio .gallery_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    opacity: 0;
    z-index: 15;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, .8);
    height: 0;
    overflow: inherit;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0 10px
}

.section_portfolio li span {
    position: relative;
    overflow: hidden;
    color: #ccc
}

.section_portfolio .gallery_title {
    text-transform: uppercase;
    margin-bottom: 9px
}

.section_portfolio li span:first-child {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden
}

.section_portfolio li .fn__title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    overflow: hidden
}

.section_blog {
    padding: 100px 0 0
}

.section_blog .blog_content {
    max-width: 100%
}

.section_blog ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: -45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

.section_blog li {
    width: 33.3333%;
    float: left;
    padding-left: 45px;
    margin-bottom: 45px;
    position: relative
}

.section_blog .item {
    width: 100%;
    float: left;
    clear: both;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

.section_blog .img_in {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .04)
}

.section_blog .img_holder img {
    opacity: 0;
    min-width: 100%
}

.section_blog .img_holder a {
    position: absolute;
    display: block;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.section_blog .blog_img {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    transition: all .5s ease
}

.section_blog .item:hover .blog_img {
    top: 0
}

.section_blog .title_holder p {
    font-size: 14px
}

.section_blog .title_holder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.section_blog .title_holder .read_more {
    margin-top: auto
}

.section_blog .meta {
    padding: 26px 0 11px 0;
    text-transform: uppercase
}

.section_blog p.meta a {
    text-decoration: none;
    color: inherit;
    transition: all .5s ease;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px
}

.section_blog p.meta a:hover {
    color: #000;
    border-bottom-color: #000
}

.section_blog .read_more {
    position: relative
}

.section_blog .read_more a {
    text-decoration: none;
    color: inherit;
    transition: all .5s ease;
    position: relative;
    padding-right: 30px
}

.section_blog .read_more a:hover {
    color: #000
}

.section_blog .read_more a:before {
    content: '';
    width: 0%;
    top: 0;
    bottom: 0;
    height: inherit;
    background: #f6efef;
    position: absolute;
    z-index: 25;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.section_blog .read_more a:hover:before {
    -webkit-animation: animateLine 1s cubic-bezier(.74, .06, .4, .92) forwards;
    -o-animation: animateLine 1s cubic-bezier(.74, .06, .4, .92) forwards;
    animation: animateLine 1s cubic-bezier(.74, .06, .4, .92) forwards
}

.section_blog .read_more a:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #777;
    right: 0;
    right: 0;
    top: 50%;
    transition: all .5s ease
}

.section_blog .read_more a:hover:after {
    background-color: #000
}

.section_blog h3 {
    line-height: 28px;
    margin: 0;
    padding: 0;
    margin-bottom: 23px
}

.section_blog h3 a {
    color: #0e090d;
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
    line-height: .28
}

.section_blog h3 a:hover {
    color: #ff5251
}

.section_contact {
    padding: 150px 0 200px 0
}

.section_contact .contact_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%
}

.section_contact .contact_footer_form {
    width: 85%
}

.section_contact ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: -20px
}

.section_contact li {
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 20px
}

.section_contact li:last-child {
    margin-bottom: 0
}

.section_contact .half {
    width: 50%
}

.section_contact input {
    background-color: #f2f2f2;
    width: 100%;
    min-width: 100%;
    outline: 0;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    border: none;
    line-height: 50px;
    border-radius: 3px;
    font-family: Jost, sans-serif;
    padding: 0 20px !important
}

.section_contact textarea {
    background-color: #f2f2f2;
    outline: 0;
    border: none;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    min-height: 250px;
    max-height: 500px;
    border-radius: 3px;
    font-family: Jost, sans-serif;
    padding: 14px 20px !important
}

.section_contact input[type=email]:focus, .section_contact input[type=tel]:focus, .section_contact input[type=text]:focus, .section_contact textarea:focus {
    background-color: #f6efef
}

.section_contact input[type=email]:focus::placeholder, .section_contact input[type=tel]:focus::placeholder, .section_contact input[type=text]:focus::placeholder, .section_contact textarea:focus::placeholder {
    color: transparent
}

.section_contact input[type=submit] {
    color: #fffeff;
    font-size: 16px;
    font-weight: 500;
    background-color: #ff5251;
    width: 100%;
    text-align: center;
    display: block;
    transition: all .5s ease;
    padding: 0 !important;
    border-radius: 3px
}

.section_contact input[type=submit]:hover {
    background-color: #0e090d
}

.section_contact .contact_footer_address {
    padding-left: 50px
}

.section_contact .address_header {
    padding-bottom: 37px
}

.section_contact p {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 8px
}

.section_contact h4 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 500
}

.section_contact .address_middle {
    padding-bottom: 44px
}

.section_contact p {
    font-size: 14px;
    padding-bottom: 8px
}

.section_contact .address_middle p {
    padding-bottom: 10px
}

.section_contact h4 {
    font-size: 30px;
    font-weight: 500
}

.section_contact a {
    text-decoration: none;
    color: inherit
}

.section_contact .address_footer img {
    max-height: 240px;
    text-decoration: none;
    color: #777;
    padding-bottom: 1px;
    transition: all .5s ease
}

.section_contact .address_footer a:hover {
    color: #000;
    border-bottom: 1px solid #000
}

.contact_form .empty_notice {
    color: #ff5251;
    margin-bottom: 7px;
    display: none;
    text-align: left
}

.contact_form .error {
    color: #ff5251;
    text-align: left;
    font-weight: 500
}

.contact_form .success {
    color: #3a00ff;
    margin-bottom: 7px;
    text-align: left;
    font-weight: 500
}

.main_slider {
    width: 100%;
    float: left;
    clear: both
}

.main_slider .swiper-slide {
    height: auto
}

.main_slider .img_holder {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.main_slider .swiper-slide-active .img_holder {
    transform: scale(1.2)
}

.main_slider .img_holder:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(24, 24, 24, .8)
}

.main_slider .item {
    padding: 200px 0;
    min-height: 100vh;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden
}

.main_slider .title_holder {
    position: relative;
    z-index: 4;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 180px;
    text-align: center
}

.main_slider .title_holder h3 {
    font-size: 72px;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    opacity: 0;
    transform: translateY(20px) rotate(5deg);
    transition: all .3s ease-in-out
}

.main_slider .swiper-slide-active .title_holder h3 {
    opacity: 1;
    transform: translateY(0) rotate(0)
}

.main_slider .title_holder h3 .word {
    display: inline-block
}

.main_slider .title_holder h3 .char {
    display: inline-block;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0) rotateY(-90deg);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.main_slider .title_holder h3 .char.opened {
    opacity: 1;
    visibility: visible;
    transform: rotate(0)
}

.nav__next, .nav__prev {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer
}

.nav__next .tomato_fn_svg, .nav__prev .tomato_fn_svg {
    opacity: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
    color: #fff
}

.nav__next .tomato_fn_svg.replaced-svg, .nav__prev .tomato_fn_svg.replaced-svg {
    opacity: 1
}

.nav__next {
    right: 50px
}

.nav__prev {
    left: 50px
}

.nav__prev .tomato_fn_svg {
    transform: rotate(180deg)
}

@media (max-width: 1040px) {
    .main_slider .title_holder h3 {
        font-size: 36px
    }

    .nav__next {
        right: 20px
    }

    .nav__prev {
        left: 20px
    }

    .nav__next, .nav__prev {
        width: 40px;
        height: 40px;
        margin-top: -20px
    }

    .main_slider .title_holder {
        padding: 0 80px;
        max-width: 960px
    }

    .nav__next .tomato_fn_svg, .nav__prev .tomato_fn_svg {
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px
    }

    .main_slider .title_holder {
        padding: 0 80px;
        max-width: 960px
    }
}

@media (max-width: 1400px) {
    .tomato_fn_sidebar {
        width: 300px
    }

    .tomato_fn_content {
        padding-left: 300px
    }

    .tomato_popup {
        left: 300px
    }

    .tomato_popup .content {
        padding: 40px 0
    }
}

@media (min-width: 1041px) and (max-width: 1400px) {
    .tomato_popup .fn__closer {
        right: 24px;
        top: 18px
    }
}

@media (max-width: 1200px) {
    .section_home .home_left {
        width: 60%;
        min-width: 60%
    }

    .section_home .home_right {
        left: -30%
    }

    .section_about .about_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 60px
    }

    .section_about .about_right {
        width: 100%;
        padding-left: 0
    }

    .section_about .about_content {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .section_about .about_mover {
        right: 0
    }

    .section_portfolio .portfolio_list li {
        width: 50%
    }

    .section_blog li {
        width: 50%
    }

    .section_blog li:nth-of-type(3n+1) {
        width: 100%
    }

    .section_contact .contact_footer {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .section_contact .contact_footer_form {
        width: 100%;
        margin-bottom: 70px
    }

    .section_contact .contact_footer_address {
        padding-left: 0
    }
}

@media (max-width: 1040px) {
    .tomato_popup .info_list li {
        width: 50%
    }

    .tomato_fn_sidebar {
        display: none
    }

    .tomato_fn_mobilemenu {
        display: block
    }

    .tomato_fn_content {
        padding-left: 0
    }

    .container {
        padding: 0 20px
    }

    .tomato_popup .content {
        padding: 20px 0
    }

    .section_about {
        padding-top: 69px
    }

    .section_services {
        padding-top: 100px
    }

    .section_resume {
        padding-top: 0
    }

    .section_portfolio {
        padding-top: 0
    }

    .section_blog {
        padding-top: 0
    }

    .section_contact {
        padding-top: 50px;
        padding-bottom: 100px
    }
}

@media (max-width: 768px) {
    .section_home .home_left {
        width: 100%;
        min-width: 100%
    }

    .section_home .home_right {
        left: -85%;
        opacity: .3;
        width: 100%;
        min-width: 100%
    }

    .section_about .left_in {
        padding: 37px 30px 44px
    }

    .tomato_services .list > li {
        width: 100%;
        margin-bottom: 30px
    }

    .tomato_services.opened .service_list {
        display: none
    }

    .tomato_services.opened .content {
        width: 100%
    }

    .section_resume li > span {
        width: 100%;
        margin-bottom: 10px
    }

    .section_resume li > span:last-child {
        margin-bottom: 0
    }

    .section_resume li .middle_text {
        padding-left: 0
    }

    .section_resume li:nth-of-type(2n+1) > span {
        text-align: left !important
    }

    .section_resume li:nth-of-type(2n) > span {
        text-align: right !important
    }

    .section_resume .fn_tooltip {
        width: 100%
    }

    .section_portfolio .portfolio_list li {
        width: 100%;
        margin-bottom: 30px
    }

    .section_blog li {
        width: 100%
    }

    .tomato_popup .popup_nav {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center
    }

    .tomato_popup .post_nav {
        width: 100%;
        max-width: 100%
    }

    .tomato_popup .go_home {
        margin: 20px
    }

    .tomato_popup .post_nav span {
        display: none
    }

    .tomato_popup .post_nav a {
        padding: 0 20px
    }

    .section_about .about_left h5 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .section_about .about_left .about_title {
        margin: 0 0 5px
    }
}

@media (max-width: 480px) {
    .section_home .home_right {
        left: -100%
    }

    .section_contact .half {
        width: 100%
    }

    .tomato_popup .img_list li {
        width: 100%
    }

    .tomato_popup .info_list li {
        width: 100%
    }
}