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

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

body, div, embed, form, h1, h2, h3, h4, h5, h6, input, li, object, ol, p, pre, table, td, ul {
    margin: 0;
    padding: 0
}

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

img {
    max-width: 100%;
    border: 0
}

em, h1, h2, h3, h4, h5, h6, pre, strong {
    font-weight: 400;
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em
}

pre {
    overflow: auto
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

em, n {
    font-style: italic
}

b, strong {
    font-weight: 700
}

hr {
    clear: both;
    height: 1px;
    border: 0;
    background: #335e84
}

body, html {
    width: 100%;
    height: 100%
}

div {
    position: relative
}

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

a:hover {
    text-decoration: none
}

h1 {
    font-size: 30px;
    margin-bottom: 10px
}

body {
    font-family: HelveticaRegular, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    color: #414042;
    background: #fff
}

.content-width {
    max-width: 980px;
    width: 95%;
    margin: 0 auto
}

.header {
    padding: 10px 0
}

.header .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-phones {
    margin-top: 20px;
    padding-left: 55px
}

.header-phones p {
    margin-bottom: 5px
}

.header-phones:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: url(../images/icon-phone.png) no-repeat 50% 50%
}

.header-address {
    margin-top: 20px;
    padding-left: 55px
}

.header-address p {
    margin-bottom: 5px
}

.header-address:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 37px;
    background: url(../images/icon-marker.png) no-repeat 50% 50%
}

.header-mail {
    margin-top: 30px;
    padding-left: 55px
}

.header-mail p {
    margin-bottom: 5px
}

.header-mail:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 41px;
    height: 27px;
    background: url(../images/icon-mail.png) no-repeat 50% 50%
}

.header-logo {
    width: 25%;
    text-align: right;
}

.top-menu {
    background: #f08330;
    z-index: 1;
}

.top-menu.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.top-menu .content-width {
    position: static;
}

.top-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-menu ul li {
    margin-right: 32px;
    list-style-type: none;
}

.top-menu ul li.active a {
    text-decoration: underline;
}

.top-menu ul a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.top-menu ul a.active {
    text-decoration: underline;
}

.top-menu ul .spec a:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 5px;
    background: url(../images/icon-arrow-bottom.png) no-repeat 50% 50%;
    margin-top: 5px;
    margin-left: 5px
}

.top-menu ul .inner {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f1f1ef;
}

.top-menu ul .inner a {
    color: #414042;
    padding: 12px 0
}

.top-menu ul a:hover {
    color: #f3b687;
}

.main-slider .main-slider-cell {
    height: 473px;
    outline: 0;
}

.main-slider .main-slider-cell.one, .main-slider .main-slider-cell.three {
    text-align: right;
}

.main-slider .main-slider-cell.two .info {
    padding-top: 165px;
}

.main-slider .main-slider-cell.four .info, .main-slider .main-slider-cell.three .info {
    padding-top: 130px;
}

.main-slider .main-slider-cell .info {
    padding-top: 107px;
    font-size: 20px;
}

.main-slider .main-slider-cell .title {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-slider-bottom {
    margin-top: -85px;
}

.main-slider-bottom-cell {
    border: 1px solid #bcbcba;
    height: 84px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    padding: 4px;
    cursor: pointer;
}

.main-slider-bottom-cell .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #414042;
    height: 100%;
    outline: 0;
}

.main-slider-bottom-cell .num {
    margin-right: 6px
}

.main-slider-bottom-cell .num span {
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #414042;
    border-radius: 50%;
}

.main-slider-bottom-cell .text {
    font-size: 12px;
    padding-top: 6px
}

.main-slider-bottom-cell .text .title {
    font-family: HelveticaBold;
    font-size: 17px;
    margin-bottom: 5px;
}

.main-slider-bottom-cell.slick-current {
    background: #f08330;
}

.main-slider-bottom-cell.slick-current .inner {
    color: #fff;
}

.main-slider-bottom-cell.slick-current .num span {
    border-color: #fff;
}

