@viewport {
    user-zoom: fixed;
}

* {
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

label {
    cursor: pointer
}

textarea {
    resize: none
}

a,
button,
input,
textarea {
    outline: none
}

:focus {
    outline: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

img {
    max-width: 100%;
    vertical-align: top;
    object-fit: cover
}

a,
img {
    border: 0
}

a {
    outline: none;
    color: #0c8f9b;
    text-decoration: none;
    -moz-transition: all 200ms ease 0ms;
    -webkit-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms
}

a:hover,
a:active {
    color: #14bdcd;
    text-decoration: none
}

body {
    color: #464646;
    font: 15px 'PFDinDisplayPro', Arial;
    line-height: 25px;
    letter-spacing: .2px;
    text-align: center;
    background: #000
}

html,
body {
    height: 100%;
    width: 100%;
    min-width: 300px
}

*[class^=mobile-] {
    display: none
}

*[class^=desktop-] {
    display: block
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

div[class^=col-md] {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-md-4 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-md-8 {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%
}

.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.fl-row {
    display: flex;
    margin: 0 -10px
}

.col {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-width {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    height: auto !important;
    margin: 0 auto;
    background: #fff
}

.page-bl {
    min-width: 280px;
    max-width: 1308px;
    width: auto;
    text-align: left;
    padding: 0 35px;
    margin: 0 auto
}

.site-header {
    position: relative;
    z-index: 10;
    color: #fff;
    background: #182c2d url(../img/images/15_1/landing/header-bg2.jpg) no-repeat center top;
    background-size: cover
}

.site-header .line {
    position: absolute;
    left: 0;
    bottom: -49px;
    width: 100%;
    height: 324px;
    background: url(../img/images/15_1/landing/header-lines.png) no-repeat center top
}

.site-header .line::before,
.site-header .line::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff
}

.site-header .line::before {
    right: 1900px;
    height: 49px;
    border-top: solid 116px #185a61
}

.site-header .line::after {
    left: 1900px;
    height: 204px;
    border-top: solid 116px #2db155
}

.site-header .page-bl {
    position: relative;
    z-index: 1;
    height: 1012px
}

.logo-wrap {
    float: left;
    width: 205px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.logo {
    position: relative;
    left: -1px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 144px;
    height: 50px;
    color: transparent;
    text-decoration: none;
    vertical-align: top
}

.site-header a {
    color: #fff
}

.site-header .h-3 {
    max-width: 628px;
    color: #fff
}

.head-info {
    position: relative;
    min-height: 217px;
    padding: 91px 0 0 0
}

.head-info .sbm-link {
    min-width: 99px;
    min-height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding: 4px 15px;
    margin: 0 0 20px 16px
}

.head-contact {
    z-index: 3;
    position: relative;
    width: 321px;
    min-height: 23px;
    padding: 89px 0 0 0
}

.contact-us {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 70px;
    height: 90px;
    color: #fff;
    font: bold 16px 'PFDinTextCondPro', Arial;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 22px 21px 0 21px;
    background: #ff4949;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.contact-us::before {
    content: ' ';
    display: block;
    width: 39px;
    height: 29px;
    margin: 0 auto 10px auto;
    background: url(../img/images/15_1/landing/icon-mail.svg) no-repeat
}

.contact-us:hover,
.contact-us:active {
    background: #d63f3f
}

.head-r {
    float: right
}

.site-nav {
    overflow: hidden;
    font-size: 15.6px;
    line-height: 22px
}

.site-nav ul {
    list-style: none;
    margin: 0 !important
}

.site-nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 32px 10px 0
}

.site-nav li:last-child {
    padding-right: 0
}

.site-nav a:hover,
.site-nav a:active {
    opacity: .5
}

.site-content {
    padding: 76px 0 0 0
}

.site-content p {
    padding-bottom: 25px
}

.site-content ul,
.site-content ol {
    position: relative;
    margin: 0 0 25px 24px
}

.site-content ul ul,
.site-content ul ol,
.site-content ol ul,
.site-content ol ol {
    margin-bottom: 0
}

.site-content abbr {
    text-decoration: none
}

.site-footer {
    position: relative;
    color: #000;
    padding: 0 0 54px 0
}

.copy {
    text-align: center
}

.copy::before {
    content: ' ';
    display: block;
    overflow: hidden;
    width: 27px;
    height: 1px;
    margin: 0 auto 31px auto;
    background: #0c8f9b
}

.h-1,
h1 {
    position: relative;
    z-index: 1;
    display: block;
    color: #000;
    font: 28px 'PFDinDisplayPro', Arial;
    line-height: 30px;
    padding-bottom: 18px
}

.h-2,
h2 {
    position: relative;
    z-index: 1;
    display: block;
    color: #010101;
    font: bold 48px 'PFDinDisplayPro', Arial;
    line-height: 58px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    padding: 0 0 74px 0
}

.h-2 span {
    display: inline-block;
    position: relative;
    text-align: center
}

.h-2 .line {
    content: ' ';
    position: absolute;
    bottom: 24px;
    overflow: hidden;
    width: 44px;
    height: 4px;
    margin: 0;
    background: #ff4949
}

.h-2 .line-l {
    margin-right: 42px
}

.h-2 .line-r {
    margin-left: 42px
}

.h-3,
h3 {
    color: #000;
    font: bold 36px 'PFDinTextCondPro', Arial;
    line-height: 40px;
    letter-spacing: .8px;
    padding-bottom: 16px
}

::-moz-placeholder {
    opacity: 1
}

::-webkit-input-placeholder {
    opacity: 1
}

table {
    width: 100%;
    border-spacing: 0
}

iframe {
    border: none;
    background: transparent
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

textarea {
    overflow: hidden
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    background: #fff
}

.btn,
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    -moz-transition: all 200ms ease 0ms;
    -webkit-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms
}

.btn {
    overflow: hidden;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover {
    background: #d13f03
}

.btn:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
button:active {
    background: #d13f03
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    z-index: -1;
    clip: rect(0, 0, 0, 0)
}

input[type="checkbox"]:disabled+.lbl:before,
input[type="radio"]:disabled+.lbl:before {
    cursor: default;
    opacity: .5
}

input[type="checkbox"]+.lbl:before,
input[type="radio"]+.lbl:before {
    content: ' ';
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

input[type="checkbox"]+.lbl:before {
    width: 16px;
    height: 15px;
    margin: 0 4px 0 0;
    background: url(../img/images/15_1/landing/form_checkbox.png) no-repeat 0 0
}

input[type="checkbox"]:checked+.lbl:before {}

input[type="radio"]+.lbl:before {
    width: 16px;
    height: 15px;
    margin: 0 4px 0 0;
    background: url(../img/images/15_1/landing/form_radio.png) no-repeat 0 0
}

input[type="radio"]:checked+.lbl:before {}

.size-bl {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 129px;
    height: 41px;
    vertical-align: top;
    border: solid 1px #d3d3d3;
    background: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.size-bl input {
    height: 41px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0 11px 0;
    border: none;
    background: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.size-bl i {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.size-bl i.left {
    left: 19px
}

.size-bl i::before,
.size-bl i.right::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden;
    width: 15px;
    height: 1px;
    background: #c4c4c4;
    margin: -1px 0 0 0
}

.size-bl i.right {
    left: auto;
    right: 19px
}

.size-bl i.right::after {
    left: 50%;
    top: 50%;
    width: 1px;
    height: 15px;
    margin: -8px 0 0 -1px
}

.size-bl i:hover::before,
.size-bl i:hover::after {
    background: #4483ce
}

.select-bl {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top
}

.select-bl .title {
    opacity: 1;
    cursor: pointer;
    position: relative;
    left: 0;
    height: 20px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    padding: 6px 40px 6px 12px;
    border: solid 1px #b8b8b8;
    background: #fff
}

.select-bl .title span {
    display: block;
    overflow: hidden
}

.select-bl .title::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 0;
    overflow: hidden;
    width: 7px;
    height: 4px;
    margin: -2px 0 0 0;
    background: url(../img/images/15_1/landing/arrow-d-w.svg) no-repeat
}

.select-bl ul {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 100%;
    width: 100%;
    list-style: none;
    margin: -1px 0 0 0;
    border: solid 1px #b8b8b8;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select-bl ul span {
    cursor: pointer;
    display: block;
    padding: 5px 12px
}

.select-bl ul .active {
    background: #fafafa
}

.select-bl.open {
    z-index: 2
}

.select-bl.open .title::after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.lang-nav {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    text-transform: uppercase;
    padding: 11px 0;
    margin: 0 0 0 26px
}

.lang-nav .title {
    height: 16px;
    color: #fff;
    font-weight: 300;
    padding: 0 15px 0 0;
    border: none;
    background: transparent
}

.lang-nav i {
    overflow: hidden;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin: 0 12px 0 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.lang-nav ul {
    color: #fff;
    margin: 0;
    border: none;
    background: #185a61
}

.lang-nav ul li a {
    margin-left: auto;
    margin-right: auto
}

.lang-nav ul span {
    padding: 0
}

.lang-nav ul .active {
    opacity: .5;
    background: transparent
}

.m-img {
    position: relative;
    overflow: visible;
    text-align: center;
    padding: 0 45px;
    margin: 0
}

.m-img::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin: -150px 0 0 0;
    background: #f8fafb
}

.m-img div {
    position: relative;
    padding: 24px;
    border: solid 1px #ebeff3;
    background: #fff
}

.m-img p,
.m-img a {
    display: block;
    height: 347px;
    padding: 0 !important;
    border: solid 1px #ebeff3
}

.m-img span {
    display: block;
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    height: 564px;
    line-height: 564px;
    text-align: center;
    margin: -282px 0 0 0
}

.m-img span img {
    max-height: 564px;
    vertical-align: middle
}

.m-img a {
    display: block
}

.m-img.small {
    padding: 0 26px
}

.m-img.small::before {
    height: 176px;
    margin: -88px 0 0 0
}

.m-img.small div {
    padding: 12px;
    border-width: 2px;
    border-color: #f0f3f6
}

.m-img.small p,
.m-img.small a {
    display: block;
    height: 202px;
    border-width: 2px;
    border-color: #f3f6f8
}

.m-img.small span {
    left: 0;
    width: 100%;
    height: 280px;
    line-height: 280px;
    margin-top: -140px
}

.m-img.small span img {
    max-height: 280px
}

.nb-img {
    position: relative;
    overflow: visible;
    text-align: center;
    padding: 0 45px;
    margin: 0 0 18px 0
}

.nb-img::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin: -150px 0 0 0;
    background: #f8fafb
}

.nb-img .bg {
    position: relative;
    padding: 24px;
    border: solid 1px #ebeff3;
    background: #fff
}

.nb-img .bg::before {
    content: ' ';
    display: block;
    height: 347px;
    padding: 0 !important;
    border: solid 1px #ebeff3
}

.nb-img .img {
    position: absolute;
    top: -24px;
    left: 50%;
    width: 680px;
    height: 412px;
    margin: 0 0 0 -340px;
    background: url(../img/images/15_1/landing/notebook-bg.png) no-repeat
}

.nb-img span {
    display: block;
    position: absolute;
    top: 23px;
    left: 82px;
    overflow: hidden;
    width: 517px;
    height: 323px;
    margin: 0
}

.nb-img span img {
    width: 100%;
    height: 323px
}

.nb-img a {
    display: block
}

.sbm-link {
    display: inline-block;
    min-height: 30px;
    color: #fff;
    font: bold 18px 'PFDinTextCondPro', Arial;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    padding: 14px 40px 13px 40px;
    background: #2db155;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-transition: all 200ms ease 0ms;
    -webkit-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms
}

.sbm-link:hover,
.sbm-link:active {
    background: #0c8f9b
}

.sbm-link.blk {
    background: #185a61
}

.sbm-link.blk:hover,
.sbm-link.blk:active {
    background: #0c8f9b
}

.sbm-link.red {
    background: #ff4949
}

.sbm-link.red:hover,
.sbm-link.red:active {
    background: #d63f3f
}

.iframe {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.iframe::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/images/15_1/landing/sbm-yt.png) no-repeat center center
}

a[data-lightbox] {
    position: relative;
    display: inline-block;
    vertical-align: top
}

a[data-lightbox]::after {
    opacity: 0;
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 84px;
    height: 84px;
    margin: -42px 0 0 -42px;
    background: #fff url(../img/images/15_1/landing/icon-search-y.svg) no-repeat center center;
    background-size: 26px 26px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all 200ms ease 0ms;
    -webkit-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

a[data-lightbox]:hover::after,
a[data-lightbox]:active::after {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.text-bl {
    padding: 25px 0 110px 0
}

.text-bl:last-child {
    padding: 40px 0 110px 0
}

.text-bl.fl-row {
    align-items: center;
    margin: 0
}

.text-bl .col {
    position: relative;
    padding: 0 80px
}

.text-bl .col::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 0;
    overflow: hidden;
    width: 1px;
    height: 300px;
    margin: -150px 0 0 0;
    background: #0c8f9b
}

.text-bl .col:first-child::after {
    left: 0;
    right: auto
}

.text-bl .col-img {
    min-width: 50.6%;
    padding: 0
}

.text-bl .col-img::after {
    display: none
}

.text-bl .col-img:first-child .m-img {
    margin-left: -45px
}

.text-bl .col-img:last-child .m-img {
    margin-right: -45px
}

.text-bl .result {
    font-size: 18px;
    line-height: 30px
}

.text-bl p:last-child {
    padding-bottom: 0
}

.area-testimonials {
    padding: 0 0 98px 0
}

.slider-testimonials .m-img {
    max-width: 362px;
    margin: 0 auto 68px auto
}

.slider-testimonials .name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 24px 0
}

.testimonials-9 {
    background: #12052e
}

.testimonials-10 {
    background: #1a3647
}

.testimonials-15 {
    background: #1d202b
}

.testimonials-16,
.testimonials-21 {
    background: #000
}

.testimonials-17 {
    background: #1e2123
}

.testimonials-18 {
    background: #272a2c
}

.testimonials-12 img {
    max-width: 240px
}

.testimonials-16 img {
    height: 132px
}

@media screen and (min-width:961px) {
    .testimonials-25 img {
        height: 200px
    }
}

@media screen and (max-width:600px) {

    .m-img.small .testimonials-16 span img,
    .m-img.small .testimonials-20 span img {
        max-height: 64px
    }

    .m-img.small .testimonials-21 span img,
    .m-img.small .testimonials-24 span img {
        max-width: 120px
    }
}

.testimonials-18 img {
    width: 80%
}

.testimonials-21 img {
    width: 80%
}

.area-banners {
    padding: 0 0 68px 0
}

.area-banners .h-2 {
    padding-bottom: 53px
}

.banner-bl {
    position: relative;
    overflow: hidden;
    display: block;
    height: 361px;
    color: #fff;
    background: #00242a;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.banner-bl .title,
.banner-bl .txt {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 63px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.banner-bl .title {
    top: 48px;
    font-size: 36px;
    font-weight: bold;
    line-height: 43px
}

.banner-bl .txt {
    bottom: 27px;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px
}

.banner-bl .txt p {
    max-width: 400px
}

.area-brands {
    padding: 0 0 55px 0
}

.area-brands .h-2 {
    padding: 0 0 42px 0
}

.brand-bl {
    text-align: center
}

.brand-bl .title {
    min-height: 172px;
    line-height: 83px
}

.brand-bl .title img {
    vertical-align: middle
}

.brand-bl .name {
    display: block;
    color: #185a61;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase
}

.slider-home .h-3 {
    min-height: 200px;
    padding: 0;
    margin: 0 0 16px 0
}

.slider-home .sbm-link+a {
    display: none
}

.persons {
    position: absolute;
    left: 50%;
    bottom: 155px;
    width: 160px;
    height: 374px;
    color: rgba(255, 255, 255, .66);
    padding: 0 0 0 311px;
    margin: 0 0 0 -97px
}

.persons img {
    position: absolute;
    left: 0;
    bottom: 0
}

.persons strong {
    display: block;
    color: #fff;
    font: bold 24px 'PFDinTextCondPro';
    line-height: 30px;
    padding: 0 0 7px 0
}

.persons p {
    position: relative;
    z-index: 1
}

#person-1 {
    z-index: 1
}

#person-2 {
    z-index: 2;
    padding-left: 300px;
    margin-left: 285px
}

#person-2 img {
    left: 13px
}

.area-customers {
    padding: 0 0 112px 0
}

.area-customers .h-2 {
    padding: 0 0 93px 0
}

.customers-wrap {
    position: relative
}

.customers-wrap::before {
    content: ' ';
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 116px;
    background: #f8fafb
}

.customers-wrap .fl-row {
    position: relative;
    padding: 0 100px
}

.customers-wrap .fl-row::before,
.customers-wrap .fl-row::after {
    content: ' ';
    position: absolute;
    top: 9px;
    width: 366px;
    height: 288px;
    background: #fff url(../img/images/15_1/landing/customer-bg.png) no-repeat
}

.customers-wrap .fl-row::before {
    left: 0
}

.customers-wrap .fl-row::after {
    right: 0;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.customers-wrap .col {
    position: relative;
    z-index: 1
}

.customer-bl {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    padding: 0 0 21px 0
}

.customer-bl .icon {
    display: block;
    position: relative;
    overflow: hidden;
    width: 136px;
    height: 136px;
    margin: 0 auto 44px auto;
    background: #ebeff3
}

.customer-bl .icon::before {
    content: ' ';
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 114px;
    height: 114px;
    margin: -58px 0 0 -58px;
    border: solid 1px #fff
}

.customer-bl .icon,
.customer-bl .icon::before {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.customer-bl .icon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 136px;
    text-align: center
}

.customer-bl .icon img {
    max-height: 136px;
    vertical-align: middle
}

.customer-bl .txt {
    position: relative
}

.customer-bl .txt::before {
    content: ' ';
    display: block;
    overflow: hidden;
    width: 25px;
    height: 1px;
    margin: 0 auto 12px auto;
    background: #0c8f9b
}

.customer-bl strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 4px 0
}

.ta-left {
    text-align: left
}

.ta-center {
    text-align: center
}

.ta-right {
    text-align: right
}

.d-none {
    display: none
}

.policy-conf {
    font-size: 12px
}

.pb-2,
.py-2 {
    padding-bottom: 2rem !important
}

.pt-2,
.py-2 {
    padding-top: 2rem !important
}

.lang {
    display: inline-block;
    height: 21px;
    vertical-align: top;
    width: 21px;
    background: url(../img/landings/images/1_2/flags-sprite.png) no-repeat;
    background-size: 2438.1%
}

.lang_fi {
    background-position: 37.8819% .851064%
}

.lang_fr {
    background-position: 42.5662% .851064%
}

.lang_hr {
    background-position: 56.6191% .851064%
}

.lang_cs {
    background-position: 70.6721% .851064%
}

.lang_sw {
    background-position: 84.7251% .851064%
}

.lang_et {
    background-position: 5.09165% 10.6383%
}

.lang_ko {
    background-position: 19.1446% 10.6383%
}

.lang_ja,
.lang_jp {
    background-position: 33.1976% 10.6383%
}

.lang_ru {
    background-position: 37.8819% 20.4255%
}

.lang_ua {
    background-position: 42.5662% 20.4255%
}

.lang_az {
    background-position: 56.6191% 20.4255%
}

.lang_ar {
    background-position: 65.9878% 20.4255%
}

.lang_by {
    background-position: 28.5132% 30.2128%
}

.lang_bg {
    background-position: 51.9348% 30.2128%
}

.lang_br {
    background-position: 70.6721% 30.2128%
}

.lang_en {
    background-position: 5.09165% 40%
}

.lang_hu {
    background-position: 14.4603% 40%
}

.lang_vi {
    background-position: 28.5132% 40%
}

.lang_de {
    background-position: 75.3564% 40%
}

.lang_el {
    background-position: 5.09165% 49.7872%
}

.lang_ka {
    background-position: 9.77597% 49.7872%
}

.lang_da {
    background-position: 14.4603% 49.7872%
}

.lang_tr {
    background-position: 42.5662% 49.7872%
}

.lang_he {
    background-position: 51.9348% 49.7872%
}

.lang_hi {
    background-position: 56.6191% 49.7872%
}

.lang_id {
    background-position: 61.3035% 49.7872%
}

.lang_fa {
    background-position: 75.3564% 49.7872%
}

.lang_es {
    background-position: 89.4094% 49.7872%
}

.lang_it {
    background-position: 94.0937% 49.7872%
}

.lang_kz {
    background-position: 5.09165% 59.5745%
}

.lang_cn {
    background-position: 42.5662% 59.5745%
}

.lang_lv {
    background-position: 94.0937% 59.5745%
}

.lang_us {
    background-position: .407332% 69.3617%
}

.lang_lt {
    background-position: 14.4603% 69.3617%
}

.lang_mk {
    background-position: 42.5662% 69.3617%
}

.lang_ms {
    background-position: 51.9348% 69.3617%
}

.lang_mn {
    background-position: 94.0937% 69.3617%
}

.lang_nl {
    background-position: 33.1976% 79.1489%
}

.lang_nb {
    background-position: 51.9348% 79.1489%
}

.lang_pl {
    background-position: 98.778% 79.1489%
}

.lang_pt {
    background-position: .407332% 88.9362%
}

.lang_ro {
    background-position: 14.4603% 88.9362%
}

.lang_sr {
    background-position: 89.4094% 88.9362%
}

.lang_sk {
    background-position: .407332% 98.7234%
}

.lang_tw {
    background-position: 89.4094% 98.7234%
}

.lang_th {
    background-position: 42.5662% 98.7234%
}

.lang_au {
    background-position: 47.2505% 20.4255%
}

.lang_iq {
    background-position: 70.6721% 49.7872%
}

.lang_uz {
    background-position: 14.4603% .851064%
}

.lang_az {
    background-position: 56.6191% 20.4255%
}

.dropdown {
    position: relative
}

.dropdown__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dropdown__link:after {
    background: url(../img/images/15_1/landing/arrow-d-w.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    content: " ";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    width: 8px;
    height: 4px
}

.dropdown__link .icon {
    color: inherit
}

.dropdown__content {
    background: #fff;
    z-index: 50;
    display: none;
    min-width: 100%;
    position: absolute;
    top: 120%;
    right: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15)
}

.dropdown__content.scroll {
    max-height: 250px
}

.dropdown[dropdown-position=left] .dropdown__content {
    right: 0;
    left: auto
}

.dropdown[dropdown-position=right] .dropdown__content {
    right: auto;
    left: 0
}

.dropdown_dark .dropdown__content {
    background: #185a61;
    border-radius: 6px
}

.dropdown_dark .dropdown-list__link:hover {
    background: #0c8f9b;
    color: #fff
}

.dropdown.active .dropdown__link:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dropdown-list_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.langs {
    font-size: 14px;
    display: inline-block;
    line-height: 16px
}

.langs.slide {
    min-width: 60px;
    margin: 0 0 0 26px;
    vertical-align: middle;
    line-height: 38px
}

.langs .dropdown-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.langs .dropdown-list .langs__link {
    padding: .3125em .8125em
}

.langs__link {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-transform: uppercase
}

.langs__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.langs .lang {
    margin-right: .625em
}

.langs .dropdown-list {
    width: 18rem
}

.mobile-site-nav .langs .dropdown-list {
    width: 100%
}

.langs .dropdown-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    line-height: 16px
}

.mobile-site-nav .dropdown.langs {
    display: none;
    margin: 0;
    padding: 16px 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #2e3e4f
}

.mobile-site-nav .langs__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex
}

.mobile-site-nav .langs .dropdown__content {
    margin-top: 1.5rem;
    position: static
}

.mobile-site-nav .dropdown_dark .dropdown__content {
    background: rgba(0, 0, 0, 0);
    border-radius: 0
}

.mobile-site-nav .dropdown__link:after {
    display: inline-block;
    position: relative;
    margin: 0 0 0 5px
}

.mobile-site-nav .langs .dropdown-list__item {
    width: 33.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%
}

html[dir="rtl"] .dropdown__link:after {
    left: 0;
    right: auto
}

html[dir="rtl"] .dropdown__content {
    left: 0;
    right: auto
}

html[dir="rtl"] .dropdown[dropdown-position=left] .dropdown__content {
    right: auto;
    left: 0
}

html[dir="rtl"] .dropdown[dropdown-position=right] .dropdown__content {
    right: 0;
    left: auto
}

html[dir="rtl"] .langs.slide {
    margin: 0 26px 0 0
}

html[dir="rtl"] .langs .lang {
    margin-left: .625em;
    margin-right: 0
}

html[dir="rtl"] .mobile-site-nav .dropdown.langs {
    margin: 0
}

html[dir="rtl"] .mobile-site-nav .dropdown__link:after {
    margin: 0 5px 0 0
}

@media screen and (max-width:720px) {
    .site-header .langs__text {
        display: none
    }

    .site-header .langs.slide {
        min-width: 21px
    }

    .site-header .dropdown__link {
        font-size: 0
    }

    .site-header .dropdown__link::after {
        content: none
    }

    .site-header .langs .dropdown-list {
        width: 10rem
    }
}

@media screen and (max-width:600px) {
    .site-header .langs .dropdown-list {
        width: 10rem
    }

    .site-header .langs__text {
        display: none
    }
}

@media screen and (max-width:400px) {
    .site-header .langs {
        display: none
    }

    .mobile-site-nav .dropdown.langs {
        display: block
    }
}

.modal {
    background-color: #f7f7f7;
    padding: 2rem 2.5rem;
    color: #818888;
    max-width: 756px;
    margin: 0 auto;
    border-radius: .5rem;
    position: relative
}

.modal-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-size: 15px;
    line-height: 1;
    color: #2b2f39;
    font-weight: bold;
    cursor: pointer
}

.modal--signin {
    max-width: 320px
}

.modal-header {
    font-size: 20px;
    text-transform: uppercase;
    color: #2e343f;
    margin-bottom: 2rem;
    font-weight: bold
}

.modal a {
    position: relative;
    line-height: 1.4;
    outline: none;
    color: #0c8f9b;
    text-decoration: none;
    -moz-transition: all 200ms ease 0ms;
    -webkit-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms
}

.modal a:hover {
    color: #14bdcd;
    text-decoration: none;
    outline: none
}

.modal input[type="submit"] {
    min-width: 140px;
    min-height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding: 4px 15px;
    border: none
}

@media screen and (max-width:767px) {
    .modal {
        padding: 1rem
    }

    .arcticmodal-container_i2 {
        padding: 0
    }
}

.form__item {
    margin-bottom: .5rem
}

.input-con {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem
}

.input {
    border: none;
    background: none;
    background-color: #fff;
    border-radius: 9999px !important;
    border: 1px solid #d7d9db;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    height: 40px;
    margin-bottom: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    outline: none
}

.input.input-validation-error {
    border-color: red
}

.field-validation-error {
    display: block;
    color: red
}

html[dir="rtl"] .ta-left {
    text-align: right
}

html[dir="rtl"] .ta-right {
    text-align: left
}

html[dir="rtl"] .page-bl {
    text-align: right
}

html[dir="rtl"] .head-r {
    float: left
}

html[dir="rtl"] .logo-wrap {
    float: right
}

html[dir="rtl"] .site-nav li {
    padding-right: 0;
    padding-left: 32px
}

html[dir="rtl"] .site-nav li:last-child {
    padding-left: 0
}

html[dir="rtl"] .slick-slider .slick-track,
.slick-slider .slick-list {
    direction: ltr
}

html[dir="rtl"] .slider-home .slick-dots {
    right: 0;
    left: auto
}

html[dir="rtl"] .slider-home {
    padding: 0 208px 0 0
}

html[dir="rtl"] .h-2 .line-l {
    margin-left: 42px
}

html[dir="rtl"] .h-2 .line-r {
    margin-right: 42px
}

html[dir="rtl"] .persons {
    right: 50%;
    left: auto;
    padding: 0 311px 0 0;
    margin: 0 -97px 0 0
}

html[dir="rtl"] .persons p {
    line-height: 1.2
}

html[dir="rtl"] #person-2 {
    padding-right: 300px;
    padding-left: 0;
    margin-right: 285px;
    margin-left: 0
}

