@import url("https://fonts.googleapis.com/css?family=Lato:400,300italic,300,700");
@font-face {
  font-family: Roboto;
  src: url(../f/Roboto-Light.WOFF);
}
@font-face {
  font-family: Tornado-Black;
  src: url(../f/Tornado-BlackcItalic.WOFF);
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  color: #333;
  position: relative;
  max-width: 100vw;
}
*,
:after,
:before {
  box-sizing: inherit;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 160%;
  max-width: 100vw;
}
@media only screen and (min-width: 600px) {
  body {
    font-size: 1.6rem;
    text-align: left;
  }
}
.block {
  padding: 15px;
}
.width-full {
  width: 100%;
}
.width-part {
  width: 90%;
  margin: 0 auto;
}
#wrapper {
  min-height: calc(100vh - 90px);
}
@media only screen and (min-width: 900px) {
  #wrapper {
    padding-top: 0;
  }
}
.table-header {
  font-size: 3.1984rem;
  margin: 5rem 0 2rem;
  text-align: center;
  padding: 0;
}
.table-header,
table.basic-table {
  -webkit-column-span: all;
  column-span: all;
}
table.basic-table {
  margin: 0 auto 1rem;
  border-bottom: 3px solid #333;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  table.basic-table {
    width: 50%;
  }
}
table.basic-table td,
table.basic-table th {
  padding: 1rem 2rem;
}
table.basic-table td {
  color: #333;
}
table.basic-table td:nth-child(odd) {
  background: #f2f2f2;
}
table.basic-table tr:first-child {
  background: #333;
  color: #fff;
}
table.basic-table p {
  text-align: left;
  display: block;
  margin: 0 auto;
  -webkit-column-span: all;
  column-span: all;
  font-size: 90%;
  margin-bottom: 5rem;
  font-style: italic;
}
@media only screen and (min-width: 1200px) {
  table.basic-table p {
    width: 50%;
  }
}
a {
  color: #333;
}
a,
a:hover {
  transition-duration: 0.5s;
}
a:hover {
  color: #de7e63;
}
nav a {
  text-decoration: none;
}
nav a:visited {
  color: #333;
}
a.button,
button {
  border: none;
  text-decoration: none;
  background: #333;
  color: #fff;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px 25px;
  transition-duration: 0.5s;
}
a.button {
  padding: 9px 25px 10px;
}
a.button:hover {
  cursor: pointer;
  background: #de7e63;
}
input {
  border: 1px solid #bfbfbf;
}
.input-invalid {
  border: 1px solid #de7e63;
}
.input-valid {
  border: 1px solid #cede63;
}
svg .frame {
  fill: none;
  stroke: none;
}
li,
p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media only screen and (min-width: 600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}
h1,
h2,
h3,
h4 {
  font-family: Tornado-Black, Helvetica, Arial, sans-serif;
}
h5,
h6 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 4.4203rem;
  line-height: 120%;
}
@media only screen and (min-width: 900px) {
  h1 {
    font-size: 5.0517rem;
    line-height: 120%;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 5.6832rem;
    line-height: 120%;
  }
}
h2 {
  font-size: 3.316rem;
  line-height: 120%;
}
@media only screen and (min-width: 900px) {
  h2 {
    font-size: 3.7897rem;
    line-height: 120%;
  }
}
@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 4.2635rem;
    line-height: 120%;
  }
}
h3 {
  font-size: 2.4876rem;
  line-height: 120%;
}
@media only screen and (min-width: 900px) {
  h3 {
    font-size: 2.843rem;
    line-height: 120%;
  }
}
@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 3.1984rem;
    line-height: 120%;
  }
}
h4 {
  font-size: 2.4876rem;
  line-height: 120%;
}
@media only screen and (min-width: 900px) {
  h4 {
    font-size: 2.843rem;
    line-height: 120%;
  }
}
@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 3.1984rem;
    line-height: 120%;
  }
}
h5 {
  font-size: 1.8662rem;
  line-height: 120%;
}
@media only screen and (min-width: 900px) {
  h5 {
    font-size: 2.1328rem;
    line-height: 120%;
  }
}
@media only screen and (min-width: 1200px) {
  h5 {
    font-size: 2.3994rem;
    line-height: 120%;
  }
}
h6 {
  font-size: 1.8662rem;
  line-height: 120%;
}
@media only screen and (min-width: 900px) {
  h6 {
    font-size: 2.1328rem;
    line-height: 120%;
  }
}
@media only screen and (min-width: 1200px) {
  h6 {
    font-size: 2.3994rem;
    line-height: 120%;
  }
}
li,
p {
  font-weight: 300;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 160%;
  font-size: 1.4rem;
}
@media only screen and (min-width: 900px) {
  li,
  p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  li,
  p {
    font-size: 1.8rem;
  }
}
.header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
}
.header a {
  color: #333;
  text-decoration: none;
  transition-duration: 0.5s;
}
.header a svg {
  fill: #333;
  transition-duration: 0.5s;
}
.header a:hover {
  color: #de7e63;
  transition-duration: 0.5s;
}
.header a:hover svg {
  fill: #de7e63;
}
.header-search-icon {
    vertical-align: text-top;
    padding-left: 5px;
    width: 20px;
    height: 20px;
}
.header-nav li.active a .header-search-icon {
  fill: #ffffff;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#logo-header {
  min-width: 119px;
  width: 119px;
  min-height: 28px;
  height: 28px;
  margin: 1.8rem 0;
}
@media only screen and (min-width: 600px) {
  #logo-header {
    min-width: 170px;
    width: 170px;
    min-height: 40px;
    height: 40px;
  }
}
.header-nav {
  display: none;
}
@media only screen and (min-width: 900px) {
  .header-nav {
    display: flex;
  }
  .header-search-icon {
    vertical-align:bottom;
    padding-left: 3px;
    width:15px;
    height:15px;
  }

}
.header-nav ul {
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 900px) {
  .header-nav ul {
    display: flex;
    width: 285px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-nav ul {
    width: auto;
  }
  .header-search-icon {
    width:16px;
    height:16px;
  }

}
.header-nav li {
  margin: 0 5px;
  padding: 3px 5px 2px;
  text-transform: uppercase;
  font-size: 1.8rem;
}
@media only screen and (min-width: 900px) {
  .header-nav li {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-nav li {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin: 0 5px;
  }
}
.header-nav li.active {
  background: #de7e63;
  border-radius: 4px;
}
.header-nav li.active a {
  color: #fff;
}
.header-nav.active {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 100%, 0.9);
  width: 100vw;
  height: 100vh;
  padding: 25px;
}
.header-nav.active ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
.header-contacts {
  margin: 10px 0;
  display: none;
}
@media only screen and (min-width: 600px) {
  .header-contacts {
    display: flex;
  }
}
.header-contacts p {
  margin: 0;
  text-align: right;
  display: none;
}
@media only screen and (min-width: 600px) {
  .header-contacts p {
    display: block;
  }
}
.header-contacts div:first-child {
  display: none;
}
@media only screen and (min-width: 900px) {
  .header-contacts div:first-child {
    display: block;
  }
}
.header-contacts div:first-child svg {
  fill: none;
  stroke: #333;
  stroke-width: 1px;
  margin: 0 2px 0 0;
}
.header-contacts div:first-child a {
  border-bottom: 1px solid #333;
}
.header-contacts div:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 900px) {
  .header-contacts div:last-of-type {
    margin-left: 25px;
  }
}
.header-contacts div:last-of-type svg {
  width: 7px;
  height: 11px;
  margin: 0 2px 1px 0;
}
.header-contacts div:last-of-type .icon-phone-fill {
  fill: #333;
  stroke: none;
}
.header-contacts div:last-of-type .icon-phone-stroke {
  fill: none;
  stroke: #333;
  stroke-width: 1px;
}
.header-contacts div:last-of-type a {
  text-decoration: none;
  border-bottom: 1px dotted #333;
}
.hamburger {
  background: url(../i/burger-open.svg);
  width: 32px;
  height: 32px;
  order: 2;
  z-index: 1;
  transition-duration: 0.5s;
}
@media only screen and (min-width: 900px) {
  .hamburger {
    display: none;
  }
}
.hamburger.active {
  background: url(../i/burger-close.svg);
}
.calc {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: hsla(0, 0%, 100%, 0.95);
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.calc__form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  max-width: 100vw;
  padding: 25px;
  max-height: 90%;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 20px 60px #adb8b8;
}
.calc__fieldset {
  margin-bottom: 25px;
  border: none;
}
.calc__legend {
  font-family: Tornado-Black, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 5px;
}
.calc__field {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.calc__checkbox-frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calc__field_checkbox {
  width: 48%;
}
.calc__field_textarea {
  display: block;
}
.calc__field_textarea label {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.calc__field_textarea textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
.calc__label {
  text-align: right;
  margin-right: 25px;
  display: block;
  width: 35%;
  line-height: 110%;
}
.calc__label_checkbox {
  width: auto;
}
.calc_required {
  color: #de7e63;
}
.calc__input {
  width: 65%;
  height: 30px;
  padding: 5px;
}
.calc__input_checkbox {
  width: auto;
  margin-left: auto;
}
.calc__button-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.calc__fieldset > .calc__button-container {
  margin-bottom: 10px;
}
.calc__fieldset > .calc__button-container .calc__button_add-cargo {
  margin-right: 0;
}
.calc__button_add-cargo,
.calc__button_remove-cargo {
  display: block;
  background: #000;
  color: #fff;
}
.calc__button_add-cargo:hover,
.calc__button_remove-cargo:hover {
  background: #de7e63;
  color: #000;
}
.calc__button_add-cargo {
  margin-right: 10px;
}
.calc__drop-zone {
  width: 100%;
  height: 150px;
  border: 1px solid #e9eced;
  padding: 10px;
  display: flex;
}
.calc__drop-zone.drag {
  background: #de7e63;
}
.calc__file-name {
  margin: 0 10px;
}
.calc__submit {
  text-transform: uppercase;
  width: 209px;
  height: 47px;
  display: block;
  margin: 0 auto;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  transition-duration: 0.5s;
}
.calc__submit:hover {
  cursor: pointer;
  background-color: #de7e63;
  border: 1px solid #de7e63;
}
.calc__add-file-button {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.calc__add-file-button + label {
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  display: block;
  width: 180px;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
}
.calc__add-file-button + label:hover,
.calc__add-file-button:focus + label {
  background: #de7e63;
  transition-duration: 0.5s;
}
.calc__add-file-button + label {
  cursor: pointer;
}
.calc__add-file-button:focus + label {
  outline: 1px dotted #000;
  outline: 5px auto -webkit-focus-ring-color;
}
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.pika-single:after,
.pika-single:before {
  content: "";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}
.pika-next,
.pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  position: absolute;
  top: 0;
}
.pika-next:hover,
.pika-prev:hover {
  opacity: 1;
}
.is-rtl .pika-next,
.pika-prev {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  left: 0;
}
.is-rtl .pika-prev,
.pika-next {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  right: 0;
}
.pika-next.is-disabled,
.pika-prev.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table td,
.pika-table th {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #3af;
  font-weight: 700;
}
.has-event .pika-button,
.is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #d5e9f7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #3af;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #de7e63;
  box-shadow: none;
  border-radius: 3px;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
#footer {
  position: relative;
  height: 90px;
}
@media only screen and (min-width: 600px) {
  #footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-logos {
  margin-top: 10px;
}
#logo-petroprint-footer,
#logo-takrab-footer {
  fill: #333;
  display: block;
  transition-duration: 0.5s;
}
#logo-petroprint-footer:hover,
#logo-takrab-footer:hover {
  cursor: pointer;
  fill: #de7e63;
}
#logo-takrab-footer {
  margin-bottom: 5px;
  width: 168px;
  height: 11px;
}
@media only screen and (min-width: 600px) {
  #logo-takrab-footer {
    width: 337px;
    height: 22px;
  }
}
#logo-petroprint-footer {
  width: 95px;
  height: 19px;
}
@media only screen and (min-width: 600px) {
  #logo-petroprint-footer {
    width: 190px;
    height: 38px;
  }
}
.footer-nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .footer-nav {
    display: flex;
  }
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav li {
  margin: 0 10px;
  text-transform: uppercase;
}
.footer-nav a {
  color: #333;
  text-decoration: none;
  transition-duration: 0.5s;
}
.footer-nav a:hover {
  color: #de7e63;
  transition-duration: 0.5s;
}
.callback {
  width: 90%;
  position: fixed;
  background: hsla(0, 0%, 100%, 0.95);
  right: 5%;
  padding: 1.8rem;
  opacity: 0;
  display: none;
  box-shadow: 0 20px 60px #adb8b8;
}
@media only screen and (min-width: 600px) {
  .callback {
    width: 400px;
  }
}
.callback input {
  display: block;
  height: 47px;
}
.callback input[type="text"] {
  margin: 0;
  width: 100%;
  padding: 0 1.8rem;
  margin: 0 0 2.3994rem;
  font-size: 1.6rem;
}
.callback input[type="submit"] {
  text-transform: uppercase;
  width: 209px;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  transition-duration: 0.5s;
  margin: 2.3994rem 0 0 auto;
}
.callback input[type="submit"][type="submit"]:hover {
  cursor: pointer;
  background-color: #de7e63;
  border: 1px solid #de7e63;
}
.callback div:last-of-type {
  margin: 0;
}
.callback-portfolio,
.callback-service,
.callback-services {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  width: 100%;
  box-shadow: 0 5px 15px #adb8b8;
}
@media only screen and (min-width: 600px) {
  .callback-portfolio,
  .callback-service,
  .callback-services {
    width: 400px;
  }
}
.callback.active {
  display: block;
}
.callback-content {
  min-width: 100%;
  min-height: 210px;
  margin: 0;
}
.calc__form-status,
.form-status {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
}
.calc__form-status .calc__form-status__text,
.calc__form-status .form-status__text,
.form-status .calc__form-status__text,
.form-status .form-status__text {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Tornado-Black, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 160%;
  text-align: center;
}
.calc__form-status.isInvalid,
.form-status.isInvalid {
  background: #ffcbbd url(../i/form-status-fail.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.calc__form-status.isInvalid .form-status__text,
.form-status.isInvalid .form-status__text {
  color: #661600;
}
.calc__form-status.isValid,
.form-status.isValid {
  background: #edf6e4 url(../i/form-status-success.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.calc__form-status.isValid .form-status__text,
.form-status.isValid .form-status__text {
  color: #33491d;
}
@media only screen and (min-width: 1200px) {
  .main {
    height: 100vh;
  }
}
.main-banner {
  height: 100%;
  position: relative;
  background: url(../i/main/init/init.png);
  background-size: 150px 311px;
  background-repeat: no-repeat;
  background-position: center 70px;
}
@media only screen and (min-width: 450px) {
  .main-banner {
    background: url(../i/main/400/400.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 600px) {
  .main-banner {
    background: url(../i/main/600/600-t.png), url(../i/main/600/600-a.png),
      url(../i/main/600/600-k.png), url(../i/main/600/600-l.png),
      url(../i/main/600/600-e.png), url(../i/main/600/600-a2.png),
      url(../i/main/600/600-z.png);
    background-position: 0 -25px, 14% -25px, 33% 0, 59% 0, 49% 0, 80% 0, 100% 0;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 750px) {
  .main-banner {
    background: url(../i/main/750/750-t.png), url(../i/main/750/750-a.png),
      url(../i/main/750/750-k.png), url(../i/main/750/750-l.png),
      url(../i/main/750/750-e.png), url(../i/main/750/750-a2.png),
      url(../i/main/750/750-z.png);
    background-position: 0 -50px, 14% -50px, 28% 0, 55% 0, 44% 0, 75% 0, 100% 0;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 900px) {
  .main-banner {
    background: url(../i/main/900/900-t.png), url(../i/main/900/900-a.png),
      url(../i/main/900/900-k.png), url(../i/main/900/900-l.png),
      url(../i/main/900/900-e.png), url(../i/main/900/900-a2.png),
      url(../i/main/900/900-z.png);
    background-position: 0 -50px, 14% -50px, 28% 0, 55% 0, 44% 0, 75% 0, 100% 0;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1050px) {
  .main-banner {
    background: url(../i/main/1050/1050-t.png), url(../i/main/1050/1050-a.png),
      url(../i/main/1050/1050-k.png), url(../i/main/1050/1050-l.png),
      url(../i/main/1050/1050-e.png), url(../i/main/1050/1050-a2.png),
      url(../i/main/1050/1050-z.png);
    background-position: 0 -50px, 14% -50px, 28% 0, 55% 0, 44% 0, 75% 0, 100% 0;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1200px) {
  .main-banner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: url(../i/main/1200/1200-t.png), url(../i/main/1200/1200-a.png),
      url(../i/main/1200/1200-k.png), url(../i/main/1200/1200-l.png),
      url(../i/main/1200/1200-e.png), url(../i/main/1200/1200-a2.png),
      url(../i/main/1200/1200-z.png);
    background-position: 0 -50px, 14% -50px, 28% -50px, 55% -50px, 44% -50px,
      75% -50px, 100% -50px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) and (min-height: 800px) {
  .main-banner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: url(../i/main/1200/1200-t.png), url(../i/main/1200/1200-a.png),
      url(../i/main/1200/1200-k.png), url(../i/main/1200/1200-l.png),
      url(../i/main/1200/1200-e.png), url(../i/main/1200/1200-a2.png),
      url(../i/main/1200/1200-z.png);
    background-position: 0 -25px, 14% -25px, 28% -25px, 55% -25px, 44% -25px,
      75% -25px, 100% -25px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) and (min-height: 850px) {
  .main-banner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: url(../i/main/1200/1200-t.png), url(../i/main/1200/1200-a.png),
      url(../i/main/1200/1200-k.png), url(../i/main/1200/1200-l.png),
      url(../i/main/1200/1200-e.png), url(../i/main/1200/1200-a2.png),
      url(../i/main/1200/1200-z.png);
    background-position: 0 0, 14% 0, 28% 0, 55% 0, 44% 0, 75% 0, 100% 0;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1600px) {
  .main-banner {
    background: url(../i/main/1600/1600-t.png), url(../i/main/1600/1600-a.png),
      url(../i/main/1600/1600-k.png), url(../i/main/1600/1600-l.png),
      url(../i/main/1600/1600-e.png), url(../i/main/1600/1600-a2.png),
      url(../i/main/1600/1600-z.png);
    background-position: 0 -70px, 14% -70px, 28% -70px, 55% -70px, 44% -70px,
      75% -70px, 100% -70px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1600px) and (min-height: 900px) {
  .main-banner {
    background: url(../i/main/1600/1600-t.png), url(../i/main/1600/1600-a.png),
      url(../i/main/1600/1600-k.png), url(../i/main/1600/1600-l.png),
      url(../i/main/1600/1600-e.png), url(../i/main/1600/1600-a2.png),
      url(../i/main/1600/1600-z.png);
    background-position: 0 -45px, 14% -45px, 28% -45px, 55% -45px, 44% -45px,
      75% -45px, 100% -45px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1600px) and (min-height: 950px) {
  .main-banner {
    background: url(../i/main/1600/1600-t.png), url(../i/main/1600/1600-a.png),
      url(../i/main/1600/1600-k.png), url(../i/main/1600/1600-l.png),
      url(../i/main/1600/1600-e.png), url(../i/main/1600/1600-a2.png),
      url(../i/main/1600/1600-z.png);
    background-position: 0 0, 14% 0, 28% 0, 55% 0, 44% 0, 75% 0, 100% 0;
    background-repeat: no-repeat;
  }
}
.main-banner-content {
  padding: 375px 0 0;
}
@media only screen and (min-width: 450px) {
  .main-banner-content {
    padding: 60vw 0 0;
  }
}
@media only screen and (min-width: 600px) {
  .main-banner-content {
    padding: 195px 0 0;
  }
}
@media only screen and (min-width: 750px) {
  .main-banner-content {
    padding: 260px 0 0;
  }
}
@media only screen and (min-width: 900px) {
  .main-banner-content {
    padding: 320px 0 0;
  }
}
@media only screen and (min-width: 1050px) {
  .main-banner-content {
    padding: 390px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-banner-content {
    flex: 0 0 66.6666666667;
    margin: 0 0 7.5757rem;
    padding: 10px;
    background: hsla(0, 0%, 100%, 0.8);
  }
}
@media screen and (min-width: 1200px) and (min-height: 800px) {
  .main-banner-content {
    background: none;
  }
}
@media screen and (min-width: 1600px) and (min-height: 800px) {
  .main-banner-content {
    padding: 10px;
    background: hsla(0, 0%, 100%, 0.8);
  }
}
@media screen and (min-width: 1600px) and (min-height: 900px) {
  .main-banner-content {
    background: none;
  }
}
.main-banner-content h2 {
  text-transform: uppercase;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 2.3994rem;
}
@media only screen and (min-width: 1200px) {
  .main-banner-content h2 {
    font-size: 5.0517rem;
    line-height: 5.0517rem;
    letter-spacing: 0.5rem;
  }
}
@media only screen and (min-width: 1350px) {
  .main-banner-content h2 {
    font-size: 5.6832rem;
    letter-spacing: 0.8rem;
  }
}
@media only screen and (min-width: 1600px) {
  .main-banner-content h2 {
    font-size: 6.734rem;
    letter-spacing: 1rem;
    margin: 0 0 3.1984rem;
  }
}
@media screen and (min-width: 1600px) and (min-height: 950px) {
  .main-banner-content h2 {
    font-size: 7.5757rem;
  }
}
.main-banner-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 3.1984rem;
}
@media only screen and (min-width: 600px) {
  .main-banner-nav ul {
    -webkit-columns: 2;
    columns: 2;
  }
}
@media only screen and (min-width: 750px) {
  .main-banner-nav ul {
    -webkit-columns: 1;
    columns: 1;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .main-banner-nav ul {
    display: block;
    -webkit-columns: 2;
    columns: 2;
    line-height: calc(2rem * Base1Lrg);
    margin: 0;
  }
}
.main-banner-nav svg {
  width: 16px;
  height: 16px;
  fill: #333;
  transition-duration: 0.5s;
}
.main-banner-nav li {
  font-size: 2.1328rem;
  line-height: 4.2656rem;
}
@media only screen and (min-width: 600px) {
  .main-banner-nav li {
    font-size: 1.8rem;
    line-height: 3.6rem;
    line-height: 2.16rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-banner-nav li {
    font-size: 2.3994rem;
    line-height: 4.7988rem;
  }
}
@media only screen and (min-width: 600px) {
  .main-banner-nav li {
    display: block;
  }
}
.main-banner-nav li > a {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.main-banner-nav li:hover > a {
  color: #de7e63;
}
.main-banner-nav li:hover svg {
  fill: #de7e63;
}
.main-banner-form-container {
  position: relative;
  margin: 0 0 7.5757rem;
}
.main-banner-form {
  box-shadow: 0 20px 60px #adb8b8;
  background: hsla(0, 0%, 100%, 0.8);
  padding: 40px 20px;
}
@media only screen and (min-width: 1200px) {
  .main-banner-form {
    width: 440px;
    flex: 0 0 440px;
  }
}
.main-banner-form h2 {
  font-size: 1.4rem;
  line-height: 1.96rem;
  text-align: left;
}
@media only screen and (min-width: 600px) {
  .main-banner-form h2 {
    font-size: 2.1328rem;
    line-height: 2.55936rem;
    margin: 0 0 2.3994rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-banner-form h2 span {
    font-size: 2.3994rem;
    display: block;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 600px) {
  .main-banner-form div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 900px) {
  .main-banner-form div {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1200px) {
  .main-banner-form div {
    display: block;
  }
}
.main-banner-form input {
  display: block;
  height: 47px;
}
.main-banner-form input[type="text"] {
  margin: 0;
  width: 100%;
  padding: 0 1.8rem;
  margin: 0 0 2.3994rem;
  font-size: 1.6rem;
}
@media only screen and (min-width: 750px) {
  .main-banner-form input[type="text"] {
    flex: 0 0 48%;
  }
}
@media only screen and (min-width: 900px) {
  .main-banner-form input[type="text"] {
    flex: 0 1 48%;
    margin: 0 1.8rem 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-banner-form input[type="text"] {
    margin: 0 0 2.3994rem;
  }
}
.main-banner-form input[type="submit"] {
  margin-left: auto;
  text-transform: uppercase;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  transition-duration: 0.5s;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .main-banner-form input[type="submit"] {
    width: 209px;
    flex: 0 0 209px;
  }
}
.main-banner-form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #de7e63;
  border: 1px solid #de7e63;
}
.features {
  padding: 50px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .features {
    height: 100vh;
  }
}
.features h2,
.features h4 {
  text-align: center;
}
.features h2 {
  color: #de7e63;
}
.features h4 {
  margin: 0;
  font-size: 2.1328rem;
}
.features p {
  font-size: 1.3503rem;
  line-height: 2.16048rem;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .features p span {
    display: block;
  }
}
.features .tagline {
  font-size: 2.3994rem;
  line-height: 2.87928rem;
  margin-bottom: 5.6832rem;
}
@media only screen and (min-width: 1200px) {
  .features .tagline {
    font-size: 3.1984rem;
  }
}
.features .tagline span {
  display: block;
}
@media only screen and (min-width: 600px) {
  .features .tagline span {
    display: inline;
  }
}
.features .tagline span:last-of-type {
  color: #de7e63;
  font-size: $fBase4Lrg;
  line-height: 0;
  display: none;
}
@media only screen and (min-width: 600px) {
  .features .tagline span:last-of-type {
    display: inline;
  }
}
@media only screen and (min-width: 1200px) {
  .features .tagline span:last-of-type {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 900px) {
  .advantages,
  .facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.advantages div,
.facts div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5.6832rem;
}
@media only screen and (min-width: 900px) {
  .advantages div,
  .facts div {
    margin-bottom: 3.1984rem;
  }
}
@media only screen and (min-width: 1200px) {
  .advantages div,
  .facts div {
    margin-bottom: 0;
  }
}
.advantages {
  margin-bottom: 5.6832rem;
}
.advantages div {
  min-height: 200px;
  flex: 1 0 50%;
}
@media only screen and (min-width: 1200px) {
  .advantages div {
    flex: 1 1 33.3333%;
  }
}
.advantages div:last-of-type {
  margin-bottom: 0;
}
.advantages div:first-child {
  background: url(../i/bcg-feature-01.svg);
  background-size: 215px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.advantages div:nth-child(2) {
  background: url(../i/bcg-feature-02.svg);
  background-size: 157px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.advantages div:nth-child(3) {
  background: url(../i/bcg-feature-03.svg);
  background-size: 227px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.facts div {
  min-height: 120px;
  flex: 1 1 33.3333%;
}
.facts div:first-child {
  background: url(../i/bcg-facts-01.svg);
  background-size: 67px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.facts div:nth-child(2) {
  background: url(../i/bcg-facts-02.svg);
  background-size: 90px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.facts div:nth-child(3) {
  background: url(../i/bcg-facts-03.svg);
  background-size: 90px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.index-form {
  height: 800px;
  background: url(../i/index-form-bcg.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 600px) {
  .index-form {
    height: 682px;
  }
}
.index-form-prices {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .index-form-prices {
    width: 1000px;
  }
}
.index-form-prices h2 {
  margin-top: -80px;
  text-align: center;
}
.index-form-prices table {
  width: 100%;
  text-align: left;
}
.index-form-prices td {
  padding: 5px 0;
  font-size: 1.6rem;
}
@media only screen and (min-width: 900px) {
  .index-form-prices td {
    padding: 10px 0;
    font-size: 2.3994rem;
    line-height: 3.11922rem;
  }
}
.index-form-prices td:first-of-type {
  width: 70%;
}
.index-form-prices tr > td:last-of-type {
  text-align: right;
}
.index-form-frame {
  background: url(../i/bcg_prices.svg);
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-form-frame .index-form-container {
  position: relative;
  width: 100%;
  margin: 5.6832rem auto 0;
  background: #fff;
  padding: 3.1984rem;
  box-shadow: 0 20px 60px #adb8b8;
}
@media only screen and (min-width: 900px) {
  .index-form-frame .index-form-container {
    width: 1000px;
  }
}
.index-form-frame form h3 {
  text-align: center;
  font-size: 2.3994rem;
  line-height: calc(1.2rem * Base1Lrg);
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .index-form-frame form h3 {
    font-size: 3.1984rem;
    text-align: left;
  }
}
.index-form-frame form div {
  margin: 1.8rem 0 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .index-form-frame form div {
    display: flex;
    justify-content: space-between;
  }
}
.index-form-frame form input {
  display: block;
  height: 47px;
}
.index-form-frame form input[type="text"] {
  margin: 0;
  width: 100%;
  padding: 0 1.8rem;
  margin: 0 0 2.3994rem;
  font-size: 1.6rem;
}
@media only screen and (min-width: 600px) {
  .index-form-frame form input[type="text"] {
    width: auto;
    flex: 1 0 150px;
    margin: 0 1.8rem 0 0;
  }
}
@media only screen and (min-width: 900px) {
  .index-form-frame form input[type="text"] {
    flex: 1 0 209px;
  }
}
.index-form-frame form input[type="submit"] {
  text-transform: uppercase;
  width: 209px;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  transition-duration: 0.5s;
  margin: 2.3994rem auto 0;
}
@media only screen and (min-width: 600px) {
  .index-form-frame form input[type="submit"] {
    flex: 0 0 150px;
    margin: 0;
  }
}
@media only screen and (min-width: 900px) {
  .index-form-frame form input[type="submit"] {
    flex: 0 0 150px;
  }
}
.index-form-frame form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #de7e63;
  border: 1px solid #de7e63;
}
@media only screen and (min-width: 900px) {
  .index-portfolio {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .index-portfolio {
    height: 100vh;
  }
}
.index-portfolio h5 {
  transition-duration: 0.5s;
}
.index-portfolio a {
  text-decoration: none;
  transition-duration: 0s;
}
.index-portfolio a:hover {
  color: #000;
}
.index-portfolio a:hover > h5 {
  color: #de7e63;
}
.index-portfolio h2 {
  text-align: center;
  font-size: 3.1984rem;
  margin: 3.1984rem 0 1.8rem;
}
@media only screen and (min-width: 600px) {
  .index-portfolio h2 {
    margin: 7.5757rem 0 2.3994rem;
  }
}
@media only screen and (min-width: 900px) {
  .index-portfolio h2 {
    font-size: 5.6832rem;
  }
}
@media only screen and (min-width: 1200px) {
  .index-portfolio h2 {
    margin-bottom: 7.5757rem;
  }
}
.index-portfolio-slide-frame {
  position: relative;
  min-height: 750px;
}
@media only screen and (min-width: 600px) {
  .index-portfolio-slide-frame {
    min-height: 660px;
  }
}
@media only screen and (min-width: 900px) {
  .index-portfolio-slide-frame {
    min-height: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .index-portfolio-slide-frame {
    min-height: 430px;
  }
}
.index-portfolio-slide {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  margin: 0 auto 10.0984rem;
  display: block;
  z-index: 0;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .index-portfolio-slide {
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
  }
}
.slide-btn-nxt,
.slide-btn-prv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 141px;
  width: 42px;
  position: absolute;
  top: 215px;
  z-index: 10;
}
.slide-btn-nxt svg,
.slide-btn-prv svg {
  width: 33px;
  height: 140px;
  fill: none;
  stroke-width: 3px;
  stroke-line: capround;
  stroke-line: joinround;
  stroke: #fff;
  transition-duration: 0.5s;
}
.slide-btn-nxt:hover,
.slide-btn-prv:hover {
  cursor: pointer;
}
.slide-btn-nxt:hover svg,
.slide-btn-prv:hover svg {
  stroke: #de7e63;
}
.slide-btn-nxt {
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) {
  .slide-btn-nxt {
    left: 10%;
  }
}
.slide-btn-prv {
  left: 95%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media only screen and (min-width: 1200px) {
  .slide-btn-prv {
    left: calc(10% + 530px);
  }
}
.index-portfolio-image,
.index-portfolio-text {
  font-style: italic;
}
.index-portfolio-image h5,
.index-portfolio-text h5 {
  font-size: 1.8rem;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .index-portfolio-image h5,
  .index-portfolio-text h5 {
    margin: 0;
  }
}
@media only screen and (min-width: 900px) {
  .index-portfolio-image h5,
  .index-portfolio-text h5 {
    font-size: 3.1984rem;
    line-height: 4.15792rem;
    font-style: bold-italic;
  }
}
@media only screen and (min-width: 900px) {
  .index-portfolio-image p,
  .index-portfolio-text p {
    font-size: 2.3994rem;
    line-height: 3.83904rem;
  }
}
.index-portfolio-image {
  height: 430px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .index-portfolio-image {
    margin-right: 5.6832rem;
    flex: 0 0 530px;
  }
}
@media only screen and (min-width: 1200px) {
  .index-portfolio-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.getyourasstomars {
  width: 100vw;
  height: 100%;
  background: url(../i/rocket-sml.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.3;
}
@media only screen and (min-width: 600px) {
  .getyourasstomars {
    width: 375px;
    background: url(../i/rocket.png);
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 900px) {
  .getyourasstomars {
    bottom: 0;
    left: 5%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1;
    opacity: 1;
  }
}
@media only screen and (min-width: 900px) {
  .services-banner {
    height: 100vh;
    background: linear-gradient(#f1f9fe, #fafafa);
  }
}
@media only screen and (min-width: 900px) {
  .services-banner-frame {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.services-banner-content {
  margin-top: 150px;
}
@media only screen and (min-width: 900px) {
  .services-banner-content {
    width: 50%;
    margin: 0 8.333333% 10.0984rem 0;
  }
}
.services-banner-content h1 {
  font-size: 3.7897rem;
  line-height: 3.7897rem;
  color: #de7e63;
}
@media only screen and (min-width: 900px) {
  .services-banner-content h1 {
    font-size: 4.2635rem;
  }
}
.services-banner-content h4 {
  text-align: right;
  line-height: 2.98512rem;
}
.services-banner-content p {
  font-size: 1.8662rem;
}
@media only screen and (min-width: 900px) {
  .services-banner-content p {
    font-size: 2.3994rem;
    line-height: 3.83904rem;
  }
}
.services-banner-content button:last-of-type {
  margin-left: 1.4rem;
}
@media only screen and (min-width: 600px) {
  .services-banner-content button:last-of-type {
    margin-left: 2.3994rem;
  }
}
.services-banner-content > div {
  text-align: right;
  margin-top: 4.2635rem;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .services-list-content {
    width: 58%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .services-list-content {
    width: 66.6666666667%;
  }
}
@media only screen and (min-width: 1200px) {
  .services-list-content section {
    width: 50%;
    padding: 1.8rem;
    display: inline-block;
    flex: 1 0 50%;
  }
}
.services-list-content section:first-of-type {
  margin-top: 5.6832rem;
}
@media only screen and (min-width: 1200px) {
  .services-list-content section:first-of-type {
    margin: 0;
  }
}
.services-list-content section:last-of-type {
  margin-bottom: 5.6832rem;
}
@media only screen and (min-width: 1200px) {
  .services-list-content section:last-of-type {
    margin: 0;
  }
}
.services-list-content h5 {
  margin: 4.4203rem 0 1.8662rem;
}
.services-list-content p {
  margin: 0;
}
.service-frame {
  margin-top: 150px;
}
@media only screen and (min-width: 900px) {
  .service-frame {
    display: flex;
    justify-content: space-between;
  }
}
.service-image {
  display: none;
  text-align: center;
}
.service-image img {
  display: block;
  margin: 0 2rem 2.3994rem 0;
}
@media only screen and (min-width: 900px) {
  .service-image {
    display: block;
  }
}
.service-content {
  position: relative;
  flex: 0 1 66.6666666667%;
}
.service-content h4:first-of-type {
  margin-top: 0;
}
.service-content .callback-frame {
  position: relative;
}
.service-content img {
  position: absolute;
  width: 100%;
  top: 10.0984rem;
  opacity: 0.1;
}
@media only screen and (min-width: 600px) {
  .service-content img {
    width: 70%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 900px) {
  .service-content img {
    display: none;
  }
}
.service-content-text h1 {
  font-size: 3.1984rem;
}
.service-content-text .button-frame {
  position: relative;
}
@media only screen and (min-width: 600px) {
  .service-content-text .button-frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.service-content-text h5 {
  font-size: 2.3994rem;
  text-align: center;
  margin: 1.8662rem 0;
}
@media only screen and (min-width: 900px) {
  .service-content-text h5 {
    text-align: left;
    font-size: 3.1984rem;
  }
}
.service-content-text button {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .service-content-text button {
    margin: 0;
  }
}
.service-content-text ul {
  padding-left: 1.8662rem;
}
@media only screen and (min-width: 600px) {
  .service-content-text ul {
    padding: 0;
  }
}
.service-content-text img {
  position: static;
  display: block;
  width: 133px;
  height: 3px;
  margin: 4.2635rem 0 0 auto;
  opacity: 1;
}
.announce-frame {
  margin-top: 10rem;
}
@media only screen and (min-width: 600px) {
  .announce-frame h4 {
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 600px) {
  .announce-content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 900px) {
  .announce-content {
    flex-wrap: no-wrap;
  }
}
@media only screen and (min-width: 600px) {
  .announce-item {
    padding: 20px;
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .announce-item {
    width: 33.333%;
  }
}
.announce-item h5 {
  text-align: left;
  margin: 1rem 0;
}
.announce-item p {
  font-size: 1.3503rem;
}
.announce-frame:last-child a:last-child {
  display: block;
  margin: 0 0 5.6832rem;
}
@media only screen and (min-width: 600px) {
  .announce-frame:last-child a:last-child {
    margin: 0 0 5.6832rem 20px;
  }
}
.portfolio-frame {
  margin-top: 150px;
}
.portfolio-frame h4 {
  text-align: left;
}
.portfolio-frame h1 {
  font-size: 3.1984rem;
}
.portfolio-featured {
  width: 100%;
  margin: 0 0 4.2635rem;
}
@media only screen and (min-width: 900px) {
  .portfolio-featured {
    display: flex;
  }
}
.portfolio-featured-image {
  display: flex;
  justify-content: center;
  flex: 0 0 33.3333333333%;
  align-items: flex-start;
  margin: 0 0 2.3994rem;
}
@media only screen and (min-width: 900px) {
  .portfolio-featured-image {
    margin: 0;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .portfolio-featured-image {
    align-items: flex-end;
  }
}
.portfolio-featured-image img {
  width: 100%;
  height: auto;
}
.portfolio-featured-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 1 66.6666666667%;
}
.portfolio-featured-text h5 {
  text-align: left;
  margin: 0 0 1.8rem;
}
.portfolio-featured-text p {
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  .portfolio-featured-text p {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 4.2635rem;
    column-gap: 4.2635rem;
  }
}
@media only screen and (min-width: 600px) {
  .portfolio-items {
    display: flex;
    flex-wrap: wrap;
  }
}
.portfolio-item {
  margin: 0 0 3.1984rem;
}
@media only screen and (min-width: 600px) {
  .portfolio-item {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 900px) {
  .portfolio-item {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    padding: 0 20px;
  }
}
.portfolio-item img {
  display: block;
}
.portfolio-item div,
.portfolio-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.portfolio-item h5 {
  margin: 4.2635rem 0 1.8rem;
}
.portfolio-item p {
  margin: 0;
}
@media only screen and (min-width: 600px) {
  .portfolio-item:nth-child(odd) {
    padding-right: calc(0.5rem * 20px);
  }
}
@media only screen and (min-width: 900px) {
  .portfolio-item:nth-child(odd) {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 600px) {
  .portfolio-item:nth-child(2n) {
    padding-left: calc(0.5rem * 20px);
  }
}
/*.pagination a:first-of-type, .pagination a:last-of-type {
  display:block;
  margin: 15px;
}
@media only screen and (min-width: 768px) {
  .pagination a:first-of-type, .pagination a:last-of-type {
    display:inline-block;
    margin: 0;
  }
}*/

@media only screen and (min-width: 900px) {
  .portfolio-item:nth-child(2n) {
    padding: 0 20px;
  }
}
.pagination {
  margin: 3.1984rem 0 5.6832rem;
  text-align: center;
}
.pagination a {
  text-decoration: none;
}

.pagination span {
  padding: 10px;
  margin: 10px;
}
.pagination span.active {
  font-size: 2.3994rem;
  border-radius: 5px;
  border: 1px solid #333;
}
.pagination svg {
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
}
.pagination .frame {
  fill: none;
}
.pagination .arrow {
  fill: none;
  stroke: #333;
  stroke-width: 2;
  stroke-linecapround: 0.5s;
}
.pagination svg:hover > .arrow {
  stroke: #de7e63;
}
.pagination svg:first-of-type {
  margin-right: 0;
}
.pagination svg:last-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 600px) {
  .pagination svg:first-of-type {
    margin-right: 50px;
  }
  .pagination svg:last-of-type {
    margin-left: 50px;
  }
}

.description-page-frame {
  padding-top: 150px;
}
.description-page-content,
.description-page-content .callback-frame {
  position: relative;
}
.description-page-content button {
  display: block;
  margin: 2rem auto;
}
@media only screen and (min-width: 600px) {
  .description-page-content button {
    margin: 4rem 0 4rem auto;
  }
}
.description-page-content__text {
  -webkit-column-gap: 4rem;
  column-gap: 4rem;
}
.description-page-content__text  div{
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: initial !important;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.description-page-content__text  ul li{
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: initial !important;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

@media only screen and (min-width: 1200px) {
  .description-page-content__text {
    -webkit-columns: 2;
    columns: 2;
  }
}
@media only screen and (min-width: 1600px) {
  .description-page-content__text {
    -webkit-columns: 3;
    columns: 3;
  }
}
@supports not ((-webkit-column-span: all) or (column-span: all)) {
  .description-page-content__text {
    -webkit-columns: 1;
    columns: 1;
  }
}
.description-page-content__text h1,
.description-page-content__text h2,
.description-page-content__text h3,
.description-page-content__text h4 {
  font-size: 3.1984rem;
  -webkit-column-span: all;
  column-span: all;
}
.description-page-content__text p {
  margin-top: 0;
}
.description-page__images {
  text-align: center;
  flex: 0 0 30%;
  position: relative;
  align-self: flex-start;
}
@media only screen and (min-width: 900px) {
  .description-page__images {
    display: block;
  }
}
.description-page__images ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.description-page__images li {
  width: 100%;
  padding: 2rem;
}
@media only screen and (min-width: 600px) {
  .description-page__images li {
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .description-page__images li {
    width: 33.3333333333%;
  }
}
.description-page__images li div {
  display: block;
  height: 200px;
  margin: 0;
}
.description-page__images li div + above(large),
.description-page__images li div background-sizecontain {
  height: 300px;
}
@media only screen and (min-width: 1600px) {
  .description-page__images li div {
    height: 400px;
  }
}
@media only screen and (min-width: 600px) {
  .announce-frame_description-page h5 {
    min-height: 60px;
  }
}
.contacts {
  height: calc(100vh - 90px);
}
.gmap {
  height: 100%;
}
.address-popup h2,
.address-popup h4 {
  font-size: 2.3994rem;
  margin: 1.8rem 0;
}
.address-popup p {
  font-size: 1.3503rem;
}
.contacts-address {
  background: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 20px 60px #adb8b8;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 2.3994rem;
  bottom: 15vh;
  left: 50%;
}
.contacts-address h2 {
  font-size: 2.3994rem;
  line-height: 1.8rem;
  margin: 5px 0 1.8rem;
  text-align: center;
}
.contacts-address p {
  min-width: 400px;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .index-form-prices table {
    width: 50%;
  }
}
/* TAGS */
.tags__list {
  list-style: none;
  padding-left: 0;
}
.tags__list h5 {
  margin: 0;
  display:inline-block;
}
@media only screen and (min-width: 600px) {
  .tags__list {
    columns:2;
  }
}

@media only screen and (min-width: 768px) {
  .tags__list {
    columns:3;
  }
}
.search-wrapper {margin-bottom:30px;}
/* WORKS ������ �� ���. ������ ���� */
.works__list li {
  margin-bottom: 1rem;
}


.form-search {
  margin-bottom: 4rem;
}
.form-search input, #ya-site-form0 input {
  height: 47px;
  width: 100%;
}
.form-search input[type="search"], #ya-site-form0 input[type="search"]{
  padding: 0 0.9rem;
  margin-bottom:1rem;
}
.form-search input[type="submit"],#ya-site-form0 input[type="submit"]{
  text-transform: uppercase;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  transition-duration: 0.5s;
  margin: 0 0 0 auto;
}
.form-search input[type="submit"]:hover, #ya-site-form0 input[type="submit"]:hover{
  cursor: pointer;
  background-color: #de7e63;
  border: 1px solid #de7e63;
}
.form-search__tooltips{
  display: none;
  position: absolute;
  margin-top: 0;
  padding: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;

  list-style-type: none;
  background-color: #333333f7;
  
}
.form-search__tooltips li {
  padding: 0 9px;
  color:white;
  cursor:default;
} 
/*.form-search__tooltips li:hover {color: #de7e63;} */

.form-search__tooltips li:first-of-type {
  padding: 18px 9px 0;
} 
.form-search__tooltips li:last-of-type {
  padding: 0 9px 18px;
}
.form-search__tooltips li:only-of-type {
  padding: 18px 0 18px 9px;
}
.form-search__tooltips li:active{
  /*background-color: #de7e63;*/
  color:white;

}
.form-search__tooltips li:active a{
  color: white;
}
.form-search__tooltips a{
  display: inline-block;
  /*padding: 0 9px;*/
  text-decoration: none;
  color: white;
}
.form-search__tooltips a:hover{
  color: #de7e63;
}


@media only screen and (min-width: 400px) {
  .form-search input, .form-search__tooltips, #ya-site-form0 input {
    max-width: 209px;
  }
}
@media only screen and (min-width: 600px) {
  .form-search input[type="search"], .form-search__tooltips, #ya-site-form0 input[type="search"]{
    max-width: 300px;
  }
  .form-search input[type="submit"], #ya-site-form0 input[type="submit"]{
    max-width: 209px;
  }
}
/* TAGS UL ���� �� ���. ����� ������ */
.description-page-content__tags-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    list-style: none;
    padding-left: 0;
    column-span:all;
    text-transform:lowercase;
}
.description-page-content__tags-list a {font-size:1.4rem;font-weight:bold;}

/* �-����� */
.ya-link {display:block; margin-top: -35px;}
.ya-message {margin-top:-31px; margin-bottom:33px;font-size:1.6rem;}

#ya-site-results
{
    color: #000000;
    background: #FFFFFF;
}

#ya-site-results .b-pager__current,
#ya-site-results .b-serp-item__number
{
    color: #000000 !important;
}

#ya-site-results
{
    font-family: Arial !important;
}

#ya-site-results :visited,
#ya-site-results .b-pager :visited,
#ya-site-results .b-foot__link:visited,
#ya-site-results .b-copyright__link:visited
{
    color: #de7e63;
    
}
#ya-site-results body a:link {color: #333333;}

#ya-site-results a:link,
#ya-site-results a:active,
#ya-site-results .b-pseudo-link,
#ya-site-results .b-head-tabs__link,
#ya-site-results .b-head-tabs__link:link,
#ya-site-results .b-head-tabs__link:visited,
#ya-site-results .b-dropdown__list .b-pseudo-link,
#ya-site-results .b-dropdowna__switcher .b-pseudo-link,
.b-popupa .b-popupa__content .b-menu__item,
#ya-site-results .b-foot__link:link,
#ya-site-results .b-copyright__link:link,
#ya-site-results .b-serp-item__mime,
#ya-site-results .b-pager :link
{
    color: #de7e63;
}

#ya-site-results :link:hover,
#ya-site-results :visited:hover,
#ya-site-results .b-pseudo-link:hover
{
    color: #000000 !important;
}

#ya-site-results .l-page,
#ya-site-results .b-bottom-wizard
{
    font-size: 14px;
}

#ya-site-results .b-pager
{
    font-size: 1.25em;
}

#ya-site-results .b-serp-item__text,
#ya-site-results .ad
{
    font-style: normal;
    font-weight: normal;
}

#ya-site-results .b-serp-item__title-link,
#ya-site-results .ad .ad-link
{
    font-style: normal;
    font-weight: normal;
}

#ya-site-results .ad .ad-link a
{
    font-weight: bold;
}

#ya-site-results .b-serp-item__title,
#ya-site-results .ad .ad-link
{
    font-size: 16px;
}

#ya-site-results .b-serp-item__title-link:link,
#ya-site-results .b-serp-item__title-link
{
    font-size: 1em;
}

#ya-site-results .b-serp-item__number
{
    font-size: 13px;
}

#ya-site-results .ad .ad-link a
{
    font-size: 0.88em;
}

#ya-site-results .b-serp-url,
#ya-site-results .b-direct .url,
#ya-site-results .b-direct .url a:link,
#ya-site-results .b-direct .url a:visited
{
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #999999;
}

#ya-site-results .b-serp-item__links-link
{
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #000000 !important;
}

#ya-site-results .b-pager__inactive,
#ya-site-results .b-serp-item__from,
#ya-site-results .b-direct__head-link,
#ya-site-results .b-image__title,
#ya-site-results .b-video__title
{
    color: #000000 !important;
}

#ya-site-results .b-pager__current,
#ya-site-results .b-pager__select
{
    background: #E0E0E0;
}

#ya-site-results .b-foot,
#ya-site-results .b-line
{
    border-top-color: #E0E0E0;
}

#ya-site-results .b-dropdown__popup .b-dropdown__list,
.b-popupa .b-popupa__content
{
    background-color: #FFFFFF;
}

.b-popupa .b-popupa__tail
{
    border-color: #E0E0E0 transparent;
}

.b-popupa .b-popupa__tail-i
{
    border-color: #FFFFFF transparent;
}

.b-popupa_direction_left.b-popupa_theme_ffffff .b-popupa__tail-i,
.b-popupa_direction_right.b-popupa_theme_ffffff .b-popupa__tail-i
{
    border-color: transparent #FFFFFF;
}

#ya-site-results .b-dropdowna__popup .b-menu_preset_vmenu .b-menu__separator
{
    border-color: #E0E0E0;
}

.b-specification-list,
.b-specification-list .b-pseudo-link,
.b-specification-item__content label,
.b-specification-item__content .b-link,
.b-specification-list .b-specification-list__reset .b-link
{
    color: #000000 !important;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.b-specification-item__content .b-calendar__title
{
    font-family: Arial;
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.b-specification-item__content .b-calendar-month__day_now_yes
{
    color: #E0E0E0;
}

.b-specification-item__content .b-calendar .b-pseudo-link
{
    color: #000000;
}

.b-specification-item__content
{
    font-family: Arial !important;
    font-size: 13px;
}

.b-specification-item__content :visited
{
    color: #de7e63;
}

.b-specification-item__content .b-pseudo-link:hover,
.b-specification-item__content :visited:hover
{
    color: #000000 !important;
}

#ya-site-results .b-popupa .b-popupa__tail-i
{
    background: #FFFFFF;
    border-color: #E0E0E0 !important;
}
/* /�-����� */