* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

header {
  margin: 35px 0 270px 0;
}

.container {
  width: 1415px;
  margin: 0 auto;
}

.burger {
  display: flex;
  justify-content: space-between;
}

.logo {
  margin: 10px 515px 114px 111px;
}

.logo-img {
  width: 41px;
  height: 41px;
}

.menu {
  display: flex;
  align-items:center;
  margin: 21px 85px 80px 0
}

.menu-link {
  text-decoration: none;
}

.menu-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #202336;
  padding-right: 35px;
}

.menu-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #B8BECD;
  padding-right: 35px;
}

.login {
  width: 132px;
  height: 44px;
  border: 1px solid #FB8F1D;
  border-radius: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #FB8F1D;
  margin-right: 35px;
}

.login:hover {
  cursor: pointer;
  color: #ffffff;
  background: #05177c;
}

.register {
  width: 132px;
  height: 44px;
  border: 0px;
  background: #FB8F1D;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 60px;
  color: #ffffff;
}

.register:hover {
  cursor: pointer;
  color: #ffffff;
  background: #700404;
}

.header-content {
  height: 654px;
  padding-left:111px ;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  background: url(../img/thousand-01.png);
  background-repeat:no-repeat;
  background-position: right bottom;
}

.header-content h1 {
  height: 160px;
  width: 356px;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 74px;
}

.header-content p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 21px;
}

.hr {
  height: 2px;
  width: 32px;
  border-radius: 4px;
  background: #202336;
  border-radius: 4px;
  margin-bottom: 48px;
}

.header-content img {
  height: 26px;
  width: 25px;
  margin: 394px 0 0 200px;
  position: absolute;
  left: 5%;
  right: 93.38%;
  top: 8.84%;
  bottom: 90.69%;
}

.header-content form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  margin-bottom: 51px;
}

.header-content input {
  height: 52px;
width: 220px;
left: 191px;
top: 532px;
border-radius: 6px;
border: 0.8px solid #AFB0B9;
border-radius: 6px;
padding: 21px 121px 21px 31px;
}

.header-content button {
  height: 52px;
  width: 180px;
  background: #FB8F1D;
  border:0px;
  border-radius: 8px;
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 60px;
  color: #FFFFFF;
}

.element {
  margin-top: 650px;
  position: absolute;
  left: 45.75%;
  right: 53%;
  top: 14.01%;
  bottom: 85.63%;
}

.element2 {
  margin-top: 170px;
  position: absolute;
  left: 45.06%;
  right: 57.68%;
  top: 3.94%;
  bottom: 95.71%;
}

.block-two {
  height: 550px;
  width: 1242px;
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: flex-end;
  background: url(../img/Thousand-02.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 262px;
}

.block-two h2{
  height: 100px;
  width: 481px;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  margin: 112px 0 20px 0;
}

.block-two p{
  height: 120px;
  width: 450px;
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  color: #7D7987;
  margin: 0 27px 39px 0;
}

.block-two button{
  height: 48px;
  width: 164px;
  background: #FB8F1D;
  border-radius: 8px;
  border: 0px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 60px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin: 0 317px 0 0;
}

.block-two button:hover {
  cursor: pointer;
}

.element3 {
  margin-top:930px;
  position: absolute;
  left: 47.79%;
  right: 46.96%;
  top: 19.52%;
  bottom: 80.12%;
}

.block-three {
  width: 1239px;
  height: 532px
}

.block-three_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}

.block-three_title h2 {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
}

.block-three_title a {
  text-decoration: none;
}

.block-three_title a:hover {
  cursor: pointer;
}

.block-three_title span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 60px;
  color: #FB8F1D;
}

.block-foto {
  display: flex;
  
}

.block-foto-one img {
  position: relative;
  border-radius:10px 10px 10px 10px ;
}

.block-foto-one div {
  position:absolute;
  width: 120px;
  height: 56px;
  background: #FFFFFF;
  top: 2331px;;
  border-radius: 0px 10px 0px 0px;;
}

.foto-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
}

.foto-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #80918E;
}

.block-foto-two {
  margin: 0 65px 0 65px;
}

