@font-face {
    font-family: 'MullerRegular';
    src: url(../fonts/MullerRegular.eot);
    src: url(../fonts/MullerRegular.eot) format('embedded-opentype'), url(../fonts/MullerRegular.woff2) format('woff2'), url(../fonts/MullerRegular.woff) format('woff'), url(../fonts/MullerRegular.ttf) format('truetype'), url(../fonts/MullerRegular.svg#MullerRegular) format('svg')
}

@font-face {
    font-family: 'MullerMedium';
    src: url(../fonts/MullerMedium.eot);
    src: url(../fonts/MullerMedium.eot) format('embedded-opentype'), url(../fonts/MullerMedium.woff2) format('woff2'), url(../fonts/MullerMedium.woff) format('woff'), url(../fonts/MullerMedium.ttf) format('truetype'), url(../fonts/MullerMedium.svg#MullerMedium) format('svg')
}

@font-face {
    font-family: 'MullerBold';
    src: url(../fonts/MullerBold.eot);
    src: url(../fonts/MullerBold.eot) format('embedded-opentype'), url(../fonts/MullerBold.woff2) format('woff2'), url(../fonts/MullerBold.woff) format('woff'), url(../fonts/MullerBold.ttf) format('truetype'), url(../fonts/MullerBold.svg#MullerBold) format('svg')
}

@font-face {
    font-family: 'MullerExtraBold';
    src: url(../fonts/MullerExtraBold.eot);
    src: url(../fonts/MullerExtraBold.eot) format('embedded-opentype'), url(../fonts/MullerExtraBold.woff2) format('woff2'), url(../fonts/MullerExtraBold.woff) format('woff'), url(../fonts/MullerExtraBold.ttf) format('truetype'), url(../fonts/MullerExtraBold.svg#MullerExtraBold) format('svg')
}

@font-face {
    font-family: 'MullerLight';
    src: url(../fonts/MullerLight.eot);
    src: url(../fonts/MullerLight.eot) format('embedded-opentype'), url(../fonts/MullerLight.woff2) format('woff2'), url(../fonts/MullerLight.woff) format('woff'), url(../fonts/MullerLight.ttf) format('truetype'), url(../fonts/MullerLight.svg#MullerLight) format('svg')
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr,
fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ul li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

img {
    max-width: 100%;
    height: auto
}

.container {
    padding: 0 4%
}

html {
    line-height: 1.2
}

@media screen and (max-width:991px) {
    html {
        font-size: 15px
    }
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none
}

body {
    font-family: 'MullerRegular', 'Arial', sans-serif;
    color: #fff;
    overflow: hidden
}

@media screen and (max-width:660px) {
    body {
        overflow: auto
    }
}

body.body {
    overflow: auto
}

li,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

:active,
:focus,
:hover {
    outline: 0;
    outline-offset: 0
}

input {
    border: none
}

button {
    background: none;
    border: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 1000
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24rem;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #fff;
    padding: 40px 20px;
    text-align: center
}

@media screen and (max-width:660px) {
    .popup {
        height: 100vh;
        width: 100%;
        padding-top: 15vh
    }
}

.popup_h3 {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    color: #0d1e28
}

@media screen and (max-width:660px) {
    .popup_h3 {
        font-size: 28px
    }
}

.popup_p {
    margin-top: 20px;
    font-size: 15px;
    color: #333
}

.popup_p__first {
    margin-top: 35px
}

.popup_form {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup_input {
    margin-bottom: 20px;
    width: 265px;
    height: 50px;
    padding: 0 15px;
    background-color: #eee;
    border-radius: 3px
}

.popup_input::-webkit-input-placeholder {
    font-size: 14px;
    color: #4c4c4c
}

.popup_input:-ms-input-placeholder {
    font-size: 14px;
    color: #4c4c4c
}

.popup_input::-ms-input-placeholder {
    font-size: 14px;
    color: #4c4c4c
}

.popup_input::placeholder {
    font-size: 14px;
    color: #4c4c4c
}

.popup_btn {
    font-family: 'MullerBold', 'Arial', sans-serif;
    cursor: pointer;
    width: 265px;
    height: 50px;
    line-height: 50px;
    background-color: #FFCD00;
    border-radius: 3px;
    color: #1C1C23;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: relative
}

.popup_btn:hover {
    background-color: #F7CF3B
}

.popup_label {
    margin-top: 15px;
    width: 234px;
    cursor: pointer
}

.popup_label input {
    display: none
}

.popup_label i {
    display: inline-block;
    position: relative;
    border: 1px solid #333;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.popup_label i:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #333;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.popup_label p {
    display: inline;
    font-size: 14px;
    color: #757575;
    margin-left: 10px
}

.popup_label p span {
    margin-left: 22px
}

.popup_label input:checked+i:after {
    opacity: 1
}

.popup_s {
    position: absolute;
    top: -60px;
    left: 0;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 21px;
    color: #0d1e28;
    z-index: 10;
    display: none;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

.popup_s span {
    margin: auto
}

.popup_s~* {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.popup_s.active~* {
    opacity: 0.5;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.close-popup {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 23px;
    height: 23px;
    cursor: pointer
}

@media screen and (max-width:660px) {
    .close-popup {
        top: 30px;
        right: 30px
    }
}

.close-popup:before {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    left: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:660px) {
    .close-popup:before {
        background-color: #282828
    }
}

.close-popup:after {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -4px
}

@media screen and (max-width:660px) {
    .close-popup:after {
        background-color: #282828
    }
}

.modal {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #1C1F23;
    color: #fff;
    display: none;
    top: 0;
    left: 0;
    z-index: 999
}

@media screen and (max-width:660px) {
    .modal {
        overflow: scroll;
        height: 100%;
        padding-bottom: 35px
    }
}

.modal_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:660px) {
    .modal_wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.modal_item {
    height: 100vh
}

@media screen and (max-width:660px) {
    .modal_item {
        width: 100%;
        height: 100%
    }
}

.modal_item:first-child {
    background: url(../img/modal.jpg) top / cover no-repeat;
    position: relative;
    width: 40%
}

.modal_item:first-child:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/sve.png);
    width: 612px;
    height: 336px
}

@media screen and (max-width:660px) {
    .modal_item:first-child {
        display: none
    }
}

.modal_item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    position: relative
}

.modal_item:last-child:after {
    content: '';
    position: absolute;
    height: 100vh;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    left: 15%;
    top: 0
}

@media screen and (max-width:660px) {
    .modal_item:last-child:after {
        display: none
    }
}

.modal_item:last-child:before {
    content: '';
    position: absolute;
    height: 100vh;
    width: 40%;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    left: 50%;
    top: 0
}

@media screen and (max-width:660px) {
    .modal_item:last-child:before {
        display: none
    }
}

@media screen and (max-width:660px) {
    .modal_item:last-child {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.modal_item--logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1
}

.modal_item--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

@media screen and (max-width:660px) {
    .modal_item--row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal_item--div {
    margin-left: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:660px) {
    .modal_item--div {
        margin-top: 15%
    }
}

.modal_menu--h3 {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 33px;
    text-transform: uppercase;
    position: relative
}

.modal_menu--h3:after {
    content: '01';
    position: absolute;
    left: 75%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 102px;
    color: rgba(255, 255, 255, 0.05)
}

.modal_menu--ul {
    margin-top: 28px;
    margin-left: 2px
}

.modal_menu--li {
    margin-top: 20px;
    padding-left: 15px;
    position: relative
}

.modal_menu--li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #7f7f7f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1
}

.modal_menu--li:hover:before {
    background-color: #FFCD00
}

.modal_menu--li.active:before {
    background-color: #FFCD00
}

.modal_menu--li a {
    font-size: 21px;
    font-family: 'MullerMedium', 'Arial', sans-serif;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.modal_menu--li a:hover {
    color: #FFCD00
}

.modal_contact--h4 {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 33px;
    text-transform: uppercase;
    position: relative
}

.modal_contact--h4:after {
    content: '02';
    position: absolute;
    left: 45%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 102px;
    color: rgba(255, 255, 255, 0.05)
}

.modal_contact--ul {
    margin-top: 35px
}

@media screen and (max-width:660px) {
    .modal_contact--btn.header_btn {
        display: block
    }
}

.modal_contact--li {
    position: relative;
    padding-left: 25px;
    margin-top: 12px
}

.modal_contact--li a {
    position: relative;
    top: 1px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.modal_contact--li a:hover {
    color: #ffcd00;
    text-decoration: underline
}

.modal_contact--li:nth-child(4) {
    max-width: 300px
}

.modal_contact--li:nth-child(2):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/telegram.svg) center / cover no-repeat;
    width: 15px;
    height: 15px
}

.modal_contact--li a,
.modal_contact--li p {
    font-size: 18px;
    line-height: 1.5
}

.footer_h4--modal {
    left: -25px
}

.modal_item .site7_left--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.modal_item .site7_left--h4,
.modal_item .site7_left--p {
    color: #131b21;
    background-color: #fff;
    padding: 0 3px
}

.modal_close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    z-index: 1000
}

.modal_close:before {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    left: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal_close:after {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -4px
}

.modal_contact--btn {
    margin: 20px 0 0 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 7px 35px 5px
}

.l-header__scroll-icon {
    width: 26px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 25px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    margin: auto
}

@media screen and (max-width:660px) {
    .l-header__scroll-icon {
        display: none
    }
}

.l-header__scroll-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    margin: auto;
    width: 3px;
    height: 8px;
    border-radius: 25%;
    background-color: #fff;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0
    }
}

@keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0
    }
}

.modal_item .site7_left--text {
    bottom: 0;
    background: none
}

.btn-up {
    cursor: pointer;
    position: fixed;
    bottom: -100px;
    right: 100px;
    width: 50px;
    height: 50px;
    background: url(../img/knopka.png) center / cover no-repeat;
    z-index: 100;
    outline: 0 !important;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

@media screen and (max-width:660px) {
    .btn-up {
        right: 5px
    }
}

.btn-up:before {
    content: "";
    position: absolute;
    border: 2px solid #b505c3;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    -webkit-animation: pulse 1.8s linear infinite;
    animation: pulse 1.8s linear infinite
}

.btn-up:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

.btn-up.active {
    bottom: 120px
}

.btn {
    cursor: pointer;
    position: fixed;
    bottom: -100px;
    right: 100px;
    width: 50px;
    height: 50px;
    background: url(../img/knopkap.png) center / cover no-repeat;
    z-index: 100;
    outline: 0 !important;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.35
}

@media screen and (max-width:660px) {
    .btn {
        display: none
    }
}

.btn:hover {
    opacity: 1
}

.btn.active {
    bottom: 30px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    top: 0;
    width: 92%;
    left: 4%
}

.row_inner {
    position: absolute;
    width: 1240px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 1
}

@media screen and (max-width:660px) {
    .row {
        display: none
    }
}

.col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0px;
    margin-right: 0px;
    width: calc(25% - 0px);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    height: 100vh
}

.col:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.05)
}

.col_inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0px;
    margin-right: 0px;
    width: calc(25% - 0px);
    height: 6700px;
    border-left: 1px solid rgba(255, 255, 255, 0.05)
}

.col_inner:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.05)
}

.fullwidth-bg {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: -100
}

.fullscreen-bg__video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-layer {
    background: url(../img/promo-bg-decor.png) center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 12
}

.header {
    margin-top: 3vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:660px) {
    .header {
        margin-top: 15px
    }
}

.header-inner {
    margin-top: 0;
    padding-top: 3vh
}

@media screen and (max-width:660px) {
    .header-inner {
        margin-top: 0px
    }
}

.header_left,
.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:660px) {
    .header_left img {
        height: 40px
    }
}

.header_p {
    font-size: 0.93rem;
    color: #EDEDED;
    margin-left: 25px;
    max-width: 12rem;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .header_p {
        display: none
    }
}

.header_tel {
    font-family: 'MullerMedium', 'Arial', sans-serif;
    font-size: 1.125rem
}

@media screen and (max-width:660px) {
    .header_tel {
        font-size: 17px;
        display: none
    }
}

.header_tel__mob {
    display: none;
    margin: 0 -5px
}

@media screen and (max-width:660px) {
    .header_tel__mob {
        display: block
    }
}

.header_tel:after {
    display: block;
    content: '';
    border-bottom: 1px solid #FFCD00;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out
}

.header_tel:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%
}

.header_tel--item {
    margin: 0 5px
}

.header_tel--item img {
    width: 28px;
    height: 28px
}

.header_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px
}

@media screen and (max-width:660px) {
    .header_social {
        display: none
    }
}

.header_social--item {
    margin-left: 20px
}

.header_social--item svg {
    width: 24px;
    height: 22px
}

.header_social--item path {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.header_social--item:hover path {
    fill: #FFCD00
}

.header_btn {
    margin-left: 30px;
    padding: 7px 15px 5px;
    -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.41);
    border: 1px solid #FFCD00;
    border-radius: 3px;
    background-color: transparent;
    position: relative;
    font-family: 'MullerBold', 'Arial', sans-serif;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    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
}

@media screen and (max-width:660px) {
    .header_btn {
        display: none
    }
}

.header_btn span {
    color: #FFCD00;
    text-align: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    position: relative;
    z-index: 10
}

.header_btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: block;
    background: #FFCD00;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0)
}

.header_btn:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.header_btn:hover span {
    color: #1C1C23
}

.header_burger {
    cursor: pointer;
    margin-left: 25px;
    padding: 0;
    z-index: 1
}

.header_burger svg {
    width: 38px;
    height: 30px
}

.header_burger path {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:660px) {
    .header_burger path {
        fill: #FFCD00
    }
}

.header_burger:hover path {
    fill: #FFCD00
}

.center {
    top: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 4%
}

@media screen and (max-width:660px) {
    .center {
        top: 50%
    }
}

.center_h1 {
    font-size: 2.875rem;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    max-width: 50rem;
    line-height: 1.4;
    text-transform: uppercase
}

@media screen and (max-width:660px) {
    .center_h1 {
        font-size: 33px;
        max-width: inherit
    }
}

@media screen and (max-width:660px) {
    .center_h1 span {
        line-height: 1;
        padding: 3px 8px 0px;
        background-color: #FFCD00;
        color: #282828;
        display: inline-block
    }
}

.center_p {
    font-family: 'MullerLight', 'Arial', sans-serif;
    font-size: 1.4375rem;
    margin-top: 3vh;
    max-width: 38rem;
    line-height: 1.5
}

@media screen and (max-width:660px) {
    .center_p {
        font-size: 18px;
        max-width: inherit;
        margin-top: 4vh
    }
}

.center_ul {
    margin: 8.5vh 0 -40px -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 42rem
}

@media screen and (max-width:660px) {
    .center_ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: inherit;
        margin: 4vh 0 -25px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.center_li {
    position: relative;
    margin: 0 0 40px 45px;
    padding-left: 35px
}

@media screen and (max-width:660px) {
    .center_li {
        margin: 0 0 25px 0
    }
}

.center_li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 5px solid #FFCD00;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.center_li:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.center_li p {
    border-bottom: 0.5px solid #FFCD00;
    font-size: 1.3125rem;
    cursor: pointer;
    font-family: 'MullerMedium', 'Arial', sans-serif
}

.center_li p:after {
    display: block;
    content: '';
    border-bottom: 2px solid #FFCD00;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 650ms ease-in-out;
    transition: -webkit-transform 650ms ease-in-out;
    -o-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out, -webkit-transform 650ms ease-in-out
}

.center_li p:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

@media screen and (max-width:660px) {
    .center_li p {
        font-size: 18px
    }
}

.center_li a {
    display: block;
    border-bottom: 0.5px solid #FFCD00;
    font-size: 1.3125rem;
    font-family: 'MullerMedium', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .center_li a {
        font-size: 18px
    }
}

.center_li a:after {
    display: block;
    content: '';
    border-bottom: 2px solid #FFCD00;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 650ms ease-in-out;
    transition: -webkit-transform 650ms ease-in-out;
    -o-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out, -webkit-transform 650ms ease-in-out
}

.center_li a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.bottom {
    position: absolute;
    bottom: 4vh;
    width: 92%
}

@media screen and (max-width:660px) {
    .bottom {
        bottom: 2%;
        left: -20px;
        width: auto
    }
}

.bottom_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    .bottom_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.bottom_left,
.bottom_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:991px) {
    .bottom_left {
        display: none
    }
}

@media screen and (max-width:660px) {
    .bottom_left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 25px;
        margin-left: 35px
    }
}

.bottom_item {
    position: relative;
    padding-left: 20px
}

.bottom_item:nth-child(n+2) {
    margin-left: 30px
}

.bottom_item:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #FFCD00
}

.bottom_item a,
.bottom_item p {
    font-size: 18px;
    color: #ededed;
    font-family: 'MullerMedium', 'Arial', sans-serif
}

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

    .bottom_item a,
    .bottom_item p {
        font-size: 15px
    }
}

.bottom_item a {
    text-decoration: underline
}

.bottom_number {
    font-family: 'MullerBold', 'Arial', sans-serif;
    color: #ededed;
    font-size: 18px
}

@media screen and (max-width:660px) {
    .bottom_number:first-child {
        margin-left: 25px
    }
}

@media screen and (max-width:660px) {
    .bottom_number:first-child:after {
        content: '/';
        padding-left: 10px
    }
}

@media screen and (max-width:660px) {
    .bottom_number {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 5px
    }
}

.bottom_ul {
    width: 180px;
    height: 8px;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(209, 209, 209, 0.4)
}

@media screen and (max-width:660px) {
    .bottom_ul {
        display: none
    }
}

.bottom_li {
    width: 20%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer
}

@media screen and (max-width:660px) {
    .bottom_li {
        width: 8px;
        height: 20%
    }
}

.bottom_li a {
    display: block;
    width: 100%;
    height: 100%
}

.bottom_li.active {
    background-color: #d1d1d1
}

.bottom_li.active:hover {
    background-color: #d1d1d1
}

.bottom_li:hover {
    background-color: rgba(255, 205, 0, 0.5)
}

.bottom_arrows {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:660px) {
    .bottom_arrows {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.bottom_arrows--span {
    position: relative;
    top: 3px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    width: 20px;
    height: 20px;
    -webkit-animation: 3s arrow infinite;
    animation: 3s arrow infinite
}

.bottom_arrows--span__1 {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s
}

.bottom_arrows--span__2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.bottom_arrows--span__3 {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s
}

.bottom_arrows--span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 15px;
    width: 4px;
    background-color: #FFCD00;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px #FFCD00;
    box-shadow: 0 0 10px #FFCD00;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:660px) {
    .bottom_arrows--span:after {
        height: 22.5px;
        width: 6px
    }
}

.bottom_arrows--span:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 15px;
    width: 4px;
    background-color: #FFCD00;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px #FFCD00;
    box-shadow: 0 0 10px #FFCD00;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:660px) {
    .bottom_arrows--span:before {
        height: 22.5px;
        width: 6px;
        top: -12px
    }
}

.bottom_arrows--item {
    cursor: pointer;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    top: 3px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.bottom_arrows--item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 15px;
    width: 4px;
    background-color: #eaeaea;
    border-radius: 3px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:660px) {
    .bottom_arrows--item:after {
        height: 22.5px;
        width: 6px
    }
}