.main-advantages {
    margin-top: 100px;
}

.main-advantages .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-advantages-cell {
    width: 23%;
    text-align: center;
}

.main-advantages-cell .img {
    width: 95px;
    height: 95px;
    background: #f08330;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-advantages-cell.bag .img {
    padding-top: 29px
}

.main-advantages-cell.bag .img:after {
    content: '';
    width: 38px;
    height: 34px;
    background: url(../images/icon-bag.png) no-repeat 50% 50%;
    display: inline-block;
}

.main-advantages-cell.globus .img {
    padding-top: 29px;
}

.main-advantages-cell.globus .img:after {
    content: '';
    width: 30px;
    height: 36px;
    background: url(../images/icon-globus.png) no-repeat 50% 50%;
    display: inline-block;
}

.main-advantages-cell.hat .img {
    padding-top: 31px;
}

.main-advantages-cell.hat .img:after {
    content: '';
    width: 49px;
    height: 38px;
    background: url(../images/icon-hat.png) no-repeat 50% 50%;
    display: inline-block;
}

.main-advantages-cell.thumb .img {
    padding-top: 25px
}

.main-advantages-cell.thumb .img:after {
    content: '';
    width: 45px;
    height: 45px;
    background: url(../images/icon-thumb.png) no-repeat 50% 50%;
    display: inline-block;
}

.main-advantages-cell .title {
    font-family: HelveticaBold;
    font-size: 22px;
    margin-bottom: 7px;
}

.footer {
    padding: 50px 0;
    background: #6d6e71;
    margin-top: 95px;
    color: #fff;
}

.footer .content-width {
    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
}

.footer .half {
    width: 54%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.footer .half:first-child{
    width: 46%;
}

.footer .footer-cell {
    width: 49%
}

.footer .footer-cell.m {
    width: 60%;
    padding: 0 10px 0 5px;
}

.footer .title {
    font-size: 14px;
    font-family: HelveticaBold;
    margin-bottom: 25px;
    text-transform: uppercase
}

.footer .title.cont {
    padding-left: 30px
}

.footer .footer-menu li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px
}

.footer .footer-menu li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 11px;
    height: 9px;
    background: url(../images/icon-arrow-right.png) no-repeat 50% 50%
}

.footer .footer-menu a {
    color: #fff;
    display: block
}

.footer .footer-menu a:hover {
    color: #f08330
}

.footer .footer-contacts .phones {
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 20px
}

.footer .footer-contacts .phones p {
    margin-bottom: 6px
}

.footer .footer-contacts .phones:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 18px;
    height: 18px;
    background: url(../images/icon-phone-white.png) no-repeat 50% 50%
}

.footer .footer-contacts .mail {
    padding-left: 30px;
    margin-bottom: 20px
}

.footer .footer-contacts .mail:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 14px;
    background: url(../images/icon-mail-white.png) no-repeat 50% 50%
}

.footer .footer-contacts .address {
    padding-left: 30px
}

.footer .footer-contacts .address p {
    margin-bottom: 4px
}

.footer .footer-contacts .address:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 19px;
    height: 19px;
    background: url(../images/icon-marker-white.png) no-repeat 50% 50%
}

.footer-map {
    height: 225px
}

.map-block {
    display: none
}

.map-block.active {
    display: block
}

.footer-map-button {
    margin-bottom: 13px
}

.footer-map-button:last-child {
    margin-bottom: 0
}

.footer-map-button .button {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    background: #8e8e94;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer
}

.footer-map-button .button:hover {
    opacity: .8
}

.footer-map-button.active .button {
    background: #f08330
}

.footer-map-button .text {
    display: none;
    font-size: 13px;
    padding: 10px 0;
    padding-bottom: 0
}

.footer-map-button .text p {
    margin-bottom: 10px
}

.footer-map-button .text p:last-child {
    margin-bottom: 0
}

.footer-map-button .text.active {
    display: block
}

.footer-bottom span {
    font-size: 13px;
    position: relative;
    top: -19px
}

