@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* START main styles */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
ul{
  list-style:disc inside;
}
ol {
    list-style: none;
}
body {
	background: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	color: #030303;
	font-size: 16px;
	line-height: 24px;
}
.center {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 25px;
}
/* END main styles */

/* START variables */
:root {
	--primary: #F63701;
	--primary-hover: #d02e00;
}
/* END variables */

/* START header section */
.bdsites-header-section {
	position: relative;
	background: var(--primary) no-repeat center top;
	background-size: cover;
}
.bdsites-header-image-block {
	position: relative;
}
.bdsites-header-image {
	height: 100%;
	width: auto;
	display: block;
	position: absolute;
}
.bdsites-header-logo-block {
	margin-bottom: 30px;
}
.logo,
.bdsites-header-menu-logo {
	display: block;
    width: 100%;
    margin: 0 auto;
	max-width: 240px;
}
.bdsites-header-title {
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
  text-transform: uppercase;
}
.bdsites-header-text {
	margin-bottom: 15px;
	color: #ffffff;
}
.breadcrumbs-block .breadcrumbs-item {
    display: inline-block;
    margin: 5px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
    text-decoration: none;
}
.breadcrumbs-block .breadcrumbs-item a {
  display: inline-flex;
  color: #fff;
	align-items: center;
	text-decoration: none;
}
.breadcrumbs-block .breadcrumbs-item a:hover {
	text-decoration: underline;
}
.breadcrumbs-item a:after {
  content: "";
  display: inline-block;
  margin: 0 7px 1px 7px;
  padding: 3px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  vertical-align: top;
  transform: rotate(-45deg);
}
.breadcrumbs-item:last-child a:after {
	display: none;
}
/* hddr menu block */
.bdsites-header-menu-block.is-visible {
	min-height: 100%;
	background: url("header-bg-mob.jpg") no-repeat Center top;
	background-size: cover;
}
.bdsites-header-menu-btn {
	display: none;
}
.bdsites-header-menu-btn span {
	display: block;
	position: relative;
	height: 2px;
	background-color: var(--primary);
	border-radius: 1px;
}
.bdsites-header-menu-block.is-visible .bdsites-header-menu-btn span {
	background-color: transparent;
}
.bdsites-header-menu-btn span:nth-child(2)::before,
.bdsites-header-menu-btn span:nth-child(2)::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 1px;
	transform: rotate(0deg);
	transition: .2s linear;
}
.bdsites-header-menu-block.is-visible .bdsites-header-menu-btn span:nth-child(2)::before,
.bdsites-header-menu-block.is-visible .bdsites-header-menu-btn span:nth-child(2)::after {
	background-color: #fff;
}
.bdsites-header-menu-block.is-visible .bdsites-header-menu-btn span:nth-child(2)::before {
	transform: rotate(-45deg);
}
.bdsites-header-menu-block.is-visible .bdsites-header-menu-btn span:nth-child(2)::after {
	transform: rotate(45deg);
}
.bdsites-header-menu-logo-block {
	display: none;
	margin-bottom: 60px;
}
.bdsites-header-menu-block.is-visible .bdsites-header-menu-logo-block {
	display: block;
}
.bdsites-header-menu-list {
	justify-content: flex-start;
}
.bdsites-header-menu-block.is-visible .bdsites-header-menu-list {
	display: flex;
}
.bdsites-header-menu-item {
	position: relative;
	text-align: center;
}
.bdsites-header-menu-link {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	z-index: 1;
}
.bdsites-header-menu-link:hover {
	text-decoration: underline;
}
.bdsites-header-menu-item.is-visible {
	z-index: 10;
}
.bdsites-header-menu-item.bdsites-header-menu-item-list {
	padding: 0 1px;
}
.bdsites-header-menu-item.bdsites-header-menu-item-list:before {
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 16px;
	right: -10px;
	margin: auto 0;
	border: 4px solid transparent;
	border-top-color: #fff;
}
.bdsites-header-menu-inner-list {
	display: none;
}
.bdsites-header-menu-inner-link {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	text-decoration: none;
}
.bdsites-header-menu-inner-link:hover {
	text-decoration: underline;
}
/* END header section */

/* START content section */
.content-section {
	padding: 50px 0;
	background-image: url("bg.svg");
	background-repeat: no-repeat;
	background-position: top center;
}
.section-row {
	margin-bottom: 50px;
}
.section-main-title {
	margin-bottom: 15px;
	color: #080808;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	text-align: center;
}
.section-title {
	margin-bottom: 15px;
	color: #000000;
	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}
.section-sub-title {
	margin-bottom: 15px;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	text-align: center;
}
.bdsites-article-text {
	margin-bottom: 10px;
}
.bdsites-article-text:last-child {
	margin-bottom: 0;
}

