*::-webkit-input-placeholder {
	color: #939598;
	opacity: 1;
}
*:-moz-placeholder {
	color: #939598;
	opacity: 1;
}
*::-moz-placeholder {
	color: #939598;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #939598;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
} 
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 141%;
	color: rgba(44, 49, 54, 0.9);
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
*:link, 
*:visited, 
*:hover, 
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	padding-top: 70px;
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.header {
	padding: 14px 0;
	font-size: 15px;
	position: fixed;
	z-index: 800;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05);
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img {
	width: 138px;
	height: auto;
}
.menu {
	gap: 25px;
	display: flex;
	align-items: center;
}
.menu a {
	color: #2c3136;
	border-bottom: 1px #2c3136 solid;
}
.header__contacts {
	gap: 25px;
	display: flex;
	align-items: center;
}
.link-page {
	color: #7c005d;
}
.btn-social img {
	width: 40px;
	height: auto;
}

.billbord {
	padding: 70px 0;
	background-image: url(../img/billbord.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.calculator {
	border: 1px solid #e5e7e9;
	border-radius: 8px;
	box-shadow: 4px 8px 57px 0 rgba(63, 6, 36, 0.15);
	background: #fff;
}
.title-middle {
	font-size: 32px;
	line-height: 130%;
	color: #2c3136;
	font-family: 'Panton';
	font-weight: 600;
}
.calculator .title-middle {
	margin-bottom: 25px;
	text-align: center;
}
.calculator__title {
	font-size: 15px;
	margin-bottom: 10px;
	color: rgba(44, 49, 54, 0.5);
	font-family: 'Panton';
	font-weight: 600;
}
.calculator__item {
	margin-bottom: 24px;
}
.irs--flat .irs-line {
	height: 4px;
	top: 0;
	background: rgba(255, 147, 2, 0.2);
	border-radius: 5px;
}
.irs--flat .irs-bar--single {
	height: 3px;
	top: 0;
	background: #ffa701;
	border-radius: 5px;
}
.irs--flat .irs-min, .irs--flat .irs-max {
	top: 100%;
	position: absolute;
}
.irs--flat .irs-single {
	border-radius: 0;
	gap: 5px;
	font-size: 12px;
	padding: 0;
	margin-bottom: 12px;
	color: rgba(44, 49, 54, 0.5);
	bottom: 100% !important;
	right: 0 !important;
	left: auto !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	top: auto;
}
.irs--flat .irs-single span {
	height: 30px;
	padding: 0 11px;
	font-size: 16px;
	line-height: 144%;
	color: #2C3136;
	border: 1px solid rgba(255, 147, 2, 0.5);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.irs--flat .irs-single::before {
	display: none;
}
.irs--flat .irs-handle i {
	display: none !important;
}
.irs--flat .irs-handle {
	border: 4px solid #ffa701;
	width: 20px;
	height: 20px;
	top: -9px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
}
.irs--flat .irs-min, .irs--flat .irs-max {
	font-size: 12px;
	margin-top: 9px;
	visibility: visible !important;
	color: rgba(44, 49, 54, 0.5);
	padding: 0;
	background: transparent;
}
.input-range input {
	opacity: 0;
}
.head-range {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.value-range input {
	width: 50px;
	height: 30px;
	font-size: 16px;
	color: #2c3136;
	border: 1px solid rgba(255, 147, 2, 0.5);
	border-radius: 5px;
	background: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.value-range {
	gap: 5px;
	display: flex;
	align-items: center;
}
.value-range span {
	font-size: 12px;
	color: rgba(44, 49, 54, 0.5);
}
.hint {
	width: 20px;
	height: 20px;
	margin-left: 2px;
	background-image: url(../img/hint.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.hint::before {
	position: absolute;
	display: block;
	content: " ";
	width: 8px;
	height: 8px;
	top: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 6px solid transparent;
	border-top: 8px solid #f0f3f6;
	z-index: 10;
	transition: all 0.1s;
	opacity: 0;
	visibility: hidden;
}
.hint__content {
	padding: 15px 10px;
	font-size: 12px;
	width: 239px;
	bottom: 100%;
	left: 50%;
	margin-bottom: 7px;
	transform: translateX(-50%);
	line-height: 140%;
	position: absolute;
	z-index: 5;
	background: #f0f3f6;
	border-radius: 8px;
	transition: all 0.1s;
	opacity: 0.1;
	visibility: hidden;
	color: #2C3136;
	box-shadow: 3px 0 35px 0 rgba(0, 0, 0, 0.2);
}
.hint__content ul {
	display: block;
}
.hint__content ul li {
	padding-left: 20px;
	margin-bottom: 7px;
	position: relative;
	display: block;
}
.hint__content ul li::before {
    position: absolute;
    top: 0;
    left: 3px;
    content: "•";
}
.hint__title {
	padding-left: 20px;
	font-size: 16px;
	margin-bottom: 7px;
	font-weight: 600;
	font-family: 'Panton';
	display: block;
}
.hint__content ul li:last-child {
	margin-bottom: 0;
}
.hint:hover::before,
.hint:hover .hint__content {
	visibility: visible;
	opacity: 1;
}
.info-chekbox__tab:first-child {
    display: block;
}
.info-chekbox__tab {
    display: none;
}
.info-chekbox {
	padding: 15px 10px;
	font-size: 13px;
	margin-left: 30px;
	color: #2c3136;
	line-height: 140%;
	background: #f0f3f6;
	position: relative;
	border-radius: 5px;
}
.info-chekbox::before {
    position: absolute;
    display: block;
    content: " ";
    right: 100%;
    top: 28px;
    border: 7px solid transparent;
    border-right: 15px solid #f0f3f6;
}
.info-chekbox ul li {
	margin-bottom: 7px;
	padding-left: 20px;
	position: relative;
}
.info-chekbox ul li::before {
    position: absolute;
    top: 0;
    left: 3px;
    content: "•";
}
.info-chekbox__title {
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #272224;
	font-family: 'Panton';
	font-weight: 600;
}
.item-radio {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 144%;
	color: #2c3136;
}
.item-radio:last-child {
	margin-bottom: 0;
}
.item-radio label {
	display: block;
	position: relative;
}
.item-radio label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.item-radio label > span {
	padding: 1px 0;
	padding-left: 21px;
	display: block;
	cursor: pointer;
}
.item-radio label > span::before,
.item-radio label > span::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.3s;
}
.item-radio label > span::before {
	background-image: url(../img/radio.svg);
}
.item-radio label > span::after {
	background-image: url(../img/radio_active.svg);
	opacity: 0;
}
.item-radio label > input:checked + span:before {
	opacity: 0;
}
.item-radio label > input:checked + span:after {
	opacity: 1;
}
.wrap-checkboxes {
	gap: 20px 59px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-checkboxes .item-radio {
	margin: 0;
}
.calculator__bottom {
	border: 1px solid #e5e7e9;
	border-radius: 0 0 8px 8px;
	padding: 20px 25px;
	background: #f0f3f6;
}
.calculator__content {
	padding: 25px;
	padding-bottom: 5px;
}
.btn-main {
	height: 50px;
	padding: 0 30px;
	font-size: 17px;
	gap: 12px;
	color: #fff;
	font-family: 'Panton';
	font-weight: 600;
	background: #7c005d;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	border: none;
}
.btn-main i {
	font-size: 80%;
}
.calculator__bottom .btn-main {
	width: 100%;
}
.billbord__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
}
.title-big {
	font-size: 45px;
	margin-bottom: 10px;
	line-height: 100%;
	font-weight: 600;
	font-family: 'Panton';
}
.title-big span {
	color: #7c005d;
}
.billbord__descr {
	font-size: 21px;
	padding: 2px 0;
	padding-left: 11px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Panton';
	position: relative;
}
.billbord__descr::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 2px;
}
.billbord__content ul li {
	font-size: 18px;
	padding-left: 24px;
	margin-bottom: 7px;
	position: relative;
	line-height: 139%;
}
.billbord__content ul li::before {
    position: absolute;
    top: 0;
    left: 3px;
    content: "•";
	color: #FF9302;
}
.billbord__content ul {
	max-width: 450px;
	margin-top: auto;
}
.billbord__content ul li a {
	color: #fff;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.billbord__content ul li a i {
	margin-left: 5px;
	font-size: 70%;
	transform: rotate(45deg);
}

.name-section {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 187%;
	color: rgba(44, 49, 54, 0.5);	
}
.name-section span {
	font-style: italic;
}
.title-section {
	font-size: 40px;
	margin-bottom: 15px;
	line-height: 140%;
	color: #272224;
	font-weight: 600;
	font-family: 'Panton';
}
.tabs {
	gap: 15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tabs a {
	padding: 9px 11px;
	font-size: 18px;
	line-height: 167%;
	color: rgba(39, 34, 36, 0.7);
	display: block;
	border-radius: 8px;
}
.tabs .active a {
	background: #f0f3f6;
}
.tabs a span {
	line-height: 120%;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px rgba(39, 34, 36, 0.4) dashed;
}
.title-small {
	font-size: 18px;
	line-height: 156%;
	color: #2c3136;
}
.portfolio .title-small {
	max-width: 860px;
	margin-bottom: 20px;
}
.row > div {
	padding: 0 10px;
}
.row {
	margin: 0 -10px;
}
.row.row_main > div {
	margin-bottom: 20px;
}
.row.row_main {
	margin-bottom: -20px;
}
.tab-container {
	padding-top: 20px;
}
.item-portfolio {
	padding: 30px;
	padding-right: 241px;
	border-radius: 8px;
	min-height: 100%;
	background: #f0f3f6;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.logo-portfolio {
	margin-bottom: 15px;
}
.logo-portfolio img {
	max-width: 100%;
	height: auto;
}
.item-portfolio__title {
	font-size: 23px;
	margin-bottom: 10px;
	color: #2c3136;
	font-weight: 600;
	font-family: 'Panton';
}
.item-portfolio p {
	margin-bottom: 19px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.item-portfolio .btn-main {
	margin-top: auto;
}
.item-portfolio__image {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.item-portfolio__image img {
	max-width: 100%;
	max-height: 100%;
}
.btn-main.btn-main_page {
	border: 1px solid rgba(124, 0, 93, 0.5);
	background: transparent;
	color: #7c005d;
}
.item-portfolio .btn-main {
	font-size: 15px;
	padding: 0 31px;
	gap: 8px;
}
.row_portfolio > div:nth-child(3n+2) .item-portfolio {
	background: rgba(143, 60, 1, 0.05);
}
.row_portfolio > div:nth-child(3n+3) .item-portfolio {
	background: rgba(124, 0, 93, 0.05);
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}

.advantages {
	padding-top: 40px;
	padding-bottom: 50px;
}
.item-advantage {
	padding: 30px;
	padding-right: 18px;
	padding-bottom: 121px;
	line-height: 135%;
	min-height: 100%;
	border-radius: 8px;
	background: #f3f6f8;
	position: relative;
}
.item-advantage::before {
	position: absolute;
   	content: " ";
	left: 30px;
	top: -20px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-advantage__title {
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 130%;
	color: #2c3136;
	font-family: 'Panton';
}
.item-advantage__image {
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
.item-advantage__image img {
	max-width: 100%;
	max-height: 100%;
}
.advantages .title-section {
	margin-bottom: 30px;
}

.about,
.portfolio,
.services,
.callback {
	padding: 50px 0;
}
.callback .title-section {
	margin-bottom: 25px;
}
.callback__main {
	padding: 40px 30px;
	border-radius: 8px;
	border: 0.50px solid rgba(44, 49, 54, 0.08);
	background: #f8f2f7;
	line-height: 135%;
}
.item-form {
	margin-bottom: 10px;
}
.item-form input {
	height: 60px;
	padding: 0 20px;
	font-size: 17px;
	line-height: 141%;
	color: rgba(44, 49, 54, 0.9);
	border: 0.50px solid rgba(44, 49, 54, 0.11);
	border-radius: 5px;
	background: #fff;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.callback__main .btn-main {
	height: 60px;
	width: 100%;
}
.agree-form {
	margin-top: 10px;
	font-size: 12px;
	color: rgba(44, 49, 54, 0.82);
}
.agree-form a {
	color: rgba(44, 49, 54, 0.82);
	border-bottom: 1px rgba(44, 49, 54, 0.82) solid;
}
.callback__main .title-middle {
	margin-bottom: 10px;
}
.callback__content {
	max-width: 464px;
}
.callback__main .item-consultant {
	margin-top: 60px;
}
.item-consultant {
	gap: 15px;
	display: flex;
	align-items: center;
}
.item-consultant__image {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	flex: none;
}
.item-consultant__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 50%;
}
.item-consultant__title {
	font-size: 18px;
	line-height: 110%;
	color: #2c3136;
	font-weight: 600;
	font-family: 'Panton';
}
.item-consultant__descr {
	font-size: 12px;
	margin-top: 5px;
	line-height: 110%;
	color: rgba(44, 49, 54, 0.85);
	font-style: italic;
}
.item-service {
	padding: 30px;
	padding-bottom: 25px;
	background: rgba(143, 60, 1, 0.05);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
}
.item-service__title {
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 130%;
	color: #2c3136;
	font-weight: 600;
	font-family: 'Panton';
}
.item-service__descr {
	min-height: 88px;
	margin-bottom: 15px;
	line-height: 129%;
}
.item-service .btn-main {
	padding: 0 15px;
	width: 100%;
}
.item-service__text {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 24px;
	margin-bottom: 15px;
	line-height: 143%;
	border-top: 1px #ededed solid;
	border-bottom: 1px #ededed solid;
	color: rgba(44, 49, 54, 0.85);
	flex: 1;
}
.item-service__text ul li {
	padding-left: 15px;
	position: relative;
}
.item-service__text ul li::before {
    position: absolute;
    top: 0;
    left: 3px;
    content: "•";
}
.row_services > div:nth-child(2n+2) .item-service {
	background: #f3f6f8;
}
.row_services > div:nth-child(3n+3) .item-service {
	background: rgba(124, 0, 93, 0.05);
}
.services .title-small {
	margin-bottom: 30px;
}

.about__main {
	padding: 30px;
	padding-bottom: 0;
	border: 1px solid rgba(44, 49, 54, 0.05);
	border-radius: 12px;
	background: #f3f6f8;
}
.about__image img {
	max-width: 100%;
	height: auto;
	display: block;
}
.about__main .title-section {
	margin-right: -20px;
	margin-bottom: 10px;
}
.about__descr {
	max-width: 525px;
	margin-bottom: 25px;
}
.about .item-consultant__image {
	width: 45px;
	height: 45px;
}
.about__line {
	gap: 25px;
	display: flex;
	align-items: center;
}
.btn-main.btn-main_play {
	padding: 0 25px;
	border: 1px solid rgba(255, 0, 0, 0.5);
	background: transparent;
	color: #f00;
}
.about__main .name-section {
	margin-top: 25px;
}

.team {
	padding-top: 40px;
	padding-bottom: 70px;
}
.item-team {
	font-size: 16px;
	color: #2c3136;
	border-radius: 8px;
	line-height: 130%;
	background: #f0f3f6;
	min-height: 100%;
}
.item-team__content {
	padding: 15px 30px;
	padding-bottom: 25px;
}
.item-team__wrap {
	padding-top: 100%;
	width: 100%;
	position: relative;
	display: block;
}
.item-team__image {
	border-radius: 8px 8px 0 0;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.item-team__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.item-team__head {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-team__title {
	font-size: 22px;
	line-height: 136%;
	color: #2c3136;
	font-weight: 600;
	font-family: 'Panton';
}
.socials-list {
	gap: 5px;
	display: flex;
	align-items: center;
}
.socials-list img {
	width: 30px;
	height: auto;
}
.item-team__descr {
	font-size: 14px;
	margin-bottom: 10px;
	color: rgba(44, 49, 54, 0.8);
	font-style: italic;
}
.team .title-section {
	margin-bottom: 30px;
}

.histories {
	padding-top: 38px;
	background: #f3f6f8;
}
.histories__line {
	gap: 15px;
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.btn-main.btn-main_tg {
	padding: 0 15px;
	border: 1px solid rgba(43, 171, 238, 0.5);
	background: transparent;
	color: #2babee;
}
.histories__text {
	max-width: 382px;
}
.histories .title-section {
	margin-top: 75px;
	margin-bottom: 10px;
}
.histories__image img {
	margin-left: -50px;
}

.footer {
	padding-top: 50px;
	padding-bottom: 22px;
	border-top: 0.50px solid #e1e1e1;
}
.footer__title {
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 130%;
	color: #272224;
	font-weight: 600;
	font-family: 'Panton';
}
.footer__nav li {
	font-size: 16px;
	margin-bottom: 15px;
}
.footer__nav a {
	color: #2c3136;
	border-bottom: 1px #2c3136 solid;
}
.footer__contacts {
	font-size: 15px;
	color: #2c3136;
}
.footer__contacts a {
	color: #2c3136;
}
.footer__link {
	border-bottom: 1px #2c3136 solid;
}
.footer__contacts p {
	margin-bottom: 15px;
}
.footer__requisites {
	font-size: 15px;
	margin: 30px 0;
	color: #2c3136;
	line-height: 130%;
}
.footer .logo img {
	width: 163px;
}
.copyright {
	font-size: 12px;
	color: #2c3136;
}
.footer__bottom {
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #e1e1e1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__info {
	font-size: 12px;
	max-width: 240px;
	line-height: 130%;
	color: rgba(44, 49, 54, 0.6);
}
.link-create {
	gap: 15px;
	font-family: 'Panton';
	font-weight: 600;
	display: flex;
	align-items: center;
}
.link-create__logo {
	display: block;
}
.link-create__logo img {
	width: 111px;
	height: auto;
}
.link-create__content {
	display: block;
	flex: 1;
}
.link-create__title {
	font-size: 16px;
	color: rgba(39, 34, 36, 0.85);
	line-height: 130%;
	display: block;
}
.link-create__descr {
	font-size: 11px;
	line-height: 130%;
	color: rgba(44, 49, 54, 0.6);
	display: block;
}
.row > div:nth-child(2) .footer__col {
	margin-left: 100px;
}
.row > div:nth-child(3) .footer__col {
	margin-left: 140px;
}
.row > div:nth-child(4) .footer__col {
	margin-left: 130px;
}
.btn-main.btn-main_default {
	background: #f0f3f6;
	color: #2c3136;
}
.slider-team .slick-slide {
	padding: 0 12px;
	height: inherit !important;
}
.slider-team .slick-list {
	margin: 0 -12px;
}
.slider-team .slick-track {
	display: flex !important;
}
.slider-team:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}
.slick-dots {
	gap: 6px;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
.slick-dots li {
	width: 5px;
	height: 5px;
	margin: 0;
	transition: all 0.3s;
}
.slick-dots li button {
	width: 5px;
	height: 5px;
	background: #d8d8d8;
	border-radius: 5px;
	padding: 0;
	border: none;
	transition: all 0.3s;
	opacity: 1;
	display: block;
	font-size: 0;
	color: transparent;
}
.slick-dots li.slick-active button {
	background: #7c005d;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active {
	width: 31px;
}
.slick-dots li button::before {
	display: none;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	width: 40px;
	height: 40px;
	padding-top: 8px;
	border-radius: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 20;
	flex: none;
	cursor: pointer;
	background: #f0f3f6;
}
.sw-topper {
	position: relative;
	top: 5px;
	width: 20px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: rgba(44, 49, 54, 0.5);
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
	position: relative;
	top: 9px;
	width: 20px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: rgba(44, 49, 54, 0.5);
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-footer {
	position: relative;
	top: 13px;
	width: 20px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: rgba(44, 49, 54, 0.5);
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sandwich.active .sw-topper {
	top: 11px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 7px;
	transform: rotate(-45deg); 
}
.modal-block {
	display: none;
	padding: 0;
	background: transparent;
}
.modal-wrap {
	width: 443px;
	padding: 10px;
	padding-bottom: 25px;
	border-radius: 8px;
	background: #fff;
	max-width: 100%;
	margin: 0 auto;
}
.head-modal {
	padding: 25px 20px;
	background: #f8f2f7;
	border-radius: 5px;
}
.title-modal {
	font-size: 30px;
	margin-bottom: 10px;
	color: #272224;
	font-weight: 600;
	font-family: 'Panton';
	line-height: 130%;
}
.content-modal {
	padding: 20px;
	padding-bottom: 0;
}
.descr-modal {
	font-size: 16px;
	line-height: 130%;
}
.item-form_page input {
	height: 46px;
	font-size: 14px;
	border: none;
	background: #f3f4f6;
}
.item-form_page *::-webkit-input-placeholder {
	color: #2C3136;
	opacity: 0.5;
}
.item-form_page *:-moz-placeholder {
	color: #2C3136;
	opacity: 0.5;
}
.item-form_page *::-moz-placeholder {
	color: #2C3136;
	opacity: 0.5;
}
.item-form_page *:-ms-input-placeholder {
	color: #2C3136;
	opacity: 0.5;
}
.item-form__title {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: 600;
	font-family: 'Panton';
	color: rgba(44, 49, 54, 0.7);
}
.item-form_page {
	margin-bottom: 15px;
}
.modal-wrap .btn-main {
	margin-top: 15px;
	width: 100%;
}
.checkbox {
	font-size: 12px;
	color: rgba(44, 49, 54, 0.7);
	letter-spacing: normal;
	text-align: left;
}
.checkbox label {
	padding-left: 21px;
	display: block;
	position: relative;
	cursor: pointer;
}
.checkbox label input {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	border-radius: 2px;
	border: 1px solid  rgba(44, 49, 54, 0.7);
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: middle;
}
.checkbox input::after {
	position: absolute;
    top: -1px;
    left: -1px;
	width: 12px;
	height: 12px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	background-image: none;
	color: rgba(44, 49, 54, 0.7);
	font-size: 8px;
	opacity: 0;
	transition: .2s;
}
.checkbox input:checked:after {
	opacity: 1;
}
.checkbox a {
	color: #2C3136;
	border-bottom: 1px #2C3136 solid;
}
.fancybox-slide--html .fancybox-close-small {
    right: 5px;
    top: 5px;
}
.fancybox-bg {
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.4);
}