html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

img {
	border: 0;
}

figure {
	margin: 1em 40px;
}

button {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button {
}

button {
	-webkit-appearance: button;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	:after,
	:before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: ' (' attr(href) ')';
	}

	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	h2,
	p {
		orphans: 3;
		widows: 3;
	}

	h2 {
		page-break-after: avoid;
	}

	.table {
		border-collapse: collapse !important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

h2 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h2 {
	font-size: 30px;
}

p {
	margin: 0 0 10px;
	line-height: 1.3;
	font-size: 18px;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	border: 1px solid #d6c845;
	padding: 10px 10px 10px 30px !important;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 900px;
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.nav:after,
.nav:before {
	display: table;
	content: ' ';
}

.clearfix:after,
.container:after,
.nav:after {
	clear: both;
}

.hidden {
	display: none !important;
}

.visible-lg,
.visible-sm,
.visible-xs {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	text-decoration: none !important;
	outline: none !important;
}

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

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h2 {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	visibility: inherit !important;
}

p {
	margin-bottom: 20px;
	padding: 0;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
	}
	100% {
	}
}

@keyframes lds-ellipsis3 {
	0% {
	}
	100% {
	}
}

@keyframes lds-ellipsis2 {
	0% {
	}
	100% {
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	/* wraper_header_main */
}

/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
	/* wraper_header_main */
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
	/* wraper_header_main */
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
	/* wraper_header_main */
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Style Four
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Style Five
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Style Six
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Style Seven
--------------------------------------------------------------*/
/* wraper_header */

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
	/* wraper_flexi_menu */
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
	/* wraper_flexi_menu */
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
	/* wraper_flexi_menu */
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Style Eight
--------------------------------------------------------------*/

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
	/* wraper_header_main */
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
	/* wraper_header_main */
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
	/* wraper_header_main */
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Style Nine
--------------------------------------------------------------*/

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
	/* wraper_header_main */
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
	/* wraper_header_main */
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
	/* wraper_header_main */
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Style Ten
--------------------------------------------------------------*/
.wraper_header.style-ten {
	position: relative;
	z-index: 999;
	width: 100%;
	direction: initial;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	/* wraper_header_top */
	/* wraper_header_main */
}

.wraper_header.style-ten .wraper_header_top {
	width: 100%;
}

.wraper_header.style-ten .wraper_header_main {
	width: 100%;
}

.wraper_header.style-ten .wraper_header_main > .container {
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .header_main {
	position: relative;
}

.wraper_header.style-ten .wraper_header_main .header_main .brand-logo {
	float: left;
	text-align: center;
	font-size: 0;
}

.wraper_header.style-ten .wraper_header_main .header_main .brand-logo img {
	max-width: 103px;
}

.wraper_header.style-ten .wraper_header_main .header-responsive-nav {
	width: 30px;
	float: right;
	margin-top: 8px;
	margin-left: 20px;
	text-align: right;
	font-size: 25px;
	color: #333;
}

.wraper_header.style-ten .wraper_header_main .nav {
	float: right;
	margin-top: 0px;
	text-align: right;
}

.content-pack {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
	margin-bottom: -50px;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*='menu-'] {
	display: block;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*='menu-'] > ul.menu > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto;
	margin-right: 45px;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:last-child {
	margin-right: 0 !important;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > a {
	position: relative;
	display: block;
	padding-bottom: 5px;

	transition: all 0.3s ease-in-out !important;
	-webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
	top: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
	/* wraper_header_top */
}

/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
	/* wraper_header_top */
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
	/* wraper_header_top */
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
	/* wraper_header_top */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	/* wraper_header_top */
	/* wraper_header_main */
}

/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
	/* wraper_header_top */
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
	/* wraper_header_top */
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
	/* wraper_header_top */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	/* wraper_header_main */
}

/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
	/* wraper_header_main */
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
	/* wraper_header_main */
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
	/* wraper_header_main */
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Style Thirteen
--------------------------------------------------------------*/

/* LARGE DESKTOP PART */
/* DESKTOP PART */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	/* wraper_header_top */
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
	/* wraper_header_top */
}

/* TABLET PROTRAIT PART */
/* SMART PHONE LANDSCAPE PART */
/* SMART PHONE PROTRAIT PART */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Style Fourteen
--------------------------------------------------------------*/
/* wraper_header */

/* LARGE DESKTOP PART */
/* DESKTOP PART */
/* TABLET LANDSCAPE PART */
/* TABLET PROTRAIT PART */
@media screen and (min-width: 480px) and (max-width: 767px) {
	/* wraper_header_main */
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width: 321px) and (max-width: 479px) {
	/* wraper_header_main */
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width: 320px) {
	/* wraper_header_main */
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Style Fifteen
--------------------------------------------------------------*/

/* LARGE DESKTOP PART */
/* DESKTOP PART */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	/* wraper_header_top */
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
	/* wraper_header_top */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	/* wraper_header_main */
}



/* MOBILE MENU - SIDR */

.mobile-menu-close {
	padding: 10px 15px 8px 15px;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
	text-align: right;
}

.mobile-menu-close i {
	font-size: 20px;
	color: #fff;
	line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	/* MOBILE MENU - SIDR */
}

.hamburger-menu {
	position: relative;
	padding-right: 100px;
}

.hamburger-menu .hamburger-menu-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100px;
	padding: 20px;
	border-left: 1px rgba(0, 0, 0, 0.12) solid;
	text-align: center;
}

.hamburger-menu .hamburger-menu-close > .table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;

	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines:hover {
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines > span {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines > span:nth-child(1) {
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	margin-left: -1px;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines > span:nth-child(2) {
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px;
}

.hamburger-menu .hamburger-menu-main {
	padding: 60px 60px 60px 60px;
}

#page {
	word-wrap: break-word;
}

.radiantthemes-website-layout {
	position: relative;
}

div.background-position-center-bottom,
*.background-position-center-bottom > div,
*.background-position-center-bottom > * {
	background-position: center bottom !important;
}

.site-content {
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.wpb_text_column p {
	margin: 16px 0;

}

@media screen and (min-width: 768px) {
	.wpb_text_column p {

		text-align: justify;
	}
}

h3 {
	margin: 16px 0;
	font-size: 20px;
	line-height: 1.1;
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
	/*--------------------------------------------------------------
    # Common
    --------------------------------------------------------------*/
}

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

.full-width {
	width: 100%;
	border-radius: 3px !important;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

/*

	2. Share modal/popup and links

 */

/* increase size of share links on touch devices */

/*

	3. Index indicator ("1 of X" counter)

 */

/*

	4. Caption

 */

/* Fake caption element, used to calculate height of next/prev image */

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

/* top black bar with buttons and "1 of X" indicator */

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.vc_custom_1548663405018 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: #e1e1e1 !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.vc_custom_1547024292487 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1548663405018 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: #e1e1e1 !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.vc_custom_1547024292487 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1560579810674 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.vc_custom_1560327948821 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 25px !important;
	padding-bottom: 20px !important;
	background-color: #294ba0;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.vc_custom_1543379959199 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1560330300425 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1543816835989 {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1551336051551 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.vc_custom_1560337898451 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*='menu-'] > ul.menu > li {
	margin-right: 20px;
}

body {
	background-color: #ffffff;
}

body {
	font-family: Roboto;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	color: #212127;
	font-size: 16px;
}

h2 {
	font-family: Roboto;
	line-height: 58px;
	letter-spacing: -1px;
	font-weight: 300;
	font-style: normal;
	color: #181818;
	font-size: 50px;
}

.preloader {
	background-color: #ffffff;
}

.lds-ellipsis > div {
	background-color: #212127;
}

.wraper_header.style-ten .wraper_header_top {
	background-color: #294ba0;
}

.wraper_header.style-ten .wraper_header_main {
	background-color: #ffffff;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > a {
	font-family: Montserrat;
	line-height: 28px;
	font-weight: 400;
	font-style: normal;
	color: #030303;
	font-size: 16px;
}

.wraper_header.style-ten .nav > [class*='menu-'] > ul.menu > li:hover > a,
.wraper_header.style-ten .nav > [class*='menu-'] > ul.menu > li.current-menu-parent > a,
.wraper_header.style-ten .nav > [class*='menu-'] > ul.menu > li.current-menu-ancestor > a {
	color: #e00e1e;
}

.wraper_header.style-ten .wraper_header_main .header-responsive-nav {
	color: #030303;
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
	background-color: #ffffff;
}

.wpb_animate_when_almost_visible {
	opacity: 1;
}

.attachment-full {
	display: block;
	width: 100%;
}

.w-100 {
	width: 100%;
}

.comment-block {
	padding: 10px;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 30px;
}

.comment-block span {
	color: #000000;
}

.comment-header {
	border-bottom: 2px solid #e7e9ee;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.comment-heading {
	font-size: 1.5rem;
	color: #000;
	font-size: 28px;
}

.comment-heading:after {
	content: '';
	display: block;
	height: 2px;
	width: 120px;
	background-color: #2a2e2e;
	position: absolute;
	bottom: -2px;
}

.comment {
	display: flex;
}

.comment + .comment {
	margin-top: 20px;
}

.avatar {
	margin-right: 12px;
	width: 48px;
	min-width: 48px;
	height: 48px;
	border-radius: 3px;
	background-color: lightgrey;
}

.avatar img {
	display: block;
	width: 100%;
	height: 100%;
}

.comment-date {
	color: grey;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.comment-circle {
	display: inline-block;
	background-color: lightgrey;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	margin: 5px;
	position: relative;
	top: 2px;
}

.comment-name {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}

.comment-text p {
	margin: 0;
}

.comment .comment-content .comm-img {
	display: block;
	width: 40%;
	margin: 10px 0;
}

.post-date {
	margin: 16px 0;
}

.post-list {
	list-style: initial;
	padding-left: 20px;
}

.comment-text p {
	line-height: 1.2;
}

@import 'css.css';

body {
	margin: 0;
}

.form-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 16px 0;
	align-items: flex-end;
}

.all-form {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	max-width: 500px;
	color: #000;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
}

.all-form__time {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.all-form__time > span {
	display: block;
}

.all-form__count {
	color: red;
}

.all-form__body {
	padding: 25px 45px;
	margin-top: 25px;
	background-color: #fff;
	box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.all-form__title {
	font-size: 33px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.1;
}

.all-form__title span {
	color: #50b27c;
}

.all-form__label > span {
	display: block;
	margin-bottom: 5px;
}

.all-form__label + .all-form__label {
	margin-top: 20px;
}

.all-form__field {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
}

.all-form__btn {
	padding: 15px 40px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-top: 40px;
	background-color: #53b57f;
	background: rgb(90, 188, 134);
	background: linear-gradient(180deg, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	display: block;
	width: 100%;
	border: none;
}

.all-form__btn:hover {
	transform: scale(0.98);
}



h2 {
	font-size: 48px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
}
@media (max-width: 480px) {
	h2 {
		font-size: 34px;
	}
}
.product-img {
	max-width: 600px;
	width: 100%;
	display: block;
	margin: 16px -150px 10px;
}

@media (max-width: 991px) {
	.product-img {
		margin: 0 auto;
	}

	.content-pack {
		margin-top: -20px;
		margin-bottom: -20px;
	}
}