.bdsites-comparison-block {
	width: 100%;
}
.bdsites-comparison-list {
	margin-bottom: 15px;
}
.bdsites-comparison-list:last-child {
	margin-bottom: 0;
}
.bdsites-comparison-item {
	position: relative;
	margin-bottom: 15px;
	padding: 0 10px 0 20px;
	color: #030303;
}
.bdsites-comparison-item:last-child {
	margin-bottom: 0;
}
.bdsites-comparison-item.item-failure:before,
.bdsites-comparison-item.item-failure:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  top: 11px;
  left: 0;
  border-radius: 1px;
  background-color: #F1462F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bdsites-comparison-item.item-failure:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bdsites-comparison-item.item-success:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 1px;
  height: 6px;
  border: solid #4CAF50;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.bdsites-offer-block {
	margin: 50px -15px 50px;
}
.bdsites-offer-item {
  position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 40px rgba(246, 55, 1, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.bdsites-offer-item:last-child {
	margin-bottom: 0;
}
.bdsites-offer-number {
  position: absolute;
	top: 0;
	right: 0;
  left: 0;
	padding: 16px 12px;
	color: #ffffff;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
  line-height: 1;
	z-index: 1;
}
.bdsites-offer-number:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 76px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--primary);
	z-index: -1;
}
.bdsites-offer-photo-block {
	position: relative;
	flex-shrink: 0;
	padding-top: 76px;
	margin-bottom: 15px;
}
.bdsites-offer-photo-block img {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
}
.bdsites-offer-photo {
	display: block;
	height: auto;
	width: 100%;
}
.bdsites-offer-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex: 1;
}
.bdsites-rating-block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 22px;
}
.bdsites-rating-item {
	height: 20px;
	width: 21px;
	margin-right: 8px;
	background: url("offers-rating-icon.svg") no-repeat center center;
	background-size: contain;
}
.bdsites-rating-item:last-child {
	margin-right: 0;
}
.bdsites-rating-item.bdsites-rating-item-active {
	background-image: url("offers-rating-icon-active.svg");
}
.bdsites-offer-text {
	width: 100%;
	margin-bottom: 15px;
	padding: 0 15px;
}
.bdsites-offer-btns-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}
.bdsites-offer-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 175px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
  border: 1px solid var(--primary);
	border-radius: 25px;
	transition: background-color .2s linear;
	cursor: pointer;
}
.bdsites-offer-btn:last-child {
	margin-bottom: 0;
}
.bdsites-offer-btn.btn-yes {
	background-color: var(--primary);
	color: #fff;
}
.bdsites-offer-btn.btn-yes:hover {
	background-color: var(--primary-hover);
}
.bdsites-offer-btn.btn-no {
	background-color: #fff;
	color: var(--primary);
}
.bdsites-offer-btn.btn-no:hover {
  color: #fff;
	background-color: rgba(246,55,1,.7);
	border-color: rgba(246,55,1,.7);
}
/* END content section */

