/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer,
header,
section {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

button,
input,
textarea {
    color: inherit;
    font: inherit
}

button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer
}

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

input {
    line-height: normal
}

textarea {
    overflow: auto
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

.glyphicon-modal-window:before {
    content: "\e237"
}

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

html {
    font-size: .625rem;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: bravo-rg, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.42857;
    color: #171717
}

button,
input,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

h1,
h2,
h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
h2,
h3 {
    margin-top: 20px
}

h1,
h2,
h3,
h4 {
    margin-bottom: 10px
}

h4 {
    margin-top: 10px
}

h1 {
    font-size: 2.25rem
}

h2 {
    font-size: 1.875rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.125rem
}

p {
    margin: 0 0 10px
}

.text-center {
    text-align: center
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=file] {
    display: block
}

input[type=file]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: .875rem;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: .875rem;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:focus,
.btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active {
    background-image: none
}

.fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

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

.clearfix:after {
    clear: both
}

.hidden {
    display: none!important
}

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

@font-face {
    font-family: akrobatblack;
    src: url(../fonts/Akrobat/akrobat-black-webfont.eot);
    src: url(../fonts/Akrobat/akrobat-black-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/Akrobat/akrobat-black-webfont.woff2) format("woff2"), url(../fonts/Akrobat/akrobat-black-webfont.woff) format("woff"), url(../fonts/Akrobat/akrobat-black-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: akrobatbold;
    src: url(../fonts/Akrobat/akrobat-bold-webfont.eot);
    src: url(../fonts/Akrobat/akrobat-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/Akrobat/akrobat-bold-webfont.woff2) format("woff2"), url(../fonts/Akrobat/akrobat-bold-webfont.woff) format("woff"), url(../fonts/Akrobat/akrobat-bold-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: akrobatextrabold;
    src: url(../fonts/Akrobat/akrobat-extrabold-webfont.eot);
    src: url(../fonts/Akrobat/akrobat-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/Akrobat/akrobat-extrabold-webfont.woff2) format("woff2"), url(../fonts/Akrobat/akrobat-extrabold-webfont.woff) format("woff"), url(../fonts/Akrobat/akrobat-extrabold-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: akrobatlight;
    src: url(../fonts/Akrobat/akrobat-light-webfont.eot);
    src: url(../fonts/Akrobat/akrobat-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/Akrobat/akrobat-light-webfont.woff2) format("woff2"), url(../fonts/Akrobat/akrobat-light-webfont.woff) format("woff"), url(../fonts/Akrobat/akrobat-light-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: akrobatregular;
    src: url(../fonts/Akrobat/akrobat-regular-webfont.eot);
    src: url(../fonts/Akrobat/akrobat-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/Akrobat/akrobat-regular-webfont.woff2) format("woff2"), url(../fonts/Akrobat/akrobat-regular-webfont.woff) format("woff"), url(../fonts/Akrobat/akrobat-regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: akrobatsemibold;
    src: url(../fonts/Akrobat/akrobat-semibold-webfont.eot);
    src: url(../fonts/Akrobat/akrobat-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/Akrobat/akrobat-semibold-webfont.woff2) format("woff2"), url(../fonts/Akrobat/akrobat-semibold-webfont.woff) format("woff"), url(../fonts/Akrobat/akrobat-semibold-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bravo-rg;
    src: url(../fonts/BravoRG/BravoRG.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

html {
    font-size: 1rem
}

body,
html {
    height: 100%
}

body {
    background-color: #fff;
    font-size: 100%;
    /* min-width: 1100px */
}

a {
    transition: .2s ease
}

button,
input,
textarea {
    outline: none;
    border-radius: 0;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
li,
p,
ul {
    margin: 0;
    padding: 0
}

::selection {
    background: #9b84ff;
    color: #fff
}

::-moz-selection {
    background: #9b84ff;
    color: #fff
}

.wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    width: 1010px;
    padding: 0 15px;
    margin: 0 auto
}

.block-title {
    text-align: center;
    padding: 90px 0;
    text-transform: uppercase
}

.block-title h2 {
    font-size: 5.75rem;
    line-height: 4.375rem
}

.block-title p {
    font-size: 3.25rem;
    line-height: 2.5rem;
    margin-top: 15px
}

.btn.btn-default {
    width: 401px;
    height: 95px;
    font-size: 2.5rem;
    border: none;
    padding: 0 25px;
    text-transform: uppercase;
    border-radius: 60px;
    transition: .2s ease;
    background: url(../img/btn-purple-border.png) no-repeat 50% transparent
}

.btn.btn-default:hover {
    background-image: url(../img/btn-purple-fill.png);
    color: #fff
}

.btn.btn-default:active,
.btn.btn-default:focus {
    outline: none
}

.yellow-square {
    position: absolute;
    width: 190px;
    height: 190px;
    border: 25px solid #edc821;
    transition: .4s ease-in-out
}

ul.tab-nav {
    text-align: center;
    margin-bottom: 20px
}

ul.tab-nav li {
    display: inline-block;
    margin-right: 70px;
    margin-bottom: 40px;
}

ul.tab-nav li:last-child {
    margin-right: 0
}

ul.tab-nav li a {
    display: block;
    position: relative;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #171717;
    line-height: 2rem;
    text-decoration: none
}

ul.tab-nav li a:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 10px;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: .2s ease;
    background: url(../img/yellow-bottom-border.png) repeat-x 50%
}

ul.tab-nav li.active a {
    color: #edc821
}

ul.tab-nav li.active a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.anim {
    display: block;
    position: absolute;
    -webkit-animation: a 5s ease-in-out infinite reverse;
    animation: a 5s ease-in-out infinite reverse
}

@-webkit-keyframes a {
    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    65% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes a {
    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    65% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.icon-attach-file-black {
    background-position: -66px -167px
}

.icon-attach-file-black,
.icon-attach-file-yellow {
    background-image: url(../img/sprite.png);
    width: 22px;
    height: 26px
}

.icon-attach-file-yellow {
    background-position: 0 -167px
}

.icon-cross-1 {
    background-position: 0 0;
    width: 75px;
    height: 76px
}

.icon-cross-1,
.icon-cross-2 {
    background-image: url(../img/sprite.png)
}

.icon-cross-2 {
    background-position: 0 -76px;
    width: 65px;
    height: 66px
}

.icon-cross-3 {
    background-position: -75px 0;
    width: 74px;
    height: 76px
}

.icon-cross-3,
.icon-cross-4 {
    background-image: url(../img/sprite.png)
}

.icon-cross-4 {
    background-position: -149px 0;
    width: 40px;
    height: 41px
}

.icon-cross-5 {
    background-image: url(../img/sprite.png);
    background-position: -65px -76px;
    width: 55px;
    height: 55px
}

.icon-name-black {
    background-position: -22px -167px
}

.icon-name-black,
.icon-name-yellow {
    background-image: url(../img/sprite.png);
    width: 22px;
    height: 26px
}

.icon-name-yellow {
    background-position: -44px -167px
}

.icon-phone-black {
    background-position: -120px -76px
}

.icon-phone-black,
.icon-phone-yellow {
    background-image: url(../img/sprite.png);
    width: 20px;
    height: 33px
}

.icon-phone-yellow {
    background-position: -189px 0
}

.icon-vk {
    background-image: url(../img/sprite.png);
    background-position: -149px -76px;
    width: 33px;
    height: 33px
}

.icon-instagram {
    background: url(../img/instagram.png) no-repeat center;
    background-size: contain;
    width: 33px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}


.icon-inst {
    background-image: url(../img/sprite-ico/instagram-logo.png);
    background-position: -149px -76px;
    width: 32px;
    height: 32px
}

body:after {
    content: url(../img/lightbox/close.png) url(../img/lightbox/loading.gif) url(../img/lightbox/prev.png) url(../img/lightbox/next.png);
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 6;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/lightbox/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/lightbox/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/lightbox/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 1rem;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/lightbox/close.png) 100% 0 no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}




.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{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{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[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-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}






.l-intro {
    /* background: url(../img/intro-bg.jpg) no-repeat top;
    padding-bottom: 120px */
}
.l-intro .intro-slider {
    
}
.l-intro .intro-slider .item {
    position: relative;
    padding-bottom: 120px;
}
.l-intro .intro-slider .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    background: url('../img/intro-bg.jpg') no-repeat center;
    background-size: cover;
}
.l-intro .intro-slider .item .bg img {
    position: absolute;
    top: 120px;
    left: 50%;
    object-fit: contain;
}
.l-intro .intro-slider .item .bg .img-1 {
    width: 790px;
    height: 690px;
}
.l-intro .intro-slider .item .bg .img-2 {
    left: 57%;
    width: 380px;
    height: 660px;
}

.l-intro .intro-slider .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 94px;
    height: 94px;
    border: none;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    background-image: url('../img/arrow-bg.png');
    transition: .2s ease;
}
.l-intro .intro-slider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background: url('../img/down-chevron.svg') no-repeat center;
    background-size: contain;
}
.l-intro .intro-slider .slick-arrow:hover {
    background-image: url('../img/arrow-bg-hover.png');
}
.l-intro .intro-slider .slick-prev {
    transform: translateX(-570px);
}
.l-intro .intro-slider .slick-prev:before {
    transform: rotate(90deg);
}
.l-intro .intro-slider .slick-next {
    transform: translateX(570px);
}
.l-intro .intro-slider .slick-next:before {
    transform: rotate(-90deg);
}


.l-intro .intro-slider .item .wrapper {
    position: relative;
}

.l-intro header.header {
    overflow: hidden;
    padding-top: 25px
}

.l-intro header.header .logo {
    float: left;
}

.l-intro header.header .logo p {
    font: 1.25rem akrobatsemibold;
    line-height: 1.5rem;
    text-transform: uppercase
}

.l-intro header.header .callback {
    float: right;
    text-align: right
}

.l-intro header.header .callback a {
    display: block;
    font: 1.8125rem akrobatextrabold;
    color: #171717;
    text-decoration: none;
    line-height: 1.875rem
}

.l-intro header.header .callback span {
    display: inline-block;
    font: 1.25rem akrobatsemibold;
    line-height: 1.25rem;
    border-bottom: 2px dotted #171717;
    cursor: pointer;
    transition: .2s ease
}

.l-intro header.header .callback span:hover {
    border-bottom-color: transparent
}

.l-intro .content {
    overflow: hidden;
    margin-top: 40px
}

.l-intro .content .left {
    float: left;
    width: 65%
}

.l-intro .content .right {
    float: right;
    width: 35%;
    bottom: 0;
    right: 0;
    position: absolute;
}

.l-intro .content .right .new-board {
    padding: 20px 40px;
    border: 10px solid #6a52d4;
    background-color: rgba(235, 200, 38, 0.9);
}

.l-intro .content .right .new-board p {
    font-size: 2.1875rem;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.l-intro .content .right .new-board p .purple {
    color: #6a52d4;
    font-size: 36px;
    line-height: 1.25;
    font-style: italic;
}

.l-intro .content .right .new-board .link-news {
    font: 1.25rem akrobatsemibold;
    line-height: 1.25rem;
    border-bottom: 2px dotted #171717;
    cursor: pointer;
    color: #171717;
    text-decoration: none;
    transition: .2s ease;
    outline: none !important;
}
.l-intro .content .right .new-board .link-news:hover {
    color: #6a52d4;
    border-bottom-color: #6a52d4;
}

.whater-drops {
    font-size: 20px;
}

.l-intro .content .right .new-board span:hover {
    border-bottom-color: transparent;
}

.l-intro .content .left h1 {
    font-size: 74px;
    line-height: 5rem;
    text-transform: uppercase
}

.l-intro .content .left h2 {
    font-size: 3.1875rem;
    text-transform: uppercase
}

.l-intro .content .left .stock-text {
    margin: 40px 0;
    padding-left: 12px;
    overflow: hidden;
    font-size: 0
}

.l-intro .content .left .stock-text div {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.1875rem;
    width: 50%;
    line-height: 1.8125rem;
    font-style: italic
}

.l-intro .content .left .stock-text div:first-child {
    width: 50%
}

.l-intro .content .left .stock-text div.purple {
    color: #6a52d4;
    font-size: 4.375rem;
    line-height: 3.9375rem
}

.l-intro .content .left .stock-text div p {
    font-size: 2.1875rem
}

.l-intro .content .left .text-center {
    margin-top: 80px
}

.l-intro .icon-cross-1 {
    bottom: 222px;
    left: -46px
}

.l-intro .icon-cross-2 {
    top: 204px;
    right: -150px
}

.l-advantages {
    padding: 50px 0
}

.l-advantages ul.list-item {
    position: relative;
    font-size: 0;
    z-index: 1
}

.l-advantages ul.list-item li.item {
    display: inline-block;
    vertical-align: top
}

.l-advantages ul.list-item li.item:first-child {
    width: 25%
}

.l-advantages ul.list-item li.item:nth-child(2) {
    width: 27%;
    margin: 0 13% 0 12%
}

.l-advantages ul.list-item li.item:nth-child(3) {
    width: 23%
}

.l-advantages ul.list-item li.item .ico {
    height: 165px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: bottom
}

.l-advantages ul.list-item li.item .ico.ico-1 {
    background-image: url(../img/what-we-do-ico-1.png)
}

.l-advantages ul.list-item li.item .ico.ico-2 {
    background-image: url(../img/what-we-do-ico-2.png)
}

.l-advantages ul.list-item li.item .ico.ico-3 {
    background-image: url(../img/what-we-do-ico-3.png)
}

.l-advantages ul.list-item li.item h4 {
    font-size: 2.1875rem;
    margin-bottom: 7px
}

.l-advantages ul.list-item li.item p {
    position: relative;
    font: 1.25rem akrobatregular;
    padding-left: 17px;
    line-height: 1.25rem;
    margin-bottom: 10px
}

.l-advantages ul.list-item li.item p:last-child {
    margin-bottom: 0
}

.l-advantages ul.list-item li.item p:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 1px;
    background-color: #171717
}

.l-advantages .yellow-square {
    top: 64px;
    left: 0;
    -webkit-transform: translateX(341px);
    transform: translateX(341px)
}

.l-what-we-do .block-title {
    padding-bottom: 60px
}

.l-what-we-do ul.tab-nav {
    margin-bottom: 20px
}

.l-what-we-do .tab-content .tab-pane {
    height: auto;
    background-repeat: no-repeat;
    background-position: top
}
.l-what-we-do .tab-content .tab-pane .list {
    text-align: center;
    margin: 60px 0;
}
.l-what-we-do .tab-content .tab-pane .list .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 290px;
    margin: 0 15px 30px 15px;
}
.l-what-we-do .tab-content .tab-pane .list .item .img {
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.l-what-we-do .tab-content .tab-pane .list .item p {
    font-size: 2rem;
}
.l-what-we-do .tab-content .tab-pane .list .item p.price {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
}
.l-what-we-do .tab-content .tab-pane .btn-default {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
}
.btn.btn-default.min {
    position: relative!important;
    font-size: 1.7rem;
    width: 220px;
    height: 53px;
    background: url(../img/btn-min.png) no-repeat 50% transparent;
    bottom: 0!important;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}

.l-what-we-do .tab-content .tab-pane .plus {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    transition: .2s ease;
    cursor: pointer;
    background: url(../img/purple-plus.png) no-repeat 50%
}

.l-what-we-do .tab-content .tab-pane .plus:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.l-what-we-do .tab-content .tab-pane .btn-default {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto
}

.l-what-we-do .tab-content .tab-pane#ads-outside {
    background-image: url(../img/ads-outside-bg.jpg);
    height: 750px;
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-1 {
    top: 427px;
    left: 123px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-2 {
    top: 228px;
    left: 146px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-3 {
    top: 453px;
    left: 246px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-4 {
    top: 416px;
    left: 411px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-5 {
    top: 409px;
    left: 526px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-6 {
    top: 343px;
    left: 524px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-7 {
    top: 257px;
    left: 492px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-8 {
    top: 460px;
    left: 595px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-9 {
    top: 414px;
    left: 740px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-10 {
    top: 362px;
    left: 740px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-11 {
    top: 315px;
    left: 774px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-12 {
    top: 422px;
    left: 817px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-13 {
    top: 403px;
    left: 914px
}

.l-what-we-do .tab-content .tab-pane#ads-outside .p-14 {
    top: 375px;
    left: 990px
}


.l-what-we-do .tab-content .tab-pane#whater {
    background-image: url(../img/whater.gif);
    height: 750px;
}

.l-what-we-do .tab-content .tab-pane#whater .p-1 {
    top: 100px;
    left: 85px;
}

.l-what-we-do .tab-content .tab-pane#whater .p-2 {
    top: 40px;
    left: 350px;
}

.l-what-we-do .tab-content .tab-pane#whater .p-3 {
    top: 60px;
    left: 800px;
}

.l-what-we-do .tab-content .tab-pane#whater .p-4 {
    top: 400px;
    left: 260px;
}

.l-what-we-do .tab-content .tab-pane#whater .p-5 {
    top: 400px;
    left: 600px;
}


.l-what-we-do .tab-content .tab-pane#ads-inside {
    background-image: url(../img/ads-insidee-bg.jpg);
    height: 750px;
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-1 {
    top: 243px;
    left: 97px
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-2 {
    top: 123px;
    left: 205px
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-3 {
    top: 330px;
    left: 154px
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-4 {
    top: 233px;
    left: 178px
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-5 {
    top: 242px;
    left: 248px
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-6 {
    top: 315px;
    left: 298px
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-7 {
    top: 409px;
    left: 372px
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-9 {
    top: 165px;
    left: 434px
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-10 {
    top: 242px;
    left: 447px
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-11 {
    top: 249px;
    left: 568px
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-12 {
    top: 143px;
    left: 632px
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-13 {
    top: 250px;
    left: 905px
}






.l-what-we-do .tab-content .tab-pane#neon {
    background-image: url(../img/neon-bg.png);
    background-position: top center;
    background-size: 1000px;
    height: 750px;
}
.l-what-we-do .tab-content .tab-pane#neon .p-1 {
    top: 150px;
    left: 190px;
}
.l-what-we-do .tab-content .tab-pane#neon .p-2 {
    top: 150px;
    left: 420px;
}
.l-what-we-do .tab-content .tab-pane#neon .p-3 {
    top: 150px;
    left: 740px;
}
.l-what-we-do .tab-content .tab-pane#neon .p-4 {
    top: 300px;
    left: 350px;
}
.l-what-we-do .tab-content .tab-pane#neon .p-5 {
    top: 300px;
    left: 550px;
}





.l-what-you-get {
    padding-bottom: 140px;
    background: url(../img/what-you-get.jpg) no-repeat top
}

.l-what-you-get .block-title {
    padding-bottom: 46px
}

.l-what-you-get .content {
    position: relative
}

.l-what-you-get .content .graphic {
    position: relative;
    width: 488px;
    height: 481px;
    float: left;
    margin-left: 30px;
    background: url(../img/graphic.png) no-repeat 50%
}

.l-what-you-get .content .graphic p {
    position: absolute;
    font: 1.5625rem akrobatregular;
    text-transform: uppercase
}

.l-what-you-get .content .graphic p:first-child {
    top: 70px;
    left: -79px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.l-what-you-get .content .graphic p:last-child {
    bottom: -24px;
    right: 13px
}

.l-what-you-get .content .list-text {
    position: relative;
    float: left;
    width: 410px;
    margin: 50px 0 0 50px;
    z-index: 1
}

.l-what-you-get .content .list-text .item {
    margin-bottom: 48px
}

.l-what-you-get .content .list-text .item:last-child {
    margin-bottom: 0
}

.l-what-you-get .content .list-text .item p {
    font: 1.5625rem akrobatregular
}

.l-what-you-get .content .list-text .item p span {
    color: #6a52d4;
    font: 2.1875rem akrobatblack
}

.l-what-you-get .content .yellow-square {
    right: 262px;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-color: #fff
}

.l-what-you-get .icon-cross-1 {
    top: 195px;
    left: -52px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

.l-examples-price .tab-nav li {
    margin-right: 18px
}

.l-examples-price .tab-nav li a {
    font-size: 1.775rem
}

.l-examples-price .tab-nav li a:before {
    bottom: -7px
}

.l-examples-price .tab-content .tab-pane .list-item {
    padding-top: 30px
}

.l-examples-price .tab-content .tab-pane .list-item .item {
    margin-bottom: 100px
}

.l-examples-price .tab-content .tab-pane .list-item .item:last-child {
    margin-bottom: 0
}

.l-examples-price .tab-content .tab-pane .list-item .item .content {
    overflow: hidden
}

.l-examples-price .tab-content .tab-pane .list-item .item .content a.img {
    width: 440px;
    float: left;
    margin-top: 35px;
    position: relative
}

.l-examples-price .tab-content .tab-pane .list-item .item .content a.img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%
}

.l-examples-price .tab-content .tab-pane .list-item .item .content a.img>.cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.l-examples-price .tab-content .tab-pane .list-item .item .content a.img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .45);
    transition: .2s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden
}

.l-examples-price .tab-content .tab-pane .list-item .item .content a.img .cont {
    display: block;
    background-repeat: no-repeat;
    background-position: 50%
}

.l-examples-price .tab-content .tab-pane .list-item .item .content a.img .cont:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 87px;
    height: 87px;
    margin: auto;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .2s ease;
    background: url(../img/zoom.png) no-repeat 50%
}

.l-examples-price .tab-content .tab-pane .list-item .item .content a.img:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible
}

.l-examples-price .tab-content .tab-pane .list-item .item .content a.img:hover .cont:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table {
    width: 450px;
    float: left;
    margin-left: 70px
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li {
    list-style: none;
    font-size: 0;
    border-bottom: 1px dashed #cacaca;
    overflow: hidden
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li p {
    display: inline-block;
    vertical-align: middle;
    font: 1.125rem akrobatsemibold;
    width: 68%;
    padding: 8px 10px
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li p:last-child {
    position: relative;
    width: 32%;
    font: 1.375rem akrobatextrabold;
    color: #6a52d4;
    padding-left: 15px
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li p:last-child:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 5px;
    height: 115%;
    background: url(../img/price-table-right-border.png)
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li.top {
    position: relative;
    border-bottom: none
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li.top:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: url(../img/price-table-top-border.png)
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li.top p {
    font: 1.5625rem akrobatregular;
    color: #171717;
    padding-top: 0
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li.top p:before {
    display: none
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li.total {
    border-bottom: 0
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li.total p:last-child {
    color: #edc821
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li.total p:before {
    display: none
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table .client-review {
    display: block;
    width: 288px;
    height: 101px;
    font-size: 0;
    padding: 14px 25px 14px 30px;
    cursor: pointer;
    transition: .2s ease;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/point.png);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table .client-review.is-active,
.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table .client-review:hover {
    background-image: url(../img/client-review-bg.png)
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table .client-review i {
    display: inline-block;
    vertical-align: middle;
    width: 74px;
    height: 72px;
    background: url(../img/mail.png) no-repeat 50%
}

.l-examples-price .tab-content .tab-pane .list-item .item .content .price-table .client-review span {
    display: inline-block;
    vertical-align: middle;
    width: 128px;
    font: 1.125rem akrobatsemibold;
    line-height: 1.3125rem;
    margin-left: 30px
}

.l-examples-price .tab-content .tab-pane .list-item .item .bottom {
    display: none
}

.l-examples-price .tab-content .tab-pane .list-item .item .bottom .review-text {
    position: relative;
    font: 1.125rem akrobatregular;
    margin-top: 15px;
    padding-top: 40px
}

.l-examples-price .tab-content .tab-pane .list-item .item .bottom .review-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 25px;
    background: url(../img/quote.png) no-repeat 50%
}

.l-examples-price .tab-content .tab-pane .list-item .item .bottom .review-text p {
    font-style: italic
}

.l-examples-price .tab-content .tab-pane .list-item .item .bottom .review-text p.name {
    font-size: 1.375rem;
    text-align: right;
    margin-top: 15px
}

.l-have-project {
    padding: 30px 0 75px
}

.l-have-project .block-title {
    padding-bottom: 70px
}

.l-have-project .common-form {
    font-size: 0
}

.l-have-project .common-form .form-group {
    display: inline-block;
    width: 307px;
    height: 70px;
    margin-right: 29px;
    background-image: url(../img/btn-yellow-border.png)
}

.l-have-project .common-form .form-group:nth-child(3) {
    margin-right: 0
}

.l-have-project .common-form .form-group .form-control {
    height: 70px;
    font: 1.5625rem akrobatlight
}

.l-have-project .common-form .form-group .form-control:placeholder {
    color: rgba(0, 0, 0, .25)
}

.l-have-project .common-form .form-group .form-control:-moz-placeholder,
.l-have-project .common-form .form-group .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .25)
}

.l-have-project .common-form .form-group .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .25)
}

.l-have-project .common-form .form-group .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .25)
}

.l-have-project .common-form .form-group.attach-file {
    vertical-align: top
}

.l-have-project .common-form .form-group.attach-file label {
    width: 70%;
    line-height: 4.3125rem
}

.l-have-project .common-form .form-group.attach-file label span {
    font: 1.5625rem akrobatlight;
    color: #d2d2d2
}

.l-have-project .common-form .text-center .form-group {
    width: 401px;
    height: 95px;
    margin: 15px 0 0;
    background-image: none
}

.l-standard-services {
    background: url(../img/standard-services-bg.jpg) no-repeat top;
    padding-bottom: 117px
}

.l-standard-services .block-title {
    color: #fff;
    padding: 70px 0
}

.l-standard-services .list-item .item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 20px;
    padding: 17px 15px 23px;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    color: #fff
}

.l-standard-services .list-item .item:last-child {
    margin-right: 0
}

.l-standard-services .list-item .item h4 {
    font-size: 2.5rem;
    color: #edc821;
    text-transform: uppercase;
    margin-bottom: 9px
}

.l-standard-services .list-item .item p {
    font: 1.25rem akrobatsemibold;
    margin-bottom: 10px
}

.l-standard-services .list-item .item p span {
    font-family: akrobatlight
}

.l-standard-services .list-item .item p.price {
    font: 2.1875rem akrobatbold;
    line-height: 2.125rem;
    margin: 16px 0 10px
}

.l-standard-services .list-item .item p.price span {
    display: block;
    font: 1.125rem akrobatlight;
    color: #edc821
}

.l-standard-services .list-item .item ul {
    margin-bottom: 10px;
    padding: 0 5px
}

.l-standard-services .list-item .item ul li {
    position: relative;
    text-align: left;
    font: 1.25rem akrobatlight;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 5px
}

.l-standard-services .list-item .item ul li:last-child {
    margin-bottom: 0
}

.l-standard-services .list-item .item ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    background: url(../img/list-ico.png) no-repeat 50%
}

.l-standard-services .list-item .item ul li span {
    display: inline-block;
    vertical-align: middle
}

.l-standard-services .list-item .item ul.select-check {
    padding-left: 0
}

.l-standard-services .list-item .item ul.select-check li {
    padding-left: 32px;
    cursor: pointer
}

.l-standard-services .list-item .item ul.select-check li:before {
    top: 8px;
    left: 4px;
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.l-standard-services .list-item .item ul.select-check li.is-active:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 7px;
    width: 7px;
    height: 7px;
    background: #edc821;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.l-standard-services .list-item .item .btn-default {
    width: 261px;
    height: 60px;
    background-image: url(../img/btn-yellow-border-small.png);
    font-size: 1.875rem;
    color: #fff;
    margin-top: 10px
}

.l-standard-services .list-item .item .btn-default:hover {
    background-image: url(../img/btn-yellow-fill-small.png)
}

.l-standard-services .icon-cross-3 {
    top: 361px;
    right: -40px
}

.l-standard-services .icon-cross-4 {
    top: 475px;
    left: -125px
}

.l-contact-block {
    background: url(../img/contact-form-bg.jpg) no-repeat top;
    overflow: hidden;
    padding: 85px 0 13px
}

.l-contact-block .left {
    width: 558px;
    margin-right: 20px;
    float: left
}

.l-contact-block .left h2 {
    font-size: 5.75rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    margin-bottom: 27px
}

.l-contact-block .left h3 {
    font-size: 3.3125rem;
    line-height: 3.4375rem;
    text-transform: uppercase;
    margin-bottom: 15px
}

.l-contact-block .left p {
    font-size: 1.875rem;
    line-height: 3.125rem
}

.l-contact-block .common-form {
    width: 40px;
    float: left
}

.l-contact-block .icon-cross-5 {
    bottom: -21px;
    left: -95px
}

.l-other-services {
    padding-bottom: 70px
}

.l-other-services .block-title {
    padding: 70px 0
}

.l-other-services .list-item {
    position: relative;
    z-index: 1;
    font-size: 0
}

.l-other-services .list-item .item {
    display: inline-block;
    vertical-align: top;
    width: 22.5%;
    margin: 0 3% 50px 0
}

.l-other-services .list-item .item:nth-child(4n+4) {
    margin-right: 0
}

.l-other-services .list-item .item img.img {
    width: 160px;
    height: 160px;
    margin-bottom: 12px
}

.l-other-services .list-item .item h4 {
    font-size: 2.1875rem;
    text-transform: uppercase
}

.l-other-services .list-item .item p {
    font: 1.25rem akrobatregular;
    line-height: 1.25rem
}

.l-other-services .yellow-square {
    width: 170px;
    height: 170px;
    top: 231px;
    left: -19px
}

.l-client-review {
    background: url(../img/client-review-bg.jpg) no-repeat top;
    padding-bottom: 60px
}

.l-client-review .block-title {
    color: #fff;
    padding: 70px 0
}

.l-client-review .list-item {
    font-size: 0
}

.l-client-review .list-item .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    color: #fff;
    font-size: 0;
    margin-bottom: 30px
}

.l-client-review .list-item .item .img {
    display: inline-block;
    vertical-align: top;
    width: 192px;
    height: 192px;
    float: left;
    background: url(../img/client-review-img-border.png) no-repeat 50%;
    margin-right: 15px;
    position: relative
}

.l-client-review .list-item .item .img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.l-client-review .list-item .item .img>.cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.l-client-review .list-item .item .img .cont {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background-repeat: no-repeat;
    background-position: 50%
}

.l-client-review .list-item .item .text {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin-top: -4px;
    padding-right: 5px
}

.l-client-review .list-item .item .text h4 {
    font-size: 2.5rem;
    color: #edc821;
    text-transform: uppercase;
    line-height: 2.375rem;
    margin-bottom: 6px
}

.l-client-review .list-item .item .text p {
    font: 1.25rem akrobatlight;
    line-height: 1.875rem
}

.l-client-review .icon-cross-3 {
    top: 450px;
    right: -44px
}

.l-client-review .icon-cross-4 {
    top: 475px;
    left: -125px
}

.l-map .wrapper {
    z-index: 1
}

.l-map .wrapper .contacts {
    position: absolute;
    top: 0;
    left: 0;
    width: 490px;
    margin-top: 70px;
    z-index: 1
}

.l-map .wrapper .contacts:hover+.yellow-square {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.l-map .wrapper .contacts h2 {
    font-size: 5.75rem;
    text-transform: uppercase;
    margin-bottom: 45px
}

.l-map .wrapper .contacts p {
    font-size: 2.5rem;
    line-height: 2.6875rem
}

.l-map .wrapper .contacts p span {
    display: inline-block
}

.l-map .wrapper .contacts p span:first-child {
    margin-right: 20px;
    width: 95px;
    text-align: right;
    text-transform: uppercase
}

.l-map .wrapper .contacts .btn {
    margin-top: 67px
}

.l-map .wrapper .yellow-square {
    top: 187px;
    left: -94px
}

.l-map #g_map {
    height: 583px
}

.modal .modal-dialog.size-325 {
    width: 310px
}

.modal .modal-dialog.size-720 {
    width: 705px
}

.modal .modal-dialog .modal-content {
    position: relative;
    box-shadow: none;
    border-radius: 0;
    border: none;
    text-align: center;
    padding: 25px
}

.modal .modal-dialog .modal-content .close-modal {
    position: absolute;
    top: 10px;
    right: 9px;
    width: 24px;
    height: 24px;
    border: none;
    transition: .2s ease;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: url(../img/close.png) no-repeat 50% transparent
}

.modal .modal-dialog .modal-content .close-modal:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.modal .modal-dialog .modal-content h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #edc821;
    margin-bottom: 5px
}

.modal .modal-dialog .modal-content h4 {
    font: 1.25rem akrobatregular;
    line-height: 1.25rem
}

.modal .modal-dialog .modal-content .loyalty-program-form,
.modal .modal-dialog .modal-content .common-form {
    margin-top: 22px
}

.modal .modal-dialog .modal-content .loyalty-program-form .form-group,
.modal .modal-dialog .modal-content .common-form .form-group {
    display: inline-block;
    width: 261px;
    height: 60px;
    margin-right: 0;
    background: url(../img/btn-purple-border-small.png) no-repeat 50%
}

.modal .modal-dialog .modal-content .loyalty-program-form .form-group .form-control,
.modal .modal-dialog .modal-content .common-form .form-group .form-control {
    font: 1.25rem akrobatlight;
    height: 60px;
    width: 100%;
    padding: 0 15px;
    text-align: center
}

.modal .modal-dialog .modal-content .loyalty-program-form .btn-default,
.modal .modal-dialog .modal-content .common-form .btn-default {
    width: 261px;
    height: 60px;
    font-size: 1.875rem;
    padding-top: 3px;
    background: url(../img/btn-yellow-border-small.png) no-repeat 50%
}

.modal .modal-dialog .modal-content .loyalty-program-form .btn-default:hover,
.modal .modal-dialog .modal-content .common-form .btn-default:hover {
    background-image: url(../img/btn-yellow-fill-small.png)
}

.modal .modal-dialog .modal-content p {
    font: 1.25rem akrobatlight;
    line-height: 1.25rem;
    color: #747474;
    margin-top: 20px
}

.modal .modal-dialog .modal-content .text p {
    font: 18px akrobatlight;
    line-height: 1.25;
    color: #3a3a3a;
    margin-top: 10px
}
.modal .modal-dialog .modal-content .text ul {
    padding-left: 18px;
    margin-bottom: 0;
}
.modal .modal-dialog .modal-content .text ul li {
    font: 18px akrobatlight;
    line-height: 1.25;
    color: #3a3a3a;
    margin-top: 6px;
}
.modal .modal-dialog .modal-content .text ul li:last-child {
    margin-bottom: 0;
}

.modal .modal-dialog .modal-content .bottom-border,
.modal .modal-dialog .modal-content .left-border,
.modal .modal-dialog .modal-content .right-border,
.modal .modal-dialog .modal-content .top-border {
    position: absolute;
    background-position: 50%
}

.modal .modal-dialog .modal-content .top-border {
    width: calc(100% + 14px);
    height: 7px;
    top: -7px;
    left: -7px;
    background-image: url(../img/modal-border-top.png)
}

.modal .modal-dialog .modal-content .bottom-border {
    width: calc(100% + 14px);
    height: 7px;
    bottom: -7px;
    left: -7px;
    background-image: url(../img/modal-border-bottom.png)
}

.modal .modal-dialog .modal-content .right-border {
    height: 100%;
    width: 7px;
    top: 0;
    right: -7px;
    background-image: url(../img/modal-border-right.png)
}

.modal .modal-dialog .modal-content .left-border {
    height: 100%;
    width: 7px;
    top: 0;
    left: -7px;
    background-image: url(../img/modal-border-left.png)
}

.modal#modalCallback .modal-content .form-group.message {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    background-image: url(../img/btn-purple-textarea-261.png)
}

.modal#modalCallback .modal-content .form-group.message textarea.form-control {
    width: 261px;
    height: 120px;
    text-align: left;
    padding: 20px 25px;
    resize: none
}

.modal#modalInfo .modal-content {
    padding: 25px 35px;
    text-align: left
}

.modal#modalInfo .modal-content p.text {
    font: 1.25rem akrobatregular;
    line-height: 1.25rem;
    margin-top: 10px;
    color: #171717
}

.modal#modalInfo .modal-content .bottom {
    text-align: center
}

.modal#modalInfo .modal-content .bottom .form-group {
    vertical-align: middle;
    margin: 0 45px 0 0
}

.modal#modalInfo .modal-content .bottom .btn {
    vertical-align: middle
}

.modal#modalInfo .modal-content .bottom .btn:hover {
    background-image: url(../img/btn-yellow-fill-small.png)
}

.modal#modalInfo .modal-content .common-form {
    text-align: left
}

.modal#modalInfo .modal-content .form-group.message {
    width: 570px;
    height: auto;
    margin: 0 0 20px;
    background-image: url(../img/btn-purple-textarea-570.png)
}

.modal#modalInfo .modal-content .form-group.message textarea.form-control {
    width: 100%;
    height: 120px;
    text-align: left;
    padding: 20px 25px;
    resize: none
}

.modal#modalInfo .modal-content .attach-file {
    text-align: left;
    margin-top: 20px
}

.modal#modalInfo .modal-content .attach-file p {
    display: inline-block;
    vertical-align: middle;
    font: 1.5625rem akrobatregular;
    color: #171717;
    margin: 0 30px 0 0
}

.modal#modalInfo .modal-content .attach-file .ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.modal#modalInfo .modal-content .attach-file .ico i {
    display: block
}

.modal#modalInfo .modal-content .attach-file label {
    line-height: 1.875rem;
    width: 42%
}

