@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;
}

@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 11, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 15, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 19, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 23, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 27, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 31, ../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 39, ../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 47, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 51, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 55, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 60, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 64, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 68, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 72, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 76, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 80, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 84, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 88, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 92, ../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 */
body {
  min-height: 100vh;
  background: #fff;
}

/* line 8, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/* Контейнер */
/* line 18, ../sass/all/wrapper.scss */
.wrapper {
  position: relative;
}

/* line 22, ../sass/all/wrapper.scss */
.container {
  position: relative;
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 32, ../sass/all/wrapper.scss */
.content {
  overflow: hidden;
}

/* line 34, ../sass/all/wrapper.scss */
input, textarea, button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
}

/* line 45, ../sass/all/wrapper.scss */
button {
  cursor: pointer;
}

/* line 49, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 56, ../sass/all/wrapper.scss */
  .container {
    width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 64, ../sass/all/wrapper.scss */
  .container {
    width: 738px;
  }

  /* line 68, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 74, ../sass/all/wrapper.scss */
  .container {
    width: calc(100% - 30px);
  }

  /* line 78, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
/* line 1, ../sass/all/header.scss */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 10;
}
/* line 9, ../sass/all/header.scss */
header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

/* line 19, ../sass/all/header.scss */
.hLogo {
  position: relative;
}
/* line 22, ../sass/all/header.scss */
.hLogo img {
  display: block;
  width: 150px;
}
/* line 26, ../sass/all/header.scss */
.hLogo img:hover {
  opacity: 0.7;
}

/* line 32, ../sass/all/header.scss */
.hCenter {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  max-height: 150px;
}
/* line 43, ../sass/all/header.scss */
.hCenter p {
  position: relative;
  font-size: 16px;
}
/* line 47, ../sass/all/header.scss */
.hCenter p span {
  display: block;
  margin-top: 7px;
  color: #aaa;
}

/* line 55, ../sass/all/header.scss */
.show-mob-menu {
  display: none;
}

