/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: 'Montserrat', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}
audio,canvas,progress,video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
progress {
    vertical-align: baseline
}
template,
[hidden] {
    display: none
}
a {
    background-color: transparent;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}
a:active,a:hover {
    outline-width: 0
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b,strong {
    font-weight: inherit
}
b,strong {
    font-weight: bolder
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
mark {
    background-color: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -0.25em
}
sup {
    top: -0.5em
}
img {
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
button,input,select,textarea {
    font: inherit;
    margin: 0
}
optgroup {
    font-weight: bold
}
button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
textarea {
    overflow: auto
}


[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}
[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
}
* {
    box-sizing: border-box
}
html,
body {
    min-height: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0
}
a {
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    text-decoration: none;
}
a:hover {
    text-decoration: none
}

.email{
    margin: 0;
}

.copyright-content {
    background: #1b1b1b;
    padding: 20px 0;
}

.copyright-content__text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 300;
}


.job-title{
    font-size: 50px;
    color: #ccc;
    margin-top: 0;
}

.FPcontentV1__text {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
    color: #74767f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.FPcontentV1__caption {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #74767f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding-bottom: 2%;
}

.FPcontentV1__sub {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-top: 4px;
    font-size: 20px;
    line-height: 28px;
    color: #74767f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}


.FPcontentV1__text2{
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
    padding: 8px 0px 12px 0px;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    color: #74767f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;

}

.FPcontentV1__title {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
    color: #484848;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.ToolscontentV1__text {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #74767f;
    font-weight: 300;
}

.tools-used ul li{
text-align: center;
display: inline-block;
}


  .contentFP {
    padding: 2% 0 2% 0;
}

.FPback{
    text-align: center;
    padding: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    background-color: #19191b;
    color: #fff;
    margin-bottom: 3%;
}

.FPback p{
    margin: auto;
}

.FPback a{
    color: #fff;
}

.back{
    padding: 1.5% 0 0 3%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    display: none;
}

.back img{
    padding-right: 5px;
}

.back a{
    color: #1a1b1e;
}


.fullpage-4img{
    width: 100%;
    text-align: center;
    padding-bottom: 3%;
}

.fullpage-4img img{
    width: 24.5%;
    padding: 0 1% 1.5% 1%;
    margin: auto;

}

.fullpage-3img{
    width: 100%;
    text-align: center;
    padding-bottom: 3%;
}

.fullpage-3img img{
    width: 25%;
    padding: 0 1% 0 1%;
    margin: auto;

}

.fullpage-2img{
    width: 100%;
    text-align: center;
    padding-bottom: 3%;
}

.fullpage-2img img{
    width: 28%;
    padding: 0 1% 0 1%;
    margin: auto;

}

.fullpage-1img{
    width: 100%;
    text-align: center;
    padding-bottom: 3%;
}

.fullpage-1img img{
    width: 60%;
}

.body-disabled {
    overflow: hidden
}
.hide {
    display: none !important
}
.container {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto
}
.container2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}
.container-fluid {
    width: 100%;
    max-width: 90%;
    margin: 0 auto
}
.visible-xs {
    display: none
}
.clearfix::after {
    content: "";
    display: table;
    clear: both
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.text-justify {
    text-align: justify
}
.menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.88);
    z-index: 99999;
    display: none;
    overflow: auto
}
.menu-show {
    display: block
}
.menu__body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}
.menu__link {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 60px;
    text-decoration: none;
    color: #fff;
    transition: color .2s;
    margin-bottom: 50px
}
.menu__link:hover {
    color: #FF4A5D
}
.menu__socials {
    margin-top: 100px;
    text-align: center
}
.menu__socials__link {
    margin-right: 20px;
    text-decoration: none
}
.menu__socials__link:last-child {
    margin-right: 0
}
.menu__socials__link:hover .menu__socials__link__svg {
    fill: #FF4A5D
}
.menu__socials__link__svg {
    transition: fill .2s
}
.header__head {
    position: relative;
    z-index: 999999
}
.header__logoBody {
    float: left;
    width: 50%
}
.header__logo {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    margin-left: -30px
}
.header__menuBody {
    float: left;
    width: 50%;
    text-align: right;
}

.padding{
    padding-bottom: 10%;
}

.header__menuIcon {
    width: 30px;
    height: 24px;
    display: inline-block;
    margin-right: -30px;
    position: relative
}
.header__menuIcon:hover .header__menuIcon__topLine {
    transform: translateY(-2px)
}
.header__menuIcon:hover .header__menuIcon__bottomLine {
    transform: translateY(2px)
}
.header__menuIcon-active .header__menuIcon__midleLine {
    display: none
}
.header__menuIcon-active .header__menuIcon__topLine {
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 0
}
.header__menuIcon-active .header__menuIcon__bottomLine {
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 0
}
.header__menuIcon-active:hover .header__menuIcon__topLine {
    transform: rotate(-45deg);
    background: #969799
}
.header__menuIcon-active:hover .header__menuIcon__bottomLine {
    transform: rotate(45deg);
    background: #969799
}
.header__menuIcon__topLine,
.header__menuIcon__midleLine,
.header__menuIcon__bottomLine {
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    background: #fff;
    display: block;
    transition: transform .3s, background .2s
}
.header__button {
    display: inline-block;
    margin-top: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #212121;
    border-radius: 100px;
    background-color: #FF4A5D;
    padding: 0 30px;
    transition: color .2s, background .2s
}
.header__button:hover {
    background: #fff;
    color: #000
}
.header__button-black {
    color: #fff;
    background: #000
}
.header__button-black:hover {
    color: #000;
    background: #fff
}
.header__link {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    margin-left: 40px;
    transition: color .2s
}
.header__link:last-child {
    margin-right: -30px
}
.header__link:hover {
    color: #FF4A5D
}
.header-v2 .header__logoBody {
    width: 25%
}
.header-v2 .header__menuBody {
    text-align: center
}
.header-v2 .header__button2Body {
    float: left;
    width: 25%;
    text-align: right
}
.header-v2 .header__link {
    font-size: 16px
}
.header-v2 .header__link:last-child {
    margin-right: 0
}
.header-v2 .header__button2 {
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    border: solid 1px #fff;
    border-radius: 100px;
    margin-top: -25px;
    transition: background .2s, color .2s
}
.header-v2 .header__button2:hover {
    background: #fff;
    color: #000
}
.headerV1 {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 160px;
    background: transparent url("../img/header-bg1.png") center no-repeat;
    background-size: cover;
    position: relative
}
.headerV1-bg2 {
    background: transparent url("../img/header-bg2.png") center no-repeat;
    background-size: cover
}
.headerV1-bg3 {
    background: transparent url("../img/header-bg3.png") center no-repeat;
    background-size: cover
}
.headerV1-bg4 {
    background: transparent url("../img/header-bg4.png") center no-repeat;
    background-size: cover
}
.headerV1-bg12 {
    background: transparent url("../img/header-bg12.png") center no-repeat;
    background-size: cover
}
.headerV1-bg {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url("../img/header-bg1-1.png") center no-repeat;
    background-size: cover
}

.headerV1__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin: 125px 0 0 0
}
.headerV1__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 260px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 0
}
.headerV1 .header__button {
    position: relative;
    z-index: 99999;
    display: inline-block;
    margin: 90px 0 0 0;
    padding: 0 30px
}
.headerV1 .header__button-v3 {
    margin-top: 40px
}
.headerV2 {
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 70px
}

