/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
  -moz-appearance: button;
       appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-appearance: textfield;
       appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

body {
  width: 100%;
  max-height: 3000px;
  margin: 0 auto;
  -webkit-tap-highlight-color: transparent;
  background-color: #444444;
  color: #DDDDDD;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

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

ul {
  list-style-type: none;
}

.userSelect {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

#h1span {
  text-decoration: underline;
}

main {
  position: relative;
}

.h1Wrap {
  color: #969894;
  font-size: 1.4rem;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

h3, h2 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  color: #FFCC00;
  text-align: center;
  padding: 34px 10px;
  letter-spacing: 0.01em;
  font-size: 2.2rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
h3:hover, h2:hover {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.wrapHeadear {
  height: auto;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
}

#header {
  min-height: 120px;
  top: 0px;
  left: 0;
  position: sticky;
  display: grid;
  grid-template-columns: 230px auto 270px;
  background-color: #2B2B2B;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  color: #FFCC00;
  text-align: center;
  border: 1px solid white;
}

.phone {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #FF9900;
  font-size: 2rem;
  text-shadow: 1px 1px 12px;
}

.logoHouse {
  min-height: inherit;
  background-image: url("../images/logoHouse2.png");
  background-repeat: no-repeat;
  background-position: center;
}

.lines {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  position: absolute;
  height: 92%;
  top: 4%;
  width: 90%;
  left: 5%;
  border-left: 1px solid white;
  border-right: 1px solid white;
  margin: 0 auto;
}

.sec1 {
  position: relative;
  border-left: 1px solid white;
  margin: 0 auto;
  min-height: 72vh;
  background-image: url("../images/SAM_0122.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 20px 0;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(20, 20, 20, 0.6);
}

.sec1P {
  border-right: 1px solid white;
  border-left: 1px solid white;
  padding: 14px 40px 10px;
  position: relative;
  width: 1400px;
  text-align: left;
  margin: 20px auto 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: white;
  text-indent: 30px;
}

.sec1Img {
  height: auto;
  position: relative;
  width: 1400px;
  margin: 30px auto 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 7px 4px #FFFFFF;
          box-shadow: 0px 0px 7px 4px #FFFFFF;
}

.sec1H3 {
  padding: 20px 40px;
}

.sec2 {
  position: relative;
  outline: 1px solid white;
  min-height: 300px;
  background-color: #2B2B2B;
  max-width: 100%;
  border-right: 1px solid white;
  padding-bottom: 66px;
}

.sec2P {
  position: relative;
  text-indent: 40px;
  width: 80%;
  margin: 0 auto;
  line-height: 2.6rem;
  font-size: 1.8rem;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  padding-bottom: 16px;
  padding-top: 16px;
}

.sec2span {
  color: #8fdaec;
}

#sec3 {
  outline: 1px solid white;
  min-height: 300px;
  border-left: 1px solid white;
  color: white;
  padding: 0 0 40px;
  font-size: 1.4rem;
}

#sec3Content {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 14px;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#sec3Content div {
  border-radius: 30%;
  width: 50px;
  height: 50px;
}
#sec3Content div:nth-child(1) {
  background-image: url("../images/sprite1.png");
  background-position: 0 0;
}
#sec3Content div:nth-child(3) {
  background-image: url("../images/sprite1.png");
  background-position: 50px 0;
}
#sec3Content div:nth-child(5) {
  background-image: url("../images/sprite1.png");
  background-position: 100px 0;
}
#sec3Content div:nth-child(7) {
  background-image: url("../images/sprite1.png");
  background-position: 150px 0;
}
#sec3Content div:nth-child(9) {
  background-image: url("../images/sprite1.png");
  background-position: 0 -50px;
}
#sec3Content div:nth-child(11) {
  background-image: url("../images/sprite1.png");
  background-position: 150px -50px;
}
#sec3Content div:nth-child(13) {
  background-image: url("../images/sprite1.png");
  background-position: 100px -50px;
}
#sec3Content div:nth-child(15) {
  background-image: url("../images/sprite1.png");
  background-position: 50px -50px;
}
#sec3Content div:nth-child(17) {
  background-image: url("../images/sprite1.png");
  background-position: 0 -100px;
}
#sec3Content div:nth-child(19) {
  background-image: url("../images/sprite1.png");
  background-position: 150px -100px;
}
#sec3Content div:nth-child(21) {
  background-image: url("../images/sprite1.png");
  background-position: 100px -100px;
}
#sec3Content div:nth-child(23) {
  background-image: url("../images/sprite1.png");
  background-position: 50px -100px;
}

