@font-face {
  font-family: 'Decima Nova Pro';
  src: url("../fonts/DecimaNovaPro.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Decima Nova Pro';
  src: url("../fonts/DecimaNovaPro-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Decima Nova Pro';
  src: url("../fonts/DecimaNovaPro-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

:root {
  --swiper-navigation-sides-offset: 0;
}

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

.fancybox__container {
  --fancybox-opacity: 0.9;
  --fancybox-bg: #1e1e1e;
}

.main-menu {
  width: 100%;
  margin: 10px 0 15px;
}
.main-menu__container {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
.main-menu__list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.main-menu__item {
  font-size: 18px;
  font-family: 'Decima Nova Pro', sans-serif;
}
.main-menu__link {
  position: relative;
  display: block;
  padding: 6px 10px;
  color: #4F4F4F;
  text-decoration: none;
}
.main-menu__link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 2px;
  background-color: #81be1f;
  transition: width 0.3s;
}
.main-menu__item--active .main-menu__link::after,
.main-menu__link:hover::after {
  width: 100%;
}

.signature {
  display: flex;
  align-items: center;
}

.bordered-title {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.153846;
  text-align: center;
}
.bordered-title::after {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  margin: 19px auto 0;
  background: #81B136;
}

.play-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  border: none;
  outline: none;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='49'%3E%3Cdefs%3E%3Cfilter id='a' x='0' y='0' width='48' height='49' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur result='blur'/%3E%3CfeFlood flood-color='%23c00'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg data-name='Сгруппировать 1'%3E%3Cg filter='url(%23a)'%3E%3Cg data-name='Фигура 3 копия' fill='red' stroke='red' stroke-linejoin='round'%3E%3Ccircle cx='24' cy='24' r='24' stroke='none'/%3E%3Ccircle cx='24' cy='24' r='23.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cpath data-name='Фигура 4 копия' d='M31.63 25.5l-10.469 7.155a1.213 1.213 0 01-1.328.038 1.457 1.457 0 01-.674-1.252V17.133a1.457 1.457 0 01.674-1.252 1.211 1.211 0 011.328.038l10.469 7.155a1.5 1.5 0 010 2.427z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") 0 0 / cover no-repeat;
  cursor: pointer;
  animation: pulse 2s ease-in-out infinite;
}

.video-preview {
  display: grid;
  max-width: 686px;
}
.video-preview__img,
.video-preview__play-icon {
  grid-area: 1 / 1 / 2 / 2;
}
.video-preview__img {
  vertical-align: middle;
}
.video-preview__play-icon {
  margin: auto;
}

.quote {
  max-width: 370px;
  font-style: italic;
  font-size: 22px;
  line-height: 1.36;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.025em;
}
.quote__title {
  font-weight: 500;
  font-size: 22px;
}
.quote__text {
  font-weight: 300;
}
.quote::before {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  margin-right: 12px;
  margin-left: auto;
  background: url("../img/quotes.png") 0 0 no-repeat;
}

.preview-and-quote {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 45px;
  align-items: center;
}
.preview-and-quote__quote::after {
  content: "";
  display: block;
  width: 144px;
  height: 96px;
  margin-top: 19px;
  margin-left: -11px;
  background: url("../img/arrow_quote.png") 0 0 no-repeat;
}

.images-grid {
  display: flex;
  flex-wrap: wrap;
}
.images-grid__img {
  vertical-align: middle;
}
.images-grid__img:nth-child(3n+1) {
  width: 33.6%;
}
.images-grid__img:nth-child(6n+2) {
  width: 24.6%;
}
.images-grid__img:nth-child(6n+3) {
  width: 41.8%;
}
.images-grid__img:nth-child(6n+5) {
  width: 34.8%;
}
.images-grid__img:nth-child(6n) {
  width: 31.6%;
}

.offices-box {
  display: grid;
  grid-template-columns: 50% auto;
  padding: 25px 76px 26px;
  background: #FAFAFA;
}
.offices-box__col:first-child {
  border-right: 1px solid #E5E5E5;
}
.offices-box__col:nth-child(2) {
  padding-left: 40px;
}
.offices-box__title,
.offices-box__item {
  margin-bottom: 14px;
}
.offices-box__title {
  margin-top: 4px;
}
.offices-box__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1.45;
}

.reward-block {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 15px;
}
.reward-block__img-wrapper {
  display: grid;
  place-content: center;
  max-height: 514px;
  margin-bottom: -38px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 2px solid #b2b2b2;
  border-radius: 50%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all .25s ease-in-out;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #B2B2B2;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny-ps' xmlns='http://www.w3.org/2000/svg' width='7' height='13'%3E%3Cstyle%3E%3C/style%3E%3Cg id='Офіційно найкращі в Україні'%3E%3Cpath id='Прямоугольник 2 копия 4' d='m6.43 12.44-5.99-6 5.99-6' style='fill:none;stroke:%234f4f4f;stroke-width:2'/%3E%3C/g%3E%3C/svg%3E");
}
.swiper-button-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny-ps' xmlns='http://www.w3.org/2000/svg' width='7' height='13'%3E%3Cstyle%3E%3C/style%3E%3Cg id='Офіційно найкращі в Україні'%3E%3Cpath id='Прямоугольник 2 копия 4' d='m6.43 12.44-5.99-6 5.99-6' style='fill:none;stroke:%23fff;stroke-width:2'/%3E%3C/g%3E%3C/svg%3E");
}

.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny-ps' xmlns='http://www.w3.org/2000/svg' width='6' height='12'%3E%3Cstyle%3E%3C/style%3E%3Cg id='Офіційно найкращі в Україні'%3E%3Cpath id='Прямоугольник 2 копия 4' d='M.01 0 6 6 .01 12' style='fill:none;stroke:%234f4f4f;stroke-width:2'/%3E%3C/g%3E%3C/svg%3E");
}
.swiper-button-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny-ps' xmlns='http://www.w3.org/2000/svg' width='6' height='12'%3E%3Cstyle%3E%3C/style%3E%3Cg id='Офіційно найкращі в Україні'%3E%3Cpath id='Прямоугольник 2 копия 4' d='M.01 0 6 6 .01 12' style='fill:none;stroke:%23fff;stroke-width:2'/%3E%3C/g%3E%3C/svg%3E");
}

