:root {
	--yellow: #ffcc00;
	--biruza: #1dafcb;
	--zoloto: #c1b9a7;
	--black: #1a212d;
}
.container {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
a {
	color: var(--biruza);
}

.blog {
	p,
	img,
	blockquote,
	h2,
	h3,
	h4,
	h4,
	h5,
	em,
	ol,
	ul,
	figure {
		margin-bottom: 30px;
	}
}
strong {
	font-weight: 600;
}

body {
	font-family: Montserrat;
	font-size: 14px;
	color: #1a212d;
	line-height: 1.5;
}

h1 {
	line-height: 1.2;
	text-align: left;
	font-size: 60px;
	margin-bottom: 47px;
	font-weight: bold;
	font-family: "BebasNeue";
}

h2 {
	font-size: 30px;
	line-height: 53px;
	text-align: left;
	font-weight: bold;
	font-family: "BebasNeue";
}

h3 {
	font-size: 26px;
	line-height: 40px;
	text-align: left;
	font-family: "BebasNeue";
}

h4 {
	font-family: BebasNeue;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 15px;
}

h5 {
	color: #336666;
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	font-weight: 500;
}

p {
	margin-bottom: 25px;
}

img {
	max-width: 100%;
	height: auto;
}

figure {
	img {
		margin-bottom: 22px;
	}

	figcaption {
		background-color: #f5f3f3;
		text-align: center;
		padding-top: 17px;
		padding-bottom: 17px;
	}
	margin-bottom: 20px;
}

blockquote {
	font-family: "Gentium Plus", serif;
	font-weight: 400;
	p {
		font-style: italic;
		font-size: 21px;
		margin-bottom: 25px;
	}

	span {
		font-style: normal;
		font-size: 21px;
	}
}

blockquote.left {
	background: url(https://www.trinion.org/sites/default/files/images_upload_ramil/blockqoute_corpora_left.svg) left
		top no-repeat;
	padding-left: 50px;
}

blockquote.right {
	background: url(https://www.trinion.org/sites/default/files/images_upload_ramil/blockqoute_corpora_right.svg) right
		bottom no-repeat;
	padding-right: 50px;
}

blockquote.center {
	background:
		url(https://www.trinion.org/sites/default/files/images_upload_ramil/blockqoute_corpora_right.svg) right bottom
			no-repeat,
		url(https://www.trinion.org/sites/default/files/images_upload_ramil/blockqoute_corpora_left.svg) left top
			no-repeat;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}

em {
	font-family: "Gentium Plus", serif;
	font-weight: 400;
	p {
		font-style: italic;
		font-size: 21px;
		margin-bottom: 25px;
	}

	span {
		font-style: normal;
		font-size: 15px;
	}
}

em.left {
	background: url(https://www.trinion.org/sites/default/files/images_upload_ramil/blockqoute_corpora_left.svg) left
		top no-repeat;
	padding-left: 50px;
}

em.right {
	background:
		url(background.png),
		url(https://www.trinion.org/sites/default/files/images_upload_ramil/blockqoute_corpora_right.svg) right bottom
			no-repeat;
	padding-right: 50px;
}

em.center {
	background:
		url(https://www.trinion.org/sites/default/files/images_upload_ramil/blockqoute_corpora_right.svg) right bottom
			no-repeat,
		url(https://www.trinion.org/sites/default/files/images_upload_ramil/blockqoute_corpora_left.svg) left top
			no-repeat;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}

ol {
	list-style-type: none;
	counter-reset: num;
	margin: 0 0 0 45px;
	padding: 15px 0 5px 0;
}

ol li {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 1.4;
}

ol li:before {
	border-radius: 3px;
	content: counter(num);
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -38px;
	width: 19px;
	height: 19px;
	background-color: #1a212d;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.blog ul {
	margin: 0 0 20px 0;
	padding: 0;
}

.blog ul li {
	display: block;
	margin: 30px 0;
	background: url(https://www.trinion.org/sites/default/files/images_upload_ramil/list_item_arrow.svg) 0 6px no-repeat;
	background-size: 8px 8px;
	padding-left: 15px;
}
.breadcrumb {
	background: url(https://www.trinion.org/sites/default/files/images_upload_ramil/bg_breadcrumb.jpg) repeat-x
		center/contain;
	padding-top: 45px;
	margin-bottom: 58px;
	height: 170px;
}
.first-title {
	font-size: 36px;
	color: white;
	letter-spacing: 1.5px;
	margin-bottom: 25px;
	text-align: center;
}
.second-title {
	font-size: 22px;
	color: var(--biruza);
	letter-spacing: 1.5px;
	text-align: center;
}
.header_title {
	font-family: "BebasNeue";
	font-size: 26px;
}

.top-menu {
	font-family: BebasNeue;
	font-size: 20px;
	display: flex;
	letter-spacing: 1px;

	li {
		margin-right: 18px;
		a {
			text-decoration: none;
			color: #1a212d;
			&:hover {
				text-decoration: underline;
				color: var(--biruza);
			}
		}
	}
}

.header {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	column-gap: 40px;
	margin-top: 50px;
	@media screen and (max-width: 1000px) {
		grid-template-columns: 150px 3fr;
	}
}

.heder-col-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	.button {
		font-size: 8px;
		padding-bottom: 8px;
		max-height: 20px;
		align-items: flex-start;
	}
	@media screen and (max-width: 1000px) {
		display: none;
	}
}

.header-phone {
	font-family: BebasNeue;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1.1px;
	line-height: 1.1;
}

.button {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 2px #3399cc;
	color: #3399cc;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	&:hover {
		background-color: var(--biruza);
		color: white;
	}
}

.section-header {
	padding-bottom: 25px;
	border-bottom: solid 1px #cccccc;
}

.hero {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
	column-gap: 40px;
	row-gap: 30px;
}

section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.yellow_text {
	color: #ffcc00;
}

.obomne_check {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.obo_mne_hero_checks {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 40px;
}

.clients_logo_hero {
	display: flex;
	justify-content: space-between;
	align-items: center;
	img {
		max-height: fit-content;
		box-shadow: none;
		background-color: unset;
	}
}

.footer_hero {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 12px;
	font-weight: 600;
}

.footer_hero_first_part {
	display: flex;
	width: 220px;
	align-items: center;
}

.why_we {
	display: grid;
	margin-top: 30px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 40px;
}

.why_we_card {
	text-align-last: center;
}

.why_we_card_logo {
	height: 110px;
	border: solid 1px #c2b9a8;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	img {
		height: 60px;
	}
}

.why_we_second_part {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
	gap: 40px;
	margin-top: 30px;
	.card {
		padding: 35px;
		border: 1px solid #c2b9a8;
	}
	p {
		margin-bottom: 0;
	}
}

.How_we_work {
	padding: 35px;
	border: solid 1px #c2b9a8;
	background-color: white;
}

.pricing_card_header {
	color: white;
	background-color: #c1b9a7;
	height: 77px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align-last: center;
	margin: 0;
}

.pricing_card_block {
	padding: 20px;
	background-color: white;
	border-left: solid 1px var(--zoloto);
	border-right: solid 1px var(--zoloto);
	border-bottom: solid 1px var(--zoloto);
}

.pricing_table {
	background-color: var(--zoloto);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	@media screen and (max-width: 1000px) {
		grid-template-columns: 1fr;
	}
}
.pricing_card {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 8;
}

.pricing_card_footer {
	display: flex;
	flex-direction: column;
	padding: 35px;
	background-color: #ececec;
	align-items: center;
	text-align: center;
	h4 {
		text-align: center;
		color: var(--yellow);
		font-weight: bold;
	}
	.button {
		margin-top: 15px;
		width: 50px;
	}
	span {
		font-size: 14px;
	}
}

.pricing_card_block_midle {
	padding: 20px;
	background-color: white;
	border-bottom: solid 1px var(--zoloto);
	@media screen and (max-width: 1000px) {
		border-left: solid 1px var(--zoloto);
		border-right: solid 1px var(--zoloto);
	}
}

.title_solutions_blocks_front_text {
	font-size: 50px;
	letter-spacing: 2px;
	color: #1a212d;
	font-weight: 700;
	font-family: "BebasNeue";
	padding-left: 15px;
	:before {
		content: "11";
	}
}

.solutions_block_front {
	background-color: var(--zoloto);
	display: flex;
	flex-direction: column;
	padding: 3px;
	h4 {
		margin-top: 10px;
		text-align: center;
	}
}

.solutions_blocks_front {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
	gap: 40px;
}

.title_solutions_blocks_front {
	padding-top: 60px;
	height: 84px;
	background: url(https://www.trinion.org/sites/default/files/images_upload_ramil/problems_text_bg.png) no-repeat;
}

.copyright {
	font-size: 13px;
	color: white;
	padding-left: 300px;
}

.testimonials_client {
	margin-left: 24px;
	border-left: 3px solid var(--zoloto);
	padding-left: 8px;
	margin-bottom: 15px;
	h4 {
		margin-bottom: 4px;
	}
}

.testimonials_block {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 40px;
	margin-top: 30px;
}

.testimonial {
	background: url(https://www.trinion.org/sites/default/files/images_upload_ramil/quote_bottom.svg) no-repeat;
	background-size: 20px;
	p {
		margin-bottom: 0;
	}
}

.footer_grid {
	display: flex;
	justify-content: space-between;
	min-height: 250px;
	background: url(https://www.trinion.org/sites/default/files/images_upload_ramil/trini.png) no-repeat;
	background-position: top left;
	padding-bottom: 15px;
	@media screen and (max-width:1000px){
		background: none;
	}
}

.footer-menu {
	color: white;
	font-family: BebasNeue;
	font-size: 20px;
	display: flex;
	letter-spacing: 1px;

	li {
		margin-right: 18px;
		a {
			color: white;
			text-decoration: none;
			&:hover {
				color: var(--biruza);
				text-decoration: underline;
			}
		}
	}
	@media screen and (max-width: 800px) {
		flex-direction: column;
	}
}

.footer_grid_block_1 {
	padding-left: 300px;
	padding-top: 60px;
	@media screen and (max-width:1000px){
		padding-left: 0;
		background: none;
	}
}

.footer_form_section {
	background: url(https://www.trinion.org/sites/default/files/images_upload_ramil/bg_footer_form_stripe.png);
	background-position: bottom -2px;
	padding-bottom: 0;
	padding-top: 0;
}

.footer_form_block {
	display: flex;
	justify-content: end;
	height: 739px;
	background: url(https://www.trinion.org/sites/default/files/images_upload_ramil/on.png),
		url(https://www.trinion.org/sites/default/files/images_upload_ramil/phone_pic.png);
	background-repeat: no-repeat;
	background-position:
		bottom left,
		bottom -2px left 129px;
	span {
		font-size: 50px;
		font-family: BebasNeuE;
		font-weight: bold;
	}
	@media screen and (max-width:1000px){
		background: none;
		height: 711px;
	}
}

.footer_links {
	display: flex;
	@media screen and (max-width: 700px) {
		margin-top: 30px;
		flex-direction: column;
	}
	a {
		margin-right: 15px;
		color: white;
	}
}

.footer_grid_block_2 {
	padding-top: 60px;
}

.footer_form_area {
	width: 400px;
	padding-top: 160px;
	margin-right: 100px;
	@media screen and (max-width:1000px){
		margin-right: 0;
		width:100%
	}
}

.footer_form_button {
	 all: unset;
        background-color: transparent;
        border: solid 1px white;
        width: 100%;
        color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-content: center;
	justify-content: center;
	&:hover{
		background-color: white;
		color: var(--biruza);
	}
}
