@charset "UTF-8";
.contacts-info {
	padding: 0 8px;
	margin-bottom: 45px;
}
.contacts-info a:not(.btn) {
	text-decoration: underline;
}

.contacts-info-title {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	font: 900 28px/40px var(--fontg);
	letter-spacing: -0.01em;
	color: #4A5568;
	margin: 0 0 30px 0;
	max-width: 1166px;
}
.contacts-info-title .big {
	display: flex;
	align-items: center;
	gap: 0 0.3em;
	flex-wrap: wrap;
}
.contacts-info-title > * {
	flex: 0 0 auto;
	max-width: 100%;
}
.contacts-info-title h1, .contacts-info-title h2{
	font: inherit;
	letter-spacing: inherit;
	margin: 0;
	color: inherit;
	display: inline;
}
.contacts-info-title h2{margin-top: 40px;}
@media only screen and (max-width: 767px) {
.contacts-info-title .show-tab {
	display: none;
}
}
.contacts-info-title a {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 10px;
	text-decoration: underline!important;
}
.contacts-info-title a .pic {
	flex: 0 0 auto;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #F4FAFF;
}
.contacts-info-title a .pic svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 27px;
	height: 27px;
	transform: translate3d(-50%, -50%, 0);
	fill: var(--blue);
	transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (pointer:fine) {
.contacts-info-title a:hover .pic svg {
	fill: var(--hover);
}
}
.contacts-info-tabs {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 15px;
}
.contacts-info-tabs > * {
	flex: 1 1 auto;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	font: 900 16px/50px var(--fontg);
	height: 50px;
	letter-spacing: -0.02em;
	color: var(--blue);
	transition-property: color, background;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	border-radius: 25px;
}

@media (pointer:fine) {
.contacts-info-tabs > *:hover {
	color: var(--hover);
}
}
.contacts-info.view-office .contacts-info-tabs .view-office, .contacts-info.view-warehouse .contacts-info-tabs .view-warehouse {
	cursor: default;
	color: #455B82;
	background: rgba(31, 148, 255, 0.05);
}
.contacts-info .cont {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: var(--grey800);
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
.contacts-info .cont li:before {
	display: none;
}
.contacts-info .cont li {
	display: flex;
	align-items: center;
	gap: 0 25px;
	margin: 0;
	padding: 0;
}
.contacts-info .cont .pic {
	flex: 0 0 auto;
	position: relative;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	background: rgba(255, 196, 0, 0.9);
	box-shadow: 0px 4px 24px rgba(255, 196, 0, 0.35);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
}
.contacts-info .cont .pic img {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.contacts-info .cont a[href^=tel] {
	text-decoration: none;
	color: inherit;
}
.contacts-info .cont i {
	font-style: normal;
	font-weight: 300;
	color: var(--grey600);
}
.contacts-info .cont .tel {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 4px;
}
.contacts-info .cont .tel a[href^=tel] {
	min-width: 9em;
}
.contacts-info .emails {
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: -0.03em;
	color: #55698C;
	margin: 40px 0 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 25px 0;
}
.contacts-info .emails li:before {
	display: none;
}
.contacts-info .emails li {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 0 30px;
}
.contacts-info .emails .pic {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	width: 45px;
	height: 45px;
}
.contacts-info .emails .pic img {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.contacts-info .emails strong {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: -0.02em;
	margin: 2px 0 0 0;
}
.contacts-info .soc {
	margin: 45px 0 0 0;
	display: flex;
	align-items: center;
	gap: 28px;
}
.contacts-info .soc > * {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none!important;
	font-weight: 500;
	font-size: 15px;
	line-height: 48px;
	border-radius: 25px;
	gap: 0 15px;
	letter-spacing: -0.01em;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	color: var(--grey700)!important;
}
.contacts-info .soc .txt {
	display: none;
}
.contacts-info .soc .bg-telegram {
	background: rgba(29, 201, 255, 0.1);
	border-color: rgba(21, 189, 226, 0.3);
}
.contacts-info .soc .bg-whatsapp {
	background: rgba(66, 189, 135, 0.1);
	border-color: rgba(26, 149, 95, 0.3);
}
.contacts-info .soc .bg-viber {
	background: rgba(130, 57, 181, 0.1);
	border-color: rgba(130, 57, 181, 0.3);
}
.contacts-info .soc img {
	height: 28px;
	width: auto;
	flex: 0 0 auto;
}
.contacts-bottom {
	margin: 50px 0 0 0;
	padding: 0 8px;
}
.contacts-bottom .container {
	display: flex;
	flex-direction: column;
	gap: 50px 0;
}
.contacts-bottom-title {
	font: 800 24px/40px var(--fontg);
	letter-spacing: -0.02em;
	color: var(--grey700);
	position: relative;
	margin: 0 0 27px 0;
}
.contacts-bottom-title:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	width: 3px;
	background: var(--yellow);
	margin: -10px 0;
}
.contacts-bottom .req ul {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: -0.03em;
	color: var(--grey800);
	gap: 15px 0;
	border-bottom: 0.5px solid #AFBACD;
	padding: 0 0 17px 0;
	margin: 0 0 30px 0;
}
.contacts-bottom .req li:before {
	display: none;
}
.contacts-bottom .req li {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.contacts-bottom .req .small {
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: var(--grey600);
}
.contacts-bottom .contact-form {
	display: none;
}
.contact-form {
	background: #FBFCFD;
	box-shadow: 0px 0px 2px rgba(38, 73, 141, 0.14), 0px 30px 80px rgba(9, 66, 153, 0.12);
	border-radius: 16px;
	padding: 50px 46px;
}
.contact-form-title {
	display: flex;
	align-items: center;
	gap: 0 30px;
	font: 900 30px/36px var(--fontg);
	letter-spacing: -0.01em;
	color: #677EA6;
	position: relative;
	padding: 0 0 35px 0;
	margin: 0 0 34px 0;
}
.contact-form-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--sec-dark);
	opacity: 0.45;
}
.contact-form-title .pic {
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contact-form-title .pic img {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.contact-form input, .contact-form select, .contact-form textarea, .contact-form .checkbox, .contact-form .jcf-select-text {
	background: var(--white);
}
.contact-form input, .contact-form select, .contact-form textarea, .contact-form .jcf-select-text {
	padding-left: 34px;
}
.contact-form textarea {
	resize: vertical;
	min-height: 60px;
}
.contact-form .form-inputs {
	gap: 24px;
}
.contact-form .form-checks {
	margin-top: 10px;
	padding-top: 30px;
	position: relative;
}
.contact-form .form-checks:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--sec-dark);
	opacity: 0.45;
}
.contact-form .form-submit .btn {
	width: 100%;
	height: 70px;
	font-size: 17px;
}
.link-download {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	text-decoration: none!important;
	color: var(--white);
	font: normal 14px/16px var(--fonti);
	letter-spacing: -0.01em;
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	height: 56px;
	background: #263349;
	box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.1), 0px 10px 24px rgba(29, 54, 96, 0.16);
	border-radius: 28px;
	gap: 0 12px;
}
.link-download .pic {
	flex: 0 0 auto;
}
.link-download .pic svg {
	transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	fill: var(--white);
}
.link-download .pic svg:nth-child(2) {
	display: none;
}