.headerV2short {
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.headerV2 .header__logo {
    color: #1b161a
}
.headerV2 .header__link {
    color: #74767f;
    transition: color .2s
}
.headerV2 .header__link:hover {
    color: #DB3C4D
}
.headerV2__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 110px;
    margin: 80px 0 0 0;
    line-height: 100%;
}
.headerV2__header a {
    color: #666A70;
    text-decoration: none;
    transition: color .2s
}
.headerV2__header a:hover {
    color: #DB3C4D
}
.headerV2__link {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #60626c;
    display: inline-block;
    margin-top: 100px;
    text-decoration: none;
    transition: color .2s
}
.headerV2__link:hover {
    color: #DB3C4D
}
.headerV2-dark {
    background: #19191b
}
.headerV2-dark .header__logo,
.headerV2-dark .headerV2__header {
    color: #fff;
    margin: 0;
}
.headerV2-dark .header__link,
.headerV2-dark .headerV2__link {
    color: #fff
}
.headerV2-dark .header__link:hover,
.headerV2-dark .headerV2__link:hover {
    color: #FF4A5D
}
.headerV2-dark .headerV2__header a {
    color: #FF4A5D;
    transition: color .2s
}
.headerV2-dark .headerV2__header a:hover {
    color: #DB3C4D
}
.headerV3 {
    overflow: hidden;
    background: transparent url("../img/header-bg7.png") center no-repeat;
    background-size: cover;
    padding: 60px 0
}
.headerV3__item {
    outline: none
}
.headerV3__desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #fff;
    margin: 225px 0 0 0;
    text-transform: uppercase
}
.headerV3__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    color: #fff;
    margin: 0;
    max-width: 613px
}
.headerV3 .header__button {
    margin-bottom: 130px
}
.headerV3__arrow {
    width: 17px;
    height: 31px;
    background: transparent url("../img/headerV3__arrow.svg") no-repeat;
    border: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    opacity: .7;
    transition: opacity .2s
}
.headerV3__arrow:hover {
    opacity: 1
}
.headerV3__arrow-prev {
    transform: rotate(180deg);
    margin-right: 40px
}
.headerV3__arrows {
    float: left;
    width: 30%
}
.headerV3__dots {
    float: left;
    width: 70%;
    text-align: right
}
.headerV3 .slick-dots {
    list-style: none
}
.headerV3 .slick-dots li {
    display: inline-block
}
.headerV3 .slick-dots button {
    border: none;
    background: #fff;
    width: 50px;
    height: 3px;
    opacity: .3;
    line-height: 0;
    font-size: 0px;
    outline: none
}
.headerV3 .slick-dots button:hover {
    opacity: 1;
    cursor: pointer
}
.headerV3 .slick-active button {
    opacity: 1
}
.headerV4 {
    overflow: hidden;
    background: #171718 url("../img/header-bg8.png") center no-repeat;
    background-size: cover;
    padding: 60px 0
}
.headerV4-bg2 {
    background: #171718 url("../img/header-bg9.png") center no-repeat;
    background-size: cover
}
.headerV4__header {
    max-width: 613px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 42px;
    margin-top: 290px
}
.headerV4__links {
    margin-top: 110px
}
.headerV4__links-left {
    float: left;
    width: 50%
}
.headerV4__links-left .headerV4__link {
    margin-right: 30px
}
.headerV4__links-right {
    float: left;
    width: 50%;
    text-align: right
}
.headerV4__link {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c4beb6;
    text-decoration: none;
    transition: color .2s
}
.headerV4__link-white {
    color: #fff
}
.headerV4__link:hover {
    color: #FF4A5D
}
.headerV5 {
    overflow: hidden;
    background: transparent url("../img/header-bg10.png") center no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 90px;
    color: #fff
}
.headerV5__content {
    float: left;
    width: 50%;
    margin-top: 400px
}
.headerV5__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    color: #fff;
    margin: 0
}
.headerV5__desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 6px;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}
.headerV5__link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    margin-right: 40px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 80px;
    transition: color .2s
}
.headerV5__link:hover {
    color: #FF4A5D
}
.headerV5__text {
    padding-left: 10px;
    line-height: 34px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-weight: 300
}
.headerV6 {
    overflow: hidden;
    background: transparent url("../img/header-bg11.png") center no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 90px
}
.headerV6-bg2 {
    background: transparent url("../img/header-bg13.png") center no-repeat;
    background-size: cover
}
.headerV6__header {
    max-width: 647px;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    color: #fff;
    margin: 300px 0 0 0
}
.headerV6__link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #FF4A5D;
    display: inline-block;
    margin-right: 40px;
    margin-top: 60px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .2s
}
.headerV6__link:hover {
    color: #fff
}
.headerV7 {
    overflow: hidden;
    background: transparent url("../img/header-bg14.png") center bottom no-repeat;
    background-size: cover;
    padding-top: 60px
}
.headerV7__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    text-align: center;
    color: #fff;
    margin: 200px 0 0 0
}
.headerV7 .header__button {
    margin: 60px 0 260px 0
}
.headerV8 {
    overflow: hidden;
    background: transparent url("../img/header-bg7.png") center bottom no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 90px
}
.headerV8__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    color: #fff;
    margin: 10px 0 0 0
}
.headerV8__icon {
    margin-top: 56px;
    max-width: 50px;
    max-height: 50px;
    display: inline-block
}
.headerV8__items {
    margin-top: 115px
}
.headerV8__item {
    float: left;
    width: 33.3333333333%;
    padding-left: 50px;
    outline: none
}
.headerV8__item__icon {
    max-width: 50px;
    max-height: 50px
}
.headerV8__item__name {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
    max-width: 220px;
    margin: 25px 0 10px 0
}
.headerV8__item__text {
    opacity: 0.7;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    max-width: 220px;
    margin: 0
}
.headerV9 {
    overflow: hidden;
    background: transparent url("../img/header-bg16.png") center bottom no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 90px
}
.headerV9__header {
    margin: 50px 0 0 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: #FF4A5D
}
.headerV9__text {
    margin: 10px 0 0 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #fff
}
.headerV9__iconBody {
    text-align: center;
    margin-top: 60px
}
.headerV9 .headerV8__items {
    margin-top: 90px
}
.headerV9__icon__svg {
    transition: fill .2s
}
.headerV9__icon:hover .headerV9__icon__svg {
    fill: #DB3C4D
}
.headerV10 {
    overflow: hidden;
    background: #121212;
    padding-top: 60px;
    padding-bottom: 90px;
    color: #fff;
    font-family: 'Montserrat', sans-serif
}
.headerV10__header {
    margin: 140px 0 0 0;
    line-height: 51px;
    font-size: 32px
}
.headerV10__text {
    margin: 60px 0 0 0;
    font-size: 24px;
    line-height: 37px
}
.headerV10__link {
    color: #FF4A5D;
    text-decoration: none;
    transition: color .2s
}
.headerV10__link:hover {
    color: #DB3C4D
}
.headerV10__icon {
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: LucidaGrande;
    font-size: 24px;
    margin-top: 155px;
    transition: transform .2s
}
.headerV10__icon:hover {
    transform: translateY(5px)
}
.headerV11 {
    overflow: hidden;
    background: #DB3C4D;
    padding-top: 60px;
    padding-bottom: 90px
}
.headerV11__contentLeft {
    float: left;
    width: 67%;
    margin-top: 80px
}
.headerV11__contentRight {
    float: left;
    width: 33%;
    margin-top: 80px
}
.headerV11__header {
    margin: 90px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    max-width: 555px
}
.headerV11__form {
    position: relative;
    max-width: 360px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 70px
}
.headerV11__form__input {
    border: none;
    line-height: 60px;
    width: 100%;
    border-radius: 8px;
    background: #5562e7;
    outline: none;
    font-size: 14px;
    letter-spacing: 1.1px;
    color: #fff;
    padding: 0 20px
}
.headerV11__form__button {
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    border: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    transition: color .2s
}
.headerV11__form__button:hover {
    color: #FF4A5D
}
.headerV11__imgBody {
    width: 100%;
    max-width: 240px;
    text-align: center
}
.headerV11__imgBody__link {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 30px;
    margin-top: 30px
}
.headerV11__imgBody__link::before,
.headerV11__imgBody__link::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: transform .2s
}
.headerV11__imgBody__link::before {
    width: 18px;
    height: 1px;
    background: #fff;
    right: 0;
    top: 10px
}
.headerV11__imgBody__link::after {
    width: 5px;
    height: 5px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
    right: 0;
    top: 8px
}
.headerV11__imgBody__link:hover::after {
    transform: translateX(5px) rotate(-45deg)
}
.headerV11__imgBody__link:hover::before {
    transform: translateX(5px)
}
.headerV11__img {
    width: 100%
}
.headerV12 {
    padding-top: 60px
}
.headerV12 .container {
    padding-bottom: 120px;
    border-bottom: solid 1px #d8d8d8
}
.headerV12 .header__logo {
    color: #1b161a
}

