@font-face {
	font-family: 'Jost';
	src: url('../fonts/jost-regular.woff2') format('woff2'),
         url('../fonts/jost-regular.woff2') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Jost-bold';
    src: url('../fonts/jost-600.woff2') format('woff2'),
         url('../fonts/jost-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Gilroy-extra';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
         url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
         url('../fonts/Gilroy-Light.woff2') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.container {
	width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 100%;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #4BB4F5;
}

body {
	font-family: 'Jost';
	font-size: 18px;
	line-height: 28px;
	counter-reset: section,number;
}

main {
	overflow-x: hidden;
}

.stars__block {
	position: relative;
	width: 110px;
	height: 16px;
	background-color: #E7E7E7;
}

.stars__block .yellow {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #ffc107;
	z-index: 1;
}

.stars__block .stars {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}

.nav_menu {
	display: flex;
	align-items: center;
	padding: 35px 50px;
	flex-wrap: wrap;
}

.nav_list {
	display: flex;
	justify-content: center;
	flex: 1;
}

.nav_list .nav_link,.nav_link--phone {
	color: #2D2D2D;
}

.nav_link--phone {
	position: relative;
	font-family: 'Gilroy';
	font-size: 23px;
	line-height: 20px;
	margin-bottom: 9px;
}

.nav_link--phone::before {
	position: absolute;
	content: url(../img/phone.svg);
	left: -29px;
	bottom: 0;
	height: 20px;
}

.nav_list .nav_item:not(:last-child) {
	margin-right: 56px;
}

.nav_item--phone {
	display: flex;
	flex-direction: column;
}

.header_link--socials {
	margin-right: 60px;
}

.header_link--socials a:hover,.footer_link--socials a:hover {
	transform: scale(1.1);
}

.nav_item--phone a:last-child {
	font-size: 13px;
	line-height: 15px;
	font-family: 'Gilroy-extra';
}

.nav_item--phone a:last-child:hover,.clients_link:hover,.blank_link:hover,.news_link:hover,.page-link:hover {
	color: #329cdd;
}

.nav_toggle {
	display: none;
	z-index: 10000;
}

.nav_list .nav_link {
	font-size: 17px;
}

.nav_item-sub {
	position: relative;
	padding-bottom: 127px;
}

.nab_submenu {
	display: none;
	position: absolute;
	width: 298px;
	z-index: 1000;
	background: #FEFFFF;
	box-shadow: 9px 9px 35px rgba(225, 225, 225, 0.3);
	border-radius: 10px;
	top: 100px;
	padding: 34px;
}

@media(min-width:571px) {
	.nav_item-sub:hover ~ .nab_submenu,.nab_submenu:hover {
		display: block;
	}
}

.nab_submenu .nav_item {
	margin-right: 0 !important;
	position: relative;
}

.nav_link--head {
	font-weight: 700;
	font-size: 16px !important;
	line-height: 20px;
	color: #0B0938;
	display: block;
}

.nab_submenu .nav_item:not(:first-child) .nav_link--head {
	margin-top: 16px;
}

.main {
	background-image: url(../img/bgg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 820px;
}

.main_photo {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
}

.main_list {
	display: flex;
	flex-direction: row;
	position: relative;
	flex-wrap: wrap;
}

.main_item {
	display: flex;
	position: absolute;
	z-index: 100;
	align-items: center;
	filter: drop-shadow(0px 41px 90px rgba(79, 156, 249, 0.13));
	backdrop-filter: blur(29px);
	background-color: rgba(255, 255, 255, 0.5);
	;
	align-self: flex-start;
	padding: 22px 32px 22px 22px;
	border-radius: 15px;
	font-size: 17px;
	line-height: 22px;
}

.main_item img {
	margin-right: 24px;
}

.main-first .main_list .main_item:nth-child(1) {
	top: 100px;
}

.main-first .main_list .main_item:nth-child(2) {
	top: 300px;
	left: -100px;
}

.main-first .main_list .main_item:nth-child(3) {
	top: 500px;
	left: -50px;
}

.main-first .main_list .main_item:nth-child(4) {
	top: 50px;
	right: 100px;
}

.main-first .main_list .main_item:nth-child(5) {
	top: 220px;
	right: 0;
}

.main-first .main_list .main_item:nth-child(6) {
	top: 420px;
	right: -50px;
}

.main-first .main_list .main_item:nth-child(7),.main_item--call {
	top: 590px;
	right: 150px;
	background-color: #4BB4F5;
	/* box-shadow: 9px 13px 45px rgba(0, 166, 241, 0.39); */
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}

.main-first .main_list .main_item:nth-child(7):hover,.main_item--call:hover {
	box-shadow: 9px 13px 45px rgba(0, 166, 241, 0.39);
	transform: scale(1.03);
}

.services .container {
	position: relative;
	padding-top: 50px;
	z-index: 1000;
}

.services {
	padding-bottom: 30px;
}

.services,.blue-bg {
	position: relative;
	background-color: #4BB4F5;
}

.services::before,.blue-bg::before {
	position: absolute;
	content: '';
	background-image: url(../img/servicesb.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}

.title,
.price .container-first h2,
.price .container-first h3 {
	font-weight: 800;
	font-size: 40px;
	line-height: 56px;
	font-family: 'Gilroy-extra';
	text-align: center;
	padding-top: 100px;
	padding-bottom: 60px;
}

.price .container-first {
	padding-bottom: 60px;
}

.title--white {
	color: #fff;
}

.services_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.services_item {
	display: flex;
	counter-increment: section;
	margin-bottom: 50px;
	width: 33%;
}

.services_item .item_count {
	position: relative;
}

.services_item .item_count::after {
	position: absolute;
	content: counter(section);
	right: -8px;
	top: -6px;
	z-index: 100;
	font-family: 'Gilroy-extra';
	font-size: 13px;
	line-height: 10px;
	padding: 6px 8px;
	border-radius: 50%;
	color: #fff;
	background: #20262C;
}

.services_item .item_count img {
	/*width: 110px;
	height: 100px;*/
	width: 200px;
	height: 150px;
	object-fit: cover;
	object-position: 50% 0%;
	border-radius: 10px;
	box-shadow: -7px 7px 0px 0px rgba(173, 219, 255, 0.3);
	max-width: 150px;
}

.services_text {
	color: #FFF;
	/*padding-top: 34px;*/
}

.services_text b {
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
}

.item_count {
	margin-right: 30px;
}

.services_text ul {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	padding-top: 15px;
}

.services_text li {
	padding-left: 28px;
}

.services_text li::before {
	position: absolute;
	content: url(../img/arrow.svg);
	left: 15px;
}

.advantages {
	padding-bottom: 90px;
}

.advantages_block--top {
	display: flex;
	margin: 100px 0;
}

.advantages_block--top img {
	margin-right: 70px;
	align-self: center;
}

.advantages_info p {
	margin-top: 35px;
	font-family: 'Gilroy';
	font-size: 29px;
	line-height: 40px;
}

.advantages_info span {
	display: block;
	color: #969696;
	font-size: 18px;
	padding-top: 15px;
	line-height: 28px;
}

.advantages_title {
	padding: 0 90px;
}

.advantages_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
	align-items: flex-start;
}

.advantages_item {
	display: flex;
	background: #F4F8F9;
	padding: 50px;
	width: 48.5%;
	/* min-height: 265px; */
	border-radius: 15px;
	margin-bottom: 30px;
}

.advantages_item svg {
	margin-right: 35px;
	box-shadow: -2px 4px 22px rgba(0, 0, 0, 0.06);
	border-radius: 50px;
	align-self: flex-start;
	flex: 0 0 auto;
}

.advantages_item svg:hover circle {
	transform: scale(1.05);
}

.advantages_desc h3 {
	font-size: 22px;
	line-height: 28px;
	font-family: 'Gilroy-extra';
	/*padding-bottom: 25px;*/
	min-height: 70px;
}

.advantages_desc span {
	font-size: 18px;
	line-height: 28px;
	color: #848484;
}

.advantages_footer {
	padding: 0 185px;
	font-family: 'Gilroy';
	font-size: 29px;
	text-align: center;
	line-height: 40px;
	margin-top: 40px;
}

.consultation {
	background: #F4F8F9;
	border-radius: 15px;
	padding: 100px 0;
	margin: 0 20px;
}

.consultation_block {
	display: flex;
	width: 50%;
	align-items: flex-start;
}

.consultation_block img {
	margin-right: 50px;
}

.container .consultation_block:last-child {
	width: 43%;
	flex-wrap: wrap;
}

.consultation_info h3 {
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 30px;
}

.consultation .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form {
	max-width: 100%;
}

.form input,.form textarea {
	background: #FEFFFF;
	box-shadow: 9px 9px 35px rgba(225, 225, 225, 0.3);
	border-radius: 10px;
	padding: 26px;
	width: 100%;
	border: none;
	outline: none;
	color: #C9C9C9;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
}

.form .btn,.btn-blue,.btn-boss {
	background: #4BB4F5;
	box-shadow: 9px 13px 45px rgba(0, 166, 241, 0.29);
	border-radius: 10px;
	padding: 24px 80px;
	border: none;
	font-size: 19px;
	line-height: 20px;
	color: #fff;
	font-family: 'Gilroy-extra';
	width: 100%;
}

.btn-boss {
	width: 80%;
	margin: 0 auto;
	background: #203745;
	text-align: center;
	padding: 17px 0;
}

#modal-success p {
	margin-bottom: 60px;
	text-align: center;
	padding: 0 65px;
}

.btn {
	cursor: pointer;
}

.consultation_btn {
	width: 360px;
	max-width: 100%;
	margin-bottom: 34px;
}

 

/* custom checkbox */

.custom-checkbox {
	cursor: pointer;
}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	width: 20px;
}
  
  /* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>small {
	display: inline-flex;
	align-items: center;
	user-select: none;
}
  
  /* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>small::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	background-color: #fff;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
  
  /* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+small:hover::before {
	border-color: #b3d7ff;
}
  
  /* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+small::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}
  
 
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox>input:focus:not(:checked)+small::before {
	border-color: #80bdff;
}
  
  /* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+small::before {
	background-image: url("../img/check-icon-white.svg");
}
  
  /* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox>input:disabled+small::before {
	background-color: #e9ecef;
}

.custom-checkbox small {
	opacity: 1;
	font-size: 15px;
	color: #c4c9ca;
}

.custom-checkbox small a {
	color: #c4c9ca;
}

.form_link {
	text-decoration: underline;
	color: #20262C;
}

.clients_wrapper,.clients_inner {
	display: flex;
}

.clients_wrapper {
	position: relative;
}

.clients_inner {
	flex-wrap: wrap;
}

.clients_block--right {
	z-index: 1000;
	flex-grow: 1;
}

.clients_status {
	width: 100px;
	height: 100px;
	background-color: #4BB4F5;
	border-radius: 50%;
	border: 11px solid #DEF2FF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-family: 'Gilroy-extra';
	margin-right: 50px;
}

.clients_wrapper .clients_block:first-child p {
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	text-align: right;
	font-family: 'Gilroy';
}

.clients_block--left p::after {
	position: absolute;
	content: '';
	content: url(../img/dotted.svg);
	top: 65%;
	transform: translateY(-50%);
}

.clients_block--left p {
	position: relative;
}

.clients_block--left {
	width: 263px;
	margin-right: 122px;
	margin-top: 262px;
}

.clients_info {
	background: #F4F8F9;
	border-radius: 15px;
	padding: 50px;
	width: 555px;
}

.clients_info h3 {
	padding-bottom: 20px;
	padding-right: 150px;
}

.clients_info p {
	padding-bottom: 25px;
}

.clients_title {
	padding-left: 125px;
	padding-right: 125px;
}

.clients_inner {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.location .container {
	display: flex;
	justify-content: space-between;
}

.location {
	padding-bottom: 90px;
}

.location_img {
	width: 555px;
	margin-right: 40px;
}

.location_info {
	flex: 1;
}

.location_title {
	padding-top: 20px;
	text-align: left;
	padding-bottom: 40px;
}

.location_item {
	position: relative;
	font-size: 19px;
	line-height: 28px;
	font-family: 'Jost-bold';
	padding-left: 40px;
	padding-bottom: 14px;
}

.location_item::before {
	position: absolute;
	left: 0;
	content: url(../img/check-blue.svg);
}

.our_team {
	padding: 110px 0;
	border-radius: 15px;
	margin: 0 20px;
}

.our_team .container {
	position: relative;
	z-index: 100;
	display: flex;
}

.our_team img {
	margin-right: 70px;
	align-self: flex-start;
}

.our_team_info b {
	font-size: 29px;
	line-height: 40px;
	color: #fff;
	font-weight: 300;
	font-family: 'Gilroy';
	margin-bottom: 30px;
	display: block;
}

.our_team_info p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

.howwework_title {
	padding-left: 200px;
	padding-right: 200px;
}

.howwework .container {
	padding-bottom: 90px;
	border-bottom: 3px solid #F1F1F1;
}

.howwework_wrapper .howwework_block:first-child p {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 29px;
	text-align: right;
	line-height: 40px;
	margin-bottom: 20px;
}

.howwework_wrapper .howwework_block:first-child span {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: right;
	display: flex;
	color: #969696;
}

.howwework_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.howwework_wrapper .howwework_block:first-child {
	width: 555px;
}

.howwework_wrapper .howwework_block:last-child {
	flex-grow: 1;
}

.howwework_list {
	margin-top: 20px;
}

.howwework_item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.howwework_item p {
	width: 370px;
}

.howwework_item span {
	background: #4BB4F5;
	border-radius: 50%;
	border: 10px solid #DCF2FF;
	width: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 53px;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	font-family: 'Gilroy-extra';
	font-weight: 800;
	margin-right: 25px;
	flex: 0 0 auto;
}

.howwework_item p {
	font-weight: 600;
	font-size: 19px;
	line-height: 28px;
	color: #20262C;
}

.contract {
	padding-bottom: 85px;
}

.contract_title {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 90px;
	padding-bottom: 40px;
}

.contract_desc {
	text-align: center;
	font-weight: 400;
	font-size: 21px;
	line-height: 32px;
	display: block;
}

.contract_block,.contract_list {
	display: flex;
}

.contract_block {
	margin-top: 79px;
	margin-bottom: 60px;
}

.contract_list {
	justify-content: space-between;
	flex: 1;
}

.contract_item {
	width: 360px;
}

.contract_text {
	width: 300px;
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	font-family: 'Gilroy';
	margin-right: 50px;
	text-align: right;
}

.contract_img {
	display: flex;
	margin-bottom: 40px;
}

.contract_inner b {
	margin-bottom: 20px;
	display: block;
	font-weight: 800;
	font-size: 22px;
	font-family: 'Gilroy-extra';
	line-height: 28px;
}

.contract_inner p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #848484;
}

.contract_note {
	background: #F4F8F9;
	border-radius: 15px;
	padding: 60px;
}

.contract_note p,
.contract_note span {
	padding-left: 60px;
	display: block;
}

.contract_note p {
	position: relative;
	font-weight: 300;
	font-size: 29px;
	font-family: 'Gilroy';
	line-height: 40px;
	padding-bottom: 20px;
}

.contract_note p::before {
	position: absolute;
	content: url(../img/note-icon.svg);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.contract_note b {
	color: #4BB4F5;
	font-weight: 800;
	font-family: 'Gilroy-extra';
}

.contract_note span {
	font-size: 18px;
	line-height: 28px;
	color: #969696;
}

.available_services::before {
	display: none;
}

.available_services {
	border-radius: 15px;
	margin: 0 20px;
	background: url(../img/service-availb.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}

.available_services_title {
	color: #fff;
}

.available_services_wrapper {
	display: flex;
}

.available_services_block--first {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 30px;
	border-radius: 15px;
	width: 263px;
	margin-right: 85px;
	flex: 0 0 auto;
	align-self: flex-start;
}

.available_services_block--first img {
	align-self: center;
	margin-bottom: 20px;
}

.available_services_block--first b {
	font-weight: 800;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Gilroy-extra';
	text-align: center;
	padding-bottom: 50px;
}

.available_services_block--first .btn {
	background: #4BB4F5;
	box-shadow: 0px 12px 38px rgba(19, 152, 235, 0.39);
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-family: 'Gilroy-extra';
	font-size: 15px;
	line-height: 20px;
	padding: 20px 0;
}

.available_services_block--second {
	color: #FFF;
}

.available_services_block--second p {
	font-weight: 300;
	font-size: 29px;
	font-family: 'Gilroy';
	line-height: 40px;
	margin-bottom: 20px;
}

.available_services_block--second span {
	display: block;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}

.available_services_item {
	position: relative;
	font-weight: 600;
	font-size: 19px;
	line-height: 28px;
	font-family: 'Jost-bold';
	padding-left: 48px;
	margin-bottom: 24px;
	cursor: pointer;
}

.available_services_item::before {
	position: absolute;
	content: url(../img/plus-icon.svg);
	left: 0;
}

.difference {
	padding-bottom: 100px;
}

.difference_wrap {
	display: flex;
	margin-bottom: 105px;
}

.difference_img {
	width: 375px;
	flex: 0 0 auto;
	margin-right: 70px;
}

.difference_info p {
	font-family: 'Gilroy';
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	margin-bottom: 30px;
}

.difference_info span {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #969696;
	margin-bottom: 30px;
}

.difference_list {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	margin-bottom: 70px;
}

.difference_item {
	width: 49%;
	display: flex;
	margin-bottom: 60px;
	flex-direction: column;
}

.difference_item>div {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.difference_icon {
	flex: 0 0 auto;
	margin-right: 35px;
}

.difference_inner b {
	display: block;
	font-weight: 600;
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 22px;
}

.difference_inner p {
	color: #969696;
}

.difference_bottom {
	padding: 0 200px;
}

.difference_bottom p {
	font-family: 'Gilroy';
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 30px;
}

.difference_bottom span {
	text-align: center;
	color: #848484;
	display: block;
}

.review {
	position: relative;
	background: #F4F8F9;
	border-radius: 15px;
	margin: 0 20px;
	margin-bottom: 100px;
	height: auto;
	background: linear-gradient(to bottom, #F4F8F9 84%, #ffff 50%);
}

.review .container {
	position: relative;
	z-index: 100;
}

.review::after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-image: url(../img/lines-review.svg);
	width: 100%;
	height: 100%;
	top: 0;
}

.slick-arrow svg:hover path {
	fill: #20262C;
}

.slick-arrow {
	z-index: 1000;
}

.slick-arrow::before {
	display: none;
}

.slick-prev {
	left: -7%;
}

.slick-next {
	right: -7%;
}

.review_title {
	padding-top: 80px;
	padding-bottom: 30px;
}

.review_desc {
	font-weight: 400;
	font-size: 21px;
	line-height: 32px;
	padding: 0 274px;
	text-align: center;
	padding-bottom: 60px;
}

.review_videos {
	display: flex;
	justify-content: space-between;
}

.review_video {
	width: 540px;
}

.review_list {
	transform: translateY(53px);
	width: calc(100% + 25px);
	padding: 0 15px;
	margin-left: -15px;
	overflow: hidden;
}

.review_list .slick-list {
	overflow: visible;
}

.review_list .slick-slide .drop-shadow {
	box-shadow: none;
	transition: box-shadow 0.1s ease-in-out;
}

.review_list .slick-slide.slick-active .drop-shadow {
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
}

.review_text {
	font-size: 16px;
	line-height: 24px;
	height: 288px;
	margin: 24px 0;
}

.review_item {
	background: #FFFFFF;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.06);
	border-radius: 15px;
	width: 350px;
	padding: 40px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.review_inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.review_date {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #969696;
}

.video {
	position: relative;
}

.video::after {
	content: url(../img/play.svg);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

.time {
	position: absolute;
	right: 30px;
	bottom: 30px;
	background-color: #fff;
	border-radius: 5px;
	padding: 0 6px;
}

.about {
	background-image: url(../img/bubles.png);
	background-repeat: no-repeat;
	background-position: 232px 197px;
}

.slider_arrows {
	position: absolute;
	bottom: 200px;
	width: 100%;
}

.slider_arrows .slick-prev {
	left: -70px;
}

.slider_arrows .slick-next {
	right: -30px;
}

.about .container {
	display: flex;
	justify-content: space-between;
}

.about_video {
	flex: 0 0 auto;
	align-self: flex-start;
	width: 458px;
	display: flex;
	border-radius: 15px;
	-webkit-box-shadow: -15px 10px 0px 0px rgba(240, 245, 246, 0.17);
	-moz-box-shadow: -15px 10px 0px 0px rgba(240, 245, 246, 0.17);
	box-shadow: -15px 10px 0px 0px rgba(240, 245, 246, 0.17);
	margin-right: 90px;
}

.about_title {
	font-weight: 800;
	font-size: 48px;
	line-height: 56px;
	font-family: 'Gilroy-extra';
	margin-bottom: 20px;
	color: #20262C;
}

.about_desc {
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
	font-family: 'Gilroy';
	padding-bottom: 30px;
	color: #20262C;
}

.about_text {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #969696;
}

.news {
	padding-top: 100px;
}

.news_item {
	margin-right: 30px;
}

.news_title {
	font-size: 48px;
	line-height: 56px;
	font-family: 'Gilroy-extra';
	padding: 90px 0 30px 0;
}

.news_desc {
	font-family: 'Gilroy';
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	padding-bottom: 20px;
}

.news_text {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #969696;
	margin-bottom: auto;
}

.news_item {
	display: flex;
}

.news_img {
	flex: 0 0 auto;
	align-self: center;
}

.news_img img {
	width: 560px;
	object-fit: cover;
	box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.1);
}

.news_info {
	margin-right: 90px;
	display: flex;
	flex-direction: column;
}

.news_bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
	border-top: 3px solid #F1F1F1;
}

.btn-slider {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 0;
	cursor: pointer;
}

.btn-slider svg path,.slick-arrow path {
	transition: 0.3s;
}

.btn-next {
	left: 55px;
}

.outsourcing {
	padding-bottom: 100px;
}

.outsourcing_list {
	display: flex;
	flex-wrap: wrap;
}

.outsourcing_item {
	background: #F4F8F9;
	border-radius: 10px;
	padding: 37px 30px 30px 30px;
	color: #20262C;
	width: 208px;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: 0.3s;
}

.outsourcing_item:hover {
	color: #fff;
	background-color: #4BB4F5;
}

.outsourcing_item.current {
	display: flex;
	background: #4BB4F5;
	color: #fff;
}

.outsourcing_item:not(:last-child) {
	margin-right: 14px;
}

.outsourcing_count {
	position: absolute;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Gilroy-extra';
	background: #6BC7FF;
	color: #fff;
	box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.17);
	border-radius: 50%;
	padding: 8px 14px;
	top: -19px;
	left: 50%;
	transform: translateX(-50%);
}

.outsourcing_desc {
	font-size: 17px;
	line-height: 22px;
	font-family: 'Gilroy-extra';
	text-align: center;
}

.content_item {
	background: #F4F8F9;
	border-radius: 15px;
	padding: 60px;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
}

.content_item.current {
	display: flex;
}

.application {
	background-color: #F4F8F9;
	border-radius: 15px;
	margin: 0 20px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.application .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 48px;
}

.application_text {
	width: 400px;
}

.application_text p {
	font-size: 21px;
	line-height: 28px;
}

.application_title {
	font-size: 48px;
	font-family: 'Gilroy-extra';
	line-height: 56px;
	margin-bottom: 30px;
}

.application_form {
	width: 360px;
}

.application_img {
	flex: 0 0 auto;
	margin-right: 20px;
	width: 399px;
}

.application_wrapper {
	display: flex;
	justify-content: space-between;
	flex: 1;
	flex-wrap: wrap;
}

.application_btn {
	margin-bottom: 30px;
}

.profit_wrapper {
	display: flex;
	justify-content: space-between;
}

.profit_text {
	width: 700px;
}

.profit_text p {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	margin-bottom: 30px;
}

.profit_text span {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #969696;
}

.workers_wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.workers_number {
	position: relative;
	font-weight: 800;
	font-size: 54px;
	line-height: 56px;
	font-family: 'Gilroy-extra';
	color: #4BB4F5;
}

.workers_number::after {
	position: absolute;
	content: url(../img/ellipse.svg);
	left: 30px;
	top: -50%;
}

.workers_subtitle {
	font-size: 18px;
	line-height: 28px;
	display: block;
	margin-top: 15px;
}

.workers_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.workers_item {
	width: 40%;
}

.workers_info p {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	margin-bottom: 30px;
}

.workers_info span {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #848484;
}

.cost_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cost_text {
	width: 565px;
	text-align: right;
}

.cost_item {
	position: relative;
	z-index: 100;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
}

.cost_list {
	position: relative;
}

.cost_list::before {
	position: absolute;
	content: url(../img/branch.svg);
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
}

.cost_item img {
	margin-right: 20px;
}

.price .container-first p {
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	text-align: center;
	font-family: 'Gilroy';
	padding: 0 80px;
	margin-bottom: 15px;
}

.price_desc b {
	font-family: 'Gilroy-extra';
	font-weight: 800;
}

.price_small-text {
	font-size: 18px;
	line-height: 28px;
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 60px;
}

.price .blue-bg {
	margin: 0 20px;
	border-radius: 15px;
}

.price {
	position: relative;
}

.price::after {
	position: absolute;
	content: '';
	background-image: url(../img/calculator.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	right: 0;
	margin-right: 20px;
	width: 253px;
	height: 156px;
}

/* .price .container{
    position: relative;
    z-index: 10000;
}
 */
.price_acquaintances {
	position: absolute;
	cursor: pointer;
	display: flex;
	top: 50%;
	transform: translateY(-50%);
}

.price_calculated {
	position: relative;
}

.price_wrapper {
	padding: 90px 0;
}

.price_btns {
	display: flex;
	flex-direction: column;
	margin-right: 90px;
}

.price_btn {
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	background: transparent;
	padding: 30px 30px 22px 30px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	width: 360px;
	text-align: left;
	font-family: 'Jost';
	position: relative;
	transition: 0.3s;
}

.price_btn:not(:last-child) {
	margin-bottom: 10px;
}

.price_btn.active,.price_btn:hover {
	background-color: #fff;
	color: #20262C;
}

.price_btn.active::after {
	position: absolute;
	right: 5px;
	top: calc(50% + 6px);
	transform: translateY(-50%);
	content: url(../img/check-blue.svg);
}

.price_header {
	font-family: 'Gilroy-extra';
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 40px;
}

.price_choose {
	display: flex;
}

.price_calculated {
	width: 146px;
	position: relative;
}

.price_calculated input {
	padding: 26px 50px;
	background: #FFFFFF;
	border-radius: 10px;
	border: none;
	outline: none;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	height: 74px;
	width: 100%;
	text-align: center;
}

.price_acquaintances.minus {
	left: 26px;
}

.price_acquaintances.plus {
	right: 26px;
}

.price_info {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.price_list {
	display: flex;
}

.price_item:not(:first-child) {
	margin-left: 40px;
}

.price_cost {
	display: flex;
	align-items: center;
	font-size: 43px;
	line-height: 28px;
	color: #fff;
	font-family: 'Gilroy-extra';
	background: rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	padding: 22px;
}

.btn--black {
	position: relative;
	width: 359px;
	background: #203745;
	box-shadow: 9px 13px 45px rgba(32, 55, 69, 0.4);
	border-radius: 12px;
	padding: 31px 20px;
	padding-left: 89px;
	font-size: 19px;
	line-height: 20px;
	font-family: 'Gilroy-extra';
	color: #fff;
	margin-top: auto;
}

.btn--black::before {
	position: absolute;
	content: url(../img/white-check.svg);
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.process_nav {
	display: flex;
	justify-content: space-between;
}

.process_link {
	display: flex;
	padding: 30px;
	flex-direction: column;
	/*justify-content: center;*/
	width: 228px;
	flex: 0 0 auto;
	text-align: center;
	margin-bottom: 34px;
	height: 200px;
	cursor: pointer;
}

.process_link.current,.process_link:hover {
	position: relative;
	display: flex;
	border: 2px solid #7CB7ED;
	border-radius: 15px;
}

.process_link:not(.current):hover:after {
	display: none;
}

.process_head {
	font-weight: 600;
	margin-bottom: 10px;
}

.process_link.current::after {
	content: url(../img/dashed.svg);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	margin-bottom: -49px;
}

.process_imgs {
	height: 91px;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 30px;
}

.process_imgs img {
	display: block;
	margin: 0 auto;
}

.process_imgs span {
	position: absolute;
	right: 10px;
	top: -10px;
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	color: #4BB4F5;
	background-color: #FFFFFF;
	border: 1px solid #4BB4F5;
}

.process_link b {
	color: #20262C;
}

.process_content .content_item {
	background-color: #4BB4F5;
	color: #fff;
}

.process_count {
	font-size: 52px;
	line-height: 64px;
	font-family: 'Gilroy-extra';
	margin-right: 30px;
}

#process-tab {
	margin-bottom: 80px;
}

.process_bottom p {
	font-size: 29px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Gilroy';
}

.process_bottom span {
	font-size: 18px;
	line-height: 28px;
	color: #848484;
	text-align: center;
	display: block;
	padding: 0 100px;
}

.process {
	padding-bottom: 100px;
}

.footer {
	background-color: #122232;
	position: relative;
	padding: 89px 0 100px 0;
}

.footer::before {
	position: absolute;
	content: '';
	background-image: url(../img/footer-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	text-align: center;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}

.footer .container {
	position: relative;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_head {
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 20px;
	line-height: 18px;
}

.footer_link {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 34px;
	transition: 0.3s;
}

.footer_link:hover {
	color: #4BB4F5;
}

.footer_list {
	width: 33%;
}

.footer_address {
	font-size: 18px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.5);
	margin: 34px 0;
}

.footer_link--phone {
	position: relative;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 23px;
	line-height: 20px;
	padding-left: 30px;
	margin-bottom: 34px;
}

.footer_link--phone::before {
	position: absolute;
	content: url(../img/phone-footer.svg);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer_link--socials {
	display: flex;
}

.footer_link--social:not(:last-child) {
	margin-right: 12px;
}

.footer_bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex: 1;
	/*align-items: center;*/
	margin-top: 46px;
	padding-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer_bottom,.footer_link--politics {
	color: rgba(255, 255, 255, 0.5);
}

.main--second .main_list .main_item:nth-child(1) {
	top: 160px;
	left: 100px;
}

.main--second .main_list .main_item:nth-child(2) {
	top: 452px;
	left: 0;
}

.main--second .main_list .main_item:nth-child(3) {
	top: 222px;
	right: 0;
}

.main--second .main_list .main_item:nth-child(4) {
	top: 412px;
	right: -43px;
}

.main_item p {
	font-weight: 600;
	font-size: 17px;
	line-height: 22px;
}

.services_inner {
	display: flex;
}

.services_text p {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	margin-bottom: 20px;
}

.services_text span {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	display: block;
}

.services_btn {
	display: block;
	margin-top: 50px;
}

.img-serv {
	margin-right: 90px;
	flex-shrink: 0;
	align-self: flex-start;
}

.services--second {
	padding-bottom: 60px;
}

.times {
	padding: 30px 0;
}

.times_wrapper {
	display: flex;
	margin-bottom: 53px;
}

.times_wrapper img {
	margin: 0 65px;
	align-self: flex-start;
}

.times_info p {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	margin-bottom: 33px;
}

.times_info span {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #969696;
}

.times_info span strong {
	color: #20262C;
}

.tab-top {
	display: flex;
	justify-content: space-between;
	padding: 14px 37px;
	background: #F4F8F9;
	border-radius: 15px;
	align-items: center;
}

.tab-top.active {
	border-radius: 15px 15px 0 0;
}

.tab_btn {
	background: #FFFFFF;
	border-radius: 15px;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: none;
}

.tab_btn.active img {
	transform: rotate(-180deg);
}

.tab-top p,.tab-top h2,.tab-top h3,.tab-top h4 {
	position: relative;
	font-family: 'Gilroy-extra';
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 28px;
	padding-left: 50px;
}

.tab-top p::before,.tab-top h2::before,.tab-top h3::before {
	position: absolute;
	content: url(../img/question-icon.svg);
	left: 0;
}

.tab_inner {
	display: none;
	padding: 50px;
	background: #F4F8F9;
	border-radius: 0 0 15px 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.tab_inner span {
	background: #4BB4F5;
	border: 10px solid #DCF2FF;
	color: #fff;
	border-radius: 50%;
	width: 63px;
	height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	font-family: 'Gilroy-extra';
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 22px;
	margin-right: 25px;
}

.tab_item {
	display: flex;
}

.tab_item:not(:last-child) {
	margin-bottom: 30px;
}

.contract_img {
	position: relative;
}

.contract_img span {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	background: #4BB4F5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-family: 'Gilroy-extra';
	font-style: normal;
	font-weight: 800;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}

.free_list {
	justify-content: center;
	margin-bottom: 50px;
}

.free_item {
	margin-right: 30px;
}

.free_item .contract_inner b {
	text-align: center;
}

.free_item .contract_inner p {
	text-align: center;
}

.free_title {
	padding: 0 100px;
	margin-bottom: 45px;
}

.free_bottom {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 100px;
}

.free {
	padding-top: 30px;
	padding-bottom: 100px;
}

.tab-top--org,.tab_inner--org {
	background: transparent;
}

.tab-top--org {
	padding: 0;
}

.tab_inner--org {
	border-top: 0;
	padding: 0;
}

.tab_inner--org p {
	color: #969696;
	padding-right: 160px;
	padding-bottom: 30px;
}

.tab-top--org {
	padding: 30px 0;
}

.tab-top--org h3,.tab-top--org h4,.price .tab-top--org h3 {
	font-weight: 600;
	font-size: 19px;
	padding-left: 0;
}

.price .tab-top--org h3 {
	padding: 0;
}

.price .tab_item--reset p {
	all: initial;
	font-family: 'Jost';
	font-size: 18px;
	line-height: 28px;
}

.tab-top--org p::before {
	display: none;
}

.tab_btn--org {
	background: #4BB4F5;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	position: relative;
	flex: 0 0 auto;
}

.tab_btn--org::before {
	position: absolute;
	content: url(../img/plus-tab.svg);
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
}

.tab_btn--org.active::before {
	content: url(../img/minus-tab.svg);
	top: 43%;
}

.tab-wrapper:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.about--new {
	padding-top: 100px;
	padding-bottom: 100px;
	background-position: 65px 378px;
}

.tab-content--diff {
	width: 1140px;
	margin: 0 auto;
	max-width: 100%;
}

.about--new_title {
	margin: 0 auto;
	display: block;
	width: 1140px;
	max-width: 100%;
	padding-top: 100px;
}

.accounting-services {
	background-image: url(../img/accounting-services-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 20px;
	margin-top: 100px;
	color: #fff;
	border-radius: 15px;
}

.accounting-services_item {
	position: relative;
	display: flex;
	width: 320px;
	padding: 22px 35px;
	border-radius: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Jost-bold';
	margin-bottom: 10px;
	border: 2px dashed rgba(255, 255, 255, 0.51);
	cursor: pointer;
}

.accounting-services_item.active::after {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	content: url(../img/white-arr.svg);
}

.accounting-services_item.active,.accounting-services_item:hover {
	background: #FFFFFF;
	border: none;
}

.accounting-services_item p {
	color: #fff;
}

.accounting-services_item.active p,.accounting-services_item.active h3,.accounting-services_item:hover h3,.accounting-services_item:hover p {
	color: #20262C;
}

.accounting-services_item h3 {
	font-size: 16px;
}

.accounting-services_item span {
	color: #4BB4F5;
	padding-right: 10px;
}

.accounting-services_top {
	display: flex;
	margin-bottom: 70px;
}

.accounting-services_list {
	margin-right: 70px;
}

.accounting-services_info p {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	margin-bottom: 30px;
}

.accounting-services_info span {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}

.accounting-services_form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 100px;
}

.accounting-services_form input,
.accounting-services_form select {
	width: 32%;
}

.accounting-services_form input,
.accounting-services_form select {
	margin-bottom: 30px;
}

.form select {
	font-size: 18px;
	line-height: 18px;
	color: #20262C;
	padding: 26px;
	font-family: 'Jost';
	border-radius: 10px;
	appearance: none;
	background-image: url(../img/galk.svg);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	padding-right: 90px;
}

.accounting-services_form .custom-checkbox small {
	opacity: 1;
}

.accounting-services_form .btn {
	margin-bottom: 40px;
}

.accounting-services_form .form_link {
	color: #fff;
}

.accounting-services_form .form_approval {
	width: 100%;
	text-align: center;
}

.advantages_block--bottom-content {
	margin-bottom: 50px;
}

.profit_wrapper--bottom-content {
	align-items: center;
	margin-bottom: 78px;
}

.bottom-content b {
	font-family: 'Gilroy-extra';
}

.bottom-content .blue {
	color: #4BB4F5;
}

.bottom-content-img {
	position: relative;
}

.bottom-content-link {
	position: absolute;
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
	color: #fff;
	background: #4BB4F5;
	font-weight: 800;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	font-family: 'Gilroy-extra';
}

.bottom-content .profit_text {
	width: 670px;
}

.bottom-content {
	margin-bottom: 120px;
}

.tab_item b,.tab_item strong,.tab_item--wrap h2 {
	font-weight: 600;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 29px;
	display: block;
}

.tab-wrapper-mb .tab_item strong {
	display: inline-block;
	margin-bottom: 0;
}

.tab_item--wrap {
	flex-wrap: wrap;
}

.callback_info {
	background: #F4F8F9;
	border-radius: 15px;
	margin-top: 78px;
	padding: 81px 118px 81px 360px;
	/* max-height: 308px; */;
}

.callback_info p {
	position: relative;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	color: #20262C;
	padding-left: 61px;
}

.callback_info p::before {
	position: absolute;
	content: url(../img/note-icon.svg);
	left: 0;
	top: 0;
}

.callback_info b {
	font-family: 'Gilroy-extra';
}

.callback .container {
	position: relative;
	padding-bottom: 100px;
}

.callback img {
	position: absolute;
	bottom: 0;
	left: 43px;
}

.callback_link {
	color: #20262C;
}

.callback_link:hover {
	color: #4BB4F5;
}

.main--third .main_item:not(.main_item--call) {
	filter: none;
	background-color: transparent;
	backdrop-filter: blur(0);
	flex-direction: column;
}

.main--third .main_item:first-child:after,
.main--third .main_item:last-child:after {
	position: absolute;
	content: url(../img/arrow-main.svg);
	right: 0;
	right: -80%;
	top: 50%;
}

.main--third .main_item:last-child:after {
	right: -10%;
	top: -100%;
	transform: scale(-1, 1);
}

.main--third .main_item:nth-child(3) {
	text-align: right;
}

.main--third .main_item:first-child {
	top: 84px;
}

.main--third .main_item:nth-child(2) {
	top: 191px;
	right: 0;
}

.main--third .main_item:nth-child(3) {
	top: 509px;
	left: -50px;
}

.main_inner {
	position: relative;
}

.main--third .main_item span {
	position: absolute;
	right: -30px;
	top: -30px;
}

.main--third .main_item:not(.main_item--call) img {
	margin-bottom: 35px;
}

.main_inner p {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
}

.main_inner span {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	background: #4BB4F5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-family: 'Gilroy-extra';
	font-style: normal;
	font-weight: 800;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}

.services--third .btn {
	width: 276px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

.services--third .services_text {
	padding: 0 80px;
}

.initial_consultation .advantages_block {
	margin-top: 40px;
	margin-bottom: 60px;
}

.initial_consultation span {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #969696;
}

.initial_bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 60px;
	padding-bottom: 100px;
}

.initial_bottom_title {
	text-align: right;
	width: 720px;
	max-width: 100%;
	padding: 0;
}

.accounting-services--new {
	margin-top: 0;
}

.free--new {
	padding-top: 100px;
	padding-bottom: 0;
}

.free--new .title {
	margin-bottom: 30px;
}

.free_sub {
	display: block;
	text-align: center;
	margin-bottom: 55px;
}

.free_desc::before,.income .contract_note p {
	top: 10px !important;
	transform: none !important;
}

.initial_info p {
	margin-top: 0;
}

.periodicity {
	background: #F4F8F9;
	border-radius: 15px;
	margin: 0 20px;
	padding-bottom: 100px;
	margin-bottom: 90px;
}

.periodicity_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.periodicity_list {
	width: 510px;
}

.periodicity_item {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.periodicity_item span {
	background: #4BB4F5;
	border: 10px solid #DCF2FF;
	color: #fff;
	border-radius: 50%;
	width: 63px;
	height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	font-family: 'Gilroy-extra';
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 22px;
	margin-right: 25px;
}

.periodicity_img {
	position: relative;
}

.periodicity_img {
	position: relative;
	z-index: 1000;
}

.periodicity_img::after {
	position: absolute;
	content: '';
	width: 291px;
	height: 73px;
	bottom: 0;
	left: 0;
	background: #000000;
	opacity: 0.25;
	filter: blur(66px);
}

.initial_title {
	padding-bottom: 0;
	padding-left: 100px;
	padding-right: 100px;
}

.initial_info--center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tab_item div {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-family: 'Gilroy-extra';
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 28px;
	color: #20262C;
	padding: 36px 40px;
	border-radius: 15px;
	margin-right: 50px;
	width: 200px;
	flex: 0 0 auto;
}

.tab_item--center {
	align-items: center;
}

.list-of-docs_list {
	margin-top: 80px;
}

.list-of-docs_item {
	display: flex;
	margin-bottom: 40px;
}

.list-of-docs_item img {
	margin-right: 70px;
}

.list-of-docs_item b,.list-of-docs_item h3 {
	margin-top: 70px;
	display: block;
	font-family: 'Gilroy-extra';
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 30px;
}

.list-of-docs_item span {
	color: #969696;
}

.list-of-docs_bottom {
	background-image: url(../img/listofdocs-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	padding: 50px 57px;
	color: #fff;
}

.list-of-docs_bottom p {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 30px;
}

.text_title {
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 40px;
}

.text_desc,.text p {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	color: #2D2D2D;
	margin-bottom: 30px;
}

.text_subdesc,.text span {
	color: #848484;
}

.text {
	padding-bottom: 100px;
}

.review--new {
	margin-bottom: 100px;
	height: auto;
	background: linear-gradient(to bottom, #F4F8F9 84%, #ffff 50%);
}

.tabs {
	padding-bottom: 80px;
}

.income .container--inner {
	padding-left: 200px;
	padding-right: 200px;
}

.income_block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 70px;
}

.income_block p {
	width: 500px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 29px;
	line-height: 40px;
	margin-bottom: 40px;
}

.income_block span {
	text-align: center;
	color: #969696;
}

.income_video {
	display: flex;
	position: relative;
}

.income_video::before {
	position: absolute;
	content: url(../img/bubles.png);
	left: -100px;
	top: -50px;
}

.income .contract_note {
	position: relative;
	z-index: 100;
	margin-bottom: 100px;
}

.callback_info span {
	padding-left: 61px;
	color: #969696;
	display: block;
	margin-top: 10px;
}

.callback_info {
	padding-right: 70px;
}

.popup-modal {
	width: 560px;
	max-width: 100%;
}

.js-tab-content {
	display: none;
}

.current {
	display: block;
}

.popup-modal .carousel__button {
	top: 30px !important;
	right: 30px !important;
	box-shadow: none !important;
	color: #20262C !important;
}

.popup-modal {
	border-radius: 15px;
	padding: 70px;
	background: #F4F8F9;
}

.popup-modal b {
	font-family: 'Gilroy-extra';
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 40px;
}

.popup-modal .form_approval {
	text-align: center;
	margin-top: 32px;
}

.form .btn:hover,.btn-blue:hover,.available_services_block--first .btn:hover {
	background: #64C2FC;
	box-shadow: none;
}

.btn--black:hover {
	background: #112734;
	box-shadow: none;
}

.form input:focus {
	color: #20262C;
	outline: none;
}

.mouse {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.nav_item-sub {
	position: relative;
}

.nav_item-sub::after {
	content: url(../img/arrow-down.svg);
	right: -20px;
	margin-left: 10px;
}

.nav_item-sub::after {
	content: url(../img/arrow-down.svg);
	right: -20px;
	margin-left: 10px;
}

.nav-arr {
	display: none;
}

.main_item--last {
	display: none;
}

.scroll-btn {
	position: absolute;
	width: 100%;
}

.scroll-btn div {
	position: relative;
	width: 74px;
	height: 74px;
	margin: 0 auto;
	top: -35px;
}

.scroll-btn div:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #4BB4F5;
	opacity: 0.6;
	top: -7px;
	transform: scale(1.5);
	animation: pulse 2s ease-in-out infinite;
}

.content__block table {
	margin-bottom: 20px;
}

.nav_sublist {
	display: none;
	position: absolute;
	left: 262px;
	padding: 34px;
	background: #FEFFFF;
	box-shadow: 9px 9px 35px rgb(225 225 225 / 30%);
	top: -30px;
	border-radius: 10px;
	white-space: nowrap;
}

.nav_sublist:before {
	position: absolute;
	content: '';
	left: -100px;
	width: 100%;
	height: 100px;
	top: 0;
}

.services_title {
	padding-top: 0;
}

@media(min-width:560px) {
	.nav_item:hover > .nav_sublist,.nav_sublist:hover {
		display: block;
	}
}

.nav_link {
	position: relative;
	z-index: 1000;
}

@keyframes pulse {
	from {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
	}

	to {
		transform: scale(1);
	}
}

.review_inner .review_videos {
	margin-bottom: 20px;
	flex-wrap: wrap;
}

/* fixed navbar */
header {
	position: fixed;
	background-color: #fff;
	z-index: 1005;
	width: 100%;
}

header,.nav_menu {
	transition: 0.3s;
}

.header--scrolled .nav_menu {
	padding: 15px 50px;
}

.header--scrolled {
	box-shadow: 0px 7px 50px -9px rgba(34, 60, 80, 0.2);
}

main {
	padding-top: 133px;
}

/* end  */

.content__block {
}

.content__block h2,
.content__block h3 {
	margin: 0 0 30px 0;
	text-decoration: underline;
}

.content__block h4 {
	margin: 0 0 20px 0;
	text-decoration: underline;
}

.content__block ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

.content__block ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}

/* video*/

.video-frame iframe {
	width: 70%;
	margin: 0 auto;
	display: block;
	height: 400px;
	margin-bottom: 50px;
}

@media(max-width:1230px) {
	.nav_list .nav_item:not(:last-child) {
		margin-right: 30px;
	}

	.nav_logo img {
		width: 180px;
	}

	.nav_link--phone {
		font-size: 20px;
	}

	.nav_menu {
		justify-content: space-between;
	}

	.nav_toggle {
		display: block;
	}

	.nav_list {
		margin-top: 20px;
	}

	.services_item {
		width: 49%;
	}

	.clients_status {
		display: none;
	}

	.contract_item {
		width: 49%;
	}

	.outsourcing_item {
		width: 31%;
	}

	.application img {
		margin-right: 30px;
	}

	.application_form {
		width: 400px;
	}

	.application_text {
		margin-bottom: 20px;
	}

	.cost_text {
		width: 395px;
	}

	.price_cost {
		font-size: 26px;
	}

	.price_btns {
		margin-right: 20px;
	}

	.price_item:not(:first-child) {
		margin-left: 7px;
	}

	.process_nav {
		flex-wrap: wrap;
	}

	.process_link {
		width: 190px;
		height: 262px;
	}

	.img-serv {
		width: 400px;
		height: auto;
	}

	.tab-content--diff {
		padding: 0 20px;
	}

	.main-first .main_list .main_item:nth-child(6) {
		right: 0;
	}

	.main-first .main_list .main_item:nth-child(2),.main-first .main_list .main_item:nth-child(3) {
		left: 0;
	}

	.slider_arrows .slick-prev {
		left: 0;
	}

	.slider_arrows .slick-next {
		right: 35px;
	}
}

@media(max-width:991px) {
	.nav_list {
		order: 1;
		width: 100%;
	}

	.nav_menu {
		flex-wrap: wrap;
	}

	.nav_logo {
		width: 50%;
	}

	.advantages_item {
		width: 100%;
	}

	.advantages_footer {
		padding: 0 10px;
	}

	.advantages_block--top {
		flex-wrap: wrap;
		justify-content: center;
	}

	.advantages_block--top img {
		margin-right: 0;
	}

	.consultation_block,.container .consultation_block:last-child {
		width: 100%;
	}

	.consultation_block br {
		display: none;
	}

	.consultation_block {
		margin-bottom: 20px;
		text-align: center;
	}

	.consultation {
		padding: 100px;
	}

	.clients_info {
		width: 500px;
	}

	.our_team .container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.our_team .container img {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.howwework_wrapper {
		flex-wrap: wrap;
	}

	.howwework_wrapper .howwework_block:first-child {
		width: 100%;
	}

	.howwework_wrapper .howwework_block:first-child p {
		text-align: center;
	}

	.howwework_wrapper .howwework_block:first-child span {
		justify-content: center;
		text-align: center;
	}

	.howwework_item {
		justify-content: flex-start;
		padding-left: 80px;
	}

	.contract_block {
		flex-wrap: wrap;
	}

	.contract_text {
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}

	.contract_desc br {
		display: none;
	}

	.contract_img img {
		width: 100%;
	}

	.review_desc {
		padding: 0;
		padding-bottom: 30px;
	}

	.about {
		padding-top: 100px;
	}

	.about .container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.about_video {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.news_item {
		flex-wrap: wrap;
		justify-content: center;
		margin-right: 0;
	}

	.news_img {
		margin-top: 30px;
	}

	.news_info {
		margin-right: 0;
	}

	.outsourcing_list {
		justify-content: space-between;
	}

	.outsourcing_item {
		width: 49%;
	}

	.outsourcing_item:not(:last-child) {
		margin-right: 0;
	}

	.profit_wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	.profit_text {
		width: 100%;
		margin-bottom: 20px;
	}

	.workers_wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	.workers_list {
		margin-top: 100px;
		justify-content: space-around;
	}

	.workers_item {
		margin-bottom: 30px;
	}

	.cost_text {
		width: 100%;
		margin-bottom: 20px;
		text-align: left;
	}

	.cost_wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	.cost_list::before {
		display: none;
	}

	.price_choose {
		flex-wrap: wrap;
	}

	.price_btns {
		margin-right: 0;
	}

	.price_choose {
		justify-content: center;
	}

	.price_btn {
		width: 209px;
	}

	.price_header {
		font-size: 13px;
	}

	.price_info {
		margin-left: 10px;
	}

	.price_cost {
		font-size: 25px;
	}

	.price::after {
		margin-right: 18px;
		width: 196px;
		height: 120px;
		overflow: hidden;
		border-radius: 15px;
	}

	.process_link {
		width: 33%;
	}

	.process_nav {
		justify-content: flex-start;
	}

	.process_link.active::after {
		display: none;
	}

	.services_inner {
		flex-wrap: wrap;
		justify-content: center;
	}

	.img-serv {
		width: auto;
		margin-right: 0;
	}

	.tab_inner--org p {
		padding-right: 0;
	}

	.tab_inner--org {
		padding-left: 0 !important;
	}

	.callback_info {
		padding-left: 273px;
		padding-right: 30px;
	}

	.initial_bottom_title {
		text-align: center;
		margin-bottom: 40px;
	}

	.initial_bottom {
		justify-content: center;
	}

	.periodicity_wrapper {
		flex-wrap: wrap;
	}

	.periodicity_list {
		width: 100%;
	}

	.periodicity_item {
		margin-bottom: 20px;
	}

	.income .container {
		padding: 0 15px;
	}

	.income_block img {
		margin-bottom: 20px;
	}

	.income_video {
		flex-wrap: wrap;
		justify-content: center;
	}

	.main--third .main_list {
		justify-content: center;
	}

	.main_item {
		position: static;
	}

	.main--third .main_item:not(.main_item--call) {
		width: 100%;
	}

	.main--third .main_item:first-child:after, .main--third .main_item:last-child:after {
		display: none;
	}

	.main_photo {
		display: block;
		position: static;
	}

	.main-first .main_list .main_item:nth-child(7),.main_item--call {
		bottom: 0;
	}

	.main-first .main_list .main_item:nth-child(7),.main-first .main_list .main_item--call {
		display: none;
	}

	.main_list {
		justify-content: center;
	}

	.main_item--last {
		display: flex;
		background-color: #4BB4F5;
		width: 100%;
		color: #fff;
		border-radius: 0;
		justify-content: center;
	}

	.slider_arrows {
		display: none;
	}

	.main--second .main_photo {
		position: static;
	}

	.main--second {
		min-height: auto;
	}
}

@media(max-width:769px) {

	.advantages_title {
		padding: 0 20px;
	}

	.consultation {
		padding: 50px;
	}

	.consultation_block {
		flex-wrap: wrap;
		justify-content: center;
	}

	.consultation_info h3 {
		font-size: 40px;
		line-height: 35px;
		margin-top: 20px;
	}

	.clients_wrapper {
		flex-wrap: wrap;
	}

	.clients_title {
		padding-left: 0;
		padding-right: 0;
	}

	.clients_block--left {
		margin: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.clients_block--left p::after {
		display: none;
	}

	.clients_info {
		width: 100%;
	}

	.location .container {
		flex-wrap: wrap;
	}

	.location_img {
		width: 100%;
		margin-right: 0;
	}

	.location_img img {
		width: 100%;
	}

	.location_title {
		text-align: center;
	}

	.howwework_item {
		padding-left: 0;
	}

	.contract_list {
		flex-wrap: wrap;
	}

	.contract_item {
		width: 100%;
		margin-bottom: 20px;
	}

	.contract_block {
		margin-top: 20px;
	}

	.contract_note p,
	.contract_note span {
		padding-left: 0;
	}

	.contract_note p::before {
		display: none;
	}

	.available_services_block--first {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.available_services_wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	.available_services_block--second {
		width: 100%;
	}

	.difference_img {
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.difference_wrap {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}

	.difference_list {
		flex-wrap: wrap;
	}

	.difference_item {
		width: 100%;
	}

	.difference_bottom {
		padding: 0;
	}

	.review_videos {
		flex-wrap: wrap;
		justify-content: center;
	}

	.review {
		height: auto;
	}

	.application img {
		display: none;
	}

	.application_text,.application_form {
		width: 100%;
	}

	.application_wrapper {
		padding: 30px;
	}

	.price_choose {
		padding: 30px;
	}

	.price_btns {
		width: 100%;
		margin-bottom: 20px;
	}

	.price_btn {
		width: 100%;
	}

	.price_header {
		font-size: 18px;
	}

	.price_list {
		margin-bottom: 30px;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.price_item {
		margin-bottom: 30px;
	}

	.price_choose {
		padding: 0;
	}

	.price_desc {
		padding: 0;
	}

	.process_link {
		width: 49%;
	}

	.process_nav {
		justify-content: flex-start;
	}

	.process_bottom span {
		padding: 0;
	}

	.footer_list {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer_item {
		display: flex;
		justify-content: center;
	}

	.footer_head {
		margin-bottom: 10px;
	}

	.footer_address {
		padding: 0 150px;
	}

	.times_wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	.times_wrapper img {
		margin-bottom: 40px;
	}

	.free_item {
		margin-right: 0;
	}

	.accounting-services_top {
		flex-wrap: wrap;
	}

	.accounting-services_item {
		width: 100%;
	}

	.accounting-services_list {
		margin-right: 0;
		width: 100%;
	}

	.accounting-services_form input, .accounting-services_form select {
		width: 100%;
	}

	.accounting-services_form .form_approval input {
		width: auto;
	}

	.callback img {
		display: none;
	}

	.callback_info {
		padding: 20px;
	}

	.footer::before {
		top: 0;
	}

	.services--third .services_text {
		padding: 0;
	}

	.tab_item--center {
		flex-wrap: wrap;
		justify-content: center;
	}

	.tab_item div {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.list-of-docs_item {
		flex-wrap: wrap;
		justify-content: center;
	}

	.list-of-docs_item img {
		margin-right: 0;
	}

	.income_block {
		justify-content: center;
	}
}

@media(max-width:570px) {
	.nav_list {
		flex-direction: column;
		display: none;
		text-align: center;
		position: absolute;
		margin: 0;
		background: #fff;
		/* height: 100vh; */
		z-index: 199;
		top: 0;
		z-index: 10000;
		overflow-y: auto;
	}

	.nab_submenu {
		position: static;
		top: auto;
		box-shadow: none;
		margin: 0 auto;
		padding: 0;
	}

	.nav_list.active {
		padding: 50px 0;
		display: flex;
		/*height: 100%;*/
		height: 100vh;
	}

	.disable-scroll {
		overflow: hidden;
	}

	.nav_list .nav_link {
		display: block;
		margin-bottom: 10px;
	}

	.nav_item--phone {
		margin-top: 20px;
		width: 100%;
	}

	.nav_list .nav_item:not(:last-child) {
		margin-right: 0;
	}

	.nav_toggle .icon {
		transition-duration: 0.5s;
		width: 45px;
		height: 4px;
		background-color: #4BB4F5;
	}

	.nav_toggle {
		order: 7;
		position: absolute;
		width: 45px;
		height: 26px;
		background-color: transparent;
		border: none;
		cursor: pointer;
		right: 20px;
		top: 38px;
	}

	.nav_toggle .icon::before, .nav_toggle .icon::after {
		transition-duration: 0.2s;
		position: absolute;
		content: '';
		width: 45px;
		height: 4px;
		top: 48%;
		transform: translateY(-50%);
		background-color: #4BB4F5;
		left: 0;
	}

	.nav_toggle .icon::after {
		top: auto;
		bottom: 0;
	}

	.nav_menu {
		justify-content: center;
/*		position: relative;*/;
	}

	.nav_logo {
		width: 100%;
	}

	.services_item {
		width: 100%;
	}

	.title {
		font-size: 27px;
		line-height: 35px;
		padding: 30px 0;
	}

	.services_text b,.services_text ul {
		font-size: 15px;
		line-height: 20px;
	}

	.consultation {
		padding: 20px;
		margin: 0;
	}

	.clients_wrapper .clients_block:first-child p {
		text-align: center;
	}

	.about_video,.about_video img {
		width: 100%;
	}

	.outsourcing_item {
		width: 100%;
	}

	.content_item {
		padding: 30px;
	}

	.footer_address {
		padding: 0 30px;
	}

	.tab-top p {
		font-size: 18px;
	}

	.tab_btn {
		flex: 0 0 auto;
		width: 50px;
		height: 50px;
	}

	.times_info p {
		font-size: 22px;
		line-height: 30px;
	}

	.tab_inner {
		padding: 20px;
	}

	.tab-top p::before {
		top: 50%;
		transform: translateY(-50%);
	}

	.bottom-content-link {
		left: 0;
	}

	.periodicity {
		margin-left: 0;
		margin-right: 0;
	}

	.initial_consultation--new .advantages_block--top,
	.initial_consultation--new .initial_info,.initial_info--center {
		margin-top: 30px;
	}

	.nav_item-sub {
		padding-bottom: 0;
	}

	.nav_item-sub::after {
		right: 220px;
	}

	.main-first .main_list .main_item:nth-child(7),.main-first .main_list .main_item--call {
		display: none;
	}

	.nab_submenu .nav_item:not(:first-child) .nav_link--head {
		margin-top: 0;
	}

	.nab_submenu .nav_link {
		margin-bottom: 5px;
	}

	.nav-arr {
		position: relative;
		z-index: 100000;
		display: block;
		margin-left: 10px;
	}

	.nav_item-subs {
		display: flex;
		margin-bottom: 10px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}

	.nav_sublist {
		position: static;
		background-color: transparent;
		box-shadow: none;
	}

	.nav_item-subs .nav_link--head {
		margin-bottom: 0;
	}
}

@media(max-width:427px) {
	.nav_menu {
		padding: 30px;
	}

	.nav_item--phone {
		padding-left: 30px;
	}

	.advantages_item {
		flex-wrap: wrap;
	}

	.advantages_item img {
		margin-bottom: 20px;
	}

	.custom-checkbox>small {
		text-align: center;
	}

	.form .btn {
		padding: 24px 20px;
	}

	.clients_block {
		width: 100%;
	}

	.clients_info h3 {
		padding-right: 0;
		text-align: center;
	}

	.clients_info {
		padding: 30px;
	}

	.our_team {
		margin: 0;
	}

	.howwework_item p {
		width: 320px;
	}

	.howwework_block {
		width: 100%;
	}

	.contract_text {
		font-size: 20px;
		line-height: 31px;
	}

	.contract_note {
		padding: 40px;
	}

	.contract_note p {
		font-size: 26px;
	}

	.available_services {
		margin: 0;
	}

	.review {
		margin: 0;
	}

	.review .slick-arrow {
		display: none !important;
	}

	.news_img,.news_img img {
		width: 100%;
	}

	.application_wrapper {
		padding: 0;
	}

	.application_title {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 15px;
	}

	.application_text p {
		font-size: 16px;
	}

	.application .container {
		padding-bottom: 40px;
	}

	.workers_item {
		width: 100%;
	}

	.workers_number {
		text-align: center;
	}

	.workers_number::after {
		transform: translateX(-15%);
		left: 50%;
	}

	.btn--black {
		width: 100%;
	}

	.price_desc {
		font-size: 20px;
		line-height: 34px;
	}

	.price .blue-bg {
		margin: 0;
	}

	.price::after {
		display: none;
	}

	.process_link {
		width: 100%;
		align-items: center;
	}

	.services_text p {
		font-size: 25px;
	}

	.tab_inner span {
		font-size: 15px;
		width: 43px;
		height: 43px;
		margin-right: 15px;
	}

	.free_bottom {
		font-size: 23px;
		line-height: 30px;
	}

	.free {
		padding-bottom: 0;
	}

	.tab-content--diff {
		padding: 0;
	}

	.accounting-services {
		margin-left: 0;
		margin-right: 0;
	}

	.accounting-services_info p {
		font-size: 25px;
		line-height: 35px;
	}

	.initial_consultation--new {
		padding-bottom: 0;
	}

	.list-of-docs_bottom {
		padding: 20px;
	}

	.text {
		padding-bottom: 40px;
	}

	.review--new {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 100px;
	}

	.accounting-services {
		margin-top: 100px;
	}

	.process_link {
		height: auto;
		padding: 25px;
	}

	.video-frame iframe {
		width: 100%;
		height: 300px;
	}

	.main-first .main_photo {
		display: none;
	}
}

@media(max-width:1308px) {
	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}
}

.active {
	display: flex;
}

.modal_video {
	padding: 0;
}

.modal_video .carousel__button {
	display: none !important;
}

.inner_title {
	text-align: left;
	padding-top: 50px;
}

.crumbs {
	display: flex;
}

.crumb {
	margin: 0 10px;
}

.crumb:first-child {
	margin-left: 0;
}

.crumb:last-child {
	margin-right: 0;
}

.wrapper_button {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	flex-wrap: wrap;
}

.wrapper_button button {
	width: 49%;
	cursor: pointer;
}

.price_cost {
	font-size: 35px;
}

.inner_block {
	padding-bottom: 100px;
}

.inner_block p {
	margin-bottom: 20px;
}

.wrapper_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.review_item--template {
	width: 48%;
	margin-right: 0;
}

.article_item {
	margin-bottom: 20px;
}

.pagination {
	display: flex;
	margin-top: 20px;
}

.page-item {
	margin-right: 10px;
}

.initial_consultation .advantages_block:last-child {
	margin-bottom: 0;
}

.list-of-docs_item {
	margin-bottom: 80px;
}

.news_text--inner {
	margin-bottom: 20px;
}

.news_title--inner {
	padding-top: 0;
}

.news_info-item {
	margin-bottom: 30px;
}

.hidden {
	display: none;
}

.services_link {
	color: #fff;
}

.services_link:hover,.clients_link:hover,.news_link:hover {
	text-decoration: underline;
}

.available_services_block--second p {
	font-size: 19px;
	line-height: 30px;
}

.review_inner--link {
	color: inherit;
}

@media(max-width:560px) {
	.wrapper_button button {
		width: 100%;
		margin-bottom: 20px;
	}

	#choose-org {
		padding: 40px;
	}
    /*
    .header_link--socials{
        margin-right: 0;
        display: none;
    }*/
	header {
		/*position: static;*/
	}

	main {
		padding-top: 180px;
	}

	.nav_sublist {
		padding: 0 34px;
		white-space: normal;
	}
}

.btn-next svg {
	transform: scale(1) scale(-1);
}

.nav_link:hover {
	color: #4BB4F5;
}

@media(max-width:427px) {
	.process_link:after {
		display: none;
	}

	.main-first .container {
		display: flex;
		flex-direction: column;
	}

	.main-first img {
		order: -1;
	}

	.advantages_item {
		padding: 30px;
	}

	.advantages_desc h3 {
		font-size: 17px;
	}
}

.news_info-item {
	flex-direction: row;
	justify-content: space-between;
	margin-right: 0;
}

.news_info-item a.image {
	width: 40%;
}

.news_info-item img {
	align-self: flex-start;
}

.news_wrapper {
	width: 55%;
}

.news_wrapper .title__block {
	color: #000000;
}

.free_list {
	flex-wrap: wrap;
}

.free_item {
	margin-bottom: 20px;
}

@media(max-width:769px) {
	.news_info-item a.image,
    .news_wrapper {
		width: 100%;
	}

	.news_info-item {
		flex-wrap: wrap;
	}

	.news_info-item .news_title {
		font-size: 30px;
		line-height: 52px;
		padding-bottom: 0;
	}
}

.initial_wrapper img {
	align-self: flex-start;
}

.initial_wrapper:not(:last-child) {
	margin-bottom: 70px;
}

.adv-new:nth-child(odd) img {
	order: 1;
	margin-right: 0;
}

.initial_wrapper:nth-child(even) img {
	order: -1;
}

.available_services_item.current:before {
	content: url(../img/minus-icon.svg);
}

.advantages .advantages_item.act .advantages_desc span {
	display: flex;
}

.advantages .advantages_item.act {
	min-height: 265px;
	align-self: stretch;
}

.advantages .advantages_item svg circle {
	transition: .2s;
}

.advantages .advantages_item svg {
	cursor: pointer;
}

.advantages .advantages_item.act svg circle {
	cx: 45.5;
}

.advantages .advantages_item .advantages_desc span {
	display: none;
}

.available_hidden {
	display: none;
}

.available_hidden.current {
	display: block;
}

#tab_list .tab_item,#listTabs .tab_item {
	counter-increment: number;
}

#tab_list .tab_item span:after,#listTabs .tab_item span:after {
	content: counter(number)".";
	font-size: 24px;
	color: #fff;
}

.advantages_list--noflex .advantages_item {
	flex-wrap: nowrap;
}

.hidden-block,.hidden-block--main {
	height: 350px;
	overflow: hidden;
	position: relative;
	transition: margin 0.3s;
}

.hidden-block--main {
	height: 90px;
}

.btn--hidden {
	background: transparent;
	color: #4BB4F5;
	border: none;
}

table td {
	font-size: 18px;
	padding: 14px 18px;
	width: 100px;
}

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

table td {
	border: 1px solid #cecece;
}

table .title {
	background: #4BB4F5;
	color: #fff;
	line-height: 26px;
}

table .title td {
	padding: 20px;
}

.btn-up {
	z-index: 1000;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 20px;
    /*right: 20px;*/
	left: 20px;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background: #4bb4f5;
	z-index: 1000000;
}

.btn-up svg {
	width: 20px;
	height: 20px;
}

.contract a:hover {
	color: #4BB4F5 !important;
}

.clients-desc--hidden,.clients_link--hidden {
	display: none;
}

.clients_info {
	display: block;
}

.search-form--custom label {
	display: flex;
	cursor: pointer;
	justify-content: center;
}

.search-form--custom {
	position: relative;
	justify-content: center;
}

.search-hidden {
	position: absolute;
	left: 0;
	bottom: -33px;
	display: none;
}

.search-form--custom.active .search-hidden {
	display: flex;
	padding: 10px;
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	bottom: -53px;
}

.search-form--custom label:hover svg path {
	fill: #4BB4F5;
}

.search-hidden input {
	border: none;
	background: #fff;
	font-family: 'Jost';
	outline: none;
}

.search-hidden input[type=submit] {
	color: #4BB4F5;
	font-size: 12px;
	line-height: 15px;
	font-family: 'Gilroy-extra';
	cursor: pointer;
}

@media(max-width:571px) {
	.search-hidden {
		position: static;
	}

	.search-form--custom {
		flex-wrap: wrap;
	}

	.search-form--custom label {
		margin-bottom: 10px;
		width: 100%;
	}
}

@media(max-width:427px) {
	.clients_info.fancybox__content .carousel__button {
		top: 0 !important;
		right: 0 !important;
	}

	.content__block table,table {
		display: block;
		overflow: auto;
		width: 100% !important;
	}
}

.article_list .news_title {
	font-size: 27px;
	line-height: 30px;
}

.tab-top--org h3:before {
	display: none;
}

.advantages_block-kl div {
	margin-bottom: 20px;
}

.advantages_block-kl ul {
	list-style: inherit;
	padding-left: 40px;
}

.not_found-page {
	overflow-x: hidden;
	position: relative;
	background-image: url(../img/bggg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 90px;
}

.not_found-page .right img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.not_found-page .title {
	font-size: 48px;
	line-height: 56px;
	padding: 40px 0;
}

.not_found-page .content__block {
	width: 50%;
	padding-bottom: 150px;
}

.not_found-page .content__block p {
	font-size: 29px;
	line-height: 40px;
	font-family: 'Gilroy';
	margin-bottom: 30px;
}

.not_found-page .content__block span {
	font-size: 18px;
	line-height: 28px;
	color: #969696;
}

.not_found-promo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 110px;
	position: relative;
	z-index: 100;
}

.not_found-dotted {
	position: relative;
	margin-right: 20px;
}

.not_found-dotted p {
	position: relative;
	border: 2px dashed #4BB4F5;
	border-radius: 12px;
	padding: 20px 26px;
	font-size: 22px;
	font-family: 'Gilroy-extra';
	color: #4BB4F5;
	background-color: #fff;
	z-index: 100;
}

.not_found-promo span {
	position: relative;
	font-family: 'Gilroy-extra';
	color: #fff;
	font-size: 48px;
	line-height: 56px;
	background: #4BB4F5;
	box-shadow: 4px 4px 52px rgba(0, 166, 241, 0.28);
	border-radius: 12px;
	padding: 8px 16px;
	margin-right: 30px;
}

.not_found-promo span:after {
	position: absolute;
	content: '';
	background: url(../img/promo-red.svg);
	right: -13px;
	top: -13px;
	width: 26px;
	height: 26px;
}

.not_found-promo strong {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Jost-bold';
}

.not_found-dotted svg {
	position: absolute;
	content: url('../img/cut-svg.svg');
	bottom: -18px;
	right: 27px;
}

@media(max-width:1200px) {
	.not_found-page .right img {
		right: -100px;
	}
}

@media(max-width:992px) {
	.not_found-page .content__block {
		padding-bottom: 18px;
	}

	.not_found-page .right img {
		right: -150px;
	}
}

@media(max-width:769px) {
	.not_found-page .right img {
		position: static;
		display: flex;
	}

	.not_found-page .content__block {
		width: 100%;
	}

	.not_found-promo {
		row-gap: 20px;
		padding-bottom: 40px;
	}

	.not_found-page .title {
		font-size: 37px;
		padding: 18px 0;
	}

	.not_found-page .content__block p {
		font-size: 25px;
		line-height: 32px;
	}

	.not_found-page {
		padding-top: 25px;
	}
}

.outsource {
	min-height: auto;
	padding-bottom: 20px;
}

.outsource_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.outsource_text {
	width: 311px;
}

.outsource_title {
	font-size: 48px;
	line-height: 56px;
	text-align: center;
	font-family: 'Gilroy-extra';
	padding: 0 90px;
	margin: 60px 0;
}

@media screen and (max-width:767px) {
	.outsource_title {
		margin: 0 0 30px 0;
	}

	.services_text {
		padding-top: 0;
	}

	.advantages .advantages_item.act .advantages_desc span {
		display: flex;
		position: absolute;
		left: 0;
		width: 96%;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.advantages_list--noflex .advantages_item {
		flex-wrap: nowrap;
		position: relative;
	}
}

.outsource_text .btn {
	padding: 24px 55px;
	gap: 10px;
	display: flex;
	align-items: center;
}

.outsource_text {
	font-family: 'Gilroy-extra';
	font-size: 22px;
	line-height: 28px;
}

.outsource_text svg {
	margin-bottom: 26px;
}

.outsource_text p {
	margin-bottom: 46px;
}

.outsource_text span {
	color: #4BB4F5;
}

.outsource-serv {
	padding: 40px 0;
}

.outsource-serv_list li:before {
	content: url('../img/checked-white.svg');
}

.outsource-serv .row {
	display: flex;
	flex-wrap: wrap;
}

.outsource-serv_list li {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 28px;
}

.outsource-serv_list {
	width: 50%;
}

.outsource-serv_title {
	color: #fff;
	font-size: 22px;
	font-family: 'Gilroy-extra';
	line-height: 28px;
	margin-bottom: 40px;
}

.outsource-img {
	width: 67%;
}

/* outsource white bg styles */

.outsource-serv--white {
	background-color: #fff;
}

.outsource-serv--white:before {
	display: none;
}

.outsource-serv .container {
	padding-top: 0;
}

.outsource-serv--white .outsource-serv_list li:before {
	content: url('../img/checked-blue.svg');
}

.outsource-serv--white .outsource-serv_title,.outsource-serv--white .outsource-serv_list li {
	color: #20262C;
}

@media (max-width: 991px) {
	.main_photo {
		position: absolute;
	}
	.outsource-img {
		width: 55%;
	}
}

@media(max-width:769px) {
	.outsource-serv_list {
		width: 100%;
	}

	.outsource_title {
		padding: 0;
		font-size: 32px;
		line-height: 40px;
	}

	.outsource_text {
		width: 70%;
		margin: 0 auto;
	}

	.outsource_block {
		justify-content: center;
	}

	.outsource_text .btn {
		padding: 24px 0;
		justify-content: center;
	}
}

@media(max-width:427px) {
	.outsource {
		padding-top: 0;
	}

	.outsource_text,.outsource-img {
		width: 100%;
	}

	.outsource_title {
		font-size: 25px;
		line-height: 30px;
	}

	.outsource_text p {
		font-size: 18px;
	}

	.outsource_text .btn {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
}

.times_info p {
	margin-bottom: 4px;
	color: #000000!important;
	font-family: 'Gilroy';
	line-height: 23px;
}

.times_info p span, .times_info li {
	font-weight: 300;
	color: #333;
	font-family: 'Gilroy';
	line-height: 23px;
}

.times_info li {
	list-style: disc;
	list-style-position: inside;
}

.times_info ul {
	padding-left: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.times_info li {
	list-style: disc;
	list-style-position: inside;
}

.times_info ul {
	padding-left: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.times-container.hidden-block {
	position: relative;
}

.times-container.hidden-block:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}


/* PRICE TABLE */
.price_table {
	margin: 20px 0;
	border: 0px;
	border-collapse: collapse;
}

.price_table tr {
	border-bottom: 10px solid #fff;
}

.price_table th, .price_table td {
	color: #000;
	font-family: Gilroy;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	border: 0px;
}

.price_table th {
	background: #D4E1E4;
	padding: 23px 0;
}

.price_table td {
	padding: 16px 0;
}

.price_table tr:nth-child(even) {
	background: #F4F8F9;
}

.price_table tr:nth-child(odd) {
	background: #FAFAFA;
}

.price_table tr td:first-child,
.price_table tr th:first-child {
	border-radius: 15px 0 0 15px;
}

.price_table tr td:last-child,
.price_table tr th:last-child {
	border-radius: 0 15px 15px 0;
}

@media (max-width: 767px) {
	.price_table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 15px;
	}

	.price_table th, .price_table td {
		font-size: 18px;
	}

	.outsource_text.ot_on_main_page svg {
		display: none;
	}

	.title, .price .container-first h2, .price .container-first h3 {
		font-weight: 800;
		font-size: 30px;
		line-height: 39px;
		font-family: 'Gilroy-extra';
		text-align: center;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.price .container-first p {
		font-weight: 300;
		font-size: 17px;
		line-height: 28px;
		text-align: center;
		font-family: 'Gilroy';
		padding: 0px;
		margin-bottom: 15px;
	}

	div#price>.container-first {
		padding-bottom: 10px;
	}

	.tab-top {
		padding: 14px 8px;
	}
	.mobile_none
	{
		display: none;
	}
	ul.nav_list.active {
	    justify-content: flex-start;
	    padding-top: 70px;
	    text-align: left;
	    padding-left: 30px;
	}

	nav>ul.nav_list>li>a {
	    text-transform: uppercase;
	}
	.adv-new:nth-child(odd) img {
	    order: unset;
	}
}

.times_price h2 {
	text-align: center;
	margin-bottom: 20px;
}

.advantages_price {
	padding-bottom: 40px;
}

.advantages_price h2 {
	text-align: center;
}

.advantages_price .advantages_block--top {
	margin: 40px 0;
}

.initial_consultation_price h2 {
	text-align: center;
}

.consult_price {
	margin: 60px 0;
}

.table_prices_wrapper {
	margin: 40px 0;
}

.table_prices_wrapper h2 {
	text-align: center;
	margin: 30px 0;
}

.table_prices_wrapper .price_table {
	margin-bottom: 40px;
}

.price_page #price {
	padding: 0px !important;
}

.services--second-in-content {
	margin-bottom: 30px;
}

.all_rev_btn {
	margin-top: 50px;
}

.all_rev_btn a {
	display: inline-block;
	color: #fff;
	background: #4BB4F5;
	border-radius: 10px;
	padding: 10px;
}

@media screen and (max-width:570px) {
	.footer_item.footer_link--socials.header_link--socials.header_socials {
		display: flex;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 90px;
	}

	.review_item--template {
		width: 100%;
		margin-right: 0;
	}
}


@media (max-width: 480px){
	.services_item .item_count img{
		width: 130px;
		height: 130px;
	}
	.services_item{
		margin-bottom: 30px;
	}
}

.ip-usn-content p{
	font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #848484;
}
.ip-usn-content h2{
	color: #848484;
	margin: 10px 0 20px 0;
}

.times-container h2{
	color: #20262C;
  font-size: 22px;
  font-family: 'Gilroy-extra';
  line-height: 28px;
  margin: 20px 0;
}


.yandex-reviews{
	width:760px;
	height:830px;
	overflow:hidden;
	position:relative;
	text-align: center;
	margin: 0 auto 80px auto;
	max-width: 100%;
}
.yandex-reviews iframe{
	width:100%;
	max-width:100%;
	height:100%;
	border:1px solid #e6e6e6;
	border-radius:8px;
	box-sizing:border-box;
}

.ya-rating{
	margin-top: 10px;
}



.form_socials_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.form_socials{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.form_socials_text{
	padding-bottom: 10px;
}
@media (max-width: 520px){
	.form_socials,
	.form_socials_text{
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}



.withWhom_wrap {
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background:#F4F8F9;
    border-radius: 20px;
    width: 100%;
}
.withWhom__wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
}
.withWhom__item {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 40px;
}    
.withWhom__item img {
	border-radius: 20px;
}

.withWhom__item:hover {
    border: 2px solid #d3eeff;
    border-radius: 20px;
}
.withst__text {
    font-size: 22px;
    font-weight: 900;
    color: #4BB4F5;
    text-align: center;
}

.withst__desc {
    color: #969696;
    margin-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    height: 150px;
}
.withst__desc p {
		font-size: 16px;
}
h2.withWhom_h2 {
		color: #4BB4F5;
		font-family: 'Gilroy-extra';
		text-align: center;
		font-weight: 800;
		font-size: 40px;
		padding-top: 50px;
		text-decoration: none;
		position: relative;
}
h2.withWhom_h2:before {
	transform: translate(-50%, 10px);
	background: #4BB4F5;
	position: absolute;
	content: '';
	width: 170px;
	height: 3px;
	top: 115%;
	left: 51%;
}


@media (max-width: 1200px){
	.withWhom__wrap {
		justify-content: space-evenly;
	}
	.withWhom__item {
    width: 250px;
  }
}
@media (max-width: 480px){
	.withWhom__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .withst__desc{
  	height: auto;
  }
}