.alert-call a,
.list-options a,
a,
a.yellow-button {
	text-decoration: none
}

.alert-call,
.main-content h2,
.option-item {
	text-align: center;
	font-weight: 700
}

.alert-call,
.btn,
.h2,
.list-options li,
.option-item,
a.yellow-button {
	font-weight: 700
}

.attention,
.list-options li {
	text-transform: uppercase;
	position: relative
}

:root {
	--color1: #001975;
	--color2: #f1d123;
	--color3: #1c1c1c
}

body {
	font-family: Roboto, sans-serif
}

a {
	color: #000
}

.item-link:hover {
	color: var(--color1)
}

.btn {
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 30px;
	line-height: 1;
	padding: 10px 20px;
	margin-bottom: 10px
}

.btn-primary {
	background: #1bbd13;
	border-color: #1bbd13
}

.items-border>div,
.options-list li {
	border-right: 1px solid #a9a9a9
}

.btn-secondary {
	background: var(--color2);
	color: #000;
	border: var(--color2);
	font-size: 14px;
	padding: 13px 30px
}

.btn-secondary:hover {
	background: #ff9600
}

.block_1.hero-block {
	margin-top: 100px;
	height: auto;
	padding: 50px 0
}

.block_1.hero-block .title h1 {
	padding: 0;
	margin-bottom: 50px
}

.main-content {
	font-size: 18px;
	overflow: hidden
}

.section {
	margin: 70px 0
}

.main-content.content,
.main-content.content>div {
	max-width: none;
	min-width: auto
}

.main-content .component {
	width: 100%
}

.widthauto .content,
.widthauto .wrapper,
.widthauto header,
body.widthauto {
	min-width: auto
}

.main-content h2 {
	font-size: 27px;
	color: #282828;
	text-transform: uppercase;
	line-height: 1.4;
	margin-bottom: 50px
}

.main-content h2 span {
	border-bottom: 5px solid #f1d123
}

.main-content img {
	max-width: 100%;
	vertical-align: top
}

.list-options {
	list-style: none;
	padding: 0
}

.list-options a {
	display: block;
	color: #fff
}

.list-options li {
	color: #fff;
	margin-bottom: 30px;
	border-radius: 10px
}

.main-content .item-icon {
	max-width: 64px;
	margin-bottom: 10px
}

.alert-call {
	background: var(--color1);
	border-radius: 20px;
	padding: 20px;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.alert-call a,
.yellow {
	color: var(--color2)
}

.alert-call a {
	font-size: 2em
}

.alert-call a svg {
	width: 50px;
	height: 50px;
	fill: var(--color2);
	margin-left: 20px
}

.option-item {
	margin-bottom: 20px;
	line-height: normal;
	font-size: 16px
}

.dark-block .option-item {
	color: #fff
}

.options-list {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.items-border>div:last-child,
.options-list li:last-child,
.options-list.no-border li {
	border-right: none
}

.options-list li {
	flex: 1;
	padding: 0 10px;
	margin-bottom: 30px
}

@media (max-width:991px) {
	.options-list li {
		min-width: 25%;
		margin-right: -1px
	}

	.options-list {
		overflow: hidden
	}
}

.option-icon {
	max-width: 64px !important;
	margin-bottom: 10px;
	height: 67px
}

.option-item-check {
	margin-bottom: 30px
}

.option-item .picture {
	height: 65px;
	width: 100%;
	background: url(https://centr.od.ua/templates/centr/images/sprite-pto.png) 50% -400px no-repeat
}

.h2 {
	font-size: 1.5em
}

a.yellow-button {
	width: auto;
	display: inline-block;
	padding: 10px 30px;
	font-size: 14px;
	height: auto;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	background: #f1d123;
	border-radius: 30px;
	color: #282828;
	text-transform: uppercase;
	border: 2px solid #f1d123;
	transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in
}

.attention,
.phone-number {
	border-radius: 10px;
	display: inline-block;
	text-decoration: none
}

a.yellow-button:hover {
	background: 0 0;
	color: #f1d123
}

.section-bgimage {
	background-size: cover;
	background-position: center;
	color: #fff;
	margin: 0;
	padding: 70px 0
}

.alert.alert-yellow,
.phone-number {
	background: var(--color2);
	color: #000;
	font-weight: 700;
	font-size: 1.2em
}

.section-bgimage h2 {
	text-align: left;
	color: var(--color2);
	font-weight: 700;
	font-size: 52px;
	margin-bottom: 30px
}

.section-bgimage h2 span {
	font-size: .8em;
	display: block
}

.phone-number {
	padding: 10px 20px
}

.section-dark {
	background: var(--color3);
	color: #fff;
	margin: 0;
	padding: 70px 0
}

.border-yellow {
	border-color: var(--color2) !important
}

.attention {
	background: var(--color1);
	color: #fff;
	margin-bottom: 30px;
	padding: 10px 10px 10px 60px;
	font-weight: 700;
	margin-left: 20px
}

@media (min-width:768px) and (max-width:991px) {
	.border-md-none {
		border: none !important
	}
}

@media (max-width:767px) {
	.items-border>div {
		border-right: none
	}
}

@media (max-width:576px) {
	.options-list li {
		min-width: 50%
	}

	.section-bgimage h2 {
		font-size: 32px
	}
}

@media (min-width:992px) {
	.border-lg-none {
		border: none !important
	}

	.text-lg-right>* {
		text-align: right !important
	}
}