html,body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, -apple-system, sans-serif;
	background: #000;
	color: #fff;
	font-size: 24px;
	text-align: center;
	overflow: hidden;
}

.attention {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: #1d1d1d;
	/*display: flex;*/
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.attention-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
	width: 320;
	font-size: 18px;
}

.attention-logo {

}

.attention-header {
	margin: 20px 0;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #f6fd2a;
}

.attention-text {
	width: 310px;
}

.attention-buttons {
	margin: 25px 0 0;
}

.attention-buttons a {
	display: inline-block;
	width: 145px;
	height: 55px;
	line-height: 55px;
	border-radius: 12px;
	text-decoration: none;
	color: #000 !important
}

.attention-yes {
	margin-right: 10px;
	background-image: linear-gradient(to bottom, #fbff54, #f6fd2a);
}

.attention-no {
	margin-left: 10px;
	background-image: linear-gradient(to bottom, #eeeeee, #d8d8d8);
}

h2 {
	font-size: 64px;
	font-weight: bold;
	margin: 0 0 25px 0;
}

h3 {
	margin: 25px 0;
	font-size: 36px;
	font-weight: bold;
}

input,textarea,button {outline: none !important;}
input:focus,textarea:focus,button:focus {outline: none !important;}

h3.desktop {display: block}
h3.mobile {display: none}

a, a:focus {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}
.phone a {
	color: #fff !important;
	text-decoration: none;
}
.phone-big a {
	color: #000 !important;
	text-decoration: none;
}
a.green {
	color: #5c5600;
}

.mouse > div {
	margin: 0 auto;
}
.mouse .up {
	display: block;
}
.mouse .down {
	display: none;
}

.mouse {
	margin-bottom: 30px;
}

.button_phone {
	display: none;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-around;
	height: 100%;
}

.section.black {
	background: url('../img/header-background.jpg') center;
	background-size: cover;
}

.section.yellow {
	background: #f8e71c;
	color: #000;
}



.navbar {
/*	position: fixed;
	top: 0;
	left: 0;
*/	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: #000;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	min-height: 42px;
	border: none;
}
.navbar-header {
	position: relative;
}
.top-logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.menu-logo {
	height: 40px;
}
.navbar-button {
	position: absolute;
	top: -2px; right: 0;
}
.navbar-toggle {
	float: none;
	margin: 0;
	padding: 0;
}
.navbar .btn {
	width: 142px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	line-height: 32px;
	font-size: 14px;
}

.navbar-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	float: none;
}

.navbar-toggle {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px; left: 15px;
	border: none;
	border-radius: 0;
}
.navbar-toggle img {
	vertical-align: top;
}

.navbar-toggle img {
	width: 100%;
}

.navbar-close {
	position: absolute;
	top: 0;
	right: 15px;
	display: none;
	z-index: 2;
	width: 20px;
	height: 20px;
}

.navbar-nav>li {
	float: none;
	display: inline-block;
}
.navbar-nav>li>a {
	padding: 0;	
	color: #f8e71c;
	margin: 0 20px;	
}
.nav>li>a:hover {
	background: #000;

}
.nav>li>a:focus {
	background: #000;

}

.buttons-block {
	margin: 30px 0 0;
	/*margin-bottom: 100px;*/
}

/* --- header --- */

.main .logo {
	width: 100%;
	max-width: 1142px;
}

.main .text {
	/*margin: 60px 0 0;*/
	text-align: center;
	color: #9b9b9b;
}

.main .want {
	/*margin: 60px 0 0;*/
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
}

.main .phone {
	/*margin: 5px 0 0;*/
	font-size: 100px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none !important;
}

.buttons {
	/*margin: 50px 0 100px;*/
}


/* --- why --- */

.btn {
	width: 250px;
	height: 63px;
	max-height: 63px;
	min-height: 63px;
	line-height: 60px;
	padding: 0;
	border-radius: 31.5px;
	margin: 0 15px;
	font-size: 24px;
	text-decoration: none;
	color: #000;
}
.btn.white {
	background: #fff;
}
.btn.white:hover {
	background-color: #f2f2f2;
}
.btn.yellow {
	background-color: #f8e71c;
}
.btn.yellow:hover {
	background-color: #ebdc1b;
}
.btn.black {
	background-color: #000;
	color: #fff;
}
.btn.black:hover {
	background-color: #2f2f2f;
}


.container .row {
	/*margin-top: 50px;*/
}

.link-block {
	margin: 50px 0;
}

@media only screen and (max-width: 992px) {
	.why .row {
		/*margin-top: 25px;*/
	}
	.why .row img {
		height: 100px;
	}	
	.link-block {
		margin: 25px 0;
	}
}

.why .row p {
	/*width: 430px;*/
	margin: 0 auto 20px;
	color: #5c5600;
	font-size: 18px;
}



/* --- how --- */
 
.how .row p {
	width: 315px;
	margin: 0 auto;
	font-size: 18px;
	color: #9b9b9b;
}

.how .row .link {
	color: #f8e71c;
	margin: 10px 0 0;
	font-size: 18px;
}

.how h3 {
	margin: 10px 0;
}

.give-box {
	width: 375px;
	height: 197px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.46);
	border: solid 1px #f8e71c;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.give-box .buttons-block {
	margin: 25px 0 0;
	font-size: 24px;
}

