html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
hr,
address,
br,
b,
i,
sub,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
ul,
ol,
li,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
aside,
figure,
figcaption,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button {
  border: 0;
}
:focus {
  outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
a {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.wrapper {
  height: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
.wrapper._menu {
  padding-top: 110px;
}
.wrapper._menu .s-footer {
  margin-top: -240px;
}
.wrapper._menu .s-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.b-inner {
  min-height: 100%;
  box-sizing: border-box;
  padding-bottom: 240px;
}
.wrapper__index.fixed .s-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
img {
  display: block;
}
button {
  background: transparent;
}
html {
  font-size: 62.5%;
}
html,
body {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: Times New Roman, Sans;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
}
.btn-a {
  font-family: Sans;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 28px;
  background: #010821;
  padding: 11px 25px;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.btn-a:hover {
  background: #fff;
  color: #010821;
}
.btn-b {
  font-family: Sans;
  padding: 11px 25px;
  display: inline-block;
  vertical-align: middle;
  color: #d9b97c;
  font-size: 28px;
  background: #89744c;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.btn-b:hover {
  background: #d9b97c;
  color: #89744c;
}
.s-header {
  min-height: 110px;
  background: #d9b97c;
  font-size: 0;
}
.s-header .container {
  position: relative;
  min-height: 110px;
}
.s-header .b-logo {
  margin: 15px 20px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.s-header .b-logo__svg {
  width: 235px;
  height: 80px;
  fill: #89744c;
}
.s-header__nav {
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
}
.s-header__submenu {
  margin-top: 10px;
  background: #89744c;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  top: 100%;
  left: -2px;
  padding: 0 20px 10px;
  width: 250px;
}
.s-header__submenu-li {
  display: block;
}
.s-header__submenu-link {
  display: block;
  padding: 6px 0;
  color: #d9b97c;
  font-size: 23px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.s-header__submenu-link:hover {
  color: #fff;
}
.s-header__li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
.s-header__li+.s-header__li {
  margin-left: 25px;
}
.s-header__li:hover .s-header__link._drop:after {
  right: 0;
  -webkit-transform: rotate(138deg);
  -ms-transform: rotate(138deg);
  transform: rotate(138deg);
  top: 7px;
}
.s-header__li:hover .s-header__submenu {
  opacity: 9;
  visibility: visible;
  height: auto;
}
.s-header__link {
  position: relative;
  color: #fff;
  font-size: 26px;
  line-height: 25px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.s-header__link._drop {
  padding-right: 23px;
}
.s-header__link._drop:after {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  margin: auto 0;
  bottom: 0;
  border-left: 3px solid #89744c;
  border-bottom: 3px solid #89744c;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s-header__link:hover {
  opacity: 0.7;
}
.s-header__info {
  text-align: center;
  position: absolute;
  top: 10px;
  right: 35px;
}
.s-header__info-phone {
  color: #89744c;
  font-size: 30px;
  margin-bottom: 7px;
  letter-spacing: 1px;
}
.s-header__info-phone a{
    color: #89744c;
}
.s-header .btn-b {
  padding: 6px 32px;
}
.s-header .btn-b:hover {
  background: #242530;
  color: #fff;
}
.s-footer {
  font-size: 0;
  background: url("../img/s-index-a-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 240px;
  position: relative;
}
.s-footer__link {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-left: 7px;
}
.s-footer__link:hover {
  opacity: 0.7;
}
.s-footer .b-logo {
  float: left;
  margin-top: 65px;
}
.s-footer .b-logo__svg {
  width: 400px;
  height: 145px;
  fill: #d9b97c;
}
.s-footer .btn-b {
  margin-bottom: 26px;
}
.s-footer__info {
  text-align: right;
  float: right;
  color: #fff;
  font-size: 20px;
  margin-top: 60px;
}
.s-footer__info a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.s-footer__info p {
  margin-bottom: 8px;
}
.s-footer__company {
  font-size: 20px;
  color: #d9b97c;
  position: absolute;
  bottom: 95px;
  margin: 0 auto;
  width: 270px;
  right: 0;
  left: 0;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.s-footer__company-svg {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  fill: #d9b97c;
}
.s-footer__company:hover {
  opacity: 0.7;
}
.s-index-a {
  background: url("../img/s-index-a-bg.jpg") no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  font-family: Sans;
  padding-top: 70px;
  padding-bottom: 120px;
}

.s-index-a__link-next {
  bottom: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
}
.s-index-a__link-next:after {
  display: block;
  content: "";
  position: absolute;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.s-index-a__link-next:hover:after {
  border-color: #d9b97c;
}
.s-index-a__outer {
  font-size: 0;
}
.s-index-a__col {
  display: inline-block;
  vertical-align: top;
  width: 53%;
}
.s-index-a__col:first-child {
  width: 45.7%;
}
.s-index-a .b-logo {
  display: block;
  padding-bottom: 14px;
  border-bottom: 3px solid #d9b97c;
  width: 415px;
  margin: 0 auto 40px;
}
.s-index-a .b-logo__svg {
  width: 415px;
  height: 140px;
  fill: #d9b97c;
}
.s-index-a__text {
  line-height: 50px;
  color: #fff;
  font-size: 54px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 32px;
}
.s-index-a__text span {
  font-size: 115px;
  display: inline-block;
  margin-right: 10px;
}
.s-index-a__phone {
  height: 80px;
  padding: 0 9px;
  border: 5px solid #d9b97c;
  color: #d9b97c;
  max-width: 435px;
  font-size: 38px;
  margin: 0 auto;
}
.s-index-a__phone-svg {
  float: left;
  fill: #d9b97c;
  width: 72px;
  height: 45px;
  margin-right: 10px;
  margin-top: 13px;
}
.s-index-a__phone span {
  font-size: 59px;
  color: #fff;
  margin-left: 10px;
}
.s-index-c {
  padding: 20px 0 10px;
}
.s-index-c__right {
  padding-left: 85px;
}
.s-index-c__left,
.s-index-c__right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.s-index-c__text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 22px;
  color: #010821;
}
.s-index-c__ttl {
  margin: 0 auto 3px;
  font-size: 41px;
  color: #010821;
  display: block;
  text-align: center;
  position: relative;
}
.s-index-c__ttl:after,
.s-index-c__ttl:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 43%;
  height: 1px;
  background: #010821;
}
.s-index-c__ttl:after {
  left: 0;
}
.s-index-c__ttl:before {
  right: 0;
}
.s-index-c__phone {
  height: 80px;
  padding: 0 9px;
  border: 5px solid #d9b97c;
  color: #d9b97c;
  max-width: 435px;
  font-size: 38px;
  margin: 0 auto;
}
.s-index-c__phone-svg {
  fill: #d9b97c;
  float: left;
  width: 72px;
  height: 45px;
  margin-right: 10px;
  margin-top: 13px;
}
.s-index-c__phone span {
  font-size: 59px;
  color: #010821;
  margin-left: 10px;
}
.s-index-c__about {
  font-size: 0;
}
.s-index-c__about-ttl {
  font-size: 48px;
  margin-bottom: 43px;
  text-align: center;
  color: #010821;
  line-height: 49px;
}
.s-index-c__about-img {
  position: relative;
  background: url("../img/image.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 270px;
}
.s-index-c__about-link {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #010821;
  position: absolute;
  bottom: -45px;
  right: 42px;
  background: #fff;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.s-index-c__about-link:hover {
  background: #010821;
}
.s-index-c__about-link:hover .s-index-c__about-svg {
  fill: #d9b97c;
}
.s-index-c__about-svg {
  fill: #010821;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 70px;
  height: 40px;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.s-index-d {
  padding: 100px 0 90px;
  background: url("../img/image1.png") left 120px no-repeat, url("../img/image2.png") right top no-repeat;
}
.s-index-d__ttl {
  margin: 0 auto 40px;
  font-size: 41px;
  display: block;
  font-weight: 400;
  text-align: center;
  position: relative;
  color: #010821;
}
.s-index-d__ttl:after,
.s-index-d__ttl:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 415px;
  height: 1px;
  background: #010821;
}
.s-index-d__ttl:after {
  left: 22px;
}
.s-index-d__ttl:before {
  right: 22px;
}
.s-index-d__outer {
  font-size: 0;
  width: 900px;
  margin: 0 auto;
}
.s-index-d__col {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
}
.s-index-d__col+.s-index-d__col {
  margin-left: 30px;
}
.s-index-d__info {
  background: #d9b97c;
  text-align: center;
  height: 280px;
  overflow: hidden;
  padding: 50px 15px 15px;
}
.s-index-d__info-ttl {
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  font-size: 31px;
  position: relative;
  padding-bottom: 12px;
}
.s-index-d__info-ttl:after {
  display: block;
  content: "";
  position: absolute;
  width: 130px;
  border: 1px solid #89744c;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.s-index-d__info-text {
  margin-top: 15px;
  color: #89744c;
  font-size: 21px;
  line-height: 23px;
}
.s-index-d__info-svg {
  fill: #fff;
  margin: 0 auto 10px;
}
.s-index-d__info-svg._personal {
  width: 38px;
}
.s-index-d__info-svg._premium {
  width: 65px;
}
.s-index-d__info-svg._product {
  width: 60px;
}
.s-index-d__info-svg._clean {
  width: 60px;
}
.s-index-d__info-svg._city {
  width: 60px;
}
.s-index-d__info-svg._eat {
  width: 35px;
}
.s-index-e {
  padding-top: 45px;
  border-bottom: 7px solid #d9b97c;
  background: url("../img/bg.jpg") no-repeat;
  background-size: cover;
}
.s-index-e .f-form {
  margin: 0 auto 115px;
}
.s-index-e__ttl {
  color: #010821;
  font-size: 41px;
  text-align: center;
  margin-bottom: 50px;
}
.s-index-e__text {
  color: #010821;
  text-align: center;
  margin-bottom: 70px;
  font-size: 28px;
  line-height: 36px;
}
.s-index-f {
  background: url("../img/s-index-f-bg.jpg") no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.s-index-f__svg {
  fill: #fff;
  width: 180px;
  display: block;
  height: 265px;
}
.s-index-f__phone {
  height: 95px;
  padding: 0 13px;
  border: 5px solid #d9b97c;
  color: #d9b97c;
  max-width: 560px;
  font-size: 55px;
  margin: 0 auto;
  background: #fff;
}
.s-index-f__phone-svg {
  fill: #d9b97c;
  float: left;
  width: 100px;
  height: 60px;
  margin-right: 10px;
  margin-top: 17px;
}
.s-index-f__phone span {
  font-size: 64px;
  color: #010821;
  margin-left: 10px;
}
.s-index-f .container {
  max-width: 560px;
}
.s-index-f__outer {
  font-size: 0;
  margin-bottom: 45px;
}
.s-index-f__col {
  padding-left: 30px;
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}
.s-index-f__col:first-child {
  width: 35%;
}
.s-index-f__cost {
  display: inline-block;
  font-size: 115px;
  color: #fff;
  border-bottom: 1px solid #d9b97c;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.s-index-f__cost span {
  display: inline-block;
  font-size: 52px;
  margin-left: 10px;
}
.s-index-f__text {
  font-size: 53px;
  color: #010821;
  line-height: 40px;
}
.s-index-g {
  font-size: 0;
  text-align: center;
  padding-top: 52px;
  background: #fff8e5;
}
.s-index-g .container {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.s-index-g__ttl {
  margin: 0 auto 12px;
  font-size: 41px;
  display: block;
  text-align: center;
  position: relative;
  color: #010821;
}
.s-index-g__ttl:after,
.s-index-g__ttl:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 45%;
  height: 1px;
  background: #010821;
}
.s-index-g__ttl:after {
  left: 0;
}
.s-index-g__ttl:before {
  right: 0;
}
.s-index-g__text {
  text-align: center;
  font-size: 28px;
  margin-bottom: 45px;
  color: #d9b97c;
  line-height: 35px;
}
.s-menu {
  background: url("../img/bg-menu.jpg") right top no-repeat;
}
.s-menu .container {
  max-width: 1200px;
}
.s-menu__price {
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  background: #89744c;
  margin-left: 10px;
  font-size: 22px;
}
.s-menu__list {
  margin-bottom: 30px;
}
.s-menu__list li {
  margin-bottom: 15px;
  color: #010821;
}
.s-menu__list p {
  text-transform: uppercase;
  font-size: 21px;
}
.s-menu__list span {
  display: block;
  font-size: 21px;
}
.s-menu__ttl {
  margin-bottom: 20px;
  color: #89744c;
  font-size: 20px;
  text-transform: uppercase;
}
.s-menu .b-tabs__list {
  font-size: 0;
  border-bottom: 3px solid #89744c;
  padding: 20px 0 0;
}
.s-menu .b-tabs__li {
  display: inline-block;
  vertical-align: middle;
}
.s-menu .b-tabs__li._active .b-tabs__link {
  background: #d9b97c;
  color: #fff;
  cursor: default;
}
.s-menu .b-tabs__link {
  margin-right: 2px;
  display: block;
  padding: 7px 15px;
  font-size: 22px;
  color: #242530;
  text-transform: uppercase;
  -webkit-transition: background 0.2s color 0.2s;
  transition: background 0.2s color 0.2s;
}
.s-menu .b-tabs__link:hover {
  background: #d9b97c;
  color: #fff;
}
.s-menu .b-tabs__wrap {
  padding-top: 23px;
  display: none;
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: 70px 100px;
}
.s-menu .b-tabs__wrap._active {
  display: block;
}
.s-menu .b-tabs__wrap.b-tabs-first {
  background-image: url("../img/tab-bg1.png");
}
.s-menu .b-tabs__wrap.b-tabs-second {
  background-image: url("../img/tab-bg2.png");
}
.s-menu .b-tabs__wrap.b-tabs-last {
  background-image: url("../img/tab-bg3.png");
}
.b-popup {
  display: none;
  width: 630px;
}
.b-popup .f-form {
  padding: 40px 0 35px;
}
.b-popup__close {
  position: absolute;
  top: 20px;
  right: 35px;
  width: 30px;
  height: 30px;
}
.b-popup__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-popup__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-popup__close:after,
.b-popup__close:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  background: #fff;
  width: 40px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.b-price {
  padding: 20px 10px;
  border: 3px solid #d9b97c;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  text-align: center;
}
.b-price+.b-price {
  margin-left: 40px;
}
.b-price:nth-child(2n) {
  border-color: #010821;
}
.b-price__ttl {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 15px;
  color: #010821;
  line-height: 37px;
  position: relative;
  padding-bottom: 20px;
}
.b-price__ttl:after {
  display: block;
  content: "";
  position: absolute;
  background: #d9b97c;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  width: 250px;
}
.b-price__svg {
  width: 50px;
  display: block;
  margin: 0 auto 10px;
  fill: #89744c;
}
.b-price__list {
  margin: 0 auto 13px;
  position: relative;
  padding-bottom: 30px;
}
.b-price__list:after {
  display: block;
  content: "";
  position: absolute;
  background: #d9b97c;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  width: 250px;
}
.b-price__li {
  font-size: 30px;
  margin-bottom: 3px;
  color: #d9b97c;
}
.b-price__text {
  font-size: 41px;
  margin-bottom: 10px;
  color: #010821;
  line-height: 40px;
}
.b-price__text span {
  display: block;
  font-size: 30px;
}
.b-price .btn-b {
  padding: 6px 39px;
  font-size: 40px;
}
.f-form {
  padding: 20px 0 35px;
  text-align: center;
  background-color: #d9b97c;
  max-width: 633px;
}
.f-form__ttl {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
}
.f-form__ttl span {
  display: block;
}
.f-form__row {
  position: relative;
  max-width: 530px;
  margin: 0 auto 25px;
  padding-bottom: 5px;
}
.f-form__inp {
  max-width: 530px;
  width: 100%;
  padding: 16px 20px 14px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  color: #010821;
  font-size: 21px;
}
.f-form__inp::-webkit-input-placeholder {
  color: #010821;
}
.f-form__inp::-moz-placeholder {
  color: #010821;
}
.f-form__inp:-ms-input-placeholder {
  color: #010821;
}
.f-form__inp::placeholder {
  color: #010821;
}
.f-form__inp.required-error ~.error-req {
  opacity: 9;
  visibility: visible;
}
.f-form__inp.email-error ~.error-email {
  opacity: 9;
  visibility: visible;
}
.f-form .btn-a {
  margin-top: 2px;
}
.f-form .error {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: absolute;
  font-size: 16px;
  color: 10821;
  left: 0;
  top: 100%;
}
.holle-cards{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 30px 0;
}
.gallery-card{
  width: 24%;
  height: auto;
  display: block;
  margin-top: 1%;
}
.gallery-card img{
  width: 100%;
  height: auto;
}
.accordion {
  background-color: #f1dfb1;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion.b-price__li{
  font-size: 15px;
}
.active, .accordion:hover {
  background-color: #fbefd0;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  font-size: 30px;
  margin-bottom: 3px;
  color: #d9b97c;
  background-color: #fbefd0;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.b-price__li{
  font-size: 20px;
}
/*# sourceMappingURL=common.css.map */

@media (max-width:700px) {
  .s-index-a__col {
    width: 100%;
  }
  .s-index-a {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s-index-a .b-logo{
    width: auto;
    margin: 0 auto;
  }
  .s-index-a .b-logo__svg{
    width: 320px;
    margin: 0 auto;
  }
  .s-index-a__col:first-child {
    width: auto;
  }
  .s-index-a__text span {
    margin-top: 50px;
  }
  .s-index-a__link-next {
    display: none
  }
  .s-header__link {
    font-size: 20px;
  }
  .s-header {
    min-height: auto;
  }
  .s-header .b-logo {
    display: block;
    margin:  0 auto;
    padding-top: 10px;
  }
  .s-header__info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 100px;
    position: static;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .s-header__li+.s-header__li {
    margin-left: 0;
  }
  .s-index-c__ttl:after, .s-index-c__ttl:before {
    width: 30%;
  }
  .s-index-c__ttl {
    font-size: 30px;
  }
  .s-header__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
  }
  .s-header__info-phone {
    font-size: 20px;
  }
  .s-index-c__left, .s-index-c__right {
    width: 100%;
  }
  .s-index-c__about-ttl {
    font-size: 20px;
    line-height: 22px;
  }
  .s-index-c__phone {
    max-width: 320px;
  }
  .s-index-c__phone {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px
  }
  .s-index-c__phone span {
    font-size: 28px;
  }
  .s-index-c__phone-svg{
    height: 40px;
    margin-top: 0;
  }
  .s-index-c__right {
    padding-left: 0;
    padding-top: 30px;
  }
  .s-index-c__about-link{
    display: none;
  }
  .btn-b{
    font-size: 20px;
  }
  .s-header .b-logo__svg {
    display: block;
    margin: 0 auto;
    height: 50px;
  }
  .s-index-a__phone {
    margin-bottom: 35px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s-index-a__phone span {
    font-size: 30px;
  }
  .s-index-a__phone-svg {
    width: 50px;
    margin-top: 0
  }
  .s-footer__info {
    text-align: center;
  }
  .s-footer {
    height: 480px;
  }
  .s-footer .b-logo__svg {
    width: 320px;
    margin: 0 auto;
  }
  .s-index-e__ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .s-index-e__text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px
  }
  .s-index-e .f-form {
    margin-bottom: 30px;
  }
  .gallery-card{
    width: 100%;
    margin-top: 3%;
  }
  .s-index-d__outer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s-index-d__ttl:after, .s-index-d__ttl:before {
    display: none;
  }
  .s-index-d__col+.s-index-d__col{
    margin-left: 0;
  }
  .s-index-f__col:first-child {
    width: 100%;
  }
  .s-index-f__col{
    width: 100%;
  }
  .s-index-f__svg {
    height: 100px;
  }
  .s-index-f__cost {
    font-size: 50px;
  }
  .s-index-f__text{
    font-size: 23px;
    line-height: 25px;
  }
  .s-index-f__phone {
    display: flex;
    align-items: center;
    font-size: 30px;
  }
  .s-index-f__phone span {
    font-size: 30px;
  }
  .s-index-f__phone-svg {
    width: 70px;
    margin-top: 0;
  }
  .s-index-g__ttl:after, .s-index-g__ttl:before {
    width: 30%;
  }
  .b-price{
    width: 100%;
  }
  .s-index-g__text {
    font-size: 18px;
    line-height: 20px;
  }
  .b-price+.b-price {
    margin-left: 0;
    margin-top: 20px;
  }
  .wrapper._menu .s-header{
    position: static;
  }
  .wrapper._menu{
    padding-top: 0;
  }
}
.s-footer__company {
  display: none;
}