html[dir="rtl"] #person-2 img {
    right: 13px;
    left: auto
}

html[dir="rtl"] .site-header .line {
    right: 0;
    left: auto;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

html[dir="rtl"] .logo {
    position: relative;
    right: -1px;
    left: auto
}

html[dir="rtl"] .head-info .sbm-link {
    margin-right: 16px;
    margin-left: 0
}

html[dir="rtl"] .contact-us {
    left: 0;
    right: auto
}

html[dir="rtl"] .size-bl i.left {
    right: 19px;
    left: auto
}

html[dir="rtl"] .size-bl i.right {
    left: 19px;
    right: auto
}

html[dir="rtl"] .banner-bl {
    text-align: left
}

html[dir="rtl"] .text-bl .col::after {
    left: 0;
    right: auto
}

html[dir="rtl"] .m-img::before {
    right: 0;
    left: auto
}

html[dir="rtl"] .text-bl .col-img:last-child .m-img {
    margin-left: -45px;
    margin-right: 0
}

@media screen and (max-width:1540px) {
    .site-header .line {
        background-position: 76% bottom
    }

    .persons {
        left: auto;
        right: 0
    }

    #person-1 {
        margin: 0 368px 0 0
    }

    #person-2 {
        margin: 0
    }

    html[dir="rtl"] .persons {
        right: auto;
        left: 0
    }

    html[dir="rtl"] #person-1 {
        margin: 0 0 0 368px;
        z-index: 1
    }

    html[dir="rtl"] #person-2 {
        margin: 0
    }
}