.swiper-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.swiper-btn--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.113' height='13.414'%3E%3Cpath data-name='Прямоугольник 2 копия 3' d='M7.406 12.707l-5.993-6 5.993-6' fill='none' stroke='%234f4f4f' stroke-width='2'/%3E%3C/svg%3E");
}
.swiper-btn--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.113' height='13.415'%3E%3Cpath data-name='Прямоугольник 2 копия 2' d='M.708.708l5.993 6-5.993 6' fill='none' stroke='%234f4f4f' stroke-width='2'/%3E%3C/svg%3E");
}

.slider-control-left,
.slider-control-right {
  display: grid;
  width: 48px;
  height: 48px;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}
.slider-control-left::after,
.slider-control-right::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='m17.17 32.92 9.17-9.17-9.17-9.17L20 11.75l12 12-12 12z' fill='%23acdd80' class='path-arrow'/%3E%3Cpath fill='none' d='M0-.25h48v48H0z'/%3E%3C/svg%3E") center no-repeat;
}
.slider-control-left::after {
  transform: rotate(180deg);
}

.reward-section {
  padding: 47px 27px 0;
  background: #F6F6F6;
}

.reward-block__title {
  margin-right: -30px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 30px;
}

.reward-swiper__block {
  margin-left: 54px;
}

.reputation-slider {
  position: relative;
}
.reputation-slider__container {
  width: 946px;
  max-width: calc(100% - 140px);
  padding: 20px;
}
.reputation-slider__prev,
.reputation-slider__next {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
}
.reputation-slider__prev {
  left: 28px;
}
.reputation-slider__next {
  right: 28px;
}

