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%;
    background: url('../img/foto-at/1-at.jpg') 0 0/100% auto no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main {
	width: 1500px;
	height: 100px;
	background: ;
	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: #fff;
	font-size: 18px;
	font-weight: 100;
	padding: 5px 20px 10px 20px;
	transition-duration: 500ms;
}

.menu a:hover {
	background: #B0A690;
}

.logo {
	width: 100px;
	height: 100px;
	background: url('../img/logo/1-logo-at.svg') 0 50%/ 80% auto no-repeat;
}

.titlemain {
	width: 1500px;
	margin: 550px 0 200px 0;
	display: flex;
	justify-content: flex-start;
	background: ;
}

.texttitle {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.texttitle1 p {
	display: inline-block;
    margin: 0 0 2px 0;
    padding: 0 0 0 50px;
    text-shadow: #1F1E44 1px 0 10px;
    background: ;
    animation-name: grow1;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-delay: 0;
}

@keyframes grow1{

0%{
    opacity: 0;
    transform: translate(0, 50px)
}

100%{
    opacity: 1;
    transform: translate(0, 0)
}
}

.texttitle2 p {
    display: inline-block;
    margin: 0;
    padding: 0 50px 10px 50px;
    background: #B0A690;
    animation-name: grow2;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-delay: 0;
}

@keyframes grow2{

0%{
    opacity: 0;
    transform: translate(0, 50px)
}

50%{
    opacity: 0;
    transform: translate(0, 50px)
}

100%{
    opacity: 1;
    transform: translate(0, 0)
}
}

.arrow1 {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    top: ;
    right: 10px;
    transform: rotate(45deg);
    background: #B0A690;
    animation-name: arrow1;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 0;
}

@keyframes arrow1{

0%{
    top: -80px;
}

50%{
    top: -100px;
}

100%{
    top: -80px;
}
}

.arrow2 {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    top: ;
    left: 11px;
    transform: rotate(-45deg);
    background: #B0A690;
    animation-name: arrow2;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 0;
}

@keyframes arrow2{

0%{
    top: -81px;
}

50%{
    top: -100px;
}

100%{
    top: -81px;
}
}


/**/

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.box1-wrapper {
    width: 1500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0 0 0;
    margin: 0 0 100px 0;
}

.box1-title p {
    font-size: 40px;
    text-align: center;
    background: ;
}

.box1-text p {
    font-size: 25px;
    line-height: 50px;
    width: 1100px;
    text-align: center;
    background: ;
}

.box1-icon {
    margin: 50px 0 0 0;
}

.box1-icon img {
    width: 80px;
    height: auto;
}


/**/

.box2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    margin: 0 0 100px 0;
}

.box2-wrapper {
    width: 1500px;
    display: flex;
    justify-content: space-between;
}

.box2-text {
    width: 270px;
}

.box2-text:nth-child(5) {
    width: auto;
    background: ;
}

.box2-text p {
    font-size: 20px;
}

.box2-text p:nth-child(1) {
    display: inline-block;
    font-size: 30px;
    margin: 0;
    padding: 10px 20px;
    background: #EAE8E2;
    box-sizing: border-box;
    border-radius: 50% 50%;
    color: #B0A690;
}

.box2-text:nth-child(1) p:nth-child(1) {
    display: inline-block;
    font-size: 30px;
    margin: 0;
    padding: 10px 22px;
    background: #EAE8E2;
    box-sizing: border-box;
    border-radius: 50% 50%;
    color: #B0A690;
}


/**/

.box3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #EAE8E2;
    padding: 50px 0 70px 0;
}

.box3-title {
    width: 1500px;
    font-size: 40px;
    margin: 0 0 20px 0;
}

.box3-wrapper {
    width: 1500px;
    display: flex;
    justify-content: space-between;
}

.box3-text {
    width: 450px;
}

.box3-text p:nth-child(2) {
    font-size: 20px;
}

.box3-text p {
    font-size: 16px;
}


/**/

.box4 {
    width: 100%;
    height: 900px;
    background: ;
    display: flex;
    justify-content: center;
    background: url('../img/foto-at/2-at.jpg') 0 0/100% auto no-repeat fixed;
}


