/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
input[type=search]:hover, 
input[type=password]:hover, 
input[type=email]:hover, 
input[type=number]:hover, 
input[type=text]:hover, 
input[type=tel]:hover, 
input[type=url]:hover, 
select:hover, 
textarea:hover {
    /*font-size: inherit;*/
}

footer{
	display: none !important;
}


.contacts h1 {
    color: #fff !important;
}

.requisites_item, .main_contacts_item {
    background: none !important;
}

.requisites {
    color: #fff;
    padding-left: 150px;
    display: flex;
    margin-top: 100px;
    position: relative;
}

.requisites:last-child {
    margin-top: 100px;
	margin-bottom: 115px;
	padding-left: 48px;
}

.main_contacts {
	display: flex;
	margin-top: 77px;
}

.main_contacts h1:before  {
    position: absolute;
    left: 0;
    top: 15px;
    width: 121px;
    height: 2px;
    content: '';
    background: #FFFFFF;
}

.main_contacts_item {
	width: 100%;
	height: auto;
	margin: 0;
	margin-left: 47px;
}

.main_contacts_item:before {
    display: none;
}

.main_contacts h1 {
	color: #FFFFFF;
	padding-left: 150px;
	font-size: 30px;
    font-weight: 900;
    line-height: 37px;
    text-transform: uppercase;
    width: 100%;
    padding-right: 0;
    margin: 0;
    position: relative;
}

.main_contacts_item_value {
	width: 100%;
	height: auto;
}

.main_contacts_item_value:first-child {
	margin-bottom: 12px;
}

.main_contacts_item_value a {
	color: #FFFFFF;
	border-bottom: none;
}

.main_contacts_item_value:first-child a {
	font-weight: 900;
	font-size: 30px;
	line-height: 37px;
}

.main_contacts_item_value:last-child a {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}

.main_contacts_item_value:last-child span {
	font-weight: 200;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	margin-left: 27px;
}

.requisites h2 {
    font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	width: 100%;
    display: inline;
    position: relative;
}

.requisites h2:after {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 2px;
    content: '';
    background: #FFFFFF;
}

.requisites_list {
	margin-top: 0px;
	width: 100%;
}

.requisites_list:nth-child(2) {
	position: relative;
	right: 10px;
}

.requisites_list .requisites_item {
	padding: 0;
	height: 100%;

}

.requisites_list .requisites_item:before {
	content: none;
}

.requisites_list ul {
    margin-top: 57px;
    column-count: 1;
}

.requisites_item_value p, .requisites_item_name p {
	margin: 0;
}

.requisites_item_value {
    width: 100%;
}

.requisites_item_value p, .requisites_item_value a {
    font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	border-bottom: none;
	position: relative;
	text-indent: 0;
}

.requisites:nth-child(3) .requisites_list {
    width: 600px;
    height: 500px;
    background: rgba(20, 22, 21, 0.2);
    padding: 40px 36px 53px 50px;
    position: relative;
    right: 50px;
}

.requisites_wrap {
	display: flex;
	margin-top: 45px;
}

.requisites_wrap_column:first-child {
	width: 650px;
}

.requisites_wrap_column:last-child {
	margin-left: 50px;
}

.requisites_wrap_column .requisites_item {
	height: auto;
	margin-bottom: 17px;
}


.requisites_item_name {
	width: 100%;
}

.requisites_item_name p {
	text-indent: 0;
	padding-left: 0;
	width: 100%;
	white-space: nowrap;
	position: relative;
}

.requisites:nth-child(3) .requisites_item_value, .requisites:nth-child(3) .requisites_item_name {
	float: none;
}

.requisites:nth-child(3) .requisites_item_name p, .requisites:nth-child(3) .requisites_item_value p {
	top: 0;
	transform: translate(0, 0);
}

.requisites_wrap_column:last-child .requisites_item {
	margin-bottom: 38px;
}

.requisites:nth-child(3) .requisites_item_name {
	margin-bottom: 9px;
}

.requisites form {
	width: 375px;
	margin-top: 40px;
	margin-left: 145px;
}