@media screen and (max-width:1340px) {
    .nb-img .img {
        top: 0;
        -moz-transform: scale(.82);
        -webkit-transform: scale(.82);
        transform: scale(.82)
    }

    .banner-bl .title,
    .banner-bl .txt {
        padding: 0 43px
    }
}

@media screen and (max-width:1140px) {
    .page-bl {
        padding: 0 31px
    }

    .site-nav {
        display: none
    }

    .head-info {
        padding-right: 71px
    }

    .head-info {
        min-height: 162px
    }

    .slider-home .h-3 {
        overflow: hidden;
        min-height: 160px;
        height: 160px;
        margin: 0
    }

    .nb-img .img {
        top: 0;
        -moz-transform: scale(.7);
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    .page-width::after {
        opacity: 0;
        content: ' ';
        position: absolute;
        z-index: 30;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0, .5);
        -moz-transition: opacity 200ms ease 0ms;
        -webkit-transition: opacity 200ms ease 0ms;
        transition: opacity 200ms ease 0ms
    }

    .mobile-site-nav {
        position: absolute;
        z-index: 40;
        top: 0;
        right: -639px;
        display: block !important;
        width: 639px;
        color: #fff;
        background: #192e2e;
        -moz-transition: right 200ms ease 0ms;
        -webkit-transition: right 200ms ease 0ms;
        transition: right 200ms ease 0ms
    }

    .mobile-site-nav .bl {
        padding: 66px 40px
    }

    .mobile-site-nav .head-info {
        min-height: 0;
        padding: 0 55px 50px 0
    }

    .mobile-site-nav .head-info::before {
        display: none
    }

    .mobile-site-nav .head-info::after {
        content: ' ';
        clear: both;
        display: block;
        overflow: hidden;
        height: 1px
    }

    .mobile-site-nav .logo-wrap {
        position: relative;
        left: -7px;
        width: auto;
        text-align: left
    }

    .mobile-site-nav .mobile-sbm {
        top: 4px;
        right: -12px
    }

    .mobile-site-nav .sbm-link {
        min-width: 90px;
        min-height: 30px;
        font-size: 16px;
        line-height: 30px;
        padding: 7px 15px;
        margin: 0 0 20px 16px
    }

    .mobile-site-nav a {
        color: #fff
    }

    .mobile-site-nav .lang-nav {
        font-size: 0 !important;
        padding: 7px 0;
        margin: 0 0 0 18px
    }

    .mobile-site-nav .lang-nav .title {
        height: 30px;
        padding: 0
    }

    .mobile-site-nav .lang-nav .title::after {
        display: none
    }

    .mobile-site-nav .lang-nav i {
        width: 30px;
        height: 30px;
        margin-right: 0
    }

    .m-nav {
        font-size: 30px;
        line-height: 40px;
        text-align: left
    }

    .m-nav ul {
        list-style: none;
        margin: 0 !important
    }

    .m-nav li {
        border-top: solid 1px rgba(255, 255, 255, .2)
    }

    .m-nav li:nth-child(1) {
        border: none
    }

    .m-nav a {
        display: block;
        position: relative;
        padding: 32px 0
    }

    .m-nav a i {
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 104px;
        line-height: 104px
    }

    .m-nav a i img {
        width: 100%;
        vertical-align: middle
    }

    .mobile-sbm {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 92px;
        right: 0;
        width: 42px;
        height: 35px
    }

    .mobile-sbm::after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .mobile-sbm i {
        display: block;
        overflow: hidden;
        height: 5px;
        margin: 0 0 10px 0;
        background: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-transition: all 300ms ease 0ms;
        -webkit-transition: all 300ms ease 0ms;
        transition: all 300ms ease 0ms
    }

    body.show-mobile-nav .mobile-sbm i {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin: -2px 0 0 0
    }

    body.show-mobile-nav .mobile-sbm i:nth-child(3) {
        display: none
    }

    body.show-mobile-nav .mobile-sbm i:nth-child(1) {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    body.show-mobile-nav .mobile-sbm i:nth-child(2) {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    body.show-mobile-nav .mobile-site-nav {
        right: 0
    }

    body.show-mobile-nav .page-width::after {
        opacity: 1;
        height: 100%
    }
}

@media screen and (max-width:960px) {
    *[class^=mobile-] {
        display: block
    }

    *[class^=desktop-] {
        display: none
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    div[class^=col-md] {
        padding-left: 0;
        padding-right: 0
    }

    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .fl-row {
        display: block;
        margin: 0
    }

    .col {
        padding: 0
    }

    .site-header {
        background: url(../img/images/15_1/landing/tablet-header-bg.jpg) no-repeat center top;
        background-size: cover
    }

    .site-header::before {
        content: ' ';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100px;
        background: #2db155
    }

    .site-header::after {
        content: ' ';
        position: absolute;
        left: 0;
        bottom: -284px;
        width: 165px;
        height: 384px;
        background: url(../img/images/15_1/landing/tablet-header-img.png) no-repeat
    }

    html[dir="rtl"] .site-header::before,
    html[dir="rtl"] .site-header::after {
        right: 0;
        left: auto
    }

    html[dir="rtl"] .site-header::after {
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1)
    }

    .site-header .page-bl {
        min-height: 1083px
    }

    .site-header .head-info::before {
        left: 83px;
        width: 495px
    }

    .site-header .line {
        display: none
    }

    .site-content {
        position: relative;
        z-index: 1;
        padding-top: 78px
    }

    .m-img {
        padding: 0 32px
    }

    .m-img::before {
        height: 214px;
        margin-top: -107px
    }

    .m-img div {
        padding: 16px;
        border-width: 1px
    }

    .m-img p,
    .m-img a {
        height: 246px;
        border-width: 1px
    }

    .m-img span {
        left: 0;
        width: 100%;
        height: 404px;
        line-height: 404px;
        margin-top: -202px
    }

    .m-img span img {
        max-height: 404px
    }

    .m-img.small {
        padding: 0 21px
    }

    .m-img.small::before {
        height: 140px;
        margin-top: -70px
    }

    .m-img.small div {
        padding: 10px;
        border-width: 1px
    }

    .m-img.small p,
    .m-img.small a {
        height: 162px;
        border-width: 1px
    }

    .m-img.small span {
        height: 162px;
        line-height: 162px;
        margin-top: -81px
    }

    .m-img.small span img {
        max-height: 162px
    }

    .nb-img {
        max-width: 490px;
        padding: 0;
        margin: 0 auto 15px auto
    }

    .nb-img .bg {
        padding: 17px
    }

    .nb-img .bg::before {
        height: 278px
    }

    .nb-img .img {
        top: -19px;
        width: 544px;
        height: 340px;
        margin: 0 0 0 -272px;
        background-size: 100% auto;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .nb-img .img span {
        top: 18px;
        left: 66px;
        width: 414px;
        height: 258px
    }

    .nb-img .img span img {
        height: 258px
    }

    .h-2,
    h2 {
        padding-bottom: 64px
    }

    .h-2 .line {
        top: 29px;
        bottom: auto
    }

    .h-2 .line-l {
        right: 100% !important;
        left: auto !important;
        margin-right: 18px
    }

    .h-2 .line-r {
        left: 100% !important;
        right: auto !important;
        margin-left: 18px
    }

    .area-banners .row .col-md-6:nth-child(2) {
        display: none
    }

    .area-text h2 {
        max-width: 560px;
        margin: 0 auto
    }

    .area-text h2 br {
        display: none
    }

    .text-bl {
        max-width: 500px;
        text-align: center;
        padding: 10px 0 53px 0;
        margin: 0 auto
    }

    .text-bl.fl-row {
        margin: 0 auto
    }

    .text-bl .col {
        padding: 0 0 37px 0
    }

    .text-bl .col::after {
        left: 50%;
        bottom: 0;
        top: auto;
        width: 80px;
        height: 1px;
        margin: 0 0 0 -40px
    }

    html[dir="rtl"] .text-bl .col::after {
        margin: 0 -40px 0 0;
        left: auto
    }

    .text-bl .col-img {
        padding: 0 0 68px 0
    }

    .text-bl .col-img .m-img {
        margin: 0 auto !important
    }

    .text-bl p:last-child {
        padding-bottom: 24px
    }

    .text-bl:last-child {
        padding-bottom: 51px
    }

    .slider-testimonials .m-img {
        max-width: 288px;
        margin-bottom: 47px
    }

    .slider-testimonials .txt {
        max-width: 500px;
        margin: 0 auto
    }

    .area-customers {
        position: relative;
        padding: 0 0 131px 0
    }

    .area-customers .h-2 {
        max-width: 500px;
        padding: 0 0 35px 0;
        margin: 0 auto
    }

    .area-customers::after {
        content: ' ';
        position: absolute;
        left: 50%;
        bottom: 79px;
        overflow: hidden;
        width: 80px;
        height: 1px;
        margin: 0 0 0 -40px;
        background: #0c8f9b
    }

    .customers-wrap .fl-row {
        display: flex;
        margin: 0 -10px
    }

    .customers-wrap .fl-row .col {
        padding: 0 10px
    }

    .customer-bl strong {
        text-transform: uppercase
    }

    .customer-bl p {
        max-width: 200px;
        margin: 0 auto
    }

    .area-banners {
        position: relative;
        padding: 0 0 150px 0
    }

    .area-banners::after {
        content: ' ';
        position: absolute;
        left: 50%;
        bottom: 65px;
        overflow: hidden;
        width: 80px;
        height: 1px;
        margin: 0 0 0 -40px;
        background: #0c8f9b
    }

    .banner-bl {
        height: 291px
    }

    .banner-bl .title,
    .banner-bl .txt {
        padding: 0 50px
    }

    .banner-bl .title {
        top: 38px;
        font-size: 28.6px;
        line-height: 35px
    }

    .banner-bl .txt {
        bottom: 18px;
        font-size: 19px;
        line-height: 23px
    }

    .area-brands .h-2 {
        padding: 0 0 62px 0
    }

    .brand-bl .title {
        min-height: 118px;
        line-height: 67px
    }

    .brand-bl .title img {
        max-height: 67px
    }

    .brand-bl .name {
        font-size: 15px;
        line-height: 24px;
        padding: 0 0 33px 0
    }

    .slider-home .sbm-link {
        width: 435px;
        max-width: 68%;
        vertical-align: middle
    }

    .slider-home .sbm-link+a {
        position: absolute;
        right: 60px;
        bottom: 14px;
        display: inline-block;
        vertical-align: middle
    }

    .slider-home .h-3 {
        min-height: 200px;
        height: 200px;
        margin: 0 0 18px 0
    }

    .head-contact {
        top: -14px;
        left: 46px;
        width: auto;
        padding: 0
    }

    html[dir="rtl"] .head-contact {
        right: 46px;
        left: auto
    }

    .contact-us {
        left: 0;
        right: auto;
        font-size: 20px;
        line-height: 18px
    }

    html[dir="rtl"] .contact-us {
        right: 0;
        left: auto
    }

    .persons {
        z-index: 2;
        bottom: 0;
        min-width: 160px;
        height: 300px;
        font-size: 15px;
        line-height: 20px
    }

    .persons::after {
        display: none
    }

    .persons img {
        height: 297px
    }

    .persons strong {
        font-size: 20px;
        line-height: 30px;
        padding: 0 0 5px 0
    }

    #person-1 {
        padding-left: 265px;
        margin-right: 280px
    }

    html[dir="rtl"] #person-1 {
        padding-right: 265px;
        padding-left: 0;
        margin-left: 280px;
        margin-right: 0
    }

    html[dir="rtl"] #person-1 img {
        left: 40px
    }

    #person-1 img {
        bottom: 0
    }

    #person-2 {
        padding-left: 247px
    }

    html[dir="rtl"] #person-2 {
        padding-right: 180px;
        padding-left: 0
    }
}

