

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:active,
:focus {
	outline: 0
}

a:active,
a:focus {
	outline: 0
}

body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

aside,
footer,
header,
nav,
section {
	display: block
}

input::-ms-clear {
	display: none
}

button {
	border: none;
	cursor: pointer
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

a,
a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: inherit
}

ul li {
	list-style: none
}

img {
	vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit
}

* {
	font-family: Raleway, sans-serif;
	margin: 0;
	padding: 0;
	color: #3c3c3c
}

.title {
	font-family: Cormorant, serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	color: #3c3c3c
}

.page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	position: relative
}

.button {
	display: block;
	background: #4cc2dd;
	border-radius: 6px;
	width: 180px;
	height: 40px;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 10
}

.container {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px
}

.overley {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #3c3c3c;
	opacity: .5;
	z-index: 155
}

.header {
	background-color: white;
	padding: 30px 0;
	position: fixed;
    width: 100%;
    z-index: 100;
}
    


.header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__list-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__nav {
	max-width: 854px
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
	margin-top: 18px
}

.header__menu_list {
	margin-right: 21px
}

.header__menu_list:last-child {
	margin-right: 0
}

.header__menu_list .header-modal {
	color: #4cc2dd;
	cursor: pointer
}

.header__menu_link {
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #3c3c3c;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	border-bottom: 2px solid transparent;
	min-height: 37px
}

.header__menu_link:hover {
	color: #4cc2dd;
	border-bottom: 2px solid #4cc2dd
}

.header__btn {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #4cc2dd;
	cursor: pointer;
	margin-left: 23px
}

.header__menu-mobil {
	display: none
}

.header .header__burger {
	top: 17px;
	right: 34px;
	display: none;
	min-width: 29px;
	min-height: 29px;
	background: rgba(107, 209, 232, .2);
	border-radius: 8px;
	position: relative
}

.header .header__burger span {
	background-color: #4cc2dd;
	position: absolute;
	width: 13px;
	height: 2px;
	right: 7px;
	top: 13px;
	-webkit-transition: .1s all;
	-o-transition: .1s all;
	transition: .1s all
}

.header .header__burger::before {
	content: "";
	background-color: #4cc2dd;
	position: absolute;
	width: 13px;
	height: 2px;
	right: 7px;
	top: 7px;
	-webkit-transition: .1s all;
	-o-transition: .1s all;
	transition: .1s all
}

.header .header__burger::after {
	content: "";
	background-color: #4cc2dd;
	position: absolute;
	width: 13px;
	height: 2px;
	right: 7px;
	bottom: 8px;
	-webkit-transition: .1s all;
	-o-transition: .1s all;
	transition: .1s all
}

.header .header__burger.active {
	-webkit-transition: .1s all;
	-o-transition: .1s all;
	transition: .1s all
}

.header .header__burger.active::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 13px;
	right: 6px;
	width: 60%
}

.header .header__burger.active::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 14px;
	right: 6px;
	width: 60%
}