.header__font{
    font-size: 22px;
}

.header__font a, .header__logo a{
    color: #fff;
}

.headerV12 .header__link {
    color: #74767f
}
.headerV12 .header__link:hover {
    color: #FF4A5D
}
.headerV12 .header__menuIcon__topLine {
    background: #74767f
}
.headerV12 .header__menuIcon__midleLine {
    background: #74767f
}
.headerV12 .header__menuIcon__bottomLine {
    background: #74767f
}
.headerV12__header {
    font-size: 39px;
    color: #1a1b1e;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    max-width: 628px;
    margin: 194px auto 20px auto
}
.headerV12__text {
    font-size: 19px;
    line-height: 28px;
    color: #8a919a;
    font-family: 'Montserrat', sans-serif;
    max-width: 628px;
    margin: 0 auto;
    text-align: center
}
.contentV1 {
    background: #fff;
    padding: 100px 0
}
.contentV1__text {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #74767f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.contentV2 {
    background: #fff;
    padding: 160px 0
}
.contentV2__header {
    text-align: center;
    font-size: 39px;
    color: #1a1b1e;
    font-family: 'Montserrat', sans-serif;
}
.contentV2__text {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
    color: #8a919a;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 628px;
    margin: 20px auto
}
.contentV3 {
    background: #0f0f10;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative
}
.contentV3::before {
    content: 'AWESOME INTERACTIVE PRODUCTS';
    display: block;
    color: #121213;
    text-shadow: 0 15px 34px #000000;
    font-size: 240px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 0;
    overflow: hidden
}
.contentV3 .container {
    position: relative;
    z-index: 2
}
.contentV3__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    text-align: center;
    color: #f5f5f5;
    width: 100%;
    max-width: 628px;
    margin: 0 auto
}
.contentV3__text {
    color: #9a9da2;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 628px;
    margin: 20px auto;
    text-align: center
}
.contentV3__item {
    float: left;
    width: 33.3333333333333%;
    display: block;
    min-height: 1px;
    margin: 90px 0 50px 0
}
.contentV3__name {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px
}
.contentV3__textSmall {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
    opacity: .4;
    max-width: 220px;
    margin: 0;
    max-height: 50px;
    overflow: hidden
}
.contentV3-light {
    background: #fff
}
.contentV3-light::before {
    font-size: 190px;
    text-shadow: 0 40px 34px rgba(0, 0, 0, 0.02);
    color: #fff
}
.contentV3-light .contentV3__item {
    margin-top: 70px
}
.contentV3-light .contentV3__header {
    color: #131313
}
.contentV3-light .contentV3__text {
    color: #74767f
}
.contentV3-light .contentV3__name {
    color: #51575c;
    font-size: 22px
}
.contentV3-light .contentV3__textSmall {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    max-width: 280px;
    color: #1e242d
}
.contentV4 {
    padding-top: 120px;
    padding-bottom: 100px
}
.contentV4__miniHeader {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.9px;
    text-align: center;
    color: #c6c8cf;
    margin-bottom: 10px;
    text-transform: uppercase
}
.contentV4__header {
    color: #1a1b1e;
    text-align: center;
    font-size: 40px;
    font-family: 'Montserrat', serif
}
.contentV4__imgBody {
    display: inline-block;
    margin: 50px auto 40px auto;
    position: relative
}
.contentV4__img {
    display: block;
    max-width: 800px;
    max-height: 500px;
    margin: 0 auto
}
.contentV4__item {
    float: left;
    width: 33.33333333333333%;
    margin: 60px 0;
    padding-left: 50px;
    outline: none
}
.contentV4__name {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 4px;
    color: #52545d;
    margin-top: 25px;
    margin-bottom: 10px;
    text-transform: uppercase
}
.contentV4__text {
    opacity: 0.7;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #74767f;
    width: 100%;
    max-width: 220px;
    height: 84px;
    overflow: hidden
}
.contentV4__icon2__svg {
    transition: fill .2s
}
.contentV4__icon2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.contentV4__icon2:hover .contentV4__icon2__svg {
    fill: #DB3C4D
}
.contentV5 {
    padding: 120px 0;
    background: #1a1b1e
}
.contentV5__header {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    max-width: 699px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    margin: 0 auto
}
.contentV5__item {
    float: left;
    width: 33.333333333333%;
    text-align: center;
    margin-top: 60px
}
.contentV5__name {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 20px
}
.contentV5__text {
    font-family: Montserrat;
    letter-spacing: 0.5px;
    font-size: 16px;
    opacity: 0.7;
    color: #7d7d7d;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    height: 76px;
    overflow: hidden
}
.contentV6 {
    padding: 120px 0
}
.contentV6__name {
    float: left;
    width: 50%
}
.contentV6__info {
    float: left;
    width: 50%
}
.contentV6__item {
    margin-bottom: 40px
}
.contentV6__header {
    color: #1a1b1e;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    max-width: 337px
}
.contentV6__text {
    font-size: 19px;
    line-height: 28px;
    color: #74767f;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    margin-bottom: 40px;
    padding-left: 20px
}
.contentV6__img {
    max-width: 100%;
    display: block
}
.contentV6__imgBody {
    display: inline-block;
    position: relative;
    margin: 40px auto 0 auto
}
.contentV6__icon {
    position: absolute;
    left: 40px;
    top: 40px
}
.contentV6__icon__svg {
    transition: fill .2s
}
.contentV6__icon:hover .contentV6__icon__svg {
    fill: #DB3C4D
}
.contentV7 {
    padding: 120px 0
}
.contentV7__text {
    color: #1a1b1e;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    max-width: 632px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}
.contentV7__img {
    max-width: 100%;
    display: block
}
.contentV7__imgBody {
    margin: 60px auto 0 auto;
    display: inline-block;
    position: relative
}
.contentV7__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.contentV7__icon__svg {
    transition: fill .2s
}
.contentV7__icon:hover .contentV7__icon__svg {
    fill: #DB3C4D
}
.contentV8 {
    padding-top: 120px;
    padding-bottom: 90px
}
.contentV8__item {
    outline: none
}
.contentV8__info {
    float: left;
    width: 45%
}
.contentV8__header {
    font-size: 44px;
    color: #1a1b1e;
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0 0 0
}
.contentV8__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #a7aab3;
    margin: 20px 0 40px 0;
    max-width: 377px;
    height: 66px;
    overflow: hidden
}
.contentV8__link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    color: #161616;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: color .2s
}
.contentV8__link:hover {
    color: #FF4A5D
}
.contentV8__imgBody {
    float: right;
    width: 55%
}
.contentV8__img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}
.contentV8 .slick-dots {
    list-style: none;
    margin: 0;
    margin-top: -40px;
    padding: 0;
    position: relative;
    z-index: 999
}
.contentV8 .slick-dots li {
    display: inline-block
}
.contentV8 .slick-dots button {
    font-size: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    border: solid 1px #bcc1c6;
    border-radius: 100%;
    display: block;
    outline: none;
    margin-right: 10px;
    cursor: pointer
}
.contentV8 .slick-dots .slick-active button {
    background: #bcc1c6
}
.contentV9 {
    padding-top: 70px
}
.contentV9__imgBody {
    float: left;
    width: 40%
}
.contentV9__img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}
.contentV9__info {
    float: left;
    width: 60%;
    padding-left: 70px
}
.contentV9__item {
    float: left;
    width: 50%
}
.contentV9__items {
    margin-top: 60px
}
.contentV9__header {
    font-size: 44px;
    color: #1a1b1e;
    font-family: 'Montserrat', sans-serif;
    margin: 30px 0 0 0
}
.contentV9__text {
    max-width: 392px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #74767f;
    margin: 20px 0 0 0
}
.contentV9__item__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 4px;
    color: #1a1b1e;
    margin: 20px 0 0 0;
    text-transform: uppercase
}
.contentV9__item__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #74767f;
    max-width: 220px;
    margin: 10px 0 0 0
}
.contentV9__item__icon {
    max-width: 90%;
    max-height: 100px
}
.contentV9__link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    color: #161616;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-top: 60px;
    transition: color .2s
}
.contentV9__link:hover {
    color: #FF4A5D
}
.contentV10 {
    padding-top: 70px
}
.contentV10 .container {
    position: relative
}
.contentV10__item {
    outline: none
}
.contentV10__info {
    float: left;
    width: 62%;
    padding-right: 150px
}
.contentV10__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #1a1b1e;
    margin: 65px 0 0 0
}
.contentV10__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #74767f;
    max-width: 445px;
    margin: 40px 0 0 0;
    height: 72px;
    overflow: hidden
}
.contentV10__imgBody {
    float: left;
    width: 38%
}
.contentV10__img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}
.contentV10__paginationBody {
    display: inline-block;
    position: relative;
    top: -100px
}
.contentV10__pagination {
    border-radius: 100px;
    background-color: #fafafa;
    line-height: 36px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #6d6f77;
    padding: 0 40px;
    letter-spacing: 2px
}
.contentV10__arrow {
    position: absolute;
    right: 12px;
    top: 12px;
    background: transparent url("../img/arrow2.svg") center no-repeat;
    border: none;
    width: 6px;
    height: 12px;
    outline: none;
    cursor: pointer;
    opacity: .3;
    transition: opacity .2s
}
.contentV10__arrow:hover {
    opacity: 1
}
.contentV10__arrow-prev {
    transform: rotate(-180deg);
    left: 12px;
    right: auto
}
.contentV11 {
    padding: 120px 0
}
.contentV11__imgBody {
    float: left;
    width: 57%
}
.contentV11__img {
    display: block;
    max-width: 100%;
    margin: 20px auto
}
.contentV11__info {
    float: left;
    width: 43%;
    padding-left: 70px
}
.contentV11__item {
    padding-left: 50px;
    position: relative
}
.contentV11__item-bordered {
    border-left: solid 1px #dde1e5;
    padding-bottom: 60px
}
.contentV11__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 4px;
    color: #52545d;
    text-transform: uppercase;
    margin: 0
}
.contentV11__text {
    opacity: 0.7;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #74767f;
    max-width: 250px;
    margin: 10px 0 0 0
}
.contentV11__desc {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: 20px;
    line-height: 20px;
    background-color: #dde1e5;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: -10px;
    top: 0
}
.contentV12 {
    background: #DB3C4D;
    padding: 120px 0
}
.contentV12__text {
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
    color: #fff
}
.productV1 {
    padding: 120px 0
}
.productV1-grey {
    background: #f7f7f7
}
.productV1__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    text-align: center;
    color: #1a1b1e;
    max-width: 628px;
    margin: 0 auto
}
.productV1__headerV2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #65676f;
    max-width: 774px;
    margin: 0 auto
}
.productV1__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #74767f;
    max-width: 628px;
    margin: 20px auto 0 auto
}
.productV1__items {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 90px
}
.productV1__item {
    float: left;
    width: 33.333333333333%;
    text-align: center
}
.productV1__itemBody {
    margin: 0 20px;
    border-radius: 10px;
    padding-bottom: 70px;
    background: #fff;
    margin-bottom: 40px;
    transition: box-shadow .2s;
    cursor: pointer
}
.productV1__itemBody:hover {
    box-shadow: 0 22px 50px #eee, 0 2px 10px #eee
}
.productV1__itemBody-shadow {
    transition: box-shadow .2s;
    box-shadow: 0 2px 10px #eee, 0 2px 10px #eee
}
.productV1__itemBody-shadow:hover {
    box-shadow: 0 22px 50px #eee, 0 2px 10px #eee
}
.productV1__img {
    display: block;
    width: 100%;
    max-height: 320px
}
.productV1__imgBody {
    min-height: 360px;
    overflow: hidden
}
.productV1__imgBody-small {
    min-height: 0;
    max-height: 250px
}
.productV1__imgBody-big {
    min-height: 400px
}
.productV1__item__header {
    margin: 10px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #60626c
}
.productV1__item__text {
    margin: 10px auto 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #a3a5b1;
    max-width: 238px
}
.productV2 {
    padding: 10px 0 100px 0;
    background-color: #F9F9F9;
}