@media screen and (max-width:720px) {
    .site-header .head-info {
        min-height: 145px;
        padding: 54px 65px 0 0
    }

    .site-header .head-info::before {
        display: none
    }

    .site-header .head-info .sbm-link {
        min-width: 90px;
        font-size: 18px;
        line-height: 30px;
        padding: 7px 15px
    }

    .site-header .lang-nav {
        font-size: 0 !important;
        padding: 7px 0;
        margin: 0 0 0 20px
    }

    .site-header .lang-nav .title {
        padding: 0
    }

    .site-header .lang-nav .title::after {
        display: none
    }

    .site-header .lang-nav i {
        width: 30px;
        height: 30px;
        margin: 0
    }

    .site-header .mobile-sbm {
        top: 60px
    }

    .site-header .logo-wrap {
        width: auto
    }

    .site-header::before {
        height: 107px
    }

    .site-header::after {
        bottom: -185px;
        width: 153px;
        height: 292px;
        background: url(../img/images/15_1/landing/mobile-header-img.png) no-repeat
    }

    .head-contact {
        top: 36px;
        left: 59px
    }

    .persons {
        height: 470px;
        min-width: 190px;
        font-size: 18px;
        line-height: 25px
    }

    .persons strong {
        font-size: 24px;
        line-height: 30px;
        padding: 0 0 9px 0
    }

    .persons p {
        max-width: 160px
    }

    #person-1 {
        padding-left: 233px;
        margin-right: 190px
    }

    html[dir="rtl"] #person-1 {
        padding-right: 233px;
        padding-left: 0;
        margin-left: 190px;
        margin-right: 0
    }

    #person-2 {
        right: 12px;
        padding-left: 108px
    }

    html[dir="rtl"] #person-2 {
        left: 12px;
        right: auto;
        padding-right: 108px;
        padding-left: 0
    }

    .site-content {
        padding-top: 233px
    }

    .customers-wrap .fl-row {
        padding: 0 46px
    }

    .customer-bl {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 9px 0
    }

    .customer-bl strong {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 9px 0
    }

    .customer-bl .icon {
        margin-bottom: 34px
    }

    .customer-bl .txt::before {
        margin-bottom: 20px
    }

    .customer-bl .txt p {
        max-width: 215px
    }

    .text-bl {
        max-width: 580px;
        font-size: 20px;
        line-height: 25px;
        font-weight: 300;
        padding-bottom: 61px
    }

    .text-bl .m-img {
        max-width: 440px
    }

    .text-bl .col {
        padding: 0 0 48px 0
    }

    .text-bl .col-img {
        padding: 0 0 68px 0
    }

    .text-bl .result {
        font-size: 24px;
        line-height: 100%
    }

    .slider-testimonials .txt {
        font-size: 20px;
        line-height: 25px;
        font-weight: 300
    }

    .slider-testimonials .name {
        font-size: 24px;
        line-height: 100%
    }

    .slider-brands .slide:nth-child(2n+1)::after {
        display: none
    }
}

