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

@font-face {
    font-style: normal;
    font-weight: normal;
    font-family: "Material Icons";
    font-display: swap;
    src: url("https://femaleloophole.org/resource/MaterialIcons.woff2") format("woff2");
}

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

:root {
	--primary: #29508E;
	--primary-hover: #4778c5;
}

.section-title.h3{
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
}

.fmalelhle-hddr-section {
	position: relative;
	background: var(--primary) no-repeat center top;
	background-size: cover;
}
.hddr-image-block {
	position: relative;
}
.hddr-image {
	width: auto;
	display: block;
	position: absolute;
}
.hddr-logo-block {
	margin-bottom: 30px;
}
.logo,
.hddr-menu-logo {
	display: block;
    width: 100%;
    margin: 0 auto;
	max-width: 125px;
	height: auto;
}
.hddr-title {
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
  text-transform: uppercase;
}
.hddr-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 */
.hddr-menu-block.is-visible {
	min-height: 100%;
	background: url("https://femaleloophole.org/resource/header-bg-mob.jpg") no-repeat center -32vw;
	background-size: cover;
}
.hddr-menu-btn {
	display: none;
}
.hddr-menu-btn span {
	display: block;
	position: relative;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}
.hddr-menu-block.is-visible .hddr-menu-btn span {
	background-color: transparent;
}
.hddr-menu-btn span:nth-child(2)::before,
.hddr-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;
}
.hddr-menu-block.is-visible .hddr-menu-btn span:nth-child(2)::before,
.hddr-menu-block.is-visible .hddr-menu-btn span:nth-child(2)::after {
	background-color: #fff;
}
.hddr-menu-block.is-visible .hddr-menu-btn span:nth-child(2)::before {
	transform: rotate(-45deg);
}
.hddr-menu-block.is-visible .hddr-menu-btn span:nth-child(2)::after {
	transform: rotate(45deg);
}
.hddr-menu-logo-block {
	display: none;
	margin-bottom: 60px;
}
.hddr-menu-block.is-visible .hddr-menu-logo-block {
	display: block;
}
.hddr-menu-list {
	justify-content: flex-start;
}
.hddr-menu-block.is-visible .hddr-menu-list {
	display: flex;
}
.hddr-menu-item {
	position: relative;
	text-align: center;
}
.hddr-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;
}
.hddr-menu-link:hover {
	text-decoration: underline;
}
.hddr-menu-item.is-visible {
	z-index: 10;
}
.hddr-menu-item.hddr-menu-item-list {
	padding: 0 1px;
}
.hddr-menu-item.hddr-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;
}
.hddr-menu-inner-list {
	display: none;
}
.hddr-menu-inner-link {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	text-decoration: none;
}
.hddr-menu-inner-link:hover {
	text-decoration: underline;
}
/* END hddr section */

/* START content section */
.fmalelhle-content-section {
	padding: 50px 0;
	background-image: url("https://femaleloophole.org/resource/bcg.svg");
	background-repeat: no-repeat;
	background-position: center 0;
}
.section-row {
	margin-bottom: 50px;
}
.section-main-title {
	margin-bottom: 50px;
	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: 17px;
	font-weight: 500;
	line-height: 27px;
	text-align: center;
}

