body.femida {
	font-size: 100%; 
	color: #F0EBE0;
	line-height: 1.25;
	font-family: 'LatoL' !important;
	font-weight: 100;
}

body.femida * {
	text-shadow: none;
	position: relative;
	overflow: hidden; 
}


@font-face{ 
  font-family: 'Ledger';
  src: url('../fonts/Ledger.ttf');
}

@font-face{ 
  font-family: 'LatoL';
  src: url('../fonts/LatoL.ttf');
}

div.title {
	margin: auto;
	text-align: center;
	padding: 0% 20%;
	display: block !important;
}

div.title img {
	width: 70%; 
	display: inline-block;
	vertical-align: middle;
	margin: 0.5em 0em
}

div.title .tr img {
	width: 15%;
	display: inline-block;
	vertical-align: middle;
}

.cons { 
	width: 11em;
    height: 10em;
    position: fixed !important;
    right: 2%;
    overflow: hidden !Important;
    padding: 1em 1.3em;
    top: -2%;
	background: url(/img/femida3/bookmark.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	z-index: 10;
	cursor: pointer;
}

.cons a{
	font-size: 1.2em;
    letter-spacing: 0px;
    width: 100%;
    text-decoration: none;
    text-transform: none;
    color: white;
    float: left;
    padding-top: 0.5em;
    text-align: center;
    line-height: 1.5;
    font-family: 'LatoL'
}

.mainwrapp .but{
	position: absolute !important;
	width: 90%;
	height: 4em;
	left: 5%;
	bottom: 4em;
	margin: 0%;
	padding: 0.2em;
	opacity: 1;
	min-width: initial;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	-webkit-transform: initial !important;
	-moz-transform: initial !important;
	transform: initial !important;
	letter-spacing: 5px; 
	font-family: 'LatoL';
	cursor: pointer;
}

.mainwrapp .but:before{
	background: url(/img/femida3/border2.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.7;
	background-color: none;
	-webkit-transform: initial !important;
	-moz-transform: initial !important;
	transform: initial !important ;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.mainwrapp .but img {
	width: 2em !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0em 0em 0.2em 1em !important;
}



.mainwrapp .but:hover {
	color: #CCA250;
	letter-spacing: 6px;
}

.mainwrapp {
	width: 100%;
	position: absolute !important;
	top: 0%;
	left: 0%;
	overflow: hidden;
	overflow-y: scroll;
	padding: 0% 0.9%; 
	background: #1D1D1D
}

.mainwrapp:before, 
.mainwrapp:after {
	width: 100%;
	height: 2%;
	background: #1D1D1D;
	position: fixed;
	top: 0%; 
	left: 0%;
	content: '';
	z-index: 10
}

.mainwrapp:after {
	bottom: 0%;
	top: initial;
}

.block {
	width: 100%;
	position: relative;
	text-align: center;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 110vh;
/*    max-height: 120vh*/
}

.subblock {
	width: 100%;
    text-align: center;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1em 0em;
    overflow: hidden;
    position: relative;
	-webkit-box-shadow: 0px 0px 54px 6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 54px 6px rgba(0,0,0,1);
	box-shadow: 0px 0px 54px 6px rgba(0,0,0,1);
}

.subblock:before{
	position: absolute;
	width: 100%;
	height: 90%;
	left: 0%;
	bottom: 5%;
	content: '';
	background: url(/img/femida3/border3.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}

.subblock:after{
	width: 100%;
    height: 100%;
    left: 0%;
	top: 0%;
	content: '';
	position: absolute;
	z-index: -1;
	background-color: #0E0E0E;
}


.subblock.subb1 div.title > img {
	width: 60%
}

.top.block {
	background: url(/img/femida3/top5.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.border {
	width: 99%;
	height: 98%;
	top: 1.3%;
	left: 0.5%;
	position: fixed !important;
	background: url(/img/femida3/border1.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%; 
	border-radius:2px;
	z-index: 3; 
}

.box {
	width: auto;
}

h1,h2,h3 {
	font-family: 'Ledger';
	text-transform: uppercase;
	color:#F0EBE0;
	letter-spacing: 3px 
}


h1 {
	font-size: 4em
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	color: white;
}

h4 {
	letter-spacing: 5px;
	font-family: 'LatoL'
}

p {
	font-family: 'LatoL';
	font-size: 0.7em
}

.container,
div.title,
.subblock .cont {
	width: 75em;
	max-width: 	100%;
	padding: 1em;
	margin: auto auto
}

.top.block .container .logo{
	position: absolute;
	right: 0%;
	top: 0%;
	width: 55%;
	padding: 5% 5%;
	text-align: center;
}

.top.block, .top.block .container {
	height: 100vh !important
}

.top.block .container .logo img.title {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
    margin:  0em;
}

.top.block .container .logo img.tr { 
	width: 40%;
	margin: 2em 0em;
	display: inline-block;
	vertical-align: middle;
}

.top.block .container .logo p {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-size: 1.7em;
	padding: 0%;
	letter-spacing: 2.5px;
	margin-top: 1em
}

.top.block .container .bottom_line{
	width: 100%;
	top: initial;
	padding: 0%;
	position: absolute;
	bottom: 10% !important;
	left: 0%; 
	text-align: center;
}

.top.block .container .bottom_line .box {
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0% 2%;
	position: relative;
}

.top.block .container .bottom_line .box p {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 1em;
	color: white;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 0%;
}

.top.block .container .bottom_line .box img {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1em;
}

.second.block{
	background:linear-gradient(to bottom, #292828, #4E4D4D)
}

.second.block:before {
	width: 110%;
	position: absolute;
	bottom: 0%;
	left: 0%;
	height: 80%;
	content: '';
	opacity: 0.2;
	background: url(/img/femida3/second.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.second.block .videobox {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6em;
	margin-top: 4em;
	padding: 1em 0.5em;
}

.second.block .videobox p {
	width: 60%;
	padding-right: 10%;
	float: left;
	color: white;
	font-size: 1.1em;
	line-height: 1.45
}

.second.block .videobox .video {
	float: left;
	overflow: visible !important;
	width: 40%;
}

.second.block .videobox .video iframe {
	width: 100%;
	float: left;
	min-height: 20em;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

.second.block .videobox .video:before {
	width: 102%;
    height: 104.5%;
    top: -2%;
    left: -1%;
    position: absolute;
    background: url(/img/femida3/border1.png);
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    content: '';
    opacity: 1 !important;
}

ul.list,
div.title2 {
	width: 100%;
	padding: 0%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

ul.list h2,
div.title2 h2 {
	width: 100%;
	text-align: center;
	margin: 0em;
	padding: 0em
}

ul.list h2 img.title{
	width: 5em;
	height: auto;
	display: inline-block;
	margin-top: -0.2em;
	vertical-align: middle;
}

ul div.tr,
div.title2 div.tr {
	width: 100%;
	margin: 1em 0em;
	padding: 0% 42%
}

ul div.tr img,
div.title2 div.tr img {
	width: 100%;
}

ul div.tr:nth-of-type(2),
div.title2 > div.tr:nth-of-type(2)  {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	margin-bottom: 4em
}

ul.list li {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	text-align: left;
	margin-bottom: 5%;
	font-size: 1.2em;
    padding: 0% 0% 2% 10%;
}

ul.list li:after {
	width: 3px;
    height: 80%;
    top: 0%;
    left: 27.5%;
	content: '';
	position: absolute;
	background: url(/img/femida3/line.jpg);
}

ul.list li:before {
	width: 2.5em;
    left: 12%;
    height: 2em;
	position: absolute;
	top: 0%;
	content: ''
}

ul.list li:nth-of-type(1):before{
	background: url(/img/femida3/01.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

ul.list li:nth-of-type(2):before{
	background: url(/img/femida3/02.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

ul.list li:nth-of-type(3):before{
	background: url(/img/femida3/03.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

ul.list li:nth-of-type(4):before{
	background: url(/img/femida3/04.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

ul.list li:nth-of-type(5):before{
	background: url(/img/femida3/05.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

ul.list li:nth-of-type(6):before{
	background: url(/img/femida3/06.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

ul.list li:nth-of-type(7):before{
	background: url(/img/femida3/07.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

ul.list li:nth-of-type(8):before{
	background: url(/img/femida3/08.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.third.block{
	-webkit-box-shadow: inset 0px 79px 103px -29px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 79px 103px -29px rgba(0,0,0,0.25);
	box-shadow: inset 0px 79px 103px -29px rgba(0,0,0,0.25);
	background:linear-gradient(to bottom, #4E4D4D, #777777)
}


.third.block:before {
	width: 100%;
	position: absolute;
	bottom: 0%;
	left: 0%;
	height: 80%;
	content: '';
	opacity: 0.2;
	background: url(/img/femida3/third.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}


.third.block .container ul.list {
	margin-bottom: 0%
}


.fourth.block{
	background:linear-gradient(to bottom, #777777, #D7D7D7)
}

.fourth.block div.title img {
	width: 90%;
}

.fourth.block div.title .tr img {
	width: 20%
}

.fourth.block .box div.title2 .tr {
	padding: 0% 35%
}

.fourth.block h2 {
	color: #313030
}

.fourth.block .box {
	width: 23%;
	margin: -1em 0.8% 0em 0.8%;
    height: 24em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0.8em 1em;
    border-radius: 2px;
    background: #1D1D1D;
    border-radius: 2px;
	-webkit-box-shadow: 0px 0px 55px -16px rgba(187,148,70,1);
	-moz-box-shadow: 0px 0px 55px -16px rgba(187,148,70,1);
	box-shadow: 0px 0px 55px -16px rgba(187,148,70,1);
} 

.fourth.block .box:before {
	width: 99%;
	height: 98%;
	top: 1.3%;
	left: 0.5%;
	position: absolute;
	background: url(/img/femida3/border1.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	content: '';
	opacity: 1 
}

.fourth.block p{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1.5em;
	color: white;
	font-size: 1em;
	opacity: 0.8;
	text-align: center; 
}


.fourth.block:before {
	width: 100%;
	position: absolute;
	bottom: 0%;
	left: 0%;
	height: 80%;
	content: '';
	opacity: 0.2;
	background: url(/img/femida3/fourth.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
} 


.fifth.block:before {
	width: 105%;
	position: absolute;
	bottom: 0%;
	left: -5%;
	height: 100%;
	content: '';
	opacity: 0.1;
	background: url(/img/femida3/fifth.png);
	background-size: cover;
	-moz-background-size: cover; 
	-webkit-background-size: cover;
}


.fifth.block{
	background:linear-gradient(to bottom, #EEEEEE, #FFFFFF)
}

.fifth.block *{
	color: #1D1D1D
}

.fifth.block .container {
	text-align: center;
}

.fifth.block ul.list {
	margin: 0em
}

.fifth.block ul.list li{
	width: 80%;
	padding: 0em 0em 0em 14em;
	float: left;
	font-size: 1em;
	margin-bottom: 4em;
	overflow: visible;

}

.fifth.block ul.list li:nth-of-type(2) {
	float: right;
} 

.fifth.block ul.list li:before {
    width: 10em;
    height: 7.5em;
    left: 0%;
    position: absolute;
    top: 0%;
    content: '';
}

.fifth.block ul.list li:after {
    left: 12em;
    height: 110%;
}

.fifth ul.list li:nth-of-type(1):before {
    background: url(/img/femida3/ger1.png);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.fifth ul.list li:nth-of-type(2):before {
    background: url(/img/femida3/ger2.png);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.fifth ul.list li:nth-of-type(3):before {
    background: url(/img/femida3/ger3.png);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.fifth .but {
	position: relative !important;
	display: inline-block;
	vertical-align: middle;
	left: inherit;
	font-size: 1em;
	margin: 4em 0em 0em 0em;
	width: 45%;
	height: 4.5em;
	padding-top: 0.5em;
	color: white;
	background: #1D1D1D
}


.sixth.block {
	background: white
}

.sixth.block *{
	color: #1D1D1D
}

.sixth.block:before {
	width: 105%; 
	position: absolute;
	bottom: 0%;
	left: -5%;
	height: 100%;
	content: '';
	opacity: 0.1;
	background: url(/img/femida3/last.png);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover; 
}

.subblock.last {
	min-height: 10em;
	padding: 3em 0em;
	z-index: 10;
	margin-bottom: -0.14em
}

.subblock.last .cont .text,
.subblock.last .cont .phone{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}

.subblock.last .cont .text h2,
.subblock.last .cont .text p {
	width: 100%;
	margin-bottom: 1em;
	text-align: left;
	color: white
}

.subblock.last .cont .text p  {
	margin-bottom: 0em;
	font-size: 1em
}

.subblock.last .cont .phone span {
	width: 100%;
	text-align: right;
	display: block;
	float: right;
	margin-bottom: 0.5em;
	font-size: 1.4em;
	padding-right: 0.3em;
	letter-spacing: 4px;
}

.subblock.last .cont .phone span img {
	width: 1.2em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em
}

.subblock.last .cont .phone .but {
	width: 50%;
	margin-top: 1em;
	float: right;
	position: relative !important;
	left: 0%;
    bottom: 0%;
    color: white;
 	font-size: 0.9em
}

.window {
	width: 100%;
	height: 100%;
	position: fixed !important;
	left: 0%;
	top: -100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 20;
}

.window img#cross {
	position: absolute;
	width: 2em;
	right: 3%;
	top: 5%;
	z-index: 40;
	cursor: pointer;
}


.window > .box {
	width: 55%;
	max-width: 800px;
	margin: auto auto;
	background: #0E0E0E;
	position: relative;
	display: none;
	opacity: 0
}

.window  > .box h4{
	font-size: 1.1em;
    text-transform: none;
    line-height: 1.5;
    color: white;
    letter-spacing: 2px;
    text-align: justify;
}

.window > .box .title {
	margin-bottom: 0em;
	margin-top: 1em
}

.window > .box:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%; 
	left: 0%;
	content: '';
	background: url(/img/femida3/border3.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}

.window .box .bottomline {
	width: 100%;
	float: left;
	position: relative;
	padding: 1em 1em 3em 1em;
}

.window .box .bottomline .box {
	width: 50%;
	padding-right: 10%;
	float: left
}

.window .box .bottomline .box h4 {
	text-align: left;
	color: #AE8944;
	width: 100%
}

.window .box .bottomline .box:nth-of-type(2) h4 {
	text-align: right !important 
}

.window .box .bottomline .box:nth-of-type(2) {
	padding-left: 10%;
	padding-right: 0%;
} 


.window .box .bottomline .box p {
	text-align: left;
	color: white;
	font-size: 1.2em;
	margin-top: 1em;
    letter-spacing: 6px;
}

.window .box .bottomline .box a{
	position: relative !important;
    float: left;
    width: 100%;
    margin: 1em 0em 0em 0em;
    bottom: inherit;
    left: initial;
    color: #f7f7f7;
}

.form_wrapp {
	background: #0E0E0E;

}

#femida_reg .bg,
#femida_cons .bg {
    background-image: url(../img/femida3/last.png);
    background-position: right;
    -moz-background-position: right;
    -webkit-background-position: right;
}

.form_wrapp form {
	float: right;
}

.form_wrapp:before {
	position: absolute;
	content: '';
	width: 99%;
    height: 98%;
    top: 1.3%;
    left: 0.5%;
    z-index: 0;
    background: url(/img/femida3/border1.png);
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    border-radius: 2px;
}

.form_wrapp h1 {
	color: #c79132 !important;
}

.form_wrapp p {
	color: #F0EBE0 !important
}

.form_wrapp form  {
	width: 64%
}

.form_wrapp form input,
.form_wrapp form button {
	background: url(/img/femida3/border1.png);
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.form_wrapp form input {
	padding: 2em 1em;
}

.form_wrapp form .input {
	padding-bottom: 3em
}

.form_wrapp button {
	line-height: 4;
}

.form_wrapp .red i {
	color: #c79132 !important;
}

.form_wrapp .red:hover i {
	opacity: 0.8
}



@media screen and (max-width: 968px) and (min-width: 320px) { 
	
	body {
		font-size: 80% !important
	}

	.block, .container {
		min-height: auto !important;
		height: auto !important;
	}

	.form_wrapp .bg {
		width: 100%;
		opacity: 0.4;
	}

	.form_wrapp form {
		width: 100%
	}

	.fifth .but {
		font-size: 0.7em;
		width: 100%;
	}

	.top.block,
	.top.block .container {
		display: block !important;
		min-height: auto !important;
		height: auto !important;
	}

	.top.block .container .logo {
		width: 100%;
	    text-align: center;
	    margin: auto;
	    position: relative;
	    padding: 0%;
	    margin-top: 0em !important;
	    margin-bottom: 3em
	}

	.cons {
		display: none;
	}

	.top.block .container .logo p {
		width: 100%;
		font-size: 1em
	}

	.block, .block .container {
		min-height: auto !important;
		height: inherit !important;
	}

	.second.block .videobox {
		margin-bottom: 2em
	}

	.top.block .container .logo img.tr {
		margin: 1em 0em
	}

	.top.block .container .bottom_line {
		position: relative;
	}

	.top.block .container .bottom_line .box {
		width: 100%;
    	margin-bottom: 2em;
	}

	.top.block .container .bottom_line .box img {
		width: 40%;
	}

	.top.block .container .bottom_line .box p {
		font-size: 0.7em;
		width: 80%
	}

	.second.block .videobox p {
		width: 100%;
		text-align: justify;
		padding: 0%;
		margin-bottom: 2em
	}

	.second.block .videobox .video {
		width: 100%;
	}

	ul.list li {
		width: 100%;
		padding: 0% 0% 2% 19%;
	}

	ul.list li:before {
		left: 0%;
	}

	ul.list li:after {
		left: 14.5%
	}

	.fourth.block .box {
		width: 100%;
	    margin: 0em 0em 2em 0%;
	    height: 22em;
	    box-shadow: none;
	    -webkit-box-shadow: none;
	}

	.fifth.block ul.list li:after {
		left: 8em;
	}

	.window > .box {
		width: 100%;
	}

	ul.list li:after {
		width: 2px;
		left: 2.8em;
	}

	.fifth.block ul.list li {
		width: 100%;
		padding: 0em 0em 0em 9em;
	}

	.fifth.block ul.list li:before {
		width: 7em;
    	height: 4em;
	}

	.mainwrapp {
		padding: 0%;
	}

	.mainwrapp:before,
	.mainwrapp:after {
		display: none;
	}

	.border {
		display: none;
	}

	.subblock.first div.title img:nth-child(2) {
		width: 160%;
	    margin: 0.5em -80%;
	}

	.subblock.subb1 div.title img:nth-child(2) {
		width: 105%;
    	margin: 0.5em -2.5%;
	}

	.subblock.third div.title img:nth-child(2) {
		width: 110%;
	    margin: 0.5em -5%;
	}

	.subblock.fourth div.title img:nth-child(2) {
		width: 120%;
    	left: -10%;
	}

	.subblock.fivth div.title img:nth-child(2) {
		width: 130%;
    	margin: 0.5em -40%;
	}

	h2 {
		font-size: 1.2em;
	}

	.subblock.last .cont .text, .subblock.last .cont .phone {
		width: 100%;
		margin-bottom: 1em
	}

	.subblock.last .cont .text h2, .subblock.last .cont .text p {
		text-align: center;
	}


	.subblock.last .cont .phone span {
		text-align: center;
	}

	.subblock.last .cont .phone .but {
		width: 100%
	}

	.form_wrapp form input {
		width: 100%;
	}

	.lightcase-contentInner {
		height: auto !important;
	}

	.window > .box {
		width: 90%;
	    height: 90%;
	    overflow-y: scroll;
	}

}


@media screen and (max-width: 968px) and (min-width: 560px) { 
	.top.block .container .logo {
		width: 50%
	}
	

	.container {
		width: 90%
	}


	.top.block .container .bottom_line .box  {
		width: 31%;
    	font-size: 90%;
	}

	.subblock.first div.title img:nth-child(2){
		width: 100%;
   		margin: 0.5em 0%;
	}

	ul.list li {
		width: 90%;
    	padding: 0% 0% 2% 11%;
	}

	.subblock.third div.title img:nth-child(2) {
		width: 100%;
    	margin: 0.5em 0%;
	}

	.fourth.block .box {
		width: 44%;
   		margin: 0em 2.5% 2em 2.5%;
    	height: 22em;
	}


	.cons {
		display: block;
		font-size: 80%;
	}

	.fifth .but, 
	.subblock.last .cont .phone .but {
		width: 60%;
	}

	.subblock.last .cont .phone .but {
		margin: 1em auto 0em auto !important;
		float: initial
	}

}

@media screen and (max-width: 1024px) and (min-width:968px) {
	
	.block, .container {
		min-height: auto !important;
		height: auto !important;
	}

	.form_wrapp .bg {
		width: 100%;
		opacity: 0.4;
	}

	.form_wrapp form {
		width: 100%
	}

	.fifth .but {
		font-size: 0.7em;
		width: 100%;
	}

	.top.block,
	.top.block .container {
		display: block !important;
		min-height: auto !important;
		height: auto !important;
	}

	.top.block .container .logo {
		width: 60%;
	    text-align: center;
	    margin: auto;
	    position: relative;
	    padding: 0%;
	    margin-top: 0em !important;
	    margin-bottom: 8em
	}	

	.fourth.block .container {
		text-align: center;
	}

	.fourth.block .box {
		width: 31%;
		height: 22em;
    	margin: 2em 0.8% 0em 0.8%;
	}

	.fifth .but {
		width: 42%;
	}
}

@media screen and (max-width: 967px) and (min-width:768px) {
	.fifth .but, 
	.subblock.last .cont .phone .but {
		width: 50%;
	}

	.subblock.last .cont .phone .but {
		margin: 1em auto 0em auto; 
		float: initial
	}

	.subblock div.title img:nth-child(2) {
		width: 80% !important;
		margin: 0.5em 10% !important;
		left: 0% !important
	}

	.subblock.last .cont .text, .subblock.last .cont .phone {
		width: 80%
	}

}



.femida .charity_box {
	background: black
}


.femida .charity_box .close span{
	background: white
}

.femida .charity_box > div h2,
.femida .charity_box > div > div,
.femida .charity_box > div > div * {
	color: white !important
}