@import url("css2.css");

/*font-family: 'Roboto Condensed', sans-serif;*/

@import url("css2-1.css");

/*font-family: 'Inter', sans-serif;*/

@import url("css2-2.css");

/*font-family: 'Roboto', sans-serif;*/

* {
	box-sizing: border-box;
}

h1,
h2,
p,
ul,
ul li {
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
}

ul li {
	list-style: none;
}

body {
	display: block;
	width: 100%;
	background: #F2F2F2;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	min-width: 320px;
}

.wrapper {
	display: block;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}

p {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 10px;
	color: #000000;
}

p.img-caption {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	color: #fff;
}

header {
	background: #fff;
	margin-bottom: 15px;
}

header .top {
	display: flex;
	align-items: center;
	background: #F72210;
	padding: 20px 15px;
}

header .top .logo {
	display: block;
	width: 100%;
	max-width: 642px;
	margin: 0 auto;
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.menu-ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.menu-ul li {
	padding: 16px 18px;
	position: relative;
}

.menu-ul li::after {
	content: " ";
	height: 25px;
	width: 0px;
	background: #C0C0C0;
	border-right: 0.75px solid #C0C0C0;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

/*.menu-ul li:last-child {
	padding-right: 55px;
}*/

.menu-ul li:last-child::after {
	content: none;
}

.menu-ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.content {
	background: #fff;
	padding: 30px 50px;
}

.current-category {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 22px;
	color: #F72210;
}

.title {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 47px;
	color: #000000;
}

.subtitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin: 15px 0;
    color: #000000;
    padding-left: 8px;
    border-left: 6px solid #F72210;
}

.content .image {
	display: block;
	margin: 40px auto;
	border-top: 5px solid #F72210;
	background-color: #F72210;
}

.content .image img {
	width: 100%;
	display: block;
}

.content .image.horizontal {
	width: 100%;
	max-width: 700px;
}

.content .image.vertical {
	width: 100%;
	max-width: 400px;
}

h1 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 46px;
	margin: 35px 0;
	padding-left: 30px;
	color: #000000;
	position: relative;
	border-left: 7px solid #F72210;
}

h2 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
	color: #F72210;
}

a {
	cursor: pointer;
	color: blue;
	text-decoration: none;
}

@media screen and (max-width: 1150px) {
	.menu {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	header {
		margin-bottom: 0;
	}

	header .top .logo {
		font-size: 28px;
	}

	.content {
		padding: 30px 15px;
	}

	.current-category {
		display: none;
	}

	.title {
		font-size: 30px;
		line-height: 35px;
	}

	.content .image.horizontal {
		max-width: 100%;
	}

	.content .image {
		margin: 35px auto;
		border-top: 4px solid #F72210;
	}

	p {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: -0.02em;
	}

	h1 {
		font-weight: 800;
		font-size: 28px;
		line-height: 45px;
		border-left: 4px solid #F72210;
		letter-spacing: -0.02em;
		padding-left: 15px;
	}
}

.comments {
	display: block;
}

.comm {
	border-bottom: 4px solid #ff0000;
	border-left: none;
	display: inline-block;
	padding-left: 0;
}

.comment {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}

.comment.ans {
	margin-bottom: 0px;
	margin-top: 25px;
	padding-bottom: 0px;
	border-bottom: none;
	padding-left: 40px;
	padding-top: 0;
}

.comment .ava {
	max-width: 50px;
	width: 100%;
	float: left;
	border-radius: 50%;
}

.comment p {
	margin-left: 70px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.comment p:last-child {
	margin-bottom: 0;
}

.comment p.comm-date {
	color: #A8ABAE;
}

.comment .comm-img {
	max-width: 100%;
	width: auto;
	display: block;
	margin-top: 10px;
}

@media screen and (max-width: 500px) {
	.comment .ava {
		margin-right: 10px;
	}

	.comment p {
		margin-left: auto;
	}
}

.btn {
	max-width: 280px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	padding: 15px 10px;
	background: #F72210;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	transition: all 0.3s;
	text-align: center;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
}


.btn:hover {
	background: #F72210;
	text-decoration: none;
	color: #fff;
}

.bot-btn {
	margin: 20px auto !important;
}

footer {
	padding: 20px 10px;
}

footer p {
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 10px;
}

footer p:last-child {
	margin-bottom: 0;
}

a {
	cursor: pointer;
}

.list {
    margin: 30px;
    margin-right: 0
}

.list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.5
}

.list li p:last-child {
    margin: 0
}

.list li .list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1lh
}

.list li .list-icon .check {
    background: url("list-icon--check.svg") center no-repeat,#F72210;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-size: 12px
}

.list li:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 600px) {
    .list {
        margin:30px 10px;
        margin-right: 0
    }

    .list li {
        -moz-column-gap: 10px;
        column-gap: 10px;
        font-size: 18px;
        line-height: 1.5
    }

    .list li .list-icon {
        height: auto
    }

    .list li .list-icon .check {
        width: 18px;
        height: 18px;
        margin-top: 7px;
        background-size: 10px
    }

    .list li .list-icon .warning {
        width: 18px;
        height: 18px;
        margin-top: 7px;
    }
}