:root {--white: #fff;--transparent: transparent;--time: ease-in-out .25s;--title: #053d76;--text: #0a2647;--blue: #0074fe;--dark_blue: #0f2e4b;--gray: #949494;--block_bg: #f5fafd;--light_blue: #1c8adf;--light_bg: #e4f0ff;}
.shares {padding: 1.5rem 0;}
@media only screen and (min-width:48rem) {.shares {padding: 4.5rem 0;}}
@media only screen and (min-width:62rem) {.shares {padding: 4.5rem 0 .5rem;}}
.shares__top {display: block;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
@media only screen and (min-width:62rem) {.shares__top {display: -webkit-box;display: -ms-flexbox;display: flex;}}
.shares .h2 {text-align: center;}
@media only screen and (min-width:62rem) {.shares .h2 {text-align: left;}}
.shares__slider {position: relative;}
.shares__slider .swiper-container {padding: 2rem 0;}
@media only screen and (min-width:48rem) {.shares__slider .swiper-container {padding: 4rem 0 2rem;}}
@media only screen and (min-width:62rem) {.shares__slider .swiper-container {padding: 4rem 0;}}
.shares__slider .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: flex;height: auto;}
.shares .slider-pagination {display: none;}
@media only screen and (min-width:62rem) {.shares .slider-pagination {display: -webkit-box;display: -ms-flexbox;display: flex;}}
.shares__decor {position: absolute;top: 2.0625rem;left: -2.5625rem;display: none;}
@media only screen and (min-width:62rem) {.shares__decor {display: block;}}
.wa-logo {position: fixed;bottom: 2rem;right: 2rem;width: 4rem;height: 4rem;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;-ms-flex-align: center;-webkit-box-align: center;align-items: center;display: -ms-flexbox;display: -webkit-box;display: flex;z-index: 1;background: #007bff;border-radius: 100%;}
.wa-logo img {width: 100%;height: 100%;}