
   .about-company-certificate__inner {
      width: calc(100% + 80px);
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px;
   }

   .ma-nav {
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
   }

   .ma-nav.swiper-button-prev {
      left: -2px;
   }

   .ma-nav {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 9;
   }

   .ma-nav img {
      width: 100%;
   }

   .ma-nav.swiper-button-next {
      right: -2px;
   }

	@media screen and (min-width: 768px) {
		.about-company-team__nav-bullets {
			display: flex;
			right: 72px;
			position: absolute;
			bottom: -66px;
		}
	}

   @media (max-width: 1129px) {
      .main-areas__elements-list {
         padding-bottom: 40px;
         padding-left: 30px;
         padding-right: 30px;
      }

      .ma-nav {
         width: 18px;
         height: 18px;
         display: none;
      }

      .ma-nav.swiper-button-prev {
         left: -10px;
      }

      .ma-nav.swiper-button-next {
         right: -10px;
      }
   }
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
 @media screen and (min-width: 768px) {
    .about-company-hero__img {
        height: 502px;
    }
    .about-company-hero {
        padding: 0;
        background: #f9f8fd;
    }
}
.n-container.w1300 {
	max-width: 1300px;
}
.about-company-hero__content {
	position: relative;
}
.about-company-hero__content h1 {
	color: #623fa2;
    position: absolute;
    top: 73px;
    left: 168px;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
}

.section-1 {
    margin-bottom: 50px;
}

.section-1__title {
    font-size: 28px;
    line-height: 30px;
    padding: 70px 0 30px 0;
    font-weight: 700;
}

.section-1__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 20px 0;
}

.section-1__text span {
    font-weight: 700;
    color: #623fa2;
    font-size: 16px;
}

.section-1__links {
	display: grid;
    grid-template-columns: 245px 175px;
    gap: 40px;
    row-gap: 17px;
    margin-top: 28px;
    margin-bottom: 20px;
}

.section-1__links a {
	background: #f1edfc;
    color: #623fa2 !important;
    padding: 15px 25px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    border-radius: 40px;
    text-align: center;
}

.graybg {
	background: #f9f8fb;
}

.section-2 {
	padding-top: 50px;
	padding-bottom: 60px;
}

.section-2__table {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 45px;
	row-gap: 30px;
}

.section-2__table div {
	display: grid;
	gap: 10px;
	padding: 0;
	border-radius: 10px;
	text-align: left;
}

.section-2__table strong {
	color: #623fa2;
	font-weight: 800;
	font-size: 42px;
	line-height: 48px;
}

.section-2__table p {
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
}

.about-company-history {
	border: 0;
	margin: 0;
}

.section-3 {
    overflow: hidden;
    margin-bottom: 40px;
}

.section-3__title {
    font-size: 28px;
    line-height: 30px;
    padding: 50px 0 30px 0;
    font-weight: 700;
    color: #623fa2;
}

.section-3__block {
    display: grid;
    grid-template-columns: auto 365px;
    gap: 10px;
    grid-auto-columns: 70px;
    grid-auto-flow: column;
    padding-bottom: 70px;
}

.section-3__block_text {
	font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 20px 0;
}

.section-3__block_text.text-strong {
	font-weight: 700;
    color: #623fa2;
    font-size: 16px;
}

.section-3__block_right {
    padding: 70px 50px 50px 50px;
    display: flex;
}

.section-3:after {
    content: "";
    background-image: url(../images/bg-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    width: 464px;
    height: 400px;
    top: 38px;
    right: 13%;
}

.colored-btn {
    background: #623fa2 !important;
    border-color: #623fa2 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.colored-btn:hover {
    background: #fff !important;
    color: #623fa2 !important;
}

.section-3__btn {
    max-width: 250px;
    margin-top: 20px;
}

.section-4__table {
	display: grid;
	grid-template-columns: 420px auto;
	gap: 40px;
	row-gap: 30px;
	padding-bottom: 50px;
}

.section-4__title {
	font-size: 28px;
	line-height: 33px;
	padding: 50px 0 40px 0;
	font-weight: 700;
}

.section-4__text {
	color: #623fa2 !important;
	font-size: 16px;
	line-height: 21px;
	padding: 15px 0;
	font-weight: 600;
}

.section-4__list {
	margin-top: 54px;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
}

.section-4__list-item {
	border-radius: 10px;
	padding: 25px;
	display: grid;
	grid-template-columns: 0 auto;
	gap: 0;
}

.section-4__list-item-count {
	font-size: 29px;
	line-height: 36px;
	font-weight: bold;
	color: #623fa2 !important;
}

.section-4__list-item-text {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
	align-items: center;
}

.section-4__list-item.active .section-4__list-item-text strong {
	color: #623fa2 !important;
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
}

.section-4__list-item-text strong {
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
}

.section-4__list-item .section-4__list-item-text span {
	display: none;
}

.section-4__list-item.active .section-4__list-item-text span {
	display: block;
}

.section-4__list-item-ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 0;
}