/**/

.box5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box5-title {
    width: 1500px;
    font-size: 40px;
    margin: 100px 0 20px 0;
}

.box5-title p {
    margin: 0;
}

.box5-title img {
    margin: 0 0 0 50px;
}

.box5-wrapper {
    width: 1500px;
    display: flex;
    justify-content: space-between;
}

.box5-text {
    width: 700px;
    background: ;
}

.box5-text p {
    font-size: 20px;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #B0A690;
}

/**/

.box6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0 0 0;
}

.box6-title {
    width: 1500px;
    font-size: 40px;
    margin: 0 0 30px 0;
    text-align: center;
}

.box6-wrapper {
    width: 1500px;
    display: flex;
}

.box6-text {
    font-size: 20px;
    line-height: 30px;
    padding: 0 50px 0 0;
    text-align: justify;
}

.box6-text p:nth-child(3) {
    padding: 0;
    text-align: justify;
}

.box6-text a {
    display: inline-block;
    margin: 50px 0 0 0;
    padding: 20px;
    color: #404041;
    background: #EAE8E2;
    transition-duration: 500ms;
    transition-property: background;
    transition-timing-function: ease-out;
}

.box6-text a:hover {
    background: #B0A690;
}

.box6-line {
    display: inline-block;
    width: 50px;
    height: 10px;
    background: #B0A690;
    margin: 0 0 20px 0;
}

.box6-img img {
    width: 700px;
    height: auto;

}


/**/

.box7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 150px 0 0 0;
}

.box7-title {
    width: 1500px;
    font-size: 40px;
    margin: 0;
    text-align: center;
}

.box7-title p {
    margin: 0;
}

.box7-wrapper {
    width: 1500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: ;
}

.box7-icon1 {
    margin: 0 0 50px 0;
}

.box7-icon1 img {
    width: 80px;
    height: auto;
}

.box7-icon2 {
    margin: 50px 0 0 0;
}

.box7-icon2 img {
    width: 80px;
    height: auto;
}

.box7-text {
    font-size: 20px;
    width: 1100px;
    text-align: center;
    line-height: 40px;
    margin: 0;
}

.box7-logo {
    margin: 20px 0;
}

.box7-logo img{
    margin: 0 50px;
}

.box8-wrapper {
    width: 1500px;
    display: flex;
    justify-content: space-between;
    margin: 150px 0 0 0;
}

.box8-title {
    font-size: 40px;
}

.box8-title p {
    margin: 0;
}

.box8-text p {
    font-size: 20px;
    margin: 0;
    padding: 20px 0;
}

/**/

.box-charter {
    width: 1500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0 0 0;
}

.charter-wrapper {
    display: flex;
    justify-content: space-around;
    width: 900px;
}

.charter-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-charter img {
    width: 300px;
    height: auto;
    margin: 0;
}

.title-charter p {
    font-size: 20px;
    margin: 20px 0 0 0;
}

/**/

.box9 {
    width: 100%;
    background: url('../img/icon/22-icon-at.png') 0 0/ 110% auto no-repeat #B0A690;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 100px 0 0 0;
}

.box9-map {
    width: 1200px;
    height: 500px;
    margin: 100px 0 100px 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/1-logo-at.svg') 0 50%/ 65% auto no-repeat;
}

.titlemain {
    width: 1100px;
    margin: 400px 0 200px 0;
}

.texttitle {
    font-size: 40px;
}

.arrow1 {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    top: ;
    right: 10px;
    transform: rotate(45deg);
    background: #B0A690;
    animation-name: arrow1;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 0;
}

@keyframes arrow1{

0%{
    top: -120px;
}

50%{
    top: -140px;
}

100%{
    top: -120px;
}
}

.arrow2 {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    top: ;
    left: 11px;
    transform: rotate(-45deg);
    background: #B0A690;
    animation-name: arrow2;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 0;
}

@keyframes arrow2{

0%{
    top: -121px;
}

50%{
    top: -140px;
}

100%{
    top: -121px;
}
}