.block-foto-two img {
  position: relative;
  border-radius:10px 10px 10px 10px ;
}

.block-foto-two div {
  position:absolute;
  width: 120px;
  height: 56px;
  background: #FFFFFF;
  top: 2331px;;
  border-radius: 0px 10px 0px 0px;;
}

.block-foto-three {
  margin-right: 65px;
}

.block-foto-three img {
  position: relative;
  border-radius:10px 10px 10px 10px ;
}

.block-foto-three div {
  position:absolute;
  width: 120px;
  height: 56px;
  background: #FFFFFF;
  top: 2331px;;
  border-radius: 0px 10px 0px 0px;
}

.block-foto-four img {
  position: relative;
  border-radius:10px 10px 10px 10px ;
}

.block-foto-four div {
  position:absolute;
  width: 120px;
  height: 56px;
  background: #FFFFFF;
  top: 2331px;;
  border-radius: 0px 10px 0px 0px;
}

.block-four {
  height: 542px;
  width: 1205px;
  background-image: url(../img/Thousand-03.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-top: 173px;
  margin-bottom: 248px;
}

.block-four h2 {
  height: 100px;
  width: 450px;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  padding-top: 152px;
}

.block-four p {
  height: 90px;
  width: 450px;
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  color: #7D7987;
  padding-top: 125px;
}

.block-four button {
  height: 48px;
  width: 164px;
  border: 0px;
  border-radius: 8px;
  background: #FB8F1D;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 130px;
}

.block-four button:hover {
  cursor: pointer;
}

.block-five {
  height: 615px;
  width: 1180px;
  position: relative;
  margin-bottom: 213px;
}

.block-five h2 {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 145px;
}

.star-rating{
  font-size: 0;
 }
 .star-rating__wrap{
  display: inline-block;
  font-size: 1rem;
 }
 .star-rating__wrap:after{
  content: "";
  display: table;
  clear: both;
 }
 .star-rating__ico{
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #FFB300;
 }
 .star-rating__ico:last-child{
  padding-left: 0;
 }
 .star-rating__input{
  display: none;
 }
 .star-rating__ico:hover:before,
 .star-rating__ico:hover ~ .star-rating__ico:before,
 .star-rating__input:checked ~ .star-rating__ico:before
 {
  content: "\f005";
 }

 .subtitle2 {
  height: 144px;
  width: 450px;
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-top: 36px;
  margin-bottom: 40px;
 }

 .namePhotographer {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 48px;
 }

 .position {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
 }

 .block-five img {
  position: absolute;
  top: 50px;
  left: 700px;
  border-radius: 10px 10px 10px 10px;
 }

.block-six {
  height: 684px;
  width: 1222px;
  margin-bottom: 196px;
}

.block-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}

.block-title h2 {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
}

.block-title a {
  text-decoration: none;
}

.block-title a:hover {
  cursor: pointer;
}
.block-title span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 60px;
  color: #FB8F1D;
}

.blocks-foto {
  display: flex;
  justify-content: space-between;
}

.description {
  height: 446px;
  width: 266px;
}

.description img {
  width: 261px;
  height: 300px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.description h3 {
  width: 219px;
  height: 60px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 30px;
  padding-bottom: 13px;
}

.description p {
  width: 266px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #7D7987;
  padding-bottom: 23px;
}
.description a {
  text-decoration: none;
}

.description a:hover {
  cursor: pointer;
}

.description span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  color: #FB8F1D;
}

.footer_menu {
  height: 297px;
  width: 1222px;
  display: flex;
  justify-content: space-around;
}

.footer_copyright {
  height: 237px;
  width: 391px;
}

.footer_copyright img {
  padding-bottom: 26px;
}

.footer_copyright p {
  height: 84px;
  width: 391px;
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #848484;
  margin-bottom: 55px;
}

.footer_list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.footer_list h3 {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 60px;
}

.footer_list a {
  text-decoration: none;
}

.footer_list a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footer_list span {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
  color: #848484;
}

.footer_hr {
  height: 0.6px;
width: 1219px;
background: #C4C4C4;
margin-bottom: 31px;
}

.footer_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}