@media screen and (max-width:640px) {
    .mobile-site-nav {
        width: 600px
    }

    .logo {
        max-width: 130px
    }
}

@media screen and (max-width:630px) {
    .page-bl {
        padding: 0 15px
    }
}

@media screen and (max-width:600px) {
    body {
        font-size: 14px;
        line-height: 20px
    }

    .site-footer {
        padding-bottom: 27px
    }

    .copy::before {
        margin-bottom: 15px
    }

    .h-2,
    h2 {
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 35px
    }

    .h-2 .line {
        top: 14px;
        height: 2px
    }

    .slider-home .h-3 {
        min-height: 100px;
        height: 100px;
        font-size: 18px;
        line-height: 20px
    }

    .m-img {
        padding: 0 16px
    }

    .m-img::before {
        height: 107px;
        margin-top: -54px
    }

    .m-img div {
        padding: 8px;
        border-width: 1px
    }

    .m-img p,
    .m-img a {
        height: 123px;
        border-width: 1px
    }

    .m-img span {
        left: 0;
        width: 100%;
        height: 202px;
        line-height: 202px;
        margin-top: -101px
    }

    .m-img span img {
        max-height: 202px
    }

    .m-img.small {
        padding: 0 12px
    }

    .m-img.small::before {
        height: 70px;
        margin-top: -35px
    }

    .m-img.small div {
        padding: 5px;
        border-width: 1px
    }

    .m-img.small p,
    .m-img.small a {
        height: 81px;
        border-width: 1px
    }

    .m-img.small span {
        height: 81px;
        line-height: 81px;
        margin-top: -40px
    }

    .m-img.small span img {
        max-height: 81px
    }

    .nb-img {
        max-width: 245px;
        padding: 0;
        margin: 0 auto 7px auto
    }

    .nb-img .bg {
        padding: 9px
    }

    .nb-img .bg::before {
        height: 139px
    }

    .nb-img .img {
        top: -10px;
        width: 272px;
        height: 170px;
        margin: 0 0 0 -136px;
        background-size: 100% auto;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .nb-img .img span {
        top: 9px;
        left: 33px;
        width: 207px;
        height: 129px
    }

    .nb-img .img span img {
        height: 129px
    }

    .logo {
        width: 72px;
        height: 25px
    }

    .site-header .logo-wrap {
        padding-top: 5px
    }

    .site-header .page-bl {
        min-height: 542px;
        height: 542px
    }

    .site-header .head-info {
        min-height: 73px;
        padding: 27px 33px 0 0
    }

    .site-header .head-info .sbm-link {
        min-width: 60px;
        min-height: 20px;
        font-size: 14px;
        line-height: 20px;
        padding: 7px
    }

    .site-header .lang-nav {
        padding: 2px 0;
        margin-left: 10px
    }

    .site-header .lang-nav ul {
        width: 192px
    }

    .site-header .lang-nav ul li {
        padding: 6px;
        flex-basis: 32px
    }

    .lang-nav ul li .lang-item {
        padding: 0
    }

    .head-info .sbm-link {
        margin: 0 0 10px 8px
    }

    .head-contact {
        top: 0;
        left: 0
    }

    html[dir="rtl"] .head-contact {
        right: 0;
        left: auto
    }

    .contact-us {
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .persons {
        height: 245px;
        min-width: 95px;
        width: auto;
        font-size: 12px;
        line-height: 18px
    }

    .persons strong {
        font-size: 14px;
        line-height: 20px
    }

    .persons img {
        height: 148px
    }

    .persons p {
        max-width: 90px
    }

    #person-1 {
        padding-left: 116px;
        margin-right: 95px
    }

    html[dir="rtl"] #person-1 {
        padding-right: 116px;
        padding-left: 0;
        margin-left: 95px;
        margin-right: 0
    }

    #person-2 {
        right: 6px;
        padding-left: 54px
    }

    html[dir="rtl"] #person-2 {
        left: 6px;
        right: auto;
        padding-right: 54px;
        padding-left: 0
    }

    .mobile-sbm {
        width: 22px;
        height: 19px
    }

    .mobile-sbm i {
        height: 3px;
        margin-bottom: 5px
    }

    .site-header .mobile-sbm {
        top: 35px
    }

    .site-header::before {
        height: 53px
    }

    .site-header::after {
        bottom: -93px;
        width: 76px;
        height: 146px;
        background-size: auto 100%
    }

    .site-content {
        padding-top: 116px
    }

    .site-content p {
        padding-bottom: 20px
    }

    .area-testimonials {
        padding-bottom: 49px
    }

    .slider-testimonials .txt {
        font-size: 14px;
        line-height: 20px
    }

    .slider-testimonials .name {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 20px
    }

    .slider-testimonials .m-img {
        max-width: 144px;
        margin-bottom: 23px
    }

    .slider-testimonials .m-img img {
        max-width: 80px;
        max-height: 100px
    }

    .text-bl,
    .text-bl .result {
        font-size: 14px;
        line-height: 20px
    }

    .text-bl .col {
        padding-bottom: 24px
    }

    .text-bl .m-img {
        max-width: 220px
    }

    .text-bl .m-img span {
        height: 180px;
        line-height: 180px;
        margin-top: -90px
    }

    .text-bl .m-img span img {
        max-height: 180px
    }

    .text-bl {
        padding-bottom: 31px
    }

    .text-bl:last-child {
        padding: 20px 0 55px 0
    }

    .area-customers {
        padding-bottom: 65px
    }

    .area-customers::after {
        bottom: 39px
    }

    .customers-wrap {
        margin: 0 -15px
    }

    .customers-wrap .fl-row {
        padding: 0 23px
    }

    .customers-wrap .fl-row::before {
        display: none
    }

    .customer-bl {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 5px
    }

    .customer-bl .icon {
        margin-bottom: 17px
    }

    .area-banners {
        padding-bottom: 75px
    }

    .area-banners::after {
        bottom: 33px
    }

    .banner-bl {
        height: 146px
    }

    .area-banners .h-2 {
        padding-bottom: 26px
    }

    .area-brands {
        padding-bottom: 27px
    }

    .brand-bl .name {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 16px
    }

    .area-brands .h-2 {
        padding-bottom: 31px
    }

    .mobile-site-nav {
        width: 300px;
        right: -300px
    }

    .mobile-site-nav .bl {
        padding: 33px 20px
    }

    .mobile-site-nav .logo-wrap {
        padding-top: 5px
    }

    .mobile-site-nav .head-info {
        padding: 0 24px 25px 0
    }

    .mobile-site-nav .head-info .sbm-link {
        min-width: 60px;
        min-height: 20px;
        font-size: 14px;
        line-height: 20px;
        padding: 7px;
        margin-left: 4px
    }

    .mobile-site-nav .logo {
        width: 68px;
        height: auto
    }

    html[dir="rtl"] .mobile-site-nav .head-info .sbm-link {
        margin-right: 4px;
        margin-left: 0
    }

    .mobile-site-nav .lang-nav {
        padding: 2px;
        margin: 0 0 0 9px !important
    }

    .mobile-site-nav .mobile-sbm {
        top: 8px;
        right: 0
    }

    .mobile-site-nav .head-info .lang-nav {
        display: none
    }

    .m-nav {
        font-size: 15px;
        line-height: 20px
    }

    .m-nav a {
        padding: 16px 0
    }

    .m-nav a i {
        width: 23px;
        height: 52px;
        line-height: 52px
    }

    body.show-mobile-nav .mobile-site-nav {
        right: 0
    }

    .testimonials-12 img {
        max-width: 114px
    }
}

