* {
   margin: 0;
   padding: 0;
   list-style: none;
   text-decoration: none;
}

.container {
   max-width: 1110px;
   margin: 0 auto;
}

.header_ul {
   display: flex;
}

nav {
  display: flex; 
  justify-content: space-between;
}

.header_link {
   color: #4d4d4d;
   padding: 19px 24px 21px 28px;
   font-size: 18px;
   font-family: arial;
   font-weight: bold;
   display: inline-block;
}

.header_link:hover {
   background: #c1bc45;
   color: white;
   transition: 500ms;
}

header {
   background: url(img/headerbg.jpg) no-repeat center center /cover;
   height: 672px;
}

.header_content h1 {
   font-size: 100px;
   color: #c0bc45;
   font-family: arial;
   line-height: 72px;
   margin-bottom: 15px;
}

.header_content p {
   color: #4d4d4d;
   font-size: 18px;
   font-family: arial;
}

.header_content span {
   color: black;
   font-weight: 900;
}

.header_row {
   height: 100%;
   display: flex;
   flex-direction: column;
}

.header_content {
   flex-grow: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

/* Картинки с кросовками */

main{
   margin-top: 88px;
   margin-bottom: 135px;
}

.left h2 {
   color: black;
   font-size: 20px;
   font-family: arial;
   line-height: 15px;
   margin-bottom: 15px;
}

.left h2 span {
   font-size: 25px;
}

.left img {
   margin-bottom: 21px;
}

.left,
.right {
   width: 540px;
}

.right__item {
   border: 4px solid #aeaeae;
   display: flex;
}

.left p {
   color: #333333;
   font-family: arial;
   line-height: 27px;
   user-select: none;
}

.main__row {
   display: flex;
   justify-content: space-between;
}

.right__item img {
   margin: 13px 38px 14px 23px;
}

.right__item-info h3 {
   font-size: 20px;
   color: black;
   font-family: arial;
   line-height: 16px;
   margin: 15px 0;
}

.right__item-info p {
   color: #919191;
   font-family: arial;
   line-height: 24px;
}

.right {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}

footer {
   background: black;
   padding-top: 110px;
   padding-bottom: 30px;
}

header nav ul a {
   font-size: 18px;
   color: #4d4d4d;
   font-family: arial;
   font-weight: bold;
   padding: 19px 24px 21px 28px;
   display: inline-block;

}

header nav ul a:hover {
   background: #c1bc45;
   color: white;
   transition: 500ms;
}

footer nav ul a {
   font-size: 18px;
   color: #4d4d4d;
   font-family: arial;
   font-weight: bold;
   margin-left: 52px;
   padding-bottom: 10px;
}

footer nav ul a:hover{
   color: #bc3333;
   border-bottom: 4px solid #bc3333;
}

footer nav {
   align-items: center;
}

.footer__text {
   font-size: 18p;
   font-family: arial;
   font-weight: bold;
   color: #5a5a5a;
   text-align: center;
   margin-top: 65px;
}

.logotip {
 padding: 7px;
}