/**/

.box1-wrapper {
    width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px 0 0 0;
    margin: 0 0 70px 0;
}

.box1-title p {
    font-size: 35px;
    text-align: center;
    margin: 0;
}

.box1-text p {
    font-size: 22px;
    line-height: 40px;
    width: 900px;
    text-align: center;
}

.box1-icon {
    margin: 30px 0 0 0;
}


/**/

.box2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    margin: 0 0 100px 0;
}

.box2-wrapper {
    width: 1100px;
    display: flex;
    justify-content: space-between;
}

.box2-text {
    width: 250px;
    background: ;
}

.box2-text:nth-child(5) {
    width: auto;
    background: ;
}

.box2-text p {
    font-size: 16px;
}

.box2-text p:nth-child(1) {
    display: inline-block;
    font-size: 28px;
    padding: 7px 17px;
}

.box2-text:nth-child(1) p:nth-child(1) {
    display: inline-block;
    font-size: 28px;
    margin: 0;
    padding: 7px 19px;
    background: #EAE8E2;
    box-sizing: border-box;
    border-radius: 50% 50%;
    color: #B0A690;
}


/**/

.box3 {
    padding: 30px 0 50px 0;
}

.box3-title {
    width: 1100px;
    font-size: 35px;
}

.box3-wrapper {
    width: 1100px;
}

.box3-text {
    width: 280px;
}

.box3-text:nth-child(3) {
    width: 400px;
}

.box3-text p:nth-child(2) {
    font-size: 18px;
}

.box3-text p {
    font-size: 16px;
}

.box3-text img {
    width: 70px;
    height: auto;
}


/**/

.box4 {
    height: 600px;
}


/**/

.box5 {
    margin: 50px 0 0 0;
}

.box5-title {
    width: 1100px;
    font-size: 35px;
    margin: 20px 0 20px 0;
}

.box5-wrapper {
    width: 1100px;
}

.box5-text:nth-child(1) {
    width: 650px;
    background: ;
}

.box5-text {
    width: 400px;
    background: ;
}

.box5-text p {
    font-size: 18px;
    padding: 5px 10px 10px 10px;
}


/**/

.box6-title {
    width: 1100px;
    font-size: 35px;
}

.box6-wrapper {
    width: 1100px;
}

.box6-text {
    font-size: 18px;
    line-height: 25px;
    padding: 0 50px 0 0;
    margin: 0;
}

.box6-text p {
    padding: 0;
    margin: 0;
    text-align: justify;
}

.box6-text p:nth-child(3) {
    padding: 0;
    margin: 0;
    text-align: justify;
}

.box6-line {
    margin: 10px 0 15px 0;
}

.box6-text a {
    margin: 50px 0 0 0;
}

.box6-img img {
    width: 600px;
    height: auto;

}


/**/

.box7-wrapper {
    width: 1100px;
}

.box7-title {
    width: 1100px;
    font-size: 35px;
}

.box7-icon2 {
    margin: 50px 0 0 0;
}

.box7-text {
    font-size: 18px;
    width: 900px;
    line-height: 35px;
}

/**/

.box8-wrapper {
    width: 1100px;
    margin: 100px 0 0 0;
}

.box8-title {
    font-size: 35px;
}

.box8-text p {
    font-size: 18px;
    margin: 0;
    padding: 10px 0 10px 50px;
}

/**/

.box-charter {
    width: 1100px;
    margin: 80px 0 0 0;
}

.title-charter p {
    font-size: 18px;
    margin: 10px 0 0 0;
}

/**/

.box9 {
    background: url('../img/icon/22-icon-at.png') 0 0/ 130% auto no-repeat #B0A690;
}

.box9-map {
    width: 1100px;
    height: 500px;
    margin: 70px 0 70px 0;
}


/**/

.textfooter-mobile {
    display: none;
}

.textfooter {
    width: 1100px;
}
}

/** МОБИЛЬНАЯ ________________________________________________________*/

