/*Variables*/
/*COLORS*/
/* base variables */
/* body */
/* base fonts */
/*ANIMATIONS*/
/*MEDIA QUERY*/
/*--------- font-face ---------*/
@font-face {
  font-family: 'CeraCY-Black';
  src: url("../../fonts/CeraCY-Black.eot");
  src: url("../../fonts/CeraCY-Black.eot") format("embedded-opentype"), url("../../fonts/CeraCY-Black.woff") format("woff"), url("../../fonts/CeraCY-Black.ttf") format("truetype"), url("../../fonts/CeraCY-Black.svg#CeraCY-Black") format("svg");
  font-weight: normal; }

@font-face {
  font-family: 'Cera-Bold';
  src: url("../../fonts/Cera-Bold.eot");
  src: url("../../fonts/Cera-Bold.eot") format("embedded-opentype"), url("../../fonts/Cera-Bold.woff") format("woff"), url("../../fonts/Cera-Bold.ttf") format("truetype"), url("../../fonts/Cera-Bold.svg#Cera-Bold") format("svg");
  font-weight: normal; }

@font-face {
  font-family: 'CeraCY-Regular';
  src: url("../../fonts/CeraCY-Regular.eot");
  src: url("../../fonts/CeraCY-Regular.eot") format("embedded-opentype"), url("../../fonts/CeraCY-Regular.woff") format("woff"), url("../../fonts/CeraCY-Regular.ttf") format("truetype"), url("../../fonts/CeraCY-Regular.svg#CeraCY-Regular") format("svg");
  font-weight: normal; }

@font-face {
  font-family: 'CeraProBlackItalic';
  src: url("../../fonts/CeraProBlackItalic.eot");
  src: url("../../fonts/CeraProBlackItalic.eot") format("embedded-opentype"), url("../../fonts/CeraProBlackItalic.woff") format("woff"), url("../../fonts/CeraProBlackItalic.ttf") format("truetype"), url("../../fonts/CeraProBlackItalic.svg#CeraProBlackItalic") format("svg");
  font-weight: normal; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img, iframe {
  border: 0; }

ul, nav {
  list-style: none; }

input:focus, button:focus, a:focus, textarea:focus, select:focus {
  outline: none !important; }

textarea {
  resize: none; }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-family: "CeraCY-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: normal;
  background: #ffffff;
  min-width: 320px;
  color: #24252c;
  margin: 0;
  overflow-x: hidden; }

section {
  max-width: 100%; }

a {
  color: #24252c;
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #4bbc85; }

a img {
  border: none; }

img {
  max-width: 100%;
  border-style: none; }

noscript div {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 77777;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  border: 3px solid red;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #707070; }

noscript div a {
  text-decoration: underline;
  color: blue; }

input,
textarea,
select {
  vertical-align: middle;
  color: #24252c; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0px; }

input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none; }

input[type="image"] {
  padding: 0;
  border: none; }

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="submit"],
input[type="button"] {
  cursor: pointer; }

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

button {
  cursor: pointer; }

p {
  max-width: 100%;
  margin: 0; }

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
  max-width: 100%;
  word-wrap: break-word; }