.bottom_arrows--item:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 15px;
    width: 4px;
    background-color: #eaeaea;
    border-radius: 3px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:660px) {
    .bottom_arrows--item:before {
        height: 22.5px;
        width: 6px;
        top: -12px
    }
}

.bottom_arrows--item.next {
    margin-left: 8px
}

.bottom_arrows--item.next:after,
.bottom_arrows--item.next:before {
    background-color: #FFCD00;
    -webkit-box-shadow: 0 0 10px #FFCD00;
    box-shadow: 0 0 10px #FFCD00
}

@media screen and (max-width:660px) {
    .bottom_arrows--item.next {
        margin-left: 12px
    }
}

.bottom_arrows--item.last {
    opacity: 0.5;
    cursor: default
}

.bottom_arrows--item.last:hover:after,
.bottom_arrows--item.last:hover:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #eaeaea
}

.bottom_arrows--item.last.five {
    position: relative;
    top: 3px;
    left: 10px
}

.bottom_arrows--item:first-child {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: -24.5px 20px 0 0
}

.bottom_arrows--item:first-child:hover:after,
.bottom_arrows--item:first-child:hover:before {
    background-color: #FFCD00;
    -webkit-box-shadow: 0 0 10px #FFCD00;
    box-shadow: 0 0 10px #FFCD00
}

@media screen and (max-width:660px) {
    .bottom_arrows--item:first-child {
        margin-top: -17px
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.col2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0px;
    margin-right: 0px;
    width: calc(25% - 0px);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    height: 100vh;
    width: calc(50% - 0px);
    height: auto
}

.col2:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.05)
}

.col2_inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0px;
    margin-right: 0px;
    width: calc(25% - 0px);
    height: 6700px;
    border-left: 1px solid rgba(255, 255, 255, 0.05)
}

.col2_inner:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.05)
}

@media screen and (max-width:991px) {
    .col2 {
        width: calc(100% - 0px)
    }
}

@media screen and (max-width:991px) {
    .col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p5 {
    padding-left: 5px
}

.inner {
    background-color: #353536;
    height: 6700px;
    position: relative
}

@media screen and (max-width:660px) {
    .inner {
        padding-bottom: 80px
    }
}

.about {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 12;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    padding: 0 4%;
    padding: 0 20px
}

@media screen and (max-width:660px) {
    .about_title {
        text-align: center;
        width: 100%
    }
}

@media screen and (max-width:660px) {
    .about_right4 {
        margin-top: 110px
    }
}

@media screen and (max-width:660px) {
    .about_right3 {
        margin-top: 200px
    }
}

@media screen and (max-width:660px) {
    .about_right2 {
        margin-top: 200px
    }
}

.about_first {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

@media screen and (max-width:660px) {
    .about_first {
        margin-top: 50px
    }
}

.about_first--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:660px) {
    .about_first--right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about_two {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (max-width:660px) {
    .about_two {
        margin-top: 50px
    }
}

.about_two--p {
    color: #F2F2F2;
    width: 550px
}

.about_end {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

@media screen and (max-width:660px) {
    .about_end {
        margin-top: 50px
    }
}

@media screen and (max-width:660px) {
    .about_img {
        width: 100%;
        height: 155px
    }
}

.about_site {
    position: relative;
    display: block
}

.about_site:hover .about_site--span {
    left: 10px;
    opacity: 1
}

.about_site--top {
    position: relative;
    top: -5px
}

.about_site img {
    height: 100%
}

@media screen and (max-width:660px) {
    .about_site img {
        height: auto
    }
}

.about_site--span {
    position: absolute;
    left: 0;
    bottom: 30px;
    background-color: #181819;
    opacity: 0.83;
    padding: 3px 5px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 11
}

@media screen and (max-width:660px) {
    .about_site--span {
        font-size: 15px
    }
}

.about_img {
    position: relative;
    width: 284px;
    height: 460px
}

.about_img11 {
    background: url(../img/about51.jpg)
}

.about_img22 {
    background: url(../img/about52.jpg)
}

.about_img33 {
    background: url(../img/about53.jpg)
}

.about_h3 {
    position: relative;
    font-size: 46px;
    text-transform: uppercase;
    margin-top: 15px;
    z-index: 10;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .about_h3 {
        font-size: 30px
    }
}

.about_h3--three {
    font-size: 27px;
    margin-top: 12px;
    max-width: 200px
}

@media screen and (max-width:660px) {
    .about_h3--three {
        font-size: 25px;
        max-width: inherit
    }
}

.about_h3--six {
    margin-top: 0
}

.about_h3:after {
    content: '2007';
    position: absolute;
    top: -100px;
    left: -5px;
    font-size: 172px;
    color: rgba(255, 255, 255, 0.05)
}

@media screen and (max-width:660px) {
    .about_h3:after {
        font-size: 93px;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

.about_h3--two:after {
    content: '2008'
}

.about_h3--three:after {
    content: ''
}

.about_h3--four:after {
    content: '2011'
}

.about_h3--five:after {
    content: '2015'
}

.about_h3--six:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 414px;
    height: 17px;
    background-color: rgba(237, 190, 0, 0.61);
    z-index: -1
}

@media screen and (max-width:660px) {
    .about_h3--six:before {
        display: none
    }
}

.about_h3--six:after {
    content: ''
}

.about_h3--seven:after {
    content: '2017'
}

.about_h3--seven:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 414px;
    height: 17px;
    background-color: rgba(237, 190, 0, 0.61);
    z-index: -1
}

@media screen and (max-width:660px) {
    .about_h3--seven:before {
        display: none
    }
}

.about_h3--eight:after {
    content: ''
}

.about_h3--eight:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 414px;
    height: 17px;
    background-color: rgba(237, 190, 0, 0.61);
    z-index: -1
}

@media screen and (max-width:660px) {
    .about_h3--eight:before {
        display: none
    }
}

.about_h3--nine:after {
    content: "startup"
}

.about_h3--nine:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 414px;
    height: 17px;
    background-color: rgba(237, 190, 0, 0.61);
    z-index: -1
}

@media screen and (max-width:660px) {
    .about_h3--nine:before {
        display: none
    }
}

.about_span {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    display: inline-block;
    font-size: 27px;
    color: #262626;
    background-color: #ffcd00;
    padding: 3px 3px 0;
    margin-top: 40px
}

@media screen and (max-width:660px) {
    .about_span {
        font-size: 19px
    }
}

.about_span--three {
    font-size: 20px;
    margin-top: 0
}

@media screen and (max-width:660px) {
    .about_span--three {
        font-size: 19px
    }
}

.about_p {
    width: 520px;
    color: #F2F2F2;
    line-height: 1.35
}

@media screen and (max-width:660px) {
    .about_p {
        width: 100%;
        font-size: 15px
    }
}

.about_p--two {
    width: 570px;
    color: #F2F2F2;
    line-height: 1.35
}

@media screen and (max-width:660px) {
    .about_p--two {
        width: 100%;
        font-size: 15px
    }
}

.about_p--three {
    width: 280px;
    color: #F2F2F2;
    line-height: 1.35
}

@media screen and (max-width:660px) {
    .about_p--three {
        width: 100%;
        font-size: 15px
    }
}

.about_p--four {
    width: 480px;
    color: #F2F2F2;
    line-height: 1.35
}

@media screen and (max-width:660px) {
    .about_p--four {
        width: 100%;
        font-size: 15px
    }
}

.about_p--five {
    width: 620px;
    color: #F2F2F2;
    line-height: 1.5
}

.about_p--five span {
    font-family: 'MullerBold', 'Arial', sans-serif
}

.about_p--five a:hover {
    text-decoration: underline
}

@media screen and (max-width:660px) {
    .about_p--five {
        width: 100%;
        font-size: 15px
    }
}

.about_p1 {
    margin-top: 40px
}

.about_p2 {
    margin-top: 25px
}

.about_p3 {
    margin-top: 35px
}

.about_opacity {
    background-color: rgba(52, 52, 54, 0.72);
    padding-left: 40px;
    position: relative;
    top: 10px;
    padding-bottom: 10px;
    left: -30px
}

.about_opacity--right {
    left: 0;
    top: -20px;
    padding: 0 45px 25px 0;
    z-index: 12
}

.about_img1 {
    width: 352px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.about_img2 {
    width: 275px;
    margin-left: 20px
}

@media screen and (max-width:660px) {
    .about_img2 .about_site:first-child {
        display: none
    }
}

@media screen and (max-width:660px) {
    .about_img2 .about_site:nth-child(2) {
        display: none
    }
}

@media screen and (max-width:660px) {
    .about_img2 img {
        width: 320px
    }
}

.about_img4 {
    position: relative
}

.about_img4 img {
    z-index: 10;
    position: relative;
    right: 25px
}

.about_img4:after {
    content: '';
    position: absolute;
    top: -25px;
    right: 0px;
    background-color: rgba(237, 190, 0, 0.61);
    width: 316px;
    height: 506px;
    z-index: 0
}

.about_three {
    -webkit-box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.23), 0px 0px 48px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.23), 0px 0px 48px rgba(0, 0, 0, 0.23);
    background-color: rgba(23, 23, 25, 0.94);
    padding: 35px 35px 25px 22px;
    position: relative;
    top: -35px;
    left: -55px
}

@media screen and (max-width:660px) {
    .about_three {
        width: 100%
    }
}

.about_frame {
    width: 560px;
    height: 382px;
    z-index: 111
}

.about_frame2 {
    height: 428px;
    width: 560px
}

@media screen and (max-width:660px) {
    .about_frame2 {
        width: 100%
    }
}

.about_man img {
    z-index: 11;
    position: relative
}

.about_man:after {
    content: 'partners';
    position: absolute;
    top: -40px;
    left: 105px;
    z-index: 0;
    text-transform: uppercase;
    font-size: 141px;
    color: rgba(255, 255, 255, 0.05);
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

.about_man:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 55px;
    z-index: 12;
    width: 32px;
    height: 128px;
    background-color: #ffcd00
}

.about_bottom {
    margin-top: 100px;
    height: 321px;
    background-color: #202021;
    padding: 65px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 11
}

@media screen and (max-width:660px) {
    .about_bottom {
        display: none
    }
}

.about_bottom--h3 {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 42px;
    text-transform: uppercase
}

.about_bottom--p {
    font-size: 19px;
    position: relative
}

.about_bottom--p:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -30px;
    background: url(../img/noun_arrow.png);
    width: 136px;
    height: 97px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
}

.about_bottom--btn {
    padding: 15px 20px
}

.footer {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #ededed;
    font-size: 16px;
    position: relative
}

@media screen and (max-width:991px) {
    .footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:660px) {
    .footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 50px
    }
}

.footer_col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0px;
    margin-right: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    height: 100vh;
    width: calc(25% - 0px);
    padding-left: 5px;
    height: auto;
    border: none
}

.footer_col:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.05)
}

.footer_col_inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0px;
    margin-right: 0px;
    width: calc(25% - 0px);
    height: 6700px;
    border-left: 1px solid rgba(255, 255, 255, 0.05)
}

.footer_col_inner:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.05)
}

@media screen and (max-width:991px) {
    .footer_col {
        width: calc(50% - 0px)
    }
}

@media screen and (max-width:660px) {
    .footer_col {
        width: calc(100% - 0px)
    }
}

@media screen and (max-width:660px) {
    .footer_col {
        margin-top: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none
    }
}

@media screen and (max-width:991px) {
    .footer_col:nth-child(n+2) {
        margin-top: 35px
    }
}

@media screen and (max-width:660px) {
    .footer_col:nth-child(n+2) {
        margin-top: 25px
    }
}

.footer_politic {
    display: block;
    margin-top: 25px;
    font-size: 15px;
    text-decoration: underline
}

@media screen and (max-width:660px) {
    .footer_politic {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 15px;
        text-align: center
    }
}

.footer_number {
    display: block
}

.footer_number:hover {
    text-decoration: underline
}

.footer_h4 {
    font-size: 20px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

.footer_h4--after1 {
    padding-left: 25px;
    position: relative
}

.footer_h4--after1:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/phones.svg) center / cover no-repeat;
    width: 15px;
    height: 15px
}

.footer_h4--after2 {
    padding-left: 25px;
    position: relative
}

.footer_h4--after2:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background: url(../img/location.svg) center / cover no-repeat;
    width: 15px;
    height: 18px
}

.footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:660px) {
    .footer_nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer_nav--a {
    margin-top: 10px
}

@media screen and (max-width:660px) {
    .footer_nav--a {
        text-align: center
    }
}

.footer_nav--a:hover {
    text-decoration: underline
}

.footer_p {
    line-height: 1.5
}

@media screen and (max-width:991px) {
    .footer_p {
        max-width: 280px
    }
}

@media screen and (max-width:660px) {
    .footer_p {
        text-align: center
    }
}

@media screen and (max-width:660px) {
    .footer_p--last {
        position: relative;
        top: 50px;
        font-size: 15px
    }
}

.footer .header_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer .header_p {
    margin: 20px 0 0
}

.footer .header_social {
    margin: 25px 0 0 -20px
}

.footer .header_btn {
    width: 13.4rem;
    height: 36px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 22px 0
}

@media screen and (max-width:660px) {
    .footer .header_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.m20 {
    margin-top: 18px
}

.last-btn {
    font-family: 'MullerBold', 'Arial', sans-serif;
    border-bottom: 1px solid #ffcd00
}

.last-btn:hover {
    text-decoration: none !important
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.center-site {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 11vh
}

@media screen and (max-width:660px) {
    .center-site {
        margin-top: 0;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 55%
    }
}

@media screen and (max-width:991px) {
    .center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width:660px) {
    .content .site-container {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        max-width: inherit
    }
}

.site .col_inner {
    border-left: 1px solid rgba(0, 0, 0, 0.08)
}

.site .col_inner:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.08)
}

.site-content {
    position: relative;
    z-index: 12;
    color: #4f4f4f
}

.site-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    padding: 0 4%;
    padding: 0 20px
}

@media screen and (max-width:660px) {
    .site-container {
        padding: 0 15px;
        overflow: hidden
    }
}

@media screen and (max-width:660px) {
    .site7 .site-container {
        overflow: inherit
    }
}

.form_center {
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    padding: 35px 25px 25px;
    position: relative
}

@media screen and (max-width:991px) {
    .form_center {
        display: none
    }
}

.form_center--aktiv {
    background: url(../img/aktiv2.png);
    width: 233px;
    height: 27px;
    color: #262626;
    font-size: 20px;
    margin: 0 0 10px 38px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

.form_center--aktiv p {
    position: relative;
    top: 3px;
    right: 15px
}

.form_center--input {
    display: block;
    padding: 0 15px;
    margin-top: 15px;
    width: 285px;
    height: 50px;
    border-bottom: 1px solid #CECECE
}

.form_center--input::-webkit-input-placeholder {
    color: #919191
}

.form_center--input:-ms-input-placeholder {
    color: #919191
}

.form_center--input::-ms-input-placeholder {
    color: #919191
}

.form_center--input::placeholder {
    color: #919191
}

.form_center--h3 {
    color: #262626;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    max-width: 284px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

.form_center--h3__reklama {
    text-transform: none;
    font-size: 22px
}

.form_center--p {
    display: block;
    margin-top: 12px;
    color: #919191;
    font-size: 16px;
    max-width: 284px
}

.form_center--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form_center--btn {
    font-family: 'MullerBold', 'Arial', sans-serif;
    margin-top: 20px;
    cursor: pointer;
    width: 285px;
    height: 50px;
    line-height: 50px;
    background-color: #ffcd00;
    border-radius: 3px;
    color: #1c1c23;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.form_center--btn:hover {
    background-color: #f7cf3b
}

.form_mob {
    margin-top: 5vh;
    color: #fff;
    display: none
}

@media screen and (max-width:991px) {
    .form_mob {
        display: block
    }
}

@media screen and (max-width:660px) {
    .form_mob {
        margin-top: 30px
    }
}

.form_mob--p {
    font-size: 17px;
    max-width: 280px
}

.form_mob--a {
    display: inline-block;
    margin-top: 20px;
    padding: 11px 40px 11px 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #F6D700;
    background-color: #F6D700;
    border-radius: 33px;
    text-align: left;
    position: relative;
    font-family: 'MullerBold', 'Arial', sans-serif;
    color: #2E2E2E;
    font-size: 14px;
    text-transform: uppercase
}

.form_mob--a:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    width: 31px;
    height: 31px;
    background-color: #fff;
    border-radius: 33px
}

.form_mob--a:before {
    content: '';
    position: absolute;
    top: 11.5px;
    right: 9px;
    background: url(../img/arrow-left.png);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 18px;
    height: 13px;
    z-index: 1
}

.site1 {
    margin-top: 80px;
    overflow: hidden
}

@media screen and (max-width:660px) {
    .site1 {
        margin-top: 50px
    }
}

.site1_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:660px) {
    .site1_text {
        margin-top: -70px
    }
}

.site1_text--span {
    color: #7A7B82;
    font-family: 'MullerMedium', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site1_text--span {
        display: none
    }
}

.site1_text--h3 {
    margin-top: 10px;
    color: #262626;
    font-size: 37px;
    text-transform: uppercase;
    max-width: 470px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    position: relative;
    padding-bottom: 25px
}

@media screen and (max-width:991px) {
    .site1_text--h3 {
        font-size: 32px;
        width: 100%
    }
}

@media screen and (max-width:660px) {
    .site1_text--h3 {
        font-size: 24px;
        text-align: left;
        margin-top: 0
    }
}

.site1_text--h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: #ffcd00
}

.site1_text--h3 span {
    position: relative;
    z-index: 10
}

.site1_text--h3 span:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    background-color: #FCF1A9;
    width: 100%;
    height: 12px;
    z-index: -1
}

.site1_text--p {
    margin-top: 30px;
    max-width: 470px;
    font-size: 17px;
    line-height: 1.5;
    font-family: 'MullerMedium', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site1_text--p {
        margin-top: 10px;
        font-size: 15px
    }
}

.site1_text--li {
    font-family: 'MullerBold', 'Arial', sans-serif;
    margin-top: 40px;
    font-size: 18px;
    color: #212121;
    padding-left: 35px;
    position: relative
}

@media screen and (max-width:660px) {
    .site1_text--li {
        font-size: 16px;
        margin-top: 20px
    }
}

.site1_text--li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 5px solid #ffcd00
}

.site1_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 600px;
    overflow: hidden;
    padding-left: 90px
}

@media screen and (max-width:660px) {
    .site1_right {
        padding-top: 80px
    }
}

.site1_right:after {
    content: '01';
    position: absolute;
    top: -65px;
    right: -20px;
    color: rgba(22, 22, 22, 0.05);
    font-size: 125px;
    z-index: -1;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

.site1_slider {
    width: 510px;
    top: -80px;
    left: -70px
}

@media screen and (max-width:660px) {
    .site1_slider {
        top: -100px;
        left: 0px;
        width: 280px;
        height: 100px
    }
}

.site1_slider .slick-list {
    overflow: inherit
}

.site1_slider .slick-next {
    z-index: 100;
    background: url(../img/arrow-slider.png) no-repeat;
    width: 30px;
    height: 30px;
    top: 110px;
    left: 360px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:660px) {
    .site1_slider .slick-next {
        top: 130px;
        left: 45px
    }
}

.site1_slider .slick-next:before {
    display: none
}

.site1_slider .slick-next:hover {
    background: url(../img/arrow-slider.png) no-repeat;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22)
}

