.content{
    max-width: 1600px;
    margin: auto;
}

*.container {
    /*display: flex;*/
    width: 1600px;
    height: 500px;
   /* margin-top: 100px;*/
    /*margin: 50px 153px 13px;*//*только добавил*/
    font-family: 'Montserrat', sans-serif;
    /*background-color: blue;*/
}
.heder-logo {
    text-align: center;
    width: 1600px;
    height: 200px;
   padding-top: 100px;
    font-family: 'WindSong', cursive;
    font-size: 200px;
    line-height: 80%;
    color: black;
    /*background-color: #CFA537;*/
}

.heder-logo2 {

   /* text-align: center;
    width: 1400px;
    height: 100px;
    /*margin: 20px 20px 12px 20px;*/
    font-family: 'Poiret One', cursive;
    font-size: 100px;
    color: black;
    /*background-color: red;*/
}

/*.nav-menu {
    text-align: center;
    margin-bottom: 100px;
}*/
.nav {

    text-align: center;
    margin-top: 150px;
    margin-bottom: 80px;
   /*margin: 100px 0;*/
}

/* убираем отступы и поля, а также list-style для "ul",
 * и добавляем "position:relative" */
.nav ul {
    padding:0;
    margin:0;
    list-style: none;
    position: relative;
}
/* применяем inline-block позиционирование к элементам навигации */
.nav ul li {
    margin: 0px -7px 0 0;
    display:inline-block;
    background-color: white;
}
/* стилизуем ссылки */
.nav a {
    display:block;
    padding:0 10px;
    color:black;
    font-size:20px;
    line-height: 60px;
    text-decoration:none;
}

/* изменяем цвет фона при наведении курсора*/
.nav a:hover {
    background-color: darkgrey;
}
/* скрываем выпадающие списки по умолчанию
			 * и задаем абсолютное позиционирование */
.nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
}

/* отображаем выпадающий список при наведении */
.nav ul li:hover > ul {
    display:inherit;
}

/* первый уровень выпадающего списка */
.nav ul ul li {
    min-width:170px;
    float:none;
    display:list-item;
    position: relative;
}
/*
.foto {
    /*width: 80%;
    margin: 0px 128px 0px 0px;
}*/

.nav-item {
    color: #000000;
    font-weight: 400;
    font-size: 19px;
    margin-right: 72px;
}

.main {
    display: flex;
    width: 1390px;
    height: 460px;
    /*margin: 0px 193px 60px;*//*только добавил*/
   /*background-color: yellow;*/
}
.my_foto {
    float: left;
    width: 480px;
    height: 400px;
    margin-top: 50px;
    text-align: right;

}
.my_info {
    float:right;
    width: 900px;
    height: 400px;
    margin-top: 40px;
    margin-right: auto;

    font-weight: 400;
    font-size: 36px;

}
.start {
    float: right;
    width: 850px;
    height: 80px;
    text-indent: 40px;
    /*font-size: 46px;
    line-height: 15px;*/
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 146.4%;
    /* or 35px */

    letter-spacing: 0.08em;

}
.spisok_1 {
    float:left;
    width: 445px;
    height: 300px;
    text-align: left;
   /* font-size: 14px;*/
    border-right: 2px solid black;


    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.055em;
    color: #000000;
}
.spisok_2 {
    float:right;
    width: 445px;
    height: 325px;


    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.055em;
    color: #000000;
}
ul li{
   /*margin-top: 35px;*/
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 1.8em;
}
.my_info_video {
   /*position: absolute;*/
    width: 1600px;
    height: 715px;
    /*margin: 0px 50px 00px;*/
    left: 10px;
    color: #FFFFFF;
    background-color: #000000E5;

}
.zagolovok {
    margin-left: 50px;
}

.my_info_2 {
    float:left;
    width: 61%;
    height: 580px;
    /*font-size: 18px;*/
    padding-left: 4%;
    padding-top: 1%;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.055em;
}