.modal#modalInfo .modal-content .attach-file label span {
    width: 100%
}

.modal#modalSuccess .modal-content .btn-default {
    width: 260px;
    height: 60px;
    text-transform: none;
    font: 1.25rem akrobatregular;
    padding: 13px 10px;
    margin: 30px 0;
    background-image: url(../img/btn-yellow-fill-small.png)
}
.modal#modalSuccess1 .modal-content .btn-default {
    width: 260px;
    height: 60px;
    text-transform: none;
    font: 1.25rem akrobatregular;
    padding: 13px 10px;
    margin: 30px 0;
    background-image: url(../img/btn-yellow-fill-small.png)
}

.modal#modalSuccess .modal-content .btn-default:hover {
    color: #171717
}

.modal#modalSuccess .modal-content .btn-default .icon-vk {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px
}

.modal#modalSuccess .modal-content .btn-default span {
    vertical-align: middle
}

.modal#modalInfo .modal-content .modalInfo_headerImg {
    margin-bottom: 25px;
}
.modal#modalInfo .modal-content .modalInfo_headerImg video {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.modal#modalInfo .modal-content .modalInfo_headerImg iframe {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.l-footer {
    font: 1.25rem akrobatsemibold;
    text-transform: uppercase;
    padding: 50px 0
}