@media screen and (max-width:400px) {
    .page-bl {
        padding-left: 10px;
        padding-right: 10px
    }

    .site-header .lang-nav {
        display: none
    }

    .customers-wrap .fl-row {
        padding: 0 15px
    }

    .customer-bl .txt p {
        max-width: 160px
    }
}

.slider {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

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

.slick-track:after {
    clear: both
}

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

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

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

.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
}

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

.slider .slide {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 0 10px 0
}

.slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    overflow: hidden;
    min-width: 0;
    width: 87px;
    min-height: 0;
    height: 87px;
    color: transparent;
    font-size: 0;
    text-indent: 0;
    padding: 0;
    margin: -45px 0 0 0 !important;
    border: solid 1px #ebeff3;
    background: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.slider .slick-arrow.slick-prev {
    left: 0
}

.slider .slick-arrow.slick-next {
    right: 0
}

.slider .slick-arrow::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 31px;
    margin: -16px 0 0 -9px;
    background: url(../img/images/15_1/landing/sbm-slider.png) no-repeat left bottom
}

.slider .slick-arrow.slick-next::before {
    margin: -16px 0 0 -7px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider .slick-arrow:hover,
.slider .slick-arrow:active {
    opacity: .5
}

.slider .slick-arrow.slick-disabled {
    cursor: default;
    opacity: 1 !important;
    border-color: #ebeff3
}

.slider .slick-arrow.slick-disabled::before {
    background-position: left top
}

.slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
    width: 100%;
    min-height: 35px;
    color: transparent;
    font-size: 0 !important;
    line-height: 0 !important;
    line-height: 0;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0 !important;
    background: transparent
}