/* START footer section */
.bdsites-footer-section {
	background: no-repeat center top;
	background-size: cover;
}
.bdsites-footer-links-list:last-child {
	margin-bottom: 0;
}
.bdsites-footer-links-item {
	margin-bottom: 15px;
	text-align: center;
}
.bdsites-footer-links-item:last-child {
	margin-bottom: 0;
}
.bdsites-footer-links-link {
	color: #ffffff;
	font-size: 18px;
	line-height: 120%;
	text-decoration: none;
}
.bdsites-footer-links-link:hover {
	text-decoration: underline;
}
.copyright-block {
	margin-top: 30px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.copyright-block a {
	color: #ffffff;
}

@media screen and (max-width: 800px) {
	.bdsites-header-section {
		min-height: 100vh;
		padding: 40px 0 8px;
		background-image: url("header-bg-mob.jpg");
		overflow: hidden;
  }
	.bdsites-header-menu-item.bdsites-header-menu-item-list:before {
		right: 10px;
	}
	.bdsites-header-menu-item.is-visible .bdsites-header-menu-inner-list {
		display: block;
	}
	.bdsites-header-image-block {
		margin: -40px -25px 10px;
		height: 78vw;
		left: 0!important;
		width: auto!important;
	}
	.bdsites-header-image {
		width: 108%;
		left: -5%;
		top: 0;
	}
	.bdsites-header-menu-block {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		padding: 55px 30px 10px;
		z-index: 1;
	}
	.bdsites-header-menu-btn {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		position: absolute;
		height: 12px;
		width: 18px;
		top: 16px;
		right: 11px;
		z-index: 1;
	}
	.bdsites-header-menu-list {
		display: none;
		flex-direction: column;
		align-items: stretch;
	}
	.bdsites-header-menu-item {
		margin-bottom: 40px;
	}
	.bdsites-header-menu-inner-link {
		text-align: center;
	}

	.content-section {
		background-size: 200% auto;
	}
	.section-column {
		margin-bottom: 50px;
	}
	.section-column:last-child {
		margin-bottom: 0;
	}

	.bdsites-offer-content {
		align-items: center;
	}
	
	.bdsites-offer-photo-block:before {
		right: 0;
		bottom: -4px;
	}

	.bdsites-footer-section {
		background-image: url("footer-bg-mob.jpg");
	}
}

@media screen and (min-width: 801px) {
	.bdsites-header-section {
		padding: 16px 0;
		background-image: url("header-bg-web.jpg");
	}
	.bdsites-header-section .logo {
		margin: 0;
	}
	.bdsites-header-image-block {
		position: absolute;
		height: 410px;
		width: 50%;
		top: 0;
		left: 50%;
		overflow: hidden;
	}
	.bdsites-header-title {
		margin-bottom: 40px;
	}
	.bdsites-header-text {
		min-height: 146px;
	}
	.bdsites-header-menu-list {
		display: flex;
		flex-direction: row;
		flex-direction: row;
		align-items: flex-start;
		margin-bottom: 30px;
	}
	.bdsites-header-menu-item {
		margin-left: 40px;
	}
	.bdsites-header-menu-item:hover {
		z-index: 10;
	}
	.bdsites-header-menu-inner-list {
		position: absolute;
		width: 190px;
		top: 0;
		left: -20px;
		padding: 40px 17px 16px;
		background-color: var(--primary);
		border-radius: 10px;
		box-shadow: 0px 0px 40px rgba(246, 55, 1, 0.6);
	}
	.bdsites-header-menu-item:hover .bdsites-header-menu-inner-list {
		display: block;
	}
	.bdsites-header-menu-inner-item {
		margin-bottom: 9px;
		text-align: left;
	}
	.bdsites-header-menu-inner-item:last-child {
		margin-bottom: 0;
	}
	.bdsites-header-menu-item:first-child {
		margin-left: 0;
	}
	.bdsites-header-info {
		max-width: 465px;
	}
	.section-row.flex-row {
		display: flex;
		flex-direction: row;
		justify-content: stretch;
		align-items: flex-start;
	}
	.section-column {
		width: 50%;
	}
	.section-column:first-child {
		margin-right: 60px;
	}
	.bdsites-header-section .section-column:first-child {
		display: flex;
		flex: 1;
		margin: 0 0 0 20px;
	}
	.bdsites-header-section .section-column:last-child {
		width: 575px;
	}
	.bdsites-footer-section {
		background-image: url("header-bg-web.jpg");
	}
	.bdsites-offer-item {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		padding: 0;
	}
	.bdsites-offer-number {
		display: flex;
		justify-content: center;
		align-items: center;
		right: auto;
    bottom: 0;
		padding: 14px;
	}
	.bdsites-offer-number:before {
		width: 100px;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.bdsites-offer-photo-block {
		margin-bottom: 0;
		width: 100%;
		max-width: 363px;
    padding: 0 0 0 100px;
	}
	.bdsites-offer-photo-block:before {
		right: -4px;
		bottom: 0;
	}
	.bdsites-offer-photo {
		height: 100%;
		object-fit: cover;
	}
	.bdsites-offer-content {
		padding: 20px;
	}
	.bdsites-offer-text {
		margin: 0;
		padding: 0;
	}
	.bdsites-ratting-block {
		justify-content: flex-start;
	}
	.bdsites-offer-btns-block {
		padding: 0 40px;
	}
	.bdsites-offer-content .section-sub-title {
		text-align: left;
	}
	.bdsites-comparison-list-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.bdsites-comparison-list {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex: 1;
		margin: 0 20px 0 0;
	}
	.bdsites-comparison-list:last-child {
		margin-right: 0;
	}
	.bdsites-footer-links-block {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: flex-start;
	}
	.bdsites-footer-links-list {
		margin: 0 20px 0 0;
	}
	.bdsites-footer-links-list:last-child {
		margin-right: 0;
	}
	.bdsites-footer-links-item {
		text-align: left;
	}
	.bdsites-footer-logo-block {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
	.content-section {
		background-size: auto;
	}
}
@media screen and (min-width: 1200px) {
	.bdsites-header-image-block {
		height: 480px;
	}
}
@media screen and (max-width: 1040px) {
	.bdsites-header-image-block {
		left: 440px;
		width: calc(100% - 440px);
	}
}