.section-4__list-item-ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.section-4__list-item-ul li::marker {
    color: #623fa2 !important;
    font-size: 16px;
}

.section-5 {
    margin-top: 0;
    margin-bottom: 50px;
}

.section-5__title {
    font-size: 28px;
    line-height: 30px;
    padding: 70px 0 30px 0;
    font-weight: 700;
}

.section-5__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 20px 0;
}

.decisions-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.decisions-item {
    border-top: 1px solid #929292;
    border-right: 1px solid #929292;
    border-bottom: 1px solid #929292;
    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-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border-top: 0;
    border-right: 0;
    padding: 19px 26px 25px 26px;
    max-height: 100px;
    min-height: 100px;
}

.decisions-item:nth-child(1) {
    border-top: 1px solid #929292;
    border-left: 1px solid #929292;
    border-right: 1px solid #929292;
}

.decisions-item:nth-child(2) {
    border-top: 1px solid #929292;
}

.decisions-item:nth-child(3) {
    border-top: 1px solid #929292;
    border-left: 1px solid #929292;
}

.decisions-item:nth-child(4) {
    border-top: 1px solid #929292;
    border-left: 1px solid #929292;
}

.decisions-item:nth-child(5) {
    border-top: 1px solid #929292;
    border-left: 1px solid #929292;
}

.decisions-item:nth-child(6) {
    border-left: 1px solid #929292;
    border-right: 1px solid #929292;
}

.decisions-item:nth-child(7) {
}

.decisions-item:nth-child(8) {
    border-left: 1px solid #929292;
}

.decisions-item:nth-child(9) {
    border-left: 1px solid #929292;
}

.decisions-item:nth-child(5n) {
    border-right: 1px solid #929292;
    border-left: 1px solid #929292;
}

.decisions-item:last-child {
    border-right: 1px solid #929292;
    border-left: 1px solid #929292;
}

.decisions-item:nth-child(3) {
    border-top: 1px solid #929292;
}

.decisions-top {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
}

.decisions-bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.decisions-top p {
    opacity: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    font-size: 12px;
}

.decisions-item:hover {
    background: #623fa2;
    border-color: #623fa2;
    opacity: 1 !important;
}

.decisions-item:hover .decisions-top p {
    opacity: 1;
    color: #fff;
    position: relative;
    top: 2px;
}

.decisions-item:hover .decisions-top svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.decisions-bottom p {
	font-weight: 800;
	font-size: 16px;
	line-height: 21px;
	color: #623fa2;
}

.decisions-item:hover .decisions-bottom p {
    color: #fff;
}

.decisions-item:hover .decisions-top svg path {
    fill: #fff;
}

.section-6 {
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.section-6__title {
	font-size: 21px;
	line-height: 28px;
	padding: 50px 0 0 0;
	font-weight: 800;
	text-align: center;
}

.section-6__subtitle {
	font-size: 32px;
	line-height: 38px;
	padding: 5px 0 30px 0;
	font-weight: 800;
	text-align: center;
}

.section-6:after {
	content: "";
	background-image: url(../images/bg-6.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	width: 600px;
	height: 540px;
	top: 8%;
    right: 4%;
}

.section-6 .n-container {
    z-index: 1;
    position: relative;
}

.section-6__btn {
    max-width: 250px;
    text-transform: none;
    margin: 0 auto;
}

.section-6__links {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
    row-gap: 17px;
    margin-top: 0;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    max-width: 490px;
}

.section-6__links a {
    font-weight: 800;
	font-size: 18px;
	line-height: 25px;
}

.section-6__links a svg {
    margin-right: 10px;
}

.section-7 {
	margin-bottom: 110px;
}

.section-7__title {
    font-size: 28px;
    line-height: 30px;
    padding: 40px 0 30px 0;
    font-weight: 700;
}

.section-7__table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    row-gap: 40px;
}

.section-7__subtable-1 {
	display: flex;
    flex-direction: column;
}

.section-7__subtable-1 span {
    color: #623fa2;
    font-weight: 800;
    font-size: 31px;
    line-height: 37px;
    padding: 10px;
    border-radius: 3px;
    background: #f9f8fb;
    max-width: 100px;
    text-align: center;
    margin-bottom: 15px;
}

.section-7__subtable-1 strong {
    color: #623fa2;
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
}

.section-7__subtable-1 p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}



