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;
}

.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(6) {
	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;
	justify-content: center;
	background: url('../img/icon/19-icon-at.png') 90% 0/ 4.7% auto no-repeat fixed,
	url('../img/icon/18-icon-at.png') 100% 97%/ 30% auto no-repeat;
	padding: 0 0 50px 0;
}

.wrapper {
	width: 1000px;
	padding: 200px 0 0 0;
}

.info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: ;
	margin: 0 0 50px 0;
}

.info-dept {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: ;
	margin: 0 0 10px 0;
}


.position p {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
	color: #404041;
}


.name {
	margin: 0 0 0 0;
}

.name p:nth-child(1) {
	font-size: 20px;
	margin: 0 0 10px 0;
}

.name p {
	margin: 0 0 5px 0;
	font-size: 16px;
}


/**/

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;
}

/**/

.content {
	width: 100%;
	display: flex;
	justify-content: center;
	background: url('../img/icon/19-icon-at.png') 90% 0/ 4% auto no-repeat fixed,
	url('../img/icon/18-icon-at.png') 100% 97%/ 30% auto no-repeat;
}

.wrapper {
	width: 800px;
	padding: 150px 0 0 0;
}

.position p {
	font-size: 18px;
}


.name {
	margin: 0 0 0 0;
}

.name p:nth-child(1) {
	font-size: 16px;
}

.name p {
	font-size: 14px;
}


/**/

.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;
}

/**/

.content {
    width: 100%;
    display: flex;
    justify-content: center;
    background: none;
    padding: 0 0 50px 0;
}

.wrapper {
    width: 300px;
    padding: 100px 0 0 0;
}

.info {
    margin: 0 0 30px 0;
}

.position p {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #404041;
}


.name {
    margin: 0 0 0 0;
}

.name p:nth-child(1) {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.name p {
    margin: 0 0 5px 0;
    font-size: 14px;
}


/**/

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;
}

}