 body {
   border-top: 4px solid #ff7500;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.site-header {
   margin-top: 12px;
   background-color: #fff;
   color: black;
}

.site-header-top {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 20px;
}

.logo {
   border-radius: 5px;
   padding-top: 12px;
   padding-right: 24px;
   padding-bottom: 12px;
   padding-left: 24px;
   font-size: 20px;
   text-decoration: none;
   background-color: #ff7500;
   color: #fff;
   transition: background-color 0.5 ease;
}

.logo:hover {
   background-color: rgba(255, 117, 0, 0.7);
}

.site-header-right {
   margin: 0;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.site-header-nav ul {
   display: flex;
}

.site-header-nav a:hover {
   color: #ff7500;
}

.site-header-nav a {
   text-decoration: none;
   color: #000;
}

.site-header-nav li {
   list-style: none;
   margin-right: 15px;
}

.head-page {
   border-bottom: #ff7500 solid 4px;
}

.follow-link {
   padding-top: 12px;
   padding-right: 24px;
   padding-bottom: 12px;
   padding-left: 24px;
   text-decoration: none;
   background-color: #ff7500;
   color: #fff;
   border-radius: 5px;
}

.follow-link:hover {
   background-color: rgba(255, 117, 0, 0.7);
}

.promo {
   border-radius: 12px;
   display: flex;
   background-color: #252420;
   color: #fff;
}

.promo-list {
   margin-top: 40px;
   margin-bottom: 50px;
   margin-left: 100px;
}

.promo-follow-link {
   padding-top: 12px;
   padding-right: 24px;
   padding-bottom: 12px;
   padding-left: 24px;
   text-decoration: none;
   background-color: #ff7500;
   color: #fff;
   border-radius: 5px;
}

.promo-follow-link {
   margin-top: 30px;
   margin-left: 100px;
}

.promo-follow-link:hover {
   background-color: rgba(255, 117, 0, 0.7);
}

.promo-img {
   border-radius: 8px;
   box-shadow: 24px 24px 0px 0px rgba(255, 117, 0, 0.6);
}

.orange-line {
   width: 80px;
   height: 3px;
   margin-top: 30px;
   margin-left: 130px;
   background-color: #ff7500;
   border: 0;
} 

.site-main-list {
   display: flex;
}

.site-main-img {
   background-color: rgba(255, 117, 0, 0.2);
   width: 100px;
   height: 100px;
   border-radius: 50%;
}

.site-main-item {
   margin-top: 72px;
   margin-right: 78px;
   margin-left: 20px;
}

.site-main-item:last-child {
   margin-right: 0;
}

.action {
   border-radius: 12px;
   width: 100%;
   height: 419px;
   display: flex;
   background-color: #252420;
   color: #fff;
   margin-right: 170px;
   margin-bottom: 160px;
}

.action-div {
   margin-top: 64px;
   margin-right: 92px;
   margin-bottom: 64px;
   margin-left: 64px;
}

.action-strong {
   color: #ff7500;
}

.action-follow-link {
   padding-top: 12px;
   padding-right: 24px;
   padding-bottom: 12px;
   padding-left: 24px;
   text-decoration: none;
   background-color: #ff7500;
   color: #fff;
   border-radius: 5px;
}

.action-follow-link:hover {
   background-color: rgba(255, 117, 0, 0.7);
}

.action-img {
   box-shadow: 24px 24px 0px 0px rgba(255, 117, 0, 0.6);
   border-radius: 8px;
}

.site-footer {
   background-color: #f8f8f8;
}

.site-footer-top {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.currentColor:hover {
   color: #ff7500
}

.site-footer-nav ul {
   display: flex;
}

.site-footer-nav li {
   list-style: none;
   margin-right: 16px;
}

.site-footer-nav li:last-child {
   margin-right: 0;
}

.site-footer-nav ul:hover {
   color: #ff7500;
}

.footer-line {
   width: 760px;
   height: 2px;
   background-color: rgba(37, 36, 32, 0.5);
   border: 0;
}

.site-footer-bottom {
   display: flex;
}

.site-footer-second-nav a {
   text-decoration: none;
   color: #000;
}

.site-footer-second-nav a:hover {
   color: #ff7500;
}

.site-footer-second-nav li {
   list-style: none;
}

.container {
   width: 100%;
   max-width: 1020px;
   padding-right: 30px;
   padding-left: 30px;
   margin-right: auto;
   margin-left: auto;
}