.video {
    float:right;
    padding-top: 130px;
    width: 34%;
    height: 315px;
}

.my_projects {
    position: absolute;
    width: 655px;
    height: 43px;
    margin-left: 480px;
    margin-top: 630px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 146.4%;
    /* or 44px */
    letter-spacing: 0.29em;
    text-align: center;
    color: #FFFFFF;
}

.line1 {
    position: absolute;
    width: 470px;
    height: 0px;
    margin-left: 0px;
    margin-top: 650px;
    border: 1px solid white;

}

.line2 {
   position: absolute;
    width: 465px;
    height: 0px;
    margin-left: 1133px;
    margin-top: 650px;
    border: 1px solid white;
}

.projects{
    position: absolute;/*lj,fdbk*/
    width: 1300px;
    margin: 30px 150px;
    height: 1000px;
    display: grid;
    grid-template-columns: repeat(3, 470px);
    /*grid-template-rows: 440px 5em 440px;*/
    /*background-color: blue;*/
}
.box1 {
    width: 300px;
    height: 450px;
    margin-top: 20px;
    margin-left: 30px;
    /*border: 3px solid black;*/

}
.box2 {
    width: 300px;
    height: 450px;
    /*border: 3px solid black;*/
    margin-top: 20px;
    margin-left: 10px;
    /*background-color: darkmagenta;*/

}
.box3 {
    width: 300px;
    height: 450px;
    /*border: 3px solid black;*/
    margin-top: 20px;
    margin-left: 10px;
  /*  background-color: darkmagenta;*/
}

.box4 {
    width: 300px;
    height: 30px;
    /*border: 3px solid black;*/
    margin-top: 10px;
    margin-left: 30px;
    text-align: center;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 146.4%;
    /* or 26px */

    letter-spacing: 0.08em;

    color: #000000;
   /*background-color: darkmagenta;*/
}
.box5 {
    width: 300px;
    height: 30px;
   /*border: 3px solid black;*/
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 146.4%;
    /* or 26px */

    letter-spacing: 0.08em;

    color: #000000;
    /*background-color: darkmagenta;*/
}
.box6 {
    width: 300px;
    height: 30px;
   /*border: 3px solid black;*/
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 146.4%;
    /* or 26px */

    letter-spacing: 0.08em;

    color: #000000;
   /*background-color: darkmagenta;*/
}
.box7 {
    width: 300px;
    height: 450px;
    /*border: 3px solid black;*/
    margin-top: 0px;
    margin-left: 30px;
    /*background-color: darkmagenta;*/
}
.box8 {
    width: 300px;
    height: 450px;
    /*border: 3px solid black;*/
    margin-top: 0px;
    margin-left: 10px;
   /*background-color: darkmagenta;*/
}
.box9 {
    width: 300px;
    height: 450px;
    /*border: 3px solid black;*/
    margin-top: 0px;
    margin-left: 10px;
   /*background-color: darkmagenta;*/
}
.box10 {
    width: 300px;
    height: 30px;
    /*border: 3px solid black;*/
    margin-top: 10px;
    margin-left: 30px;
    text-align: center;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 146.4%;
    /* or 26px */

    letter-spacing: 0.08em;

    color: #000000;
  /* background-color: darkmagenta;*/
}
.box11 {
    width: 300px;
    height: 30px;
    /*border: 3px solid black;*/
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 146.4%;
    /* or 26px */

   letter-spacing: 0.08em;

    color: #000000;
  /*background-color: darkmagenta;*/
}
.box12 {
    width: 300px;
    height: 30px;
   /* border: 3px solid black;*/
    margin-top: 30px;
    margin-left: 250px; /*было 230*/
    text-align: center;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 146.4%;
    /* or 26px */

    letter-spacing: 0.08em;

    color: #000000;
  /* background-color: darkmagenta;*/
}