.l-footer .left {
    width: 34%;
    float: left
}

.l-footer .center {
    width: 32%;
    float: left;
    text-align: center
}

.l-footer .center a {
    display: inline-block;
    width: 75%;
    color: #171717
}

.l-footer .right {
    width: 34%;
    float: left;
    text-align: right
}

.l-footer .right .dev {
    position: relative;
    padding-top: 13px
}

.l-footer .right .dev:hover .yellow-square {
    -webkit-transform: translateX(-213px);
    transform: translateX(-213px)
}

.l-footer .right .dev .text {
    position: relative;
    z-index: 1
}

.l-footer .right .dev .text a {
    color: #171717;
    text-decoration: none;
    border-bottom: 1px solid #171717
}

.l-footer .right .dev .text a:hover {
    border-bottom-color: transparent
}

.l-footer .right .dev .yellow-square {
    top: -14px;
    right: -17px;
    width: 80px;
    height: 80px;
    border-width: 10px
}

.common-form {
    position: relative
}

.loyalty-program-form .form-group,
.common-form .form-group {
    width: 401px;
    height: 95px;
    font-size: 0;
    margin-bottom: 20px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: url(../img/input-white-border.png) no-repeat 50%
}

.loyalty-program-form .form-group .ico,
.common-form .form-group .ico {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    margin-left: 8px;
    text-align: center
}

