.section-shares__dots .slick-dots, .section-shares__slider, .shares__slider {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-header__tel:after, .section-shares:after, .section-shares__dots li:before {
    position: absolute;
    content: ''}
.section-header, .section-header__tel, .section-prices__pdf, .section-shares, .section-shares__arrows, .section-shares__dots li, .servicesNav__link, .shares__info {
    position: relative;
}
.section-header__video, .section-prices__pdf .icon, .section-shares:before, .section-shares__dots, .servicesNav, .shares, .shares__arrows-next, .shares__arrows-next .icon, .shares__arrows-prev, .shares__arrows-prev .icon, .shares__numSlider {
    position: absolute;
}
.fixedMenu, .fixedMenu__menu {
    position: fixed;
}
.section-header__pagetitle span, .section-header__tel, .shares__date {
    display: block;
}
.fixedMenu, .section-header, .section-header__category, .section-header__contact, .section-shares__dots .slick-dots, .servicesNav__link, .shares__numSlider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fixedMenu {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-shares__dots .slick-dots {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.fixedMenu, .section-header__category, .shares__numSlider {
    -ms-flex-align: center;
    align-items: center;
}
.section-header__category, .servicesNav__link, .shares__numSlider {
    -ms-flex-pack: center;
    justify-content: center;
}
.fixedMenu--hide .btn-form, .fixedMenu--hide .companyHeader, .fixedMenu__menu:after, .section-shares__dots button {
    display: none;
}
.section-about__counter-wrap .counter__text, .section-blog__date, .section-blog__item .post__text, .section-blog__item.big .post__date, .section-header__pagetitle span, .section-prices__introtext, .shares__introtext {
    font-family: Roboto-Regular, sans-serif;
}
.section-blog__item .post__type, .section-header__category, .section-header__contact, .servicesNav__link span, .shares__date, .shares__numSlider {
    font-family: Roboto-Medium, sans-serif;
}
.section-about__counter-wrap .counter__number, .section-about__counter-wrap .counter__order, .section-blog__item .post__headline, .section-header__pagetitle, .section-prices__pdf, .section-prices__title, .section-shares:before, .shares__title {
    font-family: Roboto-Black, sans-serif;
}
.section-header__category, .section-header__pagetitle, .servicesNav__link span {
    color: #fff;
}
.section-shares__dots li:before, .shares {
    background-color: #fff;
}
.section-prices__introtext, .section-prices__title {
    color: #f5f5f5;
}
.shares__date {
    color: #757575;
}
.section-header__contact, .shares__numSlider {
    color: #bdbdbd;
}
.section-header__tel:after {
    background-color: #bdbdbd;
}
.section-header__mail:focus, .section-header__mail:hover, .section-header__tel:focus, .section-header__tel:hover, .section-prices__pdf:hover, .servicesNav__link:focus span, .servicesNav__link:hover span, .shares__title:focus, .shares__title:hover {
    color: #ffcd28;
}
.shares__arrows-next:focus, .shares__arrows-next:hover, .shares__arrows-prev:focus, .shares__arrows-prev:hover {
    background-color: #ffcd28;
}
.shares__btn, .shares__introtext {
    color: #212121;
}
.fixedMenu, .section-prices, .section-shares:after, .shares__arrows-next, .shares__arrows-prev, .shares__numSlider {
    background-color: #212121;
}
.section-prices__pdf, .section-shares:before, .shares__title {
    color: #009745;
}
.section-header__category {
    background-color: #009745;
}
.section-header__category, .section-header__pagetitle, .section-prices__introtext, .section-prices__pdf, .section-prices__title, .section-shares:before, .servicesNav__link span, .shares__title {
    text-transform: uppercase;
}
.section-header__mail, .section-header__tel, .servicesNav__link, .servicesNav__link span, .shares__arrows-next .icon, .shares__arrows-prev .icon, .shares__title {
    transition: .3s ease;
}
.section-shares__dots li:before, .shares__arrows-next .icon, .shares__arrows-prev .icon {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.section-header__tel:after, .section-prices__pdf .icon {
    top: 50%;
    transform: translateY(-50%);
}
.section-shares:after, .section-shares:before {
    left: 50%;
    transform: translateX(-50%);
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.section-header {
    height: 100vh;
    min-height: 650px;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(33, 33, 33, .8);
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: calc(.03125 * 100vw + 10px);
    padding-top: calc(.0175 * 100vw + 14.4px);
    padding-bottom: calc(.01875 * 100vw + 14px);
}
.section-header__video {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}
.section-header__title {
    padding-left: calc(.06875 * 100vw + -22px);
    max-width: calc(.66667 * 100vw + -180px);
}
.section-header__category {
    max-width: 135px;
    height: 39px;
    font-size: calc(.00222 * 100vw + 11.73333px);
    margin: 0 0 10px calc(.00313 * 100vw + 0px);
    letter-spacing: 2px;
}
.section-header__pagetitle {
    font-size: calc(.065 * 100vw + 15.2px);
    line-height: 1;
    letter-spacing: calc(.00562 * 100vw + 3.2px);
    margin: 0;
}
.section-header__pagetitle span {
    text-transform: none;
    font-size: 36px;
    margin-top: 5px;
    letter-spacing: 0;
}
.section-header__btn {
    margin-top: calc(.02222 * 100vw + 27.33333px);
    max-width: calc(.05556 * 100vw + 83.33333px);
}
.section-header__contact {
    max-width: calc(.66667 * 100vw + -180px);
    padding-left: calc(.075 * 100vw + -24px);
    font-size: 12px;
}
.section-header__tel {
    margin-right: 15px;
    padding-right: 15px;
}
.section-header__tel:after {
    right: 0;
    width: 1px;
    height: 9px;
}
.servicesNav {
    top: 3px;
    right: calc(.09333 * 100vw + 4.8px);
}
.servicesNav__link {
    box-shadow: inset 0 0 0 1px #909090;
    width: calc(.16667 * 100vw + 130px);
    height: 93px;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    padding: 0 calc(.03 * 100vw + -.6px);
}
.servicesNav__link:focus, .servicesNav__link:hover {
    box-shadow: inset 0 0 0 1px #ffcd28;
    z-index: 2;
}
.servicesNav__link:focus .icon, .servicesNav__link:hover .icon {
    filter: none;
}
.servicesNav__link+.servicesNav__link {
    margin-top: -1px;
}
.servicesNav__link .icon {
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 40px;
}
.servicesNav__link span {
    margin-top: 10px;
    font-size: calc(.00222 * 100vw + 11.73333px);
}
.section-about {
    position: relative;
    padding-bottom: 100px;
}
.section-about__img {
    position: absolute;
    top: -90px;
    left: -320px;
    z-index: 5;
    display: none;
}
.section-about__box {
    margin: 0 auto 30px;
    padding: 80px calc(.0625 * 100vw + -10px);
    width: 90%;
    background-color: #fff;
    position: relative;
}
.section-about__box:before {
    position: absolute;
    width: calc(.04375 * 100vw + 66px);
    background-color: #009745;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
}
.section-about__counter-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-about__counter-wrap .counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.section-about__counter-wrap .counter__number {
    font-size: 50px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 40px 0 0;
    color: #009745;
    position: relative;
}
.section-about__counter-wrap .counter__number:before {
    position: absolute;
    content: '';
    height: 40px;
    width: 2px;
    background-color: #000;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
}
.section-about__counter-wrap .counter__text {
    font-size: 12px;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #212121;
    text-align: center;
}
.section-about__counter-wrap .counter__order {
    font-size: 14px;
    margin: 8px 0;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #212121;
}
.section-about__btn {
    margin: 80px auto 0;
    max-width: 196px;
}
.section-shares {
    height: 100vh;
    min-height: 650px;
}
.section-shares:before {
    content: attr(data-title);
    top: calc(-.01875 * 100vw + -64px);
    font-size: 24px;
    text-align: center;
}
.section-shares:after {
    width: 2px;
    top: calc(-.01563 * 100vw + -20px);
    height: calc(.0375 * 100vw + 28px);
}
.section-shares__slider {
    height: inherit;
}
.section-shares__slider li {
    height: 100vh;
    transition: .3s;
    outline: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 650px;
}
.section-shares__slider li.slick-active {
    opacity: 1;
}
.section-shares__dots {
    right: calc(.0375 * 100vw + 3px);
    bottom: calc(.0375 * 100vw + 3px);
    width: 100%;
    max-width: calc(100% - calc(.32875 * 100vw + 194.8px) - calc(.0375 * 100vw + 3px) - 30px);
}
.section-shares__dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 24px;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #fff;
    transition: .3s box-shadow ease;
}
.section-shares__dots li:before {
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: .3s;
}
.section-shares__dots li.slick-active:before {
    width: 6px;
    height: 6px;
}
.shares {
    width: calc(.32875 * 100vw + 194.8px);
    height: calc(.11875 * 100vw + 141px);
    bottom: calc(.01812 * 100vw + 9.2px);
}
.shares__info {
    outline: 0;
    padding: calc(.02813 * 100vw + -4px) calc(.03625 * 100vw + 18.4px) calc(.02813 * 100vw + -4px) calc(.03125 * 100vw + -5px);
    height: calc(.11875 * 100vw + 154px);
}
.shares__date {
    font-size: 12px;
    margin-top: calc(.025 * 100vw + 2px);
}
.shares__title {
    font-size: calc(.01375 * 100vw + 9.6px);
    margin: 0 0 calc(.01875 * 100vw + -6px);
}
.shares__introtext {
    font-size: 14px;
    line-height: calc(.005 * 100vw + 14.4px);
}
.shares__btn {
    margin-top: calc(.025 * 100vw + -8px);
}
.shares__arrows-next, .shares__arrows-prev {
    z-index: 2;
    height: calc(.05125 * 100vw + 63.6px);
    width: calc(.0125 * 100vw + 16px);
    right: 0;
    cursor: pointer;
    box-shadow: inset 0 -2px 0 0 #757575;
    transition: background-color .2s ease-in-out;
}
.shares__arrows-next .icon, .shares__arrows-prev .icon {
    font-size: calc(.00375 * 100vw + 10.8px);
}
.shares__arrows-next:focus .icon, .shares__arrows-next:hover .icon, .shares__arrows-prev:focus .icon, .shares__arrows-prev:hover .icon {
    stroke: #000;
}
.shares__arrows-prev {
    top: 0;
}
.shares__arrows-prev .icon {
    transform-origin: 0 0;
    transform: rotate(180deg) translateX(-50%) translateY(-50%);
}
.shares__arrows-next {
    top: calc(.05125 * 100vw + 63.6px);
}
.shares__numSlider {
    right: 0;
    bottom: 0;
    width: calc(.0125 * 100vw + 16px);
    height: calc(.01625 * 100vw + 26.8px);
    font-size: 12px;
    letter-spacing: calc(.00187 * 100vw + -.6px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section-prices {
    height: 448px;
    padding: 100px 15px 80px;
    text-align: center;
}
.section-prices__title {
    margin: 0;
    font-size: calc(.0075 * 100vw + 21.6px);
    letter-spacing: 2px;
}
.section-prices__introtext {
    font-size: calc(.00625 * 100vw + 12px);
    letter-spacing: 2px;
    margin: 15px 0 0;
}
.section-prices__btn {
    margin: 50px auto;
    max-width: 240px;
}
.section-prices__pdf {
    letter-spacing: 4px;
    font-size: 14px;
    padding-left: 45px;
    transition: color .2s ease;
}
.section-prices__pdf .icon {
    left: 0;
}
.section-blog {
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
    margin: -15px 0 0;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-blog__link {
    display: block;
    height: 300px;
}
.section-blog__link img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-blog__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 10px;
    position: relative;
    -ms-flex-item-align: normal;
    align-self: normal;
    -ms-flex: 1 0 90%;
    flex: 1 0 90%;
    overflow: hidden;
    border-bottom: 1px solid #bdbdbd;
}
.section-blog__item.big .post__date {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #bdbdbd;
    margin-top: auto;
}
.section-blog__item.big img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 300px;
}
.section-blog__item .post {
    color: #000;
}
.section-blog__item .post__headline {
    display: block;
    font-size: calc(.00125 * 100vw + 18.6px);
    line-height: 24px;
    text-transform: uppercase;
    color: #009745;
    margin: 10px 0;
    letter-spacing: 1px;
    transition: color .3s ease;
}
.section-blog__item .post__headline:hover {
    color: #ffcd28;
}
.section-blog__item .post__type {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 5px;
}
.section-blog__item .post__text {
    font-size: 14px;
    line-height: 20px;
    color: #212121;
    display: none;
}
.section-blog__date {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #757575;
    margin-top: auto;
}
.fixedMenu {
    height: calc(.02222 * 100vw + 37.33333px);
    width: 100%;
    top: 0;
    right: 0;
    z-index: 51;
    padding-left: calc(.03125 * 100vw + 10px);
    transform: translateY(-100px);
}
.fixedMenu .companyHeader__logo {
    max-width: 40px;
}
.fixedMenu--open {
    transform: translateY(0);
}
.fixedMenu--hide {
    background-color: transparent;
    padding-left: 0;
    width: 0;
    transition: none;
}
.fixedMenu__btn {
    margin-right: calc(calc(.03556 * 100vw + -6.26667px) + calc(.02222 * 100vw + 17.33333px) + 40px);
}
.fixedMenu__menu {
    margin: 0;
    right: calc(.03556 * 100vw + -6.26667px);
}
@media (min-width:576px) {
    .section-about__counter-wrap {
    -ms-flex-direction: row;
    flex-direction: row;
}
.section-about__counter-wrap .counter__number {
    font-size: calc(.01875 * 100vw + 24px);
}
.section-about__counter-wrap .counter__text {
    font-size: calc(.0025 * 100vw + 9.2px);
}
.section-about__counter-wrap .counter__order {
    font-size: 12px;
}
.section-blog__link {
    height: 400px;
}
.section-blog__item {
    -ms-flex: 1 0 47%;
    flex: 1 0 47%}
.section-blog__item.big .post__date {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}
.section-blog__item.big {
    -ms-flex: 1 0 63.5%;
    flex: 1 0 63.5%}
.section-blog__item.big .post {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: calc(.01875 * 100vw + 4px) 10px calc(.025 * 100vw + 2px) calc(.03125 * 100vw + 0px);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .9) 100%);
}
.section-blog__item.big .post__headline {
    font-size: calc(.01812 * 100vw + 10.2px);
    line-height: calc(.01688 * 100vw + 12.6px);
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0;
    transition: color .3s ease;
}
.section-blog__item.big .post__headline:hover {
    color: #ffcd28;
}
.section-blog__item.big .post__type {
    font-size: calc(.0025 * 100vw + 13.2px);
    line-height: calc(.0025 * 100vw + 13.2px);
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: #fff;
}
.section-blog__item .post__text {
    display: block;
}
}@media (min-width:768px) and (min-height:650px) {
    .servicesNav__link {
    height: calc(100vh / 7);
}
.servicesNav__link span {
    margin-top: 2.6vh;
}
}@media (min-width:768px) {
    .section-about {
    padding-bottom: 250px;
    padding-left: calc(.12153 * 100vw + 6.66667px);
}
.section-about__img {
    display: block;
    max-height: 700px;
}
.section-about__box {
    width: 60%}
.section-about__box:before {
    content: ''}
}@media (min-width:1020px) {
    .section-about__img {
    left: -410px;
    top: -200px;
    max-height: 900px;
}
.section-about__btn {
    max-width: 250px;
}
.section-blog__link {
    height: 600px;
}
}@media (min-width:1200px) {
    .section-blog__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    margin: 15px 10px;
}
}@media (min-width:1500px) {
    .section-about__img {
    left: -450px;
}
.section-about__box {
    width: 50%}
}@media (max-width:1020px) {
    .section-header__contact, .section-header__title {
    padding-left: 0;
}
.section-shares {
    height: auto;
    min-height: 350px;
}
.section-shares__slider li {
    height: auto;
    min-height: calc(.86286 * 100vw + 79.88571px);
}
.fixedMenu .companyHeader__logo {
    max-width: 32px;
}
}@media (max-width:768px) {
    .servicesNav: after {
    position: absolute;
    content: ''}
.servicesNav, .shares {
    position: relative;
}
.servicesNav:before, .shares__date {
    position: absolute;
}
.section-header__pagetitle {
    display: inline-block;
    font-size: 36px;
}
.fixedMenu__btn, .section-header__contact a, .shares__btn, .shares__introtext, .shares__numSlider {
    display: none;
}
.servicesNav:before {
    font-family: Roboto-Medium, sans-serif;
    color: #909090;
    text-transform: uppercase;
    content: attr(data-title);
    top: -60px;
    font-size: 12px;
    text-align: center;
}
.servicesNav {
    background-color: #212121;
    top: 0;
    right: 0;
    left: 0;
}
.servicesNav:after, .servicesNav:before {
    left: 50%;
    transform: translateX(-50%);
}
.section-header {
    padding: 15px;
}
.section-header__title {
    text-align: center;
    max-width: 100%}
.section-header__category {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.section-header__pagetitle span {
    display: inline;
}
.section-header__btn {
    max-width: 175px;
    margin: 60px auto 0;
}
.section-header__contact {
    max-width: 100%}
.servicesNav:after {
    background-color: #909090;
    top: -30px;
    width: 1px;
    height: 30px;
}
.servicesNav__link {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 84px;
    width: 100%;
    padding: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: inset 0 -1px 0 0 #757575;
}
.servicesNav__link:hover {
    box-shadow: inset 0 -1px 0 0 #ffcd28;
}
.servicesNav__link+.servicesNav__link {
    margin-top: 0;
}
.servicesNav__link .icon {
    width: 80px;
}
.servicesNav__link span {
    margin-top: 0;
    padding-right: 15px;
    width: calc(100% - 80px);
    font-size: 13px;
}
.section-shares:before {
    top: -125px;
}
.section-shares:after {
    top: -80px;
    height: 40px;
}
.section-shares__dots {
    max-width: 100%;
    bottom: 20px;
    right: 15px;
}
.section-shares__dots li {
    margin-left: 15px;
}
.shares {
    width: 100%;
    bottom: 0;
}
.shares__info {
    padding: 22px 15px 65px;
}
.shares__date {
    margin-top: 0;
    bottom: 30px;
    left: 15px;
}
.shares__title {
    font-size: 24px;
    margin-bottom: 0;
}
.shares__arrows-next, .shares__arrows-prev {
    width: 40px;
    height: 40px;
    bottom: 15px;
    top: auto;
    box-shadow: none;
}
.shares__arrows-prev {
    right: 65px;
}
.shares__arrows-next {
    right: 15px;
}
.fixedMenu {
    height: 76px;
    padding-left: 15px;
}
.fixedMenu .companyHeader__logo {
    max-width: 34px;
}
.fixedMenu__menu {
    right: 15px;
}
}@media (max-width:576px) {
    .section-blog__item.big .post__date {
    font-family: Roboto-Regular, sans-serif;
}
.section-blog__item.big .post__type {
    font-family: Roboto-Medium, sans-serif;
}
.section-blog__item.big .post__headline {
    font-family: Roboto-Black, sans-serif;
}
}