/*мастер классы*/
.my_clases{
    position: absolute;
    margin-top: 2765px;
    margin-bottom: 10px;
    width: 1600px;
    height: 500px;
    top: 10px;
    /*background-color: chartreuse;*/
}
.line3 {
    position: absolute;
    width: 650px;
    height: 0px;
    left: 0px;
    top: 20px;/*3820*/

    border: 1px solid #000000;
}
.clases{
    position: absolute;
    width: 340px;
    height: 43px;
    left: 670px;
    top: 0px;/*3807*/

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 146.4%;
    /* or 44px */

    letter-spacing: 0.08em;

    color: rgba(0, 0, 0, 0.75);
    /*background-color: grey;*/
}
.line4 {
    position: absolute;
    width: 600px;
    height: 0px;
    left: 995px;
    top: 20px;/*3820*/

    border: 1px solid #000000;
}

.box_video1{
   position: absolute;
    width: 370px;
    height: 252px;
    left: 200px;
    top: 90px;/*3930*/

    background: #000000;
}
.box_video2{
    position: absolute;
    width: 370px;
    height: 252px;
    left: 1005px;
    top: 90px;/*3930*/

    backgrund: #000000;
}
.box_video3{
    position: absolute;
    width: 370px;
    height: 252px;
    left: 600px;
    top: 90px;/*3930*/

    background: #000000;
}

.box_text1{
    position: absolute;
    width: 370px;
    height: 100px;
    left: 200px;
    top: 340px;/*4200*/
    text-align: center;
    /*background-color: indianred;*/
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 146.4%;
    /* or 26px */

    letter-spacing: 0.08em;

    color: #000000;
}
.box_text2{
    position: absolute;
    width: 370px;
    height: 100px;
    left: 600px;
    top: 340px;/*4200*/
    text-align: center;
    /*padding-top: 130px;*/
    /*background-color: indianred;*/
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 146.4%;
    /* or 26px */

    letter-spacing: 0.08em;

    color: #000000;
}
.box_text3{
    position: absolute;
    width: 360px;
    height: 100px;
    left: 1005px;
    top: 340px;/*4200*/
    text-align: center;
   /* background-color: indianred;*/
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 146.4%;
    /* or 26px */

    letter-spacing: 0.08em;

    color: #000000;
}
.box_text4{
    position: absolute;
    width: 460px;
    height: 30px;
    left: 1175px;
    top: 410px;/*4270*/
    text-align: center;
    /*background-color: indianred;*/
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 146.4%;
    /* or 26px */

    letter-spacing: 0.08em;

    color: #000000;
}

/*медиа*/

.line9 {
    position: absolute;
    width: 743px;
    height: 0px;
    /*margin-left: 0px;*/
    margin-top: 1590px;
    /*left: 480px;*/
    /*top: 4310px;*/

    border: 1px solid #000000;
}
.media{
    position: absolute;
    width: 130px;
    height: 43px;
    margin-left: 760px;
    margin-top: 1570px;
    /*left: 1240px;*/
    /*top: 4287px;*/

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 146.4%;

    letter-spacing: 0.08em;

    color: rgba(0, 0, 0, 0.75);
    /*background-color: red;*/
}
.line10 {
    position: absolute;
    width: 695px;
    height: 0px;
    margin-left: 900px;
    margin-top: 1590px;
    /*left: 1385px;
    top: 4310px;*/

    border: 1px solid #000000;
}


.my_media{
   position: absolute;
    margin: 50px 0px;
    width: 1600px;
    height: 600px;
    top: 3310px;
    display: grid;
    grid-template-columns: repeat(3, 565px);
    /*grid-template-rows: 440px 5em 440px;*/
   /* background-color: #CFA537;*/
}
.media_box1{
    width: 470px;
    height: 250px;
}
.media_box2{
    width: 470px;
    height: 250px;
}
.media_box3{
    width: 470px;
    height: 250px;
}
.media_box4{
    width: 470px;
    height: 250px;
}
.media_box5{
    width: 470px;
    height: 250px;
}
.media_box6{
    width: 470px;
    height: 250px;
}

/*услуги*/