.site1_slider .slick-prev {
    z-index: 100;
    left: -10px;
    background: url(../img/arrow-slider.png) no-repeat;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 95px;
    left: 320px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:660px) {
    .site1_slider .slick-prev {
        top: 115px;
        left: 0px
    }
}

.site1_slider .slick-prev:before {
    display: none
}

.site1_slider .slick-prev:hover {
    background: url(../img/arrow-slider.png) no-repeat;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22)
}

.site1_slider .slick-next:focus {
    background: url(../img/arrow-slider.png) no-repeat;
    width: 30px;
    height: 30px;
    z-index: 100
}

.site1_slider .slick-prev:focus {
    background: url(../img/arrow-slider.png) no-repeat;
    width: 30px;
    height: 30px;
    z-index: 100
}

.site1_slider .slick-dots {
    width: auto;
    top: 97px;
    left: 450px
}

@media screen and (max-width:660px) {
    .site1_slider .slick-dots {
        left: 180px;
        top: 117px
    }
}

.site1_slider .slick-dots li {
    margin: 0
}

.site1_slider .slick-dots li button {
    width: 11px;
    height: 11px;
    border: 1px solid #A8A8A8;
    background-color: transparent;
    border-radius: 100%;
    position: relative
}

.site1_slider .slick-dots li button:before {
    display: none
}

.site1_slider .slick-dots li button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #A8A8A8;
    width: 7px;
    height: 7px;
    border-radius: 100%
}

.site1_slider .slick-dots li.slick-active button {
    border: 1px solid #F6D700
}

.site1_slider .slick-dots li.slick-active button:after {
    background-color: #F6D700
}

@media screen and (max-width:660px) {
    .site1_slider--img {
        max-width: 360px;
        width: 100%
    }
}

.site1_slider--content {
    width: 295px;
    background-color: #F5D400;
    color: #212121;
    padding: 45px 25px 35px 25px;
    position: relative;
    height: 125px
}

@media screen and (max-width:660px) {
    .site1_slider--content {
        width: 280px;
        height: 100px;
        padding: 32px 15px 25px 17px
    }
}

.site1_slider--content:after {
    content: 'WEB PR';
    position: absolute;
    top: -20px;
    right: 35px;
    color: rgba(22, 22, 22, 0.11);
    font-size: 42px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

.site1_slider--number {
    font-size: 80px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    position: absolute;
    left: -15px;
    top: -40px
}

@media screen and (max-width:660px) {
    .site1_slider--number {
        font-size: 64px
    }
}

.site1_slider--p1 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site1_slider--p1 {
        font-size: 15px
    }
}

.site1_slider--p2 {
    margin-top: 8px;
    font-size: 14px
}

@media screen and (max-width:660px) {
    .site1_slider--p2 {
        font-size: 14px
    }
}

.site2 {
    margin-top: -50px;
    padding: 45px 0 60px;
    background-color: #FAFAFA;
    position: relative
}

@media screen and (max-width:660px) {
    .site2 {
        padding-bottom: 10px
    }
}

.site2_row {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:991px) {
    .site2_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.site2_img {
    position: relative;
    background: url(../img/site2.jpg) center / cover no-repeat;
    width: 486px;
    height: 576px
}

@media screen and (max-width:660px) {
    .site2_img {
        background: url(../img/site2-mob.jpg) center / cover no-repeat;
        width: 100%;
        height: 220px
    }
}

.site2_img--span {
    color: rgba(244, 244, 247, 0.14);
    text-transform: uppercase;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 61px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

.site2 .ui-tabs {
    position: relative;
    width: 680px
}

@media screen and (max-width:991px) {
    .site2 .ui-tabs {
        width: 100%
    }
}

.site2 .ui-tabs-nav {
    position: absolute;
    left: -170px;
    top: 300px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:991px) {
    .site2 .ui-tabs-nav {
        top: auto;
        bottom: 100%;
        left: 70%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media screen and (max-width:660px) {
    .site2 .ui-tabs-nav {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.site2 .ui-tabs-tab.ui-tabs-active a {
    background-color: #F6D700;
    -webkit-box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.18);
    color: #000
}

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

    .site2 .ui-tabs-tab:first-child a,
    .site2 .ui-tabs-tab:nth-child(3) a {
        width: 190px
    }
}

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

    .site2 .ui-tabs-tab:nth-child(2) a,
    .site2 .ui-tabs-tab:nth-child(4) a {
        width: 160px
    }
}

.site2 .ui-tabs-tab a {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: #7A7A7A;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 0px;
    width: 202px;
    display: block;
    text-align: left;
    -webkit-box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.22);
    padding: 20px 40px 20px 25px;
    position: relative
}

@media screen and (max-width:660px) {
    .site2 .ui-tabs-tab a {
        font-size: 15px;
        height: 70px
    }
}

.site2 .ui-tabs-tab a sup {
    font-size: 12px;
    font-family: 'MullerBold', 'Arial', sans-serif;
    position: absolute;
    top: 8px;
    right: 10px
}

.site2 .ui-next,
.site2 .ui-prev {
    position: absolute;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 12;
    display: none
}

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

    .site2 .ui-next,
    .site2 .ui-prev {
        display: none
    }
}

.site2 .ui-prev {
    padding: 15px 70px 15px 40px;
    font-size: 17px;
    color: #fff;
    background-color: rgba(38, 38, 38, 0.52);
    top: 50%;
    left: -80px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: 1;
    font-family: 'MullerBold', 'Arial', sans-serif
}

.site2 .ui-prev:hover {
    background-color: #262626
}

.site2 .ui-prev:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 30px;
    background: url(../img/arrow-prev3.png);
    width: 20px;
    height: 18px
}

.site2 .ui-next {
    padding: 15px 40px 15px 20px;
    font-size: 17px;
    color: #000;
    background-color: rgba(246, 215, 0, 0.54);
    bottom: -20px;
    right: -30px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

.site2 .ui-next:hover {
    background-color: #f6d700
}

.site2 .ui-next:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    background: url(../img/arrow-next3.png);
    width: 20px;
    height: 18px
}

.site2 .tab-content {
    padding: 45px 25px 35px 110px
}

@media screen and (max-width:991px) {
    .site2 .tab-content {
        padding: 35px;
        margin-top: 50px
    }
}

@media screen and (max-width:660px) {
    .site2 .tab-content {
        padding: 0 0 30px
    }
}

.site2 .tab-content:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 310px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: rgba(0, 0, 0, 0.04)
}

.site2 .tab-content1:after {
    content: '01'
}

.site2 .tab-content2:after {
    content: '02'
}

.site2 .tab-content3:after {
    content: '03'
}

.site2 .tab-content4:after {
    content: '04'
}

.site2 .tab-content--h3 {
    font-size: 37px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: #262626
}

@media screen and (max-width:660px) {
    .site2 .tab-content--h3 {
        font-size: 25px;
        text-align: center
    }
}

.site2 .tab-content--desc {
    margin-top: 10px;
    color: #000;
    font-size: 18px
}

@media screen and (max-width:660px) {
    .site2 .tab-content--desc {
        font-size: 16px;
        text-align: center
    }
}

.site2 .tab-content--li {
    margin-top: 25px;
    position: relative;
    padding-left: 35px
}

@media screen and (max-width:660px) {
    .site2 .tab-content--li {
        margin-top: 20px
    }
}

.site2 .tab-content--li:first-child {
    margin-top: 50px
}

@media screen and (max-width:660px) {
    .site2 .tab-content--li:first-child {
        margin-top: 25px
    }
}

.site2 .tab-content--li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 5px solid #ffcd00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.site2 .tab-content--h4 {
    font-family: 'MullerBold', 'Arial', sans-serif;
    color: #1E1E1F;
    font-size: 18px
}

@media screen and (max-width:660px) {
    .site2 .tab-content--h4 {
        font-size: 16px
    }
}

.site2 .tab-content--h4__two {
    margin-top: 40px
}

@media screen and (max-width:660px) {
    .site2 .tab-content--h4__two {
        margin-top: 25px
    }
}

.site2 .tab-content--p {
    margin-top: 8px;
    color: #333336;
    max-width: 480px
}

@media screen and (max-width:660px) {
    .site2 .tab-content--p {
        font-size: 14px
    }
}

.site2 .tab-content--bottom {
    margin-left: -15px
}

.site2 .tab-content--span {
    margin: 8px 0 0 15px;
    display: inline-block;
    color: #333336;
    padding-left: 25px;
    position: relative
}

.site2 .tab-content--span:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #ffcd00
}

.site3 {
    margin-top: 70px
}

@media screen and (max-width:660px) {
    .site3 {
        margin-top: 50px
    }
}

.site3_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.site3_top--left {
    width: 180px;
    height: 433px;
    background-color: #FAE875
}

@media screen and (max-width:660px) {
    .site3_top--left {
        background-color: #F7F7F7
    }
}

.site3_top--left span {
    font-size: 218px;
    position: relative;
    color: #fff;
    left: -60px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site3_top--left span {
        font-size: 131px;
        left: 15px
    }
}

.site3_top--right {
    margin-left: 135px;
    width: 100%
}

@media screen and (max-width:991px) {
    .site3_top--right {
        margin-left: 50px
    }
}

@media screen and (max-width:660px) {
    .site3_top--right {
        margin-left: -150px;
        margin-top: 50px;
        z-index: 1
    }
}

.site3_top--span {
    color: #F5D400;
    font-family: 'MullerMedium', 'Arial', sans-serif
}

.site3_top--h3 {
    margin-top: 12px;
    color: #262626;
    font-size: 37px;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site3_top--h3 {
        font-size: 27px
    }
}

.site3_top--p {
    margin-top: 45px;
    max-width: 640px;
    font-size: 17px;
    line-height: 1.5;
    font-family: 'MullerMedium', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site3_top--p {
        font-size: 16px;
        margin-top: 25px;
        max-width: 300px
    }
}

.site3_top--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.site3_top--a {
    font-family: 'MullerBold', 'Arial', sans-serif;
    font-size: 18px;
    position: relative;
    top: 17px;
    right: 30px;
    border-bottom: 1px solid #ffcd00
}

@media screen and (max-width:660px) {
    .site3_top--a {
        display: none
    }
}

.site3_top--a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.site3_top--a:hover:before {
    right: -35px
}

.site3_top--a:before {
    content: "";
    position: absolute;
    top: 3px;
    right: -25px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 18px;
    height: 13px;
    z-index: 1;
    background: url(../img/arrow-left.png);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.site3_top--a:after {
    display: block;
    content: "";
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border-bottom: 2px solid #ffcd00;
    transition: transform 650ms ease-in-out 0s, -webkit-transform 650ms ease-in-out 0s
}

.site3_slider {
    margin-top: -105px;
    padding-left: 10%;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .site3_slider {
        margin-top: 0
    }
}

@media screen and (max-width:660px) {
    .site3_slider {
        margin-top: 20px;
        padding: 0 15px 20px
    }
}

.site3_slider .slick-next {
    z-index: 100;
    background: url(../img/arrow-slider.png) center / cover no-repeat;
    width: 36px;
    height: 36px;
    bottom: 0px;
    top: auto;
    left: 14%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:991px) {
    .site3_slider .slick-next {
        left: 4%
    }
}

@media screen and (max-width:660px) {
    .site3_slider .slick-next {
        bottom: 0px;
        left: 75px
    }
}

.site3_slider .slick-next:before {
    display: none
}

.site3_slider .slick-next:hover {
    background: url(../img/arrow-slider.png) center / cover no-repeat;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22)
}

.site3_slider .slick-prev {
    z-index: 100;
    background: url(../img/arrow-slider.png) center / cover no-repeat;
    width: 36px;
    height: 36px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 18px;
    top: auto;
    left: 10%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:991px) {
    .site3_slider .slick-prev {
        left: 4%
    }
}

@media screen and (max-width:660px) {
    .site3_slider .slick-prev {
        bottom: 18px;
        left: 20px
    }
}

.site3_slider .slick-prev:before {
    display: none
}

.site3_slider .slick-prev:hover {
    background: url(../img/arrow-slider.png) center / cover no-repeat;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22)
}

.site3_slider .slick-next:focus {
    background: url(../img/arrow-slider.png) center / cover no-repeat;
    width: 36px;
    height: 36px;
    z-index: 100
}

.site3_slider .slick-prev:focus {
    background: url(../img/arrow-slider.png) center / cover no-repeat;
    width: 36px;
    height: 36px;
    z-index: 100
}

.site3_slider .slick-dots {
    width: auto;
    top: auto;
    left: 25%;
    bottom: 18px
}

@media screen and (max-width:660px) {
    .site3_slider .slick-dots {
        left: 150px
    }
}

.site3_slider .slick-dots li {
    margin: 0
}

.site3_slider .slick-dots li button {
    width: 11px;
    height: 11px;
    border: 1px solid #A8A8A8;
    background-color: transparent;
    border-radius: 100%;
    position: relative
}

.site3_slider .slick-dots li button:before {
    display: none
}

.site3_slider .slick-dots li button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #A8A8A8;
    width: 7px;
    height: 7px;
    border-radius: 100%
}

.site3_slider .slick-dots li.slick-active button {
    border: 1px solid #F6D700
}

.site3_slider .slick-dots li.slick-active button:after {
    background-color: #F6D700
}

.site3_slider .slick-slide {
    margin-left: 20px;
    cursor: pointer
}

@media screen and (max-width:660px) {
    .site3_slider .slick-slide {
        margin-left: 0
    }
}

.site3_slider .slick-list {
    padding-bottom: 80px
}

@media screen and (max-width:660px) {
    .site3_slider .slick-list {
        padding-bottom: 60px
    }
}

.site3_slider .slick-current .site3_item1 {
    background: url(../img/site31.jpg) center / cover no-repeat
}

.site3_slider .slick-current .site3_item2 {
    background: url(../img/site32.jpg) center / cover no-repeat
}

.site3_slider .slick-current .site3_item3 {
    background: url(../img/site33.jpg) center / cover no-repeat
}

.site3_slider .slick-current .site3_item4 {
    background: url(../img/site34.jpg) center / cover no-repeat
}

.site3_slider .slick-current .site3_item--content {
    color: #fff
}

.site3_slider .slick-current .site3_item--numb {
    color: #fff
}

.site3_item {
    width: 489px;
    height: 295px;
    background-color: #FAFAFA;
    position: relative
}

@media screen and (max-width:660px) {
    .site3_item1 {
        background: url(../img/site31.jpg) center / cover no-repeat
    }
}

@media screen and (max-width:660px) {
    .site3_item2 {
        background: url(../img/site32.jpg) center / cover no-repeat
    }
}

@media screen and (max-width:660px) {
    .site3_item3 {
        background: url(../img/site33.jpg) center / cover no-repeat
    }
}

.site3_item--content {
    position: absolute;
    top: 50px;
    left: 40px;
    color: #000
}

@media screen and (max-width:660px) {
    .site3_item--content {
        left: 15px;
        color: #fff
    }
}

.site3_item--numb {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 19px;
    color: #F6D700
}

.site3_item--h3 {
    margin-top: 70px;
    font-family: 'MullerBold', 'Arial', sans-serif;
    font-size: 26px
}

.site3_item--p {
    margin-top: 14px;
    max-width: 404px;
    font-size: 18px
}

@media screen and (max-width:660px) {
    .site3_item--p {
        max-width: 70%;
        font-size: 15px
    }
}

.site4 {
    margin-top: 105px
}

.site4 .site4_top--h2:after {
    display: none
}

@media screen and (max-width:660px) {
    .site4 {
        margin-top: 55px
    }
}

.site4_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:660px) {
    .site4_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.site4_top--h2 {
    color: #1E1E1F;
    font-size: 42px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    position: relative
}

@media screen and (max-width:660px) {
    .site4_top--h2 {
        text-align: center;
        font-size: 27px;
        line-height: 1.5
    }
}

.site4_top--h2:after {
    content: '';
    position: absolute;
    display: inline-block;
    position: relative;
    bottom: 15px;
    left: 40px;
    width: 315px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08)
}

.site4_top--span {
    font-size: 18px;
    text-align: center;
    color: #8C8C8C;
    position: relative;
    text-transform: uppercase;
    top: 16px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

@media screen and (max-width:991px) {
    .site4_top--span {
        display: none
    }
}

.site4_top--span:after {
    content: '04';
    position: absolute;
    top: -45px;
    left: -70px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: rgba(0, 0, 0, 0.04);
    font-size: 108px
}

.site4_top--desc {
    margin-top: 15px;
    font-size: 18px
}

@media screen and (max-width:660px) {
    .site4_top--desc {
        margin-top: 10px;
        padding: 0 15px
    }
}

@media screen and (max-width:660px) {
    .site4_top--desc br {
        display: none
    }
}

.site4_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px
}

@media screen and (max-width:660px) {
    .site4_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px
    }
}

.site4_item {
    width: 610px;
    height: 280px;
    position: relative;
    margin-top: 10px
}

@media screen and (max-width:660px) {
    .site4_item {
        margin-top: 20px;
        width: 100%
    }
}

.site4_item:first-child {
    background: url(../img/s41.jpg) center / cover no-repeat
}

.site4_item:nth-child(2) {
    background: url(../img/s42.jpg) center / cover no-repeat
}

.site4_item:nth-child(3) {
    background: url(../img/s43.jpg) center / cover no-repeat
}

.site4_item:nth-child(4) {
    background: url(../img/s44.jpg) center / cover no-repeat
}

.site4_item:hover .site4_item--content {
    opacity: 1
}

.site4_item:hover .site4_new {
    opacity: 0
}

@media screen and (max-width:660px) {
    .site4_item:hover .site4_new {
        opacity: 1
    }
}

.site4_item--content {
    background-color: rgba(0, 0, 0, 0.73);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0 25px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all
}

@media screen and (max-width:660px) {
    .site4_item--content {
        display: none
    }
}

.site4_item--content img {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.site4_item--h3 {
    margin-top: 25px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

.site4_item--desc {
    margin-top: 12px;
    font-size: 15px;
    max-width: 450px
}

.site4_item--a {
    margin-top: 25px;
    position: relative;
    padding-left: 55px
}

.site4_item--a:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../img/arrow-site4.png);
    width: 30px;
    height: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.site4_item--line {
    margin-top: 18px;
    height: 1px;
    width: 90%;
    background-color: #fff
}

.site4_new {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    z-index: 1
}

.site4_new__four {
    color: #212121
}

.site4_new--title {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 21px
}

.site4_new--p {
    font-size: 14px;
    margin-top: 15px
}

.site4_new--li {
    margin-top: 10px;
    position: relative;
    padding-left: 15px;
    display: inline-block
}

.site4_new--li:first-child {
    margin-top: 20px
}

.site4_new--li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #EFEFEF;
    border-radius: 100%
}

.site4_new--li p {
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(239, 239, 239, 0.23);
    border-radius: 30px;
    font-size: 13px;
    color: #fff
}

.site4_new--li__four:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.3)
}

.site4_new--li__four p {
    background-color: rgba(0, 0, 0, 0.3)
}