.sec3P {
  text-align: left;
  padding: 12px 20px 12px 0;
  font-size: 1.8rem;
  text-shadow: 2px 2px 10px black;
}

.sec4 {
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #2B2B2B;
  outline: 1px solid white;
  min-height: 300px;
  border-right: 1px solid white;
  line-height: 2.4rem;
  font-size: 1.6rem;
  padding-bottom: 45px;
}

.sec4Ul {
  font-size: 1.4em;
  text-align: left;
  padding-left: 70px;
}

.sec4Li {
  line-height: 2.8rem;
  text-shadow: 3px 3px 12px black;
  border-left: 1px solid white;
  margin-left: 30px;
  padding-left: 45px;
  padding-right: 45px;
}

.sec5 {
  -webkit-transition: all 1s;
  transition: all 1s;
  padding: 20px 0;
  border-left: 1px solid white;
  margin: 0 auto;
  text-shadow: 2px 2px 10px black;
}

.sec5Ul {
  -webkit-transition: all 1s;
  transition: all 1s;
  display: grid;
  grid-template-columns: auto auto auto auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  grid-gap: 10px;
  row-gap: 30px;
}

.sec5Img {
  width: 240px;
  height: 180px;
  background-image: url("../images/Sprite22.png");
}

#sec5Img2 {
  background-position: 720px 0;
}

#sec5Img3 {
  background-position: 480px 0;
}

#sec5Img4 {
  background-position: 240px 0px;
}

#sec5Img5 {
  background-position: 0px -180px;
}

#sec5Img6 {
  background-position: 720px -180px;
}

#sec5Img7 {
  background-position: 480px -180px;
}

#sec5Img8 {
  background-position: 240px -180px;
}

#sec5Img9 {
  background-position: 0 -360px;
}

#sec5Img10 {
  background-position: 720px -360px;
}

#sec5Img11 {
  background-position: 480px -360px;
}

#sec5Img12 {
  background-position: 240px -360px;
}

.sec5P {
  color: white;
  text-align: center;
  padding: 0 0 20px;
  font-size: 1.5em;
}

.sec6 {
  border-right: 1px solid white;
  border-top: 1px solid white;
  background-color: #2B2B2B;
  min-height: 300px;
  margin: 0 auto;
  text-align: left;
  padding: 0 100px 50px;
}

.sec6P {
  -webkit-transition: all 1s;
  transition: all 1s;
  line-height: 2.8rem;
  border-left: 1px solid #8fdaec;
  padding-left: 45px;
  font-size: 2rem;
  text-shadow: 3px 3px 12px black;
}

.trubaImg {
  width: 200px;
  height: 200px;
}

.sec7 {
  letter-spacing: 0.2rem;
  text-shadow: 2px 2px 10px black;
  text-align: center;
  padding: 0px 0 26px;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.sec7 p {
  padding: 0px 0 20px;
  color: white;
  font-size: 1.6rem;
}

#sec7A {
  text-decoration: none;
  width: 300px;
  pointer-events: none;
}

.sec7__phone {
  pointer-events: none;
  display: inline-block;
  position: relative;
  color: #FF9900;
  padding: 20px;
  width: 300px;
  border-radius: 14px;
  font-size: 1.5rem;
  background-color: #2B2B2B;
  text-shadow: 1px 1px 12px;
  margin: 15px auto;
  border: 1px solid;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sec7__phone:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.sec7__phone:active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-color: #DA0000;
}

footer {
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  display: grid;
  grid-template-columns: 300px auto 200px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #2B2B2B;
  color: #FFCC00;
  text-align: center;
  min-height: 80px;
  outline: 1px solid white;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0 30px;
  min-height: 200px;
}
footer div {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer p {
  color: white;
  text-shadow: 2px 2px 10px black;
  letter-spacing: 0.04rem;
}

#telegramP {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#telegramP::before {
  content: url("../images/telegramIcon.png");
  position: relative;
  top: 5px;
  left: -8px;
}
#telegramP:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