.loyalty-program-form .form-group .ico i,
.common-form .form-group .ico i {
    display: inline-block
}

.loyalty-program-form .form-group .form-control,
.common-form .form-group .form-control {
    display: inline-block;
    vertical-align: middle;
    border: none;
    box-shadow: none;
    background: transparent;
    width: calc(100% - 86px);
    font: 1.5625rem akrobatregular;
    color: #171717;
    padding: 0 30px 0 0;
    height: 95px
}

.loyalty-program-form .form-group .form-control:placeholder,
.common-form .form-group .form-control:placeholder {
    color: #171717
}

.loyalty-program-form .form-group .form-control:-moz-placeholder,
.loyalty-program-form .form-group .form-control::-moz-placeholder,
.common-form .form-group .form-control:-moz-placeholder,
.common-form .form-group .form-control::-moz-placeholder {
    color: #171717
}

.loyalty-program-form .form-group .form-control:-ms-input-placeholder,
.common-form .form-group .form-control:-ms-input-placeholder {
    color: #171717
}

.loyalty-program-form .form-group .form-control::-webkit-input-placeholder,
.common-form .form-group .form-control::-webkit-input-placeholder {
    color: #171717
}

.loyalty-program-form .form-group.has-error,
.common-form .form-group.has-error {
    -webkit-animation-name: b;
    animation-name: b
}

