@font-face {
    font-family: proxima-nova;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ProximaNova-Regular.otf) format("opentype")
}

@font-face {
    font-family: proxima-nova;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ProximaNova-Bold.otf) format("opentype")
}

html {
    position: relative
}

body, html {
    font-family: sans-serif;
    height: 100%;
    -ms-overflow-style: none
}

*, :after, :before {
    box-sizing: border-box
}

body {
    padding: 0 15px;
    background: #262b3d;
    font-size: 16px;
    line-height: 1.5;
    font-family: proxima-nova, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin: 0
}

body::-webkit-scrollbar {
    display: none
}

@media (min-width: 768px) {
    body {
        padding: 0 0 60px 60px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: calc(5560px + 100vw)
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    body {
        padding: 0 15px;
        overflow-y: scroll;
        width: 100%
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    body {
        width: calc(6340px + 100vw)
    }
}

a {
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

a:focus {
    border-bottom: 1px solid #fff
}

a::-moz-focus-inner {
    border: 0
}

input {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

.mb-0 {
    margin-bottom: 0
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .mb-40 {
        margin-bottom: 30px
    }
}

.mb-60 {
    margin-bottom: 60px
}

@media (max-width: 1024px) {
    .mb-60 {
        margin-bottom: 30px
    }
}

img, picture {
    margin: 0;
    max-width: 100%;
    height: auto
}

.rwd-object {
    position: relative;
    height: 0;
    padding-bottom: 56.25%
}


.rwd-object-in {
    position: absolute;
    width: 100%;
    height: 100%
}



.work-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 700;
    text-decoration: none;
    margin-top: 25px;
}

.work-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.work-text {
    color: #fff;
    margin-bottom: 10px;
}

.work-icon {
    height: 25px;
    margin: 0 10px;
    width: 25px;
    background-image: url("../img/icons/youtube.svg");
    background-size: 100% 100%;
    display: flex;
    cursor: pointer;
}

.work-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.work-icons .work-icon:nth-child(1) {
    background-image: url("../img/icons/spotify.svg");
}

.work-icons .work-icon:nth-child(2) {
    background-image: url("../img/icons/apple.svg");
}

.work-icons .work-icon:nth-child(3) {
    background-image: url("../img/icons/google.svg");
}

iframe {
    background-color: #4d4c4c;
    background-repeat: no-repeat;
    background-position: center
}

h1, h2, h3 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 20px
}

.h1, h1 {
    font-size: 35px;
    font-weight: 700
}

@media (min-width: 768px) {
    .h1, h1 {
        font-weight: 400;
        font-size: 50px;
        width: 550px
    }

    .work-icon {
        height: 35px;
        width: 35px;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .h1, h1 {
        margin: 0 auto
    }
}

.h2, h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700
}

@media (min-width: 768px) {
    .h2, h2 {
        font-size: 40px;
        text-align: left;
        font-weight: 400
    }
}

.h3, h3 {
    font-size: 22px
}

ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

p {
    margin: 0 0 10px 0
}

.bold, strong {
    font-weight: 700
}

hr {
    border: 1px solid #fff;
    margin: 0 0 10px;
    width: 23px;
    height: 0;
    text-align: left
}

.text-center {
    text-align: center
}

@media (max-width: 767px) {
    .text-sm-center {
        text-align: center
    }
}

.text-justify {
    text-align: justify
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

@media (max-width: 767px) {
    .text-sm-left {
        text-align: left
    }
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-uppercase {
    text-transform: uppercase
}

.btn, .btn-invert {
    display: inline-block;
    background: #fff;
    color: #000;
    box-shadow: 0 16px 18px 0 rgba(0, 0, 0, .13), 0 4px 6px 0 rgba(0, 0, 0, .16);
    border-radius: 3px;
    min-width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: .3s
}

.btn-invert:hover, .btn:hover {
    background: #343b51;
    color: #fff
}

.btn-invert:focus, .btn:focus {
    border-bottom: 1px solid #000
}

.btn-video {
    margin-top: 30px;
    width: 200px
}

.btn-invert {
    background: #343b51;
    color: #fff
}

.btn-invert:focus {
    border-bottom: 1px solid #fff
}

.btn-invert:hover {
    background: #fff;
    color: #343b51
}

.btn-r {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -4px
}

@media (max-width: 767px) {
    .btn-r {
        width: 49.8%
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .btn-r {
        width: 49.8%
    }
}

.btn-l {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

@media (max-width: 767px) {
    .btn-l {
        width: 49.8%
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .btn-l {
        width: 49.8%
    }
}

.link-default {
    color: #fff;
    transition: .3s
}

.link-default:hover {
    opacity: .5
}

.list-inline li {
    display: inline-block;
    overflow: hidden
}

@media (min-width: 1400px) {
    .wrapper__me .first {
        margin-top: 50px
    }
}

.wrapper__me h3 {
    position: relative
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .wrapper__me h3 {
        margin-bottom: 15px
    }
}

.wrapper__me h3:before {
    position: absolute;
    top: -70px;
    font-size: 100px;
    font-weight: 400;
    opacity: .15
}

@media (max-width: 1700px) {
    .wrapper__me h3:before {
        font-size: 60px;
        top: -40px
    }
}

.wrapper__me .first:before {
    content: '01'
}

.wrapper__me .second:before {
    content: '02'
}

.wrapper__me .third:before {
    content: '03'
}

.wrapper__me p {
    margin-bottom: 60px
}

@media (min-width: 1701px) {
    .wrapper__me p {
        margin-bottom: 90px
    }
}

.wrapper__me p:last-child {
    margin-bottom: 0
}

.hidden {
    visibility: hidden
}

.visible {
    visibility: visible
}

@media (min-width: 1024px) {
    .animate {
        animation-duration: 1s
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-120px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated, .animated2 {
    animation-duration: 2s;
    animation-fill-mode: both
}

.fadeIn {
    animation-name: fadeIn
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-1000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(1000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.reveal {
    animation: revealText 5s
}

@keyframes revealText {
    0% {
        -webkit-clip-path: inset(0 50% 0 50% round 50px);
        clip-path: inset(0 50% 0 50% round 50px);
        opacity: 0
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0 round 0);
        clip-path: inset(0 0 0 0 round 0);
        opacity: 1
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@keyframes bounce {
    20%, 53%, 80%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -10px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -5px, 0)
    }
    90% {
        transform: translate3d(0, -2px, 0)
    }
}

.blog {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #262b3d;
    opacity: 1;
    padding: 60px 15px;
    overflow-y: scroll
}

@media (min-width: 768px) {
    .blog {
        padding: 120px 50px 50px
    }
}

.blog__content {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

.blog__content img {
    border-radius: 3px
}

.blog__content--info {
    clear: both;
    margin-top: 20px;
    margin-bottom: 40px !important
}

.blog__content p {
    text-align: justify;
    margin-bottom: 20px
}

.box {
    transition: .7s;
    margin-bottom: 30px;
    padding: 15px 0
}

@media (max-width: 1400px) {
    .box {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .box {
        margin-bottom: 10px
    }
}

.box__last {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .box {
        margin-bottom: 10px;
        padding: 30px 30px 25px;
        height: 281px
    }

    .box:hover {
        background: #2b3144;
        box-shadow: 0 0 100px 20px rgba(0, 0, 0, .7);
        transform: scale(1.18)
    }
}

@media (min-width: 1700px) {
    .box {
        padding: 40px 32px
    }
}

.box p {
    margin-bottom: 0
}

.contact__item {
    box-shadow: 0 16px 18px 0 rgba(0, 0, 0, .13), 0 4px 6px 0 rgba(0, 0, 0, .16), inset 0 1px 3px 0 #2b3144;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: .3s
}

.contact__item:hover {
    box-shadow: 0 16px 18px 0 rgba(0, 0, 0, .6), 0 4px 6px 0 rgba(0, 0, 0, .6), inset 0 1px 3px 0 #2b3144
}

@media (min-width: 400px) {
    .contact__item {
        width: 370px;
        margin-left: auto;
        margin-right: auto
    }
}

.contact__item:last-child {
    margin-bottom: 0
}

.contact__item a {
    display: block;
    border: 1px solid transparent
}

.contact__item a span {
    display: block
}

@media (min-width: 768px) {
    .contact__item a span {
        display: inline-block
    }
}

.contact__item a:focus {
    display: block;
    border: 1px solid #fff;
    border-radius: 3px
}

.contact__item-text {
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
    text-align: center
}

@media (min-width: 768px) {
    .contact__item-text {
        margin-left: 25px
    }
}

.showModalWrapper {
    padding: 60px 0 0
}

.showModalWrapper img {
    margin: 0 auto
}

.close-btn, .showModal {
    cursor: pointer
}

.close-btn {
    position: absolute;
    left: 22px;
    top: 21px;
    z-index: 10
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #262b3d;
    opacity: 1;
    z-index: 100;
    overflow-y: scroll
}

.modal__content {
    max-width: 680px;
    width: 100%;
    text-align: center;
    padding: 80px 15px
}

@media (min-width: 768px) {
    .modal__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 15px
    }
}

.modal__content--info {
    max-width: 470px;
    margin: 0 auto
}

.modal__content--info p:first-child {
    margin-bottom: 30px
}

.show-xs {
    display: none
}

@media (max-width: 767px) {
    .show-xs {
        display: block
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .show-xs {
        display: block
    }
}

.xs-img {
    display: none;
    margin-left: auto
}

@media (max-width: 767px) {
    .xs-img {
        display: block;
        margin-bottom: -10px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .xs-img {
        display: block;
        margin-bottom: -10px
    }
}

nav li a {
    transition: .3s;
    padding: 4px 7px;
    border-radius: 2px;
    color: rgba(0, 0, 0, .5);
    transition: all .5s;
    position: relative;
    border: 1px solid #000;
    overflow: hidden;
    text-decoration: none
}

@media (min-width: 992px) {
    nav li a {
        padding: 4px 12px
    }
}

nav li a:hover {
    color: #000;
    border: 1px solid transparent
}

nav li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1;
    transition: all .5s;
    transform: translate(-100%, -600%) rotate(30deg);
    background-color: #000;
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    opacity: 0
}

nav li a:hover::before {
    opacity: 1;
    transform: translate(0, 0)
}

nav li a:focus {
    border: none;
    border-bottom: 1px solid #000
}

nav li .nav__active {
    border: none;
    border-bottom: 1px solid #000
}

nav li:last-child {
    float: right;
    margin-right: 30px;
    display: none
}

nav li:last-child a {
    color: #000;
    opacity: 1;
    border: none
}

nav li:last-child a:hover {
    opacity: .5
}

nav li:last-child a:focus {
    border-bottom: 1px solid #000
}

nav li:last-child svg {
    margin-right: 20px;
    position: relative;
    top: 3px
}

.post {
    padding: 10px;
    border-radius: 3px;
    background: #000;
    height: 280px;
    position: relative;
    margin-bottom: 20px
}

.post:last-child {
    margin-bottom: 0
}

.post__info {
    clear: both;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin-bottom: 0
}

.post__info span {
    float: left
}

.post__info a {
    float: right;
    border-bottom: 1px solid transparent
}

.post__info a:focus, .post__info a:hover {
    border-bottom: 1px solid #fff
}

.post h3 {
    width: 75%;
    line-height: 1.66;
    font-size: 18px;
    font-weight: 700
}

.post__text {
    font-size: 16px;
    margin-bottom: 20px
}

.blog1 {
    background: url(../img/blog/blog1.jpg) no-repeat center;
    background-size: cover
}

.blog2 {
    background: url(../img/blog/blog2.jpg) no-repeat center;
    background-size: cover
}

.blog3 {
    background: url(../img/blog/blog3.jpg) no-repeat center;
    background-size: cover
}

.slick-next, .slick-prev {
    display: block;
    background: 0 0;
    height: 35px;
    min-width: 1px;
    width: 13px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: 0;
    z-index: 1;
    animation-name: bounce;
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.slick-next:hover, .slick-prev:hover {
    background: 0 0
}

.slick-prev {
    background-image: url(../img/icons/arrow-left.png);
    background-repeat: no-repeat;
    left: 5px
}

.slick-prev:focus, .slick-prev:hover {
    background-image: url(../img/icons/arrow-left.png);
    background-repeat: no-repeat
}

.slick-next {
    background-image: url(../img/icons/arrow-right.png);
    background-repeat: no-repeat;
    right: 5px
}

.slick-next:focus, .slick-next:hover {
    background-image: url(../img/icons/arrow-right.png);
    background-repeat: no-repeat
}

.slider {
    position: relative;
    padding: 0 10px
}

@media (max-width: 767px) {
    .slider {
        text-align: justify
    }
}

.slick-slider {
    z-index: 100;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform--moz-transform: translate3d(0, 0, 0);
    -webkit-transform--moz-transform--ms-transform: translate3d(0, 0, 0);
    -webkit-transform--moz-transform--ms-transform--o-transform: translate3d(0, 0, 0);
    -webkit-transform--moz-transform--ms-transform--o-transform-transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    outline: 0;
    overflow: hidden
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ecf0f1
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #ecf0f1
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000
}

#close-btn, svg .linkedin_icon {
    cursor: pointer;
    transition: .3s
}

#close-btn:hover, svg:hover .linkedin_icon {
    opacity: .5
}

@media (min-width: 768px) {
    .wrapper__testimonials .b-b {
        border-bottom: 1px solid #3a415c
    }

    .wrapper__testimonials .row {
        display: flex;
        align-items: stretch
    }

    .wrapper__testimonials .row .col-xs-6.col-sm-3 {
        border-right: 1px solid #3a415c;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .wrapper__testimonials .row .col-xs-6.col-sm-3:nth-child(4) {
        border-right: none
    }
}

.wrapper__testimonials--item {
    display: block;
    text-align: center;
    padding: 20px;
    opacity: 1;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: .3s
}

@media only screen and (max-width: 767px) {
    .wrapper__testimonials--item {
        display: table-cell;
        vertical-align: middle;
        height: 107px
    }
}

.wrapper__testimonials--item:hover {
    opacity: .5
}

.wrapper__testimonials--text {
    display: none
}

.wrapper__testimonials--text {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background: #262b3d;
    opacity: 1;
    padding: 60px 30px 30px;
    z-index: 100;
    overflow-y: scroll
}

.wrapper__testimonials--text .quote {
    text-align: justify
}

@media (min-width: 768px) {
    .wrapper__testimonials--text .quote {
        padding: 30px;
        max-width: 570px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.wrapper__testimonials--text .quote__name {
    margin-top: 60px
}

.wrapper__testimonials--text .quote .arrowLeft, .wrapper__testimonials--text .quote .arrowRight {
    position: fixed;
    top: 100px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .3s
}

@media (min-width: 768px) {
    .wrapper__testimonials--text .quote .arrowLeft, .wrapper__testimonials--text .quote .arrowRight {
        top: 50%
    }
}

.wrapper__testimonials--text .quote .arrowLeft:hover, .wrapper__testimonials--text .quote .arrowRight:hover {
    opacity: .5
}

.wrapper__testimonials--text .quote .arrowLeft {
    left: 10px
}

@media (min-width: 768px) {
    .wrapper__testimonials--text .quote .arrowLeft {
        left: -50px
    }
}

@media (min-width: 1024px) {
    .wrapper__testimonials--text .quote .arrowLeft {
        left: -120px
    }
}

.wrapper__testimonials--text .quote .arrowRight {
    right: 10px
}

@media (min-width: 768px) {
    .wrapper__testimonials--text .quote .arrowRight {
        right: -50px
    }
}

@media (min-width: 1024px) {
    .wrapper__testimonials--text .quote .arrowRight {
        right: -120px
    }
}

.o-h {
    overflow: hidden
}

.active {
    display: block !important
}

.wrapper {
    padding: 30px 0
}

@media (min-width: 768px) {
    .wrapper {
        padding: 50px 120px;
        height: calc(100vh - 60px);
        float: left;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .wrapper {
        padding: 30px 0;
        height: auto;
        float: none;
        display: block
    }
}

.wrapper__main {
    background-size: contain;
    transition: .7s
}

@media (width: 768px) {
    .wrapper__main {
        padding: 50px 80px
    }
}

@media (min-width: 768px) {
    .wrapper__main {
        width: calc(100vw - 60px)
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .wrapper__main {
        width: 100%
    }

    .wrapper__main .col-sm-9 {
        width: 100%;
        text-align: center
    }
}

@media (min-width: 1025px) {
    .wrapper__main {
        background: url(../img/bg.jpg) no-repeat 15% 85%;
        background-size: cover
    }
}

.wrapper__main p.text-justify {
    font-size: 18px;
    max-width: 530px
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .wrapper__main p.text-justify {
        margin: 10px auto 30px
    }
}

.wrapper__main .next-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px
}

@media (min-width: 768px) {
    .wrapper__main .next-arrow {
        display: block
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .wrapper__main .next-arrow {
        display: none
    }
}

.wrapper__main .link-default img {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .wrapper__howiwork {
        width: 880px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .wrapper__howiwork {
        width: auto
    }

    .wrapper__howiwork h2 {
        text-align: center
    }
}

.wrapper__me p {
    text-align: justify
}

@media (min-width: 768px) {
    .wrapper__me p {
        text-align: left
    }
}

@media (min-width: 768px) {
    .wrapper__me {
        width: 610px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .wrapper__me {
        width: auto
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .wrapper__me {
        width: 1100px
    }
}

.wrapper__about {
    text-align: justify
}

@media (min-width: 768px) {
    .wrapper__about {
        width: 710px;
        text-align: center
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .wrapper__about {
        width: auto;
        text-align: justify
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .wrapper__about {
        width: 1000px
    }

    .wrapper__about .mb-40, .wrapper__about .mb-60 {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .wrapper__box {
        width: 1590px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .wrapper__box {
        width: auto
    }
}

@media (min-width: 768px) {
    .wrapper__testimonials {
        width: 1110px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .wrapper__testimonials {
        width: auto
    }
}

@media (min-width: 768px) {
    .wrapper__contact {
        width: 600px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .wrapper__contact {
        width: auto
    }

    .wrapper__contact h2 {
        text-align: center
    }
}

@media (min-width: 768px) {
    .wrapper__blog {
        display: block;
        width: 520px;
        overflow-y: scroll;
        padding-bottom: 100px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .wrapper__blog {
        width: auto
    }
}

.wrapper:after, .wrapper:before {
    content: " ";
    display: table
}

.wrapper:after {
    clear: both
}

.fix-left {
    display: none
}

@media (min-width: 768px) {
    .fix-left {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 100%;
        background: #ecf0f1;
        text-align: center;
        padding: 20px 0
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .fix-left {
        display: none
    }
}

.fix-right {
    display: none
}

@media (min-width: 768px) {
    .fix-right {
        display: block;
        height: 100vh;
        float: left;
        width: 60px;
        background: #ecf0f1
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .fix-right {
        display: none
    }
}

.clr-fix {
    display: none
}

@media (min-width: 768px) {
    .clr-fix {
        display: block;
        width: 60px;
        height: 60px;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #ecf0f1
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .clr-fix {
        display: none
    }
}

.fix-bottom {
    display: none
}

@media (min-width: 768px) {
    .fix-bottom {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: #ecf0f1;
        padding-left: 60px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .fix-bottom {
        display: none
    }
}

@media (min-width: 1200px) {
    .fix-bottom {
        padding-left: 135px
    }
}

.fix-bottom li {
    margin-right: 15px
}

@media (min-width: 992px) {
    .fix-bottom li {
        margin-right: 40px
    }
}

@media (min-width: 1200px) {
    .fix-bottom li {
        margin-right: 50px
    }
}

.info-wrapper__image {
    margin-bottom: 40px
}

@media (max-width: 1024px) {
    .info-wrapper__image {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .info-wrapper__image {
        text-align: center
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after, .container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after, .row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1024px) {
    .wrapper__me-en p {
        font-size: 15px
    }
}

.language {
    display: none
}

@media (max-width: 767px) {
    .language {
        display: block;
        padding: 10px 10px 5px 10px;
        background: rgba(255, 255, 255, .2);
        margin-left: -15px;
        margin-right: -15px;
        text-align: center
    }
}

.fix-left p {
    margin-top: 15px
}
