@font-face {
	font-family: 'sf pro display';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/SFPRODISPLAYTHINITALIC.OTF') format('opentype');
}

@font-face {
	font-family: 'sf pro display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
}

@font-face {
	font-family: 'sf pro display';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
}

@font-face {
	font-family: 'sf pro display';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF') format('opentype');
}

@font-face {
	font-family: 'sf pro display';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/SFPRODISPLAYHEAVYITALIC.OTF') format('opentype');
}

@font-face {
	font-family: 'sf pro display';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/SFPRODISPLAYBLACKITALIC.OTF') format('opentype');
}

@font-face {
	font-family: 'sf pro display';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
svg {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	opacity: 1;
	color: #757373;
	font-size: 16px;
	letter-spacing: 0.05em;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	opacity: 1;
	color: #757373;
	font-size: 16px;
	letter-spacing: 0.05em;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	opacity: 1;
	color: #757373;
	font-size: 16px;
	letter-spacing: 0.05em;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
	outline: none;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
	outline: none;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
	outline: none;
}

*,
*:after,
*:before {
	line-height: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:invalid,
*:-moz-submit-invalid,
*:-moz-ui-invalid {
	box-shadow: none;
}

*:focus {
	outline: none;
}

.highlights {
	color: transparent;
}

img {
	display: block;
	max-width: 100%;
}

a:active,
a:focus,
a:hover {
	outline: none;
}

a {
	color: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

a[href*='javascript'] {
	cursor: initial;
}

strong,
b {
	font-size: 18px;
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
}

em {
	font-family: 'sf pro display';
	font-weight: 600;
	font-size: 14px;
	font-style: italic;
}

b {
	font-weight: 500;
}

button,
button:active,
button:focus,
button:hover,
input[type='submit'] {
	outline: none;
	cursor: pointer;
}

button {
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	background: transparent;
	border: 0;
}

html,
body {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	min-width: 320px;
	line-height: 178%;
	color: #757373;
	background-color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

input,
textarea,
select {
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #1f1919;
	padding: 14px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	background: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

select {
	cursor: pointer;
}

option {
	padding: 0;
}

input:not([type='submit']) {
	width: 100%;
	min-width: 0;
}

textarea {
	width: 100%;
	height: 116px;
	overflow: hidden auto;
	resize: none;
}

input[type='number'] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
}

input[type='submit']::-moz-focus-inner {
	border: 0;
}

/*button*/
button {
	padding: 0;
}

button::-moz-focus-inner {
	border: 0;
}

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: visible;
}

header,
footer {
	flex: 0 0 auto;
}

main {
	flex: 1 0 auto;
}

.hide--scroll {
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}

.visually--hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
	margin: 0;
}

h1 {
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	color: #1f1919;
}

h2 {
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	color: #1f1919;
}

h3 {
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	color: #1f1919;
}

h4 {
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	color: #1f1919;
}

h5 {
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	color: #1f1919;
}

h6 {
	font-family: 'sf pro display', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	color: #1f1919;
}

.object-fit {
	width: 100%;
	height: 100%;
}

.is--cover {
	object-fit: cover;
}

.is--contain {
	object-fit: contain;
}

.container {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.logo {
	display: inline-flex;
	margin-left: auto;
	margin-right: auto;
}

.header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 20px 0;
	text-align: center;
	z-index: 1;
}

.layout__sect {
	max-width: 1920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 147px 0;
	min-height: 1080px;
	z-index: 0;
	padding-bottom: 140px;
}

.layout__sect-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.layout__title {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 20px;
}

.layout__title strong {
	color: #ff9d0c;
	font-size: 36px;
}

.layout__label {
	background: #ff9d0c;
	border-radius: 0px 30px;
	padding: 10px 63px;
	font-weight: 800;
	font-size: 64px;
	color: #fff;
	display: inline-block;
	margin-bottom: 50px;
	font-style: italic;
}

.block {
	max-width: 774px;
	width: 100%;
}

.block__title {
	font-size: 24px;
	color: #1f1919;
	margin-bottom: 20px;
}

.block__cols {
	display: flex;
	margin: 0 -1px;
}

.block__col {
	flex: 1;
	padding: 0 1px;
	width: calc(100% / 2);
}

.block-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.block-card__row {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.block-card__item {
	flex: 1;
}

.block-card__inf strong {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.03em;
	color: #1f1919;
	padding-bottom: 5px;
	display: block;
}

.block-card__top {
	flex: 0 0 auto;
}

.block-card__inf {
	margin-left: 30px;
	max-width: 232px;
}

.block-card__contains {
	background: rgba(255, 255, 255, 0.8);
	border-top-left-radius: 16px;
	display: flex;
	width: 100%;
	align-items: flex-start;
	padding: 10px;
	border-radius: 16px 0px 0px 0px;
}

.block__col:last-of-type .block-card__contains {
	border-top-left-radius: 0;
	border-top-right-radius: 16px;
}

.block-card__title {
	padding: 10px;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #95221b;
	font-weight: 700;
	background-color: #fff;
	margin-top: 2px;
	margin-bottom: 2px;
}

.block-card__row span {
	display: block;
	background: rgba(149, 34, 27, 0.8);
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	padding: 20px;
	text-align: center;
}

.block-card__item {
	background-color: #fff;
	margin-top: 2px;
	padding: 20px;
}

.anchor {
	position: fixed;
	right: 90px;
	bottom: 110px;
	z-index: 99;
	display: flex;
	flex-direction: column;
}

.anchor__list {
	display: flex;
	flex-wrap: wrap;
}

.anchor__item {
	padding-left: 30px;
	display: flex;
	position: relative;
}

.anchor__item span {
	text-decoration: underline;
}

.anchor__item::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #757373;
	top: 11px;
	left: 18px;
}

.anchor__block {
	background-color: #fff;
	border-radius: 16px;
	padding: 15px 29px;
	width: 189px;
	text-align: center;
}

.anchor__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #1f1919;
	margin-bottom: 10px;
}

.anchor--yellow span {
	color: #ff9d0c;
}

.anchor--yellow:before {
	background-color: #ff9d0c;
}

.anchor__arrow {
	padding-top: 5px;
	height: 125px;
	position: relative;
	width: 76px;
	margin-left: auto;
	margin-right: -14px;
}

.anchor__arow-part1 {
	width: 48px;
	height: 4px;
	background-color: #ff9d0c;
	display: block;
	margin-left: 13px;
	margin-bottom: 4px;
	transform: translateY(30px);
	animation: animation3 0.4s linear infinite;
	animation-direction: alternate-reverse;
}

.anchor__arow-part2 {
	width: 48px;
	height: 8px;
	background-color: #ff9d0c;
	display: block;
	margin-left: 13px;
	margin-bottom: 4px;
	transform: translateY(10px);
	animation: animation2 0.4s linear infinite;
	animation-direction: alternate-reverse;
}

.anchor__arrow img {
	animation: animation1 0.4s linear infinite;
	animation-direction: alternate-reverse;
}

@keyframes animation1 {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(6px);
	}
}