.site5 {
    margin-top: 105px;
    padding: 50px 0;
    background-color: #FAFAFA
}

@media screen and (max-width:660px) {
    .site5 {
        margin-top: 55px
    }
}

.site5_top--span {
    font-size: 18px;
    text-align: center;
    color: #8C8C8C;
    position: relative;
    text-transform: uppercase;
    top: 16px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

@media screen and (max-width:991px) {
    .site5_top--span {
        display: none
    }
}

.site5_top--span:after {
    content: '05';
    position: absolute;
    top: -45px;
    left: -20px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: rgba(0, 0, 0, 0.04);
    font-size: 108px
}

.site5_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px
}

@media screen and (max-width:660px) {
    .site5_row {
        margin-top: 0
    }
}

.site5_item {
    padding: 30px 12px 35px 24px;
    -webkit-box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.06), 0px 0px 22px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.06), 0px 0px 22px rgba(0, 0, 0, 0.06);
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:660px) {
    .site5_item {
        width: 100%;
        margin: 20px 0
    }
}

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

.site5_item--span {
    color: rgba(0, 0, 0, 0.04);
    font-size: 23px;
    position: relative;
    text-transform: lowercase;
    left: -10px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

.site5_item--h3 {
    margin-top: 20px;
    font-size: 18px;
    color: #1E1E1F;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site5_item--h3 br {
        display: none
    }
}

.site5_item--p {
    margin-top: 22px;
    max-width: 235px;
    color: #333336;
    font-size: 16px
}

@media screen and (max-width:660px) {
    .site5_item--p {
        max-width: inherit;
        width: 100%
    }
}

.site5_item--btn {
    margin-top: 30px;
    display: inline-block;
    padding: 11px 42px 11px 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #F6D700;
    background-color: #F6D700;
    border-radius: 33px;
    text-align: left;
    position: relative;
    font-family: 'MullerBold', 'Arial', sans-serif;
    color: #2E2E2E;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.site5_item--btn:hover {
    padding-right: 50px
}

.site5_item--btn:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    width: 31px;
    height: 31px;
    background-color: #fff;
    border-radius: 33px
}

.site5_item--btn:before {
    content: '';
    position: absolute;
    top: 11.5px;
    right: 9px;
    background: url(../img/arrow-left.png);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 18px;
    height: 13px;
    z-index: 1
}

.site6 {
    margin-top: 55px;
    background: url(../img/site6.jpg) 750px 0 no-repeat;
    min-height: 562px
}

@media screen and (max-width:991px) {
    .site6 {
        background: none
    }
}

@media screen and (max-width:660px) {
    .site6 {
        margin-top: 25px
    }
}

.site6_mob {
    display: none
}

@media screen and (max-width:991px) {
    .site6_mob {
        display: block;
        margin: 35px auto 15px
    }
}

.site6_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 65%
}

@media screen and (max-width:991px) {
    .site6_row {
        width: 100%
    }
}

.site6_item {
    width: 50%;
    margin-top: 60px
}

@media screen and (max-width:660px) {
    .site6_item {
        margin-top: 30px
    }
}

.site6_item--span {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 18px;
    color: #F5D400;
    position: relative;
    padding-left: 30px
}

.site6_item--span:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #F5D400;
    width: 21px;
    height: 4px
}

.site6_item--h3 {
    margin-top: 18px;
    font-size: 18px;
    color: #1E1E1F;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site6_item--h3 {
        font-size: 16px
    }
}

.site6_item--p {
    margin-top: 10px;
    font-size: 17px;
    color: #333336;
    max-width: 280px
}

@media screen and (max-width:660px) {
    .site6_item--p {
        font-size: 15px;
        max-width: 150px
    }
}

.site6_h2 {
    padding-top: 30px;
    font-size: 42px;
    color: #1E1E1F;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    max-width: 500px
}

@media screen and (max-width:660px) {
    .site6_h2 {
        text-align: center;
        font-size: 27px;
        line-height: 1.5
    }
}

.site7 {
    margin-top: 155px
}

@media screen and (max-width:660px) {
    .site7 {
        margin-top: 55px
    }
}

.site7_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site7_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media screen and (max-width:660px) {
    .site7_img {
        padding-top: 230px
    }
}

.site7_left {
    background-color: #fae875;
    height: 184px;
    width: 316px;
    position: absolute;
    top: 0;
    left: -65px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: -1
}

@media screen and (max-width:660px) {
    .site7_left {
        background-color: #f7f7f7;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        height: 250px;
        width: 200px
    }
}

.site7_left--figure {
    margin: 0;
    position: relative;
    z-index: 1;
    left: 90px;
    bottom: 30px
}

.site7_left--text {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    min-height: 90px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), color-stop(50%, rgba(20, 20, 20, 0.86)));
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0), rgba(20, 20, 20, 0.86) 50%);
    background: -o-linear-gradient(top, rgba(17, 17, 17, 0), rgba(20, 20, 20, 0.86) 50%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0), rgba(20, 20, 20, 0.86) 50%);
    color: #fff;
    padding: 15px 0 10px 20px
}

.site7_left--h4 {
    font-size: 19px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

.site7_left--p {
    font-size: 17px;
    margin-top: 12px
}

.site7_left--number {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 108px;
    color: #fff;
    text-align: center;
    padding-left: 110px;
    line-height: 184px
}

@media screen and (max-width:660px) {
    .site7_left--number {
        padding-left: 50px
    }
}

.site7_right {
    margin-left: 193px
}

.site7_right--h2 {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: #262626;
    font-size: 37px;
    text-transform: uppercase
}

@media screen and (max-width:660px) {
    .site7_right--h2 {
        font-size: 27px;
        width: auto;
        text-align: left;
        margin-left: -30px;
        margin-top: 110px
    }
}

.site7_right--h2 span {
    position: relative;
    z-index: 10
}

.site7_right--h2 span:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    background-color: #FCF1A9;
    width: 100%;
    height: 12px;
    z-index: -1
}

@media screen and (max-width:660px) {
    .site7_right--h2 span:after {
        display: none
    }
}

.site7_right--p {
    color: #4F4F4F;
    font-size: 18px;
    margin-top: 20px;
    max-width: 520px
}

@media screen and (max-width:991px) {
    .site7_right--p {
        font-size: 16px
    }
}

@media screen and (max-width:660px) {
    .site7_right--p {
        margin-top: 0
    }
}

.site7_right--row {
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site7_right--item {
    text-align: center
}

.site7_right--fact {
    color: #212121;
    font-size: 59px
}

@media screen and (max-width:991px) {
    .site7_right--fact {
        font-size: 52px
    }
}

.site7_right--desc {
    color: #575757;
    margin-top: 16px;
    max-width: 180px
}

.site7_right--bottom {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site7_right--btn {
    display: inline-block;
    padding: 11px 42px 11px 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #F6D700;
    background-color: #F6D700;
    border-radius: 33px;
    text-align: left;
    position: relative;
    font-family: 'MullerBold', 'Arial', sans-serif;
    color: #2E2E2E;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.site7_right--btn:hover {
    padding-right: 50px
}

.site7_right--btn:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    width: 31px;
    height: 31px;
    background-color: #fff;
    border-radius: 33px
}

.site7_right--btn:before {
    content: '';
    position: absolute;
    top: 11.5px;
    right: 9px;
    background: url(../img/arrow-left.png);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 18px;
    height: 13px;
    z-index: 1
}

.site7_right--a {
    margin-left: 35px;
    color: #212121;
    font-size: 17px;
    border-bottom: 1px solid #ffcd00
}

.site8 {
    margin-top: 75px;
    padding: 45px 0 280px;
    background-color: #FAFAFA
}

@media screen and (max-width:660px) {
    .site8 {
        display: none
    }
}

.site8_top--span {
    font-size: 18px;
    text-align: center;
    color: #8C8C8C;
    position: relative;
    text-transform: uppercase;
    top: 16px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

@media screen and (max-width:991px) {
    .site8_top--span {
        display: none
    }
}

.site8_top--span:after {
    content: '08';
    position: absolute;
    top: -45px;
    left: -20px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: rgba(0, 0, 0, 0.04);
    font-size: 108px
}

.site8_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px
}

.site8_item {
    width: 275px;
    height: 174px;
    margin-top: 33px;
    padding: 25px 0 0 17px;
    background-color: #fff;
    z-index: 0
}

.site8_item:hover .site8_span:before {
    left: 85px
}

.site8_span {
    padding-left: 20px;
    position: relative;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 31px;
    color: #3D3D3D;
    z-index: 10
}

.site8_span:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 0px;
    background-color: #F5D400;
    width: 48px;
    height: 48px;
    z-index: -1
}

.site8_span:before {
    content: '';
    position: absolute;
    left: 75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/arrow-yellow.png);
    width: 85px;
    height: 15px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.site8_span__last:before {
    display: none
}

.site8_h3 {
    font-family: 'MullerBold', 'Arial', sans-serif;
    margin-top: 25px;
    font-size: 18px;
    color: #363636
}

.site8_p {
    margin-top: 7px;
    color: #363636;
    max-width: 240px
}

.site9 {
    margin-top: 105px;
    position: relative
}

@media screen and (max-width:660px) {
    .site9 {
        margin-top: 55px
    }
}

.site9_top--span {
    font-size: 18px;
    text-align: center;
    color: #8C8C8C;
    position: relative;
    text-transform: uppercase;
    top: 16px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

@media screen and (max-width:991px) {
    .site9_top--span {
        display: none
    }
}

.site9_top--span:after {
    content: '09';
    position: absolute;
    top: -45px;
    left: 0px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: rgba(0, 0, 0, 0.04);
    font-size: 108px
}

.site9_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px
}

@media screen and (max-width:991px) {
    .site9_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:660px) {
    .site9_row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 35px
    }
}

.site9_left {
    width: 675px;
    height: 433px;
    position: relative
}

@media screen and (max-width:991px) {
    .site9_left {
        width: 100%;
        height: 300px;
        max-width: 600px
    }
}

@media screen and (max-width:660px) {
    .site9_left {
        height: 220px;
        display: none
    }
}

.site9_left--mob {
    display: none
}

@media screen and (max-width:660px) {
    .site9_left--mob {
        display: block;
        margin-top: 35px
    }
}

.site9_left:after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    background-color: #F5D762;
    width: 97px;
    height: 205px;
    z-index: -1
}

.site9_right {
    margin-right: 30px;
    position: relative
}

@media screen and (max-width:991px) {
    .site9_right {
        height: 50%;
        margin: 25px 0 0
    }
}

.site9_right:after {
    content: '';
    position: absolute;
    top: 161px;
    right: -30px;
    background-color: #F5D762;
    width: 97px;
    height: 205px;
    z-index: -1
}

@media screen and (max-width:991px) {
    .site9_right:after {
        display: none
    }
}

.site9_span {
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 103px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.04)
}

.site9_row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 15px;
    margin-top: 60px
}

@media screen and (max-width:660px) {
    .site9_row2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.site9_item {
    position: relative
}

@media screen and (max-width:991px) {
    .site9_item {
        display: none
    }
}

@media screen and (max-width:991px) {
    .site9_item:first-child {
        display: block
    }
}

@media screen and (max-width:991px) {
    .site9_item:nth-child(2) {
        display: block
    }
}

@media screen and (max-width:660px) {
    .site9_item:nth-child(2) {
        display: none
    }
}

.site9_item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #F5D762;
    width: 97px;
    height: 205px;
    z-index: -1
}

@media screen and (max-width:660px) {
    .site9_slider {
        padding-bottom: 70px;
        display: none
    }
}

.site9_slider .slick-next {
    z-index: 100;
    background: url(../img/arrow-slider.png) no-repeat;
    width: 30px;
    height: 30px;
    bottom: -15px;
    top: auto;
    left: 40px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.site9_slider .slick-next:before {
    display: none
}

.site9_slider .slick-next:hover {
    background: url(../img/arrow-slider.png) no-repeat;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22)
}

.site9_slider .slick-prev {
    z-index: 100;
    left: -10px;
    background: url(../img/arrow-slider.png) no-repeat;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0px;
    top: auto;
    left: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.site9_slider .slick-prev:before {
    display: none
}

.site9_slider .slick-prev:hover {
    background: url(../img/arrow-slider.png) no-repeat;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22)
}

.site9_slider .slick-next:focus {
    background: url(../img/arrow-slider.png) no-repeat;
    width: 30px;
    height: 30px;
    z-index: 100
}

.site9_slider .slick-prev:focus {
    background: url(../img/arrow-slider.png) no-repeat;
    width: 30px;
    height: 30px;
    z-index: 100
}

.site9_slider .slick-dots {
    width: auto;
    top: auto;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.site9_slider .slick-dots li {
    margin: 0
}

.site9_slider .slick-dots li button {
    width: 11px;
    height: 11px;
    border: 1px solid #A8A8A8;
    background-color: transparent;
    border-radius: 100%;
    position: relative
}

.site9_slider .slick-dots li button:before {
    display: none
}

.site9_slider .slick-dots li button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #A8A8A8;
    width: 7px;
    height: 7px;
    border-radius: 100%
}

.site9_slider .slick-dots li.slick-active button {
    border: 1px solid #F6D700
}

.site9_slider .slick-dots li.slick-active button:after {
    background-color: #F6D700
}

.site10 {
    margin-top: 75px;
    padding: 45px 0;
    background-color: #fafafa
}

@media screen and (max-width:660px) {
    .site10 {
        margin-top: 50px
    }
}

.site10_top--span {
    font-size: 18px;
    text-align: center;
    color: #8C8C8C;
    position: relative;
    text-transform: uppercase;
    top: 16px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

@media screen and (max-width:991px) {
    .site10_top--span {
        display: none
    }
}

.site10_top--span:after {
    content: '10';
    position: absolute;
    top: -45px;
    left: -20px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: rgba(0, 0, 0, 0.04);
    font-size: 108px
}

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

@media screen and (max-width:660px) {
    .site10_row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.site10_img {
    margin: 55px 30px 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:660px) {
    .site10_img {
        margin: 15px;
        width: 30%
    }
}

.site10_img:nth-child(12) {
    width: 80px
}

.site10_img:nth-child(9) {
    width: 90px
}

.site10_img:hover {
    -webkit-filter: none;
    filter: none
}

.site10_img p {
    font-family: 'MullerBold', 'Arial', sans-serif;
    font-size: 18px;
    color: #636363
}

.site11 {
    margin-top: 110px
}

@media screen and (max-width:660px) {
    .site11 {
        margin-top: 50px
    }
}

@media screen and (max-width:991px) {
    .site11_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 450px
    }
}

.site11_top--left {
    position: relative
}

@media screen and (max-width:660px) {
    .site11_top--left {
        height: 1100px
    }
}

.site11_top--left span {
    left: -15px
}

@media screen and (max-width:660px) {
    .site11_top--left span {
        font-size: 131px;
        left: 15px
    }
}

.site11_top--right {
    width: 100%
}

@media screen and (max-width:991px) {
    .site11_top--right {
        margin-left: 30px;
        margin-top: -220px;
        z-index: 10
    }
}

@media screen and (max-width:660px) {
    .site11_top--right {
        margin-top: -1050px;
        margin-left: 30px
    }
}

.site11_top--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.site11_top--callback {
    font-family: 'MullerBold', 'Arial', sans-serif;
    color: #2E2E2E;
    font-size: 17px;
    position: relative;
    top: 20px;
    right: 32px;
    padding: 10px 20px;
    border: 1px solid #ffcd00;
    border-radius: 25px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.site11_top--callback:hover {
    color: #fff;
    background-color: #ffcd00
}

.site11_map {
    margin-top: 55px;
    width: 100%;
    height: 385px;
    overflow: hidden;
    position: relative;
    right: 5px
}

@media screen and (max-width:991px) {
    .site11_map {
        width: 80%;
        height: 255px;
        position: static
    }
}

@media screen and (max-width:660px) {
    .site11_map {
        width: 300px;
        height: 255px
    }
}

.site11_text {
    position: absolute;
    bottom: -200px;
    left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #1E1E1F;
    width: 200%
}

@media screen and (max-width:991px) {
    .site11_text {
        bottom: -670px
    }
}

@media screen and (max-width:660px) {
    .site11_text {
        bottom: 150px
    }
}

.site11_text--h3 {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 22px;
    text-transform: uppercase
}

.site11_text--h3__two {
    margin-top: 45px
}

.site11_text--tel {
    font-family: 'MullerBold', 'Arial', sans-serif;
    font-size: 21px;
    margin-top: 22px
}

.site11_text--span {
    margin-top: 5px;
    font-size: 17px;
    color: #333336
}

.site11_text--mail {
    margin-top: 12px;
    display: block;
    font-size: 17px
}

.site11_text--mail:hover {
    text-decoration: underline
}

.site11_text--p {
    margin-top: 22px;
    font-size: 19px;
    color: #333336
}

.footer_site {
    background-color: #353536;
    margin-top: 105px;
    padding: 55px 0 35px
}

@media screen and (max-width:660px) {
    .footer_site {
        margin-top: 55px;
        padding-top: 30px
    }
}

.footer_site .footer {
    margin-top: 0
}

.arrow {
    position: absolute;
    bottom: 1vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 24px;
    height: 24px
}

#scroll {
    width: 30px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -15px
}

#scroll-doth {
    display: none;
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.doth-down {
    margin-top: 20px
}

.site12 {
    background: url(../img/site12.jpg) center / cover no-repeat;
    min-height: 670px;
    padding: 50px 0
}

@media screen and (max-width:991px) {
    .site12 {
        margin-top: 50px
    }
}

.site12-content {
    padding: 60px;
    background-color: #fff;
    position: relative;
    width: 805px;
    height: 600px;
    margin-left: 110px;
    z-index: 10
}

@media screen and (max-width:991px) {
    .site12-content {
        width: auto;
        margin: 40px 0 0;
        padding: 40px;
        height: auto
    }
}

@media screen and (max-width:660px) {
    .site12-content {
        padding: 40px 20px
    }
}

.site12-content:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 310px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: rgba(0, 0, 0, 0.04)
}

@media screen and (max-width:660px) {
    .site12-content:after {
        display: none
    }
}

.site12-content1:after {
    content: '01'
}

.site12-content2:after {
    content: '02'
}

.site12-content3:after {
    content: '03'
}

.site12-content4:after {
    content: '04'
}

.site12-content--h3 {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 37px;
    color: #262626;
    text-transform: uppercase
}

@media screen and (max-width:660px) {
    .site12-content--h3 {
        font-size: 28px
    }
}

.site12-content--h3 span {
    letter-spacing: -7px
}

.site12-content--h3 .gold {
    color: #ffcd00;
    letter-spacing: normal
}

.site12-content--h3 .g {
    color: #2b77f2
}

.site12-content--h3 .o {
    color: #e2483b
}

.site12-content--h3 .o2 {
    color: #ecc032
}

.site12-content--h3 .l {
    color: #10a034
}

.site12-content--h3 .ads {
    position: relative;
    right: -12px;
    letter-spacing: normal
}

.site12-content--desc {
    color: #000;
    margin-top: 20px;
    font-size: 18px;
    max-width: 90%
}

.site12-content--img {
    position: absolute;
    right: -111px;
    bottom: 30px
}