@media (max-width: 500px) {

header {
    width: 100%;
    background: url('../img/foto-at/1-at.jpg') 40% 0/auto 600px no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main {
    width: 300px;
    height: 50px;
    background: ;
}

.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: #fff;
    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/1-logo-at.svg') 0 50%/ 65% auto no-repeat;
}

.titlemain {
    width: 300px;
    margin: 300px 0 200px 0;
}

.texttitle {
    font-size: 30px;
}

.texttitle1 p {
    font-size: 23px;
    padding: 0 0 0 20px;
}

.texttitle2 p {
    padding: 7px 20px 10px 20px;
}

/**/

.box1-wrapper {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 0;
    margin: 0 0 70px 0;
}

.box1-title p {
    font-size: 25px;
    text-align: center;
    margin: 0;
}

.box1-text p {
    font-size: 18px;
    line-height: 30px;
    width: 300px;
    text-align: center;
}

.box1-icon {
    margin: 30px 0 0 0;
}


/**/

.box2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    margin: 0 0 100px 0;
}

.box2-wrapper {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box2-text {
    text-align: center;
}

.box2-text:nth-child(5) {
    width: 250px;
}


/**/

.box3 {
    padding: 30px 0 50px 0;
}

.box3-title {
    width: 300px;
    font-size: 25px;
}

.box3-wrapper {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.box3-text {
    width: 280px;
    background: ;
}

.box3-text:nth-child(3) {
    width: 280px;
    background: ;
}

.box3-text p:nth-child(2) {
    font-size: 16px;
}

.box3-text p {
    font-size: 14px;
}

/**/

.box4 {
    width: 100%;
    height: 700px;
    background: url('../img/foto-at/2-at.jpg') 60% 0/auto 100%  no-repeat fixed;
}


/**/

.box5 {
    margin: 50px 0 0 0;
}

.box5-title {
    width: 300px;
    font-size: 35px;
    margin: 20px 0 20px 0;
}

.box5-wrapper {
    width: 300px;
    display: flex;
    flex-direction: column;
}

.box5-text:nth-child(1) {
    width: 300px;
}

.box5-text {
    width: 300px;
}

.box5-text p {
    font-size: 18px;
}


/**/

.box6-title {
    width: 300px;
    font-size: 25px;
}

.box6-wrapper {
    width: 300px;
    display: flex;
    flex-direction: column-reverse;
}

.box6-text {
    font-size: 18px;
    line-height: 25px;
    padding: 50px 0 0 0;
    margin: 0;
}

.box6-text p {
    display: inline-block;
    width: 300px;
    padding: 0;
    margin: 0;
    text-align: justify;
}

.box6-text p:nth-child(3) {
    padding: 0;
    margin: 0;
    text-align: justify;
}

.box6-line {
    margin: 10px 0 15px 0;
}

.box6-text a {
    margin: 30px 0 0 0;
}

.box6-img img {
    width: 300px;
    height: auto;

}


/**/

.box7 {
    margin: 100px 0 0 0;
}

.box7-wrapper {
    width: 300px;
}

.box7-title {
    width: 300px;
    font-size: 25px;
}

.box7-icon2 {
    margin: 0 0 0 0;
}

.box7-text {
    font-size: 18px;
    width: 300px;
    line-height: 35px;
    text-align: justify;
}

.box7-logo {
    margin: 0;
}

.box7-logo img{
    width: 40px;
    height: auto;
    margin: 0 10px;
}

/**/

.box8-wrapper {
    width: 300px;
    display: flex;
    flex-direction: column;
}

.box8-title {
    font-size: 25px;
    margin: 0 0 20px 0;
}

.box8-text p {
    font-size: 18px;
    margin: 0;
    padding: 10px 0 10px 50px;
}

/**/

.box-charter {
    width: 300px;
    margin: 80px 0 0 0;
}

.charter-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 300px;
}

.title-charter p {
    font-size: 18px;
    margin: 10px 0 0 0;
}

/**/

.box9 {
    background: url('../img/icon/22-icon-at.png') 50% 0/ 530% auto no-repeat #B0A690;
}

.box9-map {
    width: 300px;
    height: 500px;
    margin: 70px 0 70px 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;
}

}