.about-top {
    padding: 85px 0;
    font-size: 16px;
    line-height: 21px
}

.about-top .title {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 35px
}

.about-advant {
    padding: 80px 0;
    background: #f0f0ed
}

.about-advant .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-advant .half {
    width: 48%
}

.about-advant .cell {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 19px
}

.about-advant .cell:last-child {
    margin-bottom: 0
}

.about-advant .title {
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.about-advant .img {
    margin-top: -38px
}

.about-reviews {
    padding: 85px 0
}

.about-reviews .title {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px
}

.about-reviews-slider-cell {
    padding: 0 80px;
    padding-bottom: 20px;
    outline: 0;
    text-align: center;
    font-size: 16px
}

.about-reviews .slick-next,
.about-reviews .slick-prev{
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 1;
    left: -40px;
    top: 50%;
    overflow: hidden;
    text-indent: -999px;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    border: none;
    background: transparent;
    border-top: 4px solid #cecece;
    border-right: 4px solid #cecece;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.about-reviews .slick-next:hover,
.about-reviews .slick-prev:hover{
    opacity: 0.8;
}
.about-reviews .slick-next{
    left: auto;
    right: -40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 1090px) {
    .about-reviews-slider{
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-reviews .slick-prev{
        left: 0;
    }
    .about-reviews .slick-next{
        right: 0;
    }
}

.about-reviews-slider-cell .tit {
    font-family: HelveticaBold;
    margin-bottom: 25px
}

.about-reviews-slider-cell .text {
    line-height: 20px
}

.about-reviews-slider-cell .text p {
    margin-bottom: 15px
}

.about-reviews-slider-cell .text p:last-child {
    margin-bottom: 0
}

.about-reviews-slider-cell:before {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    width: 50px;
    height: 42px;
    background: url(../images/icon-kov-left.png) no-repeat
}

.about-reviews-slider-cell:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 49px;
    height: 42px;
    background: url(../images/icon-kov-right.png) no-repeat
}

.about-reviews .slick-dots {
    text-align: center;
    margin-top: 20px
}

.about-reviews .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px
}

.about-reviews .slick-dots button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e6e7e8;
    border: 2px solid transparent;
    font-size: 0;
    outline: 0;
    cursor: pointer
}

.about-reviews .slick-dots .slick-active button {
    background: #fff;
    border-color: #e6e7e8
}

.about-bolee {
    height: 489px;
    background: url(../images/about-bolee-bg.jpg) no-repeat 50% 50%;
    padding-top: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    color: #fff
}