.slider .slick-dots[style^="display:"] {
    display: block !important
}

.slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 24px 24px 0 24px;
    margin: 0
}

.slider .slick-dots li::before {
    display: none
}

.slider .slick-dots button {
    cursor: pointer;
    min-width: 0;
    width: 13px;
    min-height: 0;
    height: 13px;
    color: transparent;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0;
    border: solid 2px #b7c4c5;
    background: transparent;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.slider .slick-dots .slick-active button {
    border-color: #103a3e;
    background: #103a3e
}

.slider .slick-dots i {
    display: none
}

.slider.slick-slider {
    display: block
}

.slider.slick-slider .slick-list {
    margin: 0
}

.slider.slick-slider::after {
    content: ' ';
    clear: both;
    display: block;
    height: 0
}

.slider.slick-slider .slide {
    display: block;
    padding: 0
}

.slider-testimonials {
    max-width: 1150px;
    padding: 0 0 57px 0;
    margin: 0 auto
}

.slider-testimonials .slick-arrow {
    top: 74px;
    margin-top: 0 !important
}

.slider-testimonials .slick-arrow.slick-prev {
    left: auto;
    right: 50%;
    margin-right: 345px !important
}

.slider-testimonials .slick-arrow.slick-next {
    right: auto;
    left: 50%;
    margin-left: 345px !important
}

.slider-testimonials .slide {
    text-align: center
}

.slider-banners {
    overflow: hidden;
    max-width: 673px;
    height: 425px;
    padding: 0 0 64px 0;
    margin: 0 auto
}

.slider-banners .slick-arrow {
    display: none !important
}

.slider-banners .slick-list {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.slider-banners .slide {
    position: relative;
    overflow: hidden
}

.slider-brands {
    padding: 0 0 18px 0;
    margin: 0 -47px
}

.slider-brands .slick-arrow {
    display: none !important
}

.slider-brands .slide:nth-child(2n+1)::after {
    z-index: 1;
    content: ' ';
    position: absolute;
    top: 5px;
    left: 100%;
    overflow: hidden;
    width: 1px;
    height: 366px !important;
    background: #0c8f9b
}

.slider-brands .slide:nth-child(2n+1) .nb-img::before {
    display: none
}

.slider-brands .nb-img::before {
    display: none !important
}

.slider-home {
    z-index: 1;
    overflow: hidden;
    height: 382px;
    max-width: 840px;
    padding: 0 0 0 208px
}

.slider-home .slick-arrow {
    display: none !important
}

.slider-home .slick-dots {
    top: 10px;
    left: 0;
    width: auto
}

.slider-home .slick-dots li {
    display: block;
    padding: 0 0 38px 0
}

.slider-home .slick-dots button {
    opacity: .3;
    width: 8px;
    height: 8px;
    border: solid 1px #aeb1b5
}

.slider-home .slick-dots .slick-active button {
    opacity: 1;
    border-color: #fff;
    background: #fff
}

.slider-home .slide {
    position: relative;
    overflow: hidden;
    text-transform: uppercase
}

@media screen and (max-width:960px) {
    .slider-testimonials .slick-arrow {
        top: 56px
    }

    .slider-testimonials .slick-arrow.slick-prev {
        left: auto;
        right: 50%;
        margin-right: 200px !important
    }

    .slider-testimonials .slick-arrow.slick-next {
        right: auto;
        left: 50%;
        margin-left: 200px !important
    }

    .slider-banners {
        max-width: 540px;
        height: 361px;
        padding: 0 0 71px 0
    }

    .slider-home {
        padding-left: 46px
    }

    html[dir="rtl"] .slider-home {
        padding-right: 46px;
        padding-left: 0
    }
}

@media screen and (max-width:720px) {
    .slider-home {
        padding-left: 59px
    }

    html[dir="rtl"] .slider-home {
        padding-right: 59px;
        padding-left: 0
    }

    .slider-home .h-3 {
        max-width: 450px;
        min-height: 240px;
        height: 240px
    }

    .slider-home .sbm-link {
        max-width: 62%;
        font-size: 24px;
        line-height: 30px
    }

    .slider-home .sbm-link+a {
        right: 37px
    }
}

@media screen and (max-width:600px) {
    .slider .slick-dots {
        min-height: 22px
    }

    .slider .slick-dots li {
        padding: 12px 12px 0 12px
    }

    .slider .slick-dots button {
        width: 6px;
        height: 6px
    }

    .slider .slick-arrow {
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .slider-testimonials .slick-arrow {
        top: 5px
    }

    .slider-testimonials .slick-arrow.slick-prev {
        left: auto;
        right: 50%;
        margin-right: 100px !important
    }

    .slider-testimonials .slick-arrow.slick-next {
        right: auto;
        left: 50%;
        margin-left: 100px !important
    }

    .slider-banners {
        max-width: 275px;
        height: 182px;
        padding-bottom: 35px
    }

    .banner-bl .title,
    .banner-bl .txt {
        padding: 0 25px
    }

    .banner-bl .title {
        top: 19px;
        font-size: 14px;
        line-height: 18px
    }

    .banner-bl .txt {
        bottom: 9px;
        font-size: 10px;
        line-height: 12px
    }

    .banner-bl .txt p {
        padding-bottom: 12px
    }

    .slider-home {
        height: 190px;
        padding-left: 30px
    }

    html[dir="rtl"] .slider-home {
        padding-right: 30px;
        padding-left: 0
    }

    .slider-home .sbm-link {
        min-height: 20px;
        font-size: 14px;
        line-height: 20px;
        padding: 7px
    }

    .slider-home .h-3 {
        min-height: 100px;
        height: 100px
    }

    .slider-home .sbm-link+a {
        bottom: 7px;
        right: 18px
    }
}

@media screen and (max-width:400px) {
    .slider-testimonials .slick-arrow.slick-prev {
        left: auto;
        right: 50%;
        margin-right: 80px !important
    }

    .slider-testimonials .slick-arrow.slick-next {
        right: auto;
        left: 50%;
        margin-left: 80px !important
    }
}

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%
}

@font-face {
    font-family: 'PFDinDisplayPro';
    font-weight: 300;
    src: url('../fonts/15_1/PFDinDisplayPro-Light.eot');
    src: url('../fonts/15_1/PFDinDisplayPro-Light.eot') format('embedded-opentype'), url('../fonts/15_1/PFDinDisplayPro-Light.woff') format('woff'), url('../fonts/15_1/PFDinDisplayPro-Light.bin') format('truetype')
}

@font-face {
    font-family: 'PFDinDisplayPro';
    font-weight: normal;
    src: url('../fonts/15_1/PFDinDisplayPro-Regular.eot');
    src: url('../fonts/15_1/PFDinDisplayPro-Regular.eot') format('embedded-opentype'), url('../fonts/15_1/PFDinDisplayPro-Regular.woff') format('woff'), url('..//fonts/15_1/PFDinDisplayPro-Regular.bin') format('truetype')
}

@font-face {
    font-family: 'PFDinDisplayPro';
    font-weight: 500;
    src: url('../fonts/15_1/PFDinDisplayPro-Medium.eot');
    src: url('../fonts/15_1/PFDinDisplayPro-Medium.eot') format('embedded-opentype'), url('../fonts/15_1/PFDinDisplayPro-Medium.woff') format('woff'), url('../fonts/15_1/PFDinDisplayPro-Medium.bin') format('truetype')
}

@font-face {
    font-family: 'PFDinDisplayPro';
    font-weight: bold;
    src: url('../fonts/15_1/PFDinDisplayPro-Bold.eot');
    src: url('../fonts/15_1/PFDinDisplayPro-Bold.eot') format('embedded-opentype'), url('../fonts/15_1/PFDinDisplayPro-Bold.woff') format('woff'), url('../fonts/15_1/PFDinDisplayPro-Bold.bin') format('truetype')
}

@font-face {
    font-family: 'PFDinTextCondPro';
    font-weight: bold;
    src: url('../fonts/15_1/PFDinTextCondPro-Bold.eot');
    src: url('../fonts/15_1/PFDinTextCondPro-Bold.eot') format('embedded-opentype'), url('../fonts/15_1/PFDinTextCondPro-Bold.woff') format('woff'), url('../fonts/15_1/PFDinTextCondPro-Bold.bin') format('truetype')
}

.h-2 a {
    color: #010101
}

.head-info::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 205px;
    overflow: hidden;
    width: 557px;
    height: 6px;
    background: #2db155
}

.home-text .h-3 {
    text-transform: uppercase
}

.customer-bl strong {
    text-transform: uppercase
}

.text-bl .mobile-bl+.col::after {
    left: 0;
    right: auto
}

.home-text {
    min-height: 382px;
    text-align: center
}

.home-text .bl {
    line-height: 25px;
    vertical-align: middle
}

.home-text .h-3 {
    margin: 0 auto 51px auto
}

.head-soc {
    position: relative;
    top: -22px
}

.area-amb {
    font-size: 18px;
    line-height: 25px
}

.area-amb .bl {
    max-width: 1160px;
    text-align: center;
    margin: 0 auto
}

.area-amb .slider {
    margin-bottom: 70px
}

.area-amb .slider .slick-arrow {
    display: none !important
}

.site-header.sub .page-bl {
    height: 892px
}

.site-header.sub .line {
    bottom: -32px;
    height: 241px;
    background: url(../img/images/15_1/landing/header-lines2.png) no-repeat center center
}

.site-header.sub .line::before {
    right: 50%;
    height: 125px;
    margin-right: 195px
}

.site-header.sub .line::after {
    left: 50%;
    height: 125px;
    margin-left: 195px
}

.site-header.sub .head-info {
    min-height: 91px
}

.site-header.sub .home-text {
    min-height: 0
}

.site-header.sub .persons {
    margin: 0 0 54px 0
}

.site-header.sub .persons .sbm-link {
    position: absolute;
    top: auto;
    bottom: -85px;
    min-width: 236px;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0
}

.site-header.sub #person-1 {
    left: 34px;
    right: auto;
    width: 160px;
    text-align: left;
    padding-left: 380px;
    padding-right: 0
}