.site12-content--img2 {
    bottom: 0px;
    right: -120px
}

@media screen and (max-width:991px) {
    .site12-content--img {
        display: none
    }
}

.site12-content--h4 {
    font-family: 'MullerBold', 'Arial', sans-serif;
    color: #1E1E1F;
    font-size: 18px;
    margin-top: 45px
}

@media screen and (max-width:660px) {
    .site12-content--h4 {
        font-size: 16px
    }
}

.site12-content--h4__two {
    margin-top: 40px
}

@media screen and (max-width:660px) {
    .site12-content--h4__two {
        margin-top: 25px
    }
}

.site12-content--bottom {
    margin-left: -15px
}

.site12-content--span {
    margin: 8px 0 0 15px;
    display: inline-block;
    color: #333336;
    padding-left: 25px;
    position: relative
}

.site12-content--span:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #ffcd00
}

.site12-text--desc {
    font-family: 'MullerMedium', 'Arial', sans-serif;
    font-size: 16px;
    color: #F5D400;
    margin-top: 25px;
    text-transform: uppercase
}

.site12-text--title {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px
}

@media screen and (max-width:991px) {
    .site12-text--title .br {
        display: none
    }
}

.site12 .ui-tabs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:991px) {
    .site12 .ui-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.site12 .ui-tabs-nav {
    margin-top: 35px
}

@media screen and (max-width:991px) {
    .site12 .ui-tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:660px) {
    .site12 .ui-tabs-tab {
        width: 50%
    }
}

.site12 .ui-tabs-tab.ui-tabs-active a {
    background-color: #F5D400;
    -webkit-box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.18);
    color: #000
}

.site12 .ui-tabs-tab a {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    width: 202px;
    display: block;
    text-align: left;
    -webkit-box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.22);
    padding: 20px 40px 20px 25px;
    position: relative
}

@media screen and (max-width:991px) {
    .site12 .ui-tabs-tab a {
        width: 210px;
        height: 80px
    }
}

@media screen and (max-width:660px) {
    .site12 .ui-tabs-tab a {
        font-size: 12px;
        height: 60px;
        width: 100%
    }
}

.site12_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%
}

@media screen and (max-width:991px) {
    .site12_row {
        width: 100%
    }
}

.site12_item {
    width: 50%;
    margin-top: 60px
}

@media screen and (max-width:660px) {
    .site12_item {
        margin-top: 30px
    }
}

.site12_item--span {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 18px;
    color: #F5D400;
    position: relative;
    padding-left: 30px
}

.site12_item--span:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #F5D400;
    width: 21px;
    height: 4px
}

.site12_item--h3 {
    margin-top: 18px;
    font-size: 18px;
    color: #1E1E1F;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site12_item--h3 {
        font-size: 16px
    }
}

.site12_item--p {
    margin-top: 10px;
    font-size: 17px;
    color: #333336;
    max-width: 280px
}

@media screen and (max-width:660px) {
    .site12_item--p {
        font-size: 15px;
        max-width: 150px
    }
}

.site12-content2 .site12_item {
    margin-top: 30px
}

.site13 {
    margin-top: 55px;
    background: url(../img/chess-pieces.jpg) 900px 0 no-repeat;
    min-height: 560px
}

@media screen and (max-width:991px) {
    .site13 {
        background: none
    }
}

@media screen and (max-width:660px) {
    .site13 {
        margin-top: 25px
    }
}

.site13.pr3 {
    background: url(../img/cheseces.png) 900px 0 no-repeat
}

.site13_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%
}

@media screen and (max-width:991px) {
    .site13_row {
        width: 100%
    }
}

.site13_desc {
    font-size: 18px;
    color: #000;
    margin-top: 20px
}

.site13_item {
    width: 50%;
    margin-top: 60px
}

@media screen and (max-width:660px) {
    .site13_item {
        margin-top: 30px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.site13_item--span {
    width: 37px;
    height: 37px;
    background-color: #F7E674;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site13_item--span span {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 42px;
    color: #fff;
    line-height: 37px;
    position: relative;
    top: 4px
}

.site13_item--h3 {
    margin-top: 22px;
    font-size: 20px;
    color: #1E1E1F;
    text-transform: uppercase;
    max-width: 320px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site13_item--h3 {
        font-size: 16px;
        margin: 0 0 0 15px;
        max-width: 240px
    }
}

@media screen and (max-width:660px) {
    .site13_item--h3__last br {
        display: none
    }
}

.site13_item--p {
    margin-top: 10px;
    font-size: 17px;
    color: #333336;
    max-width: 360px
}

@media screen and (max-width:660px) {
    .site13_item--p {
        font-size: 15px
    }
}

.site13_h2 {
    padding-top: 30px;
    font-size: 42px;
    color: #1E1E1F;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site13_h2 {
        font-size: 27px;
        line-height: 1.5
    }
}

.site14 {
    background: #F5F5F5;
    min-height: 670px;
    padding: 50px 0
}

@media screen and (max-width:991px) {
    .site14 {
        margin-top: 50px
    }
}

@media screen and (max-width:660px) {
    .site14 {
        background: #7F8082
    }
}

@media screen and (max-width:660px) {
    .site14.site-robot {
        background: #F5F5F5
    }
}

.site14 .site5_item--btn {
    text-decoration: underline;
    background-color: transparent
}

.site14 .site5_item--btn:after {
    background-color: #ffcd00
}

.site14_content {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-left: 4.5%;
    padding: 35px 0 50px 35px
}

@media screen and (max-width:660px) {
    .site14_content {
        padding: 30px 15px;
        margin: 0 2.5%
    }
}

.site14_content:before {
    content: 'amo crm';
    position: absolute;
    top: 15%;
    left: 5%;
    color: rgba(51, 157, 200, 0.05);
    font-size: 172px
}

@media screen and (max-width:991px) {
    .site14_content:before {
        display: none
    }
}

.site14_content:after {
    content: '';
    background: url(../img/clients-bg.png);
    width: 782px;
    height: 604px;
    position: absolute;
    top: 0;
    right: -360px
}

@media screen and (max-width:991px) {
    .site14_content:after {
        display: none
    }
}

.site14_content__robot:before {
    display: none
}

.site14_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%
}

@media screen and (max-width:991px) {
    .site14_row {
        width: 100%
    }
}

.site14_desc {
    font-size: 18px;
    color: #000;
    margin-top: 20px
}

.site14_item {
    width: 50%;
    margin-top: 60px;
    padding-left: 25px;
    position: relative
}

.site14_item:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #349DC7;
    width: 10px;
    height: 10px
}

@media screen and (max-width:660px) {
    .site14_item {
        margin-top: 30px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.site14_item--h3 {
    font-size: 18px;
    color: #1E1E1F;
    text-transform: uppercase;
    max-width: 300px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site14_item--h3 {
        font-size: 16px;
        max-width: inherit
    }
}

@media screen and (max-width:660px) {
    .site14_item--h3__last {
        max-width: 120px
    }
}

.site14_item--p {
    margin-top: 10px;
    font-size: 17px;
    color: #333336;
    max-width: 365px
}

@media screen and (max-width:660px) {
    .site14_item--p {
        font-size: 15px
    }
}

.site14_h2 {
    font-size: 37px;
    color: #262626;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

.site14_h2 span {
    color: #349DC7
}

@media screen and (max-width:660px) {
    .site14_h2 {
        font-size: 20px;
        line-height: 1.5
    }
}

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

.site14_bottom--p {
    margin: 30px 0 0 25px;
    font-size: 18px
}

@media screen and (max-width:660px) {
    .site14_bottom--p {
        display: none
    }
}

.site15 {
    background: url(../img/site151.jpg) no-repeat;
    padding: 75px 0;
    margin-bottom: 35px
}

@media screen and (max-width:991px) {
    .site15 {
        background: none;
        padding: 50px 0 0
    }
}

@media screen and (max-width:660px) {
    .site15 {
        background: #fff
    }
}

.site15 .site5_item--btn {
    text-decoration: underline;
    background-color: transparent
}

.site15 .site5_item--btn:after {
    background-color: #ffcd00
}

.site15_img {
    display: none
}

@media screen and (max-width:660px) {
    .site15_img {
        display: block;
        margin-top: 20px
    }
}

.site15_content {
    margin-left: 35%
}

@media screen and (max-width:991px) {
    .site15_content {
        margin-left: 0
    }
}

.site15_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site15_desc {
    font-size: 18px;
    color: #000;
    margin-top: 20px
}

.site15_item {
    width: 50%;
    margin-top: 60px;
    padding-left: 25px;
    position: relative
}

.site15_item:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #ffcd00;
    width: 10px;
    height: 10px
}

@media screen and (max-width:660px) {
    .site15_item {
        margin-top: 30px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.site15_item--h3 {
    font-size: 18px;
    color: #1E1E1F;
    text-transform: uppercase;
    max-width: 300px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .site15_item--h3 {
        font-size: 16px;
        max-width: inherit
    }
}

@media screen and (max-width:660px) {
    .site15_item--h3__last {
        max-width: 120px
    }
}

.site15_item--p {
    margin-top: 10px;
    font-size: 17px;
    color: #333336;
    max-width: 365px
}

@media screen and (max-width:660px) {
    .site15_item--p {
        font-size: 15px
    }
}

.site15_h2 {
    font-size: 37px;
    color: #262626;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

.site15_h2 span {
    color: #ffcd00
}

@media screen and (max-width:660px) {
    .site15_h2 {
        font-size: 24px;
        line-height: 1.5
    }
}

.site33 {
    background-color: #f9f9f9;
    padding: 50px 0 15px 0
}

@media screen and (max-width:660px) {
    .site33 {
        padding: 25px 0 2px
    }
}

.site33 .site3_item {
    background-color: #fff
}

.site44 {
    margin-top: 75px
}

.site44 .site4_top--span:after {
    content: '06'
}

.site44 .site4_item:first-child {
    background: url(../img/japan.jpg) center / cover no-repeat
}

.site44_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:660px) {
    .site44_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px
    }
}

.site44_item {
    width: 406px;
    height: 280px;
    position: relative;
    margin-top: 10px
}

@media screen and (max-width:660px) {
    .site44_item {
        margin-top: 20px;
        width: 100%
    }
}

.site44_item:first-child {
    background: url(../img/komp1.jpg) center / cover no-repeat
}

.site44_item:nth-child(2) {
    background: url(../img/komp2.jpg) center / cover no-repeat
}

.site44_item:nth-child(3) {
    background: url(../img/komp3.jpg) center / cover no-repeat
}

.site44_item:nth-child(4) {
    background: url(../img/komp10.jpg) center / cover no-repeat
}

.site44_item:nth-child(5) {
    background: url(../img/komp9.jpg) center / cover no-repeat
}

.site44_item:nth-child(6) {
    background: url(../img/komp4.jpg) center / cover no-repeat
}

.site44_item:hover .site44_item--content {
    opacity: 1
}

.site44_item:hover .site44_new {
    opacity: 0
}

@media screen and (max-width:660px) {
    .site44_item:hover .site44_new {
        opacity: 1
    }
}

.site44_item--content {
    background-color: rgba(0, 0, 0, 0.73);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0 25px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all
}

@media screen and (max-width:660px) {
    .site44_item--content {
        display: none
    }
}

.site44_item--content img {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.site44_item--h3 {
    margin-top: 25px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

.site44_item--desc {
    margin-top: 12px;
    font-size: 15px;
    max-width: 450px
}

.site44_item--a {
    margin-top: 25px;
    position: relative;
    padding-left: 55px
}

.site44_item--a:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../img/arrow-site4.png);
    width: 30px;
    height: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.site44_item--line {
    margin-top: 18px;
    height: 1px;
    width: 90%;
    background-color: #fff
}

.site44_new {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    z-index: 1
}

.site44_new--black {
    color: #333
}

.site44_new--title {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 21px
}

.site44_new--p {
    font-size: 14px;
    margin-top: 15px
}

.site55 .site5_top--span:after {
    content: '07'
}

.site88 {
    padding: 60px 0 280px
}

.site88 .site8_top--span:after {
    content: '10'
}

.site88_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site88_item {
    margin-top: 60px;
    position: relative;
    border: 13px solid #E1E2E3;
    padding: 35px 15px 30px 25px;
    background-color: #fff;
    text-align: center
}

@media screen and (max-width:660px) {
    .site88_item {
        margin-top: 30px;
        border: 5px solid #E1E2E3
    }
}

.site88_item:last-child:after {
    display: none
}

.site88_item:after {
    content: '';
    background: url(../img/site88.png);
    width: 51px;
    height: 15px;
    position: absolute;
    top: 65px;
    right: -90px
}

.site88_item--span {
    color: #ffcd00;
    font-size: 60px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

.site88_item--h3 {
    margin-top: 15px;
    font-size: 18px;
    color: #262626;
    text-transform: uppercase;
    text-align: left;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

.site88_item--p {
    margin-top: 15px;
    font-size: 17px;
    max-width: 170px;
    color: #2E2E2E;
    text-align: left
}

.site99 .site9_top--span:after {
    content: '11'
}

.site99_slider {
    display: none
}

@media screen and (max-width:660px) {
    .site99_slider {
        display: block;
        padding-bottom: 70px
    }
}

.site99_slider .slick-next {
    z-index: 100;
    background: url(../img/arrow-slider.png) no-repeat;
    width: 30px;
    height: 30px;
    bottom: -15px;
    top: auto;
    left: 40px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.site99_slider .slick-next:before {
    display: none
}

.site99_slider .slick-next:hover {
    background: url(../img/arrow-slider.png) no-repeat;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22)
}

.site99_slider .slick-prev {
    z-index: 100;
    left: -10px;
    background: url(../img/arrow-slider.png) no-repeat;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0px;
    top: auto;
    left: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.site99_slider .slick-prev:before {
    display: none
}

.site99_slider .slick-prev:hover {
    background: url(../img/arrow-slider.png) no-repeat;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22)
}

.site99_slider .slick-next:focus {
    background: url(../img/arrow-slider.png) no-repeat;
    width: 30px;
    height: 30px;
    z-index: 100
}

.site99_slider .slick-prev:focus {
    background: url(../img/arrow-slider.png) no-repeat;
    width: 30px;
    height: 30px;
    z-index: 100
}

.site99_slider .slick-dots {
    width: auto;
    top: auto;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.site99_slider .slick-dots li {
    margin: 0
}

.site99_slider .slick-dots li button {
    width: 11px;
    height: 11px;
    border: 1px solid #A8A8A8;
    background-color: transparent;
    border-radius: 100%;
    position: relative
}

.site99_slider .slick-dots li button:before {
    display: none
}

.site99_slider .slick-dots li button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #A8A8A8;
    width: 7px;
    height: 7px;
    border-radius: 100%
}

.site99_slider .slick-dots li.slick-active button {
    border: 1px solid #F6D700
}

.site99_slider .slick-dots li.slick-active button:after {
    background-color: #F6D700
}

.site101 .site10_top--span:after {
    content: '12'
}

.site66 .site6_h2 {
    max-width: 600px
}

.site66 .site6_desc {
    margin-top: 20px
}

.site66 .site5_item--btn {
    margin-top: 40px
}

.site144 .site14_item:after {
    background-color: #ffcd00
}

.site133 {
    background: url(../img/chess-pieces12.png) 900px bottom no-repeat
}

.site555 .site5_item {
    width: 47%
}

@media screen and (max-width:660px) {
    .site555 .site5_item {
        width: 100%
    }
}

.site555 .site5_item--p {
    max-width: 460px
}

.site555 .site5_item--btn.another {
    background-color: transparent
}

.site555 .site5_item--btn.another:after {
    background-color: #ffcd00
}

.site555 .site4_top--h2:after {
    right: -380px
}

.site444 .site4_item:first-child {
    background: url(../img/crm.jpg) center / cover no-repeat
}

.site444 .site4_item:first-child .site4_new--li p {
    background-color: rgba(0, 0, 0, 0.3)
}

.site444 .site4_item:first-child .site4_new--li::after {
    background-color: rgba(0, 0, 0, 0.3)
}

.site444 .site4_item:first-child .site4_new {
    color: #333
}

.site666 {
    background: url(../img/cr.jpg) 750px bottom no-repeat
}

.site666 .site6_h2 span {
    color: #007FC9
}

.site10 .site4_top--h2:after {
    right: -520px
}

.seo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10000
}

.center4--img {
    background: url(../img/aktiv.png);
    width: 250px;
    height: 41px;
    padding-left: 7px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 29px;
    line-height: 44px;
    color: #000;
    margin-bottom: 8px
}

@media screen and (max-width:660px) {
    .center4--img {
        display: inline-block;
        height: 30px;
        width: auto;
        padding: 0 7px;
        background-color: #ffcd00;
        font-size: 24px;
        line-height: 33px;
        color: #282828
    }
}

.sticky {
    position: fixed;
    top: -57px;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
    height: 57px;
    z-index: 998
}

.sticky.active {
    top: 0
}

.sticky .header_left img {
    height: 40px
}

.sticky .header_p,
.sticky .header_tel {
    color: #212121
}

.sticky .header_p {
    font-size: 14px
}

.sticky_btn {
    padding: 7px 35px 5px;
    border: 1px solid #5d007e;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #5d007e;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    margin-left: 20px;
    border-radius: 3px
}

.sticky_btn:hover {
    color: #5d007e;
    background-color: transparent
}

@media screen and (max-width:660px) {
    .sticky_btn {
        display: none
    }
}

.sticky_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 57px
}

.sticky_center {
    font-family: 'MullerBold', 'Arial', sans-serif;
    font-size: 18px;
    color: #212121;
    position: relative;
    padding-left: 22px
}

@media screen and (max-width:660px) {
    .sticky_center {
        font-size: 14px;
        padding-left: 16px
    }
}

.sticky_center:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #ffcd00;
    width: 10px;
    height: 10px;
    border-radius: 3px
}

@media screen and (max-width:660px) {
    .sticky_center:after {
        top: 2px;
        width: 8px;
        height: 8px
    }
}

@media screen and (max-width:660px) {
    .center_h1.par10 {
        font-size: 28px
    }
}

.center_h1 .par1 {
    color: #F6D700;
    background-color: transparent
}

.center_h1 .par2 {
    background: url(../img/aktiv.png) center / cover no-repeat;
    padding: 6px 100px 0px 5px;
    color: #1C1C1C
}

@media screen and (max-width:660px) {
    .center_h1 .par2 span {
        display: none
    }
}

.center_p.par3 {
    max-width: 40rem
}

@media screen and (max-width:660px) {
    .center_li span {
        display: none
    }
}

@media screen and (max-width:660px) {
    .center_li .br {
        display: none
    }
}

.site-container.pr10 {
    overflow: inherit
}

.pr1 .site1_text--h3 {
    max-width: 550px
}

.pr2 {
    background: url(../img/site12.jpg) center / cover no-repeat;
    padding: 50px 0 220px
}

.pr2.pr22 {
    padding: 50px 0 65px;
    margin-top: 0
}

@media screen and (max-width:991px) {
    .pr2 {
        margin-top: 50px
    }
}

.pr2 .site4_top--h2 {
    color: #fff
}

.pr2 .site4_top--desc {
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
    max-width: 780px
}

@media screen and (max-width:660px) {
    .pr2 .site4_top--desc {
        text-align: center
    }
}

@media screen and (max-width:660px) {
    .pr2 .site5_row {
        margin-top: 20px
    }
}

.pr2 .site4_top .site5_item--btn {
    margin-top: 0
}

@media screen and (max-width:660px) {
    .pr2 .site4_top .site5_item--btn {
        display: none
    }
}

.pr2 .site4_top--h2:after {
    right: -220px;
    background-color: #fff
}

.pr2.pr22 .site4_top--h2:after {
    right: -380px
}

.pr2.pr22 .site5_item--h3 {
    max-width: inherit;
    line-height: 1.5
}

.pr2.pr22 .site5_item--h3 span {
    background: url(../img/aktiv.png) center / cover no-repeat;
    padding: 6px 70px 0px 5px
}

.pr2.pr22 .site5_top--span:after {
    color: rgba(255, 255, 255, 0.15)
}

.pr2.pr22 .site5_top--span {
    color: #fff
}

.pr2 .site5_item--h3 {
    max-width: 220px
}

.pr2 .site5_item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.pr2 .site5_item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -75px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/pr2.png);
    width: 95px;
    height: 46px;
    z-index: 10
}

@media screen and (max-width:991px) {
    .pr2 .site5_item:after {
        display: none
    }
}

.pr2 .site5_item:last-child:after {
    display: none
}

.pr2.pr22 .site5_item:after {
    display: none
}

.pr2 .site5_item:first-child::before {
    content: '01';
    position: absolute;
    right: 20px;
    top: 30px;
    color: #f2ce41;
    font-family: 'MullerBold', 'Arial', sans-serif;
    font-size: 32px
}

.pr2 .site5_item:nth-child(2):before {
    content: '02';
    position: absolute;
    right: 20px;
    top: 30px;
    color: #f2ce41;
    font-family: 'MullerBold', 'Arial', sans-serif;
    font-size: 32px
}

.pr2 .site5_item:nth-child(3):before {
    content: '03';
    position: absolute;
    right: 20px;
    top: 30px;
    color: #f2ce41;
    font-family: 'MullerBold', 'Arial', sans-serif;
    font-size: 32px
}

.pr2 .site5_item:nth-child(4):before {
    content: '04';
    position: absolute;
    right: 20px;
    top: 30px;
    color: #f2ce41;
    font-family: 'MullerBold', 'Arial', sans-serif;
    font-size: 32px
}

.pr2-bottom {
    margin-top: -145px;
    background: url(../img/pr2-bottom.jpg) center / cover no-repeat;
    padding: 38px 0 50px 33px;
    position: relative
}

@media screen and (max-width:991px) {
    .pr2-bottom {
        text-align: center;
        padding: 35px 10px;
        margin-top: -185px
    }
}

.pr2-bottom__another {
    margin-top: 50px
}

@media screen and (max-width:991px) {
    .pr2-bottom__another {
        margin-top: 50px
    }
}

.pr2-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/pr2-img.png);
    width: 340px;
    height: 324px
}