.offer-content a {
  text-decoration:none;
}
.artcl-text {
	margin-bottom: 10px;
}
.artcl-text:last-child {
	margin-bottom: 0;
}
.comparison-block {
	width: 100%;
}
.comparison-list {
	margin-bottom: 15px;
}
.comparison-list:last-child {
	margin-bottom: 0;
}
.comparison-item {
	position: relative;
	margin-bottom: 15px;
	padding: 0 10px 0 24px;
	color: #030303;
}
.comparison-item:last-child {
	margin-bottom: 0;
}
.comparison-item.item-success:before,
.comparison-item.item-failure:before {
  position: absolute;
  font-size: 15px;
  font-family: "Material Icons";
  vertical-align: top;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  left: 0;
}
.comparison-item.item-success:before {
  content: "\e925";
	background-color: #3AC074;
}
.comparison-item.item-failure:before {
  content: "\e933";
	background-color: #E85D76;
}
.fmalelhle-offer-block {
	margin: 50px -15px 50px;
}
.offer-item {
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 0px 40px rgba(66, 103, 162, 0.6);
}
.offer-item:last-child {
	margin-bottom: 0;
}
.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;
  background: url(https://femaleloophole.org/resource/panel-mob.svg) left bottom no-repeat;
  background-size: 100% auto;
  height: 76px;
  width: 100%;
}
.offer-photo-block {
	position: relative;
	flex-shrink: 0;
	margin-bottom: 15px;
  box-shadow: 6px 6px 0 rgba(2, 128, 144, 0.35);
  overflow: hidden;
  -webkit-mask: url(https://femaleloophole.org/resource/mask-mob.svg) center bottom / cover no-repeat;
  mask: url(https://femaleloophole.org/resource/mask-mob.svg) center bottom / cover no-repeat;
}
.offer-photo-block:before,
.offer-photo-block:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.offer-photo-block:before{
  background: url(https://femaleloophole.org/resource/mask-mob-1.svg) center 97% / 100% auto no-repeat;
  z-index: 1;
}
.offer-photo-block:after{
  background: url(https://femaleloophole.org/resource/mask-mob-2.svg) center 100% / 100% auto no-repeat;
  z-index: -1;
}
.offer-photo {
	display: block;
	height: auto;
	width: 100%;
}
.offer-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex: 1;
}
.rat-block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 22px;
}
.rat-item {
  margin-right: 8px;
}
.rat-item:before {
  display: block;
  font-size: 21px;
  line-height: 1;
  font-family: "Material Icons";
  vertical-align: top;
  content: "\e94b";
  color: var(--primary);
}
.rat-item:last-child {
	margin-right: 0;
}
.rat-item.rat-item-active:before {
  content: "\e94a";
}
.offer-text {
	width: 100%;
	margin-bottom: 15px;
	padding: 0 15px;
}
.offer-btns-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}
.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;
}
.offer-btn:last-child {
	margin-bottom: 0;
}
.offer-btn.btn-yes {
	background-color: var(--primary);
	color: #fff;
}
.offer-btn.btn-yes:hover {
	background-color: var(--primary-hover);
}
.offer-btn.btn-no {
	background-color: #fff;
	color: var(--primary);
}
.offer-btn.btn-no:hover {
	background-color: rgb(227 236 249);
}
/* END content section */

/* START fttr section */
.fmalelhle-fttr-section {
	padding: 70px 0;
	background: no-repeat center top;
	background-size: cover;
}
.fttr-logo-block {
	margin-bottom: 50px;
}
.fttr-links-list {
	margin-bottom: 58px;
}
.fttr-links-list:last-child {
	margin-bottom: 0;
}
.fttr-links-item {
	margin-bottom: 15px;
	text-align: center;
}
.fttr-links-item:last-child {
	margin-bottom: 0;
}
.fttr-links-link {
	color: #ffffff;
	font-size: 18px;
	line-height: 120%;
	text-decoration: none;
}
.fttr-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;
}
/* END fttr section */

@media screen and (max-width: 860px) {
	.fmalelhle-hddr-section {
		min-height: 100vh;
		padding: 40px 0 8px;
		background-image: url("https://femaleloophole.org/resource/header-bg-mob.jpg");
		overflow: hidden;
    }
	.hddr-menu-item.hddr-menu-item-list:before {
		right: 10px;
	}
	.hddr-menu-item.is-visible .hddr-menu-inner-list {
		display: block;
	}
	.hddr-image-block {
		margin: -32vw -42px 35px;
		height: 78vw;
		left: 0!important;
		width: auto!important;
	}
	.hddr-image {
		width: 108%;
		left: -5%;
		top: 0;
	}
	.hddr-menu-block {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		padding: 55px 30px 10px;
		z-index: 1;
	}
	.hddr-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;
	}
	.hddr-menu-list {
		display: none;
		flex-direction: column;
		align-items: stretch;
	}
	.hddr-menu-item {
		margin-bottom: 40px;
	}
	.hddr-menu-inner-link {
		text-align: center;
	}

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

	.offer-content {
		align-items: center;
	}

	.fmalelhle-fttr-section {
		background-image: url("https://femaleloophole.org/resource/footer-bg-mob.jpg");
	}
}