@keyframes animation2 {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes animation3 {
	0% {
		transform: translateY(30px);
	}

	100% {
		transform: translateY(0);
	}
}

.footer {
	margin-top: -100px;
	position: relative;
	z-index: 1;
	min-height: 356px;
	background: #ffffff;
	box-shadow: 0px -15px 20px rgba(0, 0, 0, 0.05);
	border-radius: 30px 30px 0px 0px;
	position: relative;
	overflow: hidden;
}

.footer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: calc(50% - 390px);
	background-color: #95221b;
}

.footer .container {
	height: 100%;
}

.footer__row {
	display: flex;
	height: 100%;
}

.footer__inf {
	height: 100%;
	background-color: #95221b;
	width: 430px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 10px 50px 10px 0;
	flex: 0 0 auto;
}

.footer__inf-subtitle {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 15px;
}

.footer__inf-title {
	font-weight: bold;
	font-size: 36px;
	color: #ffffff;
	line-height: normal;
}

.footer__form {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 52px;
	padding-bottom: 10px;
	flex: 0 0 auto;
	max-width: 462px;
	line-height: normal;
}

.form__contains {
	position: relative;
}

.form {
	width: 282px;
}

.footer__text strong {
	font-weight: 500;
	font-size: 18px;
	color: #1f1919;
	display: block;
	margin-bottom: 15px;
}