.about-bolee .title {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.about-bolee-rows {
    float: right
}

.about-bolee-row {
    font-size: 16px;
    width: 360px;
    padding: 25px 0;
    position: relative
}

.about-bolee-row:nth-child(1):before {
    content: '';
    position: absolute;
    top: 11px;
    left: -58px;
    width: 39px;
    height: 40px;
    background: url(../images/icon-bolee1.png) no-repeat
}

.about-bolee-row:nth-child(2):before {
    content: '';
    position: absolute;
    top: 11px;
    left: -58px;
    width: 40px;
    height: 40px;
    background: url(../images/icon-bolee2.png) no-repeat
}

.about-bolee-row:nth-child(3):before {
    content: '';
    position: absolute;
    top: 16px;
    left: -54px;
    width: 34px;
    height: 34px;
    background: url(../images/icon-bolee3.png) no-repeat
}

.about-bolee-row:nth-child(4):before {
    content: '';
    position: absolute;
    top: 11px;
    left: -52px;
    width: 32px;
    height: 41px;
    background: url(../images/icon-bolee4.png) no-repeat
}

.about-komp {
    padding: 80px 0;
    padding-bottom: 0;
    text-align: center
}

.about-komp .title {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 42px
}

.about-komp .under-title {
    font-size: 17px;
    margin-bottom: 28px
}

.about-komp-cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-komp-cell {
    padding: 25px 10px;
    width: 21%;
    -webkit-transition: .3s;
    transition: .3s
}

.about-komp-cell .img {
    height: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about-komp-cell .tit {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: HelveticaBold
}

.about-komp-cell .text {
    font-size: 13px;
    line-height: 17px
}

.about-komp-cell.one .img:after {
    content: '';
    display: inline-block;
    width: 55px;
    height: 54px;
    background: url(../images/icon-comp1.png) no-repeat 0 0
}

.about-komp-cell.one:hover .img:after {
    background-position: 0 -54px
}

.about-komp-cell.two .img:after {
    content: '';
    display: inline-block;
    width: 62px;
    height: 52px;
    background: url(../images/icon-comp2.png) no-repeat 0 0
}

.about-komp-cell.two:hover .img:after {
    background-position: 0 -52px
}

.about-komp-cell.three .img:after {
    content: '';
    display: inline-block;
    width: 55px;
    height: 57px;
    background: url(../images/icon-comp3.png) no-repeat 0 0
}

.about-komp-cell.three:hover .img:after {
    background-position: 0 -57px
}

.about-komp-cell.four .img {
    padding-top: 10px
}

.about-komp-cell.four .img:after {
    content: '';
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../images/icon-comp4.png) no-repeat 0 0
}

.about-komp-cell.four:hover .img:after {
    background-position: 0 -44px
}

.about-komp-cell:hover {
    color: #fff;
    background: #f08330
}

.content {
    padding: 80px 0
}

.content h1 {
    text-transform: uppercase
}

.breadcrumbs {
    margin-top: 25px
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #bcbec0
}

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

.content-left {
    width: 66%
}

.content-slider {
    margin-bottom: 40px
}

.content-slider .content-slider-cell {
    height: 280px;
    outline: 0;
    padding-top: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content-slider .slick-prev {
    width: 33px;
    height: 33px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    background: url(../images/slider-left.png) no-repeat;
    z-index: 1;
    cursor: pointer;
    border: none;
    font-size: 0;
    outline: 0
}

.content-slider .slick-next {
    width: 33px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    background: url(../images/slider-right.png) no-repeat;
    z-index: 1;
    cursor: pointer;
    border: none;
    font-size: 0;
    outline: 0
}

.content-slider .inner {
    width: 80%;
    height: 100px;
    padding: 15px;
    padding-top: 30px;
    background: rgba(255, 255, 255, .8);
    font-size: 24px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content-slider .inner.spec {
    padding-top: 19px
}

.content-text p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 18px
}

.content-text .t {
    font-size: 16px;
    text-transform: uppercase;
    font-family: HelveticaBold
}

.content-text .vines {
    color: #6d6e71;
    padding-left: 65px;
    background: url(../images/icon-mark.png) no-repeat 0 50%;
    margin: 30px 0
}

.content-text .vines.strat {
    background-image: url(../images/icon-strat.png);
    padding: 15px 0;
    padding-left: 65px
}

.content-text .vines.upravl {
    background-image: url(../images/icon-upravl.png);
    padding: 15px 0;
    padding-left: 65px
}

.content-text .vines.finance {
    background-image: url(../images/icon-finance.png);
    padding: 15px 0;
    padding-left: 65px
}

.content-text li {
    margin-bottom: 20px;
    font-size: 15px;
    margin-left: 18px
}

.content-text .content-garm-cell {
    border: 1px solid #2d1809;
    margin-bottom: 8px
}

.content-text .content-garm-cell .tit {
    font-size: 14px;
    padding: 15px;
    margin-bottom: 0;
    cursor: pointer;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.content-text .content-garm-cell .tit.active {
    background: #f08330;
    color: #fff
}

.content-text .content-garm-cell .tit:hover {
    opacity: .8
}

.content-text .content-garm-cell .tit:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 12px;
    width: 19px;
    height: 20px;
    background: url(../images/icon-plus-minus.png) no-repeat 0 0
}

.content-text .content-garm-cell .tit.active:after {
    background-position: 0 -20px
}

.content-text .content-garm-cell .tit.no:hover {
    opacity: 1
}

.content-text .content-garm-cell .tit.no:after {
    display: none
}

.content-text .content-garm-cell .text {
    padding: 15px;
    display: none
}

.content-text .content-garm-cell li:last-child, .content-text .content-garm-cell p:last-child {
    margin-bottom: 0
}

.content-right {
    width: 31%
}

.content-right .tit {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.content-right .why-analitika {
    margin-bottom: 20px;
    font-size: 12px;
    padding-left: 55px
}

.content-right .why-analitika .t {
    font-size: 16px;
    font-family: HelveticaBold;
    margin-bottom: 6px
}

.content-right .why-analitika.one {
    background: url(../images/icon-why1.png) no-repeat 0 4px
}

.content-right .why-analitika.two {
    background: url(../images/icon-why2.png) no-repeat 5px 4px
}

.content-right .why-analitika.three {
    background: url(../images/icon-why3.png) no-repeat 8px 4px
}

.content-right .why-analitika.four {
    background: url(../images/icon-why4.png) no-repeat 0 4px
}

.content-primer {
    padding: 95px 0;
    background: #f0f0ed
}

.content-primer .title {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.content-primer-cell {
    outline: 0
}

.content-primer-cell .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-primer-cell .text {
    width: 66%;
    padding: 60px 15px;
    background: #fff
}

.content-primer-cell .text .t {
    font-size: 16px;
    font-family: HelveticaBold;
    margin-bottom: 20px;
    text-transform: uppercase
}

.content-primer-cell .text p {
    margin-bottom: 20px
}

.content-primer-cell .text .no {
    margin-bottom: 0
}

.content-primer-cell .text ul {
    margin-left: 16px;
    margin-top: 3px;
    margin-bottom: 20px
}

.content-primer-cell .img {
    width: 33%
}

.content-primer .slick-next {
    position: absolute;
    top: -50px;
    right: 0;
    width: 34px;
    height: 35px;
    background: url(../images/slider-bottom-right.png) no-repeat 50% 50%;
    border: none;
    outline: 0;
    cursor: pointer;
    z-index: 1;
    font-size: 0
}

.content-primer .slick-prev {
    position: absolute;
    top: -50px;
    right: 39px;
    width: 34px;
    height: 35px;
    background: url(../images/slider-bottom-left.png) no-repeat 50% 50%;
    border: none;
    outline: 0;
    cursor: pointer;
    z-index: 1;
    font-size: 0
}

.content-primer .slick-next:hover, .content-primer .slick-prev:hover {
    opacity: .8
}

.content-usloviya {
    padding: 90px 0;
    padding-bottom: 0
}

.content-usloviya .title {
    font-size: 28px;
    text-transform: uppercase
}

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

.content-usloviya-cell {
    width: 22%;
    border: 2px solid #b8b8b8;
    text-align: center;
    color: #414042;
    padding: 25px 6px;
    -webkit-transition: .5s;
    transition: .5s;
    background: #fff
}

.content-usloviya-cell:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 30px #c7c7c7;
    box-shadow: 0 0 30px #c7c7c7
}

.content-usloviya-cell .img {
    height: 95px
}

.content-usloviya-cell .tit {
    font-size: 15px;
    font-family: HelveticaBold;
    margin-bottom: 12px
}

.content-usloviya-cell .text {
    height: 120px
}

.content-usloviya-cell .bot span {
    color: #bcbec0;
    font-size: 12px;
    font-family: HelveticaBold;
    text-decoration: underline
}

.arrow-top {
    position: fixed;
    display: none;
    z-index: 2;
    bottom: 100px;
    left: 50%;
    margin-left: 510px;
    width: 59px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    background: url(../images/icon-arrow-top.png) no-repeat 50% 50%
}

.arrow-top:hover {
    opacity: .8
}

@media only screen and (max-width: 1150px) {
    .arrow-top {
        right: 10px;
        left: auto;
        margin-left: 0
    }
}

@media only screen and (max-width: 1000px) {
    .header-logo {
        width: 18%
    }

    .main-slider .main-slider-cell .info {
        padding: 20px !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(255, 255, 255, .7);
        top: 100px
    }
    .footer .half {
        width: 100%!important;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 768px) {
    .header .content-width {
        padding-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        /*text-align: center;*/
        margin-bottom: 20px;
        position: absolute;
        right: 0;
        width: 116px;
        top: 0
    }

    .header-phones {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header-address {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-mail {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header-address, .header-mail, .header-phones {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .top-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        padding: 10px 0;
        background: 0 0
    }

    .top-menu nav {
        background: #f08330;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 105px
    }

    .top-menu ul {
        display: block
    }

    .top-menu ul .inner {
        position: static;
        display: block !important;
        background: 0 0
    }

    .top-menu ul .inner a {
        color: #fff
    }

    .mobile-button {
        width: 38px;
        float: left;
        margin-top: 30px
    }

    .mobile-button div {
        height: 4px;
        margin-bottom: 6px;
        background: #f08330
    }

    .top-menu ul .spec a:after {
        display: none
    }

    .main-advantages .content-width {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-advantages-cell {
        width: 100%;
        margin-bottom: 20px
    }

    .footer .content-width {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }



    .about-advant .content-width {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-advant .half {
        width: 100%;
        margin-bottom: 20px
    }

    .about-komp-cells {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-komp-cell {
        width: 49%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .about-bolee-rows {
        float: none
    }

    .about-bolee-row {
        width: 100%
    }

    .about-bolee-row:before {
        left: 17px !important
    }

    .about-bolee {
        height: auto;
        height: initial;
        padding: 40px 0;
        background-size: cover
    }

    .content-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content-left, .content-right {
        width: 100%;
        margin-bottom: 30px
    }

    .content-primer-cell .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .content-primer-cell .img, .content-primer-cell .text {
        width: 100%
    }

    .content-primer-cell .img {
        height: 200px
    }

    .content-primer-slider {
        margin-top: 65px
    }

    .content-usloviya-cells {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .content-usloviya-cell {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 15px
    }

    .main-slider .main-slider-cell {
        height: 395px
    }

    .main-slider .main-slider-cell .info {
        top: 60px
    }

    .main-slider-bottom .slick-prev {
        position: absolute;
        width: 24px;
        height: 60px;
        left: -27px;
        top: 50%;
        margin-top: -30px;
        border: none;
        z-index: 1;
        outline: 0;
        font-size: 0;
        background: url(../images/slider-mob-left.png) no-repeat 50% 50%
    }

    .main-slider-bottom .slick-next {
        position: absolute;
        width: 24px;
        height: 60px;
        right: -27px;
        top: 50%;
        margin-top: -30px;
        border: none;
        z-index: 1;
        outline: 0;
        font-size: 0;
        background: url(../images/slider-mob-right.png) no-repeat 50% 50%
    }

    .main-slider-bottom {
        padding: 0 23px
    }
}

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

    .footer .footer-cell {
        width: 100%;
        margin-bottom: 30px
    }

    .footer .footer-cell.m {
        width: 100%
    }

    .about-top .title {
        line-height: 31px
    }

    .about-reviews-slider-cell {
        padding: 0
    }

    .about-reviews-slider-cell:after, .about-reviews-slider-cell:before {
        display: none
    }

    .about-bolee-row {
        padding-left: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .content-slider .inner {
        font-size: 19px
    }
}

.cookie-notice {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 10px 0;
    gap: 10px;
    z-index: 1000;
    font-size: 14px;
    display: none;
}

.cookie-notice__container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.cookie-notice strong {
    color: #263957;
}

.cookie-notice .btn-orange {
    max-width: max-content;
    padding: 0 25px;
    font-size: 14px;
}

.cookie-notice__info {
    max-width: 80%;
    width: 100%;
}

.cookie-notice__info p:first-child {
    margin-bottom: 6px;
}

.cookie-notice__btns {
    display: flex;
    align-items: center;
    gap: 50px;
}

.close-cookie {
    background: none;
}

.close-cookie:hover svg {
    fill: #d17229;
}