@media screen and (min-width: 861px) {
	.fmalelhle-hddr-section {
		padding: 60px 0;
		background-image: url("https://femaleloophole.org/resource/header-bg-web.webp");
	}
	.fmalelhle-hddr-section .logo {
		margin: 0;
	}
	.logo,
  .hddr-menu-logo {
  	display: block;
      width: 100%;
      margin: 0 auto;
  	max-width: 160px;
  }
	.hddr-image-block {
		position: absolute;
		height: 480px;
		width: 50%;
		top: 0;
		left: 50%;
		overflow: hidden;
	}
	.hddr-title {
		margin-bottom: 25px;
	}
	.hddr-text {
		min-height: 146px;
	}
	.hddr-menu-list {
		display: flex;
		flex-direction: row;
		flex-direction: row;
		align-items: flex-start;
		margin-bottom: 30px;
	}
	.hddr-menu-item {
		margin-left: 40px;
	}
	.hddr-menu-item:hover {
		z-index: 10;
	}
	.hddr-menu-inner-list {
		position: absolute;
		width: 190px;
		top: 0;
		left: -20px;
		padding: 40px 17px 16px;
		background-color: var(--primary);
		border-radius: 10px;
		box-shadow: 0 0 40px rgba(66,103,162,.6);
	}
	.category .hddr-menu-inner-list{
	  width: 500px;
	  	column-count:2;
	}
	.hddr-menu-item:hover .hddr-menu-inner-list {
		display: block;
	
	}

	.hddr-menu-inner-item {
		margin-bottom: 9px;
		text-align: left;
	}
	.hddr-menu-inner-item:last-child {
		margin-bottom: 0;
	}
	.hddr-menu-item:first-child {
		margin-left: 0;
	}
	.hddr-info {
		max-width: 470px;
	}
	.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;
	}
	.fmalelhle-hddr-section .section-column:first-child {
		display: flex;
		flex: 1;
		margin: 0 0 0 20px;
	}
	.fmalelhle-hddr-section .section-column:last-child {
		width: 575px;
	}
	.fmalelhle-fttr-section {
		background-image: url("https://femaleloophole.org/resource/header-bg-web.webp");
	}
	.offer-item {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		padding: 0;
	}
	.offer-number {
    display: flex;
    justify-content: center;
    align-items: center;
    right: auto;
    bottom: 0;
    padding: 14px;
    background-image: url(https://femaleloophole.org/resource/panel-web.svg);
    background-size: auto 100%;
    width: 90px;
    height: auto;
	}
	.offer-photo-block {
		margin-bottom: 0;
		width: 100%;
		max-width: 263px;
		-webkit-mask: url(https://femaleloophole.org/resource/mask-web.svg) center right / cover no-repeat;
    mask: url(https://femaleloophole.org/resource/mask-web.svg) center right / cover no-repeat;
	}
	.offer-photo-block:before {
      background: url(https://femaleloophole.org/resource/mask-web-1.svg) 97% center / auto 100% no-repeat;
      z-index: 1;
  }
	.offer-photo {
		height: 100%;
		object-fit: fill;
	}
	.offer-content {
		padding: 20px;
	}
	.offer-text {
		margin: 0;
		padding: 0;
	}
	.rat-block {
		justify-content: flex-start;
	}
	.offer-btns-block {
		padding: 0 40px;
	}
	.offer-content .section-sub-title {
		text-align: left;
	}
	.comparison-list-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.comparison-list {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex: 1;
		margin: 0 18px 0 0;
	}
	.comparison-list:last-child {
		margin-right: 0;
	}
	.fttr-links-block {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.fttr-links-list {
		margin: 0 20px 0 0;
	}
	.fttr-links-list:last-child {
		margin-right: 0;
	}
	.fttr-links-item {
		text-align: left;
	}
	.fttr-logo-block {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
	.fmalelhle-content-section {
		background-size: auto;
	}
}
@media screen and (max-width: 1040px) {
	.hddr-image-block {
		left: 440px;
		width: calc(100% - 440px);
	}
}
@media screen and (min-width: 861px) {

  .frop-frop-section {
		background-image: url("https://femaleloophole.org/resource/header-bg-web.webp");
	}
	.frop-content-section .center {
		display: grid;
		grid-gap: 40px;
		grid-template-areas: 'main main side-top''main main .';
	}
	.frop-links-block {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.frop-links-list {
		margin: 0 20px 0 0;
	}
	.frop-links-list:last-child {
		margin-right: 0;
	}
	.frop-links-item {
		text-align: left;
	}
	.frop-logo-block {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
	.frop-content-section {
		background-size: auto;
	}
}
.frop-links-link {
	color: #ffffff;
	font-size: 18px;
	line-height: 120%;
	text-decoration: none;
}