.header .header__burger.active span {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.promo {
	background-color: transparent;
	margin-top: 150px;
	padding-bottom: 80px
}

.promo__wrapper {
	width: 100%;
	min-height: 532px;
	border-radius: 16px;
	background: #4cc2dd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.promo__left {
	width: 400px;
	padding: 50px 45px 50px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.promo__left_title {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #fff
}

.promo__left_subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	margin-top: 15px
}

.promo__left_subtitle span {
	color: #fff
}

.promo__btn {
	background: #3c3c3c;
	margin-top: auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.promo__btn::before {
	position: absolute;
	content: '';
	border-radius: 6px;
	width: 180px;
	height: 40px;
	background: #272727;
	top: 0;
	left: -190px;
	z-index: -1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.promo__btn:hover::before {
	left: 0
}

.promo__right_img {
	width: 100%;
	height: 100%
}

.promo__right_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0 16px 16px 0
}

.services {
	padding: 80px 0 150px 0;
	background: #eff1f4;
	border-radius: 16px
}

.services__wrapper {
	margin-top: 56px;
	position: relative
}

.services__wrapper .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.services__wrapper .slick-list {
	width: 100%;
	overflow: hidden
}

.services__wrapper .services__wrapper-btn {
	position: absolute;
	border: none;
	background-color: transparent;
	z-index: 1;
	top: -12%
}

.services__wrapper .services__wrapper-btn:focus {
	outline: 0
}

.services__wrapper .services__wrapper-btnnext {
	right: -1%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.services__wrapper .services__wrapper-btnnext::before {
	content: url(../images/icons/arrow_right.svg)
}

.services__wrapper .services__wrapper-btnnext:hover::before {
	content: url(../images/icons/arrow_right-hover.svg)
}

.services__wrapper .services__wrapper-btnprev {
	left: 94%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.services__wrapper .services__wrapper-btnprev::before {
	content: url(../images/icons/arrow_left.svg)
}

.services__wrapper .services__wrapper-btnprev:hover::before {
	content: url(../images/icons/arrow_left-hover.svg)
}

.services__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px
}

.services__item:nth-child(odd) {
	padding-right: 100px
}

.services__item:nth-child(odd) .services__item_img {
	margin-right: 30px
}

.services__item:nth-child(even) {
	padding-left: 100px
}

.services__item:nth-child(even) .services__item_img {
	margin-left: 30px
}

.services__item_img {
	width: 580px;
	height: 430px
}

.services__item_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 16px
}

.services__item_text {
	width: 387px
}

.services__item_text-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px
}

.services__item_text-descr {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	margin-top: 15px;
	width: 380px
}

.services__btn {
	margin-top: 45px
}

.services__btn::before {
	position: absolute;
	content: '';
	border-radius: 6px;
	width: 180px;
	height: 40px;
	background: #169bb9;
	top: 0;
	left: -190px;
	z-index: -1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.services__btn:hover::before {
	left: 0
}

.accountant {
	padding: 60px 0 100px 0
}

.accountant__subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	margin-top: 15px
}

.accountant__wrapper {
	margin-top: 39px;
	position: relative
}

.accountant__wrapper .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.accountant__wrapper .slick-list {
	width: 100%;
	overflow: hidden;
	border-radius: 16px
}

.accountant__wrapper .accountant__wrapper-btn {
	position: absolute;
	border: none;
	background-color: transparent;
	z-index: 1;
	top: -18%
}

.accountant__wrapper .accountant__wrapper-btn:focus {
	outline: 0
}

.accountant__wrapper .accountant__wrapper-btnnext {
	right: -1%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.accountant__wrapper .accountant__wrapper-btnnext::before {
	content: url(../images/icons/arrow_right.svg)
}

.accountant__wrapper .accountant__wrapper-btnnext:hover::before {
	content: url(../images/icons/arrow_right-hover.svg)
}

.accountant__wrapper .accountant__wrapper-btnprev {
	left: 94%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.accountant__wrapper .accountant__wrapper-btnprev::before {
	content: url(../images/icons/arrow_left.svg)
}

.accountant__wrapper .accountant__wrapper-btnprev:hover::before {
	content: url(../images/icons/arrow_left-hover.svg)
}

.accountant__item {
	width: 280px!important;
	margin: 0 auto
}

.accountant__item_img {
	min-width: 280px;
	min-height: 240px;
	overflow: hidden;
	border-radius: 16px
}

.accountant__item_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 16px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.accountant__item_img img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.accountant__item_name {
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	margin-top: 20px;
	letter-spacing: .07em;
	text-transform: uppercase
}

.accountant__item_position {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px
}

.accountant__item_experience {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	opacity: .5
}

.offers {
	padding: 80px 0 100px 0;
	background: #4cc2dd;
	border-radius: 16px
}

.offers__title {
	color: #fff
}

.offers__subtitle {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	margin-top: 13px
}

.offers__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px
}

.offers__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #eff1f4;
	border-radius: 16px;
	width: 580px;
	height: 280px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.offers__item:hover {
	-webkit-box-shadow: 0 10px 20px rgba(76, 194, 221, .4);
	box-shadow: 0 10px 20px rgba(76, 194, 221, .4)
}

.offers__item:hover .offers__item_img {
	opacity: .8
}

.offers__item:hover .offers__btn::before {
	left: 0
}

.offers__item_img {
	min-width: 300px;
	height: 280px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.offers__item_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 16px 0 0 16px
}

.offers__item_text {
	padding: 25px 25px 22px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.offers__item_text-title {
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #ff6161
}

.offers__item_text-subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px
}

.offers__btn {
	background: #ff6161;
	width: 200px;
	margin-top: auto
}

.offers__btn::before {
	position: absolute;
	content: '';
	border-radius: 6px;
	width: 200px;
	height: 40px;
	background: #d42d2d;
	top: 0;
	left: -210px;
	z-index: -1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.reviews {
	padding: 78px 0 100px 0
}

.reviews__subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	margin-top: 14px
}

.reviews__wrapper {
	margin-top: 46px;
	position: relative
}

.reviews__wrapper .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.reviews__wrapper .slick-list {
	max-width: 997px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 36px
}

.reviews__wrapper .reviews__wrapper-btn {
	position: absolute;
	border: none;
	background-color: transparent;
	z-index: 1;
	top: 25%
}

.reviews__wrapper .reviews__wrapper-btn:focus {
	outline: 0
}

.reviews__wrapper .reviews__wrapper-btnnext {
	right: 2%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.reviews__wrapper .reviews__wrapper-btnnext::before {
	content: url(../images/icons/arrow_right.svg)
}

.reviews__wrapper .reviews__wrapper-btnnext:hover::before {
	content: url(../images/icons/arrow_right-hover.svg)
}

.reviews__wrapper .reviews__wrapper-btnprev {
	left: 3%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.reviews__wrapper .reviews__wrapper-btnprev::before {
	content: url(../images/icons/arrow_left.svg)
}

.reviews__wrapper .reviews__wrapper-btnprev:hover::before {
	content: url(../images/icons/arrow_left-hover.svg)
}

.reviews__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-width: 997px
}

.reviews__item_img {
	min-width: 80px;
	min-height: 80px;
	max-width: 80px;
	max-height: 80px
}

.reviews__item_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%
}

.reviews__item_text {
	padding: 15px 100px 15px 30px;
	background: #4cc2dd;
	-webkit-box-shadow: 0 10px 20px rgba(76, 194, 221, .2);
	box-shadow: 0 10px 20px rgba(76, 194, 221, .2);
	border-radius: 2px 24px 24px 24px;
	font-style: italic;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	margin-left: 20px;
	max-width: 880px
}

.reviews__item_text p {
	color: white;
}

.reviews__item_subtext {
	position: absolute;
	right: 19px;
	bottom: -36px
}

.reviews__item_subtext span:nth-child(1) {
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .07em;
	text-transform: uppercase
}

.reviews__item_subtext span:nth-child(2) {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #b5bbbc;
	margin-left: 10px
}

.reviews__item_subtext span:nth-child(3) {
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .07em;
	margin-left: 15px;
	text-transform: uppercase
	
}

.why {
	padding: 66px 0 100px 0;
	background: #eff1f4;
	border-radius: 16px
}

.why__subtitle {
	display: none
}

.why__wrapper {
	margin-top: 45px
}

.why__tab-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.why__tab {
	display: inline-block;
	background: #ff6161;
	border-radius: 16px 16px 0 0;
	width: 580px;
	height: 62px;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 16px 0;
	margin: 0 10px
}

.why__tab span {
	color: #4cc2dd
}

.why__tab:last-child {
	background: #4cc2dd;
	margin-right: 0
}

.why__tab:first-child {
	margin-left: 0
}

.why__tab:hover {
	color: #fff
}

.why__tabs-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.why__column {
	background: rgba(255, 255, 255, .5);
	border-radius: 0 0 16px 16px;
	max-width: 580px;
	min-height: 917px;
	padding: 35px 32px 45px 35px
}

.why__column_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px
}

.why__column_item-icon {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.why__column_item-text {
	max-width: 433px;
	margin-left: 20px;
	min-width: 433px
}

.why__column_item-text span {
	font-weight: 600;
	font-size: 23px;
	line-height: 28px;
	opacity: .8;
	display: block
}

.why__column_item-text div {
	font-weight: 500;
	font-size: 14px;
	opacity: .8;
	line-height: 21px;
	margin-top: 10px
}

.why__column_item-text div span {
	font-weight: 500;
	font-size: 14px;
	opacity: .8;
	line-height: 21px;
	margin-top: 10px
}

.why__column-shadow {
	-webkit-box-shadow: 0 10px 20px rgba(76, 194, 221, .2);
	box-shadow: 0 10px 20px rgba(76, 194, 221, .2);
	background: #fff
}

.why__btn {
	margin-left: auto;
	margin-top: 40px;
	width: 300px
}

.why__btn::before {
	position: absolute;
	content: '';
	border-radius: 6px;
	width: 300px;
	height: 40px;
	background: #169bb9;
	top: 0;
	left: -300px;
	z-index: -1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.why__btn:hover::before {
	left: 0
}

.footer {
	padding: 40px 0 40px 0;
	background: #3c3c3c;
	color: #b5bbbc;
	margin-top: auto
}

.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer__row_tel {
	padding-left: 20px
}

.footer__row_tel a {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #b5bbbc;
	margin-bottom: 6px;
	position: relative
}

.footer__row_tel a:hover {
	color: #fff
}

.footer__row_tel a::before {
	position: absolute;
	content: url(../images/icons/tel.svg);
	left: -21px;
	top: 3px
}

.footer__row_links {
	margin-top: 30px
}

.footer__row_links:nth-child(2) {
	margin-left: 163px
}

.footer__row_links li {
	margin-bottom: 6px
}

.footer__row_link {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #b5bbbc
}

.footer__row_link:hover {
	color: #fff
}

.footer__row_info {
	margin-left: 111px
}

.footer__row_info a {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #b5bbbc;
	margin-bottom: 6px
}

.footer__row_info a:hover {
	color: #fff
}

.footer__row_info span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #b5bbbc;
	margin-bottom: 6px
}

.footer__row_social {
	margin-left: auto
}

.footer__row_social a {
	padding: 0 4px
}

.footer__logo {
	margin-top: 159px;
	margin-left: auto
}

.modal {
	background: #3c3c3c;
	-webkit-box-shadow: 0 10px 20px rgba(75, 116, 125, .3);
	box-shadow: 0 10px 20px rgba(75, 116, 125, .3);
	border-radius: 16px;
	width: 385px;
	height: 650px;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 200;
	display: none
}

.modal__title {
	background: #4cc2dd;
	padding: 40px 20px 30px 20px;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 16px 16px 0 0;
	width: 100%
}

.modal__closed {
	position: absolute;
	top: 9px;
	right: 12px;
	cursor: pointer
}

.modal__form {
	padding: 20px 30px 0 30px
}

.modal__form_title {
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: #fff
}

.modal__form_subtitle {
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	margin-top: 15px
}

.modal__form .form {
	margin-top: 25px
}

.modal__form .form__input input {
	width: 325px;
	height: 40px;
	border: none;
	border-bottom: 1px solid #b5bbbc;
	background-color: transparent;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 12px;
	color: #b5bbbc
}

.modal__form .form__textarea textarea {
	width: 325px;
	height: 80px;
	border: none;
	border-bottom: 1px solid #b5bbbc;
	background-color: transparent;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 12px;
	color: #b5bbbc;
	resize: none;
	padding: 12px 12px 5px 0
}

.modal__form .form__btn {
	width: 100%
}

.modal__form .form__btn::before {
	position: absolute;
	content: '';
	border-radius: 6px;
	width: 100%;
	height: 40px;
	background: #169bb9;
	top: 0;
	left: -325px;
	z-index: -1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.modal__form .form__btn:hover::before {
	left: 0
}

.modal__footer {
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #b5bbbc;
	opacity: .5;
	padding: 12px 30px 30px 30px
}

@media (max-width:1200px) {
	.offers__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.offers__item {
		width: 80%;
		margin-bottom: 15px
	}
	.tabs-content {
		display: block
	}
	.tabs-content_active {
		display: none
	}
	.why__column {
		margin: 30px auto 0 auto
	}
	.why__tabs-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.why__tab {
		border-radius: 12px 2px 2px 12px;
		background-color: transparent;
		border: 2px solid #ff6161;
		color: #ff6161
	}
	.why__tab:last-child {
		border: 2px solid #4cc2dd;
		color: #4cc2dd;
		background-color: transparent;
		border-radius: 2px 12px 12px 2px
	}
	.why__tab:first-child:hover {
		color: #ff6161
	}
	.tab_active:first-child {
		background-color: #ff6161;
		color: #fff!important
	}
	.tab_active:last-child {
		background-color: #4cc2dd;
		color: #fff!important
	}
	.tab_active:last-child span {
		color: #fff!important
	}
	.why__btn {
		margin: 30px auto 0 auto
	}
}

@media (max-width:1150px) {
	.reviews__item_text {
		max-width: 690px
	}
	.reviews__item {
		min-width: 790px
	}
	.reviews__wrapper .slick-list {
		max-width: 795px
	}
	.reviews__wrapper .reviews__wrapper-btn {
		top: 29%
	}
}

@media (max-width:1090px) {
	.header {
		position: fixed;
		padding: 0
	}
	.header__nav {
		position: absolute;
		left: -70%;
		width: 60%;
		top: 54px;
		background: #eff1f4;
		padding: 25px 25px 20px 25px;
		-webkit-transition: all .1s;
		-o-transition: all .1s;
		transition: all .1s;
		height: 93vh;
		z-index: 100
	}
	.header__nav::before {
		position: absolute;
		content: '';
		width: 66%;
		height: 100%;
		background: #4cc2dd;
		opacity: 0;
		z-index: -1;
		top: 0;
		left: -66%;
		-webkit-transition: all .1s;
		-o-transition: all .1s;
		transition: all .1s
	}
	.header__nav.active {
		left: 0
	}
	.header__nav.active::before {
		opacity: .5;
		left: 100%
	}
	.header__logo {
		margin-left: 40px
	}
	.header .header__burger {
		display: block;
		position: absolute;
		right: inherit;
		top: 14px
	}
	.header__menu {
		margin-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.header__menu_list {
		margin-right: 0
	}
	.header__menu-mobil {
		display: block;
		margin-top: 100px
	}
	.header__menu-mobil a,
	.header__menu-mobil span {
		display: block;
		font-weight: 500;
		font-size: 12px;
		line-height: 17px;
		color: #b5bbbc;
		margin-bottom: 6px
	}
	.header__menu-mobil_tel {
		margin-top: 30px;
		padding-left: 21px
	}
	.header__menu-mobil_tel a {
		position: relative
	}
	.header__menu-mobil_tel a:hover {
		color: #fff
	}
	.header__menu-mobil_tel a::before {
		position: absolute;
		content: url(../images/icons/tel-mobil.svg);
		left: -20px;
		top: -1px
	}
	.header__menu-mobil_social {
		width: 122px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 30px
	}
	.promo__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		border-radius: 0;
		margin: 0 -15px;
		width: inherit
	}
	.promo__left {
		width: 100%;
		padding: 16px 25px 50px 20px;
		display: block
	}
	.promo__left_subtitle br {
		display: none
	}
	.promo__left_subtitle span {
		display: block;
		margin-top: 15px
	}
	.promo__right_img img {
		border-radius: 0
	}
	.promo__btn {
		margin-top: 40px
	}
	.promo {
	    margin-top: 55px;
		padding-bottom: 0
	}
}

@media (max-width:960px) {
	.services__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0
	}
	.services__item:nth-child(odd) {
		padding-right: 0
	}
	.services__item:nth-child(odd) .services__item_img {
		margin-right: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.services__item:nth-child(odd) .services__item_text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.services__item:nth-child(even) {
		padding-left: 0
	}
	.services__item:nth-child(even) .services__item_img {
		margin-left: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.services__item:nth-child(even) .services__item_text {
		margin-left: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.services__item_text {
		width: 335px;
		margin-top: 15px;
		margin-bottom: 15px; 
	}
	.services__item_text-descr {
		width: 100%
	}
	.services {
		padding: 80px 0
	}
	.services__wrapper .services__wrapper-btnprev {
		left: 80%
	}
	.services__item_img {
		width: 335px;
		height: 248px
	}
	.services__item_text-title {
		font-size: 20px;
		line-height: 23px
	}
	.services__item_text-title br {
		display: none
	}
	.services__item_text-descr {
		font-size: 12px;
		line-height: 17px
	}
	.services__btn {
		margin-top: 15px;
	}
	.accountant__wrapper .accountant__wrapper-btnprev {
		left: 89%
	}
	.reviews__item_text {
		max-width: 515px;
		padding: 15px
	}
	.reviews__item {
		min-width: 620px
	}
	.reviews__wrapper .slick-list {
		max-width: 620px
	}
	.reviews__wrapper .reviews__wrapper-btn {
		top: 32%
	}
}

@media (max-width:880px) {
	.why__tab span {
		display: none
	}
	.footer {
		position: relative;
		padding: 15px 0 70px 0
	}
	.footer::before {
		position: absolute;
		content: '';
		opacity: .3;
		/*border: 1px solid #b5bbbc;*/
		width: 90%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 40%
	}
	.footer__row:first-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.footer__row:last-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.footer__row .footer__row_links:nth-child(2) {
		margin-left: 0
	}
	.footer__row .footer__row_info {
		margin-left: 0;
		margin-bottom: 15px
	}
	.footer__row .footer__row_social {
		margin-bottom: 35px
	}
	.footer__row .footer__logo {
		position: absolute;
		top: -140px
	}
	.footer__row_links {
		margin-top: 20px
	}
}

@media (max-width:780px) {
	.services {
		padding: 30px 0 50px 0
	}
	.offers__item {
		width: 580px
	}
	.reviews__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.reviews__item_img {
		margin: 20px auto 0 100px
	}
	.reviews__item_subtext {
		width: 104px;
		right: 315px;
		bottom: 11px
	}
	.reviews__item_subtext span:last-child {
		margin-left: 0
	}
	.reviews__item_text {
		margin-left: 0
	}
	.reviews__wrapper .reviews__wrapper-btnnext {
		right: -1%
	}
	.reviews__wrapper .reviews__wrapper-btn {
		top: 67%
	}
}

@media (max-width:660px) {
	.reviews__item_text {
		max-width: 335px;
		font-size: 12px;
		line-height: 17px
	}
	.reviews__item {
		min-width: 345px
	}
	.reviews__item_img {
		margin: 20px auto 0 30%
	}
	.reviews__item_subtext {
		right: 30%
	}
	.reviews__item_subtext span:last-child {
		font-size: 12px;
		line-height: 17px
	}
}

@media (max-width:630px) {
	.accountant__item-mobnot {
		display: none!important
	}
	.accountant__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%!important;
		margin-bottom: 15px
	}
	.accountant__item_text {
		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: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: 20px
	}
	.accountant {
		padding: 30px 0 40px 0
	}
	.offers__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: inherit;
		width: 100%
	}
	.offers__btn {
		margin-top: 20px
	}
	.offers__subtitle {
		font-size: 12px;
		line-height: 17px
	}
	.offers__subtitle br {
		display: none
	}
	.offers {
		padding: 30px 0 50px 0;
		border-radius: 0
	}
	.reviews__subtitle {
		font-size: 12px;
		line-height: 17px
	}
	.reviews__subtitle br {
		display: none
	}
	.reviews__wrapper {
		margin-top: 15px
	}
	.reviews {
		padding: 30px 0 50px 0
	}
	.why__column {
		background-color: transparent;
		padding: 0
	}
	.why__column-shadow {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.why__column_item-text {
		background: #fff;
		border-radius: 12px;
		padding: 15px;
		margin-left: 0;
		max-width: inherit;
		min-width: inherit;
		margin-top: 8px
	}
	.why__column_item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.why__tab {
		font-size: 18px;
		line-height: 21px;
		padding: 18px 0
	}
	.why__btn {
		margin: 0 auto
	}
}

@media (max-width:525px) {
	.reviews__item_img {
		margin: 20px auto 0 20%
	}
}

@media (max-width:480px) {
	.accountant__item_img {
		min-width: 130px;
		min-height: 124px;
		max-width: 130px;
		max-height: 124px
	}
}

@media (max-width:450px) {
	.services__wrapper {
		margin-top: 35px
	}
	.title {
		font-size: 30px;
		line-height: 35px
	}
	.services__wrapper .services__wrapper-btn {
		top: -10%
	}
	.accountant__subtitle {
		font-size: 12px;
		line-height: 17px
	}
	.accountant__wrapper {
		margin-top: 15px
	}
	.reviews__item_img {
		margin: 20px auto 0 11%
	}
	.why__tab {
		font-size: 14px;
		line-height: 21px;
		height: 40px;
		padding: 8px 0;
		margin: 0 2px
	}
	.why__subtitle {
		display: block;
		font-weight: 500;
		font-size: 12px;
		line-height: 17px;
		margin: 10px 0 0 0
	}
	.why__wrapper {
		margin-top: 25px
	}
	.why__column_item-text span {
		font-size: 20px;
		line-height: 23px
	}
	.why__column_item-text div span {
		font-size: 12px;
		line-height: 17px
	}
	.why__column_item-text div {
		font-size: 12px;
		line-height: 17px
	}
	.footer__row_info a {
		font-size: 12px;
		line-height: 17px
	}
	.footer__row_info span {
		font-size: 12px;
		line-height: 17px
	}
	.footer__row_tel a {
		font-size: 12px;
		line-height: 17px
	}
	.footer__row_link {
		font-size: 12px;
		line-height: 17px
	}
	.footer::before {
		top: 39%
	}
	.modal {
		border-radius: 0
	}
	.modal__title {
		border-radius: 0
	}
}

@media (max-width:400px) {
	.promo__left_title {
		font-size: 20px;
		line-height: 23px
	}
	.promo__left_subtitle {
		font-size: 12px;
		line-height: 17px
	}
}

@media (max-width:373px) {
	.services__item_img {
		width: 290px
	}
	.services__item_text {
		width: 290px
	}
	.services__wrapper .services__wrapper-btn {
		top: -7%
	}
	.services__wrapper .services__wrapper-btnprev {
		left: 77%
	}
	.offers__item_img {
		width: 100%;
		min-width: 290px
	}
	.offers__item_img img {
		border-radius: 16px 16px 0 0
	}
	.reviews__item_text {
		max-width: 290px
	}
	.reviews__item {
		min-width: 290px
	}
	.reviews__item_subtext {
		right: 20%
	}
	.reviews__wrapper .reviews__wrapper-btnnext {
		right: -7%
	}
	.why__tab {
		font-size: 12px
	}
	.why__btn {
		width: 290px
	}
	.modal__closed {
		top: 20px;
		right: 30px
	}
	.header__menu_link {
		font-size: 10px
	}
	.header__menu-mobil a,
	.header__menu-mobil span {
		font-size: 10px
	}
}
@media (max-width:1090px) {
.topContact{
    display:none;}
}
@media (min-width:1091px) {
.topContact{
    position: absolute;
    top: 25px;}
}
.calibri, .calibri a, .calibri span{font-family: Calibri, sans-serif;}
.certs{padding: 66px 0 100px 0;}
.column_wrap {
  display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
justify-content: center !important;
margin-top: 25px;

}
.column {padding:15px; text-align: center;}
@media (max-width:566px) { 
.column {
  -ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;

}
}
@media (min-width:567px) { 
.column {
  -ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width:992px) { 
.column {
  -ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%;
}
}
.check {display:none;}