@media screen and (max-width:991px) {
    .pr2-bottom:after {
        display: none
    }
}

.pr2-bottom--span {
    background: url(../img/aktiv.png) center / cover no-repeat;
    padding: 6px 100px 3px 5px;
    color: #1C1C1C;
    font-size: 20px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .pr2-bottom--span {
        text-align: center;
        padding-right: 35px;
        position: relative;
        left: 15px
    }
}

@media screen and (max-width:660px) {
    .pr2-bottom--span span {
        display: none
    }
}

.pr2-bottom--title {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: #fff;
    font-size: 30px;
    margin-top: 20px
}

.pr2-bottom--desc {
    color: #fff;
    font-size: 16px;
    margin-top: 20px
}

.pr4 {
    background: url(../img/site12.jpg) center / cover no-repeat;
    padding: 50px 0;
    margin-top: 70px
}

.pr4_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    .pr4_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:660px) {
    .pr4_left {
        text-align: center
    }
}

.pr4_left--span {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    color: #ffcd00;
    font-size: 18px;
    text-transform: uppercase
}

.pr4_left--span1 {
    font-family: 'MullerBold', 'Arial', sans-serif;
    font-size: 20px;
    color: #ffcd00
}

.pr4_left--span2 {
    color: #BDBDBD;
    font-family: 'MullerBold', 'Arial', sans-serif;
    font-size: 20px;
    margin-left: 10px
}

.pr4_left--title {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    max-width: 290px;
    line-height: 1.5
}

@media screen and (max-width:660px) {
    .pr4_left--title {
        font-size: 32px;
        line-height: 1.4;
        text-align: center
    }
}

.pr4_left--dots {
    position: relative;
    top: 47px;
    left: 68px
}

@media screen and (max-width:660px) {
    .pr4_left--dots {
        left: 0;
        top: 42px
    }
}

.pr4_left--btn {
    margin-top: 110px
}

@media screen and (max-width:991px) {
    .pr4_left--btn {
        position: absolute;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (max-width:991px) {
    .pr4_slider .slick-track {
        padding-bottom: 80px
    }
}

.pr4_slider .slick-next {
    z-index: 100;
    background: url(../img/strela.png) center / cover no-repeat;
    width: 40px;
    height: 40px;
    top: 295px;
    left: 170px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:660px) {
    .pr4_slider .slick-next {
        top: 221px;
        left: auto;
        right: 20%
    }
}

.pr4_slider .slick-next:before {
    display: none
}

.pr4_slider .slick-next:hover {
    background: url(../img/strela.png) center / cover no-repeat
}

.pr4_slider .slick-prev {
    z-index: 100;
    left: -10px;
    background: url(../img/strela.png) center / cover no-repeat;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 275px;
    left: 0px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:660px) {
    .pr4_slider .slick-prev {
        top: 202px;
        left: 20%
    }
}

.pr4_slider .slick-prev:before {
    display: none
}

.pr4_slider .slick-prev:hover {
    background: url(../img/strela.png) center / cover no-repeat
}

.pr4_slider .slick-next:focus {
    background: url(../img/strela.png) center / cover no-repeat;
    width: 40px;
    height: 40px;
    z-index: 100
}

.pr4_slider .slick-prev:focus {
    background: url(../img/strela.png) center / cover no-repeat;
    width: 40px;
    height: 40px;
    z-index: 100
}

.pr4_item {
    position: relative;
    width: 850px;
    background-color: #fff;
    padding: 45px 0 40px 20px
}

@media screen and (max-width:991px) {
    .pr4_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-top: 105px
    }
}

@media screen and (max-width:660px) {
    .pr4_item {
        padding: 30px 15px
    }
}

.pr4_item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/pr4.png);
    width: 228px;
    height: 465px
}

@media screen and (max-width:991px) {
    .pr4_item:after {
        display: none
    }
}

.pr4_item--span {
    background: url(../img/aktiv.png) center / cover no-repeat;
    padding: 6px 40px 3px 5px;
    color: #1C1C1C;
    font-size: 30px;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .pr4_item--span {
        font-size: 26px
    }
}

.pr4_item--desc {
    font-size: 18px;
    margin-top: 15px;
    max-width: 540px
}

.pr4_item--p {
    margin-top: 28px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'MullerBold', 'Arial', sans-serif
}

.pr4_item--li {
    margin-top: 17px;
    position: relative;
    padding-left: 35px
}

.pr4_item--li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffcd00;
    width: 10px;
    height: 10px
}

.pr4_item--li p {
    font-size: 18px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

.pr4_item--img {
    display: none !important
}

@media screen and (max-width:660px) {
    .pr4_item--img {
        display: block !important;
        margin: 10px auto
    }
}

.pr_ul {
    margin-top: 25px
}

.pr_li {
    margin-top: 28px;
    position: relative;
    padding-left: 35px
}

.pr_li:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #ffcd00;
    width: 10px;
    height: 10px
}

.pr_li p {
    font-size: 19px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

.pr5 {
    padding-bottom: 60px
}

.pr5 .site8_item {
    width: 369px;
    height: 200px
}

.pr5 .site8_row {
    margin-top: 10px
}

.pr5 .site4_top--desc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4;
    max-width: 820px
}

.pr6 {
    margin-top: 50px;
    background: url(../img/pr6.jpg) top / cover no-repeat;
    color: #fff;
    text-align: center;
    position: relative;
    height: 440px
}

.pr6:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 45, 46, 0.67);
    z-index: 0
}

@media screen and (max-width:660px) {
    .pr6 {
        padding: 60px 0;
        height: 360px
    }
}

.pr6_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

@media screen and (max-width:660px) {
    .pr6_content {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        left: auto
    }
}

.pr6_title {
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:660px) {
    .pr6_title {
        font-size: 26px
    }
}

.pr6_p {
    font-size: 19px;
    position: relative;
    margin-top: 20px;
    display: inline-block
}

@media screen and (max-width:660px) {
    .pr6_p {
        font-size: 17px;
        padding: 0 10px
    }
}

.pr6_p:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -30px;
    background: url(../img/noun_arrow.png);
    width: 136px;
    height: 97px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
}

@media screen and (max-width:660px) {
    .pr6_p:after {
        display: none
    }
}

.pr6_btn {
    display: inline-block;
    padding: 15px 20px;
    margin-top: 35px;
    border-width: 2px
}

@media screen and (max-width:660px) {
    .pr6_btn {
        display: inline-block;
        margin-left: 0
    }
}

.form1 {
    background: url(../img/99.jpg) center / cover no-repeat;
    min-height: 408px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -200px
}

@media screen and (max-width:991px) {
    .form1 {
        padding: 40px 0;
        margin-top: 50px
    }
}

.form1_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #fff
}

@media screen and (max-width:991px) {
    .form1_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:991px) {
    .form1_text {
        text-align: center
    }
}

@media screen and (max-width:660px) {
    .form1_text {
        padding: 0 15px
    }
}

.form1_h3 {
    font-size: 39px;
    line-height: 1.5;
    font-family: 'MullerExtraBold', 'Arial', sans-serif
}

@media screen and (max-width:991px) {
    .form1_h3 {
        font-size: 30px
    }
}

@media screen and (max-width:660px) {
    .form1_h3 {
        font-size: 24px
    }
}

.form1_p {
    font-size: 18px;
    margin-top: 25px;
    max-width: 360px
}

@media screen and (max-width:991px) {
    .form1_p {
        max-width: inherit
    }
}

.form1_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px
}

@media screen and (max-width:991px) {
    .form1_form {
        margin-top: 25px
    }
}

.form1_form .popup_label {
    width: 265px;
    position: relative;
    left: 40px
}

.form1_form .popup_label i {
    border-color: #f9f9f9
}

.form1_form .popup_label i:after {
    background-color: #f9f9f9
}

.form1_form .popup_label p {
    color: #f9f9f9
}

.form1_input {
    width: 265px;
    height: 60px;
    padding: 0 15px;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent
}

.form1_input::-webkit-input-placeholder {
    color: #fff
}

.form1_input:-ms-input-placeholder {
    color: #fff
}

.form1_input::-ms-input-placeholder {
    color: #fff
}

.form1_input::placeholder {
    color: #fff
}

.form1_input:not(:first-child) {
    margin-top: 22px
}

.form1_submit {
    cursor: pointer;
    margin-top: 22px;
    height: 70px;
    line-height: 70px;
    width: 265px;
    background-color: #ffcd00;
    font-size: 17px;
    color: #16181C;
    text-transform: uppercase;
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.form1_submit:hover {
    background-color: #f7cf3b
}

.packet {
    background-color: #f9f9f9;
    padding: 50px 0 75px;
    margin-top: 50px;
    position: relative;
    overflow: hidden
}

.packet:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -450px;
    background: url(../img/item.png);
    width: 824px;
    height: 612px
}

@media screen and (max-width:660px) {
    .packet:after {
        display: none
    }
}

.packet .site8_top--span:after {
    content: '05'
}

.packet .site4_top--desc {
    margin-top: 20px
}

.packet_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:991px) {
    .packet_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:660px) {
    .packet_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 25px
    }
}

.packet_item {
    width: 29%;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.14);
    position: relative;
    z-index: 10
}

@media screen and (max-width:991px) {
    .packet_item {
        width: 45%
    }
}

@media screen and (max-width:660px) {
    .packet_item {
        width: 100%;
        margin-top: 25px
    }
}

.packet_item:first-child .packet_item--content::before {
    content: '';
    background: url(../img/kompq.png) center / cover no-repeat;
    width: 354px;
    height: 260px;
    position: absolute;
    bottom: -120px;
    left: 2px;
    opacity: 0.46
}

.packet_item:nth-child(3) .packet_item--content:before {
    content: '';
    background: url(../img/kompq.png) center / cover no-repeat;
    width: 354px;
    height: 260px;
    position: absolute;
    bottom: -40px;
    left: -150px;
    opacity: 0.46
}

.packet_item:nth-child(3) .packet_item--content:after {
    content: '';
    background: url(../img/kompa.png) center / cover no-repeat;
    width: 250px;
    height: 183px;
    position: absolute;
    bottom: -20px;
    right: -60px
}

.packet_item:nth-child(2) .packet_item--top {
    background-color: #494662;
    padding-top: 40px;
    height: 200px
}

@media screen and (max-width:660px) {
    .packet_item:nth-child(2) .packet_item--top {
        background-color: #46535E;
        height: auto;
        padding-top: 15px
    }
}

.packet_item:nth-child(2) .packet_item--content {
    background-color: #f5faf7;
    padding-bottom: 60px
}

@media screen and (max-width:660px) {
    .packet_item:nth-child(2) .packet_item--content {
        padding-bottom: 40px
    }
}

.packet_item:nth-child(2) .packet_item--content:after {
    content: '';
    background: url(../img/kompa.png) center / cover no-repeat;
    width: 250px;
    height: 183px;
    position: absolute;
    top: 12%;
    right: -120px
}

.packet_item:nth-child(2) .packet_item--content:before {
    content: '';
    background: url(../img/kompq.png) center / cover no-repeat;
    width: 421px;
    height: 309px;
    position: absolute;
    bottom: -120px;
    left: -35px;
    opacity: 0.46
}

.packet_item:nth-child(2) .packet_item--line {
    display: none
}

@media screen and (max-width:660px) {
    .packet_item:nth-child(2) .packet_item--line {
        display: block
    }
}

.packet_item:nth-child(2) .packet_item--h3 {
    font-size: 33px;
    text-transform: uppercase
}

@media screen and (max-width:660px) {
    .packet_item:nth-child(2) .packet_item--h3 {
        font-size: 28px
    }
}

.packet_item--r {
    font-size: 15px;
    position: relative;
    color: #ffcd00;
    padding: 0 15px
}

@media screen and (max-width:660px) {
    .packet_item--r {
        top: -4px
    }
}

.packet_item--r:after {
    content: '';
    background-color: #ffcd00;
    height: 2px;
    width: 75px;
    position: absolute;
    top: 7.5px;
    left: -80px
}

.packet_item--r:before {
    content: '';
    background-color: #ffcd00;
    height: 2px;
    width: 75px;
    position: absolute;
    top: 7.5px;
    right: -80px
}

.packet_item--top {
    background-color: #46535E;
    padding: 25px 55px 25px 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    position: relative;
    height: 180px
}

@media screen and (max-width:660px) {
    .packet_item--top {
        height: auto;
        padding: 25px 0
    }
}

.packet_item--top:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(70, 83, 94, 0);
    border-top-color: #46535E;
    border-width: 10px;
    margin-left: -10px
}

@media screen and (max-width:660px) {
    .packet_item--top:after {
        border-top-color: #ffcd00
    }
}

.packet_item--h3 {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 28px;
    text-transform: uppercase
}

@media screen and (max-width:660px) {
    .packet_item--h3 {
        margin-bottom: 10px
    }
}

.packet_item--line {
    width: 100%;
    height: 2px;
    background-color: #ffcd00;
    position: relative
}

@media screen and (max-width:660px) {
    .packet_item--line {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.packet_item--star {
    position: absolute;
    left: 65px;
    top: -8px;
    padding: 0 15px;
    background-color: #46535e
}

@media screen and (max-width:660px) {
    .packet_item--star {
        display: none
    }
}

.packet_item--sum {
    font-family: 'MullerBold', 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    top: 3px
}

@media screen and (max-width:660px) {
    .packet_item--sum {
        font-size: 22px;
        top: 0
    }
}

.packet_item--p {
    font-size: 16px
}

.packet_item--content {
    background-color: #fff;
    padding: 30px 40px 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.packet_item--li {
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
    z-index: 10
}

.packet_item--li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/tarif-check.png);
    width: 16px;
    height: 16px
}

.packet_item--li__gray:after {
    background: url(../img/tarif-check1.png)
}

.packet_item--li p {
    font-size: 16px;
    color: #2E2E2E
}

.packet_item--a {
    font-family: 'MullerBold', 'Arial', sans-serif;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    margin-top: 30px;
    background-color: #ffcd00;
    text-align: center;
    font-size: 14px;
    border-radius: 33px;
    width: 187px;
    border: 2px solid #ffcd00;
    color: #2D2D2D;
    height: 44px;
    line-height: 44px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    z-index: 11
}

.packet_item--a:hover {
    background-color: #b504c3;
    color: #fff;
    border: 2px solid #b504c3
}

.packet_item--a__another {
    background-color: #fff
}

.packet_item--a__another:hover {
    background-color: #ffcd00;
    border: 2px solid #ffcd00
}

.packet1 {
    background-color: #f9f9f9;
    padding: 50px 0 75px;
    margin-top: 50px;
    position: relative;
    overflow: hidden
}

.packet1:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -450px;
    background: url(../img/item.png);
    width: 824px;
    height: 612px
}

@media screen and (max-width:660px) {
    .packet1:after {
        display: none
    }
}

.packet1 .site8_top--span:after {
    content: '05'
}

.packet1 .site4_top--desc {
    margin-top: 20px
}

.packet1_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:991px) {
    .packet1_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:660px) {
    .packet1_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 25px
    }
}

.packet1_item {
    width: 29%;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.14);
    position: relative;
    z-index: 10
}

@media screen and (max-width:991px) {
    .packet1_item {
        width: 45%
    }
}

@media screen and (max-width:660px) {
    .packet1_item {
        width: 100%;
        margin-top: 25px
    }
}

.packet1_item:first-child .packet1_item--content::before {
    content: '';
    background: url(../img/kompq.png) center / cover no-repeat;
    width: 354px;
    height: 260px;
    position: absolute;
    bottom: -120px;
    left: 2px;
    opacity: 0.46
}

.packet1_item:nth-child(3) .packet1_item--content:before {
    content: '';
    background: url(../img/kompq.png) center / cover no-repeat;
    width: 354px;
    height: 260px;
    position: absolute;
    bottom: -40px;
    left: -150px;
    opacity: 0.46
}

.packet1_item:nth-child(3) .packet1_item--content:after {
    content: '';
    background: url(../img/kompa.png) center / cover no-repeat;
    width: 250px;
    height: 183px;
    position: absolute;
    bottom: -20px;
    right: -60px
}

.packet1_item:nth-child(2) .packet1_item--top {
    background-color: #494662;
    padding-top: 40px;
    height: 200px
}