.views-count,
.subscribers-count {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  font-size: 22px;
}
.views-count::before {
  content: "";
  width: 2.625rem;
  height: 1.9375rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%2337404D'%3E%3Cpath d='M256.108 106.02c-91.39 0-162.63 57.202-250 149.943 75.277 79.298 138.444 150.053 250 150.053s193.547-89.572 250-148.377c-57.788-68.888-139.786-151.619-250-151.619zm0 283.329c-99.032 0-158.813-61.422-227.018-133.37 81.152-84.619 145.679-133.292 227.018-133.292 96.297 0 171.557 69.442 227.555 134.285-55.07 57.421-129.63 132.377-227.555 132.377z'/%3E%3Cpath d='M256.108 156.027c-55.143 0-100 44.857-100 99.992s44.857 99.992 100 99.992 100-44.857 100-99.992-44.856-99.992-100-99.992zm0 183.318c-45.948 0-83.333-37.378-83.333-83.325s37.386-83.326 83.333-83.326 83.333 37.378 83.333 83.326c.001 45.947-37.385 83.325-83.333 83.325z'/%3E%3Cpath d='M256.108 197.687c-32.162 0-58.333 26.172-58.333 58.333s26.172 58.333 58.333 58.333c32.162 0 58.333-26.173 58.333-58.333.001-32.162-26.171-58.333-58.333-58.333zm0 100c-22.973 0-41.667-18.693-41.667-41.667s18.693-41.667 41.667-41.667 41.667 18.692 41.667 41.667c0 22.973-18.693 41.667-41.667 41.667z'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
}

.subscribers-count::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='24' fill='none' stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath fill='none' d='M0 0h50v50H0z'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M29.933 35.528c-.146-1.612-.09-2.737-.09-4.21.73-.383 2.038-2.825 2.259-4.888.574-.047 1.479-.607 1.744-2.818.143-1.187-.425-1.855-.771-2.065.934-2.809 2.874-11.499-3.588-12.397-.665-1.168-2.368-1.759-4.581-1.759-8.854.163-9.922 6.686-7.981 14.156-.345.21-.913.878-.771 2.065.266 2.211 1.17 2.771 1.744 2.818.22 2.062 1.58 4.505 2.312 4.888 0 1.473.055 2.598-.091 4.21-1.261 3.39-7.737 3.655-11.473 6.924 3.906 3.933 10.236 6.746 16.916 6.746s14.532-5.274 15.839-6.713c-3.713-3.299-10.204-3.555-11.468-6.957z'/%3E%3C/svg%3E") center no-repeat;
}
.btn-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border: 2px solid #81b136;
  border-radius: 5px;
  background-color: transparent;
  color: #81b136;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  font-family: inherit;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  text-decoration: none;
}
.btn-outline:hover {
  background-color: #81B136;
  color: #fff;
}
.btn-outline--youtube {
  display: flex;
  gap: 0.625rem;
}
.btn-outline--youtube::before {
  content: "";
  width: 3.8125rem;
  height: 2.9375rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2381b136' viewBox='0 0 64 64'%3E%3Cpath d='M50 53H14C6.8 53 1 47.2 1 40V24c0-7.2 5.8-13 13-13h36c7.2 0 13 5.8 13 13v16c0 7.2-5.8 13-13 13zM14 13C7.9 13 3 17.9 3 24v16c0 6.1 4.9 11 11 11h36c6.1 0 11-4.9 11-11V24c0-6.1-4.9-11-11-11H14z'/%3E%3Cpath d='M24 43c-.2 0-.4-.1-.5-.1-.3-.2-.5-.6-.5-.9V22c0-.3.2-.7.5-.9.3-.2.7-.2 1 0l20 10c.3.2.6.5.6.9s-.2.7-.6.9l-20 10c-.2.1-.3.1-.5.1zm1-19.4v16.8L41.8 32 25 23.6z'/%3E%3C/svg%3E") center no-repeat;
}
.btn-outline--youtube:hover::before {
  content: "";
  width: 3.8125rem;
  height: 2.9375rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 64 64'%3E%3Cpath d='M50 53H14C6.8 53 1 47.2 1 40V24c0-7.2 5.8-13 13-13h36c7.2 0 13 5.8 13 13v16c0 7.2-5.8 13-13 13zM14 13C7.9 13 3 17.9 3 24v16c0 6.1 4.9 11 11 11h36c6.1 0 11-4.9 11-11V24c0-6.1-4.9-11-11-11H14z'/%3E%3Cpath d='M24 43c-.2 0-.4-.1-.5-.1-.3-.2-.5-.6-.5-.9V22c0-.3.2-.7.5-.9.3-.2.7-.2 1 0l20 10c.3.2.6.5.6.9s-.2.7-.6.9l-20 10c-.2.1-.3.1-.5.1zm1-19.4v16.8L41.8 32 25 23.6z'/%3E%3C/svg%3E") center no-repeat;
}