@media (pointer:fine) {
.link-download:hover {
	color: var(--yellow);
}
.link-download:hover svg {
	fill: var(--yellow);
}
}

/*mobile end*/

/*tablet start*/

@media only screen and (min-width: 768px) {
.contacts-info {
	padding: 0;
	margin-bottom: 60px;
}
.contacts-info a:not(.btn) {
	text-decoration: none;
}
.contacts-info-title {
	font-size: 36px;
	color: var(--grey700);
	margin-bottom: 70px;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px 30px;
}
.contacts-info-title a {
	gap: 0 17px;
	flex: 0 0 auto;
	max-width: 100%;
}
.contacts-info-title a .pic {
	width: 35px;
	height: 35px;
	border-radius: 0;
	background: none;
}
.contacts-info-title a .pic svg {
	fill: var(--sec-dark);
}
.contacts-info-tabs {
	width: auto;
	max-width: 100%;
	gap: 0;
}
.contacts-info-tabs > * {
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	flex: 0 0 auto;
	padding: 0 30px;
	font-weight: bold;
}
.contacts-info .grid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 44px 40px;
	justify-content: space-between;
	flex: 1 1 auto;
}
.contacts-info .grid > * {
	flex: 1 1 auto;
}
.contacts-info .cont {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -0.01em;
	gap: 60px 0;
}
.contacts-info .cont li {
	gap: 0 30px;
}
.contacts-info .cont .pic {
	width: 64px;
	height: 64px;
	background: var(--yellow);
}
.contacts-info .emails {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.01em;
	font-weight: 500;
	color: #7B95C2;
	margin: 0;
	gap: 64px 0;
}
.contacts-info .emails li {
	gap: 0 20px;
}
.contacts-info .emails .pic {
	width: 50px;
	height: 50px;
	margin: 7px 0;
}
.contacts-info .emails strong {
	font: inherit;
	letter-spacing: inherit;
	margin-top: 10px;
}
.contacts-info .soc {
	flex: 0 0 auto;
	width: 100%;
	margin: 0;
	gap: 10px 60px;
	justify-content: center;
}
.contacts-info .soc > * {
	height: 60px;
	border-radius: 30px;
	padding: 0 50px;
	line-height: 58px;
	min-width: 200px;
	flex: 0 0 auto;
}
.contacts-info .soc .txt {
	display: inline;
}
.contacts-info .soc img {
	height: 24px;
}
.contacts-bottom {
	padding: 0;
	margin-top: 66px;
}
.contacts-bottom .container {
	gap: 60px 0;
}
.contacts-bottom-title {
	font-weight: 900;
	letter-spacing: -0.01em;
	margin-bottom: 46px;
	padding: 0 0 0 33px;
}
.contacts-bottom-title:before {
	left: 0;
}
.contacts-bottom .req ul {
	margin: 0 33px 40px 33px;
	font-size: 20px;
	color: var(--grey900);
	gap: 30px 0;
	border-bottom-width: 1px;
	border-bottom-color: rgba(166, 183, 212, 0.45);
	padding-bottom: 55px;
}
.contacts-bottom .req li {
	flex-direction: row;
	align-items: flex-start;
}
.contacts-bottom .req .small {
	flex: 0 0 auto;
	width: 283px;
	font-size: 20px;
	font-weight: 600;
	line-height: inherit;
	letter-spacing: -0.03em;
}
.contacts-bottom .contact-form {
	display: block;
	max-width: 647px;
	margin: 0 auto;
}
.contacts-bottom .link-download {
	margin: 0 33px;
}
.link-download {
	display: inline-flex;
	vertical-align: top;
	gap: 0 25px;
	color: var(--blue);
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.02em;
	height: auto;
	padding: 0 10px 0 0;
	background: none;
	box-shadow: none;
	border-radius: 0;
}
.link-download .pic {
	width: 72px;
	height: 72px;
	position: relative;
	border: 1px dashed var(--darker);
	transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	border-radius: 50%;
}
.link-download .pic svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	fill: var(--sec-dark);
}
.link-download .pic svg:nth-child(1) {
	display: none;
}
.link-download .pic svg:nth-child(2) {
	display: block;
}
 @media (pointer:fine) {
.link-download:hover {
 color: var(--hover);
}
.link-download:hover .pic {
 border-color: var(--hover);
}
.link-download:hover svg {
 fill: var(--hover);
}
}
}