.form__header {
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.form__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.form__fields {
    margin-top: 31px;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.r-request.r-request--toll {
    padding: 14px;
    position: relative;
    background: #E2BC79;
    outline: 0;
    border: 0;
    color: #fff;
	width: 100%;
/*  border-radius: 30px;
    font-family: "Arkhip";
    font-size: 18px;*/
    cursor: pointer;
/*  -webkit-box-shadow: 0px 5px 29px 5px rgba(226, 188, 121, .40);
    box-shadow: 0px 5px 29px 5px rgba(226, 188, 121, .40);
    min-height: 55px;*/

	height: 45px;
	background: #E2BC79;
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	webkit-box-shadow: none;
	box-shadow: none;
	min-height: 45px;
	font-family: Gilroy;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
}

button.r-request:hover {
    -webkit-box-shadow: 0px 5px 14px 0px rgba(226, 188, 121, .40);
    box-shadow: 0px 5px 14px 0px rgba(226, 188, 121, .40);
}

.s-checkbox {
    position: relative;
    top: 25px;
    float: left;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    border-radius: 4px;
    margin-right: 14px;
}

.policy {
	margin-top: 5px;
}

.policy label {
	font-weight: 400;
}


.policy label noindex {
	position: relative;
	top: 25px;
    left: -4px;
} 

.form__field {
    margin-bottom: 20px;
}

.form__field input {
    width: 100%;

	border: 1px solid #E5E5E5;
	border-radius: 5px;
	background: transparent;
	height: 45px;
	padding: 15px;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

.form__field input::placeholder{
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

.form__field label {
    position: absolute;
    top: 13px;
    left: 20px;
    pointer-events: none;
    font-size: 18px;
    color: #FFFFFF;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

input[required] + label:after, textarea[required] + label:after {
    display: inline-block;
    content: " *";
    color: #E2BC79;
}

.form__field input:focus + label,
input.has-content + label,
.form__field textarea:focus + label,
textarea.has-content + label {
    top: 0rem !important;
    font-size: 0.65rem;
    color: #FFFFFF;
    font-weight: 400;
}

footer {
	max-height: 70px;
	min-height: 70px;
}

.footer__bottom, .footer__top {
	display: none !important;
}

footer .footer__copyright {
    height: 70px;
    border-top: 1px solid #5c5e5d;
    display: table;
}


@media only screen and (max-width: 1199px) {

	.requisites {
		padding-left: 0px;
		margin-top: 72px;
	}

	.main_contacts {
	    margin-top: 76px;
	}

	.main_contacts h1 {
	    font-size: 20px;
	    line-height: 25px;
	    width: 280px;
	}

	.main_contacts h1:before {
	    top: 14px;
	}

	.main_contacts_item {
	    margin-left: 133px; 
	}

	.main_contacts_item_value:first-child {
	    margin-top: 4px;
	    margin-bottom: 2px;
	}

	.main_contacts_item_value:first-child a {
	    font-size: 18px;
	    line-height: 22px;
	}

	.main_contacts_item_value:last-child a {
	    font-size: 14px;
	    line-height: 16px;
	}

	.main_contacts_item_value:last-child span {
	    font-size: 14px;
	    line-height: 16px;
	    margin-left: 21px;
	}

	.requisites h2 {
	    font-size: 18px;
	    line-height: 22px;
	}

	.requisites h2:after {
	    bottom: -12px;
	}

	.requisites_item_value p, .requisites_item_value a {
	    font-size: 14px;
	    line-height: 13px;
	}


	.requisites_list:nth-child(2) {
	    right: -9px;
	}

	.requisites_list ul {
	    margin-top: 39px;
	}


	.requisites_item .requisites_item_value {
	    width: 68% !important;
	}

	.requisites:last-child {
	    margin-top: 67px;
	    margin-bottom: 159px;
	}

	.requisites:nth-child(3) .requisites_list {
	    width: 450px;
	    height: 400px;
	    padding: 28px 33px 39px 35px;
	    right: 82px;
	}

	.requisites:nth-child(3) .requisites_list h2 {
	    position: relative;
	    top: 0px;
	}

	.requisites:nth-child(3) .requisites_list h2:after {
	    bottom: -24px;
	    width: 212px;
	}

	.requisites_wrap {
		margin-top: 55px;
	}

	.requisites_wrap_column:first-child {
	    width: 435px;
	}

	.requisites_wrap_column:last-child {
	    margin-left: 0;
	    width: 160px;
	}

	.requisites_wrap_column .requisites_item {
	    margin-bottom: 14px;
	}

	.requisites:nth-child(3) .requisites_item_name {
	    width: 100% !important;
	}

	.requisites:nth-child(3) .requisites_item_value {
	    width: 100% !important;
	}

	.requisites_wrap_column:last-child .requisites_item {
	    margin-bottom: 30px;
	}

	.requisites:nth-child(3) .requisites_item_name p {
	    font-size: 14px;
	    line-height: 17px;
	}

	.requisites:nth-child(3) .requisites_list .requisites_item_value p, .requisites_item_value a {
	    font-size: 14px;
	    line-height: 16px;
	}

	.requisites form {
	    width: 312px;
	    margin-top: 30px;
	    margin-left: -29px;
	}

	.form__header {
	    font-size: 18px;
	}

	.form__subtitle {
	    font-size: 14px;
	    line-height: 16px;
	}

	.form__fields {
	    margin-top: 32px;
	    margin-bottom: 25px;
	}

	.form__field {
	    margin-bottom: 20px;
	    position: relative;
	    top: -4px;
	}

	.form__field label {
	    font-size: 14px;
	    top: 14px;
	    left: 19px;
	} 

	.policy {
	    margin-top: 6px;
	}

	.policy label {
	    font-size: 12px;
	    line-height: 14px !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 0) {

	.main_contacts {
    	display: block;
    	margin-top: 45px;
    }

    .main_contacts h1 {
    	padding-left: 0;
    	width: 100%;
    	margin-bottom: 47px;
    	overflow: hidden;
    }

    .main_contacts h1:before {
	    left: 230px;
	    top: 11px;
	    width: 100%;
	}	

	.main_contacts_item:nth-child(2) {
	    margin-left: 0;
	}

	.main_contacts_item_value:first-child {
	    margin-bottom: 5px;
	}

	.main_contacts_item_value:first-child a {
	    font-size: 20px;
	    line-height: 25px;
	}

	.requisites {
	    margin-top: 50px;
	    display: block;
	}

	.requisites_list ul {
	    margin-top: 39px;
	}

	.requisites_item .requisites_item_value {
	    width: 100% !important;
	}

	.requisites_list:first-child {
	    margin-bottom: 49px;
	}

	.requisites_list:nth-child(2) {
	    right: 0;
	}

	.requisites:last-child {
	    margin-top: 50px;
	    margin-bottom: 12px;
	    padding-left: 0;
	}

	.requisites:nth-child(3) .requisites_list {
	    width: 100%;
	    height: auto;
	    padding: 23px 0 13px 0;
	    right: 0;
	    left: 0;
	}

	.requisites:nth-child(3) .requisites_list h2 {
	    top: -1px;
	}

	.requisites:nth-child(3) .requisites_list h2:after {
	    bottom: -12px;
	}

	.requisites_wrap {
	    display: block;
	    margin-top: 26px;
	}

	.requisites_wrap_column:first-child, .requisites_wrap_column:last-child {
	    width: 100%;
	}

	.requisites_wrap_column:last-child .requisites_item {
	    margin-bottom: 15px;
	}

	.requisites_wrap_column .requisites_item {
	    margin-bottom: 15px;
	}

	.requisites form {
	    width: 100%;
	    margin-top: 36px;
	    margin-left: 0;
	    position: relative;
	    top: -67px;
	    float: left;
	    margin-bottom: 25px;
	}

	.requisites:nth-child(3) .requisites_item_name {
	    margin-bottom: 8px;
	}

	.requisites:nth-child(3) .requisites_item_value {
	    width: 80% !important;
	}

	.form__header {
	    margin-bottom: 12px;
	}

	.form__fields {
		margin-bottom: 26px;
	}

	.form__field {
		width: 99%;
	}

	.form__field:first-child input {
	    margin-bottom: 0px; 
	}

	.form__field label {
	    top: 15px;
	}

	.r-request.r-request--toll {
    	width: 99%;
    }

    .s-checkbox {
    	top: 35px;
    }

    .policy {
	    margin-top: -4px;
	}

    .policy label noindex {
    	top: 35px;
    }

    footer {
		max-height: 55px;
		min-height: 55px;
	}

	footer .footer__copyright {
	    height: 55px;
	}
}