﻿ @font-face {
     font-family: 'Roboto';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/roboto-v30-latin-regular.eot');
     src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
 }

 @font-face {
     font-family: 'Roboto';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/roboto-v30-latin-700.eot');
     src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
 }

 :root {
     font-size: 16px;
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 html {
     min-height: 100%;
 }

 body {
     font-family: 'Roboto', Arial, sans-serif;
     font-size: 1rem;
     line-height: 1.4375rem;
     color: #3a434f;
     font-weight: 400;
     background: #f4f4f4;
 }

 #wrapper {
     margin: 1rem auto;
     max-width: 780px;
 }

 header {
     margin: 0 0 0.75rem;
 }

 header .flex-box {
     flex-direction: row-reverse;
     padding: 2rem;
     background: #fff;
 }

 header i {
     margin-right: 0.4375rem;
 }

 header p:nth-of-type(1) i {
     margin-right: 0.625rem;
 }

 :is(.white-background, .orange-background) {
     padding: 1.5rem 2rem;
     margin-bottom: 0.5625rem;
     box-shadow: rgba(0, 0, 0, 0.15) 0 .125rem .5rem;
 }

 .white-background {
     background: #fff;
 }

 .white-background i {
     color: #E4040C;
     font-size: 3.2rem;
 }

 .orange-background {
     background: #E4040C;
 }

 .orange-background :is(p, a) {
     color: #fff !important;
 }

 :is(.flex-box-infor, .flex-box, .socical) {
     display: flex;
 }

 .flex-box {
     justify-content: space-between;
     gap: 14px;
 }

 .flex-box-content {
     width: 49%;
 }

 .orange-background .button {
     width: 183px;
     height: 38px;
     line-height: 2.375rem;
     display: block;
     border: none;
     background: #fff;
     color: #dc4405 !important;
     margin: 1.625rem auto 0.5rem;
     text-align: center;
     font-size: 112%;
 }

 :is(.orange-background .flex-box, .socical) {
     align-items: center;
 }

 .big-szie {
     font-size: 3.2rem;
     color: #fff;
 }

 .flex-box-infor {
     gap: 20px;
 }

 .flex-box-infor h2 {
     margin: 1.5rem 0 0.5rem;
 }

 .white-background .flex-box {
     margin-right: 8.25rem;
 }

 iframe {
     border: none;
     width: 100%;
     height: 450px;
 }

 footer {
     margin: 0.25rem 0 0;
 }

 :is(footer.orange-background p, h1) {
     text-align: center;
 }

 .socical {
     justify-content: center;
     gap: 1.875rem;
     margin-top: 1.125rem;
 }

 .socical i {
     font-size: 2rem;
 }

 :is(h1, h2, strong, .button) {
     font-weight: 700;
 }

 h1 {
     margin: 1rem 0;
     font-size: 2rem;
     line-height: 1.2;
 }

 h2 {
     font-size: 1.1875rem;
     line-height: 1.4;
     margin: 0 0 1.25rem;
     color: #E4040C;
 }

 p:not(:last-child) {
     margin: 0 0 0.5625rem;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #3a434f;
     text-decoration: none;
 }

 img {
     max-width: 100%;
 }

 ul {
     margin: 0 0 0.625rem 3.4375rem;
 }

 ul li {
     list-style: none;
     text-indent: -0.9375rem;
 }

 ul li:before {
     font-size: 1.25rem;
     margin-right: 0.9375rem;
     position: relative;
     top: 1px;
     float: left;
     content: "\2022";
     color: #E4040C;
 }

 .slide {
     margin: 0;
     padding: 0;
     border: 0;
     position: relative;
 }

 .slide img {
     vertical-align: bottom;
 }

 @keyframes slidy {
     0% {
         opacity: 0;
     }

     6.6% {
         opacity: 1;
     }

     33.3% {
         opacity: 1;
     }

     39.9% {
         opacity: 0;
     }

     100% {
         opacity: 0;
     }
 }

 .slide img:nth-of-type(1) {
     position: relative;
 }

 .slide img {
     opacity: 0;
     position: absolute;
     top: 0;
     left: 0;
     max-width: 100%;
     animation: slidy 15s linear 0s infinite normal forwards;
 }

 .slide img:nth-child(2) {
     animation-delay: 5s;
 }

 .slide img:nth-child(3) {
     animation-delay: 10s;
 }

 @media screen and (max-width: 779px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     .white-background .flex-box {
         margin-right: 0;
     }

     .flex-box-infor h2 {
         margin-top: 0;
     }

     :is(h1, h2, p, ul li) {
         hyphens: auto;
     }

     :is(p a, p span) {
         white-space: nowrap;
     }

     br:not(br.mobile-block) {
         display: none;
     }
 }

 @media screen and (max-width: 650px) {
     :is(.white-background .flex-box, .flex-box-infor) {
         flex-direction: column;
         align-items: center;
         justify-content: center;
     }

     .white-background .flex-box :is(h2, p) {
         text-align: center;
     }
 }

 @media screen and (max-width: 547px) {
     header .flex-box {
         flex-direction: column;
         align-items: center;
     }

     header :is(h2, p) {
         text-align: center;
     }

     .flex-box-content {
         width: 100% !important;
     }
 }

 @media screen and (max-width: 430px) {
     :is(.white-background, .orange-background, header .flex-box) {
         padding: 1.25rem;
     }

     h1 {
         font-size: 1.625rem;
     }

     iframe {
         height: 250px;
     }

     ul {
         margin-left: 0.9375rem;
     }
 }