.service{
    position: absolute;/*ugyigyg*/
    width: 1600px;
    top: 3950px;/*bbiui*/
margin: 50px 3px;
height: 700px;
display: grid;
grid-template-columns: repeat(3, 470px);
grid-template-rows: 280px 5em 280px;

background: url("photo/Rectangle 9.png") fixed,
            url("photo/japanese-interior-design8 1.png") fixed;
background-size: auto, cover;

font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 146.4%;
/* identical to box height, or 44px */

    letter-spacing: 0.08em;

    color: #FFFFFF;

}
.line5 {
    position: absolute;
    width: 670px;
    height: 0px;
    /*left: 0px;*/
    top: 70px;

    border: 1px solid white;
}
.services {
    position: absolute;
    width: 340px;
    height: 43px;
    left: 700px;
    top: 47px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 146.4%;
    /* or 44px */
    letter-spacing: 0.29em;
    /*text-align: center;*/
    color: white;
}
.line6 {
    position: absolute;
    width: 715px;
    height: 0px;
    left: 880px;
    top: 70px;

    border: 1px solid white;
}
.service_box1 {
    width: 366px;
    height: 270px;
    /*border: 3px solid yellow;*/
    margin-top: 120px;
    margin-left: 140px;
    text-align: center;
    padding-top: 50px;

    /*background-color: darkmagenta;*/
}

.service_box2 {
    width: 366px;
    height: 270px;
    /*border: 3px solid yellow;*/
    margin-top: 120px;
    margin-left: 140px;
    text-align: center;
    padding-top: 50px;
    /*background-color: darkmagenta;*/
}
.service_box3 {
    width: 366px;
    height: 270px;
    /*border: 3px solid yellow;*/
    margin-top: 120px;
    margin-left: 140px;
    text-align: center;
    padding-top: 50px;
   /* background-color: darkmagenta;*/
}

.service_box4 {
    width: 396px;
    height: 150px;
    /*border: 3px solid yellow;*/
    margin-top: 180px;
    margin-left: 140px;


   /* background-color: darkmagenta;*/

    font-size: 13px;
    line-height: 160%;
    /* or 21px */

}

.service_box5 {
    width: 396px;
    height: 150px;
   /*border: 3px solid yellow;*/
    margin-top: 180px;
    margin-left: 220px;

   /* background-color: darkmagenta;*/

    font-size: 13px;
    line-height: 160%;
    /* or 21px */

}
.service_box6 {
    width: 396px;
    height: 150px;
    /*border: 3px solid yellow;*/
    margin-top: 180px;
    margin-left: 140px;

    /*background-color: darkmagenta;*/

    font-size: 13px;
    line-height: 160%;
    /* or 21px */

}

li {
    margin-left: 30px;
    /*margin-bottom: 1em;*/
}
.picture_1{
    padding-top: 30px;
}




.finish{
    position: absolute;/*jhjkhjhjk*/
    width: 1600px;
    height: 900px;
    top: 4785px;
    /*display: grid;
    grid-template-columns: repeat(3, 470px);
    grid-template-rows: 280px 10em 280px;*/

    background: url("photo/Rectangle 9.png") fixed,
    url("photo/japanese-interior-design8 1.png") fixed;
    background-size: auto, cover;


    letter-spacing: 0.08em;

    color: #FFFFFF;
    background-color: green;
}

.line7{
    position: absolute;
    width: 710px;
    /*height: 0px;
   /* left: 0px;*/
    top: 70px;

    border: 1px solid #FFFFFF;
}

.line8{
    position: absolute;
    width: 715px;
   /* height: 0px;*/
    left: 880px;
    top: 70px;

    border: 1px solid #FFFFFF;
}
.finish_header{
    width: 1600px;
    height: 70px;
    padding-top: 47px;
    /*border: 3px solid #C0C0C0;*/
    text-align: center;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 146.4%;
    /* or 44px */
    letter-spacing: 0.29em;
    /*text-align: center;*/
    color: #FFFFFF;
}