/*tablet end*/

/*desktop start*/

@media only screen and (min-width: 1280px) {
.contacts-info {
	padding: 0;
	margin-bottom: 80px;
}
.contacts-info a:not(.btn) {
	text-decoration: none;
}
.contacts-info-title {
	font-size: 36px;
	color: var(--grey700);
	margin-top: 4px;
	margin-bottom: 83px;
}
.contacts-info-tabs {
	gap: 0 20px;
}
.contacts-info-tabs > * {
	padding: 0 40px;
	font-size: 18px;
}
.contacts-info .grid {
	padding: 0 26px;
	gap: 60px 40px;
}
.contacts-info .cont {
	font-size: 20px;
	line-height: 35px;
}
.contacts-info .cont li {
	gap: 0 40px;
}
.contacts-info .emails {
	font-size: 22px;
	line-height: 35px;
	letter-spacing: -0.02em;
	font-weight: normal;
	gap: 60px 0;
}
.contacts-info .emails li {
	gap: 0 35px;
}
.contacts-info .emails .pic {
	margin: 0;
}
.contacts-info .emails strong {
	font-weight: 600;
	margin: 0;
	font-size: 20px;
}
.contacts-bottom {
	margin-top: 90px;
}
.contacts-bottom-title {
	font-size: 30px;
	margin: 0 0 65px 0;
}
}

/*desktop end*/

/*desktop-big start*/

@media only screen and (min-width: 1680px) {
.contacts-info .grid {
	flex-wrap: nowrap;
}
.contacts-info .grid > * {
	min-width: 0;
	flex: 1 1 auto;
}
.contacts-info .soc {
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px 0;
	width: auto;
	justify-content: flex-start;
}
.contacts-info .soc > * {
	padding: 0;
	width: 206px;
	min-width: 0;
}
.contacts-bottom .container {
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0 60px;
}
.contacts-bottom .req {
	flex: 1 1 auto;
}
.contacts-bottom .contact-form {
	flex: 0 0 auto;
	width: 647px;
	max-width: none;
	margin: 0;
}
}