.loyalty-program-form .form-group.has-error .form-control,
.common-form .form-group.has-error .form-control {
    border: none;
    color: #b85454
}

.loyalty-program-form .form-group.has-error .form-control:placeholder,
.common-form .form-group.has-error .form-control:placeholder {
    color: #b85454
}

.loyalty-program-form .form-group.has-error .form-control:-moz-placeholder,
.loyalty-program-form .form-group.has-error .form-control::-moz-placeholder,
.common-form .form-group.has-error .form-control:-moz-placeholder,
.common-form .form-group.has-error .form-control::-moz-placeholder {
    color: #b85454
}

.loyalty-program-form .form-group.has-error .form-control:-ms-input-placeholder,
.common-form .form-group.has-error .form-control:-ms-input-placeholder {
    color: #b85454
}

.loyalty-program-form .form-group.has-error .form-control::-webkit-input-placeholder,
.common-form .form-group.has-error .form-control::-webkit-input-placeholder {
    color: #b85454
}

.common-form .attach-file label {
    display: inline-block;
    vertical-align: middle;
    line-height: 5.9375rem;
    margin-bottom: 0;
    cursor: pointer
}

.common-form .attach-file label span {
    width: 290px;
    display: inline-block;
    vertical-align: middle;
    font: 1.5625rem akrobatregular;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.common-form .attach-file .form-control {
    display: none
}

@-webkit-keyframes b {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes b {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@media print {
    *,
    :after,
    :before {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    a[href^="#"]:after {
        content: ""
    }
    img {
        page-break-inside: avoid;
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
    .modalInfo_headerImg {
        background-size: cover;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.l-what-we-do .tab-content .tab-pane#ads-inside .p-14 {
    top: 265px;
    left: 375px;
}






.l-map-object {}
.l-map-object .block-title {
    padding-top: 50px
}
.l-map-object .block-title p {
    font-size: 40px;
}
#g_map_object {
    height: 500px;
}
/*#g_map_object #markerLayer > div {
 border-radius: 50px;
 border: 2px solid #6652b9;
 background-color: #fff;
}
#g_map_object #markerLayer > div img {
 left: -25% !important;
 right: 0 !important;
 bottom: 0 !important;
 margin: auto !important;
 width: 150% !important;
 height: auto !important;
}*/

#g_map_object #markerLayer > div img {
    width: 100% !important;
    height: auto !important;
}

#modalMapObject .content .text {
    margin-bottom: 15px;
    text-align: left;
}
#modalMapObject .content .text p {
    margin: 0 0 15px 0;
}
#modalMapObject .content .text p:last-child {
    margin-bottom: 0;
}
#modalMapObject .content .text p strong {
    font-family: 'akrobatbold';
}
#modalMapObject .content {}
#modalMapObject .content .images-slider {
    overflow: hidden;
}
#modalMapObject .content .images-slider .item {}
#modalMapObject .content .images-slider .item img {
    width: 100%;
    height: auto;
}
#modalMapObject .content .images-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -9999px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
}
#modalMapObject .content .images-slider .slick-prev {
    left: 15px;
    background-image: url('../img/arrow-left.svg');
}
#modalMapObject .content .images-slider .slick-next {
    right: 15px;
    background-image: url('../img/arrow-right.svg');
}