.finish_body{
    position: absolute;/*lj,fdbk*/
    /*width: 70%;
    height: 400px;*/
    margin: 50px 140px;
    /*border: 3px solid #C0C0C0;*/
    display: grid;
    grid-template-columns: repeat(4,350px);
    grid-template-rows: 200px 400px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 146.4%;
    /* or 35px */
}
.finish_box2{
    width: 300px;
    height: 150px;
    text-align: center;
    border: 3px solid #FFFFFF;

   /*font-weight: 500;*/
    font-size: 20px;
    line-height: 146.4%;
    /* or 29px */

    letter-spacing: 0.05em;

    color: #FFFFFF;
}

.finish_box3{
    width: 300px;
    height: 150px;
    text-align: center;
    border: 3px solid #FFFFFF;

   /* font-weight: 500;*/
    font-size: 20px;
    line-height: 146.4%;
    /* or 29px */

    letter-spacing: 0.05em;

    color: #FFFFFF;
}
.finish_box4{
    width: 300px;
    height: 150px;
    text-align: center;
    border: 3px solid #FFFFFF;

   /*font-weight: 500;*/
    font-size: 20px;
    line-height: 146.4%;
    /* or 29px */

    letter-spacing: 0.05em;

    color: #FFFFFF;
}
.finish_box5{
    width: 300px;
    height: 150px;
    text-align: center;
    border: 3px solid #FFFFFF;

   /* font-weight: 500;*/
    font-size: 20px;
   line-height: 146.4%;
    /* or 29px */

    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.finish_box6{
    width: 300px;
    height: 430px;
    text-align: left;
    border: 3px solid #FFFFFF;
}
.finish_box7{
     width: 300px;
     height: 430px;
    text-align: left;
     border: 3px solid #FFFFFF;

 }
.finish_box8{
    width: 300px;
    height: 430px;
    text-align: left;
    border: 3px solid #FFFFFF;


}
.finish_box9{
    width: 300px;
    height: 430px;
    text-align: left;
    border: 3px solid #FFFFFF;


}
.finish_box10{
    width: 300px;
    height: 30px;
    margin-left: 700px;
    text-align: center;
    font-size: 15px;
    /*border: 3px solid #FFFFFF;*/

}
.finish_box11{
    width: 300px;
    height: 30px;
    margin-left: 700px;
    text-align: center;
    font-size: 15px;
    /*border: 3px solid #FFFFFF;*/

}

ol {
    padding-left: 0px;
}

.footer{
    position: absolute;
    width: 1600px;
    height: 230px;
    /*left: 170px;*/
    top: 5730px;
    /*margin-left: 300px;
    margin-top: 50px;*/
    border-bottom: 10px solid #CFA537;
    border-bottom: 1px solid #FFFFFF;
    transform: rotate(0.02deg);
    /*border: 3px solid yellow;*/
   /* background-color: red;*/

}
.footer_1{
    width: 590px;
    height: 200px;
    float:left;
    text-align: right;
    /*font-family: 'El Messiri', sans-serif;*/
    font-size: 30px;
    color: black;

    /*border: 3px solid yellow;*/
    /*background-color: indianred;*/

}
.footer_2{
    width: 450px;
    height: 200px;
    float: left;
    text-align: center;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 146.4%;
    /* or 35px */

    letter-spacing: 0.08em;

    color: #000000;
   /* border: 3px solid yellow;*/
   /* background-color: darkmagenta;*/

}
.footer_3{
    width: 350px;
    height: 200px;
    float: right;
    text-align: left;
    /*border: 3px solid yellow;*/
    /*background-color: blue;*/
}
.copy{
    position: absolute;
    width: 1600px;
    height: 30px;
    /*left: 200px;*/
    top: 5930px;
    text-align: center;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 146.4%;
    /* or 35px */

    letter-spacing: 0.08em;

    color: rgba(0, 0, 0, 0.4);
    /*background-color: red;*/
}