.productFP__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    text-align: center;
    color: #1a1b1e;
    margin-top: 20px;
    padding-bottom: 10%;
    font-weight: 400;
}
.productV2__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    text-align: center;
    color: #1a1b1e;
    margin-top: 60px;
    margin-bottom: 50px
}
.productV2__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #8a919a;
    max-width: 628px;
    margin: 0 auto 40px auto
}
.productV2__item {
    float: left;
    width: 33.333333333333333333%;
    height: 360px;
    overflow: hidden
}
.productV2__item-big {
    width: 66.666666666666666666%;
    height: 539px
}
.productV2__item-big .productV2__img {
    max-height: 560px
}
.productV2__item-single {
    width: 100%;
    max-width: 1020px;
    margin-bottom: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 564px
}
.productV2__item-single .productV2__img {
    max-height: 600px
}
.productV2__item-dual {
    width: 50%;
    height: 375px
}
.productV2__item-dual .productV2__img {
    max-height: 375px;
    width: 100%
}
.productV2__items {
    margin-left: -10px;
    margin-right: -10px
}
.productV2__imgBody {
    margin: 10px;
    max-width: 100%;
    position: relative
}
.productV2__imgBody:hover .productV2__desc {
    opacity: 1;
    max-height: none;
    visibility: visible
}
.productV2__img {
    display: block;
    width: 100%;
    max-height: 360px;
    margin: 0 auto
}
.productV2__desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'Montserrat', sans-serif;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    cursor: pointer;
    z-index: 999999;
    transition: opacity .2s
}
.productV2__desc__body {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}
.productV2__desc__header {
    font-size: 24px;
    color: #fff;
    margin: 0
}
.productV2__desc__text {
    font-size: 16px;
    color: #b7b7b7;
    margin: 10px 0 0 0
}
.productV3 {
    padding-top: 120px;
    padding-bottom: 100px
}
.productV3__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    text-align: center;
    color: #1a1b1e;
    margin-bottom: 80px
}
.productV3__content {
    margin-left: -10px;
    margin-right: -10px
}
.productV3__content__col {
    float: left;
    width: 50%;
    padding: 0 10px
}
.productV3__img {
    display: block;
    width: 100%;
    max-height: 800px;
    margin: 0 auto
}
.productV3__img__body {
    margin-bottom: 20px;
    position: relative
}
.productV3__img__body:hover .productV3__desc {
    opacity: 1;
    max-height: none;
    visibility: visible
}
.productV3__desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'Montserrat', sans-serif;
    opacity: 0;
    max-height: 0;
    z-index: 999999;
    visibility: hidden;
    cursor: pointer;
    transition: opacity .2s
}
.productV3__desc__body {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}
.productV3__desc__header {
    font-size: 24px;
    color: #fff;
    margin: 0
}
.productV3__desc__text {
    font-size: 16px;
    color: #b7b7b7;
    margin: 10px 0 0 0
}
.productV3-dark {
    background: #000
}
.productV3-dark .productV3__header {
    color: #fff
}
.productV4 {
    padding-top: 120px;
    padding-bottom: 90px
}
.productV4__colLeft {
    float: left;
    width: 36%;
    padding-right: 5px
}
.productV4__colRight {
    float: left;
    width: 64%;
    padding-left: 5px
}
.productV4__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    text-align: center;
    color: #1a1b1e;
    margin-bottom: 20px
}
.productV4__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #8a919a;
    max-width: 628px;
    margin: 0 auto 40px auto
}
.productV4__item {
    margin-bottom: 20px
}
.productV4__item-bg1 {
    background: #e9ecf1
}
.productV4__item-bg1 .productV4__info__header {
    margin-top: 60px
}
.productV4__item-bg1 .productV4__img {
    position: relative;
    left: -50px
}
.productV4__item-bg2 {
    background: #1d1d1d;
    padding-top: 60px
}
.productV4__item-bg3 {
    background: #FF4A5D;
    padding-top: 60px
}
.productV4__item-bg4 {
    background: #e9ecf1;
    padding-top: 60px;
    height: 389px;
    overflow: hidden
}
.productV4__item-bg5 {
    background: #FF4A5D;
    padding: 60px 0;
    height: 755px;
    overflow: hidden
}
.productV4__item-bg6 {
    background: #1d1d1d;
    padding-top: 60px;
    height: 357px;
    overflow: hidden
}
.productV4__item-space2 {
    padding-top: 80px;
    padding-bottom: 32px
}
.productV4__info {
    float: left;
    width: 50%;
    padding-left: 60px
}
.productV4__info-single {
    width: 100%
}
.productV4__info__header {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #fff;
    max-width: 312px;
    margin: 0;
    height: 108px;
    overflow: hidden
}
.productV4__info__header-dark {
    color: #403b3b
}
.productV4__info__header-dark2 {
    color: #2a2c2f
}
.productV4__info__header-space2 {
    margin-top: 20px
}
.productV4__info__link {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 145px;
    display: inline-block;
    position: relative;
    padding-right: 50px
}
.productV4__info__link::before,
.productV4__info__link::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: transform .2s
}
.productV4__info__link::before {
    width: 18px;
    height: 1px;
    background: #fff;
    right: 15px;
    top: 7px
}
.productV4__info__link::after {
    width: 5px;
    height: 5px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
    right: 15px;
    top: 5px
}
.productV4__info__link:hover::after {
    transform: translateX(5px) rotate(-45deg)
}
.productV4__info__link:hover::before {
    transform: translateX(5px)
}
.productV4__info__link-medium {
    margin-top: 105px
}
.productV4__info__link-space2 {
    margin-top: 90px
}
.productV4__info__link-space3 {
    margin-top: 90px
}
.productV4__info__link-dark {
    color: #2a2c2f
}
.productV4__info__link-dark::before {
    background: #2a2c2f
}
.productV4__info__link-dark:after {
    border-color: #2a2c2f
}
.productV4__info__link-dark2 {
    color: #2a2c2f
}
.productV4__info__link-dark2::before {
    background: #2a2c2f
}
.productV4__info__link-dark2:after {
    border-color: #2a2c2f
}
.productV4__imgBody {
    float: left;
    width: 50%
}
.productV4__imgBody-single {
    width: 100%
}
.productV4__img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}
.productV4__img-left {
    margin-right: 0;
    margin-left: auto;
    margin-top: 60px;
    height: 339px;
    overflow: hidden
}
.productV4-2 .productV4__item {
    margin-bottom: 10px
}
.clients {
    text-align: center;
    background: #eceff0;
    padding: 80px 0
}
.clients__header {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    color: #131313;
    margin-top: 40px
}
.clients__info {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #74767f;
    padding: 0 170px
}
.clients__items {
    margin-top: 80px
}
.clients__item {
    float: left;
    width: 25%;
    line-height: 260px
}
.clients__item-borderRight {
    border-right: solid 1px #d8d8d8
}
.clients__item-borderBottom {
    border-bottom: solid 1px #d8d8d8
}
.clients__item-borderRightOp {
    border-right: solid 1px rgba(216, 216, 216, 0.1)
}
.clients__item-borderBottomOp {
    border-bottom: solid 1px rgba(216, 216, 216, 0.1)
}
.clients__img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%
}
.clients-dark {
    background: #59626e
}
.clients-dark .clients__header {
    color: #fff
}
.clients-dark .clients__info {
    color: #fff
}
.clients-dark .clients__item-borderRight {
    border-color: #fff
}
.clients-dark .clients__item-borderRight {
    border-color: #fff
}
.clients-light {
    background: #fff
}
.clients-slider {
    background-color: #000;
    background-image: url("../img/clients-bg1.png");
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 0
}
.clients-slider .clients__header {
    color: #fff
}
.clients-slider .clients__info {
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    line-height: 36px;
    padding: 0 147px;
    margin-top: 80px;
    outline: none
}
.clients__sliderBody {
    position: relative
}
.clients__sliderArrow {
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background: transparent url("../img/slider-arrow.svg") center no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 999;
    opacity: .3;
    transition: opacity .2s
}
.clients__sliderArrow:hover {
    opacity: .7
}
.clients__sliderArrow-prev {
    left: 0
}
.clients__sliderArrow-next {
    right: 0;
    transform: rotate(180deg)
}
.clients-sliderLight {
    background-color: #fff;
    background-image: none
}
.clients-sliderLight .clients__header {
    color: #1a1b1e
}
.clients-sliderLight .clients__info {
    color: #74767f
}
.clients-sliderLight .clients__sliderArrow {
    background: transparent url("../img/slider-arrow2.svg") center no-repeat
}
.contactsV1 {
    background: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 80px 0;
}
.contactsV1__header {
    color: #1a1a1a;
    font-size: 30px;
}
.contactsV1__text {
    color: #DB3C4D;
    font-size: 45px;
    margin-top: 20px;
    text-decoration: none;
    transition: color .2s
}
.contactsV1__text:hover {
    color: #FF4A5D
}
.contactsV1-dark {
    background: #fff;
}
.contactsV1-dark .contactsV1__header {
    color: #909090;
}
.contactsV1-dark .contactsV1__text {
    color: #ff5b95;
}
.contactsV1-dark .contactsV1__text:hover {
    color: #ee558b;
}
.contactsV2 {
    text-align: center;
    background-color: #000;
    background-image: url("../img/contacts-bg1.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 550px;
    padding-top: 80px;
    padding-bottom: 120px
}
.contactsV2__header {
    font-size: 60px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 60px
}
.contactsV2__header a {
    color: #FF4A5D;
    display: block;
    text-decoration: none;
    transition: color .2s
}
.contactsV2__header a:hover {
    color: #DB3C4D
}
.contactsV2__link {
    font-size: 16px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    color: #7f868a;
    transition: color .2s
}
.contactsV2__link:hover {
    color: #FF4A5D
}
.contactsV2__input {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 10px auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #525458;
    text-align: center;
    border-radius: 4px;
    background-color: #19191a;
    line-height: 60px;
    padding: 0 10px;
    border: none;
    outline: none;
    transition: all .2s
}
.contactsV2__input:focus {
    color: #fff;
    background: #212324
}
.contactsV2__button {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 40px auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    background: none;
    border: solid 1px #fff;
    border-radius: 10px;
    line-height: 50px;
    color: #fff;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: background .2s, color .2s
}
.contactsV2__button:hover {
    background: #fff;
    color: #000
}
.contactsV3 {
    padding: 120px 0;
    background: #181a1a;
    text-align: center
}
.contactsV3__header {
    color: #fff;
    font-size: 60px;
    font-family: 'Montserrat', serif
}
.contactsV3__items {
    margin-top: 60px
}
.contactsV3__item {
    float: left;
    width: 33.33333333333333%;
    font-family: 'Montserrat', sans-serif
}
.contactsV3__item-borderRight {
    border-right: solid 1px #505050
}
.contactsV3__name {
    color: #fff;
    font-size: 22px;
    margin: 0;
    margin-bottom: 20px
}
.contactsV3__email {
    display: block;
    font-size: 16px;
    color: #7f868a;
    margin: 10px 0;
    transition: color .2s;
    text-decoration: none
}
.contactsV3__email:hover {
    color: #FF4A5D
}
.contactsV3__phone {
    font-size: 16px;
    color: #fff;
    margin: 10px 0
}
.contactsV4 {
    background: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 125px;
    font-family: 'Montserrat', sans-serif
}
.contactsV4__header {
    font-size: 60px;
    color: #353535;
    margin: 0;
    margin-bottom: 50px
}
.contactsV4__text {
    font-size: 22px;
    color: #353535;
    margin: 40px 0 20px 0
}
.contactsV4__item__checkbox {
    display: none
}
.contactsV4__item__label {
    font-size: 18px;
    color: #525458;
    padding: 19px 24px;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    margin-right: 8px;
    margin-top: 10px;
    border: solid 1px #fff;
    transition: all .2s
}
.contactsV4__item__label:hover {
    border-color: #DB3C4D;
    cursor: pointer
}
.contactsV4__item__checkbox:checked+.contactsV4__item__label {
    background: #DB3C4D;
    border-color: #DB3C4D;
    color: #fff
}
.contactsV4__form__inputs {
    margin-bottom: 10px
}
.contactsV4__form__col {
    float: left;
    width: 50%
}
.contactsV4__form__col-left {
    padding-right: 10px
}
.contactsV4__form__input {
    outline: none;
    line-height: 60px;
    background: #fff;
    padding: 0 20px;
    font-size: 18px;
    color: #525458;
    border: none;
    display: block;
    border-radius: 4px;
    width: 100%
}
.contactsV4__buttonV1 {
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    text-transform: uppercase;
    line-height: 48px;
    background: #FF4A5D;
    border: solid 1px #FF4A5D;
    border-radius: 100px;
    min-width: 180px;
    outline: none;
    font-weight: bold;
    cursor: pointer;
    margin-top: 60px;
    transition: background .2s
}
.contactsV4__buttonV1:hover {
    background: #fff
}
.contactsV4__buttonV1-transparent {
    background: none
}
.contactsV4__buttonV1-transparent:hover {
    background: #FF4A5D
}
.contactsV4__headerV2 {
    font-size: 60px;
    color: #353535;
    max-width: 628px;
    margin-bottom: 180px
}
.contactsV5 {
    padding-top: 120px;
    padding-bottom: 140px;
    font-family: 'Montserrat', sans-serif
}
.contactsV5__header {
    text-align: center;
    font-size: 60px;
    color: #353535;
    margin: 0;
    margin-bottom: 20px
}
.contactsV5__text {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 80px auto;
    font-size: 22px;
    color: #353535
}
.contactsV5__form {
    display: block;
    max-width: 720px;
    margin: 0 auto;
    text-align: center
}
.contactsV5__form__input {
    outline: none;
    line-height: 60px;
    background: #fff;
    padding: 0 20px;
    font-size: 18px;
    color: #525458;
    border: solid 1px #e7e7e7;
    display: block;
    border-radius: 4px;
    width: 100%
}
.contactsV5__form__inputs {
    margin-bottom: 20px
}
.contactsV5__form__col {
    float: left;
    width: 50%
}
.contactsV5__form__col-right {
    padding-left: 10px
}
.contactsV5__form__col-left {
    padding-right: 10px
}
.contactsV5__buttonV1 {
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    text-transform: uppercase;
    line-height: 48px;
    background: #FF4A5D;
    border: solid 1px #FF4A5D;
    border-radius: 100px;
    min-width: 180px;
    outline: none;
    font-weight: bold;
    cursor: pointer;
    margin-top: 80px;
    transition: background .2s
}
.contactsV5__buttonV1:hover {
    background: #fff
}
.contactsV5__buttonV1-transparent {
    background: none
}
.contactsV5__buttonV1-transparent:hover {
    background: #FF4A5D
}
.contactsV5__headerV2 {
    font-size: 60px;
    color: #353535;
    max-width: 628px;
    margin: 100px auto 0 auto
}
.footer {
    background: #f7f7f7;
    padding: 60px 0
}
.footer__item {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #95a8b2;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .2s
}
.footer__item-borderRight {
    border-right: solid 1px #c4cbd3
}
.footer__item:hover {
    color: #FF4A5D
}
.footer-light {
    background: #fff
}
.footerV2 {
    background: #000203;
    padding-top: 160px;
    padding-bottom: 100px
}
.footerV2-white {
    background: #fff
}
.footerV2__header {
    margin: 0;
    font-size: 64px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff
}
.footerV2__header-dark {
    color: #2a2c2f
}
.footerV2__email {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    color: #FF4A5D;
    text-decoration: none;
    transition: color .2s
}
.footerV2__email:hover {
    color: #DB3C4D
}
.footerV2__email-dark {
    color: #DB3C4D
}
.footerV2__email-dark:hover {
    color: #FF4A5D
}
.footerV2 .menu__socials {
    margin-top: 120px
}
.footerV2-singleMenu .menu__socials {
    margin-top: 0
}
.footerV3 {
    background: #000203;
    padding: 60px 0
}
.footerV3-white {
    background: #fff
}
.footerV3 .menu__socials {
    margin: 0
}
@media (min-width: 769px) and (max-width: 1050px) {

    .fullpage-1img img{
    width: 65%;
    }

    .fullpage-3img img{
    width: 30%;
    }

     .fullpage-2img img{
    width: 40%;
    }

    .header__link {
        margin-left: 30px
    }
    .headerV1__header {
        font-size: 190px
    }
    .headerV2__header,
    .headerV2__link {
        padding: 0 0 0 5%;
        font-size: 90px;
    }

    .job-title {
    font-size: 35px;
    padding: 0 0 0 5%;
    }
    .headerV3__item {
        padding: 0 15px
    }
    .headerV3__controls {
        padding: 0 15px
    }
    .headerV4__header {
        padding: 0 15px
    }
    .headerV4 .header__button {
        margin-left: 15px
    }
    .headerV4__links {
        padding: 0 15px
    }
    .headerV5__content {
        padding: 0 15px
    }
    .headerV6 .container {
        padding: 0 15px
    }
    .headerV7__header {
        padding: 0 15px
    }
    .headerV11 .container {
        padding: 0 15px
    }
    .headerV12 .container {
        padding: 0 15px 50px 15px
    }
    .contentV3 .container {
        padding: 0 15px
    }
    .contentV6 .container {
        padding: 0 15px
    }
    .contentV8 .container {
        padding: 0 15px
    }
    .contentV8__header {
        font-size: 30px;
        max-height: 36px;
        overflow: hidden
    }
    .contentV8__text {
        max-height: 66px;
        overflow: hidden
    }
    .contentV9 .container {
        padding: 0 15px
    }
    .contentV10 .container {
        padding: 0 15px
    }
    .productV1 .container {
        padding: 0 15px
    }
    .productV1__items {
        margin-left: 0;
        margin-right: 0
    }
    .productV2 .container {
        padding: 0 15px
    }
    .productV2__item {
        height: 220px
    }
    .productV2__item-single {
        height: 570px
    }
    .productV2__item-big {
        height: 440px
    }
    .productV3 .container {
        padding: 0 15px
    }
    .productV4__item-bg1 .productV4__img {
        height: 100%;
        width: auto;
        max-width: none;
        left: 0
    }
    .productV4__item-bg1 .productV4__imgBody {
        overflow: hidden
    }
    .productV4__img {
        max-width: 95%
    }
    .productV4__item-bg2 {
        padding-bottom: 20px
    }
    .productV4__item-bg3 {
        padding-bottom: 20px
    }
    .contactsV4 .container {
        padding: 0 15px
    }
    .contactsV5 .container {
        padding: 0 15px
    }
}
@media (max-width: 769px) {

    .back{
    display: inline-block;
    }

    .contentV1__text {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: #74767f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

    .productV2__header {
    font-size: 30px;
    }

    .fullpage-1img img{
    width: 85%;
    }

    .fullpage-4img img {
    width: 45%;
    padding: 0 1% 1.5% 1%;
    }

     .fullpage-3img img{
    width: 45%;
    }

      .fullpage-2img img{
    width: 40%;
    }

    .contentFP {
    padding: 2% 0 12% 0;
    }

    .hidden-xs {
        display: none !important
    }
    .visible-xs {
        display: block
    }
    .header__logo {
        position: absolute;
        left: 50%;
        top: 0
    }
    .header__menuIcon {
        position: absolute;
        left: 0;
        top: 0
    }
    .header__head-active {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        display: none;
    }
    .header__head-active .header__logo {
        left: 50%;
        top: 10px
    }
    .header__head-active .header__menuIcon {
        left: 15px;
        top: 10px
    }
    .menu__link {
        font-size: 30px;
        min-width: 300px;
        margin-bottom: 30px
    }
    .menu__socials {
        margin-top: 70px
    }
    .menu__socials__link {
        margin-right: 30px
    }
    .headerV1__header {
        font-size: 120px
    }
    .headerV1__text {
        font-size: 24px;
        padding: 0 15px
    }
    .headerV2 .header__menuIcon__topLine,
    .headerV2 .header__menuIcon__midleLine,
    .headerV2 .header__menuIcon__bottomLine {
        background: #74767f
    }
    .headerV2__header {
       font-size: 60px;
        margin: 100px 0 0 0;
        padding: 10% 0 0 5%;
    }
    .job-title {
    font-size: 35px;
    padding: 0 0 0 5%;
    }
    .headerV2__link {
        padding: 0 15px
    }
    .headerV2-dark .header__menuIcon__topLine,
    .headerV2-dark .header__menuIcon__midleLine,
    .headerV2-dark .header__menuIcon__bottomLine {
        background: #fff
    }
    .headerV2 .header__head-active .header__logo {
        color: #fff
    }
    .headerV2 .header__head-active .header__menuIcon__topLine {
        background: #fff
    }
    .headerV2 .header__head-active .header__menuIcon__midleLine {
        background: #fff
    }
    .headerV2 .header__head-active .header__menuIcon__bottomLine {
        background: #fff
    }
    .headerV3__header {
        font-size: 30px
    }
    .headerV3__item {
        padding: 0 15px
    }
    .headerV3__controls {
        padding: 0 15px
    }
    .headerV4__header {
        padding: 0 15px
    }
    .headerV4 .header__button {
        margin-left: 15px
    }
    .headerV4__links {
        padding: 0 15px
    }
    .headerV4__links-left {
        width: 100%
    }
    .headerV4__links-right {
        text-align: left
    }
    .headerV4__link {
        display: block;
        margin: 20px 0
    }
    .headerV5__content {
        width: 100%;
        padding: 0 15px;
        margin-top: 50px
    }
    .headerV5__text {
        padding: 0
    }
    .headerV5__link {
        margin-top: 30px
    }
    .headerV6 .container {
        padding: 0 15px
    }
    .headerV6__header {
        margin-top: 200px;
        font-size: 35px
    }
    .headerV6__link {
        margin-right: 30px
    }
    .headerV7__header {
        padding: 0 15px
    }
    .headerV8__item {
        text-align: center;
        padding: 0
    }
    .headerV8__item__icon {
        margin: 0 auto
    }
    .headerV8__item__name {
        margin: 25px auto 10px auto
    }
    .headerV8__item__text {
        margin: 0 auto
    }
    .headerV8 .slick-dots {
        list-style: none;
        text-align: center;
        padding: 0
    }
    .headerV8 .slick-dots li {
        display: inline-block
    }
    .headerV8 .slick-dots button {
        border: none;
        background: #fff;
        width: 50px;
        height: 3px;
        opacity: .3;
        line-height: 0;
        font-size: 0px;
        outline: none
    }
    .headerV8 .slick-dots button:hover {
        opacity: 1;
        cursor: pointer
    }
    .headerV8 .slick-active button {
        opacity: 1
    }
    .headerV9 .slick-dots {
        list-style: none;
        text-align: center;
        padding: 0
    }
    .headerV9 .slick-dots li {
        display: inline-block
    }
    .headerV9 .slick-dots button {
        border: none;
        background: #fff;
        width: 50px;
        height: 3px;
        opacity: .3;
        line-height: 0;
        font-size: 0px;
        outline: none
    }
    .headerV9 .slick-dots button:hover {
        opacity: 1;
        cursor: pointer
    }
    .headerV9 .slick-active button {
        opacity: 1
    }
    .headerV10 .container {
        padding: 0 15px
    }
    .headerV11 .container {
        padding: 0 15px
    }
    .headerV11__contentLeft {
        width: 100%
    }
    .headerV11__header {
        margin: 90px auto 0 auto;
        text-align: center
    }
    .headerV11__form {
        margin: 70px auto 0 auto
    }
    .headerV12 .container {
        padding: 0 15px 50px 15px
    }
    .headerV12__header {
        margin: 100px auto 20px auto
    }
    .headerV12 .header__head-active .header__logo {
        color: #fff
    }
    .headerV12 .header__head-active .header__menuIcon__topLine {
        background: #fff
    }
    .headerV12 .header__head-active .header__menuIcon__midleLine {
        background: #fff
    }
    .headerV12 .header__head-active .header__menuIcon__bottomLine {
        background: #fff
    }
    .clients__item {
        width: 50%;
        line-height: 120px
    }
    .clients__item-borderBottom {
        border-bottom: none
    }
    .clients__item-borderRight {
        border-right: none
    }
    .clients__item-borderBottomOp {
        border-bottom: none
    }
    .clients__item-borderRightOp {
        border-right: none
    }
    .clients__info {
        padding: 0 15px
    }
    .clients-slider .clients__info {
        padding: 0 50px
    }
    .contentV1 {
        padding: 60px 0
    }

    .contentV1 .container {
        padding: 0 15px
    }
    .contentV2 {
        padding: 80px 0
    }
    .contentV2 .container {
        padding: 0 15px
    }
    .contentV3::before {
        display: none
    }
    .contentV3__item {
        width: 100%;
        text-align: center;
        margin: 30px 0
    }
    .contentV3__textSmall {
        margin: 0 auto
    }
    .contentV3__header {
        font-size: 32px
    }
    .contentV3-light .contentV3__item {
        margin-top: 30px
    }
    .contentV3 .container {
        padding: 0 15px
    }
    .contentV4 .container {
        padding: 0 15px
    }
    .contentV4__header {
        font-size: 30px
    }
    .contentV4__item {
        outline: none;
        padding: 0
    }
    .contentV4__icon {
        margin: 0 auto
    }
    .contentV4__name {
        text-align: center
    }
    .contentV4__text {
        margin: 0 auto;
        text-align: center
    }
    .contentV4__img {
        max-width: 90%
    }
    .contentV4 .slick-dots {
        list-style: none;
        text-align: center;
        padding: 0
    }
    .contentV4 .slick-dots li {
        display: inline-block
    }
    .contentV4 .slick-dots button {
        border: none;
        background: #52545d;
        width: 50px;
        height: 3px;
        opacity: .3;
        line-height: 0;
        font-size: 0px;
        outline: none
    }
    .contentV4 .slick-dots button:hover {
        opacity: 1;
        cursor: pointer
    }
    .contentV4 .slick-active button {
        opacity: 1
    }
    .contentV5 .container {
        padding: 0 15px
    }
    .contentV5 .slick-dots {
        list-style: none;
        text-align: center;
        padding: 0
    }
    .contentV5 .slick-dots li {
        display: inline-block
    }
    .contentV5 .slick-dots button {
        border: none;
        background: #fff;
        width: 50px;
        height: 3px;
        opacity: .3;
        line-height: 0;
        font-size: 0px;
        outline: none
    }
    .contentV5 .slick-dots button:hover {
        opacity: 1;
        cursor: pointer
    }
    .contentV5 .slick-active button {
        opacity: 1
    }
    .contentV6 .container {
        padding: 0 15px
    }
    .contentV6__name {
        float: none;
        width: 100%;
        text-align: center
    }
    .contentV6__info {
        float: none;
        width: 100%;
        text-align: center
    }
    .contentV6__header {
        max-width: none;
        margin-bottom: 40px
    }
    .contentV6__text {
        padding: 0
    }
    .contentV7 .container {
        padding: 0 15px
    }
    .contentV8 .container {
        padding: 0 15px
    }
    .contentV8__imgBody {
        float: none;
        width: 100%
    }
    .contentV8__info {
        float: none;
        width: 100%
    }
    .contentV8__header {
        font-size: 26px;
        max-height: 32px;
        overflow: hidden
    }
    .contentV8__text {
        max-height: 66px;
        overflow: hidden
    }
    .contentV8 .slick-dots {
        margin-top: 40px
    }
    .contentV9 .container {
        padding: 0 15px
    }
    .contentV9__info {
        width: 100%;
        float: none;
        padding: 0
    }
    .contentV10 .container {
        padding: 0 15px
    }
    .contentV10__info {
        width: 100%;
        float: none;
        padding: 0
    }
    .contentV10__header {
        font-size: 30px;
        max-height: 144px;
        overflow: hidden
    }
    .contentV10__text {
        max-height: 72px;
        overflow: hidden
    }
    .contentV10__paginationBody {
        top: 40px
    }
    .contentV11__imgBody {
        float: none;
        width: 100%
    }
    .contentV11__info {
        float: none;
        width: 100%
    }
    .contentV12 .container {
        padding: 0 15px
    }
    .productV1 .container {
        padding: 0 15px
    }
    .productV1__items {
        margin-left: 0;
        margin-right: 0
    }
    .productV1__itemBody {
        margin: 0 5px;
        margin-bottom: 40px
    }
    .productV1__imgBody {
        min-height: 180px
    }
    .productV1__item__header {
        font-size: 18px
    }
    .productV2 .container {
        padding: 0 15px
    }
    .productV2__item {
        width: 50%;
        height: auto
    }
    .productV2__item-big {
        height: auto
    }
    .productV2__item-single {
        width: 100%;
        height: auto;
        margin-bottom: 10px
    }
    .productV3 .container {
        padding: 0 15px
    }
    .productV4 .container {
        padding: 0 15px
    }
    .productV4 .container2 {
        padding: 0 15px
    }
    .productV4__item-bg1 .productV4__img {
        height: 100%;
        width: auto;
        max-width: none;
        left: 0
    }
    .productV4__item-bg1 .productV4__imgBody {
        overflow: hidden
    }
    .productV4__info {
        padding-left: 20px
    }
    .productV4__info__header {
        font-size: 22px
    }
    .productV4__item-bg2 {
        padding-bottom: 20px
    }
    .productV4__item-bg3 {
        padding-bottom: 20px
    }
    .productV4__item-bg5 {
        height: 675px
    }
    .productV4__colLeft {
        width: 100%;
        float: none;
        padding: 0
    }
    .productV4__colRight {
        width: 100%;
        float: none;
        padding: 0
    }
    .productV4__img-left {
        margin: 0 auto;
        max-height: 400px
    }
    .contactsV1__text {
        font-size: 28px;
    }
    .contactsV1__header {
    font-size: 25px;
    }
    .contactsV2__header {
        font-size: 30px
    }
    .contactsV3 .container {
        padding: 0 15px
    }
    .contactsV3__header {
        font-size: 30px
    }
    .contactsV3__item {
        width: 100%;
        margin-top: 50px
    }
    .contactsV3__item-borderRight {
        border-right: none
    }
    .contactsV4 .container {
        padding: 0 15px
    }
    .contactsV4__headerV2 {
        font-size: 40px
    }
    .contactsV5 .container {
        padding: 0 15px
    }
    .contactsV5__headerV2 {
        font-size: 40px
    }
    .footer__item {
        width: 50%;
        margin-top: 20px
    }
    .footer__item-borderRight {
        border-right: none
    }
    .footerV2__header {
        font-size: 30px
    }
    .footerV2__email {
        font-size: 30px
    }
}
@media (min-width: 770px) {
    .menu-onlyMobile {
        display: none !important
    }
}
@media (max-width: 450px) {
    .headerV2 {
    padding-top: 80px;
    padding-bottom: 60px;
    }
    .headerV2__header {
    margin: 60px 0 0 0;
    font-size: 60px;
    }

    .contentV1 {
    padding: 50px 0;
    }
    .contentV1__text {
    max-width: 90%;
    font-size: 16px;
    line-height: 24px;
    }
    .contactsV1__text {
        font-size: 17px;
    }
    .contactsV1__header {
    font-size: 19px;
    }

    .headerV1__header {
        font-size: 60px
    }
    .headerV6__link {
        display: block;
        margin: 20px 0;
        font-size: 16px
    }
    .headerV7__header {
        padding: 0 15px;
        font-size: 30px
    }
    .headerV8__header {
        padding: 0 15px;
        font-size: 30px
    }
    .clients__item {
        width: 100%
    }
    .contentV3__item {
        width: 100%;
        text-align: left
    }
    .contentV3__textSmall {
        margin: 0
    }
    .contentV11__info {
        padding-left: 30px
    }
    .contentV4__item {
        padding: 0 15px;
        text-align: left
    }
    .contentV4__text {
        margin: 0
    }
    .contentV4__name {
        text-align: left
    }
    .contentV4__text {
        text-align: left
    }
    .contentV4__icon {
        margin: 0
    }
    .productV1__item {
        width: 100%;
        margin-bottom: 40px
    }
    .productV1__img {
        max-height: 400px
    }
    .productV2__item {
        width: 100%
    }
    .productV2__item-big .productV2__img {
        max-height: 270px
    }
    .productV3__content__col {
        width: 100%;
        padding: 0
    }
    .productV4__info {
        width: 100%;
        float: none
    }
    .productV4__info__link {
        margin-top: 0
    }
    .productV4__imgBody {
        width: 100%;
        float: none
    }
    .productV4__img {
        margin: 20px auto
    }
    .productV4__item-bg1 .productV4__img {
        margin-bottom: 0;
        margin-top: 40px
    }
    .menu__link {
        font-size: 25px;
        min-width: 300px;
        margin-bottom: 20px
    }
}