@media screen and (max-width:660px) {
    .packet1_item:nth-child(2) .packet1_item--top {
        background-color: #46535E;
        height: auto;
        padding-top: 15px
    }
}

.packet1_item:nth-child(2) .packet1_item--content {
    background-color: #f5faf7;
    padding-bottom: 60px
}

@media screen and (max-width:660px) {
    .packet1_item:nth-child(2) .packet1_item--content {
        padding-bottom: 40px
    }
}

.packet1_item:nth-child(2) .packet1_item--content:after {
    content: '';
    background: url(../img/kompa.png) center / cover no-repeat;
    width: 250px;
    height: 183px;
    position: absolute;
    top: 12%;
    right: -120px
}

.packet1_item:nth-child(2) .packet1_item--content:before {
    content: '';
    background: url(../img/kompq.png) center / cover no-repeat;
    width: 421px;
    height: 309px;
    position: absolute;
    bottom: -120px;
    left: -35px;
    opacity: 0.46
}

.packet1_item:nth-child(2) .packet1_item--line {
    display: none
}

@media screen and (max-width:660px) {
    .packet1_item:nth-child(2) .packet1_item--line {
        display: block
    }
}

.packet1_item:nth-child(2) .packet1_item--h3 {
    font-size: 33px
}

@media screen and (max-width:660px) {
    .packet1_item:nth-child(2) .packet1_item--h3 {
        font-size: 28px
    }
}

.packet1_item--r {
    font-size: 15px;
    position: relative;
    color: #ffcd00;
    padding: 0 15px
}

@media screen and (max-width:660px) {
    .packet1_item--r {
        top: -4px
    }
}

.packet1_item--r:after {
    content: '';
    background-color: #ffcd00;
    height: 2px;
    width: 75px;
    position: absolute;
    top: 7.5px;
    left: -80px
}

.packet1_item--r:before {
    content: '';
    background-color: #ffcd00;
    height: 2px;
    width: 75px;
    position: absolute;
    top: 7.5px;
    right: -80px
}

.packet1_item--top {
    background-color: #46535E;
    padding: 25px 55px 25px 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    position: relative;
    height: 180px
}

@media screen and (max-width:660px) {
    .packet1_item--top {
        height: auto;
        padding: 25px 0
    }
}

.packet1_item--top:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(70, 83, 94, 0);
    border-top-color: #46535E;
    border-width: 10px;
    margin-left: -10px
}

@media screen and (max-width:660px) {
    .packet1_item--top:after {
        border-top-color: #ffcd00
    }
}

.packet1_item--h3 {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 28px;
    text-transform: uppercase
}

@media screen and (max-width:660px) {
    .packet1_item--h3 {
        margin-bottom: 10px
    }
}

.packet1_item--line {
    width: 100%;
    height: 2px;
    background-color: #ffcd00;
    position: relative
}

@media screen and (max-width:660px) {
    .packet1_item--line {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.packet1_item--sum {
    font-family: 'MullerBold', 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    top: 3px
}

@media screen and (max-width:660px) {
    .packet1_item--sum {
        font-size: 22px;
        top: 0
    }
}

.packet1_item--p {
    font-size: 16px
}

.packet1_item--content {
    background-color: #fff;
    padding: 30px 40px 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.packet1_item--li {
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
    z-index: 10
}

.packet1_item--li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/tarif-check.png);
    width: 16px;
    height: 16px
}

.packet1_item--li__gray:after {
    background: url(../img/tarif-check1.png)
}

.packet1_item--li p {
    font-size: 16px;
    color: #2E2E2E
}

.packet1_item--a {
    font-family: 'MullerBold', 'Arial', sans-serif;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    margin-top: 30px;
    background-color: #ffcd00;
    text-align: center;
    font-size: 14px;
    border-radius: 33px;
    width: 187px;
    border: 2px solid #ffcd00;
    color: #2D2D2D;
    height: 44px;
    line-height: 44px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    z-index: 11
}

.packet1_item--a:hover {
    background-color: #b504c3;
    color: #fff;
    border: 2px solid #b504c3
}

.packet1_item--a__another {
    background-color: #fff
}

.packet1_item--a__another:hover {
    background-color: #ffcd00;
    border: 2px solid #ffcd00
}

.packet2 {
    background-color: #f9f9f9;
    padding: 50px 0 75px;
    margin-top: 50px;
    position: relative;
    overflow: hidden
}

.packet2:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -450px;
    background: url(../img/item.png);
    width: 824px;
    height: 612px
}

@media screen and (max-width:660px) {
    .packet2:after {
        display: none
    }
}

.packet2 .site8_top--span:after {
    content: '05'
}

.packet2 .site4_top--desc {
    margin-top: 20px
}

.packet2_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:991px) {
    .packet2_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:660px) {
    .packet2_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 25px
    }
}

.packet2_item {
    width: 29%;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.14);
    position: relative;
    z-index: 10
}

@media screen and (max-width:991px) {
    .packet2_item {
        width: 45%
    }
}

@media screen and (max-width:660px) {
    .packet2_item {
        width: 100%;
        margin-top: 25px
    }
}

.packet2_item:first-child .packet2_item--content::before {
    content: '';
    background: url(../img/kompq.png) center / cover no-repeat;
    width: 354px;
    height: 260px;
    position: absolute;
    bottom: -120px;
    left: 2px;
    opacity: 0.46
}

.packet2_item:nth-child(3) .packet2_item--content:before {
    content: '';
    background: url(../img/kompq.png) center / cover no-repeat;
    width: 354px;
    height: 260px;
    position: absolute;
    bottom: -40px;
    left: -150px;
    opacity: 0.46
}

.packet2_item:nth-child(3) .packet2_item--content:after {
    content: '';
    background: url(../img/kompa.png) center / cover no-repeat;
    width: 250px;
    height: 183px;
    position: absolute;
    bottom: -20px;
    right: -60px
}

.packet2_item:nth-child(2) .packet2_item--top {
    background-color: #494662;
    padding-top: 40px;
    height: 200px
}

@media screen and (max-width:660px) {
    .packet2_item:nth-child(2) .packet2_item--top {
        background-color: #46535E;
        height: auto;
        padding-top: 15px
    }
}

.packet2_item:nth-child(2) .packet2_item--content {
    background-color: #f5faf7;
    padding-bottom: 60px
}

@media screen and (max-width:660px) {
    .packet2_item:nth-child(2) .packet2_item--content {
        padding-bottom: 40px
    }
}

.packet2_item:nth-child(2) .packet2_item--content:after {
    content: '';
    background: url(../img/kompa.png) center / cover no-repeat;
    width: 250px;
    height: 183px;
    position: absolute;
    top: 12%;
    right: -120px
}

.packet2_item:nth-child(2) .packet2_item--content:before {
    content: '';
    background: url(../img/kompq.png) center / cover no-repeat;
    width: 421px;
    height: 309px;
    position: absolute;
    bottom: -120px;
    left: -35px;
    opacity: 0.46
}

.packet2_item:nth-child(2) .packet2_item--line {
    display: none
}

@media screen and (max-width:660px) {
    .packet2_item:nth-child(2) .packet2_item--line {
        display: block
    }
}

.packet2_item:nth-child(2) .packet2_item--h3 {
    font-size: 33px
}

@media screen and (max-width:660px) {
    .packet2_item:nth-child(2) .packet2_item--h3 {
        font-size: 28px
    }
}

.packet2_item--r {
    font-size: 15px;
    position: relative;
    color: #ffcd00;
    padding: 0 15px
}

@media screen and (max-width:660px) {
    .packet2_item--r {
        top: -4px
    }
}

.packet2_item--r:after {
    content: '';
    background-color: #ffcd00;
    height: 2px;
    width: 75px;
    position: absolute;
    top: 7.5px;
    left: -80px
}

.packet2_item--r:before {
    content: '';
    background-color: #ffcd00;
    height: 2px;
    width: 75px;
    position: absolute;
    top: 7.5px;
    right: -80px
}

.packet2_item--top {
    background-color: #46535E;
    padding: 25px 55px 25px 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    position: relative;
    height: 180px
}

@media screen and (max-width:660px) {
    .packet2_item--top {
        height: auto;
        padding: 25px 0
    }
}

.packet2_item--top:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(70, 83, 94, 0);
    border-top-color: #46535E;
    border-width: 10px;
    margin-left: -10px
}

@media screen and (max-width:660px) {
    .packet2_item--top:after {
        border-top-color: #ffcd00
    }
}

.packet2_item--h3 {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 28px;
    text-transform: uppercase
}

@media screen and (max-width:660px) {
    .packet2_item--h3 {
        margin-bottom: 10px
    }
}

.packet2_item--line {
    width: 100%;
    height: 2px;
    background-color: #ffcd00;
    position: relative
}

@media screen and (max-width:660px) {
    .packet2_item--line {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.packet2_item--sum {
    font-family: 'MullerBold', 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    top: 3px
}

@media screen and (max-width:660px) {
    .packet2_item--sum {
        font-size: 22px;
        top: 0
    }
}

.packet2_item--p {
    font-size: 16px
}

.packet2_item--content {
    background-color: #fff;
    padding: 30px 40px 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.packet2_item--li {
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
    z-index: 10
}

.packet2_item--li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/tarif-check.png);
    width: 16px;
    height: 16px
}

.packet2_item--li__gray:after {
    background: url(../img/tarif-check1.png)
}

.packet2_item--li p {
    font-size: 16px;
    color: #2E2E2E
}

.packet2_item--a {
    font-family: 'MullerBold', 'Arial', sans-serif;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    margin-top: 30px;
    background-color: #ffcd00;
    text-align: center;
    font-size: 14px;
    border-radius: 33px;
    width: 187px;
    border: 2px solid #ffcd00;
    color: #2D2D2D;
    height: 44px;
    line-height: 44px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    z-index: 11
}

.packet2_item--a:hover {
    background-color: #b504c3;
    color: #fff;
    border: 2px solid #b504c3
}

.packet2_item--a__another {
    background-color: #fff
}

.packet2_item--a__another:hover {
    background-color: #ffcd00;
    border: 2px solid #ffcd00
}

.packet3 {
    background-color: #f9f9f9;
    padding: 50px 0 75px;
    margin-top: 50px;
    position: relative;
    overflow: hidden
}

.packet3:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -450px;
    background: url(../img/item.png);
    width: 824px;
    height: 612px
}

@media screen and (max-width:660px) {
    .packet3:after {
        display: none
    }
}

.packet3 .site8_top--span:after {
    content: '05'
}

.packet3 .site4_top--desc {
    margin-top: 20px
}

.packet3_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:991px) {
    .packet3_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:660px) {
    .packet3_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 25px
    }
}

.packet3_item {
    width: 29%;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.14);
    position: relative;
    z-index: 10
}

@media screen and (max-width:991px) {
    .packet3_item {
        width: 45%
    }
}

@media screen and (max-width:660px) {
    .packet3_item {
        width: 100%;
        margin-top: 25px
    }
}

.packet3_item:first-child .packet3_item--content::before {
    content: '';
    background: url(../img/kompq.png) center / cover no-repeat;
    width: 354px;
    height: 260px;
    position: absolute;
    bottom: -120px;
    left: 2px;
    opacity: 0.46
}

.packet3_item:nth-child(3) .packet3_item--content:before {
    content: '';
    background: url(../img/kompq.png) center / cover no-repeat;
    width: 354px;
    height: 260px;
    position: absolute;
    bottom: -40px;
    left: -150px;
    opacity: 0.46
}

.packet3_item:nth-child(3) .packet3_item--content:after {
    content: '';
    background: url(../img/kompa.png) center / cover no-repeat;
    width: 250px;
    height: 183px;
    position: absolute;
    bottom: -20px;
    right: -60px
}

.packet3_item:nth-child(2) .packet3_item--top {
    background-color: #494662;
    padding-top: 40px;
    height: 200px
}

@media screen and (max-width:660px) {
    .packet3_item:nth-child(2) .packet3_item--top {
        background-color: #46535E;
        height: auto;
        padding-top: 15px
    }
}

.packet3_item:nth-child(2) .packet3_item--content {
    background-color: #f5faf7;
    padding-bottom: 60px
}

@media screen and (max-width:660px) {
    .packet3_item:nth-child(2) .packet3_item--content {
        padding-bottom: 40px
    }
}

.packet3_item:nth-child(2) .packet3_item--content:after {
    content: '';
    background: url(../img/kompa.png) center / cover no-repeat;
    width: 250px;
    height: 183px;
    position: absolute;
    top: 12%;
    right: -120px
}

.packet3_item:nth-child(2) .packet3_item--content:before {
    content: '';
    background: url(../img/kompq.png) center / cover no-repeat;
    width: 421px;
    height: 309px;
    position: absolute;
    bottom: -120px;
    left: -35px;
    opacity: 0.46
}

.packet3_item:nth-child(2) .packet3_item--line {
    display: none
}

@media screen and (max-width:660px) {
    .packet3_item:nth-child(2) .packet3_item--line {
        display: block
    }
}

.packet3_item:nth-child(2) .packet3_item--h3 {
    font-size: 33px;
    text-transform: uppercase
}

@media screen and (max-width:660px) {
    .packet3_item:nth-child(2) .packet3_item--h3 {
        font-size: 28px
    }
}

.packet3_item--r {
    font-size: 15px;
    position: relative;
    color: #ffcd00;
    padding: 0 15px
}

@media screen and (max-width:660px) {
    .packet3_item--r {
        top: -4px
    }
}

.packet3_item--r:after {
    content: '';
    background-color: #ffcd00;
    height: 2px;
    width: 75px;
    position: absolute;
    top: 7.5px;
    left: -80px
}

.packet3_item--r:before {
    content: '';
    background-color: #ffcd00;
    height: 2px;
    width: 75px;
    position: absolute;
    top: 7.5px;
    right: -80px
}

.packet3_item--top {
    background-color: #46535E;
    padding: 25px 55px 25px 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    position: relative;
    height: 180px
}

@media screen and (max-width:660px) {
    .packet3_item--top {
        height: auto;
        padding: 25px 0
    }
}

.packet3_item--top:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(70, 83, 94, 0);
    border-top-color: #46535E;
    border-width: 10px;
    margin-left: -10px
}

@media screen and (max-width:660px) {
    .packet3_item--top:after {
        border-top-color: #ffcd00
    }
}

.packet3_item--h3 {
    font-family: 'MullerExtraBold', 'Arial', sans-serif;
    font-size: 28px;
    text-transform: uppercase
}

@media screen and (max-width:660px) {
    .packet3_item--h3 {
        margin-bottom: 10px
    }
}

.packet3_item--line {
    width: 100%;
    height: 2px;
    background-color: #ffcd00;
    position: relative
}

@media screen and (max-width:660px) {
    .packet3_item--line {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.packet3_item--sum {
    font-family: 'MullerBold', 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    top: 3px
}

@media screen and (max-width:660px) {
    .packet3_item--sum {
        font-size: 22px;
        top: 0
    }
}

.packet3_item--p {
    font-size: 16px
}

.packet3_item--content {
    background-color: #fff;
    padding: 30px 40px 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.packet3_item--li {
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
    z-index: 10
}

.packet3_item--li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/tarif-check.png);
    width: 16px;
    height: 16px
}

.packet3_item--li__gray:after {
    background: url(../img/tarif-check1.png)
}

.packet3_item--li p {
    font-size: 16px;
    color: #2E2E2E
}

.packet3_item--a {
    font-family: 'MullerBold', 'Arial', sans-serif;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    margin-top: 30px;
    background-color: #ffcd00;
    text-align: center;
    font-size: 14px;
    border-radius: 33px;
    width: 187px;
    border: 2px solid #ffcd00;
    color: #2D2D2D;
    height: 44px;
    line-height: 44px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    z-index: 11
}

.packet3_item--a:hover {
    background-color: #b504c3;
    color: #fff;
    border: 2px solid #b504c3
}

.packet3_item--a__another {
    background-color: #fff
}

.packet3_item--a__another:hover {
    background-color: #ffcd00;
    border: 2px solid #ffcd00
}

.site-robot {
    background: url(../img/hpew.jpg) center / cover no-repeat
}

.modal_menu--li.active {
    color: #FFCD00
}

.center_li.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.center_li.active p:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.center_li.active a:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.com1_item .shirm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

@media screen and (max-width:1330px) {
    .com1_item video {
        height: 100%
    }
}

.arrow-7 {
    position: absolute;
    bottom: 50px;
    left: 50%
}

@media screen and (max-width:660px) {
    .arrow-7 {
        left: 80%
    }
}

.arrow-7 span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -12px;
    -webkit-animation: arrow-7 2s infinite;
    animation: arrow-7 2s infinite
}

.arrow-7 span:nth-child(2) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}

.arrow-7 span:nth-child(3) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

@-webkit-keyframes arrow-7 {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(-15px, -15px);
        transform: rotate(45deg) translate(-15px, -15px)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(15px, 15px);
        transform: rotate(45deg) translate(15px, 15px)
    }
}

@keyframes arrow-7 {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(-15px, -15px);
        transform: rotate(45deg) translate(-15px, -15px)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(15px, 15px);
        transform: rotate(45deg) translate(15px, 15px)
    }
}

.ramka-3:after,
.ramka-3:before {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
    margin: -5%;
    -webkit-box-shadow: inset 0 0 0 4px #f2ce41;
    box-shadow: inset 0 0 0 4px #f2ce41;
    -webkit-animation: anim-ramka-3 10s linear infinite;
    animation: anim-ramka-3 10s linear infinite
}

.ramka-3:before {
    -webkit-animation-delay: -5s;
    animation-delay: -5s
}

@-webkit-keyframes anim-ramka-3 {

    0%,
    to {
        clip: rect(0px, 220px, 6px, 0px)
    }

    25% {
        clip: rect(0px, 6px, 220px, 0px)
    }

    50% {
        clip: rect(218px, 220px, 220px, 0px)
    }

    75% {
        clip: rect(0px, 220px, 220px, 218px)
    }
}

@keyframes anim-ramka-3 {

    0%,
    to {
        clip: rect(0px, 220px, 6px, 0px)
    }

    25% {
        clip: rect(0px, 6px, 220px, 0px)
    }

    50% {
        clip: rect(218px, 220px, 220px, 0px)
    }

    75% {
        clip: rect(0px, 220px, 220px, 218px)
    }
}

.pr2--com .site5_item {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.pr2--com .site5_item:hover {
    -webkit-box-shadow: 0 0 20px 0px #f2ce41;
    box-shadow: 0 0 20px 0px #f2ce41
}

.site8_row .site8_item {
    position: relative
}

.fullscreen-bg__video--com {
    background: url(../img/complex.jpg) center / cover no-repeat
}

.center_h1 .par2_com {
    padding-top: 9px
}

@media screen and (max-width:1238px) {
    .site1.pr1 {
        margin-bottom: 30px
    }
}

@media screen and (max-width:660px) {
    .site1.pr1 .site1_right {
        padding: 80px 0 0
    }
}

.site1-com--li {
    margin-top: 25px;
    position: relative;
    padding-left: 35px
}

.site1-com--li:first-child {
    margin-top: 32px
}

.site1-com--li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #ffcd00;
    width: 10px;
    height: 10px
}

.site1-com--p1 {
    font-family: 'MullerBold', 'Arial', sans-serif;
    font-size: 18px;
    color: #1E1E1F
}