.site-header.sub #person-1 img {
    left: 0;
    right: auto
}

.site-header.sub #person-1 .sbm-link {
    left: 116px
}

.site-header.sub #person-2 {
    left: auto;
    right: 87px;
    width: 160px;
    text-align: right;
    padding-left: 0;
    padding-right: 350px
}

.site-header.sub #person-2 img {
    left: auto;
    right: 0
}

.site-header.sub #person-2 .sbm-link {
    right: 49px;
    background: #185a61
}

.site-header.sub #person-2 .sbm-link:hover,
.site-header.sub #person-2 .sbm-link:active {
    background: #0c8f9b
}

.site-header.sub .persons::after {
    display: none;
    content: ' ';
    position: absolute;
    top: 100%;
    overflow: hidden;
    width: 100px;
    height: 47px;
    margin: 116px 0 0 0
}

.site-header.sub #person-1::after {
    right: 50%;
    margin-right: -14px;
    background: url(../img/images/15_1/landing/p-ug1.png) no-repeat
}

.site-header.sub #person-2::after {
    left: 50%;
    margin-left: 38px;
    background: url(../img/images/15_1/landing/p-ug2.png) no-repeat
}

.site-header.sub .persons.active::after {
    display: block
}

@media screen and (max-width:1540px) {

    .site-header.sub #person-1,
    .site-header.sub #person-2 {
        margin: 0 0 54px 0
    }
}

@media screen and (max-width:1240px) {
    .site-header.sub #person-1 {
        left: 4px
    }

    .site-header.sub #person-2 {
        right: 57px
    }
}

@media screen and (max-width:1140px) {
    .head-info::before {
        display: none
    }

    .site-header.sub #person-1 {
        padding-left: 280px
    }

    .site-header.sub #person-1 img {
        left: -40px
    }

    .site-header.sub #person-1 .sbm-link {
        left: 66px
    }

    .site-header.sub #person-1::after {
        margin-left: -7px
    }

    .site-header.sub #person-2 {
        padding-right: 250px
    }

    .site-header.sub #person-2 .sbm-link {
        right: 44px
    }

    .site-header.sub #person-2::after {
        margin-left: -7px
    }
}

@media screen and (max-width:960px) {
    .site-header.sub::before {
        left: 160px
    }

    .site-header.sub::after {
        background-image: url(images/15_1/landing/tablet-header-img2.png)
    }

    .site-header.sub .page-bl {
        min-height: 700px;
        height: auto
    }

    .site-header.sub .persons::after {
        margin-top: 100px
    }

    .site-header.sub .persons .sbm-link {
        bottom: -78px
    }

    .site-header.sub #person-1,
    .site-header.sub #person-2 {
        bottom: 46px
    }

    .site-header.sub #person-1 {
        left: auto;
        right: 300px;
        height: 200px;
        padding-top: 100px
    }

    .site-header.sub #person-1::after {
        background: url(../img/images/15_1/landing/p-ug2.png) no-repeat
    }

    .site-header.sub #person-2 {
        right: 0;
        padding-right: 175px
    }

    .site-header.sub #person-2 .sbm-link {
        right: 7px
    }

    .site-header.sub #person-1 img {
        left: 0
    }

    .site-header.sub #person-1 .sbm-link {
        background: #185a61
    }

    .site-header.sub #person-1 .sbm-link:hover,
    .site-header.sub #person-1 .sbm-link:active {
        background: #0c8f9b
    }

    .area-amb {
        padding: 0 80px
    }

    .text-bl .mobile-bl+.col::after {
        left: 50%
    }
}

@media screen and (max-width:820px) {
    .site-header.sub::before {
        left: 0
    }

    .site-header.sub::after {
        display: none
    }

    .site-header.sub .page-bl {
        min-height: 660px
    }

    .site-header.sub .persons p {
        max-width: 100%;
        margin: 0 !important;
        padding: 0 !important
    }

    .site-header.sub #person-1,
    .site-header.sub #person-2 {
        bottom: 53px
    }

    .site-header.sub #person-1 {
        left: 0;
        right: auto;
        padding-left: 190px
    }

    .site-header.sub #person-1 img {
        width: 240px;
        max-width: 200%;
        height: auto
    }

    .site-header.sub #person-2 {
        height: 300px;
        padding-top: 0;
        padding-right: 140px
    }

    .site-header.sub #person-2 img {
        width: 200px;
        max-width: 200%;
        height: auto
    }

    .site-header.sub #person-1 .sbm-link {
        left: 10px
    }

    .site-header.sub #person-2 .sbm-link {
        right: 10px
    }

    .site-header.sub #person-1::after {
        margin-right: -7px
    }

    .site-header.sub #person-2::after {
        margin-left: -7px
    }

    .site-header.sub+.site-content {
        padding-top: 120px
    }
}

@media screen and (max-width:600px) {
    .home-text {
        min-height: 300px;
        line-height: 300px
    }

    .home-text .bl {
        display: inline-block
    }

    .home-text .h-3 {
        margin-bottom: 30px
    }

    .site-header.sub .page-bl {
        min-height: 540px
    }

    .site-header.sub #person-1,
    .site-header.sub #person-2 {
        bottom: 53px
    }

    .site-header.sub .persons {
        margin-bottom: 0 !important
    }

    .site-header.sub .persons .sbm-link {
        top: 100%;
        bottom: auto;
        min-height: 33px;
        min-width: 180px;
        font-size: 14px;
        line-height: 33px;
        padding: 0;
        margin-top: 10px
    }

    .site-header.sub .persons::after {
        height: 23px;
        margin-top: 53px;
        background-position: center bottom !important
    }

    .site-header.sub #person-1::after {
        margin-right: 5px
    }

    .site-header.sub #person-2::after {
        margin-left: 5px
    }

    .site-header.sub .home-text {
        line-height: 24px
    }

    .site-header.sub+.site-content {
        padding-top: 70px
    }

    .area-amb {
        padding: 0
    }
}

@media screen and (max-width:540px) {
    .site-header.sub #person-1 {
        height: 270px;
        padding: 0 0 0 20px
    }

    .site-header.sub #person-2 {
        height: 270px;
        padding: 0 20px 0 0
    }

    .site-header.sub .persons .sbm-link {
        font-size: 12px;
        min-width: 150px
    }

    .site-header.sub #person-1::after {
        margin-right: -45px
    }

    .site-header.sub #person-2::after {
        margin-left: -45px
    }
}

@media screen and (max-width:440px) {
    .home-text .h-3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px
    }

    .customer-bl strong {
        font-size: 16px !important;
        line-height: 20px !important
    }

    .site-header.sub .page-bl {
        min-height: 470px
    }

    .site-header.sub #person-1 {
        height: 220px;
        width: 120px;
        padding: 0 0 0 20px
    }

    .site-header.sub #person-2 {
        height: 220px;
        width: 120px;
        padding: 0 20px 0 0
    }

    .site-header.sub #person-1 img {
        width: 160px;
        height: auto
    }

    .site-header.sub #person-2 img {
        width: 140px;
        height: auto
    }

    .site-header.sub .persons .sbm-link {
        font-size: 11px;
        min-width: 120px
    }

    .site-header.sub #person-1::after {
        margin-right: -30px
    }

    .site-header.sub #person-2::after {
        margin-left: -30px
    }
}