@charset "UTF-8";
/* line 5, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 11, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 15, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 19, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 23, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 27, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 31, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 35, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 43, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 51, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 55, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 59, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 64, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 69, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 73, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 77, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 81, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 85, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 89, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 97, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 3, ../sass/all/wrapper.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
  background: #fff;
}

/* line 14, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  color: #000;
}

/* Контейнер */
/* line 24, ../sass/all/wrapper.scss */
.wrapper {
  position: relative;
}

/* line 28, ../sass/all/wrapper.scss */
.container {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 38, ../sass/all/wrapper.scss */
.content {
  overflow: hidden;
}

/* line 40, ../sass/all/wrapper.scss */
input, textarea, button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* line 52, ../sass/all/wrapper.scss */
button {
  cursor: pointer;
}

/* line 56, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 61, ../sass/all/wrapper.scss */
.section-padding {
  padding: 100px 0;
}

/* line 65, ../sass/all/wrapper.scss */
.site-title {
  position: relative;
  font-weight: 700;
  font-size: 36px;
}

/* line 71, ../sass/all/wrapper.scss */
.site-title-mar-bot {
  margin-bottom: 40px;
}

/* line 75, ../sass/all/wrapper.scss */
.site-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease all;
  background: #2d83c0;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 0 30px;
  height: 60px;
  font-size: 16px;
}
/* line 94, ../sass/all/wrapper.scss */
.site-btn:hover {
  background: #ffdb3f;
  color: #333333;
}

/* line 100, ../sass/all/wrapper.scss */
.grecaptcha-badge {
  visibility: hidden;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 106, ../sass/all/wrapper.scss */
  .container {
    width: 960px;
  }

  /* line 110, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 80px 0;
  }

  /* line 114, ../sass/all/wrapper.scss */
  .site-title {
    font-size: 30px;
  }

  /* line 118, ../sass/all/wrapper.scss */
  .site-title-mar-bot {
    margin-bottom: 30px;
  }

  /* line 122, ../sass/all/wrapper.scss */
  .site-btn {
    border-radius: 7px;
    padding: 0 24px;
    height: 50px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 133, ../sass/all/wrapper.scss */
  .container {
    width: 738px;
  }

  /* line 137, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 60px 0;
  }

  /* line 141, ../sass/all/wrapper.scss */
  .site-title {
    font-size: 26px;
  }

  /* line 145, ../sass/all/wrapper.scss */
  .site-title-mar-bot {
    margin-bottom: 25px;
  }

  /* line 149, ../sass/all/wrapper.scss */
  .site-btn {
    border-radius: 6px;
    padding: 0 18px;
    height: 44px;
    font-size: 14px;
  }

  /* line 156, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 162, ../sass/all/wrapper.scss */
  .container {
    width: calc(100% - 30px);
  }

  /* line 166, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 45px 0;
  }

  /* line 170, ../sass/all/wrapper.scss */
  .site-title {
    font-size: 24px;
  }

  /* line 174, ../sass/all/wrapper.scss */
  .site-title-mar-bot {
    margin-bottom: 20px;
  }

  /* line 178, ../sass/all/wrapper.scss */
  .site-btn {
    border-radius: 5px;
    padding: 0 15px;
    height: 40px;
    font-size: 13px;
  }

  /* line 185, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
/* line 1, ../sass/all/header.scss */
.hTop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 0;
}

/* line 17, ../sass/all/header.scss */
.hLogo {
  position: relative;
}
/* line 20, ../sass/all/header.scss */
.hLogo img {
  display: block;
  width: 250px;
}
/* line 24, ../sass/all/header.scss */
.hLogo img:hover {
  opacity: 0.7;
}

/* line 30, ../sass/all/header.scss */
.hTopList {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
}

/* line 42, ../sass/all/header.scss */
.hTopListB {
  position: relative;
  padding-left: 50px;
  margin-right: 10px;
}
/* line 47, ../sass/all/header.scss */
.hTopListB:nth-last-child(1) {
  margin-right: 0;
}
/* line 51, ../sass/all/header.scss */
.hTopListB svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: auto;
}
/* line 60, ../sass/all/header.scss */
.hTopListB b {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
/* line 65, ../sass/all/header.scss */
.hTopListB b a {
  font-size: 18px;
}
/* line 68, ../sass/all/header.scss */
.hTopListB b a:hover {
  color: #2d83c0;
}
/* line 74, ../sass/all/header.scss */
.hTopListB span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

/* line 81, ../sass/all/header.scss */
.hSoc {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
}
/* line 96, ../sass/all/header.scss */
.hSoc .link {
  display: block;
  position: relative;
}
/* line 100, ../sass/all/header.scss */
.hSoc .link svg {
  display: block;
  width: auto;
  height: 25px;
}
/* line 106, ../sass/all/header.scss */
.hSoc .link:hover {
  opacity: 0.7;
}

/* line 112, ../sass/all/header.scss */
.hCallBack {
  position: relative;
  margin-left: 20px;
}
/* line 116, ../sass/all/header.scss */
.hCallBack svg {
  display: none;
}

/* line 121, ../sass/all/header.scss */
.hMenu, .hPhoneMob {
  display: none;
}

/* line 125, ../sass/all/header.scss */
.polylang--list {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
  margin-left: 20px;
}
/* line 141, ../sass/all/header.scss */
.polylang--list .polylang-toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: #333333;
  border-radius: 3px;
  font-size: 12px;
  width: 25px;
  height: 25px;
}
/* line 158, ../sass/all/header.scss */
.polylang--list .polylang-toggle:hover {
  background-color: #2d83c0;
}
/* line 164, ../sass/all/header.scss */
.polylang--list .polylang-item.active .polylang-toggle {
  background-color: #ffdb3f;
  color: #333333;
}