.section-8 {
	margin-bottom: 110px;
}

.section-8__title {
    font-size: 28px;
    line-height: 32px;
    padding: 20px 0 10px 0;
    font-weight: 700;
}

.section-8__title span {
    color: #623fa2;
}

.section-8__subtitle {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0 45px 0;
    font-weight: 700;
}

.section-8__table {
    display: grid;
    grid-template-columns: 350px 350px;
    gap: 30px;
    row-gap: 30px;
    width: 730px;
    margin: 0 auto;
}

.section-8__subtable-img {
	border-radius: 20px;
	max-width: 350px;
}

.section-8__subtable-img img {
	border-radius: 20px;
	max-width: 350px;
}

.section-8__subtable-1 {
	text-align: center;
}

.section-8__subtable-name {
	font-size: 23px;
    line-height: 27px;
    padding: 10px 0 0px 0;
    font-weight: 700;
    color: #623fa2;
}

.section-8__subtable-dol {
    font-size: 18px;
    line-height: 22px;
    padding: 3px 0 0px 0;
    font-weight: 600;
}

.section-8__subtable-tel {
    font-size: 14px;
    line-height: 21px;
    padding: 8px 0 0 0;
    font-weight: 500;
}

.main-partners__img {
    max-height: 75px;
}

.crm-answer {
	background: #f1edfc !important;
}
.crm-answer__input {
    background-color: #fff !important;
}

.crm-answer__title {
    font-size: 32px !important;
    line-height: 41px !important;
    text-align: left !important;
}

.about-company .main-partners {
    margin-top: 80px;
}

.about-company-certificate__title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}

@media (max-width: 1280px) {
	.section-3:after {
	    height: 350px;
    	top: 70px;
    	right: -11%;
	}
	.section-6:after {
	    height: 400px;
	    top: 20%;
	    right: -17%;
	}
}

@media (max-width: 768px) {
	.section-1__links, .section-2__table, .section-3__block, .section-4__table, .section-7__table, .section-8__table, .section-6__links {
		grid-template-columns: 1fr;
	}
	.about-company-hero__img {
        height: 294px;
    }
    .about-company-hero__content h1 {
	    top: 22px;
	    left: 93px;
	}
	.section-3:after, .section-3__block_right, .section-6:after {
	    display: none;
	}
	.decisions-list {
	    grid-template-columns: repeat(2, 1fr);
	}
	.section-8__subtable-img {
	    margin: 0 auto;
	}
	.section-8__table {
	    width: 100%;
	}
	.section-8__subtable-img {
	    max-width: 200px  !important;
	}
	.section-8__subtable-img img {
	    max-width: 200px  !important;
	}
	.section-5__title {
	    padding: 20px 0 30px 0;
	}
	.decisions-item:nth-child(1) {
	    border-right: 1px solid #929292;
	}
	.decisions-item:nth-child(2) {
	    border-right: 1px solid #929292;
	}
	.decisions-item:nth-child(3) {
		border-right: 1px solid #929292;
    	border-top: 0;
	}
	.decisions-item:nth-child(4) {
		border-right: 1px solid #929292;
    	border-top: 0;
    	border-left: 0;
	}
	.decisions-item:nth-child(5) {
    	border-top: 0;
	}
	.decisions-item:nth-child(6) {
    	border-left: 0;
	}
	.decisions-item:nth-child(7) {
		border-right: 1px solid #929292;
    	border-left: 1px solid #929292;
	}
	.decisions-item:nth-child(8) {
		border-right: 1px solid #929292;
    	border-left: 0;
	}
	.decisions-item:nth-child(9) {
		border-right: 1px solid #929292;
	}
	.decisions-item:nth-child(10) {
    	border-left: 0;
	}
	.section-6__links a {
	    text-align: center;
	}
	.crm-answer__title {
	    font-size: 26px !important;
	    line-height: 30px !important;
	    text-align: left !important;
	}
	.section-4__text {
	    padding: 0;
	    max-width: 167px;
	    margin: 0 auto;
	}
	.section-4__list {
	    margin-top: 0;
	}
	.section-4__title {
	    padding: 10px 0 40px 0;
	}
	.section-2__table div {
	    text-align: center;
	}
}

@media (max-width: 500px) {

	.about-company-hero__img {
        height: 141px;
        margin-top: -21px;
    }
    .about-company-hero__content h1 {
        top: 151px;
        left: 0;
	    font-size: 26px;
	    line-height: 37px;
	}
}