#mailP::before {
  position: relative;
  content: url("../images/gmailIcon.png");
  top: 5px;
  left: -8px;
}

#telegramA {
  -webkit-text-decoration-color: #93E1E1;
          text-decoration-color: #93E1E1;
}

#gmailSpan {
  text-decoration: underline;
  color: white;
}

.footerImgLeft {
  width: 300px;
  height: 150px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5)) drop-shadow(-10px -10px 15px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5)) drop-shadow(-10px -10px 15px rgba(0, 0, 0, 0.5));
  border-radius: 30%;
}

.lastP {
  text-align: center;
  background-color: #283a3a;
  font-size: 0.9rem;
}

#br {
  display: none;
}

#br2 {
  display: none;
}

#br3 {
  display: none;
}

.logoImg {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  cursor: crosshair;
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /*Disable Animation on Mobile Devices*/
}
@media screen and (max-width: 1700px) {
  .sec1P {
    width: 1200px;
  }
  .sec1Img {
    width: 1200px;
  }
}
@media screen and (max-width: 1500px) {
  #sec3Content {
    grid-template-columns: auto auto auto auto;
  }
  .sec1P {
    width: 1000px;
  }
  .sec1Img {
    width: 1000px;
  }
  .sec4 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1340px) {
  .sec4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1250px) {
  .sec1P {
    width: 850px;
    font-size: 1.4rem;
  }
  .sec1Img {
    width: 850px;
  }
}
@media screen and (max-width: 1200px) {
  .h1Wrap {
    font-size: 1.2rem;
  }
  .phone {
    font-size: 1.6rem;
  }
  footer {
    grid-template-columns: 200px auto 150px;
    font-size: 1.3rem;
  }
  .sec6P {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 1076px) {
  .h1Wrap {
    font-size: 1rem;
  }
  .phone {
    font-size: 1.3rem;
  }
  .sec5Ul {
    grid-template-columns: auto auto auto;
  }
  footer {
    grid-template-columns: 250px auto 200px;
  }
  .footerImgLeft {
    width: 250px;
  }
}
@media screen and (max-width: 1070px) {
  .lines {
    opacity: 0;
  }
  #sec3Content {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 992px) {
  #sec7A {
    pointer-events: initial;
  }
  .sec7__phone {
    pointer-events: initial;
  }
  #br {
    display: block;
  }
  .sec5Ul {
    grid-template-columns: auto auto;
  }
  #header {
    grid-template-columns: auto;
  }
  .h1Wrap h1 {
    margin: initial;
  }
  .logoHouse {
    margin: 12px 0 0;
    min-height: 90px;
  }
  .phone {
    padding: 15px 0;
  }
  footer {
    grid-template-columns: auto;
  }
  h3, h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 880px) {
  .sec1P {
    width: 700px;
    font-size: 1.4rem;
  }
  .sec1Img {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .sec1P {
    width: 700px;
    font-size: 1.2rem;
    padding: 14px 10px 10px;
  }
  .sec1Img {
    width: 700px;
  }
  .sec1P {
    width: 480px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .sec1Img {
    width: 480px;
  }
  .sec4Ul {
    padding-left: 4px;
  }
  .sec4Li {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .sec6 {
    padding: 0 4px 50px;
  }
  .sec6P {
    font-size: 1rem;
    padding-left: 15px;
    line-height: 1.6rem;
  }
  .sec3 {
    font-size: 1rem;
    padding: 0 12px 40px;
  }
  .sec3P {
    padding: 12px 20px 12px 0;
    font-size: 1.2rem;
  }
  .sec2P {
    position: relative;
    text-indent: 20px;
    width: 92%;
    margin: 0 auto;
    line-height: 1.6rem;
    font-size: 1.2rem;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  #br2 {
    display: block;
  }
}
@media screen and (max-width: 556px) {
  .sec5Ul {
    grid-template-columns: auto;
  }
  .h1Wrap {
    font-size: 0.7rem;
  }
  .sec1P {
    width: initial;
    font-size: 1rem;
    min-width: 300px;
    margin: 20px 2% 0;
  }
  .sec1Img {
    width: initial;
    width: 300px;
  }
}
@media screen and (max-width: 390px) {
  #br3 {
    display: block;
  }
}