html,body{
	width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	animation-name: first;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-direction: ;
    animation-play-state: running;
    animation-delay: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@keyframes first{

0%{
    opacity: 0;
}

100%{
    opacity: 1;
}
}

input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    position: fixed;
}

.main {
	width: 1500px;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}

.hidden-menu-ticker {
    display: none;
}

.btn-menu {
    display: none;
}

.hidden-menu {
    display: none;
}

.menu {
	display: flex;
}

.menu a {
	color: #404041;
	font-size: 18px;
	font-weight: 300;
	padding: 5px 20px 10px 20px;
	transition-duration: 500ms;
}

.menu a:hover {
	background: #B0A690;
	color: #fff;
}

.menu a:nth-child(4) {
	background: #B0A690;
	color: #fff;
}

.logo {
	width: 100px;
	height: 100px;
	background: url('../img/logo/2-logo-at.svg') 0 50%/ 80% auto no-repeat;
}



/**/

.content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	background: ;
}

.wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0;
}

.box1 {
	width: 1500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 200px 0 0 0;
}

.title-file p {
	font-size: 40px;
	margin: 0;
	text-align: center;
}

.file {
	width: 1500px;
	display: flex;
	justify-content: space-around;
	margin: 150px 0 0 0;
}

.doc {
	text-align: left;
	font-size: 25px;
	display: flex;
	justify-content: space-between;
}

.doc p {
	margin: 0 0 20px 0;
}

.doc a {
	text-decoration: none;
	color: #404041;
	display: inline-block;
	font-size: 20px;
	padding: 10px 20px 13px 20px;
	background: #EAE8E2;
    transition-duration: 500ms;
    transition-property: background;
    transition-timing-function: ease-out;
    margin: 0;
}

.doc a:hover {
    background: #B0A690;
}

.doc img {
	width: 60px;
	height: auto;
	margin: 0 0 0 50px;
}


/**/

.box2 {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 150px 0 0 0;
	background: url('../img/icon/23-icon-at.png') 50% 90%/ 2% no-repeat #EAE8E2;
}

.box2-wrapper {
	width: 1500px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 80px 0 120px 0;
}

.box2-title p {
	margin: 0;
	font-size: 25px;
	text-align: left;
}

.box2-line {
	display: inline-block;
	width: 50px;
	height: 10px;
	background: #B0A690;
	margin: 0 0 10px 0;
}

.box2-tel p:nth-child(1) {
	font-size: 25px;
	margin: 0 0 20px 0;
}

.box2-tel p:nth-child(2) {
	font-size: 20px;
	margin: 0 0 10px 0;
}

.box2-tel p {
	font-size: 20px;
	margin: 0;
}




/**/

footer {
    width: 100%;
    height: 100px;
    background: #404041;
    display: flex;
    justify-content: center;
}

.textfooter-mobile {
    display: none;
}

.textfooter {
    width: 1500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: ;
}

.сopyright p {
    font-size: 10px;
    color: #B0A690;
}

.contacts p {
    font-size: 12px;
    color: #B0A690;
    display: inline-block;
}

.contacts p:nth-child(1) {
    margin: 0 20px 0 0;
}

.contacts p:nth-child(2) {
    margin: 0 20px 0 0;
}

.contacts p:nth-child(3) {
    margin: 0 20px 0 0;
}


/** АДАПТАЦИЯ ________________________________________________________*/

@media (max-width: 1500px) {

.main {
    width: 1100px;
    height: 70px;
    background: ;
}

.menu a {
    font-size: 14px;
}

.logo {
    width: 100px;
    height: 70px;
    background: url('../img/logo/2-logo-at.svg') 0 50%/ 65% auto no-repeat;
}


/**/

.box1 {
	width: 1100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 150px 0 0 0;
}

.title-file p {
	font-size: 30px;
}

.file {
	width: 1100px;
}

.doc {
	font-size: 20px;
}

.doc a {
	font-size: 16px;
	padding: 10px 20px 13px 20px;
}

.doc img {
	width: 50px;
	height: auto;
}


/**/

.box2 {
	margin: 100px 0 0 0;
}

.box2-wrapper {
	width: 1100px;
	margin: 50px 0 100px 0;
}

.box2-title p {
	font-size: 20px;
}

.box2-line {
	width: 40px;
	height: 8px;
}

.box2-tel p:nth-child(1) {
	font-size: 18px;
}

.box2-tel p:nth-child(2) {
	font-size: 18px;
}

.box2-tel p {
	font-size: 18px;
}



/**/

.textfooter-mobile {
    display: none;
}

.textfooter {
    width: 1100px;
}
}