.site1-com--p2 {
    margin-top: 10px;
    color: #333336
}

.site1_slider {
    top: -50px
}

@media screen and (max-width:660px) {
    .site1 .site1_slider {
        top: -100px
    }

    .site1 .site1_slider .slick-prev {
        top: 115px;
        left: 0px
    }

    .site1 .site1_slider .slick-next {
        top: 130px;
        left: 45px
    }
}

.site8_com {
    padding-bottom: 90px;
    margin-top: 0
}

.site8_com .site8_top--span:after {
    content: '03'
}

.site8_com .com1_item {
    overflow: hidden
}

.site12_com .com4-smart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url('../img/smart_copy.png') no-repeat
}

.site12_com .com4-smart video {
    border-radius: 10px;
    cursor: pointer
}

.site12_com .com4-btns,
.site12_com .com4-p {
    max-width: 500px
}

@media screen and (max-width:1330px) {
    .site12_com .com4-smart {
        right: -20px;
        z-index: 1
    }

    .site12_com .site12-content {
        margin-left: 20px
    }

    .site12_com .site12-content--desc--com {
        max-width: calc(100% - 200px);
        max-height: 285px;
        overflow-y: auto
    }

    .site12_com .com4-btns,
    .site12_com .com4-p,
    .site12_com .site12-content--h3 {
        max-width: calc(100% - 200px)
    }
}

@media screen and (max-width:991px) {
    .site12_com .site12-content {
        padding-right: 100px;
        margin-left: 0
    }

    .site12_com .site12-content--desc--com {
        max-height: 100%
    }

    .site12_com .com4-btns,
    .site12_com .com4-p {
        max-width: 395px
    }
}

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

    .site12_com .com4-btns,
    .site12_com .com4-p,
    .site12_com .site12-content--desc--com,
    .site12_com .site12-content--h3 {
        max-width: 100%
    }

    .site12_com .site12-content {
        padding-right: 20px
    }

    .site12_com .com4-smart {
        background: none;
        height: 430px;
        margin: 10px auto 0;
        width: auto
    }

    .site12_com .com4-smart video {
        width: auto;
        height: 100%
    }
}

.com1_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.com1_item {
    width: 49%;
    height: 333px;
    margin-top: 50px;
    position: relative
}

.com1_item:nth-child(n+3) {
    margin-top: 25px
}

.site6--com {
    background: url(../img/bretagne-conseil.jpg) 750px 0 no-repeat;
    background-size: contain
}

@media screen and (max-width:991px) {
    .site6--com {
        background: none
    }
}

.com2_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 52%
}

.pr_ul--com {
    width: 40%
}

.pr2-bottom--com {
    margin-top: 75px
}

.site66.site6--com .site6_h2 {
    max-width: 650px
}

.site13--com.pr3 {
    background: url(../img/con-advantage.webp)1000px 100px no-repeat;
    background-size: contain
}

.site7_right--com {
    max-width: 360px
}

.pr2--com {
    margin-top: 100px;
    padding-bottom: 75px
}

.site2--com {
    padding-top: 75px;
    margin-top: 0
}

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

    .site2 .ui-tabs-tab a,
    .site12 .ui-tabs-tab a {
        padding: 15px
    }

    .site12.site12_com .ui-tabs-tab a#ui-id-3 {
        padding-right: 15px
    }
}

.com3_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site2_row--com {
    margin-top: 50px;
    background-color: #fafafa
}

.site2_row--com .site2 .tab-content {
    padding-top: 0
}

.site7_left--com {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -150px;
    top: -157px;
    left: auto;
    width: 184px;
    height: 316px
}

@media screen and (max-width:1330px) {
    .site7_left--com {
        right: 0
    }
}

@media screen and (max-width:991px) {
    .site7_left--com {
        right: -50px;
        top: -60px
    }
}

.site7_left--number--com {
    position: relative;
    bottom: -40px;
    padding-left: 45px
}

.site7_left--figure--com {
    left: 130px;
    top: 0
}

@media screen and (max-width:1330px) {
    .site7_left--figure--com {
        left: 0
    }
}

.site7_left--figure--com1 {
    margin-left: 25px
}

.video {
    width: 100%;
    height: 100%;
    position: relative
}

.video1-play {
    z-index: 1;
    position: absolute;
    width: 70%;
    top: 50%;
    left: 57%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video1-play div {
    background: url(../img/play-button.svg) center / cover no-repeat;
    height: 49px;
    width: 49px
}

.video1-play h3 {
    font-size: 27px;
    color: #fff;
    margin-left: 20px;
    font-family: 'MullerBold', 'Arial', sans-serif
}

.site12 .ui-tabs-tab a {
    text-decoration: none;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.site12 .ui-tabs-tab a:hover {
    background-color: #f5d400;
    color: #000
}

.site12 .ui-tabs-tab a#ui-id-3 {
    padding-right: 0
}

.site12-content--desc--com {
    position: relative;
    padding-top: 35px;
    margin-top: 35px;
    line-height: 1.5;
    max-width: 550px
}

.site12-content--desc--com:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f5d400;
    width: 35px;
    height: 4px
}

.site12-content--desc--com span {
    display: block;
    margin-top: 15px;
    font-family: 'MullerBold', 'Arial', sans-serif;
    color: #333336
}

.com4-p {
    display: block;
    text-transform: uppercase;
    font-family: 'MullerBold', 'Arial', sans-serif;
    margin-top: 22px;
    color: #000;
    font-size: 18px
}

.site5_item--btn--com {
    background-color: #fff
}

.site5_item--btn--com:after {
    background-color: #f6d700
}

.com4-btns {
    position: relative;
    z-index: 10
}

.site5_item--btn--com1 {
    position: absolute;
    bottom: 0;
    left: 205px
}

@media screen and (max-width:460px) {
    .site5_item--btn--com1 {
        position: relative;
        left: 0
    }
}

.site7-com2 {
    display: none
}

.com4-smart {
    position: absolute;
    top: 20px;
    right: -80px;
    background: url(../img/smart.png);
    width: 268px;
    height: 508px
}

.com4-smart iframe {
    position: relative;
    overflow: hidden;
    top: 18px;
    left: 20px;
    z-index: 1;
    border-radius: 10px
}

.site2.site2--com .ui-tabs {
    background-color: #fff
}

.site7-com1 {
    margin-top: 80px
}

@media screen and (max-width:1330px) {
    .site7-com1 .site7_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:1330px) {
    .site-content {
        overflow-x: hidden
    }

    .site8_top--span,
    .site10_top--span {
        right: 20px
    }
}

.site2_row .ui-tabs-tab a:hover {
    background-color: #f5d400;
    color: #000
}

.pr2.pr22 {
    padding: 50px 0 65px;
    margin-top: 50px
}

.site9_slider .site9_row a {
    max-width: 411px
}

.site9_slider .site9_row a img {
    max-height: 500px
}

.site9_slider .site9_row2 a img {
    max-width: 305px;
    max-height: 500px
}

.site99_slider .site9_row2 img,
.site99_slider .site9_row img {
    max-width: 350px
}

.site-container.pr10 {
    overflow: visible
}

@media screen and (min-width:1400px) {
    html {
        font-size: 110%
    }
}

@media screen and (min-width:1600px) {
    html {
        font-size: 115%
    }
}

@media screen and (min-width:1900px) {
    html {
        font-size: 120%
    }
}

@media screen and (max-width:374px) {
    .center_h1 {
        font-size: 28px
    }

    .center_p {
        font-size: 17px
    }
}

@media screen and (max-width:359px) {
    .center_ul {
        margin: 4vh 0 -20px 0
    }

    .center_li {
        margin: 0vh 0 20px 0
    }

    .bottom_left {
        display: none
    }
}

@media screen and (max-width:320px) {
    .center_h1 {
        font-size: 24px
    }

    .center_li a,
    .center_li p {
        font-size: 16px
    }
}

@media screen and (max-height:650px) {
    .modal_menu--h3 {
        font-size: 28px
    }

    .modal_menu--ul {
        margin-top: 10px
    }

    .modal_menu--li {
        margin-top: 15px
    }

    .modal_menu--li:before {
        top: 7px
    }

    .modal_menu--li a {
        font-size: 18px
    }

    .modal_contact--ul {
        margin-top: 10px
    }

    .modal_contact--li a,
    .modal_contact--li p {
        font-size: 16px
    }

    .modal_contact--li:last-child p {
        max-width: 200px
    }
}

@media screen and (min-height:800px) {
    .modal_menu--h3 {
        font-size: 36px
    }

    .modal_menu--ul {
        margin-top: 30px
    }

    .modal_menu--li {
        margin-top: 20px
    }

    .modal_menu--li:before {
        top: 3px
    }

    .modal_menu--li a {
        font-size: 24px
    }

    .modal_contact--ul {
        margin-top: 30px
    }

    .modal_contact--li {
        margin-top: 20px
    }

    .modal_contact--li a,
    .modal_contact--li p {
        font-size: 21px
    }
}

@media (max-width:420px) and (max-height:700px) {
    .bottom_left {
        display: none
    }

    .bottom {
        bottom: 5%
    }

    .form_mob--p {
        display: none
    }
}

@media screen and (max-width:1240px) {
    .inner {
        height: auto;
        padding-bottom: 50px
    }

    .row_inner {
        display: none
    }

    .about_title {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .about_left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .about_left--p {
        margin-top: 35px
    }

    .about_right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 155px
    }

    .about_right1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .about_right2 {
        margin-top: 220px
    }

    .about_right3 {
        margin-top: 250px
    }

    .about_end,
    .about_first {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about_two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about_opacity {
        position: static;
        padding: 0
    }

    .about_three {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        padding: 0;
        width: 520px;
        margin-top: 25px
    }

    .about_p--three {
        width: 100%
    }

    .about_h3--three {
        max-width: inherit
    }

    .about_img {
        width: 520px;
        height: 355px;
        margin: 15px 0
    }

    .about_img11 {
        background: url(../img/about11.jpg) center / cover no-repeat
    }

    .about_img22 {
        background: url(../img/about22.jpg) center / cover no-repeat
    }

    .about_img33 {
        background: url(../img/about33.jpg) center / cover no-repeat
    }

    .about_img4:after {
        display: none
    }

    .about_img4 img {
        position: static
    }

    .about_man:after {
        content: ''
    }

    .about_h3--nine:after {
        content: ''
    }
}

@media (min-width:750px) and (min-height:650px) {
    .center-site {
        margin-top: 18vh
    }
}

@media (max-width:750px) {
    .center-site {
        margin-top: 25px
    }
}

@media screen and (max-width:1270px) {
    .site4_item {
        width: 49.5%
    }
}

@media screen and (max-width:1240px) {
    .site1_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .site1_right {
        padding: 120px 0 0;
        overflow: inherit;
        width: auto
    }

    .site1_right:after {
        display: none
    }

    .site1_text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: -100px
    }

    .site1_text--h3 {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    .site1_text--h3 span:after {
        display: none
    }

    .site1_text--h3:after {
        display: none
    }

    .site1_slider {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .site1_slider .slick-slide {
        position: relative;
        left: 0
    }

    .site1_slider .slick-next {
        left: 70%
    }

    .site1_slider .slick-prev {
        left: 65%
    }

    .site1_slider--item {
        left: 120px
    }

    .site1_slider--content {
        left: 20px
    }

    .site2 {
        margin-top: 50px
    }

    .site4_top--h2:after {
        display: none
    }

    .site5_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .site5_item {
        margin: 35px
    }

    .site7_right--bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .site7_right--btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 25px
    }

    .site7_right--a {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0
    }

    .site11_top--callback {
        display: none
    }
}

@media screen and (max-width:1060px) {
    .site7_row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .site7_right {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .site7_left--figure {
        left: 0
    }
}

@media screen and (max-width:991px) {
    .site7_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .site7_img {
        padding-top: 100px
    }

    .site7_right--h2 {
        position: absolute;
        top: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .site7_right--row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .site7_right--item {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .site7_right--fact {
        width: 140px;
        text-align: right
    }

    .site7_right--row {
        margin-top: 35px
    }

    .site7_right--desc {
        margin-left: 15px
    }

    .site7_right--bottom {
        margin-top: 40px
    }

    .pr2-bottom--com {
        margin-top: 75px
    }
}

@media screen and (min-width:1400px) {
    .site6 {
        background: url(../img/site6.jpg) 900px 0 no-repeat
    }

    .site6--com {
        background: url(../img/bretagne-conseil.webp) 900px 0 no-repeat;
        background-size: contain
    }

    .site666 {
        background: url(../img/cr.jpg) 900px bottom no-repeat
    }

    .site13 {
        background: url(../img/chess-pieces.jpg) 1000px 0 no-repeat
    }

    .site13.pr3 {
        background: url(../img/cheseces.png) 1000px 0 no-repeat
    }

    .site13--com.pr3 {
        background: url(../img/con-advantage.webp) 1100px 100px no-repeat;
        background-size: contain
    }

    .site133 {
        background: url(../img/chess-pieces12.png) 1000px bottom no-repeat
    }

    .site14_content {
        margin-left: 8%;
        padding-left: 60px
    }

    .site14_row {
        width: 75%
    }

    .site14_content__robot:after {
        right: -330px
    }
}

@media screen and (min-width:1600px) {
    .site6 {
        background: url(../img/site6.jpg) 1050px 0 no-repeat
    }

    .site6--com {
        background: url(../img/bretagne-conseil.jpg) 1050px 0 no-repeat;
        background-size: contain
    }

    .site666 {
        background: url(../img/cr.jpg) 1050px bottom no-repeat
    }

    .site14_content {
        margin-left: 10%
    }

    .site15_content {
        margin-left: 25%;
        padding-left: 80px
    }

    .site133 {
        background: url(../img/chess-pieces12.png) 1150px bottom no-repeat
    }

    .site14_row {
        width: 70%
    }

    .site14_content:after {
        right: -280px
    }

    .site14_content__robot:after {
        right: -230px
    }

    .site13--com.pr3 {
        background: url(../img/con-advantage.jpg) 1200px 100px no-repeat;
        background-size: contain
    }
}

@media screen and (min-width:1700px) {
    .site6 {
        background: url(../img/site6.jpg) 1050px 0 no-repeat
    }

    .site6--com {
        background: url(../img/bretagne-conseil.jpg) 1050px 0 no-repeat;
        background-size: contain
    }

    .site666 {
        background: url(../img/cr.jpg) 1050px bottom no-repeat
    }

    .site13 {
        background: url(../img/chess-pieces.jpg) 1100px 0 no-repeat
    }

    .site13.pr3 {
        background: url(../img/cheseces.png) 1100px 0 no-repeat
    }

    .site13--com.pr3 {
        background: url(../img/con-advantage.jpg) 1300px 100px no-repeat;
        background-size: contain
    }

    .site133 {
        background: url(../img/chess-pieces12.png) 1200px bottom no-repeat
    }

    .site14_content {
        margin-left: 11.5%
    }
}

@media screen and (min-width:1800px) {
    .site6 {
        background: url(../img/site6.jpg) 1100px 0 no-repeat
    }

    .site6--com {
        background: url(../img/bretagne-conseil.jpg) 1100px 0 no-repeat;
        background-size: contain
    }

    .site666 {
        background: url(../img/cr.jpg) 1100px bottom no-repeat
    }

    .site14_content:after {
        right: -220px
    }

    .site15_content {
        margin-left: 20%
    }

    .site14_row {
        width: 65%
    }

    .site14_content__robot:after {
        right: -130px
    }

    .site14_content {
        margin-left: 15%
    }
}

@media screen and (min-width:1900px) {
    .site6 {
        background: url(../img/site6.jpg) 1150px 0 no-repeat
    }

    .site6--com {
        background: url(../img/bretagne-conseil.jpg) 1150px 0 no-repeat;
        background-size: contain
    }

    .site666 {
        background: url(../img/cr.jpg) 1150px bottom no-repeat
    }

    .site133 {
        background: url(../img/chess-pieces12.png) 1250px bottom no-repeat
    }

    .site14_content:after {
        right: -180px
    }

    .site14_content__robot:after {
        right: -30px
    }

    .site13--com.pr3 {
        background: url(../img/con-advantage.jpg) 1400px 100px no-repeat;
        background-size: contain
    }
}

@media screen and (max-width:660px) {
    .site2 .ui-tabs-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .site2 .ui-tabs-tab {
        width: 50%
    }

    .site2 .ui-tabs-tab:first-child a,
    .site2 .ui-tabs-tab:nth-child(3) a {
        width: auto;
        font-size: 14px
    }

    .site2 .ui-tabs-tab:nth-child(2) a,
    .site2 .ui-tabs-tab:nth-child(4) a {
        width: auto;
        font-size: 14px
    }
}

@media screen and (max-width:375px) {
    .site3_item--p {
        width: 65%
    }

    .center_h1.par10 {
        font-size: 24px
    }
}

@media screen and (max-width:360px) {
    .site11_top--right {
        margin-left: 0
    }

    .site11_text {
        left: 0
    }

    .site7_right--h2 {
        margin-left: 0
    }

    .site3_item--p {
        width: 55%
    }
}

@media screen and (max-width:1024px) {
    .com2_row {
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .site7_right--h2--com {
        top: -70px
    }
}

@media screen and (max-width:660px) {
    .pr_ul--com {
        width: 45%
    }

    .site5_item {
        margin: 10px 0
    }

    .site5_item--btn--com1 {
        margin-left: 0
    }

    .com4-smart {
        position: static;
        background: none;
        height: 220px;
        width: 110%;
        margin: 25px 0 15px
    }

    .com4-smart iframe {
        top: 0px;
        left: 0px;
        border-radius: 0px
    }

    .center_h1 .par2_com {
        font-size: 17px;
        padding-top: 7px
    }

    .site7_left--com {
        display: none
    }

    .site7_right--h2--com {
        margin-top: 30px
    }

    .site7_right--com {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .site7_img--com {
        padding-top: 80px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .com3_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .site7_left--figure--com1 {
        margin-left: 0
    }

    .site1_text--p {
        margin-top: 30px
    }

    .site13_item--h3 {
        max-width: 200px
    }

    .form_mob {
        margin-top: 2vh
    }

    .form_mob--a {
        margin-top: 0;
        padding: 15px 40px 11px 15px
    }

    .form_mob--a:before {
        top: 13.5px
    }

    .form_mob--a:after {
        top: 5px
    }

    .center-site {
        margin-top: 15px
    }

    .site4_item {
        width: 100%
    }

    .site6_item--p {
        max-width: 100%
    }

    .site6_item:first-child,
    .site6_item:nth-child(3) {
        padding-right: 10px
    }

    .site12-content {
        padding: 40px 15px
    }

    .site12_item:nth-child(2),
    .site12_item:nth-child(4) {
        padding-left: 10px
    }
}

@media screen and (max-width:420px) {
    .pr_ul--com {
        width: 100%
    }
}

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

    .site2 .ui-tabs-tab:first-child a,
    .site2 .ui-tabs-tab:nth-child(2) a,
    .site2 .ui-tabs-tab:nth-child(3) a,
    .site2 .ui-tabs-tab:nth-child(4) a {
        font-size: 12px;
        padding-top: 20px
    }
}