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(2) {
	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;
	background: #EAE8E2;
}

.box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	padding: 200px 0 0 0;
}

.box1-title {
	width: 1500px;
	margin: 0;
}

.box1-title p {
	font-size: 30px;
	margin: 0;
}

.box1-wrapper {
	width: 1500px;
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0 0;
}

.text1 {
	padding: 0 50px 0 0;
	margin: 0;
}

.text1 p {
	margin: 0 0 10px 0;
	text-align: justify;
}

.img1 img {
	width: 700px;
	height: auto;
}

.line1 {
	display: inline-block;
	width: 50px;
	height: 10px;
	background: #B0A690;
	margin: 0 0 50px 0;
}


/**/

.box2-wrapper {
	width: 1500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 100px 0 0 0;
}

.img2 img {
	width: 80px;
	height: auto;
	margin: 20px 0;
}

.box2-title p {
	font-size: 30px;
	margin: 10px 0;
}

.text2 {
	width: 1000px;
}

.text2 p {
	text-align: center;
	line-height: 30px;
}




/**/

.box3-wrapper {
	width: 1500px;
	display: flex;
	justify-content: space-between;
	margin: 100px 0 0 0;
}

.img3 img {
	width: 700px;
	height: auto;
}

.text3 {
	padding: 0 0 0 50px;
	margin: 0;
	text-align: justify;
}

.text3 p:nth-child(1) {
	font-size: 30px;
	margin: 0 0 40px 0;
}

.text3 p {
	margin: 0 0 10px 0;
}


/**/

.box4-title {
	max-width: 800px;
	text-align: center;
	line-height: 30px;
	margin: 150px 0 0 0;
}

.box4-title p:nth-child(1)  {
	font-size: 30px;
	margin: 0 0 20px 0;
}

.box4-wrapper {
	width: 1500px;
	display: flex;
	justify-content: space-between;
	padding: 50px 0 150px 0;
	background: url('../img/icon/23-icon-at.png') 50% 90%/ 2% no-repeat;
}

.box4-text {
	width: 270px;
}

.box4-text p {
    font-size: 18px;
}

.box4-text p:nth-child(1) {
	display: inline-block;
	font-size: 30px;
	margin: 0;
	padding: 10px 20px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 50% 50%;
	color: #B0A690;
}

.box4-text:nth-child(1) p:nth-child(1) {
	display: inline-block;
	font-size: 30px;
	margin: 0;
	padding: 10px 22px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 50% 50%;
	color: #B0A690;
}



/**/

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;
}

/**/

.box {
	padding: 150px 0 0 0;
}


.box1-title {
	width: 1100px;
}

.box1-title p {
	font-size: 30px;
	margin: 0;
}

.box1-wrapper {
	width: 1100px;
	margin: 20px 0 0 0;
}

.text1 {
	padding: 10px 30px 0 0;
}

.text1 p {
	margin: 0;
	font-size: 17px;
	text-align: justify;
}

.line1 {
	width: 40px;
	height: 8px;
	margin: 5px 0 20px 0;
}

.img1 img {
	width: 550px;
	height: auto;
}


/**/

.box2-wrapper {
	width: 1100px;
}

.box2-title p {
	font-size: 30px;
	margin: 10px 0;
}

.text2 {
	width: 900px;
}

.text2 p {
	text-align: center;
	line-height: 30px;
	font-size: 18px;
}




/**/

.box3-wrapper {
	width: 1100px;
}

.img3 img {
	width: 600px;
	height: auto;
	padding: 0 0 0 0;
}

.text3 {
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
}

.text3 p:nth-child(1) {
	font-size: 30px;
	margin: 0 0 20px 0;
}

.text3 p {
	margin: 0;
	font-size: 17px;
	text-align: justify;
}


/**/

.box4-wrapper {
	width: 1100px;
	background: url('../img/icon/23-icon-at.png') 50% 90%/ 3% no-repeat;
}

.box4-text {
	width: 200px;
	background: ;
}

.box4-text p {
    font-size: 16px;
}

.box4-text p:nth-child(1) {
	font-size: 25px;
	padding: 7px 17px;
}

.box4-text:nth-child(1) p:nth-child(1) {
	font-size: 25px;
	padding: 7px 19px;
}

/**/

.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;
}

/**/

.box {
	padding: 100px 0 0 0;
}

.box1-wrapper {
	width: 300px;
	flex-direction: column;
	margin: 20px 0 0 0;
}

.box1-title {
	width: 300px;
}

.box1-title p {
	font-size: 25px;
	margin: 0;
}

.text1 {
	padding: 10px 0 0 0;
}

.img1 img {
	width: 300px;
	height: auto;
}


/**/

.box2-wrapper {
	width: 300px;
	margin: 50px 0 0 0;
}

.box2-title p {
	font-size: 25px;
	margin: 10px 0;
}

.text2 {
	width: 300px;
}

.text2 p {
	text-align: center;
	line-height: 20px;
	font-size: 18px;
}


/**/

.box3-wrapper {
	width: 300px;
	flex-direction: column-reverse;
	margin: 50px 0 0 0;
}

.img3 img {
	width: 300px;
	height: auto;
	padding: 0 0 0 0;
}

.text3 {
	padding: 0;
	margin: 0 0 0 0;
}

.text3 p:nth-child(1) {
	font-size: 25px;
	margin: 0 0 20px 0;
}


/**/

.box4-title {
	max-width: 300px;
	line-height: 25px;
	margin: 100px 0 0 0;
}

.box4-title p:nth-child(1)  {
	font-size: 25px;
	margin: 0 0 20px 0;
}

.box4-wrapper {
	width: 300px;
	background: url('../img/icon/23-icon-at.png') 50% 97%/ 7% no-repeat;
	flex-direction: column;
	align-items: center;
	padding: 50px 0 50px 0;
}

.box4-text {
	width: 300px;
	text-align: center;
}

.box4-text p {
    font-size: 16px;
}

.box4-text p:nth-child(1) {
	font-size: 25px;
	padding: 7px 17px;
}

.box4-text:nth-child(1) p:nth-child(1) {
	font-size: 25px;
	padding: 7px 19px;
}


/**/

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;
}

}