.about-me {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}
.about-me__col:first-child {
  padding-top: 5.5rem;
}
.about-me .about-me__info {
  padding-left: 1.375rem;
  border-left: 5px solid #81b136;
  font-size: 1.875rem;
  line-height: 1.2;
}
.about-me__counters {
  list-style: none;
  display: flex;
  margin-top: 1.125rem;
  margin-bottom: 1.5625rem;
  padding: 0.5rem 0 0.625rem;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.about-me__counters-item {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
}
.about-me__counters-item:first-child {
  padding-right: 1.25rem;
  border-right: 1px solid #e3e3e3;
}
.about-me__counters-item:nth-child(2) {
  padding-left: 1.25rem;
}
.about-me__link {
  width: 19.0625rem;
  height: 3.875rem;
  padding-left: 0.625rem;
}

.guarantee-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  padding: 27px 0 25px;
  border-bottom: 1px solid #f2f2f2;
}
.guarantee-item__title {
  margin-bottom: 8px;
  font-size: 22px;
}
.guarantee-item .guarantee-item__text-wrapper > p {
  line-height: normal;
}
.guarantee-item .guarantee-item__text-wrapper {
  min-width: 0;
}
.guarantee-item__text-wrapper > p:last-child {
  margin-bottom: 0;
}
.guarantee-item__slider-wrapper {
  margin-top: 35px;
}
.guarantee-item::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-top: -5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2381be1f' viewBox='0 0 160 160'%3E%3Cpath d='M119.5 49.3c-2.7 2.4-16.5 13.6-30.6 24.9L63.3 94.7 46 85.4c-9.5-5.2-17.5-9.2-17.7-9-.5.5 33 51.6 33.8 51.6.4 0 18-18.3 39.3-40.8 37.2-39.1 38.6-40.7 35.9-41.3-1.5-.4-5-.7-7.8-.8-4.5 0-5.5.4-10 4.2z'/%3E%3C/svg%3E") center no-repeat;
}

.guarantees-slider-wrapper {
  position: relative;
}
.guarantees-slider-wrapper__prev,
.guarantees-slider-wrapper__next {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
}
.guarantees-slider-wrapper__prev {
  left: -47px;
}
.guarantees-slider-wrapper__next {
  right: -47px;
}

.massmedia__title {
  margin-bottom: 56px;
}
.massmedia__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  justify-items: center;
  align-items: center;
  gap: 15px 10px;
  width: 880px;
  max-width: 100%;
  margin: 0 auto 48px;
  padding-right: 20px;
  padding-left: 20px;
}
.massmedia__item {
  margin: 10px 0;
}
.massmedia__more {
  position: relative;
  display: block;
  width: 337px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  text-align: center;
}
.massmedia__more::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 12px;
  bottom: 0;
  left: 15px;
  height: 1px;
  margin: auto;
  background: #E6E6E6;
}
.massmedia__more-text {
  position: relative;
  display: inline-block;
  padding: 2px 16px 2px 18px;
  background: #FFF;
  color: #909090;
}
.massmedia--media .massmedia__list {
  width: 100%;
}