/* line 59, ../sass/all/header.scss */
.hNav {
  position: relative;
  text-align: right;
}
/* line 63, ../sass/all/header.scss */
.hNav li {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 68, ../sass/all/header.scss */
.hNav li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 73, ../sass/all/header.scss */
.hNav a {
  font-size: 14px;
}
/* line 76, ../sass/all/header.scss */
.hNav a:hover {
  color: #de9a49;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 84, ../sass/all/header.scss */
  header {
    padding: 10px 0;
  }

  /* line 89, ../sass/all/header.scss */
  .hLogo img {
    width: 120px;
  }

  /* line 94, ../sass/all/header.scss */
  .hCenter {
    max-height: 120px;
  }
  /* line 97, ../sass/all/header.scss */
  .hCenter p {
    font-size: 14px;
  }
  /* line 100, ../sass/all/header.scss */
  .hCenter p span {
    margin-top: 5px;
  }

  /* line 107, ../sass/all/header.scss */
  .hNav li {
    margin-bottom: 8px;
  }
  /* line 111, ../sass/all/header.scss */
  .hNav a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 120, ../sass/all/header.scss */
  header {
    padding: 8px 0;
  }

  /* line 125, ../sass/all/header.scss */
  .hLogo img {
    width: 120px;
  }

  /* line 130, ../sass/all/header.scss */
  .hCenter {
    max-height: 120px;
  }
  /* line 133, ../sass/all/header.scss */
  .hCenter p {
    font-size: 13px;
  }
  /* line 136, ../sass/all/header.scss */
  .hCenter p span {
    margin-top: 5px;
  }

  /* line 143, ../sass/all/header.scss */
  .hNav li {
    margin-bottom: 8px;
  }
  /* line 147, ../sass/all/header.scss */
  .hNav a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 156, ../sass/all/header.scss */
  header {
    padding: 8px 0;
  }

  /* line 161, ../sass/all/header.scss */
  .hLogo img {
    width: 120px;
  }

  /* line 166, ../sass/all/header.scss */
  .hCenter {
    display: none;
  }

  /* line 170, ../sass/all/header.scss */
  .show-mob-menu {
    -ms-align-self: flex-start;
    align-self: flex-start;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
    font-size: 16px;
    padding-left: 30px;
    background-image: url(https://mydelta.com.ua/assets/img/9042808_menu_icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
    z-index: 3;
  }
  /* line 186, ../sass/all/header.scss */
  .show-mob-menu.close {
    background-image: url(https://mydelta.com.ua/assets/img/4115230_cancel_close_delete_icon.svg);
  }

  /* line 191, ../sass/all/header.scss */
  .hNav {
    position: absolute;
    top: 0;
    right: -15px;
    width: calc(100% + 30px);
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    padding-top: 55px;
    transform: translateY(-100%);
    transition: 0.3s ease transform;
  }
  /* line 205, ../sass/all/header.scss */
  .hNav.show {
    transform: translateY(0);
  }
  /* line 209, ../sass/all/header.scss */
  .hNav li {
    margin-bottom: 8px;
  }
  /* line 213, ../sass/all/header.scss */
  .hNav a {
    font-size: 13px;
  }
}
/* line 1, ../sass/all/footer.scss */
footer {
  background: #181818;
  color: #fff;
  padding: 70px 0;
}
/* line 6, ../sass/all/footer.scss */
footer .container {
  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 20, ../sass/all/footer.scss */
.fLogo {
  position: relative;
}
/* line 23, ../sass/all/footer.scss */
.fLogo img {
  display: block;
  width: 150px;
}
/* line 27, ../sass/all/footer.scss */
.fLogo img:hover {
  opacity: 0.7;
}

/* line 33, ../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;
  margin-left: auto;
  width: 520px;
}
/* line 49, ../sass/all/footer.scss */
.fNav li {
  position: relative;
  text-transform: uppercase;
  width: 47%;
  margin-top: 10px;
}
/* line 55, ../sass/all/footer.scss */
.fNav li:nth-child(1), .fNav li:nth-child(2) {
  margin-top: 0;
}
/* line 60, ../sass/all/footer.scss */
.fNav a {
  font-size: 14px;
}
/* line 63, ../sass/all/footer.scss */
.fNav a:hover {
  color: #de9a49;
}

/* line 69, ../sass/all/footer.scss */
.fRight {
  position: relative;
  margin-left: auto;
  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;
  width: 200px;
}
/* line 84, ../sass/all/footer.scss */
.fRight .requisites {
  position: relative;
  text-transform: uppercase;
}
/* line 88, ../sass/all/footer.scss */
.fRight .requisites a {
  font-size: 14px;
}
/* line 91, ../sass/all/footer.scss */
.fRight .requisites a:hover {
  color: #de9a49;
}
/* line 97, ../sass/all/footer.scss */
.fRight .created {
  position: relative;
  text-transform: uppercase;
  margin-top: auto;
  font-size: 14px;
}
/* line 103, ../sass/all/footer.scss */
.fRight .created img {
  display: block;
  height: 44px;
  margin-top: 10px;
}
/* line 109, ../sass/all/footer.scss */
.fRight .created a:hover {
  color: #de9a49;
}
/* line 112, ../sass/all/footer.scss */
.fRight .created a:hover img {
  opacity: 0.7;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 121, ../sass/all/footer.scss */
  footer {
    padding: 56px 0;
  }

  /* line 126, ../sass/all/footer.scss */
  .fLogo img {
    width: 120px;
  }

  /* line 131, ../sass/all/footer.scss */
  .fNav {
    width: 480px;
  }
  /* line 134, ../sass/all/footer.scss */
  .fNav li {
    margin-top: 8px;
  }
  /* line 138, ../sass/all/footer.scss */
  .fNav a {
    font-size: 13px;
  }

  /* line 143, ../sass/all/footer.scss */
  .fRight {
    width: 150px;
  }
  /* line 147, ../sass/all/footer.scss */
  .fRight .requisites a {
    font-size: 13px;
  }
  /* line 152, ../sass/all/footer.scss */
  .fRight .created {
    font-size: 13px;
  }
  /* line 155, ../sass/all/footer.scss */
  .fRight .created img {
    height: 40px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 166, ../sass/all/footer.scss */
  footer {
    padding: 43px 0;
  }

  /* line 171, ../sass/all/footer.scss */
  .fLogo img {
    width: 120px;
  }

  /* line 176, ../sass/all/footer.scss */
  .fNav {
    width: 425px;
  }
  /* line 179, ../sass/all/footer.scss */
  .fNav li {
    width: 49%;
    margin-top: 8px;
  }
  /* line 184, ../sass/all/footer.scss */
  .fNav a {
    font-size: 12px;
  }

  /* line 189, ../sass/all/footer.scss */
  .fRight {
    width: 130px;
  }
  /* line 193, ../sass/all/footer.scss */
  .fRight .requisites a {
    font-size: 12px;
  }
  /* line 198, ../sass/all/footer.scss */
  .fRight .created {
    font-size: 12px;
  }
  /* line 201, ../sass/all/footer.scss */
  .fRight .created img {
    height: 40px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 212, ../sass/all/footer.scss */
  footer {
    padding: 30px 0;
  }

  /* line 216, ../sass/all/footer.scss */
  .fLogo {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
  }
  /* line 222, ../sass/all/footer.scss */
  .fLogo img {
    width: 120px;
  }

  /* line 227, ../sass/all/footer.scss */
  .fNav {
    width: 100%;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  /* line 236, ../sass/all/footer.scss */
  .fNav li {
    width: 44%;
    margin-top: 8px;
  }
  /* line 241, ../sass/all/footer.scss */
  .fNav a {
    font-size: 12px;
  }

  /* line 246, ../sass/all/footer.scss */
  .fRight {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 44%;
  }
  /* line 255, ../sass/all/footer.scss */
  .fRight .requisites a {
    font-size: 12px;
  }
  /* line 260, ../sass/all/footer.scss */
  .fRight .created {
    font-size: 12px;
  }
  /* line 263, ../sass/all/footer.scss */
  .fRight .created img {
    height: 36px;
    margin-top: 10px;
  }
}