/** МОБИЛЬНАЯ ________________________________________________________*/

@media (max-width: 500px) {

header {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main {
    width: 300px;
    height: 50px;
    background: #fff;
}

.menubox {
    display: none;
}

.btn-menu {
    display: block;
    color: #B0A690;
    padding: 5px;
    position: absolute;
    top: 15px;
    right: 50px;
    cursor: pointer;
    z-index: 3;
    width: 25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
 
.btn-menu span {
    display: block;
    height: 1px;
    background-color: #404041;
    margin: 7px 0 0;
    transition: transform .1s;
    position: relative;
}
 
.btn-menu span.first {
    margin-top: 0;
}

.hidden-menu {
    display: block;
    position: fixed;
    list-style:none;
    padding: 100px 0 0 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 650px;
    background-color: #fff;
    top: 0;
    right: -100%;
    transition: right .3s;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
 
.hidden-menu li {
    padding: 10px 0 10px 0;
    text-align: center;
}
 
.hidden-menu li a {
    font-size: 16px;
    color: #000;
    padding: 6px 0px;
}


.hidden-menu-ticker:checked ~ .hidden-menu {
    right: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.first {
    -webkit-transform: rotate(-45deg);
    top: 8px;
    background-color: #B0A690;
}
.hidden-menu-ticker:checked ~ .btn-menu span.second {
    opacity: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.third {
    -webkit-transform: rotate(45deg);
    top: -8px;
    background-color: #B0A690;
}

.logo {
    width: 70px;
    height: 50px;
    background: url('../img/logo/2-logo-at.svg') 0 50%/ 80% auto no-repeat;
}

/**/

.box1 {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 100px 0 0 0;
}

.title-file p {
	font-size: 25px;
}

.file {
	width: 300px;
	flex-direction: column;
	align-items: center;
	margin: 50px 0 0 0;
}

.doc {
	width: 300px;
	font-size: 18px;
}

.doc:nth-child(1) {
	margin: 0 0 40px 0;
}

.doc a {
	font-size: 16px;
	padding: 10px 20px 13px 20px;
}

.doc img {
	width: 40px;
	height: auto;
}

/**/

.box2 {
	background: url('../img/icon/23-icon-at.png') 50% 97%/ 7% no-repeat #EAE8E2;
	margin: 50px 0 0 0;
}

.box2-wrapper {
	width: 300px;
	margin: 50px 0 50px 0;
	flex-direction: column;
	align-items: flex-start;
}

.box2-title {
	font-size: 20px;
	text-align: left;
}

.box2-title p:nth-child(1) {
	margin: 0 0 10px 0;
}

.box2-title p {
	margin: 0;
}

.box2-line {
	display: inline-block;
	width: 50px;
	height: 10px;
	background: #B0A690;
	margin: 0 0 5px 0;
}

.box2-tel {
	margin: 10px 0 10px 0;
}

.box2-tel p:nth-child(1) {
	font-size: 20px;
	margin: 0 0 20px 0;
}

.box2-tel p:nth-child(2) {
	font-size: 16px;
	margin: 0 0 10px 0;
}

.box2-tel p {
	font-size: 16px;
	margin: 0;
}

/**/

footer {
    width: 100%;
    height: 160px;
    background: #404041;
    display: flex;
    justify-content: center;
}

.textfooter {
    display: none;
}

.textfooter-mobile {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 0 0;
}

.contacts-mobile p {
    width: 300px;
    font-size: 12px;
    color: #B0A690;
    display: inline-block;
    margin: 0;
}

.contacts-mobile p:nth-child(4) {
    width: 300px;
    font-size: 12px;
    color: #B0A690;
    display: inline-block;
    margin: 0 0 10px 0;
}

.сopyright-mobile p {
    font-size: 10px;
    color: #B0A690;
    width: 300px;
    margin: 15px 0 0 0;
}

}