.social-btns__text {
  text-align: center;
}
.social-btns__list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
.social-btns__btn {
  display: grid;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-position: center;
  background: no-repeat;
}
.social-btns__btn--yt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512'%3E%3ClinearGradient id='a' x1='29.85' x2='443.086' y1='48.852' y2='462.088' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' style='stop-color:%23dd272d'/%3E%3Cstop offset='.515' style='stop-color:%23ca2429'/%3E%3Cstop offset='1' style='stop-color:%23b22025'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M217.949 313.149 313.196 256l-95.247-57.149z'/%3E%3ClinearGradient id='b' x1='39.351' x2='452.587' y1='39.351' y2='452.587' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' style='stop-color:%23dd272d'/%3E%3Cstop offset='.515' style='stop-color:%23ca2429'/%3E%3Cstop offset='1' style='stop-color:%23b22025'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23b)' d='M256 7.098C118.535 7.098 7.098 118.535 7.098 256c0 137.465 111.437 248.902 248.902 248.902 137.465 0 248.902-111.437 248.902-248.902C504.902 118.535 393.465 7.098 256 7.098zm152.349 261.189c0 26.307-3.048 52.605-3.048 52.605s-2.981 22.402-12.106 32.251c-11.592 12.935-24.574 13.011-30.527 13.773C320.026 370.183 256 370.297 256 370.297s-79.227-.771-103.601-3.267c-6.782-1.353-21.993-.962-33.594-13.897-9.134-9.849-12.106-32.251-12.106-32.251s-3.048-26.289-3.048-52.605v-24.65c0-26.298 3.048-52.596 3.048-52.596s2.981-22.412 12.106-32.279c11.601-12.935 24.574-13.011 30.527-13.744 42.633-3.305 106.592-3.305 106.592-3.305h.143s63.959 0 106.601 3.305c5.953.733 18.935.81 30.527 13.744 9.134 9.868 12.106 32.279 12.106 32.279s3.048 26.298 3.048 52.605v24.651z'/%3E%3C/svg%3E");
}
.social-btns__btn--fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512'%3E%3ClinearGradient id='a' x1='419.787' x2='71.804' y1='462.851' y2='23.373' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' style='stop-color:%233b5998'/%3E%3Cstop offset='1' style='stop-color:%23369'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M256 7.098C118.535 7.098 7.098 118.535 7.098 256S118.535 504.902 256 504.902c1.781 0 3.554-.03 5.326-.067v-164.1h-55.124V271.83h55.124v-41.343c0-56.764 32.041-96.467 82.687-96.467h55.124v68.905h-27.562c-27.535 0-41.343 13.781-41.343 41.343v27.562h68.905l-13.781 68.905h-55.124v152.908C431.44 462.061 504.902 367.611 504.902 256 504.902 118.535 393.465 7.098 256 7.098z'/%3E%3C/svg%3E");
}

.about-company {
  color: #4F4F4F;
  font-size: 18px;
  font-family: 'Decima Nova Pro', sans-serif;
}
.about-company__container {
  padding: 43px 47px 57px;
  text-align: left;
}
.about-company__title {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 24px;
}
.about-company__intro-text {
  margin-bottom: 27px;
  line-height: 1.45;
  text-align: center;
}
.about-company__photo-wrapper {
  margin: 0 -47px 48px;
}
.about-company__photo {
  vertical-align: middle;
}
.about-company p {
  margin-bottom: 16px;
  line-height: 1.45;
}
.about-company p a {
  position: relative;
  color: #006CAA;
  text-decoration: none;
}
.about-company p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #006caa;
}
.about-company__signature {
  justify-content: end;
  margin-top: 10px;
  margin-right: 14px;
}
.about-company__text-block {
  margin-top: 40px;
  margin-bottom: 36px;
}
.about-company__bordered-title {
  margin-bottom: 35px;
}
.about-company__preview-and-quote {
  margin: 50px -47px 63px;
}
.about-company__images-grid {
  margin: 32px -47px 34px;
}
.about-company__offices-box {
  margin: 24px -47px 0;
}
.about-company__reward-section {
  margin: -48px -47px 0;
}
.about-company__guarantee-section {
  margin-top: 70px;
}
.about-company__massmedia {
  margin-top: 50px;
  margin-bottom: 95px;
}
.about-company__massmedia--media {
  margin-right: -47px;
  margin-left: -47px;
}

.guarantee-section__reputation-section {
  margin: 30px -47px 0 -84px;
}
.guarantee-section__about-me {
/*   margin-left: 45px; */
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}

.table-wrapper {
  overflow: auto;
}


@media (min-width: 576px) {
  .hidden-xxs-plus {
    display: none !important;
  }

  .logo-container--extended {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
    width: 350px;
    text-align: left;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    font-family: 'Decima Nova Pro', sans-serif;
    color: #4f4f4f;
  }
  .logo-container--extended .logo-container__site-name {
    padding-left: 10px;
    border-left: 1px solid #656565;
  }
}

@media (min-width: 640px) {
  .hidden-640-plus {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-mdPlus {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .hidden-smMinus {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .hidden-xxs {
    display: none !important;
  }
}


@keyframes pulse {
  from {
    transform: scale(.85);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(.85);
  }
}

