.lesson-free {
    width: 260px;
    height: 180px;
    position: fixed;
    right: -226px;
    top: 50%;
    margin: -90px 0 0;
    padding: 0 0 0 34px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 9999;
    background: url(../img/client-review-bg.jpg) no-repeat;
}

.lesson-free a.sub {
    width: 180px;
    height: 34px;
    background: #edc821;
    display: block;
    position: absolute;
    bottom: 73px;
    left: -73px;
    font: 700 14px/32px 'akrobatsemibold', sans-serif;
    color: #111;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.lesson-free:hover {
    right:0;
}



.lesson-free a.sub:hover { background:rgb(108, 84, 213);}
.lesson-free .inner-lesson {
    font:700 14px/18px 'akrobatsemibold', sans-serif;
    color:#fff;
    height: 100%;
}
.lesson-free a. {
    color: #fff;
    display: block;
}
.lesson-free a.block {
    color: #fff;
    display: block;
    height: 100%;
    padding: 8px 0 0 14px;
}
.lesson-free .inner-lesson p { margin:0;font-size: 18px;line-height: 24px;}
.lesson-free .inner-lesson p span { color:#ffed5d;}
.lesson-free .inner-lesson p.button {
    display:block;
    width:95px;
    height:23px;
    font:400 14px/23px 'akrobatsemibold', sans-serif;
    color:#000;
    text-align:center;
    background:#ffed5d;
    text-decoration:none;
    margin:10px 0 0;
    text-transform:uppercase;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.lesson-free .inner-lesson a.button:hover { opacity:0.9;}


.sova {
    width: 260px;
    height: 180px;
    margin-top: -85px;
    position: absolute;
    overflow: hidden;
    left: 0;
    background-image: url(../img/sovasleap.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer
}
.sova a {
    position: absolute;
    overflow: hidden;
    margin-top: -110px;
}

.sova:hover {
    background-image: url(../img/sova.png);
    /*-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;*/
}




.l-loyalty-program {
    background: url(../img/client-review-bg.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 80px;
}
.l-loyalty-program .block-title h2 {
    color: #fff;
}
.l-loyalty-program .cards-list {
    display: flex;
    margin: 0 -15px;
    margin-bottom: 80px;
}
.l-loyalty-program .cards-list .item {
    width: 33.333%;
    padding: 0 15px;
}
.l-loyalty-program .cards-list .item img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,.3);
    border-radius: 11px;
}
.l-loyalty-program .info-title {
    margin-bottom: 60px;
}
.l-loyalty-program .info-title h4 {
    font-size: 90px;
    line-height: 90px;
    color: #edc821;
    text-align: center;
    margin: 10px 0;
}
.l-loyalty-program .info-title p {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.l-loyalty-program .info-title p.uppercase {
    text-transform: uppercase;
}
.l-loyalty-program .info-list {
    width: 530px;
    margin: 0 auto 60px auto;
}
.l-loyalty-program .info-list .item {
    position: relative;
    color: #fff;
    padding-left: 30px;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
}
.l-loyalty-program .info-list .item:last-child {
    margin-bottom: 0;
}
.l-loyalty-program .info-list .item:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    border: 12px solid transparent;
    border-left-color: #edc821;
}
.l-loyalty-program  .bottom-block {
    display: flex;
    justify-content: space-between;
    width: 660px;
    margin: auto;
}
.l-loyalty-program  .bottom-block span {
    color: #fff;
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    transition: .2s ease;
}
.l-loyalty-program  .bottom-block span:hover {
    color: #edc821;
    border-bottom-color: #edc821;
}

#modalLoyaltyProgramSignup {

}
#modalLoyaltyProgramSignup .checkbox {
    display: flex;
    margin-top: 15px;
}
#modalLoyaltyProgramSignup .checkbox input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
#modalLoyaltyProgramSignup .checkbox p {
    width: calc(100% - 26px);
    font-size: 16px;
    margin: 0;
    text-align: left;
}