.give-box .buttons-block .btn {
	width: 315px;
}

@media only screen and (max-height: 899px) {
	.how h2 {
		margin: 0;
	}
}

.how .container .row:first-child {
	margin-top: 50px;
}
.how .container .row:last-child {
	margin-bottom: 100px;
}

/* --- who --- */

.we {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	/*margin: 55px 0;*/
	width: 100%;
}

.we li {
	width: 200px;
}

.we li img {
	width: 100%;
}

.we li h3 {
	margin: 19px 0;
}

.we li p {
	font-size: 18px;
}

@media only screen and (max-height: 899px) {
	.who h2 {
		margin: 0;
	}
	.link-block {
		margin: 0;
	}
}

/* --- about --- */

.feedback-box {
	margin: 40px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.feedback-block {
	width: 100%;
	margin: 0 0 10px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
.feedback-text {
	width: 60%;
	padding: 15px 10px;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.7);
	border: solid 1px #979797;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feedback-info {
	width: 30%;
	text-align: left;
	padding: 0 10px;
	margin: 20px 0 0;
}

.feedback-photo {
	height: 100px;
	float: left;
	margin-right: 35px;
}

.feedback-photo img {
	vertical-align: top;
}

.feedback-user img {
	margin-bottom: 5px;
}

.feedback-user p {
	margin: 5px 0 0;
	padding: 0;
	font-size: 14px;
}

.feedback-user p.occupation {
	color: #9b9b9b;
	line-height: normal;
}







/* --- end --- */

.end .container {
	justify-content: space-between;
}

.end h3 {
	margin: 0 0 0;
}

.end .phone-big {
	font-size: 100px;
	font-weight: bold;
}

.end .buttons-block {
	margin: 10px 0 0;
}


.page-menu {
	position: fixed;
	top: -100000px; left: 0;
	width: 100%;
	height: 100%;
	background: #f8e71c;
	color: #000;
	font-size: 24px;
	z-index: 2;
	padding: 50px 25px 0 75px;
}

.page-menu h2 {
	font-size: 36px;
	margin: 30px 0 30px -30px;
	text-align: left;
}

.page-menu ol {
	margin: 0;
	padding: 0;
	text-align: left;
}

.page-menu ol li {
	margin-bottom: 10px;
}

.page-menu ol li a {
	text-decoration: none;
}

.page-menu > a {
	position: absolute;
	left: 0;
	bottom: 35px;
	text-align: center;
	display: block;
	width: 100%;
	color: #5c5600;
}

.button_phone {
    position: fixed;
    bottom: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 10px 0% 10px 50%;
    left: -35px;
    border-radius: 70px;
    background-color: #37c739;	
    background: -moz-linear-gradient(top, #37f328 0%, #37c739 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37f328), color-stop(100%, #37c739));
    background: -webkit-linear-gradient(top, #37f328 0%, #37c739 100%);
    background: -o-linear-gradient(top, #37f328 0%, #37c739 100%);
    background: -ms-linear-gradient(top, #37f328 0%, #37c739 100%);
    background: linear-gradient(top, #37f328 0%, #37c739 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#37f328', endColorstr='#37c739', GradientType=0);
    box-shadow: 0 2px 5px 0px rgba(0,0,0,0.3);
    text-align: center;
    color: rgba(0,0,0,0) !important;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
    content: "";
    overflow: hidden;
    z-index: 100;
}
.button_phone:before {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    padding: 6px;
    border-radius: 999px;
    background-image: url(../img/button_phone.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
    left: 0px;
    animation-name: animaciya;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@-moz-keyframes animaciya {   
    from 
    {
        -moz-transform: rotate(0deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Firefox */
        -ms-transform: rotate(0deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ IE */
        -webkit-transform: rotate(0deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Opera */
        transform: rotate(0deg);
    }
    to 
    {
        -moz-transform: rotate(15deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Firefox */
        -ms-transform: rotate(15deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ IE */
        -webkit-transform: rotate(15deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Safari, Chrome, iOS */
        -o-transform: rotate(15deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Opera */
        transform: rotate(15deg);
    }
}

@-webkit-keyframes animaciya {
    from 
    {
        -moz-transform: rotate(-30deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Firefox */
        -ms-transform: rotate(-30deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ IE */
        -webkit-transform: rotate(-30deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Safari, Chrome, iOS */
        -o-transform: rotate(-30deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Opera */
        transform: rotate(-30deg);
    }
    to 
    {
        -moz-transform: rotate(30deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Firefox */
        -ms-transform: rotate(30deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ IE */
        -webkit-transform: rotate(30deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Safari, Chrome, iOS */
        -o-transform: rotate(30deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Opera */
        transform: rotate(30deg);
    }
}

@-ms-keyframes animaciya {
    from 
    {
        -moz-transform: rotate(0deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Firefox */
        -ms-transform: rotate(0deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ IE */
        -webkit-transform: rotate(0deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Safari, Chrome, iOS */
        -o-transform: rotate(0deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Opera */
        transform: rotate(0deg);
    }
    to 
    {
        -moz-transform: rotate(30deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Firefox */
        -ms-transform: rotate(30deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ IE */
        -webkit-transform: rotate(30deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Safari, Chrome, iOS */
        -o-transform: rotate(30deg); /* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Opera */
        transform: rotate(30deg);
    }
}
.button_phone:hover {
    background-color: #37c739;	
    background: -moz-linear-gradient(top, #37f911 0%, #37e646 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37f911), color-stop(100%, #37e646));
    background: -webkit-linear-gradient(top, #37f911 0%, #37e646 100%);
    background: -o-linear-gradient(top, #37f911 0%, #37e646 100%);
    background: -ms-linear-gradient(top, #37f911 0%, #37e646 100%);
    background: linear-gradient(top, #37f911 0%, #37e646 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#37f911', endColorstr='#37e646', GradientType=0);
}

.blocker {
	z-index: 2000;
}

.modal a.close-modal {
	width: 18px;
	height: 18px;
	top: 20px;
	right: 20px;
	background: url('../img/close-icon-black.svg') no-repeat center;
	background-size: cover;
}

.modal {
	color: #000;
	text-align: center;
	font-size: 18px;
}

.modal h3 {
	font-size: 36px;
	font-weight: bold !important
}

.modal p {
	font-size: 18px;
	margin: 15px 0 55px;
}

.modal .your-info {
	position: relative;
}

.modal label.error {
	position: absolute;
	top: -20px;
	right: 70px;
	font-size: 14px;
	font-weight: normal;
	color: #d0021b;
}
#name-error {
	top: -20px; left: 80px;
	text-align: left;
}
#phone-error {
	top: -20px; right: 80px;
	text-align: right;
}
#message-error {
	top: auto;
	bottom: -20px;
	left: 0; right: 0;
}

.modal input {
	margin: 0 15px;
	width: 312px;
	padding: 15px;
	border-radius: 9px;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.11);
	border: solid 1px #979797;
}

.modal input:hover {
	border: solid 1px #5c5600;
}

.modal input:focus {
	border: solid 1px #000;
	outline: none;
}

.modal textarea {
	margin: 35px 0 0;
	resize: none;
	padding: 13px 14px;
	width: 660px;
	height: 128px;
	border-radius: 9px;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.11);
	border: solid 1px #979797;
}

.modal button {
	margin: 50px 0 55px;
	width: 430px;
}

.modal a.btn {
	margin: 0 0 55px;
	width: 430px;
}

.modal {
	max-width: 890px;
}





/* --- media --- */

@media only screen and (max-width: 1200px) {
	.navbar {
		font-size: 16px;
	}
	.navbar-nav>li>a {
		margin: 0 10px;
	}
	.we li {
		width: 150px;
	}
}

@media only screen and (max-width: 992px) {
	.main .phone {
		font-size: 70px;
	}

	.we li {
		width: 120px;
	}
	.we li h3 {
		font-weight: bold;
		margin: 15px 0;
		font-size: 24px;
	}
	.we li p {
		font-size: 13px;
	}

	.feedback-box {
		margin: 40px 0 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.feedback-block {
		width: 40%;
		margin: 0 20px 40px;
		flex-direction: column;
	}
	.feedback-text {
		width: 100%;
		padding: 15px 10px;
		border-radius: 8px;
		background-color: rgba(0, 0, 0, 0.7);
		border: solid 1px #979797;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.feedback-info {
		text-align: left;
		padding: 0 10px;
		margin: 20px 0 0;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
	}

	.feedback-photo {
		height: 100px;
		float: left;
		margin-right: 35px;
	}

	.feedback-photo img {
		vertical-align: top;
	}

	.feedback-user img {
		margin-bottom: 5px;
	}

	.feedback-user p {
		margin: 5px 0 0;
		padding: 0;
		font-size: 14px;
	}

	.feedback-user p.occupation {
		color: #9b9b9b;
		line-height: normal;
	}



}

@media only screen and (max-width: 970px) {
	.navbar {
		font-size: 14px;
	}
	.navbar-nav>li>a {
		margin: 0 10px;
	}
}

@media only screen and (max-width: 870px) {
	.navbar {
		font-size: 12px;
		position: fixed;
	}
	.navbar-nav>li>a {
		margin: 0 5px;
	}
/*	.navbar .btn {
		width: 250px;
		height: 64px;
		line-height: 30px;
		font-size: 14px;
	}	*/
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.top-logo {
		right: 0;
	}
	.navbar-header {
		float: none;
	}


/*}

@media only screen and (max-width: 768px) {*/
	body {
		font-size: 18px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
		font-weight: normal;
		margin: 20px 0 15px;
	}
	.why .row p {
		font-size: 14px;
	}
	.logo {display: none;}
	.main .text {
		font-size: 14px;
		max-width: 480px;
		margin: 0 auto 35px;
	}
	.main .want {
		font-size: 36px;
		line-height: normal;
		width: 370px;
		margin: 0 auto 5px;
	}
	.main .phone {
		font-size: 64px;
		margin: 0 auto 20px;
	}
	.btn {
		width: 170px;
		height: 36px;
		line-height: 36px;
		max-height: 36px;
		min-height: 36px;
		font-size: 14px;	
	}
	.mouse {
		display: none;
	}
	.mouse div {
		/*visibility: hidden;*/
	}
	.give-box {
		background: none;
		border: none;
		width: auto;
		height: auto;
	}
	.how .row p {
		width: 300px;
		font-size: 14px;
	}
	.how .row .link {
		font-size: 14px;
	}
	.give-box .buttons-block .btn {
		width: 210px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.give-box .buttons-block {
		margin: 10px 0;
	}
	.how h3 {
		font-size: 24px;
		font-weight: bold;
	}
	.we li {
		width: 120px;
	}
	.we li h3 {
		font-weight: bold;
		margin: 15px 0;
	}
	.we li p {
		font-size: 13px;
	}
	.who > .container > p {
		width: 300px;
		margin: 0 auto;
	}
	.about > .container > p {
		width: 300px;
		margin: 0 auto;
	}
	.section.about {
		height: auto!important;
	}
	.we {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-around;
	}
	.about h2 {
		margin: 30px 0 25px 0;
	}
	h3.desktop {display: none}
	h3.mobile {display: block}
	.end .phone-big {
		font-size: 42px;
	}
	.end h3.mobile {
		font-size: 24px;
		font-weight: bold;
		width: 305px;
		margin: 0 auto;
	}
	.end .call-block {
		margin-bottom: 60px;
	}

	.blocker {
		padding: 0;
	}

	.modal {
		width: 100%;
		margin: 0;
		height: 100%;
		max-width: none;
		border-radius: 0;
	}
	.modal form,
	.modal .success-block {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	
	.modal .your-info {
		width: 100%;
	}

	.modal input {
		width: 100%;
		margin: 30px 0 0 0;
	}

	.modal textarea {
		width: 100%;
	}

	.modal label.error {

	}
	#name-error {
		top: 0;
		bottom: -30px;
		left: 0;
		right: 0;
		margin: auto;
		height: 30px;
		text-align: center;
	}
	#phone-error {
		top: 0;
		bottom: -205px;
		left: 0;…
		right: 0;
		margin: auto;
		height: 30px;
		text-align: center;
	}
	#message-error {
		top: 0;
		bottom: -195px;
		left: 0;
		right: 0;
		margin: auto;
		height: 30px;
	}


}


@media only screen and (max-width: 601px) {
	.main .text {
		font-size: 14px;
		max-width: 480px;
		margin: 0 auto 35px;
	}
	.main .want {
		font-size: 24px;
		line-height: normal;
		width: 100%;
		margin: 0 auto 5px;
	}
	.main .phone {
		font-size: 64px;
		margin: 0 auto 20px;
	}
	.btn {
		width: 130px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 0 5px;
	}
	.navbar-button {
		display: none;
	}
	.main .phone {
		font-size: 32px;
	}
	.section {
		height: auto !important;
		padding: 100px 0;
	}
	.why .col-sm-6 {
		margin: 50px 0 0;
	}
	.section h2 {
		margin: 0 0 30px;
	}
	.section p {
		margin-bottom: 30px !important;
	}
	.how p {
		color: #9b9b9b;
	}
	.how .col-sm-6 {
		margin-bottom: 50px;
	}
	.feedback-block {
		width: 100%;
		margin: 0 0 40px;
	}
	.feedback-photo {
		margin-right: 20px;
	}
	.feedback-info {
		width: 100%;
	}
	.section.about p.name,
	.section.about p.occupation {
		margin-bottom: 5px !important;
	}
	.section.main {
		padding: 100px 0 150px;
	}
	.button_phone {
		display: inline;
	}

	.blocker {
		padding: 0;
	}

	.modal form {
		height: 90%;
	}
	.modal {
		font-size: 14px;
	}
	.modal h3 {
		margin: 15px 0 0;
		font-size: 26px;
	}
	.modal p {
		margin: 10px 0;
		font-size: 16px;
	}
	.modal input {
		margin: 20px 0 0;
		padding: 5px 10px;
		font-size: 14px;
	}
	.modal textarea {
		margin: 30px 0 0;
		padding: 5px 10px;
		height: 70px;
		max-height: 70px;
		min-height: 70px;
	}
	.modal button {
		width: 100%;
		margin: 30px 0 0;
		height: 40px;
		min-height: 40px;
		max-height: 40px;
	}
	.modal a.btn {
		width: 100%;
	}

	#name-error {
		font-size: 10px;
		bottom: -30px;
		height: 30px;
	}
	#phone-error {
		font-size: 10px;
		bottom: -135px;
		height: 30px;
	}
	#message-error {
		font-size: 10px;
		bottom: -125px;
		height: 30px;
	}

}