.footer__text {
	line-height: normal;
	padding-top: 52px;
	padding-bottom: 10px;
}

.footer__text ul {
	margin-bottom: 20px;
}

.footer__text li {
	padding-left: 20px;
	position: relative;
}

.footer__text li:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0;
	background-color: rgba(117, 115, 115, 1);
}

.footer__text li:not(:last-of-type) {
	margin-bottom: 15px;
}

.btn {
	background: #ff9d0c;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 15px;
	width: 100%;
	display: block;
	border: 0;
	letter-spacing: 0.03em;
	font-weight: 500;
}

.btn--green {
	background-color: green;
}

.form__item {
	padding-bottom: 10px;
}

.form__title {
	font-weight: 500;
	font-size: 18px;
	color: #1f1919;
	margin-bottom: 15px;
}

.iti__selected-dial-code {
	display: none;
}

.iti {
	display: block;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: transparent;
}

.checkbox {
	display: block;
	padding: 5px 0 15px;
}

.checkbox * {
	display: block;
}

input:checked + .wpcf7-list-item-label:before {
	background-color: #ff9d0c;
	border-color: #ff9d0c;
}

.wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 14px;
	line-height: normal;
}

.wpcf7-list-item-label a {
	color: #95221b;
	text-decoration: underline;
}

.wpcf7-list-item-label a:hover {
	text-decoration: none;
}

.wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('../img/checkbox.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 3px;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-not-valid-tip {
	padding-top: 2px;
	font-size: 12px;
}

.wpcf7-spinner {
	position: absolute;
	right: 8px;
	bottom: 12px;
	margin: 0;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-form .btn--green {
	display: none;
}

.wpcf7-form.sent .btn--green {
	display: block;
}

.wpcf7-form.sent .form__submit {
	display: none;
}

.block-card__title {
	position: relative;
	min-height: 39px;
}

.block__col:first-of-type .block-card__title span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	transform: translateX(50%);
	z-index: 1;
}

.block__col:last-of-type .block-card__title span {
	visibility: hidden;
}

@media screen and (max-width: 1800px) {
	.anchor {
		right: 15px;
	}
}

@media screen and (max-width: 1650px) {
	.anchor__block {
		display: none;
	}
}

@media screen and (max-width: 1250px) {
	.footer__row {
		flex-wrap: wrap;
		height: auto;
	}

	.footer {
		border-radius: 0;
	}

	.footer__inf {
		width: 100%;
		padding: 10px 15px;
	}

	.footer::before {
		content: none;
	}

	.footer .container {
		padding: 0;
	}

	.footer__inf-subtitle {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: normal;
	}

	.footer__inf-title {
		font-size: 28px;
	}

	.footer__form {
		padding: 40px 15px;
	}

	.footer__text {
		padding: 40px 15px;
		flex: 1;
	}

	.layout__sect .container {
		text-align: center;
	}

	.block {
		margin: auto;
		text-align: left;
	}
}

@media screen and (max-width: 991px) {
	.footer__form {
		max-width: 320px;
	}
}

@media screen and (max-width: 767px) {
	.footer__form {
		max-width: 100%;
		width: 100%;
		order: 1;
		padding-top: 0;
		padding-bottom: 30px;
	}

	.layout__sect {
		padding: 115px 0;
		min-height: auto;
	}

	.footer__text {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.layout__label {
		font-size: 34px;
		margin-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.layout__title {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.layout__title strong {
		font-size: 28px;
	}

	.block__cols {
		flex-direction: column;
	}

	.block__title {
		text-align: center;
	}

	.block__col:first-of-type .block-card__title span {
		position: static;
		transform: none;
	}

	.block__col:last-of-type .block-card__title span {
		visibility: visible;
	}

	.block__col {
		width: 100%;
	}

	.block__col:not(:last-of-type) {
		padding-bottom: 2px;
	}

	.block-card__contains {
		border-radius: 0!important;
	}

	.block-card__item img {
		margin-left: auto;
		margin-right: auto;
	}
	
}