#modalLoyaltyProgramRules .text {
    text-align: left;
}
#modalLoyaltyProgramRules .text h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 15px 0;
}
#modalLoyaltyProgramRules .text p {
    line-height: 24px;
}
#modalLoyaltyProgramRules .text p a {
    color: #edc821;
}
#modalLoyaltyProgramRules .text p a:hover {
    text-decoration: none;
}

/* 27.06.2025 шапка и слайдер */

html, body {
    scroll-behavior: smooth;
}

.header {
    padding: 40px 0;
}

.header__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    gap: 20px;
}

.header__link {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #171717;
    line-height: 1rem;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.header__link:hover {
    color: #fff;
    text-decoration: none;
}

.container {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.l-our-works {
    padding: 0 0 60px;
}

.gallery-slider__item {
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-slider__item:focus {
    outline: none;
}

.gallery-slider__wrap-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    max-height: 100%;
    width: 100%;
}

.gallery-slider__wrap-img img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    display: block;
    margin: 0;
}

.l-our-works .gallery-slider .slick-arrow {
    position: absolute;
    z-index: 3;
    top: calc(50% - 47px);
    margin: auto;
    width: 94px;
    height: 94px;
    border: none;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    background-image: url('../img/arrow-bg.png');
    transition: .2s ease;
}
.l-our-works .gallery-slider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background: url('../img/down-chevron.svg') no-repeat center;
    background-size: contain;
}
.l-our-works .gallery-slider .slick-arrow:hover {
    background-image: url('../img/arrow-bg-hover.png');
}
.l-our-works .gallery-slider .slick-prev {
    left: 20px;
}
.l-our-works .gallery-slider .slick-prev:before {
    transform: rotate(90deg);
}
.l-our-works .gallery-slider .slick-next {
    right: 20px;
}
.l-our-works .gallery-slider .slick-next:before {
    transform: rotate(-90deg);
}

.wrap-map {
    overflow: hidden;
    height: 583px;
}

#y_map {
    width: 100%;
    height: 683px;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .l-intro header.header .logo p {
        font-size: 1rem;
    }

    .l-intro header.header .callback a {
        font-size: 1.4rem;
    }

    .l-intro header.header .callback span {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1024px) {
    .gallery-slider__wrap-img img {
        height: 600px;
    }

    .header__flex {
        flex-wrap: wrap;
    }

    .header__flex .logo {
        order: 2;
        width: 50%;
        padding-right: 15px;
    }

    .header__flex .header__wrapper {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    .header__flex .callback {
        order: 3;
        width: 50%;
        text-align: right !important;
        padding-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .gallery-slider__wrap-img img {
        height: 400px;
    }
    .header__wrapper {
        display: flex;
        gap: 20px;
    }
    .header__link {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }

    .l-our-works .gallery-slider .slick-arrow {
        top: calc(50% - 30px);
        width: 60px;
        height: 60px;
    }

    .l-our-works .gallery-slider .slick-arrow:before {
        width: 20px;
        height: 20px;
    }

    .wrap-map {
        height: 400px;
    }

    #y_map {
        height: 500px;
    }
}