/* line 171, ../sass/all/header.scss */
.hBot {
  position: relative;
  background: #2d83c0;
  color: #fff;
}
/* line 176, ../sass/all/header.scss */
.hBot .mobver {
  display: none;
}
/* line 180, ../sass/all/header.scss */
.hBot ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 194, ../sass/all/header.scss */
.hBot li {
  position: relative;
}
/* line 198, ../sass/all/header.scss */
.hBot li.active a {
  background: #ffdb3f;
  color: #333333;
}
/* line 205, ../sass/all/header.scss */
.hBot a {
  display: block;
  font-weight: 600;
  line-height: 54px;
  font-size: 18px;
  padding: 0 30px;
}
/* line 212, ../sass/all/header.scss */
.hBot a:hover {
  background: #ffdb3f;
  color: #333333;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  /* line 221, ../sass/all/header.scss */
  .hTop {
    padding: 12px 0;
  }

  /* line 226, ../sass/all/header.scss */
  .hLogo img {
    width: 200px;
  }

  /* line 231, ../sass/all/header.scss */
  .hTopListB {
    padding-left: 36px;
    margin-right: 8px;
  }
  /* line 235, ../sass/all/header.scss */
  .hTopListB svg {
    width: 30px;
  }
  /* line 239, ../sass/all/header.scss */
  .hTopListB b {
    font-size: 14px;
  }
  /* line 242, ../sass/all/header.scss */
  .hTopListB b a {
    font-size: 16px;
  }
  /* line 247, ../sass/all/header.scss */
  .hTopListB span {
    font-size: 12px;
    margin-top: 4px;
  }

  /* line 253, ../sass/all/header.scss */
  .hSoc {
    height: 50px;
  }
  /* line 257, ../sass/all/header.scss */
  .hSoc .link svg {
    height: 20px;
  }

  /* line 263, ../sass/all/header.scss */
  .hCallBack {
    margin-left: 15px;
  }

  /* line 267, ../sass/all/header.scss */
  .polylang--list {
    height: 50px;
    margin-left: 15px;
  }
  /* line 271, ../sass/all/header.scss */
  .polylang--list .polylang-toggle {
    border-radius: 3px;
    font-size: 11px;
    width: 22px;
    height: 20px;
  }

  /* line 280, ../sass/all/header.scss */
  .hBot a {
    line-height: 48px;
    font-size: 16px;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 291, ../sass/all/header.scss */
  .hLogo {
    margin-right: auto;
  }

  /* line 295, ../sass/all/header.scss */
  .hTopList {
    width: 100%;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    -o-order: 5;
    order: 5;
    justify-content: space-between;
    padding-top: 12px;
  }

  /* line 306, ../sass/all/header.scss */
  .hSoc {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    height: 34px;
  }
  /* line 315, ../sass/all/header.scss */
  .hSoc .link svg {
    height: 34px;
    margin-left: 15px;
  }

  /* line 323, ../sass/all/header.scss */
  .polylang--list {
    height: 44px;
  }

  /* line 328, ../sass/all/header.scss */
  .hBot a {
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 339, ../sass/all/header.scss */
  .hTop {
    padding: 10px 0;
  }

  /* line 343, ../sass/all/header.scss */
  .hLogo {
    margin-right: auto;
  }
  /* line 346, ../sass/all/header.scss */
  .hLogo img {
    width: 150px;
  }

  /* line 351, ../sass/all/header.scss */
  .hTopList {
    display: none;
  }

  /* line 355, ../sass/all/header.scss */
  .hSoc {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    height: 30px;
  }
  /* line 363, ../sass/all/header.scss */
  .hSoc .link {
    margin-left: 10px;
  }
  /* line 366, ../sass/all/header.scss */
  .hSoc .link svg {
    height: 30px;
  }
  /* line 370, ../sass/all/header.scss */
  .hSoc .link:nth-child(1) {
    margin-left: 0;
  }

  /* line 376, ../sass/all/header.scss */
  .hCallBack {
    display: none;
  }

  /* line 380, ../sass/all/header.scss */
  .hMenu, .hPhoneMob {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    background-color: #2d83c0;
    border-radius: 5px;
  }
  /* line 395, ../sass/all/header.scss */
  .hMenu svg, .hPhoneMob svg {
    display: block;
    width: auto;
    height: 26px;
  }
  /* line 400, ../sass/all/header.scss */
  .hMenu svg.close, .hPhoneMob svg.close {
    display: none;
  }
  /* line 406, ../sass/all/header.scss */
  .hMenu.active svg, .hPhoneMob.active svg {
    display: none;
  }
  /* line 409, ../sass/all/header.scss */
  .hMenu.active svg.close, .hPhoneMob.active svg.close {
    display: block;
  }

  /* line 416, ../sass/all/header.scss */
  .hPhoneMob {
    background-color: #ffdb3f;
  }
  /* line 419, ../sass/all/header.scss */
  .hPhoneMob svg {
    height: 22px;
  }

  /* line 424, ../sass/all/header.scss */
  .polylang--list {
    height: 50px;
    margin-left: 10px;
  }
  /* line 428, ../sass/all/header.scss */
  .polylang--list .polylang-toggle {
    border-radius: 2px;
    font-size: 11px;
    width: 20px;
    height: 20px;
  }

  /* line 437, ../sass/all/header.scss */
  .hBot .container {
    display: none;
  }
  /* line 441, ../sass/all/header.scss */
  .hBot .mobver {
    display: block;
  }
  /* line 445, ../sass/all/header.scss */
  .hBot a {
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
  }
}
/* line 3, ../sass/all/crumbs.scss */
.CrumbsWr {
  position: relative;
  padding: 30px 0;
}

/* line 8, ../sass/all/crumbs.scss */
.breadcrumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 21, ../sass/all/crumbs.scss */
.crumb-li {
  position: relative;
  color: #2d83c0;
  font-size: 14px;
  margin-right: 5px;
}

/* line 28, ../sass/all/crumbs.scss */
.crumb-li-separator {
  color: #000;
}

/* line 32, ../sass/all/crumbs.scss */
.crumb-link {
  color: #000;
}
/* line 35, ../sass/all/crumbs.scss */
.crumb-link:hover {
  color: #2d83c0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 42, ../sass/all/crumbs.scss */
  .CrumbsWr {
    padding: 15px 0;
  }
}
/* line 1, ../sass/all/footer.scss */
footer {
  position: relative;
  background: #333333;
}

/* line 6, ../sass/all/footer.scss */
.fTop {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
/* line 21, ../sass/all/footer.scss */
.fTop .copy {
  position: relative;
  margin-top: auto;
  color: #fff;
  font-size: 16px;
}

/* line 29, ../sass/all/footer.scss */
.fLogo {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  max-width: 25%;
}
/* line 43, ../sass/all/footer.scss */
.fLogo img {
  display: block;
  width: 250px;
}
/* line 47, ../sass/all/footer.scss */
.fLogo img:hover {
  opacity: 0.7;
}

/* line 53, ../sass/all/footer.scss */
.fNav {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-self: flex-start;
  align-self: flex-start;
  width: 25%;
}
/* line 70, ../sass/all/footer.scss */
.fNav li {
  position: relative;
  width: 45%;
  margin-bottom: 20px;
}
/* line 76, ../sass/all/footer.scss */
.fNav a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
/* line 81, ../sass/all/footer.scss */
.fNav a:hover {
  color: #2d83c0;
}

/* line 87, ../sass/all/footer.scss */
.fCont {
  position: relative;
  max-width: 25%;
}
/* line 91, ../sass/all/footer.scss */
.fCont .phone {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  font-size: 24px;
}
/* line 97, ../sass/all/footer.scss */
.fCont .phone:hover {
  color: #2d83c0;
}
/* line 102, ../sass/all/footer.scss */
.fCont .soc {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px 0;
}
/* line 111, ../sass/all/footer.scss */
.fCont .soc .link {
  display: block;
  margin-right: 15px;
}
/* line 115, ../sass/all/footer.scss */
.fCont .soc .link:hover {
  opacity: 0.7;
}
/* line 120, ../sass/all/footer.scss */
.fCont .soc svg {
  display: block;
  height: 35px;
  width: auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 130, ../sass/all/footer.scss */
  .fTop {
    padding: 40px 0;
  }

  /* line 134, ../sass/all/footer.scss */
  .fLogo {
    max-width: 25%;
  }
  /* line 137, ../sass/all/footer.scss */
  .fLogo img {
    width: 200px;
  }
  /* line 141, ../sass/all/footer.scss */
  .fLogo .copy {
    font-size: 15px;
  }

  /* line 146, ../sass/all/footer.scss */
  .fNav {
    width: 25%;
  }
  /* line 149, ../sass/all/footer.scss */
  .fNav li {
    width: 45%;
    margin-bottom: 16px;
  }
  /* line 154, ../sass/all/footer.scss */
  .fNav a {
    font-size: 16px;
  }

  /* line 159, ../sass/all/footer.scss */
  .fCont {
    max-width: 25%;
  }
  /* line 162, ../sass/all/footer.scss */
  .fCont .phone {
    font-size: 20px;
  }
  /* line 166, ../sass/all/footer.scss */
  .fCont .soc {
    margin: 26px 0;
  }
  /* line 169, ../sass/all/footer.scss */
  .fCont .soc .link {
    margin-right: 15px;
  }
  /* line 173, ../sass/all/footer.scss */
  .fCont .soc svg {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 183, ../sass/all/footer.scss */
  .fTop {
    padding: 30px 0;
  }

  /* line 187, ../sass/all/footer.scss */
  .fLogo {
    max-width: 25%;
  }
  /* line 190, ../sass/all/footer.scss */
  .fLogo img {
    width: 200px;
  }
  /* line 194, ../sass/all/footer.scss */
  .fLogo .copy {
    font-size: 15px;
  }

  /* line 199, ../sass/all/footer.scss */
  .fNav {
    width: 35%;
  }
  /* line 202, ../sass/all/footer.scss */
  .fNav li {
    width: 45%;
    margin-bottom: 16px;
  }
  /* line 207, ../sass/all/footer.scss */
  .fNav a {
    font-size: 16px;
  }

  /* line 212, ../sass/all/footer.scss */
  .fCont {
    max-width: 25%;
  }
  /* line 215, ../sass/all/footer.scss */
  .fCont .phone {
    font-size: 20px;
  }
  /* line 219, ../sass/all/footer.scss */
  .fCont .soc {
    margin: 26px 0;
  }
  /* line 222, ../sass/all/footer.scss */
  .fCont .soc .link {
    margin-right: 15px;
  }
  /* line 226, ../sass/all/footer.scss */
  .fCont .soc svg {
    height: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 236, ../sass/all/footer.scss */
  .fTop {
    padding: 30px 0;
  }

  /* line 240, ../sass/all/footer.scss */
  .fLogo {
    max-width: 100%;
    width: 100%;
  }
  /* line 244, ../sass/all/footer.scss */
  .fLogo img {
    width: 150px;
  }

  /* line 249, ../sass/all/footer.scss */
  .fNav {
    width: 100%;
    margin-top: 30px;
  }
  /* line 253, ../sass/all/footer.scss */
  .fNav li {
    width: 47%;
    margin-bottom: 15px;
  }
  /* line 258, ../sass/all/footer.scss */
  .fNav a {
    font-size: 16px;
  }

  /* line 263, ../sass/all/footer.scss */
  .fCont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
  /* line 279, ../sass/all/footer.scss */
  .fCont .phone {
    font-size: 24px;
    display: block;
    width: 100%;
  }
  /* line 285, ../sass/all/footer.scss */
  .fCont .soc {
    margin: 30px 0;
  }
  /* line 288, ../sass/all/footer.scss */
  .fCont .soc .link {
    margin-right: 15px;
  }
  /* line 292, ../sass/all/footer.scss */
  .fCont .soc svg {
    height: 35px;
  }
  /* line 297, ../sass/all/footer.scss */
  .fCont .site-btn {
    margin-top: 30px;
  }
}
/* line 1, ../sass/all/popup.scss */
.overlay {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  background: #000;
}

/* line 13, ../sass/all/popup.scss */
.popup {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: calc(100% - 30px);
  height: 500px;
  max-height: calc(100% - 30px);
  top: 50%;
  left: 50%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease all;
}
/* line 38, ../sass/all/popup.scss */
.popup.show {
  opacity: 1;
  visibility: visible;
}

/* line 44, ../sass/all/popup.scss */
.popupLB {
  position: relative;
  overflow: hidden;
  width: 40%;
  height: 100%;
  background: url(/img/bg-popup.jpg) center top no-repeat;
  background-size: cover;
}

/* line 53, ../sass/all/popup.scss */
.popupRB {
  position: relative;
  overflow: hidden;
  width: 60%;
  height: 100%;
  padding: 0 20px;
}
/* line 60, ../sass/all/popup.scss */
.popupRB .close {
  display: block;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background: url(/img/icon-10.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 99999999;
}
/* line 73, ../sass/all/popup.scss */
.popupRB .close:hover {
  background: url(/img/icon-10h.svg) center center no-repeat;
  background-size: contain;
}
/* line 79, ../sass/all/popup.scss */
.popupRB p {
  position: relative;
  margin-top: 110px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
/* line 88, ../sass/all/popup.scss */
.popupRB form {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}
/* line 96, ../sass/all/popup.scss */
.popupRB .input {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #333;
  border-radius: 8px;
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 20px;
  outline: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
/* line 108, ../sass/all/popup.scss */
.popupRB .input.error {
  border-color: red;
}
/* line 112, ../sass/all/popup.scss */
.popupRB .input::-webkit-input-placeholder {
  color: #333;
}
/* line 113, ../sass/all/popup.scss */
.popupRB .input::-moz-placeholder {
  color: #333;
}
/* line 114, ../sass/all/popup.scss */
.popupRB .input:-moz-placeholder {
  color: #333;
}
/* line 115, ../sass/all/popup.scss */
.popupRB .input:-ms-input-placeholder {
  color: #333;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 121, ../sass/all/popup.scss */
  .popup {
    width: 700px;
    height: 500px;
  }

  /* line 126, ../sass/all/popup.scss */
  .popupRB {
    padding: 0 15px;
  }
  /* line 129, ../sass/all/popup.scss */
  .popupRB .close {
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
  }
  /* line 136, ../sass/all/popup.scss */
  .popupRB p {
    margin-top: 110px;
    font-size: 18px;
  }
  /* line 141, ../sass/all/popup.scss */
  .popupRB form {
    margin-top: 25px;
  }
  /* line 145, ../sass/all/popup.scss */
  .popupRB .input {
    height: 50px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 156, ../sass/all/popup.scss */
  .popup {
    width: 560px;
    height: 400px;
  }

  /* line 161, ../sass/all/popup.scss */
  .popupRB {
    padding: 0 10px;
  }
  /* line 164, ../sass/all/popup.scss */
  .popupRB .close {
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
  }
  /* line 171, ../sass/all/popup.scss */
  .popupRB p {
    margin-top: 90px;
    font-size: 16px;
  }
  /* line 176, ../sass/all/popup.scss */
  .popupRB form {
    margin-top: 20px;
  }
  /* line 180, ../sass/all/popup.scss */
  .popupRB .input {
    height: 44px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 191, ../sass/all/popup.scss */
  .popup {
    height: 410px;
  }

  /* line 195, ../sass/all/popup.scss */
  .popupLB {
    display: none;
  }

  /* line 199, ../sass/all/popup.scss */
  .popupRB {
    width: 100%;
    padding: 0 15px;
  }
  /* line 203, ../sass/all/popup.scss */
  .popupRB .close {
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
  }
  /* line 210, ../sass/all/popup.scss */
  .popupRB p {
    margin-top: 90px;
    font-size: 16px;
  }
  /* line 215, ../sass/all/popup.scss */
  .popupRB form {
    margin-top: 20px;
  }
  /* line 219, ../sass/all/popup.scss */
  .popupRB .input {
    height: 40px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
/* line 1, ../sass/all/mob-menu.scss */
.mob-menu {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background: #eee;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: 0.3s ease all;
  transform: translateY(50px);
}
/* line 14, ../sass/all/mob-menu.scss */
.mob-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/* line 20, ../sass/all/mob-menu.scss */
.mob-menu .nav {
  position: relative;
}
/* line 23, ../sass/all/mob-menu.scss */
.mob-menu .nav li {
  position: relative;
}
/* line 27, ../sass/all/mob-menu.scss */
.mob-menu .nav li.active a {
  background: #ffdb3f;
  color: #333333;
}
/* line 34, ../sass/all/mob-menu.scss */
.mob-menu .nav a {
  display: block;
  font-weight: 600;
  line-height: 54px;
  font-size: 18px;
  padding: 0 30px;
}
/* line 41, ../sass/all/mob-menu.scss */
.mob-menu .nav a:hover {
  background: #ffdb3f;
  color: #333333;
}
/* line 48, ../sass/all/mob-menu.scss */
.mob-menu .hTopList {
  display: block;
}
/* line 52, ../sass/all/mob-menu.scss */
.mob-menu .hTopListB {
  margin-right: 0;
  margin-top: 30px;
}