div {
  word-wrap: break-word; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

html {
  -webkit-tap-highlight-color: transparent; }

b,
strong {
  font-weight: normal;
  font-family: 'Cera-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }

img {
  vertical-align: top; }

.mark-txt {
  color: #1e8449; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.clearfix:before,
.container:before,
.clearfix:after,
.container:after {
  display: table;
  content: " "; }

.clearfix:after,
.container:after {
  clear: both; }

body:not(.mobile) ::-webkit-scrollbar, body:not(.mobile)::-webkit-scrollbar {
  width: 5px; }

body:not(.mobile) ::-webkit-scrollbar:horizontal, body:not(.mobile)::-webkit-scrollbar:horizontal {
  height: 5px; }

body:not(.mobile) ::-webkit-scrollbar-thumb, body:not(.mobile)::-webkit-scrollbar-thumb {
  width: 5px;
  border-color: transparent;
  background: #212e50; }

body:not(.mobile) ::-webkit-scrollbar-thumb:hover, body:not(.mobile)::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: transparent;
  background: #212e50; }

body:not(.mobile) ::-webkit-scrollbar-track, body:not(.mobile)::-webkit-scrollbar-track {
  border-width: 0; }

body:not(.mobile) ::-webkit-scrollbar-track-piece, body:not(.mobile)::-webkit-scrollbar-track-piece {
  background: #cecece; }

body {
  max-width: 100%; }

body.noscroll {
  overflow: hidden; }

noscript {
  position: fixed;
  top: 0;
  background: #C4C4C4;
  font-size: 14px;
  width: 100%;
  z-index: 9999999;
  text-align: center; }

noscript a {
  color: red;
  text-decoration: underline; }

noscript a:hover {
  text-decoration: none; }

input,
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.hidden {
  display: none; }

@media only screen and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }

.visible-xs {
  display: none !important; }
  @media only screen and (max-width: 599px) {
    .visible-xs {
      display: block !important; } }

@media only screen and (max-width: 599px) {
  .hidden-xs {
    display: none !important; } }

.wrapper {
  min-height: 100%;
  position: relative;
  max-width: 100%; }

.container {
  width: 1230px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto; }

.row {
  margin-right: -30px;
  margin-left: -30px; }

[class*="col"] {
  padding-right: 30px;
  padding-left: 30px; }

.flex-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.tt-upp {
  text-transform: uppercase; }

header {
  padding: 37px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 555;
  background: #fff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  header.fixed {
    padding: 20px 0;
    background: white;
    -webkit-box-shadow: 0 0px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 3px 5px rgba(0, 0, 0, 0.1); }

.logo img {
  width: 258px;
  height: 22px; }

.header-right {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px; }

.button {
  width: 370px;
  max-width: 100%;
  display: inline-block;
  height: 72px;
  line-height: 72px;
  padding: 0 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ff803a;
  font-family: 'CeraCY-Black','Arial','Helvetica Neue','Helvetica',sans-serif;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .button:hover {
    color: #fff;
    background: #ff5f07; }

.first-section {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background: url(/images/promo/tfcs/bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 100px; }
  .first-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.first-left {
  width: 700px;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); }

.first-right {
  position: absolute;
  bottom: 0;
  right: calc(50% - 1230px/2);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1) 0.4s; }

.first-info {
  font-size: 55px;
  line-height: 1.21818;
  color: #fff;
  font-family: 'CeraCY-Black','Arial','Helvetica Neue','Helvetica',sans-serif;
  letter-spacing: 1px; }
  .first-info .button {
    margin-top: 90px; }
  .first-info b {
    display: block;
    margin-top: 25px;
    font-size: 36px;
    line-height: 1.11111;
    color: #4bbc85;
    font-family: 'Cera-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }

.loaded .first-left, .loaded .first-right {
  opacity: 1; }

.second-section {
  padding: 130px 0 140px; }

.heading-section {
  margin-bottom: 96px;
  font-family: 'Cera-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
  font-size: 44px;
  line-height: 1.2;
  color: #1d1d1d;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .heading-section.visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

svg polyline, svg path, svg line, svg polygon,
svg rect, svg circle {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke-opacity: 0;
  fill-opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1); }

.visible svg path, .visible svg line, .visible svg polyline,
.visible svg polygon, .visible svg circle, .visible svg rect {
  stroke-dashoffset: 0 !important;
  stroke-opacity: 1;
  fill-opacity: 1; }

.start-list {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .start-list.visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .start-list:last-child {
    margin-bottom: 0; }

.start-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
  padding: 0 10px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  color: #1d1d1d;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em; }
  .start-item:after {
    content: '';
    position: absolute;
    top: 32px;
    right: 0;
    margin-right: -20px;
    width: 54px;
    height: 21px;
    background: url(/images/promo/tfcs/next.svg) 0 0 no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 2s cubic-bezier(0.7, 0, 0.3, 1); }
  .start-item:nth-child(1) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
    .start-item:nth-child(1) .start-item__info {
      -webkit-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
  .start-item:nth-child(2) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }
    .start-item:nth-child(2) .start-item__info {
      -webkit-transition-delay: 1.1s;
      -o-transition-delay: 1.1s;
      transition-delay: 1.1s; }
  .start-item:nth-child(3) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }
    .start-item:nth-child(3) .start-item__info {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
  .start-item:nth-child(4) .start-item__info {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .start-item:nth-child(4):after {
    display: none; }
  .start-item.visible:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.start-item__icon {
  width: 100%;
  margin-bottom: 25px;
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.start-item__info {
  text-align: center;
  font-family: 'Cera-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #1d1d1d;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s; }

.visible .start-item__info {
  opacity: 1; }

.second-section .button {
  font-size: 24px;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s; }

.second-section .visible .button {
  opacity: 1; }

.third-section {
  padding: 130px 0 100px 0;
  background: url(/images/promo/tfcs/bg2.jpg) 50% 50% no-repeat;
  background-size: cover; }
  .third-section .heading-section {
    color: #fff;
    margin-bottom: 95px; }

.third-section-list {
  width: 870px;
  margin: 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.third-section-list-item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  width: 30%;
  padding: 0 15px;
  margin-bottom: 80px;
  font-family: 'Cera-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #fff; }
  .third-section-list-item:nth-child(1) .list-info {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .third-section-list-item:nth-child(2) .list-info {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .third-section-list-item:nth-child(3) .list-info {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .third-section-list-item:nth-child(4) .list-info {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .third-section-list-item:nth-child(5) .list-info {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .third-section-list-item:nth-child(6) .list-info {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .third-section-list-item.visible .list-info {
    opacity: 1; }

.list-info {
  padding-top: 24px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s; }

.list-img {
  width: 100%;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fourth-section {
  padding: 187px 0 160px 0;
  background: url(/images/promo/tfcs/bg3.jpg) 50% 50% no-repeat;
  background-size: cover; }
  .fourth-section .button {
    width: 460px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em; }

.fourth-info {
  width: 510px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  text-align: center; }
  .fourth-info ul {
    padding: 0 0 40px;
    margin: 0;
    text-align: left; }
    .fourth-info ul li {
      margin-bottom: 21px;
      letter-spacing: 0.03em;
      font-size: 36px;
      line-height: 1.11111;
      color: #1d1d1d;
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
      transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); }
      .fourth-info ul li:nth-child(1) {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .fourth-info ul li:nth-child(2) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .fourth-info ul li:nth-child(3) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .fourth-info ul li:nth-child(4) {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s; }
  .fourth-info .align-center {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
    -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1) 0.5s; }
  .fourth-info.visible ul li, .fourth-info.visible .align-center {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.fifth-section {
  padding: 83px 15px 70px;
  background: #fff;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #24252c;
  text-align: center; }
  .fifth-section p:first-child {
    margin-bottom: 20px; }

@media only screen and (max-width: 1230px) {
  .container {
    padding: 0 15px; }
  .first-info {
    font-size: 40px; }
    .first-info b {
      font-size: 28px; }
  .first-info .button {
    margin-top: 50px; }
  .button {
    height: 60px;
    line-height: 60px;
    font-size: 26px; }
  .first-right {
    max-width: 45%;
    right: 0; }
  .second-section, .third-section {
    padding: 80px 0; }
  .fourth-section {
    padding: 80px 0; }
  .fourth-info ul li {
    font-size: 26px; } }

@media only screen and (max-width: 1023px) {
  .header-right {
    letter-spacing: 0;
    font-size: 18px; }
  .first-info {
    text-align: center; }
  .first-left {
    width: 100%;
    max-width: 100%; }
  .first-right {
    display: none; }
  .start-item__info {
    font-size: 18px; }
  .heading-section {
    margin-bottom: 60px;
    font-size: 36px; }
  .third-section .heading-section, .third-section-list-item {
    margin-bottom: 60px; }
  .fourth-info {
    width: 350px; }
  .fourth-info ul li, .button, .second-section .button {
    font-size: 20px; }
  .button {
    height: 50px;
    line-height: 50px; }
  .start-item:after {
    margin-right: -25px; } }

@media only screen and (max-width: 767px) {
  header {
    padding: 15px 0; }
  header.fixed {
    padding: 10px 0; }
  .header-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-right {
    padding-top: 10px; }
  .first-info {
    font-size: 34px; }
    .first-info b {
      font-size: 24px; }
  .start-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }
    .start-item:nth-child(2):after {
      display: none; }
  .third-section-list-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }
  .fourth-section {
    background-position: 100% 50%; }
  .fourth-info {
    width: 100%; }
    .fourth-info .button {
      margin: 0 auto; }
  .fifth-section {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media only screen and (max-width: 599px) {
  .header-right {
    font-size: 16px; }
  .first-section {
    padding: 100px 0; }
  .first-info {
    font-size: 26px; }
    .first-info b {
      font-size: 18px; }
  .heading-section {
    font-size: 28px;
    margin-bottom: 50px; }
  .third-section .heading-section, .third-section-list-item {
    margin-bottom: 50px; }
  .start-list {
    padding-bottom: 25px; }
  .list-info, .start-item__info {
    font-size: 16px; }
  .second-section, .third-section {
    padding: 50px 0; }
  .third-section-list-item {
    padding: 0 10px; }
  .fourth-info ul li, .button, .second-section .button {
    font-size: 18px; }
  .logo img {
    width: 210px;
    height: 18px; }
  .header-right {
    font-size: 14px; } }

@media only screen and (max-width: 365px) {
  .start-item, .third-section-list-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .start-item:after {
    display: none; } }

@media only screen and (min-width: 2000px) {
  .first-right {
    left: calc(100% - 1130px);
    right: auto;
    width: 30%; }
    .first-right img {
      width: 100%; } }

@media only screen and (min-width: 2500px) {
  .first-right {
    left: calc(100% - 1330px); } }

.first-right img {
	max-width: 80%;
}
